]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
8c0c1c052ecf8edd139ed6bc8b431b4a7c3525ba
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 PR testsuite/12649
4 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5 Wrap send_gdb into a new gdb_test.
6
7 Code cleanup.
8 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
9 Convert send_gdb and gdb_expect to gdb_test_multiple.
10
11 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
14
15 2011-11-23 Keith Seitz <keiths@redhat.com>
16
17 * lib/mi-support.exp (varobj_tree): New namespace and procs.
18 (mi_varobj_tree_test_children_callback): New proc.
19 (mi_walk_varobj_tree): New proc.
20
21 2011-11-22 Tom Tromey <tromey@redhat.com>
22
23 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
24 Add "use_mi_command" argument.
25 (mi_run_cmd, mi_run_with_cli): New procs.
26 * gdb.mi/solib-lib.c: New file.
27 * gdb.mi/solib-main.c: New file.
28 * gdb.mi/mi-solib.exp: New file.
29
30 2011-11-21 Doug Evans <dje@google.com>
31
32 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
33 _Unwind_DebugHook is missing.
34
35 2011-11-20 Stan Shebs <stan@codesourcery.com>
36
37 * gdb.trace/tstatus.exp: New.
38 * gdb.trace/actions.c: Include string.h.
39
40 2011-11-18 Yao Qi <yao@codesourcery.com>
41
42 * gdb.trace/pending.exp: New.
43 * gdb.trace/pending.c: New.
44 * gdb.trace/pendshr1.c: New.
45 * gdb.trace/pendshr2.c: New.
46 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
47 tracepoint location becomes pending.
48 (tracepoint_change_loc_2): New.
49
50 2011-11-16 David S. Miller <davem@davemloft.net>
51
52 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
53 target is sparc*-*-linux*
54
55 2011-11-15 Paul Koning <paul_koning@dell.com>
56
57 * gdb.python/py-type.exp: New testcases for exceptions on scalar
58 types.
59
60 2011-11-14 Doug Evans <dje@google.com>
61
62 * gdb.base/shell.exp: New file.
63
64 2011-11-14 Stan Shebs <stan@codesourcery.com>
65
66 * gdb.trace/ftrace.c: New.
67 * gdb.trace/ftrace.exp: New.
68
69 2011-11-14 Yao Qi <yao@codesourcery.com>
70
71 * gdb.trace/change-loc-1.c: New.
72 * gdb.trace/change-loc-2.c: New.
73 * gdb.trace/change-loc.c: New.
74 * gdb.trace/change-loc.exp: New.
75 * gdb.trace/change-loc.h: New.
76 * gdb.trace/trace-break.c (marker): Define new symbol.
77 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
78 New.
79 (break_trace_same_addr_6): New.
80
81 2011-11-12 Matt Rice <ratmice@gmail.com>
82
83 * gdb.base/info-macros.exp: Make tests for info definitions
84 test info macro. Add tests for info macro argument processing.
85 Rename a few tests.
86
87 2011-11-11 Keith Seitz <keiths@redhat.com>
88
89 PR gdb/12843
90 * gdb.base/linespecs.exp: New file.
91
92 2011-11-11 Doug Evans <dje@google.com>
93
94 * gdb.threads/print-threads.exp: Extend timeout for slower
95 tests.
96
97 2011-11-10 Doug Evans <dje@google.com>
98
99 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
100 "record to end of main" test.
101
102 * gdb.python/py-type.c (TS): New typedef.
103 (ts): New global.
104 * gdb.python/py-type.exp: Test field list of typedef.
105
106 2011-11-10 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.ada/small_reg_param: New testcase.
109
110 2011-11-09 Tom Tromey <tromey@redhat.com>
111
112 * gdb.cp/destrprint.exp: New file.
113 * gdb.cp/destrprint.cc: New file.
114
115 2011-11-08 Meador Inge <meadori@codesourcery.com>
116
117 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
118 (switch_stack_to_other): New test function.
119 * gdb.arch/thumb-prologue.exp: New test cases.
120
121 2010-11-08 Maciej W. Rozycki <macro@codesourcery.com>
122
123 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
124
125 2011-11-08 Yao Qi <yao@codesourcery.com>
126
127 * gdb.exp (supports_process_record): New.
128 (supports_reverse): New.
129 * gdb.reverse/break-precsave.exp: Call support_process_record
130 to run test conditionally.
131 * gdb.reverse/consecutive-precsave.exp: Likewise.
132 * gdb.reverse/i386-precsave.exp: Likewise.
133 * gdb.reverse/machinestate-precsave.exp: Likewise.
134 * gdb.reverse/solib-precsave.exp: Likewise.
135 * gdb.reverse/step-precsave.exp: Likewise.
136 * gdb.reverse/until-precsave.exp: Likewise.
137 * gdb.reverse/watch-precsave.exp: Likewise.
138 * gdb.reverse/break-reverse.exp: Call support_reverse to run
139 test conditionally.
140 * gdb.reverse/consecutive-reverse.exp: Likewise.
141 * gdb.reverse/finish-precsave.exp: Likewise.
142 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
143 * gdb.reverse/finish-reverse.exp: Likewise.
144 * gdb.reverse/i386-reverse.exp: Likewise.
145 * gdb.reverse/i386-sse-reverse.exp: Likewise.
146 * gdb.reverse/machinestate.exp: Likewise.
147 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
148 * gdb.reverse/sigall-precsave.exp: Likewise.
149 * gdb.reverse/sigall-reverse.exp: Likewise.
150 * gdb.reverse/solib-reverse.exp: Likewise.
151 * gdb.reverse/step-reverse.exp: Likewise.
152 * gdb.reverse/until-reverse.exp: Likewise.
153 * gdb.reverse/watch-reverse.exp: Likewise.
154
155 2011-11-05 Yao Qi <yao@codesourcery.com>
156
157 * gdb.trace/trace-break.exp: Add test on setting two
158 fast tracepoints at the same address.
159
160 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
163
164 2011-11-02 Stan Shebs <stan@codesourcery.com>
165
166 * gdb.trace/collection.c: Add code using strings.
167 * gdb.trace/collection.exp: Add tests of string collection.
168
169 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * gdb.base/skip-solib.exp (executable_main): New variable.
172 (binfile_main): Base it on that.
173 Use $executable_main in clean_restart calls. Drop gdb_exit and
174 gdb_start calls.
175
176 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 Fix racy FAILs.
179 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
180 breakpoint_re globals import by async. Set string_regex to .* for
181 async. Remove the optional thread_selected_re and breakpoint_re
182 globals expectations.
183
184 2011-11-01 Joseph Myers <joseph@codesourcery.com>
185
186 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
187 well as Cygwin.
188
189 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
190
191 Add tests for skip command.
192 * gdb.base/skip-solib-lib.c: New
193 * gdb.base/skip-solib-main.c: New
194 * gdb.base/skip-solib.exp: New
195 * gdb.base/skip.c: New
196 * gdb.base/skip.exp: New
197 * gdb.base/skip1.c: New
198 * gdb.base/Makefile.in: Adding new files.
199
200 2011-10-31 Yao Qi <yao@codesourcery.com>
201 Pedro Alves <pedro@codesourcery.com>
202
203 * gdb.trace/trace-break.c: New.
204 * gdb.trace/trace-break.exp: New.
205
206 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
209 break-here-2.
210
211 2011-10-28 Pedro Alves <pedro@codesourcery.com>
212
213 * gdb.threads/no-unwaited-for-left.c: New.
214 * gdb.threads/no-unwaited-for-left.exp: New.
215 * gdb.threads/non-ldr-exc-1.c: New.
216 * gdb.threads/non-ldr-exc-1.exp: New.
217 * gdb.threads/non-ldr-exc-2.c: New.
218 * gdb.threads/non-ldr-exc-2.exp: New.
219 * gdb.threads/non-ldr-exc-3.c: New.
220 * gdb.threads/non-ldr-exc-3.exp: New.
221 * gdb.threads/non-ldr-exc-4.c: New.
222 * gdb.threads/non-ldr-exc-4.exp: New.
223
224 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
227 * gdb.base/attach-pie-misread.exp: Likewise.
228 * gdb.base/break-interp.exp: Likewise.
229 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
230 testcases for use_gdb_stub.
231 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
232 (continue): New testcase.
233 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
234 * gdb.threads/attach-into-signal.exp: Likewise.
235 * gdb.threads/attach-stopped.exp: Likewise.
236 * gdb.threads/attachstop-mt.exp: Likewise.
237
238 2011-10-28 Paul Koning <paul_koning@dell.com>
239
240 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
241
242 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
245 (mi_gdb_test): Import globals thread_selected_re
246 and breakpoint_re. Expect them optionally at the regex start.
247
248 2011-10-27 Doug Evans <dje@google.com>
249
250 * gdb.python/python.exp: Test source -s.
251
252 2011-10-26 Paul Koning <paul_koning@dell.com>
253
254 * gdb.python/lib-types.cc (struct A): New structure.
255 * gdb.python/lib-types.exp (deepitems): New tests.
256
257 2011-10-25 Paul Koning <paul_koning@dell.com>
258
259 PR python/13327
260
261 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
262 fetch_lazy method.
263
264 2011-10-24 Yao Qi <yao@codesourcery.com>
265
266 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
267 target is tic6x-*-*.
268
269 2011-10-21 Joel Brobecker <brobecker@adacore.com>
270
271 * gdb.ada/mi_task_info/task_switch.adb: New file.
272 * gdb.ada/mi_task_info.exp: New file.
273
274 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 * gdb.cp/expand-psymtabs-cxx.exp: New file.
277 * gdb.cp/expand-psymtabs-cxx.cc: New file.
278
279 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
280
281 PR python/12656
282
283 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
284 global_block tests.
285
286 2011-10-18 Tom Tromey <tromey@redhat.com>
287
288 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
289
290 2011-10-18 Tom Tromey <tromey@redhat.com>
291
292 * gdb.base/source.exp: Don't include full file name in test name.
293 * gdb.python/python.exp: Don't include full file name in test
294 name.
295
296 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 * gdb.base/attach-pie-noexec.c: New files.
299 * gdb.base/attach-pie-noexec.exp: New files.
300
301 2011-10-17 Joseph Myers <joseph@codesourcery.com>
302
303 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
304 prompt for each extra line in command.
305
306 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
309 Revert the part of:
310 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
311 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
312 Change the expected string.
313
314 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 Fix results with system glibc debug info installed.
317 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
318 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
319 Accept also __libc_ symbol prefix and no prefix.
320
321 2011-10-14 Keith Seitz <keiths@redhat.com>
322
323 PR c++/13225
324 * gdb.cp/converts.cc (foo3_1): New function.
325 (foo3_2): New functions.
326 * gdb.cp/converts.exp: Add tests for int to pointer conversion
327 and null pointer conversions of integer constant zero.
328 Add test to check if all arguments are checked for incompatible
329 conversion BADNESS.
330
331 2011-10-14 Tom Tromey <tromey@redhat.com>
332
333 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
334 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
335 linespec.
336
337 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 Fix internal error regression.
340 * gdb.dwarf2/implptr-optimized-out.S: New file.
341 * gdb.dwarf2/implptr-optimized-out.exp: New file.
342
343 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 Fix empty DWARF expressions DATA vs. SIZE conditionals.
346 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
347 (loclist): New.
348 (4): New abbrev.
349 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
350 Use prepare_for_testing, remove clean_restart.
351 (p arraynoloc, p arraycallnoloc): New tests.
352
353 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 * gdb.cp/namespace-enum.exp (executable): New variable.
356 (binfile): Use ${objdir}/${subdir}/ prefix.
357 Use ${executable} for clean_restart.
358
359 2011-10-11 Sterling Augustine <saugustine@google.com>
360
361 * gdb.cp/Makefile.in: Add namespace-enum test.
362 * gdb.cp/namespace-enum.exp: New file.
363 * gdb.cp/namespace-enum.c: New file.
364 * gdb.cp/namespace-enum-main.c: New file.
365
366 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
367
368 * gdb.python/py-shared.exp: Relax filename check to handle remote:
369 sysroot.
370
371 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 Reimplement @entry in input expressions.
374 * gdb.base/exprs.c (v_int_array_init): New variable.
375 * gdb.base/exprs.exp (print v_int_array_init)
376 (print *v_int_array_init@1, print *v_int_array_init@2)
377 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
378 (print v_int_array_init[1]@1): New tests.
379
380 2011-10-10 Joseph Myers <joseph@codesourcery.com>
381
382 * gdb.cp/gdb2495.exp: Do not include directories in filename in
383 expected message.
384
385 2011-10-09 Doug Evans <dje@google.com>
386
387 * gdb.base/alias.exp: Add tests for alias command.
388
389 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 * gdb.arch/amd64-entry-value.s: New file.
392 * gdb.mi/mi2-amd64-entry-value.s: New file.
393
394 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 Display @entry parameter values even for references.
397 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
398 functions.
399 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
400 reference and datap_input.
401 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
402 breakpoints.
403 (continue to breakpoint: entry_reference: reference)
404 (entry_reference: bt at entry)
405 (continue to breakpoint: entry_reference: breakhere_reference)
406 (entry_reference: bt, entry_reference: ptype regparam)
407 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
408 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
409 (entry_reference: p regcopy, entry_reference: p nodataparam)
410 (entry_reference: p nodataparam@entry): New tests.
411
412 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 Support @entry in input expressions.
415 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
416 (entry_stack: p s1@entry, entry_stack: p s2@entry)
417 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
418 (tailcall: p j@entry): New tests.
419 * gdb.cp/koenig.cc (A::entry): New function.
420 (main): Call it.
421 * gdb.cp/koenig.exp (p entry (c)): New test.
422
423 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 Display @entry parameter values (without references).
426 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
427 (different, validity, invalid): New functions.
428 (main): Call them.
429 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
430 stacktest, breakhere_stacktest, different, breakhere_different,
431 breakhere_validity and breakhere_invalid.
432 (entry: bt): Update for @entry.
433 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
434 (entry_validity: *, entry_invalid: *): Many new tests.
435 * gdb.base/break.exp
436 (run until breakpoint set at small function, optimized file): Accept
437 also the @entry suffix.
438 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
439 * gdb.mi/mi2-amd64-entry-value.c: New files.
440 * gdb.mi/mi2-amd64-entry-value.exp: New files.
441
442 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 Protect entry values against self tail calls.
445 * gdb.arch/amd64-entry-value.cc (self2, self): New.
446 (main): Call self.
447 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
448 (set debug entry-values 1, self: bt debug entry-values): New tests.
449
450 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 Recognize virtual tail call frames.
453 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
454 (amb_b, amb_a): New.
455 (main): Call a and b.
456 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
457 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
458 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
459 New tests.
460
461 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 Implement basic support for DW_TAG_GNU_call_site.
464 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
465 * gdb.arch/amd64-entry-value.cc: New file.
466 * gdb.arch/amd64-entry-value.exp: New file.
467
468 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
471 * gdb.dwarf2/implptr-64bit.S: New file.
472 * gdb.dwarf2/implptr-64bit.exp: New file.
473
474 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
475
476 Fix initial language detection with -readnow.
477 * gdb.cp/readnow-language.cc: New file.
478 * gdb.cp/readnow-language.exp: New file.
479
480 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 Fix printed anonymous struct name.
483 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
484
485 2011-10-09 Joseph Myers <joseph@codesourcery.com>
486
487 * gdb.base/solib-symbol.exp: Do not include directories in
488 filenames in expected messages.
489
490 2011-10-07 Doug Evans <dje@google.com>
491
492 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
493
494 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
495
496 Allow Python notification of new object-file loadings.
497 * gdb.python/py-events.exp: Test newobjfile event.
498 * gdb.python/py-events.py: Register newobjfile callback.
499 * gdb.python/py-events.c: Add call to shared library
500 * gdb.python/py-events-shlib.c: New file.
501
502 2011-10-06 Joseph Myers <joseph@codesourcery.com>
503
504 * gdb.base/fixsection.exp: Do not include directories in filename
505 in expected message.
506
507 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
508
509 Add tests for passing of environment variables to inferior.
510 * gdb.base/testenv.c: New test source.
511 * gdb.base/testenv.exp: New expect test.
512
513 2011-10-04 Paul Koning <paul_koning@dell.com>
514
515 * gdb.python/py-value.c (main): Break before return.
516
517 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
518
519 PR python/12691: Add the inferior to Python exited event
520 * gdb.python/py-events.exp: Test the inferior attribute of exited
521 event with a fork.
522 * gdb.python/py-events.py: Print inferior number on exit.
523 * gdb.python/py-events.c: Fork the inferior.
524
525 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
526
527 * gdb.base/jit.exp: Add testcase name to log message
528
529 2011-10-03 Paul Koning <paul_koning@dell.com>
530 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 * gdb.python/py-value.exp
533 (python inval = gdb.parse_and_eval('*(int*)0'))
534 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
535 (set argc=2, python print argc_lazy): New tests.
536
537 2011-10-02 Joel Brobecker <brobecker@adacore.com>
538
539 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
540
541 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
542 Pedro Alves <pedro@codesourcery.com>
543
544 * gdb.python/py-value.exp (test_value_in_inferior): New variable
545 can_read_0, test for it.
546 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
547 (parse_and_eval with memory error): ... here, make it untested if
548 can_read_0.
549
550 2011-09-30 Marek Polacek <mpolacek@redhat.com>
551
552 * gdb.python/python.exp (verify pagination beforehand)
553 (verify pagination afterwards): Fix race by splitting the line.
554
555 2011-09-29 Joseph Myers <joseph@codesourcery.com>
556
557 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
558 for 64-bit multilibs from i?86-* targets.
559
560 2011-09-29 Marek Polacek <mpolacek@redhat.com>
561
562 * lib/gdb.exp: Fix a typo in one of the comments.
563
564 2011-09-29 Marek Polacek <mpolacek@redhat.com>
565
566 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
567 matching pattern.
568
569 2011-09-28 Paul Koning <paul_koning@dell.com>
570
571 * gdb.python/py-type.c (enum E): New.
572 * gdb.python/py-type.exp (test_fields): Add tests for Python
573 mapping access to fields.
574 (test_enums): New test for field access on enums.
575
576 2011-09-27 Stan Shebs <stan@codesourcery.com>
577
578 * gdb.trace/collection.exp: Test collection of $_ret.
579
580 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
581
582 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
583 list of compilation switches for <*-*-freebsd*>.
584
585 2011-09-19 Stan Shebs <stan@codesourcery.com>
586
587 * gdb.trace/tspeed.exp: New file.
588 * gdb.trace/tspeed.c: New file.
589
590 2011-09-18 Yao Qi <yao@codesourcery.com>
591
592 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
593 instructions.
594 (test_adr_32bit, test_pop_pc): Likewise.
595 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
596 Thumb instructions.
597 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
598 in gdb_test_multiple.
599 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
600
601 2011-09-17 Yao Qi <yao@codesourcery.com>
602
603 * lib/gdb.exp (can_single_step_to_signal_handler): New.
604 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
605 support single step to signal handler.
606
607 2011-09-17 Yao Qi <yao@codesourcery.com>
608
609 * gdb.base/disp-step-fork.c: New.
610 * gdb.base/disp-step-syscall.exp: New.
611 * gdb.base/disp-step-vfork.c: New.
612
613 2011-09-16 Joel Brobecker <brobecker@adacore.com>
614
615 * gdb.ada/tasks.exp: Make the expected output for
616 the `info tasks' tests more resilient to spacing
617 changes.
618
619 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
622 (reached breakpoint 2, reached breakpoint 3): Update expected output.
623
624 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
625
626 PR Python/12692 Add gdb.selected_inferior() to Python interface.
627 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
628
629 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
630
631 Handle multiple breakpoint hits in Python interface:
632 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
633 presence.
634 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
635 breakpoint hits.
636
637 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
638 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.python/py-events.exp: Remove pretty printing comment.
641 * gdb.python/py-evsignal.exp: New file.
642 * gdb.python/py-evthreads.c: Include signal.h.
643 (thread3): Remove variable count3. Remove variable bad and use raise
644 instead.
645 (thread2): Remove variable count2. Move thread3 pthread_create here,
646 merge pthread_join to a single line.
647 (main): Remove variable count1. Merge pthread_join with pthread_create
648 to a single line.
649 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
650 KFAIL python/12966 for gdbserver. Test return value of
651 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
652 gdb_expect by gdb_test and gdb_test_multiple.
653 (thread 2, thread 3): New tests.
654
655 2011-09-12 Matt Rice <ratmice@gmail.com>
656 Pedro Alves <pedro@codesourcery.com>
657
658 PR gdb/13175
659
660 * gdb.base/interp.exp: New tests.
661 * gdb.base/interp.c: New file.
662
663 2011-09-12 Doug Evans <dje@google.com>
664
665 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
666 * gdb.dwarf2/typeddwarf.exp: Ditto.
667
668 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 Fix compatibility with x32 arch.
671 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
672 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
673 is_x86_like_target.
674 * testsuite/gdb.trace/collection.exp: Likewise.
675 * testsuite/gdb.trace/report.exp: Likewise.
676 * testsuite/gdb.trace/unavailable.exp: Likewise.
677 * testsuite/gdb.trace/while-dyn.exp: Likewise.
678 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
679 (is_x86_like_target): Check also is_amd64_regs_target.
680
681 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 PR breakpoints/12435
684 * gdb.arch/amd64-prologue-xmm.c: New file.
685 * gdb.arch/amd64-prologue-xmm.exp: New file.
686 * gdb.arch/amd64-prologue-xmm.s: New file.
687
688 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 * gdb.dwarf2/dw2-param-error-main.c: New file.
691 * gdb.dwarf2/dw2-param-error.S: New file.
692 * gdb.dwarf2/dw2-param-error.exp: New file.
693
694 2011-09-08 Pedro Alves <pedro@codesourcery.com>
695
696 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
697 inferior's pid and look for a core dump named core.$pid. Use
698 `remote_file' commands on the host instead of hand coding shell
699 commands on the build.
700 * gdb.base/valgrind-db-attach.exp: Kill the program before
701 finishing the test.
702
703 2011-09-02 Matt Rice <ratmice@gmail.com>
704
705 * lib/prompt.exp: New file for testing the first prompt.
706 * gdb.python/py-prompt.exp: Ditto.
707 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
708
709 2011-09-02 Pedro Alves <pedro@codesourcery.com>
710
711 * gdb.threads/gcore-thread.exp: Set the global core_supported to
712 0, before testing gcore.
713
714 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * dw2-ifort-parameter-debug.S: Update copyright year.
717 * dw2-ifort-parameter.c: Update copyright year.
718 * dw2-ifort-parameter.exp: Update copyright year.
719
720 * dw2-ifort-parameter-debug.S: New file.
721 * dw2-ifort-parameter.c: New file.
722 * dw2-ifort-parameter.exp: New file.
723
724 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * gdb.base/commands.exp (error_clears_commands_left): New function.
727 (): Call it.
728
729 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
732 (C): Initialize `a'.
733 * gdb.mi/mi-inheritance-syntax-error.exp
734 (-data-evaluate-expression $path): Expect `a' as 5.
735
736 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
737
738 PR mi/11912
739 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
740 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
741 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
742 keyword in output of -var-info-path-expression.
743
744 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
745
746 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
747 * gdb.trace/collection.exp: Likewise.
748 * gdb.trace/report.exp: Likewise.
749 * gdb.trace/unavailable.exp: Likewise.
750 * gdb.trace/while-dyn.exp: Likewise.
751
752 2011-08-18 Keith Seitz <keiths@redhat.com>
753
754 PR c++/12266
755 * gdb.cp/meth-typedefs.cc: New file.
756 * gdb.cp/meth-typedefs.exp: New file.
757
758 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
759
760 * gdb.python/python.exp: Add extended-prompt tests.
761
762 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * gdb.arch/i386-dr3-watch.exp
765 (watchpoint on gap1 does not fit debug registers)
766 (delete all watchpoints): Fix racy expect strings.
767
768 2011-08-14 Yao Qi <yao@codesourcery.com>
769
770 * gdb.base/maint.exp: set data_section to ".neardata".
771 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
772 * gdb.base/savedregs.exp: Handle SIGILL.
773 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
774 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
775
776 2011-08-12 Doug Evans <dje@google.com>
777
778 * gdb.python/py-symbol.exp: Add test for symbol.type.
779
780 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
781
782 * gdb.threads/pthreads.exp: Enable on non-native configurations.
783 * gdb.mi/mi-pthreads.exp: Likewise.
784 * gdb.mi/mi2-pthreads.exp: Likewise.
785 * gdb.mi/gdb669.exp.exp: Likewise.
786
787 2011-08-09 Pedro Alves <pedro@codesourcery.com>
788
789 * lib/mi-support.exp (detect_async): Rename to...
790 (mi_detect_async): ... this.
791 * gdb.mi/mi-nonstop-exit.exp: Adjust.
792 * gdb.mi/mi-nonstop.exp: Adjust.
793 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
794 * gdb.mi/mi-nsintrall.exp: Adjust.
795 * gdb.mi/mi-nsmoribund.exp: Adjust.
796 * gdb.mi/mi-nsthrexec.exp: Adjust.
797
798 2011-08-09 Pedro Alves <pedro@codesourcery.com>
799
800 * gdb.base/display.c (do_loops): New `p_i' local.
801 * gdb.base/display.exp: Test displaying a variable that is
802 temporarily at a bad address.
803
804 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
805
806 * gdb.dwarf2/dw2-op-stack-value.S: New file.
807 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
808
809 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
810
811 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
812 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
813 (p fuNC_symtab): Permit also ppc64 leading dot.
814
815 2011-08-05 Pedro Alves <pedro@codesourcery.com>
816
817 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
818 procedure.
819 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
820
821 2011-08-05 Yao Qi <yao@codesourcery.com>
822
823 * gdb.base/callfuncs.exp: Set language after main.
824 * gdb.cp/cplusfuncs.exp: Likewise.
825 * gdb.cp/inherit.exp: Likewise.
826
827 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
828
829 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
830 * gdb.base/watch-vfork.exp: Skip on remote targets.
831
832 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
833
834 * gdb.threads/thread-find.exp: Support remote targets.
835
836 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
837
838 * gdb.base/jit.exp: Download solib_binfile to target.
839 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
840 and call dlopen without full path name.
841 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
842 dlopen without full path name.
843
844 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
845
846 * gdb.base/break-always.exp: Complete the test
847 with duplicated breakpoints and enabling/disabling them.
848
849 2011-08-02 Tom Tromey <tromey@redhat.com>
850
851 PR gdb/11289:
852 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
853
854 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
855
856 PR gdb/13045
857 * gdb.base/float.exp: Add new test case for PR gdb/13045
858 * gdb.base/float.c: New file.
859
860 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
861
862 * gdb.python/py-mi.exp: Test printers returning string hint, and
863 also not returning a value.
864 * gdb.python/py-prettyprint.c: Add testcase for above.
865 * gdb.python/py-prettyprint.py: Add test printer for above.
866
867 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
868
869 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
870 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
871 (.Ldie30) Add as field "data4".
872 (.Ldie32) Rename field "b" to "shl".
873 (abbrev4) Change for the "data4" field.
874 (abbrev5, abbrev6) Remove.
875 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
876 (p &s.shl): ... here. Add comment.
877 (p &s.data4): New.
878
879 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 Fix crash on lval_computed values.
882 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
883
884 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * gdb.base/help.exp (help whatis): Update the expected string.
887
888 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
889
890 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
891 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
892 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
893 Change the expected string.
894
895 2011-07-26 Pedro Alves <pedro@codesourcery.com>
896
897 * gdb.base/watchpoint.exp
898 (test_disable_enable_software_watchpoint): New procedure.
899 (top level): Run it.
900
901 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
902
903 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
904 executable file "${binfile}", C++ version "${binfile}-cxx".
905 * gdb.python/py-prettyprint.exp: Likewise.
906 * gdb.python/py-symbol.exp: Likewise.
907 * gdb.python/py-type.exp: Likewise.
908 * gdb.python/py-value.exp: Likewise.
909 * gdb.python/py-template.exp (test_template_arg): Pass full executable
910 file name instead of just suffix.
911
912 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 Fix implicit pointer offsets.
915 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
916 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
917 (continue to breakpoint: continue to baz breakpoint for implptr)
918 (sanity check element 0, sanity check element 1)
919 (enter the inlined function, check element 0 for the offset)
920 (check element 1 for the offset)
921 (continue to breakpoint: ignore the second baz breakpoint): New tests.
922 (set foo breakpoint for implptr): Update the breakpoint number.
923
924 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
925
926 * gdb.python/py-mi.exp: Use different file names for different
927 versions of the executable under test.
928 * gdb.python/py-prettyprint.exp: Likewise.
929 * gdb.python/py-symbol.exp: Likewise.
930 * gdb.python/py-template.exp: Likewise.
931 * gdb.python/py-type.exp: Likewise.
932 * gdb.python/py-value.exp: Likewise.
933
934 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
935
936 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
937 flag after restarting GDB if necessary.
938
939 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
940
941 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
942
943 2011-07-22 Pedro Alves <pedro@codesourcery.com>
944
945 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
946 backend doesn't leave used debug registers behind.
947
948 2011-07-22 Tom Tromey <tromey@redhat.com>
949
950 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
951 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
952 argument.
953 * gdb.dwarf2/typeddwarf-amd64.S: New file.
954
955 2011-07-21 Matt Rice <ratmice@gmail.com>
956
957 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
958 in mostlyclean rule. Add files ending in .core.
959
960 2011-07-21 Matt Rice <ratmice@gmail.com>
961
962 PR macros/12999
963 * gdb.base/info-macros.c: New test sources.
964 * gdb.base/info-macros.exp: New tests.
965
966 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
967
968 * gdb.python/python.exp: Add prompt substitution tests.
969
970 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 Fix crash if referenced CU is aged out.
973 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
974 New.
975 * gdb.dwarf2/implptr.exp: Likewise.
976
977 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * gdb.dwarf2/implptr.S: Rebuilt.
980 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
981 (bar): Use them for j, k, l.
982 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
983 COMPILE.
984 (print j in implptr:bar): Update for the intp typedef.
985 (print p[0].x in implptr:foo): Use more exact regex.
986
987 2011-07-18 Tom Tromey <tromey@redhat.com>
988
989 * gdb.cp/static-method.exp: Add missing single quote.
990
991 2011-07-18 Yao Qi <yao@codesourcery.com>
992
993 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
994 supported.
995 * gdb.mi/mi-nonstop-exit.exp: Likewise.
996 * gdb.mi/mi-nonstop.exp: Likewise.
997 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
998 * gdb.mi/mi-nsintrall.exp: Likewise.
999 * gdb.mi/mi-nsmoribund.exp: Likewise.
1000 * gdb.mi/mi-nsthrexec.exp: Likewise.
1001 * gdb.python/py-evthreads.exp: Likewise.
1002
1003 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 Code cleanup.
1006 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
1007 it. Substitute it instead of test_compiler_info everywhere.
1008
1009 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1010
1011 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
1012 remote targets as well.
1013
1014 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1015
1016 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1017 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
1018
1019 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1020
1021 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1022 a remote machine, not the host.
1023 (gdb_compile_shlib): Set soname if target is remote.
1024
1025 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1026
1027 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1028
1029 2011-07-13 Matt Rice <ratmice@gmail.com>
1030
1031 * gdb.python/py-objfile-script-gdb.py: Renamed to
1032 py-objfile-script-gdb.py.in.
1033 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1034 py-objfile-script-gdb.py.
1035 * gdb.python/py-objfile-script.exp: Update reference to
1036 py-objfile-script-gdb.py.
1037
1038 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1041 reference undefined label.
1042
1043 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1044
1045 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1046 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1047 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1048 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1049
1050 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1051
1052 PR python/12438
1053 * gdb.python/python.exp: Add maint set/show python print-stack
1054 deprecated tests. Add set/show python print-backtrace tests.
1055
1056 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1059 debug info.
1060
1061 2011-07-06 Matt Rice <ratmice@gmail.com>
1062
1063 * gdb.python/python.exp: Update filename paths.
1064 * gdb.python/py-symtab.exp: Ditto.
1065
1066 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1067
1068 * gdb.python/py-evthreads.exp: Add missing `$'.
1069
1070 2011-07-06 Jie Zhang <jie.zhang@analog.com>
1071
1072 * config/bfin.exp: New file.
1073 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1074 * gdb.asm/bfin.inc: New file.
1075
1076 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1077
1078 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
1079 the whole output.
1080
1081 2011-07-05 Tom Tromey <tromey@redhat.com>
1082
1083 * gdb.java/jprint.java (jprint.hi): New field.
1084 * gdb.java/jprint.exp: Print string.
1085
1086 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1087
1088 * gdb.base/call-sc.c: Fix typos.
1089 * gdb.base/ifelse.exp: Likewise.
1090 * gdb.base/structs.c: Likewise.
1091
1092 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1093
1094 * gdb.base/jit-so.exp: New test.
1095 * gdb.base/jit-dlmain.c: New file.
1096 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1097
1098 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1099
1100 * gdb.cp/m-static.exp: Call get_compiler_info.
1101 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1102 * gdb.cp/pr9167.exp (p b): Likewise.
1103 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1104 (test value of P in inner_m, test type of Z in inner_m): Call
1105 setup_xfail for gcc <= 4.5.
1106
1107 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1108
1109 * gdb.cp/paren-type.cc: New files.
1110 * gdb.cp/paren-type.exp: New files.
1111
1112 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1113
1114 Stop on first linespec terminator instead of eating what we can.
1115 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1116 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1117 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1118 (break C::f()): ... this one.
1119 (break C::operator()()): New test.
1120 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1121 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1122 test.
1123
1124 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 Fall back linespec to minimal symbols.
1127 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1128 error message.
1129 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1130 * gdb.cp/minsym-fallback-main.cc: New file.
1131 * gdb.cp/minsym-fallback.cc: New file.
1132 * gdb.cp/minsym-fallback.exp: New file.
1133 * gdb.cp/minsym-fallback.h: New file.
1134
1135 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 * gdb.cp/no-dmgl-verbose.cc: New file.
1138 * gdb.cp/no-dmgl-verbose.exp: New file.
1139
1140 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1143 __GI_.
1144 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1145 (f): New function.
1146 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1147 (complete p 'func<short>(): ... here.
1148 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1149 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1150 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1151 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1152 Make them KFAIL gcc/49546.
1153
1154 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1155
1156 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1157
1158 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 Test GCC PR debug/49546.
1161 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1162 (test type of F in k3_m, test value of F in k3_m): New.
1163 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1164 (main): New variable k3. Call k3.k3_m.
1165
1166 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1167
1168 * gdb.ada/packed_array.exp: Fix expected outout.
1169
1170 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1171
1172 * gdb.ada/packed_array.exp: fixed expected output.
1173
1174 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1175
1176 * gdb.ada/same_enum: New testcase.
1177
1178 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.ada/ptr_typedef: New testcase.
1181
1182 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1183
1184 * gdb.ada/arrayptr.exp: Add ptype test.
1185
1186 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gdb.ada/char_enum: New testcase.
1189
1190 2011-07-01 Yao Qi <yao@codesourcery.com>
1191
1192 * gdb.base/dump.exp (capture_pointer_with_type): New.
1193 Get value from address instead of name.
1194 Start GDB once, and do `dump' and `restore'
1195 tests together.
1196
1197 2011-06-30 Jie Zhang <jie.zhang@analog.com>
1198 Mike Frysinger <vapier@gentoo.org>
1199
1200 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1201 helper functions for getting/setting remotetimeout variable.
1202 * lib/gdb.exp (gdb_load): If the target is remote, set
1203 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1204 with $loadtimeout. Set $load_ok to 0 before doing the load.
1205 Instead of returning, immediately, set $load_ok to 0. Call
1206 set_remotetimeout with $oldremotetimeout, and then return if
1207 $load_ok is 1.
1208
1209 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
1210
1211 * gdb.python/py-template.exp: Don't run this test if the target
1212 does not support c++ tests.
1213
1214 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1215
1216 Fix non-only rename list for Fortran modules import.
1217 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1218 tests.
1219 * gdb.fortran/module.f90 (module moduse): New.
1220 (program module): use moduse, test var_x, var_y and var_z.
1221
1222 2011-06-29 Tom Tromey <tromey@redhat.com>
1223
1224 PR testsuite/12040:
1225 * gdb.fortran/array-element.exp: Use f90, not f77.
1226 * gdb.fortran/complex.exp: Use f90, not f77.
1227 * gdb.fortran/derived-type.exp: Use f90, not f77.
1228 * gdb.fortran/library-module.exp: Use f90, not f77.
1229 * gdb.fortran/logical.exp: Use f90, not f77.
1230 * gdb.fortran/module.exp: Use f90, not f77.
1231 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1232 * gdb.fortran/subarray.exp: Use f90, not f77.
1233
1234 2011-06-29 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.fortran/charset.exp: New file.
1237 * gdb.fortran/charset.f90: New file.
1238
1239 2011-06-29 Tom Tromey <tromey@redhat.com>
1240
1241 PR testsuite/12040:
1242 * lib/future.exp: New file, mostly extracted from ada.exp.
1243 Rewrote compatibility code to use rename.
1244 (gdb_find_gfortran): New proc.
1245 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1246 gfortran patch.
1247 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1248 Move to future.exp.
1249 * lib/gdb.exp: Always load future.exp.
1250
1251 2011-06-28 Yao Qi <yao@codesourcery.com>
1252
1253 * gdb.cp/exception.cc: Don't include iostream.
1254 (bar): Remove print statement.
1255 (catcher): New.
1256 (main): Remove print statements. Call function catcher.
1257 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1258 Set breakpoint on catcher, and check the value of parameter.
1259
1260 2011-06-23 Yao Qi <yao@codesourcery.com>
1261
1262 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1263 1.2 is disabled. KFAIL for uclinux.
1264
1265 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1266
1267 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1268 mi_gdb_test.
1269
1270 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1271
1272 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1273
1274 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1275
1276 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1277
1278 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1279
1280 * gdb.mi/mi2-basics.exp: Fix races. Honour the
1281 `test_exec_and_symbol_mi_operatons' return value.
1282 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1283 gdb_test_multiple.
1284 (test_exec_and_symbol_mi_operatons): Likewise.
1285 (test_path_specification): Likewise.
1286
1287 2011-06-23 Yao Qi <yao@codesourcery.com>
1288
1289 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1290 supported.
1291 * lib/gdb.exp (support_displaced_stepping): New.
1292
1293 2011-06-23 Yao Qi <yao@codesourcery.com>
1294
1295 * gdb.threads/execl.exp: Skip on remote target.
1296
1297 2011-06-21 Marek Polacek <mpolacek@redhat.com>
1298
1299 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1300 mi_gdb_test.
1301
1302 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1303
1304 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1305
1306 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1307
1308 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1309 mi_gdb_test.
1310
1311 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1312
1313 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1314
1315 2011-06-14 Yao Qi <yao@codesourcery.com>
1316
1317 gdb/testsuite/
1318 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1319
1320 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
1323
1324 2011-06-10 Tom Tromey <tromey@redhat.com>
1325
1326 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
1327 Add tests for pointer-to-member-function.
1328 * gdb.cp/temargs.cc (S::somefunc): New function.
1329 (K2): New class.
1330 (main): Instantiate K2; call method.
1331
1332 2011-06-08 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.python/py-inferior.c (f2): Make str an array rather
1335 than a pointer.
1336 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
1337
1338 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1339
1340 * gdb.base/async-shell.c: New file.
1341 * gdb.base/async-shell.exp: New file.
1342
1343 2011-06-06 Pedro Alves <pedro@codesourcery.com>
1344
1345 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
1346
1347 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
1348
1349 From Stephen Kitt <steve@sk2.org>
1350 * gdb.base/help.exp: Adjust following some spelling corrections
1351 in GDB.
1352
1353 2011-06-01 Yao Qi <yao@codesourcery.com>
1354
1355 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
1356
1357 2010-05-31 Keith Seitz <keiths@redhat.com>
1358
1359 PR c++/12750
1360 * gdb.cp/static-method.cc: New file.
1361 * gdb.cp/static-method.exp: New file.
1362
1363 2010-05-31 Keith Seitz <keiths@redhat.com>
1364
1365 PR symtab/12704
1366 * gdb.cp/anon-ns.cc: New file.
1367 * gdb.cp/anon-ns.exp: New file.
1368
1369 2011-05-31 Pedro Alves <pedro@codesourcery.com>
1370
1371 * gdb.arch/i386-dr3-watch.c: New file.
1372 * gdb.arch/i386-dr3-watch.exp: New file.
1373
1374 2011-05-30 Yao Qi <yao@codesourcery.com>
1375
1376 * gdb.base/callfuncs.c (t_structs_fc): New.
1377 (t_structs_dc, t_structs_ldc): New.
1378 (t_double_many_args):
1379 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
1380 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
1381 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
1382 * gdb.base/callfuncs.exp: Call new functions.
1383
1384 2011-05-30 Yao Qi <yao@codesourcery.com>
1385
1386 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
1387 Call rerun_and_prepare for each test to isolate effects.
1388
1389 2011-05-30 Yao Qi <yao@codesourcery.com>
1390
1391 * gdb.base/varargs.c (find_max_float_real): New.
1392 (find_max_double_real, find_max_long_double_real): New.
1393 * gdb.base/varargs.exp: Call these new added functions.
1394 * lib/gdb.exp (setup_kfail_for_target): New.
1395
1396 2011-05-30 Yao Qi <yao@codesourcery.com>
1397
1398 * gdb.base/funcargs.c (callca, callcb, callcc): New.
1399 (callcd, callce, callcf, callc1a, callc1b): New.
1400 (callc2a, callc2b): New.
1401 * gdb.base/funcargs.exp (complex_args): New.
1402 (complex_integral_args, complex_float_integral_args): New.
1403 * lib/gdb.exp (support_complex_tests): New. Determine
1404 whether to run test cases on _Complex types.
1405
1406 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1407
1408 * gdb.threads/leader-exit.c: New file.
1409 * gdb.threads/leader-exit.exp: New file.
1410
1411 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1412
1413 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
1414
1415 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1416
1417 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
1418 remove the `supported' variable.
1419 * gdb.mi/mi-nonstop.exp: Likewise.
1420 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1421 * gdb.mi/mi-nsintrall.exp: Likewise.
1422 * gdb.mi/mi-nsmoribund.exp: Likewise.
1423 * gdb.mi/mi-nsthrexec.exp: Likewise.
1424
1425 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1426
1427 * gdb.reverse/finish-reverse-bkpt.exp: New test.
1428
1429 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1430
1431 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
1432
1433 2011-05-24 Keith Seitz <keiths@redhat.com>
1434
1435 PR breakpoint/12803
1436 * gdb.cp/cmpd-minsyms.cc (a): New method.
1437 (b): New method.
1438 (c): New method.
1439 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
1440
1441 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1442
1443 * gdb.base/commands.exp (watchpoint_command_test): Check that the
1444 watchpoint's command list didn't execute when the watchpoint went
1445 out of scope.
1446
1447 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1448
1449 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
1450 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
1451 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
1452 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1453 * gdb.arch/i386-permbkpt.exp: Likewise.
1454 * gdb.arch/i386-prologue.exp: Likewise.
1455 * gdb.arch/i386-size-overlap.exp: Likewise.
1456 * gdb.arch/i386-size.exp: Likewise.
1457 * gdb.arch/i386-unwind.exp: Likewise.
1458 * gdb.reverse/i386-precsave.exp: Likewise.
1459 * gdb.reverse/i386-reverse.exp: Likewise.
1460 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1461 * gdb.reverse/i387-env-reverse.exp: Likewise.
1462 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1463
1464 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1465
1466 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1467 file doesn't error, using MI.
1468
1469 2011-05-23 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.base/charset.exp (string_display): Add tests to assign to
1472 arrays.
1473 * gdb.base/charset.c (short_array, int_array, long_array): New.
1474
1475 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1476
1477 Cope with async mode.
1478
1479 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1480 into gdb_test + mi_expect_stop.
1481
1482 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1483
1484 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1485 (callme): Remove printf call.
1486
1487 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1488
1489 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1490 quote pattern to avoid problems with Cygwin/mingw expect versions.
1491 * gdb.base/default.exp (show convenience): Use double
1492 quote pattern for regular expressions.
1493
1494 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 Fix -readnow for -gdwarf-4 unused type units.
1497 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1498 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
1499
1500 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 * gdb.base/kill-after-signal.c: New file.
1503 * gdb.base/kill-after-signal.exp: New file.
1504
1505 2011-05-16 Pedro Alves <pedro@codesourcery.com>
1506
1507 * gdb.ada/start.exp: Call untested with the correct test filename.
1508 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
1509 test filename. Make the test's binary unique.
1510 * gdb.arch/i386-signal.exp: Call untested with the correct test
1511 filename.
1512 * gdb.arch/i386-size-overlap.exp: Ditto.
1513 * gdb.arch/Makefile.in (EXECUTABLES): Update.
1514 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1515 * gdb.cp/call-c.exp: Ditto.
1516 * gdb.mi/mi-reverse.exp: Call untested with the correct test
1517 filename. Make the test's binary unique.
1518 * gdb.mi/Makefile.in (EXECUTABLES): Update.
1519 * gdb.python/py-mi.exp: Ditto.
1520 * gdb.python/Makefile.in (EXECUTABLES): Update.
1521 * gdb.reverse/i386-precsave.exp: Ditto.
1522 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
1523 test filename.
1524 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1525 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
1526 unique.
1527 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
1528 test filename.
1529 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
1530 * gdb.trace/tfile.exp: Ditto.
1531
1532 2011-05-14 Yao Qi <yao@codesourcery.com>
1533
1534 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
1535 type.
1536
1537 2011-05-13 Doug Evans <dje@google.com>
1538
1539 * gdb.python/py-objfile-script.exp: New file.
1540 * gdb.python/py-objfile-script.c: New file.
1541 * gdb.python/py-objfile-script-gdb.py: New file.
1542 * testsuite/gdb.python/py-section-script.exp: Test
1543 "info auto-load-scripts".
1544
1545 2011-05-13 Tom Tromey <tromey@redhat.com>
1546
1547 * gdb.dwarf2/clztest.exp: New file.
1548 * gdb.dwarf2/clztest.c: New file.
1549 * gdb.dwarf2/clztest.S: New file.
1550
1551 2011-05-13 Doug Evans <dje@google.com>
1552
1553 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
1554 String16 tests.
1555
1556 2011-05-13 Tom Tromey <tromey@redhat.com>
1557
1558 * lib/gdb.exp (is_x86_like_target): New proc.
1559 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
1560 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
1561 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
1562 -nostdlib to compiler.
1563 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
1564 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
1565 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
1566 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
1567 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
1568
1569 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1570
1571 * gdb.python/py-function.exp: Test setting a value from a function
1572 which executes a command.
1573
1574 2011-05-12 Tom Tromey <tromey@redhat.com>
1575
1576 * gdb.dwarf2/typeddwarf.S: New file.
1577 * gdb.dwarf2/typeddwarf.c: New file.
1578 * gdb.dwarf2/typeddwarf.exp: New file.
1579
1580 2011-05-12 Marek Polacek <mpolacek@redhat.com>
1581
1582 * gdb.mi/mi-basics.exp: Fix races. Honour the
1583 `test_exec_and_symbol_mi_operatons' return value.
1584 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1585 gdb_test_multiple.
1586 (test_exec_and_symbol_mi_operatons): Likewise.
1587 (test_path_specification): Likewise.
1588
1589 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
1592 (gdb_touch_execfile): Remove catch wrappers. New variable time.
1593 Replace `file copy' and `file rename' by `file mtime'. Twice.
1594
1595 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 * gdb.base/readline-ask.c: New file.
1598 * gdb.base/readline-ask.exp: New file.
1599 * gdb.base/readline-ask.inputrc: New file.
1600
1601 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1602
1603 * gdb.cell/bt.exp: Delete breakpoints before running to signal
1604 to avoid race condition.
1605 * gdb.cell/coremaker.c: Use small stack size.
1606 * gdb.cell/ea-standalone.exp: Use file name without path as
1607 argument to c_to.
1608 * gdb.cell/fork.exp: Allow other output when continuing to end.
1609
1610 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1611
1612 * gdb.threads/corethreads.c: New file.
1613 * gdb.threads/corethreads.exp: New file.
1614
1615 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1616
1617 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1618 Try to compile the test using -Wl,-z,norelro first.
1619 (load_core): New variable libthread_db_seen, initialize it.
1620 (zeroed-threads cannot be listed): Protect it by XFAIL on
1621 !$libthread_db_seen.
1622
1623 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 PR 12573
1626 * gdb.dwarf2/dw2-skip-prologue.S: New file.
1627 * gdb.dwarf2/dw2-skip-prologue.c: New file.
1628 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1629
1630 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1631
1632 * gdb.cp/psymtab-parameter.cc: New file.
1633 * gdb.cp/psymtab-parameter.exp: New file.
1634
1635 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 Fix a race.
1638 * gdb.cp/static-print-quit.exp (print c): Split to ...
1639 (print c - <return>, print c - q <return>, print c - to quit):
1640 ... these. Make the testfile untested on gdb-7.1.
1641
1642 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
1643
1644 * lib/gdb.exp (exec_target_file, exec_symbol_file,
1645 gdb_rename_execfile, gdb_touch_execfile): New.
1646 * gdb.base/reread.exp: Use new procs to handle multiple
1647 exec files.
1648
1649 2011-05-05 Yao Qi <yao@codesourcery.com>
1650
1651 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1652 (test_adr_32bit, test_pop_pc): New.
1653 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1654 (test_adr_32bit, test_pop_pc): New.
1655
1656 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1657
1658 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1659 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1660 targets.
1661 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1662 handle targets.
1663
1664 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1665
1666 * gdb.base/completion.exp (complete help info wat): Rename to ...
1667 (complete 'help info wat'): ... here.
1668 Remove all `-re ".*' and `-re "^.*' redundant regexes.
1669 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1670
1671 2011-05-04 Pedro Alves <pedro@codesourcery.com>
1672
1673 * gdb.base/completion.exp: Use gdb_test_multiple instead of
1674 gdb_test and explicit $gdb_prompt/timeout matches.
1675
1676 2011-05-04 Yao Qi <yao@codesourcery.com>
1677
1678 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1679 and __thumb2__.
1680
1681 2011-05-03 Marek Polacek <mpolacek@redhat.com>
1682
1683 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1684 in place of `gdb_test "delete breakpoints"'. This eliminates two
1685 testcases.
1686
1687 2011-05-02 Pedro Alves <pedro@codesourcery.com>
1688
1689 PR testsuite/12649
1690 Fix races.
1691
1692 * gdb.base/completion.exp: Remove all sleep calls. Remove
1693 unnecessary regexs. Don't explicitly expect anything after the
1694 prompt. Eat the prompt if necessary.
1695
1696 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
1697
1698 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1699 accept to show the caller line again as well as the line after.
1700
1701 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1702
1703 PR mi/12531
1704
1705 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1706 compile target.
1707 * gdb.python/py-prettyprint.exp: Add C++ object for
1708 CPLUS_FAKE_CHILD test.
1709
1710 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1711
1712 * gdb.base/signest.exp: New file.
1713 * gdb.base/signest.c: Likewise.
1714
1715 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1716
1717 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1718 thread and breakpoint notifications.
1719
1720 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * gdb.base/fortran-sym-case.c: New file.
1723 * gdb.base/fortran-sym-case.exp: New file.
1724 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1725 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1726 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1727
1728 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1729
1730 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1731 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1732 false #1', `if true else false #2' and `if true else false #3'.
1733
1734 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1735
1736 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1737 while delivering signal.
1738
1739 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1740
1741 MI breakpoint notifications.
1742
1743 * testsuite/gdb.mi/mi-cli.exp: Adust.
1744 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1745 * testsuite/gdb.mi/mi-watch.exp: Adust.
1746 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1747 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1748 notifications.
1749
1750 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1753 * gdb.base/gdbindex-stabs.c: New file.
1754 * gdb.base/gdbindex-stabs.exp: New file.
1755
1756 2011-04-25 Yao Qi <yao@codesourcery.com>
1757
1758 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1759 with /*...*/.
1760 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1761
1762 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1763
1764 * gdb.python/py-value.exp (test_objfiles): Name the first test
1765 `py-value in file.filename'.
1766
1767 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1768
1769 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1770 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1771 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1772 !gdbserver_reconnect_p..
1773 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1774
1775 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * gdb.cp/cpcompletion.exp (complete class methods)
1778 (complete class methods beginning with F): Move them above runto. New
1779 comment about the runto delimiter.
1780
1781 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1782
1783 * gdb.base/maint.exp: Test that "maint print registers" works
1784 without a running program.
1785
1786 2011-04-20 Marek Polacek <mpolacek@redhat.com>
1787
1788 * gdb.base/setshow.exp: Fix racy tests.
1789 ($old_gdb_prompt): New variable.
1790
1791 2011-04-19 Tom Tromey <tromey@redhat.com>
1792
1793 * gdb.mi/mi-nsmoribund.exp:
1794 * gdb.hp/gdb.objdbg/objdbg01.exp:
1795 * gdb.base/structs.exp (test_struct_returns):
1796 * gdb.base/call-sc.exp (test_scalar_returns):
1797 * gdb.base/bigcore.exp: Remove duplicate words.
1798
1799 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1800
1801 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1802 * gdb.base/break-interp.exp (test_attach): New comment.
1803
1804 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1805
1806 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1807 (clear __stack_user.next, clear stack_used.next)
1808 (save a zeroed-threads corefile): New test.
1809 Call core_load for $core0file.
1810 (zeroed-threads cannot be listed): New test.
1811
1812 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1815 filename.
1816 ($srcfile): Preserve the original value.
1817 ($testfile): Match it the .exp filename.
1818 ($corefile): New variable. Substitute it around.
1819 Use clean_restart.
1820 ($prev_timeout): Remove.
1821 (load_core): Move core loading into this proc.
1822 Fix restore of $timeout if load_core fails.
1823
1824 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 * gdb.base/eu-strip-infcall.c: New file.
1827 * gdb.base/eu-strip-infcall.exp: New file.
1828
1829 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1832 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1833
1834 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 Fix Python access to inlined frames.
1837 * gdb.python/py-frame-inline.c: New file.
1838 * gdb.python/py-frame-inline.exp: New file.
1839
1840 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1841
1842 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1843 content of 's24' correctly (avoiding "optimized out").
1844 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1845
1846 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1849
1850 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1851
1852 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1853 expect a colon in watch -location output.
1854
1855 2011-04-13 Marek Polacek <mpolacek@redhat.com>
1856
1857 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
1858 New testcase `expect response to define backtrace'. Also remove
1859 redundant `default' block.
1860
1861 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1862
1863 * gdb.python/py-prettyprint.c (struct hint_error): New.
1864 (main): New variable hint_error.
1865 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1866 "print hint_error".
1867 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1868 (register_pretty_printers): Register it.
1869
1870 2011-04-04 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.cp/maint.exp (test_help): Update.
1873 (test_namespace): Likewise.
1874
1875 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1876
1877 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1878 * gdb.ada/arrayptr.exp: Add new tests.
1879
1880 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1881
1882 * gdb.ada/mi_catch_ex: New testcase.
1883
1884 2011-04-01 Pedro Alves <pedro@codesourcery.com>
1885
1886 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1887 base::overload(void) method without specifying "const".
1888
1889 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1890
1891 * gdb.arch/thumb-singlestep.S: New file.
1892 * gdb.arch/thumb-singlestep.exp: Likewise.
1893
1894 2011-03-31 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.python/py-prettyprint.py (exception_flag): New global.
1897 (NoStringContainerPrinter._iterator.next): Check it.
1898 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1899 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1900
1901 2011-03-29 Tom Tromey <tromey@redhat.com>
1902
1903 * gdb.cp/anon-struct.cc: New file.
1904 * gdb.cp/anon-struct.exp: New file.
1905
1906 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 Test STT_GNU_IFUNC support.
1909 * gdb.base/gnu-ifunc-lib.c: New file.
1910 * gdb.base/gnu-ifunc.c: New file.
1911 * gdb.base/gnu-ifunc.exp: New file.
1912
1913 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 Support a ring of related breakpoints.
1916 * gdb.base/watchpoint-delete.c: New file.
1917 * gdb.base/watchpoint-delete.exp: New file.
1918
1919 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 * gdb.ada/arrayparam.exp (print first after function call): Use
1922 explicit package name. Add a comment
1923 (print lasta after function call): Rename ...
1924 (print last after function call): ... it and use explicit package
1925 name.
1926 (print length after function call): Use explicit package name.
1927 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1928 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1929 (multiple matches for symbol i): Rename ...
1930 (multiple matches for symbol integervar): ... it.
1931 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1932 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1933
1934 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
1935
1936 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1937 environment variable to make grep output more predictable. Move
1938 all the environment setup into gdb_init so it's done once per test
1939 case rather than each time we start gdb.
1940
1941 2011-03-24 Tom Tromey <tromey@redhat.com>
1942
1943 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1944 test.
1945
1946 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1949 * gdb.dwarf2/dw2-entry-value.S: New file.
1950 * gdb.dwarf2/dw2-entry-value.exp: New file.
1951
1952 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1953
1954 PR python/12183
1955
1956 * gdb.python/py-function.exp: Add GdbError tests.
1957
1958 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1959
1960 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1961 (reglocal_test_func, statlocal_test_func): New functions.
1962 (globals_test_func): Call new functions.
1963 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1964 (gdb_collect_locals_test): New procedure.
1965 (gdb_trace_collection_test): Call new procedures.
1966
1967 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1968
1969 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1970 (test_register, test_register_unavailable): New procedures.
1971 (gdb_unavailable_registers_test): New procedure.
1972 (gdb_trace_collection_test): Call it.
1973
1974 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1975
1976 PR python/12149
1977
1978 * gdb.python/python.exp: Add gdb.write tests.
1979
1980 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1981
1982 * gdb.python/Makefile.in: Add py-objfile.
1983 * gdb.python/py-objfile.exp: New file.
1984 * gdb.python/py-objfile.c: New file.
1985 * gdb.python/py-block.exp: Add is_valid tests.
1986 * gdb.python/py-inferior.exp: Ditto.
1987 * gdb.python/py-infthread.exp: Ditto.
1988 * gdb.python/py-symbol.exp: Ditto.
1989 * gdb.python/py-symtab.exp: Ditto.
1990
1991 2011-03-16 Keith Seitz <keiths@redhat.com>
1992
1993 PR c++/12273
1994 * gdb.cp/cmpd-minsyms.exp: New test.
1995 * gdb.cp/cmpd-minsyms.cc: New file.
1996
1997 PR c++/11734
1998 * gdb.cp/ovsrch.exp: New test.
1999 * gdb.cp/ovsrch.h: New file.
2000 * gdb.cp/ovsrch1.cc: New file.
2001 * gdb.cp/ovsrch2.cc: New file.
2002 * gdb.cp/ovsrch3.cc: New file.
2003 * gdb.cp/ovsrch4.cc: New file.
2004
2005 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2006
2007 PR gdb/12528
2008 * gdb.base/Makefile.in: Adjust EXECUTABLES.
2009 * gdb.base/break-on-linker-gcd-function.exp: New test.
2010 * gdb.base/break-on-linker-gcd-function.cc: New file.
2011
2012 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
2013
2014 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2015
2016 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
2017
2018 * lib/gdb.exp (gdb_unload): Add another termination case.
2019
2020 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2023 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2024 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2025 Provide a stub byte there.
2026 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2027 DW_AT_entry_pc.
2028 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2029
2030 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2031
2032 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2033 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
2034 "generic ABI, auto".
2035 (altivec_abi_tests): Accept vectors returned by reference.
2036
2037 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
2038
2039 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2040
2041 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
2042
2043 * gdb.python/py-section-script.exp: Skip test if no Python support.
2044
2045 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
2046
2047 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2048
2049 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2050
2051 * gdb.python/py-parameter.exp: Update tests to the new Python
2052 parameter API. Add "no documentation" test. Add deprecated API
2053 backward compatibility test.
2054
2055 2011-03-09 Tom Tromey <tromey@redhat.com>
2056
2057 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2058 gdb_continue_to_end.
2059
2060 2011-03-09 Mark Kettenis <kettenis@gnu.org>
2061
2062 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2063 tabs.
2064
2065 2011-03-09 Tom Tromey <tromey@redhat.com>
2066
2067 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
2068 parentheses.
2069 (gdb_continue_to_end): Add "allow_extra" parameter. Use
2070 $command.
2071 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2072 argument to gdb_continue_to_end.
2073 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2074 argument to gdb_continue_to_end.
2075 * gdb.cp/annota3.exp: Fix regex.
2076 * gdb.cp/annota2.exp: Fix regex.
2077 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2078 gdb_continue_to_end.
2079 * gdb.base/call-signal-resume.exp: Revert earlier patch.
2080 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2081 gdb_continue_to_end.
2082
2083 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2084
2085 * gdb.server/ext-run.exp
2086 (load new file without any gdbserver inferior): New test.
2087
2088 2011-03-07 Tom Tromey <tromey@redhat.com>
2089
2090 * Makefile.in (TAGS): Rewrite.
2091
2092 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2093
2094 * gdb.trace/report.exp (12.1: trace report #1): New match for the
2095 initial commands echo. New match for `Found trace'. Anchor all the
2096 other matches. Anchor and match for `No trace frame found' the final
2097 match.
2098
2099 2011-03-07 Tom Tromey <tromey@redhat.com>
2100
2101 * Makefile.in (TAGS): New target.
2102
2103 2011-03-07 Tom Tromey <tromey@redhat.com>
2104
2105 * lib/opencl.exp (skip_opencl_tests): Update for exit message
2106 change.
2107 * lib/mi-support.exp (mi_gdb_test): Update for exit message
2108 change.
2109 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
2110 exit message change.
2111 (skip_altivec_tests): Update for exit message change.
2112 (skip_vsx_tests): Likewise.
2113 (gdb_continue_to_end): Likewise. Add 'command' argument.
2114 * lib/cell.exp (skip_cell_tests): Update for exit message change.
2115 * gdb.threads/tls.exp: Update for exit message change.
2116 * gdb.threads/thread-unwindonsignal.exp: Use
2117 gdb_continue_to_end.
2118 * gdb.threads/step.exp (step_it): Update for exit message change.
2119 (continue_all): Likewise.
2120 * gdb.threads/print-threads.exp (test_all_threads): Update for
2121 exit message change.
2122 * gdb.threads/interrupted-hand-call.exp: Use
2123 gdb_continue_to_end.
2124 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2125 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2126 gdb_continue_to_end.
2127 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2128 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2129 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2130 * gdb.cp/method.exp: Update for exit message change.
2131 * gdb.cp/mb-templates.exp: Update for exit message change.
2132 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2133 * gdb.cp/annota3.exp: Update for exit message change.
2134 * gdb.cp/annota2.exp: Update for exit message change.
2135 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2136 * gdb.base/term.exp: Update for exit message change.
2137 * gdb.base/step-test.exp (test_i): Update for exit message change.
2138 * gdb.base/sigstep.exp (advance): Update for exit message change.
2139 (advancei): Likewise.
2140 * gdb.base/siginfo.exp: Update for exit message change.
2141 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2142 * gdb.base/reread.exp: Use gdb_continue_to_end.
2143 * gdb.base/langs.exp: Use gdb_continue_to_end.
2144 * gdb.base/interrupt.exp: Update for exit message change.
2145 * gdb.base/gdb1555.exp: Update for exit message change.
2146 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2147 * gdb.base/ending-run.exp: Update for exit message change.
2148 * gdb.base/chng-syms.exp: Update for exit message change.
2149 * gdb.base/checkpoint.exp: Update for exit message change.
2150 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2151 gdb_continue_to_end.
2152 (test_catch_syscall_with_wrong_args): Likewise.
2153 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2154 * gdb.base/break-interp.exp (test_ld): Update for exit message
2155 change.
2156 * gdb.base/bang.exp: Update for exit message change.
2157 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2158 (do_call_attach_tests): Likewise.
2159 * gdb.base/a2-run.exp: Update for exit message change.
2160 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2161 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2162 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2163
2164 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2167
2168 2011-03-03 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2171 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2172 * gdb.hp/gdb.aCC/configure.ac: Remove.
2173 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2174 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2175 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2176 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2177 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2178 * gdb.hp/gdb.compat/configure.ac: Remove.
2179 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2180 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2181 * gdb.hp/gdb.defects/configure.ac: Remove.
2182 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2183 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2184 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2185 * gdb.hp/configure.ac: Remove.
2186 * gdb.hp/configure: Remove.
2187 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2188 substitution.
2189 (Makefile): Remove rule.
2190 * gdb.cell/configure.ac: Remove.
2191 * gdb.cell/configure: Remove.
2192 * gdb.stabs/Makefile.in (Makefile): Remove.
2193 (distclean): Don't remove config.status or config.log.
2194 * gdb.stabs/configure (Makefile): Remove.
2195 * gdb.stabs/configure.ac: Remove.
2196 * configure: Rebuild.
2197 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2198 Remove stabs- and cell-specific logic. Test for existence of
2199 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2200 subdirectories, gdb.cell, and and gdb.stabs.
2201 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2202
2203 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2204
2205 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2206 end of buffer.
2207
2208 2011-03-02 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2211 gdb_test when running a test where we expected no output back.
2212
2213 2011-02-28 Michael Snyder <msnyder@vmware.com>
2214
2215 * gdb.cp/overload.cc: Change initializer value to integer.
2216
2217 2011-02-27 Michael Snyder <msnyder@vmware.com>
2218
2219 * gdb.multi/base.exp: Add test for remove-inferiors.
2220
2221 2011-02-26 Joel Brobecker <brobecker@adacore.com>
2222
2223 * gdb.python/py-frame.exp: Simplify the initialization phase
2224 using prepare_for_testing.
2225
2226 2011-02-25 Michael Snyder <msnyder@vmware.com>
2227
2228 * gdb.multi/base.exp: Add tests for info inferiors with args.
2229
2230 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2233 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2234 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2235 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2236 asmfile3. Comment the STABS (#3) file compilation. Compile
2237 everything through assembler. Provide KFAIL for symtab/12497.
2238 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2239 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2240 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2241 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2242
2243 2011-02-24 Michael Snyder <msnyder@vmware.com>
2244
2245 * gdb.base/break.exp: Add tests for delete breakpoints using
2246 convenience variables and value history references.
2247
2248 2011-02-24 Michael Snyder <msnyder@vmware.com>
2249
2250 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2251 left behind in previous check-in.
2252
2253 2011-02-23 Michael Snyder <msnyder@vmware.com>
2254
2255 * gdb.base/break.exp: Add tests for "info break" with arguments.
2256 * gdb.trace/infotrace.exp: Update patterns for error and help.
2257 * gdb.base/completion.exp: Update pattern.
2258 * gdb.base/ena-dis-br.exp: Update pattern.
2259 * gdb.base/help.exp: Update patterns.
2260
2261 2011-02-23 Michael Snyder <msnyder@vmware.com>
2262
2263 * gdb.base/memattr.exp: New test.
2264 * gdb.base/memattr.c: Test load for memattr.exp.
2265
2266 2011-02-22 Doug Evans <dje@google.com>
2267
2268 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2269
2270 2011-02-22 Michael Snyder <msnyder@vmware.com>
2271
2272 * Makefile.in: Make more clean.
2273 * gdb.ada/Makefile.in: Ditto.
2274 * gdb.arch/Makefile.in: Ditto.
2275 * gdb.asm/Makefile.in: Ditto.
2276 * gdb.base/Makefile.in: Ditto.
2277 * gdb.cp/Makefile.in: Ditto.
2278 * gdb.dwarf2/Makefile.in: Ditto.
2279 * gdb.java/Makefile.in: Ditto.
2280 * gdb.mi/Makefile.in: Ditto.
2281 * gdb.modula2/Makefile.in: Ditto.
2282 * gdb.python/Makefile.in: Ditto.
2283 * gdb.server/Makefile.in: Ditto.
2284 * gdb.stabs/Makefile.in: Ditto.
2285 * gdb.threads/Makefile.in: Ditto.
2286 * gdb.trace/Makefile.in: Ditto.
2287
2288 2011-02-22 Michael Snyder <msnyder@vmware.com>
2289
2290 * gdb.threads/thread-find.exp: Add tests for bad input to
2291 info threads.
2292
2293 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdb.python/py-breakpoint.exp: Fix the expected output of
2296 one of the "maint info breakpoints" tests to accept the output
2297 generated on platforms that do not have hardware watchpoints.
2298
2299 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2300
2301 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2302 clean_restart. Be a little stricter in the expected output
2303 for one of the tests. Fix a typo in one of the comments.
2304
2305 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2308 Delete variable binfile, no longer use. Add or modify test
2309 comments to make them unique.
2310
2311 2011-02-21 Michael Snyder <msnyder@vmware.com>
2312
2313 * Makefile.in: Update for make clean.
2314 * gdb.ada/Makefile.in: Ditto.
2315 * gdb.arch/Makefile.in: Ditto.
2316 * gdb.asm/Makefile.in: Ditto.
2317 * gdb.base/Makefile.in: Ditto.
2318 * gdb.cp/Makefile.in: Ditto.
2319 * gdb.dwarf2/Makefile.in: Ditto.
2320 * gdb.java/Makefile.in: Ditto.
2321 * gdb.mi/Makefile.in: Ditto.
2322 * gdb.modula2/Makefile.in: Ditto.
2323 * gdb.python/Makefile.in: Ditto.
2324 * gdb.server/Makefile.in: Ditto.
2325 * gdb.stabs/Makefile.in: Ditto.
2326 * gdb.threads/Makefile.in: Ditto.
2327 * gdb.trace/Makefile.in: Ditto.
2328
2329 2011-02-21 Michael Snyder <msnyder@vmware.com>
2330
2331 * gdb.threads/thread-find.exp: Update patterns for changes in
2332 output of "info threads" command.
2333
2334 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2335 Ulrich Weigand <uweigand@de.ibm.com>
2336
2337 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
2338 (skip_hw_watchpoint_tests): Likewise.
2339 (skip_hw_watchpoint_multi_tests): Likewise.
2340
2341 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2342
2343 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
2344 (skip_hw_watchpoint_tests): Likewise.
2345 (skip_hw_watchpoint_multi_tests): Likewise.
2346 (skip_hw_watchpoint_access_tests): Likewise.
2347
2348 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
2349 * gdb.base/pr11022.exp: Likewise.
2350 * gdb.base/watch-read.exp: Likewise.
2351 * gdb.base/watch_thread_num.exp: Likewise.
2352 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2353 * gdb.base/watchpoint-hw.exp: Likewise.
2354 * gdb.base/watchpoint.exp: Likewise.
2355 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
2356 * gdb.threads/watchthreads-reorder.exp: Likewise.
2357 * gdb.threads/watchthreads.exp: Likewise.
2358 * gdb.threads/watchthreads2.exp: Likewise.
2359
2360 2011-02-21 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
2363 the debugger is unable to find the array bounds.
2364
2365 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2366
2367 * gdb.cp/typedef-operator.exp: New file.
2368 * gdb.cp/typedef-operator.cc: New file.
2369
2370 2011-02-17 Michael Snyder <msnyder@vmware.com>
2371
2372 * gdb.threads/thread-find.exp: Fix regular expressions.
2373
2374 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.ada/packed_array: Expand testcase to test printing of
2377 unconstrained packed array.
2378
2379 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
2382
2383 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2384
2385 * gdb.trace/collection.c (globalarr3): New global.
2386 (main): Initialize it before collecting, and and clear it
2387 afterwards.
2388 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2389 collecting with '{type} addr', where the addr expression is not an
2390 rvalue.
2391
2392 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
2393
2394 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
2395 a bool variable. Expect correct OpenCL names for vector types. Use the
2396 uc3 variable name instead of referring to the uchar3 built-in type.
2397 Escape the asterisk at the half pointer test.
2398
2399 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2400
2401 * gdb.trace/collection.c (globalarr2): New global.
2402 (main): Initialize it before collecting, and and clear it
2403 afterwards.
2404 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2405 collecting overlapping memory ranges.
2406
2407 2011-02-15 Michael Snyder <msnyder@vmware.com>
2408
2409 * gdb.base/default.exp: Add tests for thread commands.
2410 * gdb.base/help.exp: Add tests for thread commands.
2411 * gdb.threads/thread-find.exp: New test for thread find command.
2412
2413 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
2414
2415 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
2416
2417 2011-02-15 Yao Qi <yao@codesourcery.com>
2418
2419 PR tdep/12352
2420 * gdb.arch/arm-disp-step.S : New test for str instruction.
2421 * gdb.arch/arm-disp-step.exp : Likewise.
2422
2423 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2424
2425 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
2426 "vector_register2_vr" test strings. Test the extended floating
2427 point registers (F32~F63).
2428 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
2429 IBM XL C compiler. Make the test program use a register provided
2430 by the compiler for the lxvd2x instruction.
2431
2432 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2433
2434 * gdb.trace/unavailable.cc (class Base, class Middle, class
2435 Derived): New types.
2436 (derived_unavail, derived_partial, derived_whole): New globals.
2437 (virtual_partial): New global.
2438 (virtualp): Point at virtual_partial.
2439 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
2440 related to unavailable vptr.
2441
2442 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2443
2444 * gdb.trace/unavailable.cc (a, b, c): New globals.
2445 (main): Set and clear them.
2446 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
2447 `a' and `c', and check that `b' isn't collected, although `a' and
2448 `c' are.
2449
2450 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2451
2452 * gdb.trace/unavailable.cc (struct Virtual): New.
2453 (virtualp): New global pointer.
2454 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
2455 printing a pointer to an object whose type has a vtable, with
2456 print object on.
2457
2458 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2459
2460 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2461 value repeat handles unavailableness.
2462
2463 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2464
2465 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2466 tests for building arrays from unavailable values, subscripting
2467 non-memory rvalue unvailable arrays, and accessing fields or
2468 baseclasses of non-lazy unavailable values,
2469 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2470 struct types.
2471 (g_smallstruct, g_smallstruct_b): New globals.
2472
2473 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2474
2475 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2476
2477 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2480 * gdb.cp/overload-const.exp: New file.
2481 * gdb.cp/overload-const.cc: New file.
2482
2483 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2484
2485 * gdb.opencl/callfuncs.cl: New file.
2486 * gdb.opencl/callfuncs.exp: New test.
2487 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2488
2489 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2490
2491 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2492 when computing result.
2493 * gdb.arch/altivec-abi.exp: Update expected results.
2494
2495 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2496
2497 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2498 * gdb.base/jit.exp: Likewise.
2499 * gdb.base/pie-execl.exp: Likewise.
2500 * gdb.base/solib-nodir.exp: Likewise.
2501 * gdb.base/solib-overlap.exp: Likewise.
2502
2503 2011-02-07 Pedro Alves <pedro@codesourcery.com>
2504
2505 * gdb.trace/collection.c (global_pieces): New.
2506 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
2507 New procedure.
2508 (gdb_trace_collection_test): Call it.
2509
2510 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
2511
2512 * gdb.python/py-evthreads.c: New file.
2513 * gdb.python/py-evthreads.exp: New file.
2514 * gdb.python/py-events.py: New file.
2515 * gdb.python/py-events.exp: New file.
2516 * gdb.python/py-events.c: New file.
2517
2518 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2519
2520 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
2521
2522 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
2523
2524 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
2525 gdb.base/disasm-end-cu.exp: New test for disassembling over the
2526 boundary between two compilation units.
2527
2528 2011-02-02 Pedro Alves <pedro@codesourcery.com>
2529
2530 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
2531 (Virtual): New structs.
2532 (virtual_o, virtual_middle_b): New globals.
2533 * gdb.cp/virtbase.exp: New tests.
2534
2535 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2536
2537 * gdb.base/jit.exp: New file.
2538 * gdb.base/jit-main.c: New file.
2539 * gdb.base/jit-solib.c: New file.
2540
2541 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2542
2543 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
2544 proceed to initial kernel entry point.
2545 * gdb.opencl/datatypes.exp: Likewise.
2546 * gdb.opencl/operators.exp: Likewise.
2547 * gdb.opencl/vec_comps.exp: Likewise.
2548
2549 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
2550
2551 * gdb.cp/nsnested.cc: New.
2552 * gdb.cp/nsnested.exp: New.
2553 * gdb.cp/nsnoimports.exp: New.
2554 * gdb.cp/nsnoimports.cc: New.
2555
2556 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.base/interact.exp: Add extra tests that verify that
2559 the value of the interactive-mode setting does not change
2560 after the script is sourced.
2561
2562 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2563
2564 * gdb.cp/noparam.exp: New file.
2565 * gdb.cp/noparam.cc: New file.
2566
2567 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2568
2569 * gdb.trace/tfile.exp: Test that with no traceframe selected,
2570 there's no stack or registers.
2571
2572 2011-01-26 Tom Tromey <tromey@redhat.com>
2573
2574 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
2575 space before string output. Add test for "set print pretty off"
2576 case.
2577
2578 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2579
2580 * gdb.base/frame-args.exp: Adjust.
2581 * gdb.dwarf2/dw2-noloc.exp: Adjust.
2582 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
2583 * gdb.dwarf2/pieces.exp: Adjust.
2584 * gdb.opt/clobbered-registers-O2.exp: Adjust.
2585 * gdb.opt/inline-locals.exp: Adjust.
2586 * gdb.threads/fork-child-threads.exp: Adjust.
2587
2588 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
2589
2590 * gdb.opencl/convs_casts.cl: Move program scope variables into the
2591 OpenCL kernel function. Add a comment as marker. Add address space
2592 qualifiers for the remaining program scope variables.
2593 * gdb.opencl/datatypes.cl: Likewise.
2594 * gdb.opencl/operators.cl: Likewise.
2595 * gdb.opencl/vec_comps.cl: Likewise.
2596 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
2597 Add breakpoint at the marker comment.
2598 * gdb.opencl/datatypes.exp: Likewise.
2599 * gdb.opencl/operators.exp: Likewise.
2600 * gdb.opencl/vec_comps.exp: Likewise.
2601
2602 2011-01-24 Pedro Alves <pedro@codesourcery.com>
2603
2604 * gdb.base/printcmds.c (some_struct): New struct and instance.
2605 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
2606 procedure.
2607 <global scope>: Call it.
2608
2609 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
2610
2611 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2612 argument to the gdb_compile_opencl_hostapp call.
2613
2614 2011-01-19 Yao Qi <yao@codesourcery.com>
2615
2616 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2617 positve list.
2618
2619 2011-01-19 Yao Qi <yao@codesourcery.com>
2620
2621 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2622 canonical form.
2623 Remove "xscale-*-*"
2624 * gdb.xml/tdesc-regs.exp: Likewise.
2625 * gdb.python/py-section-script.exp: Replace ARM target triplet
2626 with canonical form.
2627 Match arm*-*-symbianelf*.
2628 * gdb.base/dup-sect.exp: Likewise.
2629 * lib/dwarf.exp: New.
2630 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2631 dwarf2_support.
2632 * gdb.dwarf2/dup-psym.exp: Likewise.
2633 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2634 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2635 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2636 * gdb.dwarf2/dw2-basic.exp: Likewise.
2637 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2638 * gdb.dwarf2/dw2-const.exp: Likewise.
2639 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2640 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2641 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2642 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2643 * gdb.dwarf2/dw2-filename.exp: Likewise.
2644 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2645 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2646 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2647 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2648 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2649 * gdb.dwarf2/dw2-noloc.exp: Likewise.
2650 * gdb.dwarf2/dw2-op-call.exp: Likewise.
2651 * gdb.dwarf2/dw2-producer.exp: Likewise.
2652 * gdb.dwarf2/dw2-ranges.exp: Likewise.
2653 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2654 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2655 * gdb.dwarf2/dw2-strp.exp: Likewise.
2656 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2657 * gdb.dwarf2/implptr.exp: Likewise.
2658 * gdb.dwarf2/mac-fileno.exp: Likewise.
2659 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2660 * gdb.dwarf2/pieces.exp: Likewise.
2661 * gdb.dwarf2/pr11465.exp: Likewise.
2662 * gdb.dwarf2/valop.exp: Likewise.
2663 * gdb.dwarf2/watch-notconst.exp: Likewise.
2664 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2665
2666 2011-01-19 Tom Tromey <tromey@redhat.com>
2667
2668 * gdb.python/py-infthread.exp: Add thread tests.
2669
2670 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2671
2672 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2673
2674 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2675
2676 * gdb.ada/widewide: New testcase.
2677
2678 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2679
2680 * gdb.base/interact.exp: New testcase.
2681
2682 2011-01-12 Tom Tromey <tromey@redhat.com>
2683
2684 * gdb.mi/gdb2549.exp: Update for error message changes.
2685 * gdb.mi/mi-cli.exp: Likewise.
2686 * gdb.mi/mi-disassemble.exp: Likewise.
2687 * gdb.mi/mi-pthreads.exp: Likewise.
2688 * gdb.mi/mi-regs.exp: Likewise.
2689 * gdb.mi/mi-stack.exp: Likewise.
2690 * gdb.mi/mi-var-block.exp: Likewise.
2691 * gdb.mi/mi-var-cmd.exp: Likewise.
2692 * gdb.mi/mi2-cli.exp: Likewise.
2693 * gdb.mi/mi2-disassemble.exp: Likewise.
2694 * gdb.mi/mi2-pthreads.exp: Likewise.
2695 * gdb.mi/mi2-regs.exp: Likewise.
2696 * gdb.mi/mi2-stack.exp: Likewise.
2697 * gdb.mi/mi2-var-block.exp: Likewise.
2698 * gdb.mi/mi2-var-cmd.exp: Likewise.
2699
2700 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2701 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 PR fortran/11104 and DWARF unbound arrays detection.
2704 * gdb.fortran/multi-dim.exp: New file.
2705 * gdb.fortran/multi-dim.f90: New file.
2706
2707 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2708
2709 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2710 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2711 add new tests for opcode dumping.
2712
2713 2011-01-11 Tom Tromey <tromey@redhat.com>
2714
2715 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2716
2717 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2718
2719 Convert hardware watchpoints to use breakpoint_ops.
2720 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2721 type is not supported.
2722 * gdb.base/foll-fork.exp: Likewise.
2723 * gdb.base/foll-vfork.exp: Likewise.
2724
2725 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2726
2727 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2728 Use load_lib gdb-python.exp.
2729 * gdb.python/python.exp: Ditto.
2730 * gdb.python/py-function.exp: Ditto.
2731
2732 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2733
2734 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2735
2736 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * configure: Regenerate.
2739
2740 2011-01-06 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2743
2744 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2745
2746 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2747 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2748 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2749 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2750 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2751 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2752 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2753 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2754 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2755 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2756 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2757 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2758 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2759 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2760 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2761 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2762 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2763 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2764 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2765 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2766 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2767 gdb.ada/uninitialized_vars.exp,
2768 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2769 Simplify by using clean_restart.
2770
2771 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2772
2773 Add marker to be used as anchor for inserting breakpoints.
2774 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2775 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2776 Likewise.
2777
2778 Remove uses of gdb_start_cmd.
2779 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2780 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2781
2782 Do not run testcase if testing with GDBserver.
2783 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2784 if testing with GDBserver.
2785
2786 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2789 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2790 copyright header.
2791
2792 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2793
2794 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2795 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2796 testsuite/gdb.fortran/complex.f,
2797 testsuite/gdb.fortran/derived-type.f90,
2798 testsuite/gdb.fortran/library-module-lib.f90,
2799 testsuite/gdb.fortran/library-module-main.f90,
2800 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2801 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2802 Copyright year update.
2803
2804 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2805
2806 * gdb.base/langs1.f: Add copyright header.
2807
2808 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 * gdb.base/morestack.exp: New file.
2811 * gdb.base/morestack.c: New file.
2812
2813 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2816
2817 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2818
2819 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2820 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2821
2822 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2823
2824 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2825
2826 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2827
2828 * gdb.threads/tls.exp: Fix typo.
2829
2830 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2831 * gdb.threads/execl.exp: Update.
2832
2833 2010-12-23 Yao Qi <yao@codesourcery.com>
2834
2835 * gdb.arch/arm-disp-step.exp: New.
2836 * gdb.arch/arm-disp-step.S: New.
2837
2838 2010-12-21 Tom Tromey <tromey@redhat.com>
2839
2840 * gdb.threads/execl.exp: Update.
2841 * gdb.threads/linux-dp.exp: Update.
2842 * gdb.threads/manythreads.exp: Update.
2843 * gdb.threads/tls.exp: Update.
2844
2845 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2846
2847 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2848 (NextOverThrowDerivates) <resumebpt>: New.
2849 (resumebpt_test): New.
2850 (main): Call resumebpt_test.
2851 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2852
2853 2010-12-12 Stan Shebs <stan@codesourcery.com>
2854
2855 * gdb.trace/tsv.exp: Test print command on trace state variables.
2856
2857 2010-12-09 Tom Tromey <tromey@redhat.com>
2858
2859 * gdb.base/interp.exp: Add regression test.
2860
2861 2010-12-09 Tom Tromey <tromey@redhat.com>
2862
2863 * gdb.java/jnpe.java: New file.
2864 * gdb.java/jnpe.exp: New file.
2865 * gdb.cp/nextoverthrow.exp: New file.
2866 * gdb.cp/nextoverthrow.cc: New file.
2867
2868 2010-12-07 Doug Evans <dje@google.com>
2869
2870 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2871 of data-directory.
2872 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2873 updated.
2874 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2875
2876 2010-11-29 Michael Snyder <msnyder@vmware.com>
2877
2878 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2879 * gdb.base/call-sc.exp: Ditto.
2880 * gdb.base/finish.exp: Ditto.
2881 * gdb.base/return.exp: Ditto.
2882 * gdb.base/return2.exp: Ditto.
2883
2884 2010-11-30 Doug Evans <dje@google.com>
2885
2886 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2887 (gdb_expect_list): Fix spelling errors in comments.
2888 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2889 send_gdb/gdb_expect_list where applicable.
2890 * gdb.base/call-ar-st.exp: Ditto.
2891 * gdb.base/funcargs.exp: Ditto.
2892 * gdb.base/gcore.exp: Ditto.
2893 * gdb.base/page.exp: Ditto.
2894 * gdb.base/sigaltstack.exp: Ditto.
2895 * gdb.base/siginfo.exp: Ditto.
2896 * gdb.base/sigstep.exp: Ditto.
2897 * gdb.base/trace-commands.exp: Ditto.
2898
2899 2010-11-29 Doug Evans <dje@google.com>
2900
2901 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2902 printer-name;subprinter-name.
2903
2904 2010-11-29 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.dwarf2/implptr.exp: New file.
2907 * gdb.dwarf2/implptr.c: New file.
2908 * gdb.dwarf2/implptr.S: New file.
2909
2910 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2911
2912 PR python/12199
2913
2914 * gdb.python/py-breakpoint.exp: Test the delete method.
2915
2916 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 Fix step_resume_breakpoint unsaved during an infcall.
2919 * gdb.base/step-resume-infcall.exp: New file.
2920 * gdb.base/step-resume-infcall.c: New file.
2921
2922 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2923
2924 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2925
2926 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2927
2928 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2929 on ppc64's symbols; "finish" and "return" commands must accept to
2930 show the caller line again as well as the line after.
2931 * gdb.asm/powerpc64.inc: New file.
2932
2933 2010-11-23 Doug Evans <dje@google.com>
2934
2935 * lib/gdb.exp (gdb_test_sequence): New function.
2936 (gdb_expect_list): Add verbose -log call for each pattern.
2937 * gdb.base/signals.exp (test_handle_all_print): Call it.
2938 Reduce timeout increment from 6 minutes to 1 minute.
2939 * gdb.server/ext-run.exp: Call it.
2940
2941 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2942
2943 PR python/12212
2944
2945 * gdb.python/python.exp: Check that selected_thread raises an
2946 error when no inferior is loaded.
2947
2948 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2951 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2952
2953 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2956 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2957
2958 2010-11-18 Doug Evans <dje@google.com>
2959
2960 * gdb.server/ext-run.exp: Fix intermittent failures.
2961
2962 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2963
2964 * gdb.stabs/gdb11479.exp: Use runto_main.
2965
2966 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2967
2968 * gdb.base/break-entry.exp: Skip if using a stub.
2969
2970 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2971
2972 * gdb.python/py-inferior.exp: Pack values in target endianness.
2973
2974 2010-11-12 Tom Tromey <tromey@redhat.com>
2975
2976 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2977 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2978 MemoryError.
2979 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2980 type.
2981 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2982 MemoryError.
2983 (test_subscript_regression): Update exception type.
2984
2985 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2986
2987 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2988 breakpoint tests.
2989
2990 2010-11-09 Pedro Alves <pedro@codesourcery.com>
2991
2992 * gdb.base/watchpoint.exp: Test "watch -location" with an
2993 innacessible location.
2994
2995 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
2996 Luis Machado <luisgpm@br.ibm.com>
2997
2998 * gdb.base/maint.exp: Expect "." prefix.
2999 * gdb.base/nodebug.exp: Expect "." Likewise.
3000 * gdb.base/sepsymtab.exp: Expect "." Likewise.
3001 * gdb.base/watchpoint-cond-gone.exp: Likewise.
3002 * gdb.base/watchpoint.exp: Expect a software watch to be created for
3003 POWER server processors.
3004
3005 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
3006 Luis Machado <luisgpm@br.ibm.com>
3007
3008 * gdb.base/break-entry.exp: convert entry point for
3009 ppc64 and expect leading `.' on ppc64's symbols
3010
3011 2010-11-05 Doug Evans <dje@google.com>
3012
3013 * gdb.base/help.exp: Update expected output.
3014 * gdb.python/py-param.exp: Delete, contents moved to ...
3015 * gdb.python/py-parameter.exp: ... here. New file.
3016 Add test for gdb.parameter ("directories").
3017
3018 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3019
3020 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3021 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3022 * configure: Regenerate.
3023 * gdb.opencl/Makefile.in: New File.
3024 * gdb.opencl/datatypes.exp: Likewise.
3025 * gdb.opencl/datatypes.cl: Likewise.
3026 * gdb.opencl/operators.exp: Likewise.
3027 * gdb.opencl/operators.cl: Likewise.
3028 * gdb.opencl/vec_comps.exp: Likewise.
3029 * gdb.opencl/vec_comps.cl: Likewise.
3030 * gdb.opencl/convs_casts.exp: Likewise.
3031 * gdb.opencl/convs_casts.cl: Likewise.
3032 * lib/opencl.exp: Likewise.
3033 * lib/opencl_hostapp.c: Likewise.
3034 * lib/opencl_kernel.cl: Likewise.
3035 * lib/cl_util.c: Likewise.
3036 * lib/cl_util.c: Likewise.
3037 * gdb.base/default.exp (set language): Add "opencl" to the list of
3038 languages.
3039
3040 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
3041
3042 * gdb.cp/overload.exp: Added test for inheritance overload.
3043 * gdb.cp/overload.cc: Ditto.
3044 * gdb.cp/oranking.exp: Removed releveant kfails.
3045
3046 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3047 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3050 check test_compiler_info.
3051
3052 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3053
3054 * gdb.base/gnu_vector.exp: Adjust expect messages.
3055
3056 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3057
3058 * gdb.base/gnu_vector.exp: Add unary operator tests.
3059
3060 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3061
3062 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3063
3064 2010-11-02 Doug Evans <dje@google.com>
3065
3066 * gdb.python/py-pp-maint.c: New file.
3067 * gdb.python/py-pp-maint.exp: New file.
3068 * gdb.python/py-pp-maint.py: New file.
3069
3070 2010-11-02 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.base/default.exp: Remove "scheme" from language list.
3073
3074 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 Revert:
3077 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3078 * gdb.threads/sigstep-threads.exp: New file.
3079 * gdb.threads/sigstep-threads.c: New file.
3080
3081 2010-10-20 Michael Snyder <msnyder@vmware.com>
3082
3083 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3084
3085 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3086
3087 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3088 Skip test completely if gdb,no_hardware_watchpoints.
3089
3090 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3091
3092 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3093 strict, but do not check for any particular function name within libc.
3094
3095 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3096
3097 * gdb.cp/smartp.exp: New test.
3098 * gdb.cp/smartp.cc : New test.
3099
3100 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3101
3102 * gdb.cp/converts.exp: Test pointer to bool conversion.
3103 Test pointer to long conversion.
3104 * gdb.cp/oranking.exp: Removed relevant kfail.
3105
3106 2010-10-18 Tom Tromey <tromey@redhat.com>
3107
3108 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3109 argument to lazy_string.
3110 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3111 (pp_ls.to_string): Use it.
3112 * gdb.python/py-prettyprint.c (main): Move declarations to top.
3113 Add "estring2" local.
3114
3115 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 Fix s390x compatibility.
3118 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
3119 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3120
3121 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 * gdb.threads/sigstep-threads.exp: New file.
3124 * gdb.threads/sigstep-threads.c: New file.
3125
3126 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3127
3128 * gdb.base/pie-execl.exp: New file.
3129 * gdb.base/pie-execl.c: New file.
3130
3131 2010-10-13 Doug Evans <dje@google.com>
3132 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 PR exp/12117
3135 * gdb.cp/ptype-cv-cp.cc: New file.
3136 * gdb.cp/ptype-cv-cp.exp: New file.
3137
3138 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3139
3140 * gdb.cp/converts.cc: New test program.
3141 * gdb.cp/converts.exp: New test.
3142 * gdb.cp/overload.exp: Added test for void* vs int*.
3143 * gdb.cp/overload.exp: Ditto.
3144 * gdb.cp/oranking.exp: Removed related kfail.
3145
3146 2010-10-13 Doug Evans <dje@google.com>
3147
3148 * lib/gdb-python.exp (gdb_check_python_config): New function.
3149 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3150 * gdb.python/lib-types.cc: New file.
3151 * gdb.python/lib-types.exp: New file.
3152
3153 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 * gdb.python/py-error.exp: New file.
3156 * gdb.python/py-error.py: New file.
3157
3158 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3161 gdb_test_multiple.
3162
3163 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3164
3165 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3166 * gdb.base/prelink.exp: Likewise.
3167 * gdb.base/solib-nodir.exp: Likewise.
3168 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3169 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3170 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3171
3172 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3173
3174 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3175 for the "info files" test to avoid timeouts on slow machines.
3176
3177 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3180 (main): Make openlib dummy call.
3181
3182 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3185 * break-interp.exp (reach): Move the core body ...
3186 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3187 (test_ld): Provide always real argument, even to the linker. Replace
3188 dl_main by _dl_debug_state.
3189
3190 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3191
3192 Fix results of prelinked PIEs on ppc*.
3193 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3194 Accept also DISPLACEMENT "PRESENT".
3195 (main): Replace "ZERO" displacements by "PRESENT".
3196
3197 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3198
3199 * gdb.cp/oranking.exp: New test.
3200 * gdb.cp/oranking.cc: New test program.
3201
3202 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
3203
3204 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3205 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3206
3207 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3208
3209 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3210 lush, lynx) New constant.
3211 * gdb.base/constvars.exp: Test const array types.
3212 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3213
3214 2010-10-06 Doug Evans <dje@google.com>
3215
3216 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3217 of syscall staging area.
3218
3219 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3220
3221 * gdb.base/gnu_vector.c: Add variable c4.
3222 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3223 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3224
3225 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3226
3227 * gdb.arch/altivec-abi.exp: Fix a typo.
3228
3229 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3230
3231 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3232 to match a thread ID.
3233
3234 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 Fix s390x testcase compatibility.
3237 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3238
3239 2010-10-01 Doug Evans <dje@google.com>
3240
3241 * lib/gdb-python.exp: New file.
3242 * gdb.python/py-block.exp: Use it.
3243 * gdb.python/py-breakpoint.exp: Ditto.
3244 * gdb.python/py-frame.exp: Ditto.
3245 * gdb.python/py-inferior.exp: Ditto.
3246 * gdb.python/py-param.exp: Ditto.
3247 * gdb.python/py-prettyprint.exp: Ditto.
3248 * gdb.python/py-shared.exp: Ditto.
3249 * gdb.python/py-symbol.exp: Ditto.
3250 * gdb.python/py-symtab.exp: Ditto.
3251 * gdb.python/py-type.exp: Ditto.
3252 * gdb.python/py-value.exp: Ditto.
3253 * gdb.python/python.exp: Ditto.
3254
3255 2010-09-30 Tom Tromey <tromey@redhat.com>
3256
3257 * gdb.base/anon.exp: New file.
3258 * gdb.base/anon.c: New file.
3259
3260 2010-09-30 Tom Tromey <tromey@redhat.com>
3261
3262 * gdb.base/completion.exp: Test completion through anonymous
3263 union.
3264 * gdb.base/break1.c (struct some_struct): Add anonymous union.
3265
3266 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 Fix printing parameters of inlined functions.
3269 * gdb.dwarf2/dw2-inline-param.exp: New file.
3270 * gdb.dwarf2/dw2-inline-param-main.c: New file.
3271 * gdb.dwarf2/dw2-inline-param.S: New file.
3272
3273 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 PR corefiles/12071.
3276 * gdb.base/corefile.exp (quit with a process, no question: load core)
3277 (quit with a core file): New tests.
3278
3279 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 Fix GDB crash on inferior calls with self-referencing classes.
3282 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3283 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3284 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3285
3286 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 Fix lost siginfo_t for inferior calls.
3289 * gdb.base/siginfo-infcall.exp: New file.
3290 * gdb.base/siginfo-infcall.c: New file.
3291
3292 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3293
3294 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3295
3296 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3299 New test.
3300 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3301
3302 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3303
3304 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3305 type of our const type.
3306
3307 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
3308
3309 * gdb.cp/pr12028.cc: New.
3310 * gdb.cp/pr12028.exp: New.
3311
3312 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3315
3316 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
3317 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 PR mi/11407
3320 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
3321 * gdb.mi/dw2-ref-missing-frame-main.c New File.
3322 * gdb.mi/dw2-ref-missing-frame.S New File.
3323 * gdb.mi/dw2-ref-missing-frame.exp New File.
3324
3325 2010-09-14 Tom Tromey <tromey@redhat.com>
3326
3327 PR symtab/8399:
3328 * gdb.threads/tls.exp: Remove kfail. Update expected output.
3329
3330 2010-09-14 Tom Tromey <tromey@redhat.com>
3331
3332 PR exp/11803:
3333 * gdb.threads/tls.exp: Use C++.
3334 (check_thread_local): Use K::another_thread_local.
3335 * gdb.threads/tls.c (class K): New.
3336 (another_thread_local): Now a member of K.
3337 (spin): Update. No longer K&R C.
3338
3339 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
3340
3341 * gdb.cp/koenig.cc: created class for testing member lookup.
3342 * gdb.cp/koenig.exp: Added test for member lookup.
3343
3344 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 Fix false FAILs on sourcetree topdir directory containing "kill".
3347 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
3348 source line matching regexp.
3349
3350 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * gdb.python/python.exp (set height 0, collect help from uiout)
3353 (verify help to uiout): New tests.
3354
3355 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3356
3357 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
3358 is_lp64_target to check 64bit target.
3359
3360 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
3363 (test_ld) <powerpc64-*>: New.
3364
3365 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3366
3367 * gdb.cp/templates.exp (test_template_args): Allow "struct".
3368
3369 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3370
3371 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
3372 (FunctionArg::method): New function.
3373 (empty, arg): New variables.
3374 (main): Call arg.method.
3375 * gdb.cp/templates.exp (test_template_args): New function.
3376 (do_tests): Call it.
3377
3378 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3379
3380 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
3381 of "next" to proceed over pthread_exit call.
3382
3383 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3384
3385 * gdb.base/maint.exp: Avoid wildcards against potentially very long
3386 "maint print statistics" output to prevent expect timeouts.
3387
3388 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
3391 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3392 (test_float_rejected): ... here.
3393 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
3394 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3395 (test_float_rejected): ... here.
3396 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
3397 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3398 (test_float_rejected): ... here.
3399 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
3400 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3401 (test_float_rejected): ... here.
3402
3403 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3404
3405 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
3406 before disabling hardware watchpoints.
3407 (test_inaccessible_watchpoint): Check that hardware watchpoints
3408 are used. Test for watchpoints on a constant address.
3409
3410 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3411
3412 * gdb.base/ui-redirect.exp: New file.
3413
3414 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3415 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
3418
3419 2010-08-31 Doug Evans <dje@google.com>
3420
3421 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
3422
3423 2010-08-30 Tom Tromey <tromey@redhat.com>
3424
3425 PR python/11792:
3426 * gdb.python/py-value.exp (test_subscript_regression): Add
3427 dynamic_type test.
3428
3429 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
3430
3431 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
3432 instead of running to main. Do not test the main function.
3433 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
3434 Add new main.
3435
3436 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3437
3438 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
3439 one test.
3440
3441 2010-08-24 Doug Evans <dje@google.com>
3442
3443 PR symtab/11942
3444 * gdb.dwarf2/dw4-sig-types.cc: New file.
3445 * gdb.dwarf2/dw4-sig-types.h: New file.
3446 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
3447 * gdb.dwarf2/dw4-sig-types.exp: New file.
3448
3449 2010-08-23 Tom Tromey <tromey@redhat.com>
3450
3451 PR python/11145:
3452 * gdb.python/py-value.c (Base, Derived): New types.
3453 (base): New global.
3454 * gdb.python/py-value.exp (test_subscript_regression): Add
3455 dynamic_cast test.
3456
3457 2010-08-23 Tom Tromey <tromey@redhat.com>
3458
3459 PR python/10676:
3460 * gdb.python/py-type.exp (test_fields): Add tests for type
3461 equality.
3462
3463 2010-08-23 Tom Tromey <tromey@redhat.com>
3464
3465 PR python/11915:
3466 * gdb.python/py-type.exp (test_fields): Add tests for array.
3467
3468 2010-08-23 Keith Seitz <keiths@redhat.com>
3469
3470 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3471 have any children. Create a new abbrev for it.
3472 Add missing terminal sequence to .debug_abbrev.
3473
3474 2010-08-20 Keith Seitz <keiths@redhat.com>
3475
3476 PR symtab/11465:
3477 * gdb.dwarf2/pr11465.exp: New test.
3478 * gdb.dwarf2/pr11465.S: New file.
3479 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3480 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3481
3482 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
3483
3484 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3485 registers. Update data sets with the new v2_double element in the
3486 VSX register union. Add vector_register3_vr data set for the AltiVec
3487 registers. Use gdb_test_no_output instead of send_gdb.
3488
3489 2010-08-19 Pedro Alves <pedro@codesourcery.com>
3490
3491 * gdb.python/py-shared.exp: New file, factored out from
3492 python.exp.
3493 * gdb.python/py-shared.c: New file.
3494 * gdb.python/py-shared-sl.c: New file.
3495 * gdb.python/python-1.c: New file.
3496 * gdb.python/python-sl.c: Delete.
3497 * gdb.python/python.c: Mention python-1.c.
3498 * gdb.python/python.exp: Move shared library tests to
3499 py-shared.exp.
3500 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
3501 (MISCELLANEOUS): New.
3502 (clean mostlyclean): Also remove $MISCELLANEOUS.
3503
3504 2010-08-19 Doug Evans <dje@google.com>
3505
3506 PR exp/11926
3507 * gdb.base/printcmds.exp (test_float_accepted): New function.
3508 Move existing float tests there. Add tests for floats with suffixes.
3509 (test_float_rejected): New function.
3510 * gdb.java/jv-print.exp (test_float_accepted): New function.
3511 (test_float_rejected): New function.
3512 * gdb.objc/print.exp: New file.
3513 * gdb.pascal/print.exp: New file.
3514 * lib/objc.exp: New file.
3515
3516 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3517
3518 * gdb.base/default.exp (info set): Avoid full buffer error and force
3519 reading up to final gdb prompt.
3520 (show): Likewise.
3521
3522 2010-08-18 Tom Tromey <tromey@redhat.com>
3523
3524 PR symtab/11919:
3525 * gdb.base/completion.exp: Add test.
3526
3527 2010-08-18 Doug Evans <dje@google.com>
3528
3529 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
3530 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
3531 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
3532 Simplify, early exit if runto_main fails.
3533 * gdb.fortran/exprs.exp: load_lib fortran.exp.
3534 (set_lang_fortran): Moved to lib/fortran.exp.
3535 * gdb.fortran/types.exp: load_lib fortran.exp.
3536 (set_lang_fortran): Moved to lib/fortran.exp.
3537 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
3538 * gdb.java/jprint.exp (set_lang_java): Ditto.
3539 * gdb.java/jv-exp.exp: load_lib java.exp.
3540 If set_lang_java fails, issue a warning instead of failure to be
3541 consistent with other set_lang_foo uses.
3542 (set_lang_java): Moved to lib/java.exp.
3543 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
3544 If set_lang_java fails, issue a warning instead of failure to be
3545 consistent with other set_lang_foo uses.
3546 * gdb.pascal/types.exp: load_lib pascal.exp.
3547 (set_lang_pascal): Moved to lib/pascal.exp.
3548 * lib/fortran.exp: New file.
3549 * lib/java.exp (set_lang_java): New function.
3550 * lib/pascal.exp (set_lang_pascal): New function.
3551
3552 2010-08-18 Yao Qi <yao@codesourcery.com
3553
3554 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
3555 func_nofb_start and func_loopfb_start, so that address of functions
3556 is equal to these labels on Thumb.
3557
3558 2010-08-18 Yao Qi <yao@codesourcery.com>
3559
3560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
3561 to reflect latest c source file.
3562
3563 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3564
3565 * gdb.cp/infcall-dlopen.exp: New file.
3566 * gdb.cp/infcall-dlopen.cc: New file.
3567 * gdb.cp/infcall-dlopen-lib.cc: New file.
3568
3569 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3570 Pedro Alves <pedro@codesourcery.com>
3571
3572 PR breakpoints/11371
3573
3574 * gdb.base/watch-cond-infcall.exp: New file.
3575 * gdb.base/watch-cond-infcall.c: New file.
3576
3577 2010-08-16 Tom Tromey <tromey@redhat.com>
3578
3579 * gdb.base/help.exp: Update.
3580 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
3581 watchpoint.
3582 (test_watch_location): New proc.
3583 (test_watchpoint_in_big_blob): Delete watchpoint.
3584 * gdb.base/watchpoint.c (func5): New function.
3585 (main): Call it.
3586
3587 2010-08-16 Doug Evans <dje@google.com>
3588
3589 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
3590
3591 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3592
3593 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
3594 tests.
3595
3596 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
3597
3598 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
3599 * gdb.base/gnu_vector.c: New File.
3600 * gdb.base/gnu_vector.exp: Likewise.
3601
3602 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3603
3604 * gdb.python/python.c: New File.
3605 * gdb.python/python-sl.c: New File.
3606 * gdb.python/python.exp: Test solib_address and decode_line
3607 * functions.
3608
3609 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 * gdb.python/python.exp (show height, set height 10)
3612 (verify pagination beforehand, verify pagination beforehand: q)
3613 (gdb.execute does not page, verify pagination afterwards)
3614 (verify pagination afterwards: q): New.
3615
3616 2010-08-02 Doug Evans <dje@google.com>
3617
3618 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3619 because of an older gcc, change test2
3620 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3621 to unsupported.
3622
3623 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
3624
3625 * gdb.base/break-always.exp: Do not expect full paths to file
3626 names.
3627 * gdb.base/commands.exp: Likewise.
3628
3629 2010-07-30 Doug Evans <dje@google.com>
3630
3631 * gdb.cp/temargs.exp: For new tests that require newer gccs,
3632 xfail them when run with older gccs.
3633
3634 * lib/gdb.exp (build_executable): Forward "c++" option to
3635 get_compiler_info.
3636
3637 * gdb.python/py-type.exp (test_template): Mark as xfail tests
3638 "python print ttype.template_argument(1)" and
3639 "python print isinstance(ttype.template_argument(1), gdb.Value)"
3640 if using gcc 4.4 or earlier.
3641
3642 * gdb.base/valgrind-db-attach.exp: Use unique test name for
3643 attach-to-debugger handling.
3644
3645 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3648 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3649 (main): Use copyreloc.
3650 * gdb.base/prelink.exp (split debug of executable)
3651 (.dynbss vs. .bss address shift): New tests.
3652
3653 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3654
3655 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3656 in gdb_test_multiple.
3657
3658 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3659
3660 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3661 environment.
3662
3663 2010-07-28 Tom Tromey <tromey@redhat.com>
3664
3665 PR python/11060:
3666 * gdb.python/py-type.c (Temargs): New template.
3667 (temvar): New variable.
3668 * gdb.python/py-type.exp (test_template): New proc.
3669
3670 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3671
3672 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3673 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3674
3675 2010-07-28 Tom Tromey <tromey@redhat.com>
3676
3677 PR c++/9946:
3678 * gdb.cp/temargs.exp: New file.
3679 * gdb.cp/temargs.cc: New file.
3680
3681 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 * gdb.base/help.exp (help disassemble): Update the content.
3684
3685 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 * gdb.threads/ia64-sigill.exp: New file.
3688 * gdb.threads/ia64-sigill.c: New file.
3689
3690 2010-07-27 Tom Tromey <tromey@redhat.com>
3691
3692 * gdb.opt/inline-cmds.c (ATTR): New define.
3693 (func1): Use it.
3694 (func2): Likewise.
3695 (func3): Likewise.
3696 (outer_inline1): Likewise.
3697 (outer_inline2): Likewise.
3698 * gdb.opt/inline-bt.c (ATTR): New define.
3699 (func1): Use it.
3700 (func2): Likewise.
3701 * gdb.opt/inline-locals.c (ATTR): New define.
3702 (func1): Use it.
3703 (func2): Likewise.
3704
3705 2010-07-27 Tom Tromey <tromey@redhat.com>
3706
3707 * gdb.stabs/gdb11479.c (hack): New function.
3708 (test): Use it.
3709 (test2): Use it.
3710 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3711 (int32_search_buf, int64_search_buf): No longer static.
3712 (x): Remove.
3713 * gdb.base/relocate.c (hack): New function.
3714
3715 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3716
3717 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3718 * gdb.python/py-value.c (func1): New function.
3719 (func2): Likewise.
3720
3721 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
3722
3723 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3724 as not to clash with .data section.
3725
3726 2010-07-26 Jerome Guitton <guitton@adacore.com>
3727
3728 * gdb.base/code_elim.exp: New file.
3729 * gdb.base/code_elim1.c: New file.
3730 * gdb.base/code_elim2.c: New file.
3731
3732 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3733
3734 PR symtab/11827
3735
3736 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3737 (some_volatile_enum): New variable.
3738 * gdb.base/printcmds.exp (test_print_enums): New.
3739 <top level>: Call it.
3740
3741 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3742
3743 * gdb.cp/fpointer.cc: New test.
3744 * gdb.cp/fpointer.exp: New test.
3745
3746 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * gdb.base/solib-nodir.exp: New file.
3749 * lib/gdb.exp (runto): New case for a GDB internal error.
3750
3751 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3752 Ulrich Weigand <uweigand@de.ibm.com>
3753 Tom Tromey <tromey@redhat.com>
3754
3755 * gdb.base/charset-malloc.c: New file.
3756 * gdb.base/charset.c (malloc_stub): New prototype.
3757 (main): Call it instead of malloc itself.
3758 * gdb.base/charset.exp: Use only prepare_for_testing.
3759 (binfile): Remove the variable.
3760
3761 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 Make core files the process_stratum.
3764 * gdb.base/corefile.exp (run: load core again)
3765 (run: sanity check we see the core file, run: with core)
3766 (run: core file is cleared, attach: load core again)
3767 (attach: sanity check we see the core file, attach: with core)
3768 (attach: core file is cleared): New tests.
3769 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3770
3771 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3772
3773 * gdb.arch/altivec-abi.exp: New tests.
3774
3775 2010-07-13 Tom Tromey <tromey@redhat.com>
3776
3777 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3778 (main): Use it.
3779 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3780
3781 2010-07-13 Tom Tromey <tromey@redhat.com>
3782
3783 * gdb.base/label.exp: New file.
3784 * gdb.base/label.c: New file.
3785
3786 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3787 H.J. Lu <hongjiu.lu@intel.com>
3788
3789 * lib/gdb.exp (is_ilp32_target): New.
3790 (is_lp64_target): Likewise.
3791
3792 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3793 target.
3794 * gdb.arch/amd64-disp-step.exp: Likewise.
3795 * gdb.arch/amd64-dword.exp: Likewise.
3796 * gdb.arch/amd64-i386-address.exp: Likewise.
3797 * gdb.arch/amd64-word.exp: Likewise.
3798
3799 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3800 target.
3801 * gdb.arch/i386-bp_permanent.exp: Likewise.
3802 * gdb.arch/i386-byte.exp: Likewise.
3803 * gdb.arch/i386-disp-step.exp: Likewise.
3804 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3805 * gdb.arch/i386-prologue.exp: Likewise.
3806 * gdb.arch/i386-size-overlap.exp: Likewise.
3807 * gdb.arch/i386-size.exp: Likewise.
3808 * gdb.arch/i386-sse.exp: Likewise.
3809 * gdb.arch/i386-unwind.exp: Likewise.
3810 * gdb.arch/i386-word.exp: Likewise.
3811
3812 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3813 test only when building 64-bit executables. Do not hard-code
3814 -m64 option.
3815
3816 2010-07-07 Doug Evans <dje@google.com>
3817
3818 * lib/gdb.exp (gdb_test_list_exact): New function.
3819 * gdb.base/default.exp (show convenience): Call it, add tests for
3820 $_sdata = void, $_thread = 0.
3821
3822 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3823 Joel Brobecker <brobecker@adacore.com>
3824
3825 Fix re-run of PIE executable, PR shlibs/11776.
3826 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3827 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3828 and re-"run" of the inferior.
3829
3830 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3831 Joel Brobecker <brobecker@adacore.com>
3832
3833 Cope with missing /usr/sbin/prelink.
3834 * lib/prelink-support.exp (prelink_no):
3835 <result == 1 && $output is "no such file or directory">: New.
3836 (prelink_yes): Likewise. Return on failed prelink_no.
3837
3838 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3839 Joel Brobecker <brobecker@adacore.com>
3840
3841 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3842 build_executable by build_executable_own_libs. Replace "prelink -R"
3843 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3844 change.
3845 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3846 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3847 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3848 Replace build_executable by build_executable_own_libs's function
3849 build_executable_own_libs.
3850 (prelinkNO): Create new stub to call prelink_no.
3851 (prelinkYES): Create new stub to call prelink_yes.
3852 (test_attach): Rename calls of copy to file_copy.
3853 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3854 (copy): Move to ...
3855 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3856 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3857 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3858 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3859 special flags by gdb_compile_shlib. Replace second gdb_compile by
3860 build_executable_own_libs. Replace "prelink -R" execution by a call of
3861 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3862 a second call of prelink_yes. Replace restart commands by
3863 clean_restart.
3864 (prelink): Rename to ...
3865 (seen displacement message): ... this test. Extend its expectation
3866 strictness.
3867
3868 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3871 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3872 displacement message exactly once.
3873
3874 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3875 Joel Brobecker <brobecker@adacore.com>
3876
3877 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3878 its restore after the <$relink_args != ""> loop. new comment.
3879
3880 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3881 Joel Brobecker <brobecker@adacore.com>
3882
3883 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3884 code for it. New variable relink_args.
3885 (prelinkYES): Call prelinkNO.
3886 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3887 in such case. Move the core code to ...
3888 (test_attach_gdb): ... a new function. Send GDB command "file".
3889 Extend expected "Attaching to " string.
3890
3891 2010-07-02 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.base/bitops.exp: Remove extraneous "pass".
3894
3895 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3896
3897 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3898
3899 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3900
3901 * gdb.base/help.exp: Adjust expected output.
3902
3903 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3904
3905 * gdb.base/help.exp: Adjust expected output.
3906
3907 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3908
3909 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3910 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3911 c++/11702.
3912
3913 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3914 Doug Evans <dje@google.com>
3915
3916 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3917 add .dynamic entry'.
3918
3919 2010-06-29 Doug Evans <dje@google.com>
3920
3921 Test PR c++/11702.
3922 * gdb.cp/m-static.exp: Add testcase.
3923 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3924
3925 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3926 Tom Tromey <tromey@redhat.com>
3927 Thiago Jung Bauermann <bauerman@br.ibm.com>
3928
3929 * gdb.python/py-inferior.c: New File.
3930 * gdb.python/py-infthread.c: New File.
3931 * gdb.python/py-inferior.exp: New File.
3932 * gdb.python/py-infthread.exp: New File.
3933
3934 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3935
3936 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3937 (ptype ::C::OtherFileClass typedefs): New.
3938 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3939 (C::OtherFileClass::cOtherFileClassVar2): New.
3940 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3941 cOtherFileClassVar2.
3942 (C::cOtherFileType2, C::cOtherFileVar2): New.
3943 (C::cOtherFileVar_use): use also cOtherFileVar2.
3944 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3945
3946 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3949 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3950 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3951 (print ::C::cOtherFileVar)
3952 (whatis C::OtherFileClass::cOtherFileClassType)
3953 (whatis ::C::OtherFileClass::cOtherFileClassType)
3954 (print C::OtherFileClass::cOtherFileClassVar)
3955 (print ::cOtherFileClassVar)
3956 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3957 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3958 trailing content.
3959 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3960 (C::OtherFileClass::cOtherFileClassVar)
3961 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3962 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3963
3964 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3965
3966 Test PR c++/11703 and PR gdb/1448.
3967 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3968 gdb/1448.
3969
3970 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3973 (main) <rtti_data>: New.
3974 * gdb.cp/virtbase.exp (print rtti_data): New.
3975
3976 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3977 Joel Brobecker <brobecker@adacore.com>
3978
3979 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3980
3981 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3984
3985 2010-06-28 Doug Evans <dje@google.com>
3986
3987 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3988
3989 2010-06-27 Doug Evans <dje@google.com>
3990
3991 * gdb.cp/m-static.exp: Update expected test output.
3992
3993 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3994
3995 * gdb.gdb/selftest.exp: Adjust expected message for
3996 capturing start-up runtime.
3997
3998 2010-06-25 Tom Tromey <tromey@redhat.com>
3999
4000 PR python/10808:
4001 * gdb.python/python.exp: Add new tests.
4002
4003 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
4004
4005 * gdb.cp/operator.cc: Created an import loop.
4006 * gdb.cp/operator.exp: Added testcase for import loop.
4007
4008 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4009
4010 Test PR python/11407.
4011 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4012 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4013 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4014 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4015 executable_nofb and executable_fb. New variables srcsfile, objsfile,
4016 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4017 binfile. Call gdb_compile with clean_restart twice.
4018 (func_nofb print, func_nofb backtrace, func_loopfb print)
4019 (func_loopfb backtrace): New.
4020
4021 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4022
4023 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4024 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4025 by a hand made one.
4026 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
4027 i?86 requirement. Remove variables srcfile and binfile. New variable
4028 sources, executable_nofb and executable_fb. Call prepare_for_testing.
4029
4030 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4031
4032 * gdb.cell/dwarfaddr.exp: New file.
4033 * gdb.cell/dwarfaddr.S: New file.
4034
4035 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4036
4037 Test PR 9436.
4038 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4039
4040 2010-06-24 Hui Zhu <teawater@gmail.com>
4041
4042 * gdb.base/eval.exp: New file.
4043
4044 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4045
4046 * gdb.cell/fork.exp: New file.
4047 * gdb.cell/fork.c: Likewise.
4048 * gdb.cell/fork-spu.c: Likewise.
4049
4050 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
4051
4052 * lib/gdb.exp (banned_variables_traced): New global variable.
4053 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4054 (gdb_init): Use `trace add variable' instead of obsolete
4055 `trace variable'.
4056
4057 2010-06-21 Doug Evans <dje@google.com>
4058
4059 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4060
4061 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4062
4063 * gdb.arch/spu-ls.exp: New file.
4064 * gdb.arch/spu-ls.c: Likewise.
4065
4066 2010-06-18 Stan Shebs <stan@codesourcery.com>
4067
4068 * gdb.threads/thread-specific.exp: Add tests of $_thread.
4069
4070 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4071
4072 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4073 * gdb.base/watch-cond.exp: Likewise.
4074 * gdb.python/py-breakpoint.exp: Likewise.
4075
4076 2010-06-18 Pedro Alves <pedro@codesourcery.com>
4077
4078 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4079 clean_restart, make sure every test has a distinct message, and
4080 that messages don't include the executable' full path.
4081
4082 2010-06-17 Doug Evans <dje@google.com>
4083
4084 * gdb.arch/i386-size.exp: Updated expected output for
4085 DISASSEMBLY_OMIT_FNAME.
4086
4087 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4088 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 * gdb.base/watch-notconst.c: New file.
4091 * gdb.base/watch-notconst.S: New file.
4092 * gdb.base/watch-notconst2.c: New file.
4093 * gdb.base/watch-notconst2.S: New file.
4094 * gdb.base/watch-notconst.exp: New file.
4095 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4096 (func4): Add operations on `global_ptr_ptr'.
4097 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4098 routine to test watchpoints created with a constant expression.
4099 (test_inaccessible_watchpoint): Include tests for watchpoints
4100 created with a constant expression.
4101
4102 2010-06-14 Kevin Buettner <kevinb@redhat.com>
4103
4104 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4105 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4106 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4107 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4108 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4109 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4110 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4111 of `_start'.
4112
4113 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4114
4115 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4116 not supported on the target.
4117 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4118 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4119 * gdb.mi/mi-nsintrall.exp: Likewise.
4120 * gdb.mi/mi-nsmoribund.exp: Likewise.
4121 * gdb.mi/mi-nsthrexec.exp: Likewise.
4122
4123 2010-06-11 Stan Shebs <stan@codesourcery.com>
4124
4125 * gdb.base/permissions.exp: New file.
4126
4127 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4128
4129 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4130 does not support ELF executable class.
4131
4132 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4133
4134 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4135
4136 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4139 (runto): Catch "The target does not support running in non-stop mode.".
4140
4141 2010-06-11 Michael Snyder <msnyder@vmware.com>
4142
4143 * gdb.base/setshow.exp (set language asm): Don't use
4144 gdb_test_no_output, fails on some targets.
4145
4146 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4147
4148 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4149 * gdb.cp/pr9167.exp: Likewise.
4150
4151 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4152
4153 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4154
4155 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4156
4157 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4158
4159 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4160
4161 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4162
4163 2010-06-11 Tom Tromey <tromey@redhat.com>
4164
4165 PR gdb/9977, PR exp/11636::
4166 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4167 (pieces_test_f6): Update expected output.
4168
4169 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4170
4171 * gdb.base/moribund-step.exp: New.
4172
4173 2010-06-08 Michael Snyder <msnyder@vmware.com>
4174
4175 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4176 * gdb.ada/boolean_expr.exp:
4177 * gdb.ada/frame_args.exp: Ditto.
4178 * gdb.ada/lang_switch.exp: Ditto.
4179 * gdb.ada/ptype_arith_binop.exp: Ditto.
4180 * gdb.ada/ref_param.exp: Ditto.
4181 * gdb.ada/type_coercion.exp:Ditto.
4182
4183 * gdb.asm/asm-source.exp: Ditto.
4184
4185 * gdb.base/attach.exp: Ditto.
4186 * gdb.base/bitfields2.exp: Ditto.
4187 * gdb.base/call-signal-resume.exp: Ditto.
4188 * gdb.base/callfuncs.exp: Ditto.
4189 * gdb.base/commands.exp: Ditto.
4190 * gdb.base/dbx.exp: Ditto.
4191 * gdb.base/default.exp: Ditto.
4192 * gdb.base/dump.exp: Ditto.
4193 * gdb.base/exprs.exp: Ditto.
4194 * gdb.base/freebpcmd.exp: Ditto.
4195 * gdb.base/interrupt.exp: Ditto.
4196 * gdb.base/list.exp: Ditto.
4197 * gdb.base/long_long.exp: Ditto.
4198 * gdb.base/maint.exp: Ditto.
4199 * gdb.base/ptype.exp: Ditto.
4200 * gdb.base/return.exp: Ditto.
4201 * gdb.base/setshow.exp: Ditto.
4202 * gdb.base/sigbpt.exp: Ditto.
4203 * gdb.base/sigrepeat.exp: Ditto.
4204
4205 * gdb.cp/classes.exp: Ditto.
4206
4207 * gdb.dwarf2/dw2-restore.exp: Ditto.
4208
4209 * gdb.gdb/selftest.exp: Ditto.
4210
4211 * gdb.multi/base.exp: Ditto.
4212 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4213
4214 * gdb.python/py-block.exp: Ditto.
4215 * gdb.python/py-prettyprint.exp: Ditto.
4216 * gdb.python/py-template.exp: Ditto.
4217
4218 * gdb.server/ext-attach.exp: Ditto.
4219 * gdb.server/ext-run.exp: Ditto.
4220 * gdb.server/server-mon.exp: Ditto.
4221
4222 * gdb.threads/fork-thread-pending.exp: Ditto.
4223 * gdb.threads/hand-call-in-threads.exp: Ditto.
4224 * gdb.threads/interrupted-hand-call.exp: Ditto.
4225 * gdb.threads/linux-dp.exp: Ditto.
4226 * gdb.threads/manythreads.exp: Ditto.
4227 * gdb.threads/print-threads.exp: Ditto.
4228 * gdb.threads/pthreads.exp: Ditto.
4229 * gdb.threads/schedlock.exp: Ditto.
4230 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4231 * gdb.threads/threadapply.exp: Ditto.
4232
4233 2010-06-08 Michael Snyder <msnyder@vmware.com>
4234
4235 * gdb.ada/exec_changed.exp:
4236 Use ".*" instead of "" as wildcard regexp.
4237
4238 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4239 * gdb.base/call-ar-st.exp: Ditto.
4240 * gdb.base/checkpoint.exp: Ditto.
4241 * gdb.base/default.exp: Ditto.
4242 * gdb.base/dump.exp: Ditto.
4243 * gdb.base/ending-run.exp: Ditto.
4244 * gdb.base/fileio.exp: Ditto.
4245 * gdb.base/miscexprs.exp: Ditto.
4246 * gdb.base/pointers.exp: Ditto.
4247 * gdb.base/readline.exp: Ditto.
4248 * gdb.base/reread.exp: Ditto.
4249 * gdb.base/restore.exp: Ditto.
4250 * gdb.base/shlib-call.exp: Ditto.
4251 * gdb.base/valgrind-db-attach.exp: Ditto.
4252 * gdb.base/volatile.exp: Ditto.
4253 * gdb.base/watchpoints.exp: Ditto.
4254
4255 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4256
4257 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4258 * gdb.python/py-value.exp: Ditto.
4259
4260 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4261 * gdb.trace/circ.exp: Ditto.
4262 * gdb.trace/collection.exp: Ditto.
4263 * gdb.trace/packetlen.exp: Ditto.
4264 * gdb.trace/passc-dyn.exp: Ditto.
4265 * gdb.trace/report.exp: Ditto.
4266 * gdb.trace/tfile.exp: Ditto.
4267 * gdb.trace/tfind.exp: Ditto.
4268 * gdb.trace/while-dyn.exp: Ditto.
4269
4270 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4273
4274 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 Test PR 10640.
4277 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4278
4279 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4280
4281 * gdb.cp/koenig.exp: Test for ADL operators.
4282 * gdb.cp/koenig.cc: Added ADL operators.
4283 * gdb.cp/operator.exp: New test.
4284 * gdb.cp/operator.cc: New test.
4285
4286 2010-06-04 Michael Snyder <msnyder@vmware.com>
4287
4288 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4289 * gdb.base/pending.exp: Ditto.
4290
4291 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4292
4293 2010-06-04 Doug Evans <dje@google.com>
4294
4295 * gdb.python/py-prettyprint.exp: Add new test for enabled and
4296 disabled printers.
4297 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4298 (enable_lookup_function): New function.
4299
4300 2010-06-04 Tom Tromey <tromey@redhat.com>
4301
4302 * gdb.python/py-value.exp (test_value_hash): Don't test equality
4303 of hash and id.
4304
4305 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4306
4307 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4308 newline.
4309 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4310 (empty verbose non-noisy clear, empty verbose noisy clear)
4311 (empty non-verbose noisy clear): Likewise.
4312
4313 2010-06-03 Michael Snyder <msnyder@vmware.com>
4314
4315 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4316 * gdb.base/display.exp: Ditto.
4317 * gdb.base/find.exp: Ditto.
4318 * gdb.base/ifelse.exp: Ditto.
4319 * gdb.base/multi-forks.exp: Ditto.
4320 * gdb.base/recurse.exp: Ditto.
4321 * gdb.base/setshow.exp: Ditto.
4322 * gdb.base/value-double-free.exp: Ditto.
4323 * gdb.base/watch-vfork.exp: Ditto.
4324 * gdb.base/watch_thread_num.exp: Ditto.
4325 * gdb.base/watchpoint-solib.exp: Ditto.
4326 * gdb.base/watchpoint.exp: Ditto.
4327 * gdb.base/watchpoints.exp: Ditto.
4328
4329 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
4330 * gdb.cp/overload.exp: Ditto.
4331 * gdb.cp/virtfunc.exp: Ditto.
4332
4333 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
4334
4335 * gdb.reverse/watch-precsave.exp:
4336 Replace gdb_test with gdb_test_no_output.
4337
4338 * gdb.threads/attach-into-signal.exp:
4339 Replace gdb_test with gdb_test_no_output.
4340 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4341 * gdb.threads/watchthreads.exp: Ditto.
4342 * gdb.threads/watchthreads2.exp: Ditto.
4343
4344 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
4345 * gdb.trace/tfind.exp: Ditto.
4346
4347 2010-06-03 Joel Brobecker <brobecker@adacore.com>
4348
4349 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4350 successful test if message is the empty string.
4351
4352 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 * gdb.fortran/module.exp (stopped language detection): New test.
4355
4356 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 Support DW_TAG_module as separate namespaces.
4359 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
4360 gdb.fortran/library-module-lib.f90: New.
4361 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
4362 (print i): Remove.
4363 (continue to breakpoint: i-is-1, print var_i value 1)
4364 (continue to breakpoint: i-is-2, print var_i value 2)
4365 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
4366 (print var_d, print var_i value 14, ptype modmany, complete `modm)
4367 (complete `modmany, complete `modmany`, complete `modmany`var)
4368 (show language, setting breakpoint at module): New tests.
4369 * gdb.fortran/module.f90 (module mod): Remove.
4370 (module mod1, module mod2, module modmany, subroutine sub1)
4371 (subroutine sub2, program module): New.
4372
4373 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4374
4375 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
4376 (print value of rUC, print value of rI, print value of UI): ... here.
4377 * gdb.cp/anon-union.exp (pass): Rename to ...
4378 (print z 2): ... here.
4379
4380 2010-06-02 Michael Snyder <msnyder@vmware.com>
4381
4382 * gdb.trace/actions.exp: Use gdb_test_no_output.
4383 * gdb.trace/circ.exp: Ditto.
4384 * gdb.trace/packetlen.exp: Ditto.
4385 * gdb.trace/save-trace.exp: Ditto.
4386 * gdb.trace/tracecmd.exp: Ditto.
4387 * gdb.trace/tsv.exp: Ditto.
4388
4389 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
4390 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
4391 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4392 * gdb.threads/manythreads.exp: Ditto.
4393 * gdb.threads/print-threads.exp: Ditto.
4394 * gdb.threads/pthreads.exp: Ditto.
4395 * gdb.threads/schedlock.exp: Ditto.
4396 * gdb.threads/staticthreads.exp: Ditto.
4397 * gdb.threads/thread-specific.exp: Ditto.
4398 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4399 * gdb.threads/threadapply.exp: Ditto.
4400 * gdb.threads/watchthreads.exp: Ditto.
4401 * gdb.threads/watchthreads2.exp: Ditto.
4402
4403 * gdb.python/py-block.exp: Use gdb_test_no_output.
4404 * gdb.python/py-prettyprint.exp: Ditto.
4405 * gdb.python/py-template.exp: Ditto.
4406 * gdb.python/py-value.exp: Ditto.
4407
4408 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
4409 * gdb.reverse/watch-reverse.exp: Ditto.
4410
4411 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
4412 * gdb.server/ext-run.exp: Ditto.
4413
4414 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
4415 * gdb.dwarf2/dw2-compressed.exp: Ditto.
4416 * gdb.dwarf2/dw2-intercu.exp: Ditto.
4417 * gdb.dwarf2/dw2-intermix.exp: Ditto.
4418 * gdb.dwarf2/dw2-producer.exp: Ditto.
4419 * gdb.dwarf2/mac-fileno.exp: Ditto.
4420
4421 * gdb.gdb/observer.exp: Use gdb_test_no_output.
4422 * gdb.gdb/selftest.exp: Ditto.
4423
4424 * gdb.multi/base.exp: Use gdb_test_no_output.
4425
4426 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
4427
4428 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
4431
4432 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4433
4434 * gdb.cp/class2.exp: Use gdb_test_no_output.
4435 * gdb.cp/classes.exp: Ditto.
4436 * gdb.cp/extern-c.exp: Ditto.
4437 * gdb.cp/inherit.exp: Ditto.
4438 * gdb.cp/maint.exp: Ditto.
4439 * gdb.cp/mb-inline.exp: Ditto.
4440 * gdb.cp/mb-templates.exp: Ditto.
4441 * gdb.cp/method2.exp: Ditto.
4442 * gdb.cp/misc.exp: Ditto.
4443 * gdb.cp/ovldbreak.exp: Ditto.
4444 * gdb.cp/punctuator.exp: Ditto.
4445 * gdb.cp/templates.exp: Ditto.
4446 * gdb.cp/virtbase.exp: Ditto.
4447
4448 * gdb.threads/attach-stopped.exp:
4449 Replace uses of send_gdb / gdb_expect.
4450 * gdb.threads/attachstop-mt.exp:
4451 Replace uses of send_gdb / gdb_expect.
4452 * gdb.threads/gcore-thread.exp:
4453 Replace uses of send_gdb / gdb_expect.
4454 * gdb.threads/hand-call-in-threads.exp:
4455 Replace uses of send_gdb / gdb_expect.
4456 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
4457 * gdb.threads/print-threads.exp:
4458 Replace uses of send_gdb / gdb_expect.
4459 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4460 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4461 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4462
4463 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4464 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4465 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4466 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4467 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4468 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4469 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4470 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4471 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4472 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4473 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4474
4475 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4478
4479 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4480
4481 * gdb.cp/koenig.exp: Added new test case.
4482 * gdb.cp/koenig.cc: Ditto.
4483
4484 2010-06-01 Michael Snyder <msnyder@vmware.com>
4485
4486 * gdb.base/arithmet.exp: Use gdb_test_no_output.
4487 * gdb.base/arrayidx.exp: Ditto.
4488 * gdb.base/attach.exp: Ditto.
4489 * gdb.base/auxv.exp: Ditto.
4490 * gdb.base/bigcre.exp: Ditto.
4491 * gdb.base/break-always.exp: Ditto.
4492 * gdb.base/break-interp.exp: Ditto.
4493 * gdb.base/break.exp: Ditto.
4494 * gdb.base/breakpoint-shadow.exp: Ditto.
4495 * gdb.base/call-ar-st.exp: Ditto.
4496 * gdb.base/call-sc.exp: Ditto.
4497 * gdb.base/call-signal-resume.exp: Ditto.
4498 * gdb.base/callfuncs.exp: Ditto.
4499 * gdb.base/catch-syscall.exp: Ditto.
4500 * gdb.base/charset.exp: Ditto.
4501 * gdb.base/code-expr.exp: Ditto.
4502 * gdb.base/commands.exp: Ditto.
4503 * gdb.base/cond-expr.exp: Ditto.
4504 * gdb.base/condbreak.exp: Ditto.
4505 * gdb.base/cursal.exp: Ditto.
4506 * gdb.base/cvexpr.exp: Ditto.
4507 * gdb.base/default.exp: Ditto.
4508 * gdb.base/del.exp: Ditto.
4509 * gdb.base/detach.exp: Ditto.
4510 * gdb.base/display.exp: Ditto.
4511 * gdb.base/ena-dis-br.exp: Ditto.
4512 * gdb.base/eval-skip.exp: Ditto.
4513 * gdb.base/foll-fork.exp: Ditto.
4514 * gdb.base/foll-vfork.exp: Ditto.
4515 * gdb.base/frame-args.exp: Ditto.
4516 * gdb.base/funcargs.exp: Ditto.
4517 * gdb.base/gcore-buffer-overflow.exp: Ditto.
4518 * gdb.base/gdbvars.exp: Ditto.
4519 * gdb.base/help.exp: Ditto.
4520 * gdb.base/ifelse.exp: Ditto.
4521 * gdb.base/included.exp: Ditto.
4522 * gdb.base/list.exp: Ditto.
4523 * gdb.base/macscp.exp: Ditto.
4524 * gdb.base/maint.exp: Ditto.
4525 * gdb.base/multi-fork.exp: Ditto.
4526 * gdb.base/overlays.exp: Ditto.
4527 * gdb.base/page.exp: Ditto.
4528 * gdb.base/pending.exp: Ditto.
4529 * gdb.base/pointers.exp: Ditto.
4530 * gdb.base/pr11022.exp: Ditto.
4531 * gdb.base/prelink.exp: Ditto.
4532 * gdb.base/printcmds.exp: Ditto.
4533 * gdb.base/psymtab.exp: Ditto.
4534 * gdb.base/randomize.exp: Ditto.
4535 * gdb.base/relational.exp: Ditto.
4536 * gdb.base/relocate.exp: Ditto.
4537 * gdb.base/remote.exp: Ditto.
4538 * gdb.base/sepdebug.exp: Ditto.
4539 * gdb.base/set-lang-auto.exp: Ditto.
4540 * gdb.base/setshow.exp: Ditto.
4541 * gdb.base/setvar.exp: Ditto.
4542 * gdb.base/signals.exp: Ditto.
4543 * gdb.base/signull.exp: Ditto.
4544 * gdb.base/sigstep.exp: Ditto.
4545 * gdb.base/sizeof.exp: Ditto.
4546 * gdb.base/solib-disc.exp: Ditto.
4547 * gdb.base/store.exp: Ditto.
4548 * gdb.base/structs.exp: Ditto.
4549 * gdb.base/structs2.exp: Ditto.
4550 * gdb.base/subst.exp: Ditto.
4551 * gdb.base/term.exp: Ditto.
4552 * gdb.base/trace-commands.exp: Ditto.
4553 * gdb.base/unwindonsignal.exp: Ditto.
4554 * gdb.base/valgrind-db-attach.exp: Ditto.
4555 * gdb.base/varargs.exp: Ditto.
4556 * gdb.base/watch-cond.exp: Ditto.
4557 * gdb.base/watch_thread_num.exp: Ditto.
4558 * gdb.base/watchpoint-cond-gone.exp: Ditto.
4559 * gdb.base/watchpoint.exp: Ditto.
4560 * gdb.base/whatis-exp.exp: Ditto.
4561
4562 2010-06-01 Michael Snyder <msnyder@vmware.com>
4563
4564 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
4565 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
4566 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
4567 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
4568 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
4569 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
4570 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
4571 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
4572 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
4573 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
4574 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
4575 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
4576 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
4577 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
4578 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
4579
4580 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 * gdb.base/commands.exp (begin commands on watch): Remove excessive
4583 trailing newline.
4584 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
4585 * gdb.java/jmisc.exp (p *args\n): Rename to ...
4586 (p *args): ... here and remove excessive trailing newline.
4587
4588 2010-05-31 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
4591
4592 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4593
4594 Accept the new Linux kernel "t (tracing stop)" string.
4595 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
4596 Update comment.
4597 (state_wait) <T (tracing stop)>: New.
4598 (main): Update the state_wait expect string.
4599
4600 2010-05-28 Pedro Alves <pedro@codesourcery.com>
4601
4602 * limits.c, limits.exp: Delete files.
4603 * Makefile.in (clean mostlyclean): Adjust.
4604 * tracecmd.exp: Adjust.
4605
4606 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 * gdb.base/tui-layout.exp: New.
4609
4610 2010-05-28 Michael Snyder <msnyder@vmware.com>
4611
4612 * gdb.reverse/break-precsave.exp:
4613 Replace uses of send_gdb / gdb_expect.
4614 * gdb.reverse/break-reverse.exp:
4615 Replace uses of send_gdb / gdb_expect.
4616 * gdb.reverse/consecutive-precsave.exp:
4617 Replace uses of send_gdb / gdb_expect.
4618 * gdb.reverse/consecutive-reverse.exp:
4619 Replace uses of send_gdb / gdb_expect.
4620 * gdb.reverse/finish-precsave.exp:
4621 Replace uses of send_gdb / gdb_expect.
4622 * gdb.reverse/finish-reverse.exp:
4623 Replace uses of send_gdb / gdb_expect.
4624 * gdb.reverse/i386-precsave.exp:
4625 Replace uses of send_gdb / gdb_expect.
4626 * gdb.reverse/i386-reverse.exp:
4627 Replace uses of send_gdb / gdb_expect.
4628 * gdb.reverse/i386-sse-reverse.exp:
4629 Replace uses of send_gdb / gdb_expect.
4630 * gdb.reverse/i387-env-reverse.exp:
4631 Replace uses of send_gdb / gdb_expect.
4632 * gdb.reverse/i387-stack-reverse.exp:
4633 Replace uses of send_gdb / gdb_expect.
4634 * gdb.reverse/machinestate-precsave.exp:
4635 Replace uses of send_gdb / gdb_expect.
4636 * gdb.reverse/machinestate.exp:
4637 Replace uses of send_gdb / gdb_expect.
4638 * gdb.reverse/sigall-precsave.exp:
4639 Replace uses of send_gdb / gdb_expect.
4640 * gdb.reverse/sigall-reverse.exp:
4641 Replace uses of send_gdb / gdb_expect.
4642 * gdb.reverse/solib-precsave.exp:
4643 Replace uses of send_gdb / gdb_expect.
4644 * gdb.reverse/solib-reverse.exp:
4645 Replace uses of send_gdb / gdb_expect.
4646 * gdb.reverse/step-precsave.exp:
4647 Replace uses of send_gdb / gdb_expect.
4648 * gdb.reverse/step-reverse.exp:
4649 Replace uses of send_gdb / gdb_expect.
4650 * gdb.reverse/until-precsave.exp:
4651 Replace uses of send_gdb / gdb_expect.
4652 * gdb.reverse/until-reverse.exp:
4653 Replace uses of send_gdb / gdb_expect.
4654 * gdb.reverse/watch-precsave.exp:
4655 Replace uses of send_gdb / gdb_expect.
4656 * gdb.reverse/watch-reverse.exp:
4657 Replace uses of send_gdb / gdb_expect.
4658
4659 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4662 excessive newline.
4663
4664 2010-05-27 Michael Snyder <msnyder@vmware.com>
4665
4666 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
4667 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4668 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4669 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4670 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4671 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4672 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4673 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4674 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4675 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4676 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4677 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4678 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4679 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4680 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4681 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4682 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4683 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4684 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
4685
4686 2010-05-26 Michael Snyder <msnyder@vmware.com>
4687
4688 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4689 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4690
4691 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4692 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4693 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4694
4695 * gdb.reverse/consecutive-reverse.exp:
4696 Replace uses of send_gdb / gdb_expect.
4697 * gdb.reverse/consecutive-precsave.exp:
4698 Replace uses of send_gdb / gdb_expect.
4699
4700 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4701 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4702 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
4703 * gdb.mi/mi-ns-stale-regcache.exp:
4704 Replace uses of send_gdb / gdb_expect.
4705 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4706 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4707 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4708 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4709 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4710 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4711 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4712 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4713 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
4714
4715 2010-05-26 Michael Snyder <msnyder@vmware.com>
4716
4717 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
4718
4719 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
4720
4721 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4722 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4723 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4724 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4725 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4726 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4727 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4728 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4729 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
4730
4731 2010-05-25 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4734
4735 2010-05-25 Tom Tromey <tromey@redhat.com>
4736
4737 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4738 argument order.
4739 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4740 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4741 order.
4742 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4743 order.
4744 * gdb.base/call-sc.exp (setup_kfails): Remove.
4745 (setup_compiler_kfails): Remove.
4746 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4747 argument order.
4748 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4749 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4750 (advancei): Fix setup_kfail argument order.
4751 * gdb.base/radix.exp: Fix setup_kfail argument order.
4752 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4753 order.
4754 * gdb.base/structs.exp (setup_kfails): Remove.
4755 (setup_compiler_kfails): Fix setup_kfail argument order.
4756 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4757 order.
4758 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4759 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4760 setup_kfail argument order.
4761 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4762
4763 2010-05-25 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4766
4767 2010-05-25 Michael Snyder <msnyder@vmware.com>
4768
4769 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4770 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4771 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4772 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4773 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4774 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4775 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4776 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4777 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
4778 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4779 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4780 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4781 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4782 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4783 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4784 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4785 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4786 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4787 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4788 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4789 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4790 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4791 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
4792 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4793 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4794 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4795 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4796 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4797 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4798 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4799 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4800 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4801 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4802 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4803 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4804 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4805 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4806 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4807 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4808 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4809 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4810 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
4811 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4812 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4813 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4814 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4815 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
4816 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
4817
4818 2010-05-25 Doug Evans <dje@google.com>
4819
4820 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4821 gdb.string_to_argv.
4822
4823 2010-05-21 Tom Tromey <tromey@redhat.com>
4824
4825 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4826 Call it.
4827 * gdb.dwarf2/pieces.S: Update.
4828 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4829
4830 2010-05-21 Tom Tromey <tromey@redhat.com>
4831
4832 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4833 Call it.
4834 * gdb.dwarf2/pieces.c (struct C): New.
4835 (f6): New function.
4836 * gdb.dwarf2/pieces.S: Replace.
4837
4838 2010-05-21 Tom Tromey <tromey@redhat.com>
4839
4840 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4841 Call it.
4842
4843 2010-05-21 Tom Tromey <tromey@redhat.com>
4844
4845 * gdb.dwarf2.pieces.exp: New file.
4846 * gdb.dwarf2.pieces.S: New file.
4847 * gdb.dwarf2.pieces.c: New file.
4848
4849 2010-05-20 Pedro Alves <pedro@codesourcery.com>
4850 Joel Brobecker <brobecker@adacore.com>
4851
4852 * lib/gdb.exp (gdb_test_no_output): New function.
4853 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4854 when testing commands that should produce no output.
4855
4856 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4857
4858 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4859 parameter that we want to watch being a constant.
4860
4861 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4862
4863 * gdb.ada/cond_lang: New testcase.
4864
4865 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4866
4867 * lib/gdb.exp (banned_variables): New variable/constant.
4868 (gdb_init): Add write trace on variables listed in banned_variables.
4869 (gdb_finish): Remove write traces on variables listed in
4870 banned_variables.
4871
4872 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4873
4874 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4875 * gdb.cp/koenig.exp: Likewise.
4876
4877 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4878
4879 PR python/11482
4880
4881 * gdb.python/py-value.exp (test_value_hash): New function.
4882
4883 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4884
4885 PR exp/11530.
4886 * gdb.base/gdb11530.c: New file.
4887 * gdb.base/gdb11530.exp: New file.
4888
4889 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4892 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4893
4894 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4895
4896 * gdb.cp/koenig.exp: New test.
4897 * gdb.cp/koenig.cc: New test program.
4898
4899 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4900
4901 Remove the use of prms_id and bug_id throughout the testsuite.
4902
4903 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4904
4905 PR exp/11349.
4906 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4907 use a reference local variable.
4908
4909 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4910
4911 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4912 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4913 variable different_dir. Move debugfile into a full directory pathname
4914 under DIFFERENT_DIR.
4915 * lib/gdb.exp (separate_debug_filename): Remove.
4916 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4917 variable debug_dir and mkdir of it. Update function comments.
4918
4919 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4920
4921 PR gdb/11557
4922
4923 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4924 files.
4925
4926 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4927
4928 * gdb.python/py-param.exp: New File.
4929
4930 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4931
4932 * gdb.base/default.exp: Fix "set language" test.
4933
4934 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4935
4936 PR breakpoints/11531.
4937 * gdb.base/gdb11531.c: New file.
4938 * gdb.base/gdb11531.exp: New file.
4939
4940 2010-04-26 Tom Tromey <tromey@redhat.com>
4941
4942 * gdb.base/completion.exp: Add tests for completion and deprecated
4943 commands.
4944
4945 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4946
4947 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4948 (print /x char_array): Escape curly brackets.
4949
4950 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 Fix deadlock on looped list of loaded shared objects.
4953 * gdb.base/solib-corrupted.exp: New.
4954
4955 2010-04-23 Doug Evans <dje@google.com>
4956
4957 * gdb.python/py-section-script.c: New file.
4958 * gdb.python/py-section-script.exp: New file.
4959 * gdb.python/py-section-script.py: New file.
4960
4961 2010-04-20 Chris Moller <cmoller@redhat.com>
4962
4963 PR 10179
4964
4965 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4966 * gdb.base/pr10179-a.c:
4967 * gdb.base/pr10179-b.c:
4968 * gdb.base/pr10179.exp: New files.
4969
4970 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 Fix crashes on dangling display expressions.
4973 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4974 is SEP.
4975 (lib_flags): Remove the "debug" keyword.
4976 (libsepdebug): New variable for iterating new loop.
4977 (save_pf_prefix): New variable wrapping the loop.
4978 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4979 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4980
4981 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4982
4983 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4984
4985 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4986
4987 PR stabs/11479.
4988 * gdb.stabs/gdb11479.exp: New file.
4989 * gdb.stabs/gdb11479.c: New file.
4990
4991 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4992
4993 * gdb.base/charset.c (Strin16, String32): New variables.
4994 * gdb.base/charset.exp (gdb_test): Test correct display
4995 of 16 or 32 bit strings.
4996
4997 2010-04-21 Chris Moller <cmoller@redhat.com>
4998
4999 PR 9167
5000 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5001 * gdb.cp/pr9167.cc: New file.
5002 * gdb.cp/pr9167.exp: New file.
5003
5004
5005 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5006
5007 PR pascal/11492.
5008 * gdb.pascal/gdb11492.pas: New file.
5009 * gdb.pascal/gdb11492.exp: New file.
5010
5011 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5012
5013 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
5014
5015 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5016
5017 * gdb.ada/dyn_loc: New testcase.
5018
5019 2010-04-20 Chris Moller <cmoller@redhat.com>
5020
5021 PR 10867
5022
5023 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
5024 * gdb.cp/pr10687.cc: New file.
5025 * gdb.cp/pr10687.exp: New file.
5026
5027
5028 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5029 Sergio Durigan Junior <sergiodj@redhat.com>
5030
5031 * gdb.fortran/logical.exp: New testcase.
5032 * gdb.fortran/logical.f90: New file.
5033
5034 2010-04-19 Doug Evans <dje@google.com>
5035
5036 * gdb.base/help.exp (help source): Update expected output.
5037
5038 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5039
5040 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5041 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
5042 gdb_exit and return.
5043 (executable): New variable.
5044 (binfile): Use it.
5045
5046 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5047
5048 PR breakpoints/8554.
5049
5050 * gdb.trace/save-trace.exp: Adjust.
5051
5052 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5053
5054 PR corefiles/11511
5055 * gdb.arch/system-gcore.exp: New.
5056 * gdb.arch/gcore.c: Likewise.
5057
5058 2010-04-15 Doug Evans <dje@google.com>
5059
5060 * gdb.python/py-progspace.c: New file.
5061 * gdb.python/py-progspace.exp: New file.
5062
5063 * gdb.base/source.exp: Add tests for "source -s".
5064
5065 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5066
5067 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5068 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5069 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5070 * gdb.python/py-mi.exp: New test for to_string returning None.
5071
5072 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
5073
5074 * gdb.python/py-breakpoint.c: Make result global.
5075
5076 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5077
5078 Fix non-GNU make compatibility.
5079 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5080
5081 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5082
5083 * gdb.python/py-breakpoint.exp: New File.
5084 * gdb.python/py-breakpoint.C: Ditto.
5085
5086 2010-04-08 Stan Shebs <stan@codesourcery.com>
5087
5088 * gdb.trace/actions.exp: Clear default-collect.
5089 * gdb.trace/save-trace.exp: Clear default-collect.
5090
5091 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5092
5093 * gdb.python/py-value: Add null string variable.
5094 (test_lazy_string): Test zero length, NULL address lazy
5095 strings.
5096
5097 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5098
5099 * gdb.arch/i386-avx.c: New.
5100 * gdb.arch/i386-avx.exp: Likewise.
5101
5102 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5103
5104 2010-04-06 Doug Evans <dje@google.com>
5105
5106 * gdb.base/source-test.gdb: New file.
5107 * gdb.base/source.exp: Test source -v.
5108
5109 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5110
5111 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5112
5113 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5114
5115 * gdb.stabs/aout.sed: Convert all backslash to double backslash
5116 within one line, unless it is followed by a double quote.
5117 * gdb.stabs/hppa.sed: Idem.
5118 * gdb.stabs/weird.def: Add char and String constants
5119 * gdb.stabs/weird.exp: Check for correct parsing of
5120 char and string constants.
5121 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5122 in .stabs to .stabx substitution.
5123
5124 2010-04-05 Stan Shebs <stan@codesourcery.com>
5125
5126 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5127 constant global.
5128 * gdb.trace/tfile.exp: Try to print them.
5129
5130 2010-04-04 Stan Shebs <stan@codesourcery.com>
5131
5132 * gdb.base/completion.exp: Update for new "info watchpoints".
5133 * gdb.base/default.exp: Ditto.
5134 * gdb.base/help.exp: Ditto.
5135 * gdb.base/watchpoint.exp: Ditto.
5136 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5137
5138 2010-04-04 Stan Shebs <stan@codesourcery.com>
5139
5140 * gdb.trace/tfile.exp: Sharpen tfind test.
5141
5142 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5143
5144 * gdb.base/break-entry.exp: New.
5145
5146 2010-04-02 Hui Zhu <teawater@gmail.com>
5147 Michael Snyder <msnyder@vmware.com>
5148
5149 * gdb.reverse/i386-sse-reverse.exp: New file.
5150 * gdb.reverse/i386-sse-reverse.c: New file.
5151
5152 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5153
5154 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5155
5156 2010-04-01 Stan Shebs <stan@codesourcery.com>
5157
5158 * gdb.trace/actions.exp: Tweak expected output.
5159 * gdb.trace/while-stepping.exp: Tweak expected output.
5160
5161 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5162
5163 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5164
5165 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5166
5167 * gdb.base/commands.exp: Adjust.
5168 * gdb.cp/extern-c.exp: Adjust.
5169
5170 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5171
5172 * gdb.trace/collection.c (local_test_func): Define a local struct,
5173 and instanciate it.
5174
5175 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5176
5177 * gdb.trace/collection.exp (gdb_collect_args_test)
5178 (gdb_collect_argarray_test): XFAIL the tests that assume the
5179 argarray argument's elements are collected.
5180
5181 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5184 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5185
5186 2010-03-31 Stan Shebs <stan@codesourcery.com>
5187
5188 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5189 and tracepoint conditionals.
5190 (gdb_verify_tracepoints): Delete unused return.
5191
5192 2010-03-26 Keith Seitz <keiths@redhat.com>
5193
5194 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5195 appear in the output before main.
5196 Remove KFAIL for gdb/2215 aka bz 9320.
5197
5198 2010-03-30 Doug Evans <dje@google.com>
5199
5200 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5201 by dejagnu.
5202 * gdb.arch/amd64-dword.exp: Ditto.
5203
5204 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5205 match.
5206 (break printf): Ditto.
5207
5208 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5209
5210 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5211 gcc < 4.4.
5212 * gdb.cp/shadow.exp: Ditto.
5213
5214 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5215
5216 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5217 "tstart" is silent.
5218
5219 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5220
5221 * gdb.trace/collection.exp (executable): New.
5222 (binfile): Use it.
5223 (fpreg, spreg, pcreg): New.
5224 (test_register): Use gdb_test_multiple. Pass /x to print.
5225 (prepare_for_trace_test): New.
5226 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5227 (gdb_collect_args_test, gdb_collect_argstruct_test)
5228 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5229 prepare_for_trace_test.
5230 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5231 fpreg, spreg and pcreg.
5232 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5233 prepare_for_trace_test.
5234 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5235 try to detect tracing support here. Don't set breakpoints at
5236 `begin' or `end' here.
5237 <global scope>: Use clean_restart. Run to main before checking
5238 for tracing support. Check for for tracing support here.
5239
5240 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5241
5242 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5243 " as $displacement" to "seen displacement message".
5244
5245 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5246
5247 * gdb.trace/while-dyn.exp (executable): New variable.
5248 (binfile): Use it.
5249 (test_while_stepping): New function. Move most tests here. Call
5250 it once for each of the while-stepping, stepping and ws aliases.
5251
5252 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5253
5254 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5255 that do not provide the tagless_struct type name at all.
5256 (test_print_anon_union): Do not check value of uninitialized
5257 union member. Do not use cp_test_ptype_class, so we can accept
5258 "long" as well as "long int".
5259
5260 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5261
5262 * gdb.trace/tfile.c (tohex, bin2hex): New.
5263 (write_error_trace_file): Hexify error description.
5264
5265 2010-03-25 Stan Shebs <stan@codesourcery.com>
5266
5267 * gdb.trace/tfile.c: Generate an additional trace file, improve
5268 portability.
5269 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5270 files in a better way.
5271
5272 2010-03-25 Keith Seitz <keiths@redhat.com>
5273
5274 * gdb.java/jprint.exp: XFAIL printing of static class members
5275 because of GCC debuginfo problem.
5276
5277 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5280
5281 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5282
5283 * gdb.base/completion.exp: Allow long instead of long int.
5284 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5285 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
5286 variable p.
5287 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5288 * gdb.base/pointers.exp: Allow long instead of long int.
5289 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5290 * gdb.base/step-line.exp: Allow a directory before the source file name.
5291
5292 2010-03-24 Tom Tromey <tromey@redhat.com>
5293
5294 PR breakpoints/9352:
5295 * gdb.base/default.exp: Update.
5296 * gdb.base/commands.exp: Update.
5297 * gdb.cp/extern-c.exp: Test setting commands on multiple
5298 breakpoints at once.
5299
5300 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5301
5302 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5303 if gdb,nosignals.
5304 * gdb.base/watchpoints.c: Do not include unnecessary headers.
5305 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5306 exited".
5307
5308 2010-03-24 Stan Shebs <stan@codesourcery.com>
5309
5310 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5311
5312 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5313
5314 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5315 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5316 argument. Handle "short" and "long".
5317 (Top level): Pass overprototyped output for old_fptr and xptr.
5318
5319 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
5322 format strings and add casts to avoid compiler warnings.
5323
5324 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
5325
5326 * lib/trace-support.exp (gdb_trace_setactions):
5327 Don't expect whitespace after ">" prompt.
5328 * gdb.trace/actions.exp: Adjust for output changes.
5329 * gdb.trace/while-stepping.exp: Likewise.
5330
5331 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
5334 and r157645).
5335
5336 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
5339 New.
5340
5341 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
5342
5343 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
5344 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
5345
5346 2010-03-19 Stan Shebs <stan@codesourcery.com>
5347
5348 * gdb.trace/ax.exp: New file.
5349
5350 2010-03-19 Doug Evans <dje@google.com>
5351
5352 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
5353 output from gcc.
5354
5355 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
5356 named /usr/sbin/prelink<foo>.
5357
5358 2010-03-18 Stan Shebs <stan@codesourcery.com>
5359
5360 * gdb.trace/circ.exp: Test circular-trace-buffer.
5361 * gdb.trace/tfile.exp: Update tstatus test.
5362
5363 2010-03-18 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.dwarf2/dw2-anonymous-func.S: New file.
5366 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
5367
5368 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5369
5370 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
5371
5372 2010-03-18 Pedro Alves <pedro@codesourcery.com>
5373
5374 * gdb.base/default.exp: Adjust the expected output of the finish
5375 and until commands when the inferior is not being run.
5376
5377 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5378
5379 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
5380 * gdb.cp/nsusing.exp: Ditto.
5381
5382 2010-03-15 Tom Tromey <tromey@redhat.com>
5383
5384 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
5385 * gdb.cp/userdef.cc (operator==): New function.
5386 (main): New locals mem1, mem2.
5387
5388 2010-03-15 Jie Zhang <jie@codesourcery.com>
5389
5390 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
5391 Declare and use new loadtimeout variable.
5392
5393 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5394
5395 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
5396 Use gdb_load later.
5397
5398 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5399
5400 * gdb.base/solib-disc.c (main): Make format of fprintf a string
5401 literal. Add missing endlines to prints to stderr.
5402
5403 2010-03-12 Tom Tromey <tromey@redhat.com>
5404
5405 PR c++/9708:
5406 * gdb.cp/m-static.exp: Add regression test.
5407 * gdb.cp/m-static.cc (method): New method.
5408 (main): Call it.
5409
5410 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5411
5412 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
5413 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
5414
5415 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5416
5417 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
5418
5419 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5420
5421 * lib/gdb.exp (skip_stl_tests): New.
5422 (gdb_compile): Symbian needs -ldl.
5423 (shlib_target_file): New.
5424 (shlib_symbol_file): New.
5425 (gdb_load_shlibs): Use shlib_target_file.
5426 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
5427 * gdb.cp/exception.exp: Use skip_stl_tests.
5428 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
5429 * gdb.cp/try_catch.exp: Use skip_stl_tests.
5430 * gdb.cp/mb-templates.exp: Ditto.
5431 * gdb.base/commands.exp: Relax regexes.
5432 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
5433 shlib_target_file and shlib_symbol_file.
5434 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
5435 sections.
5436 * gdb.base/ending-run.exp: Accept E32Main for symbian.
5437 * gdb.base/solib-disc.exp: Use
5438 shlib_target_file and shlib_symbol_file.
5439 * gdb.base/unload.exp: Don't skip on symbian. Use
5440 shlib_target_file and shlib_symbol_file.
5441 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
5442
5443 2010-03-12 Pedro Alves <pedro@codesourcery.com>
5444
5445 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
5446 * gdb.trace/report.exp: Adjust for x86 and x86_64.
5447 Issue a tfind end before looking for a tracepoint frame.
5448 * gdb.trace/tfind.exp: Adjust tstatus output.
5449 Adjust disassembly output.
5450 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
5451
5452 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.base/break-interp.exp: Create new displacement parameter value
5455 for the test_ld calls.
5456 (reach): New parameter displacement, verify its content. New push of
5457 pf_prefix "reach-$func:". Import global expect_out.
5458 (test_core): New parameter displacement, verify its content. New push
5459 of pf_prefix "core:". New command "set verbose on". Import global
5460 expect_out.
5461 (test_attach): New parameter displacement, verify its content. New
5462 push of pf_prefix "attach:". New command "set verbose on". Import
5463 global expect_out.
5464 (test_ld): New parameter displacement, pass it to the reach, test_core
5465 and test_attach calls and verify its content in the "ld.so exit" test.
5466 * gdb.base/prelink.exp: Remove gdb_exit and final return.
5467 (prelink): Update expected text, use gdb_test.
5468
5469 2010-03-10 Doug Evans <dje@google.com>
5470
5471 * gdb.base/checkpoint.exp: Fix comment.
5472 Lengthen timeout while doing >600 checkpoints test.
5473 Rename duplicate "kill all one" test to keep test names unique.
5474
5475 2010-03-10 Pedro Alves <pedro@codesourcery.com>
5476
5477 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5478
5479 2010-03-08 Keith Seitz <keiths@redhat.com>
5480
5481 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5482 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5483 (dm_type_long): New function.
5484 (dm_type_unsigned_short): New function.
5485 (dm_type_unsigned_long): New function.
5486 (myint): New typedef.
5487 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5488 long, unsigned shor and long, operator char*, and typedef.
5489 (test_lookup_operator_functions): Add operator char* test.
5490 (test_paddr_operator_functions): Likewise.
5491 (test_paddr_overloaded_functions): Use probe values for
5492 short, long, and unsigned short and long.
5493 (test_paddr_hairy_functions): If the demangler probe detected
5494 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5495 demangler.
5496 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5497 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5498 and "print null_pmf".
5499 Add test "ptype a.*pmf".
5500 * gdb.cp/overload.exp: Allow optional "int" to appear with
5501 "short" and "long".
5502 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
5503 long expect value for men_overload1arg.
5504 Allow "int" to appear with "short" and "long".
5505 When testing "info break", add argument for main (void).
5506 Also allow "int" to appear with "short" and "long".
5507 Ditto with "unsigned" and "long long".
5508 * gdb.java/jmain.exp: Do not enclose methods names in single
5509 quotes.
5510 * gdb.java/jmisc.exp: Likewise.
5511 * gdb.java/jprint.exp: Likewise.
5512 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
5513
5514 From Jan Kratochvil <jan.kratochvil@redhat.com>:
5515 * gdb.cp/exception.exp (backtrace after first throw)
5516 (backtrace after second throw): Allow a namespace before __cxa_throw.
5517 (backtrace after first catch, backtrace after second catch): Allow
5518 a namespace before __cxa_begin_catch.
5519
5520 * gdb.cp/cpexprs.exp: New file.
5521 * gdb.cp/cpexprs.cc: New file.
5522
5523 From Daniel Jacobowitz <dan@codesourcery.com>
5524 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
5525 to use string_to_regexp.
5526 (ctor, dtor): New functions. Use them to match constructor
5527 and destructor function types.
5528 (Top level): Use runto_main.
5529
5530 2010-03-05 Tom Tromey <tromey@redhat.com>
5531
5532 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
5533 gdb.target_charset.
5534 (pp_ns.to_string): Likewise.
5535
5536 2010-03-04 Keith Seitz <keiths@redhat.com>
5537
5538 * gdb.cp/overload.exp: Test that the filename portion of a linespec
5539 can be quoted. Test that both the filename and function/line
5540 portions can be quoted at the same time.
5541
5542 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5543
5544 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
5545
5546 2010-03-03 Doug Evans <dje@google.com>
5547
5548 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
5549 libc contains libpthread.
5550
5551 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
5552 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
5553 of gdb_compile. Add another pattern to match android backtrace.
5554
5555 2010-03-03 Tom Tromey <tromey@redhat.com>
5556
5557 PR gdb/11345:
5558 * gdb.base/printcmds.exp (test_printf): Add test.
5559
5560 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5561
5562 * gdb.arch/amd64-byte.exp: New.
5563 * gdb.arch/amd64-dword.exp: Likewise.
5564 * gdb.arch/amd64-pseudo.c: Likewise.
5565 * gdb.arch/amd64-word.exp: Likewise.
5566 * gdb.arch/i386-byte.exp: Likewise.
5567 * gdb.arch/i386-pseudo.c: Likewise.
5568 * gdb.arch/i386-word.exp: Likewise.
5569
5570 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5571
5572 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
5573 types. Add structreg, bitfields, and flags registers.
5574 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
5575 registers.
5576
5577 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5578
5579 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
5580 (load_description): Set architecture if defined.
5581
5582 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5583
5584 * gdb.python/py-frame.exp: Add read_var block tests.
5585 * gdb.python/py-frame.c (block): New function.
5586
5587 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5588 Daniel Jacobowitz <dan@codesourcery.com>
5589
5590 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
5591
5592 2010-02-25 David S. Miller <davem@davemloft.net>
5593
5594 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
5595 fix logic for setting all_syscalls_numbers.
5596
5597 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5598
5599 * Makefile.in: Add py-block and py-symbol.
5600 * gdb.python/py-symbol.exp: New File.
5601 * gdb.python/py-symtab.exp: New File.
5602 * gdb.python/py-block.exp: New File.
5603 * gdb.python/py-symbol.c: New File.
5604 * gdb.python/py-block.c: New File.
5605
5606 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5607
5608 PR python/11314
5609 * lib/gdb.exp (skip_python_tests): New function.
5610 * gdb.python/py-cmd.exp: Use skip_python_tests.
5611 * gdb.python/py-frame.exp: Likewise.
5612 * gdb.python/py-function.exp: Likewise.
5613 * gdb.python/py-prettyprint.exp: Likewise.
5614 * gdb.python/py-template.exp: Likewise.
5615 * gdb.python/py-type.exp: Likewise.
5616 * gdb.python/py-value.exp: Likewise.
5617
5618 2010-02-22 Pedro Alves <pedro@codesourcery.com>
5619
5620 PR9605
5621
5622 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5623
5624 2010-02-19 Tom Tromey <tromey@redhat.com>
5625
5626 PR c++/8693, PR c++/9496:
5627 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
5628 regression tests.
5629
5630 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 Fix compatibility with m68k as.
5633 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
5634 Use only /* comments */.
5635
5636 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5637
5638 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5639 * configure: Regenerate.
5640
5641 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5642
5643 * gdb.python/py-type.exp: Check for Python support.
5644
5645 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5646
5647 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5648 `regsub' syntax available.
5649
5650 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5651
5652 * gdb.base/shmain.c (main): Remove printf call.
5653 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5654 * gdb.base/unload.c (main): Make format of fprintf a string
5655 literal. Add missing endlines to prints to stderr.
5656 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5657
5658 2010-02-17 Tom Tromey <tromey@redhat.com>
5659
5660 * gdb.java/jprint.java (jprint.props): New field.
5661 * gdb.java/jprint.exp (set_lang_java): Add regression test.
5662
5663 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5664
5665 * gdb.base/charset.exp: Don't assume new `regsub' syntax
5666 available.
5667
5668 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5669
5670 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5671 creation to support remote host testing.
5672
5673 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5674
5675 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5676 Recognize "command not found".
5677
5678 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5679
5680 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5681 single-stepping.
5682
5683 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5684
5685 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5686 if arguments are not supported.
5687
5688 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5691 be const or non-const.
5692
5693 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5696 mi_send_resuming_command to send -exec-continue.
5697
5698 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.base/list.exp (test_list_filename_and_function): Add test
5701 with single quotes.
5702 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5703 matching.
5704 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5705 Add KFAIL'd tests for PR gdb/11289.
5706
5707 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5708
5709 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5710
5711 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5712
5713 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5714 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5715 a temporary directory.
5716
5717 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5718
5719 * gdb.base/charset.exp: Use a single regular expression to match
5720 show host-charset and show target-charset output.
5721
5722 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5723
5724 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5725 "Illegal process-id" expect string more exact.
5726 (attach to digits-starting nonsense is prohibited): New.
5727
5728 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 * gdb.base/prelink.exp (set verbose on): New.
5731
5732 2010-02-12 Tomas Holmberg <th@virtutech.com>
5733
5734 * mi-reverse.exp: New file. Test for reverse option to the
5735 following MI commands: exec-continue, exec-finish, exec-next,
5736 exec-step, exec-next-instruction, exec-step-instruction.
5737
5738 2010-02-09 Joel Brobecker <brobecker@adacore.com>
5739
5740 * gdb.ada/ptype_tagged_param: New testcase.
5741
5742 2010-02-08 Tom Tromey <tromey@redhat.com>
5743
5744 PR c++/8017:
5745 * gdb.cp/overload.exp: Add tests.
5746 * gdb.cp/overload.cc (struct K): New.
5747 (namespace N): New.
5748 (main): Call new functions.
5749 (K::staticoverload): Define.
5750
5751 2010-02-08 Chris Moller <moller@mollerware.com>
5752
5753 PR gdb/10728
5754 * gdb.cp/pr10728-x.h: New file.
5755 * gdb.cp/pr10728-x.cc: New file.
5756 * gdb.cp/pr10728-y.cc: New file.
5757 * gdb.cp/pr10728.exp: New file.
5758 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5759
5760 2010-02-08 Chris Moller <moller@mollerware.com>
5761
5762 PR gdb/9067
5763 * gdb.cp/pr9067.exp: New
5764 * gdb.cp/pr9067.cc: New
5765 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5766
5767 2010-02-08 Joel Brobecker <brobecker@adacore.com>
5768
5769 * lib/gdb.exp (gdb_test_timeout): New global variable.
5770 Set it to timeout if not already set.
5771 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5772
5773 2010-02-05 Doug Evans <dje@google.com>
5774
5775 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5776 user.
5777
5778 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5779
5780 PR c++/7935:
5781 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5782
5783 2010-02-04 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.cp/virtbase.exp: Make test case names unique.
5786
5787 2010-02-02 Tom Tromey <tromey@redhat.com>
5788
5789 * gdb.cp/virtbase.exp: Add regression tests.
5790 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5791 (main): Instantiate RHC.
5792
5793 2010-02-02 Tom Tromey <tromey@redhat.com>
5794
5795 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5796 type-printing change.
5797
5798 2010-02-02 Tom Tromey <tromey@redhat.com>
5799
5800 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5801 * gdb.cp/virtbase.cc: New file.
5802 * gdb.cp/virtbase.exp: New file.
5803 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5804
5805 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5806
5807 PR libc/11214:
5808 * gdb.threads/current-lwp-dead.c: Include features.h.
5809 (HAS_NOMMU): New.
5810 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5811
5812 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5813
5814 * gdb.base/symbol-without-target_section.exp,
5815 gdb.base/symbol-without-target_section.c: New.
5816
5817 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5818
5819 * gdb.base/bigcore.exp: Reset increased timeout.
5820 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5821
5822 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5823
5824 * gdb.base/gcore.exp (capture_command_output): Use
5825 gdb_test_multiple.
5826
5827 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5828
5829 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5830 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5831 (Top level): Call it.
5832
5833 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5834
5835 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5836
5837 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5838
5839 * gdb.base/call-strs.exp, gdb.base/default.exp,
5840 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5841 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5842 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5843 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5844 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5845 * gdb.base/ending-run.exp: Correct restore of timeout.
5846 * gdb.base/page.exp: Remove unnecessary timeout setting.
5847
5848 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5849
5850 * gdb.ada/rec_return: New testcase.
5851
5852 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.ada/call_pn: New testcase.
5855
5856 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5857
5858 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5859 (Top level): Use it to resume.
5860 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5861 the Thumb mode displaced stepping error as unsupported.
5862
5863 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5864
5865 * gdb.cp/nsusing.exp: Added more tests.
5866 * gdb.cp/nsrecurs.exp: Ditto.
5867 * gdb.cp/nsusing.cc: Added test functions.
5868 * gdb.cp/nsrecurs.cc: Ditto.
5869
5870 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5871
5872 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5873 absolute directory pathnames in gdb.sum file.
5874
5875 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5876
5877 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5878 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5879
5880 2010-01-26 Tom Tromey <tromey@redhat.com>
5881
5882 PR exp/7643:
5883 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5884 setup_kfail.
5885
5886 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5887
5888 * gdb.cp/nsrecurs.exp: New test.
5889 * gdb.cp/nsrecurs.cc: New test program.
5890 * gdb.cp/nsstress.exp: New test.
5891 * gdb.cp/nsstress.cc: New test program.
5892 * gdb.cp/nsdecl.exp: New test.
5893 * gdb.cp/nsdecl.cc: New test program.
5894
5895 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5896
5897 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5898 imported into file scope.
5899 Marked test as xfail.
5900 * gdb.cp/namespace-using.cc (marker5): New function.
5901 * gdb.cp/shadow.exp: New test.
5902 * gdb.cp/shadow.cc: New test program.
5903 * gdb.cp/nsimport.exp: New test.
5904 * gdb.cp/nsimport.cc: New test program.
5905
5906 2010-01-25 Tom Tromey <tromey@redhat.com>
5907
5908 PR gdb/11049:
5909 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5910 with "set print null-stop on".
5911
5912 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5913
5914 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5915 Adjust it for DISASSEMBLY_OMIT_FNAME.
5916
5917 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5918
5919 PR symtab/11199:
5920 * gdb.dwarf2/member-ptr-forwardref.exp,
5921 gdb.dwarf2/member-ptr-forwardref.S: New.
5922
5923 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5924
5925 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5926 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5927 thread1_tid_mutex. Remove gdbstop_mutex handling.
5928 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5929 thread2_tid_mutex. Remove gdbstop_mutex handling.
5930 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5931 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5932 pthread_cond_wait conditionalizations by while loops.
5933
5934 2010-01-20 Tom Tromey <tromey@redhat.com>
5935
5936 PR backtrace/10770:
5937 * gdb.dwarf2/pr10770.exp: New file.
5938 * gdb.dwarf2/pr10770.c: New file.
5939 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5940
5941 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5942
5943 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5944 that target was removed, and the test always runs native anyway.
5945
5946 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5947
5948 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5949 gdb.base/watchpoint-cond-gone-stripped.c: New.
5950
5951 2010-01-19 Tom Tromey <tromey@redhat.com>
5952
5953 PR c++/8000:
5954 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5955 existing tests.
5956 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5957 (main): Use AAA::SomeEnum.
5958
5959 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5960
5961 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5962 (test_ignore_count): Declare line_callme_body global.
5963 (run to breakpoint with ignore count): Use line_callme_body.
5964 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5965 (set line_main_hello, set line_main_return): Reindent.
5966 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5967 New.
5968 (continue to callee4): Use line_callee4_body.
5969 (check *stopped from CLI command): Use line_callee4_next.
5970 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5971 (set line_main_hello, set line_main_return): Reindent.
5972 (set line_callee4_head, set line_callee4_body): New.
5973 (continue to callee4): Use line_callee4_body.
5974
5975 2010-01-18 Tom Tromey <tromey@redhat.com>
5976
5977 PR c++/9680:
5978 * gdb.cp/casts.cc: Add new classes and variables.
5979 * gdb.cp/casts.exp: Test new operators.
5980
5981 2010-01-18 Tom Tromey <tromey@redhat.com>
5982 Thiago Jung Bauermann <bauerman@br.ibm.com>
5983
5984 * gdb.python/source2.py: New file.
5985 * gdb.python/source1: New file.
5986 * gdb.python/python.exp: Test "source" command.
5987
5988 2010-01-15 Stan Shebs <stan@codesourcery.com>
5989
5990 * gdb.trace/tfile.c: New file.
5991 * gdb.trace/tfile.exp: New file.
5992
5993 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5994
5995 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5996
5997 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6000
6001 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6002
6003 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6004 (libfunc): New parameter action. Implement also selectable "sleep".
6005 * gdb.base/break-interp-main.c: Include assert.h.
6006 (libfunc): New parameter action.
6007 (main): New parameters argc and argv. Assert argc. Pass argv.
6008 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6009 (test_attach): New proc.
6010 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
6011 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
6012
6013 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * gdb.base/break-interp.exp (test_core): New proc.
6016 (test_ld): Call it.
6017
6018 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6021 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
6022 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
6023 and gdb_compile_shlib. Use new -Wl compiler options.
6024 (dl bt, main bt): New tests.
6025
6026 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 Support PIEs with no symfile_objfile.
6029 * gdb.base/break-interp.exp: New argument at the test_ld calls.
6030 (test_ld): New parameter trynosym.
6031 (test_ld <$trynosym>): New block.
6032
6033 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 * gdb.base/break-interp.exp: New file.
6036
6037 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6038
6039 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6040 * gdb.python/py-prettyprint.py (pp_ls): New printer.
6041 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6042 test.
6043 * gdb.python/py-prettyprint.c: Define lazystring test structure.
6044 * gdb.python/py-mi.exp: Add lazy string test.
6045
6046 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6047
6048 * lib/mi-support.exp (mi_check_thread_states): Handle
6049 core number in thread listing.
6050
6051 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6052
6053 * gdb.base/maint.exp: Adjust the expected output for the
6054 "maint print type" test. Use gdb_test_multiple instead of
6055 gdb_sent/gdb_expect.
6056
6057 2010-01-11 Doug Evans <dje@google.com>
6058
6059 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6060 from gdbserver_download. All callers updated.
6061
6062 * gdb.server/ext-run.exp: "info os processes" requires xml support.
6063
6064 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 Implement binary numbers parsing.
6067 * gdb.base/printcmds.exp (test_integer_literals_accepted)
6068 (test_integer_literals_rejected): New binary tests.
6069
6070 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6071
6072 * gdb.cell/configure: Regenerate.
6073
6074 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6075
6076 * gdb.base/corefile.exp: Move the core finding block out and call it as
6077 core_find, new variable $corefile, replace corefile by $corefile and
6078 [file tail $corefile] for usage vs. test names resp.
6079 * lib/gdb.exp (core_find): Move it as a new function here. New
6080 parameter binfile and deletefiles. New variable $destcore. Pre-delete
6081 $destcore. Return "" on error.
6082
6083 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6084
6085 Workaround PR binutils/10802.
6086 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6087 (twice).
6088
6089 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6092
6093 2010-01-08 Joel Brobecker <brobecker@adacore.com>
6094
6095 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6096 call, to avoid interruption.
6097
6098 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6099
6100 * gdb.stabs/weird.def (args93): New.
6101
6102 2010-01-07 Doug Evans <dje@google.com>
6103
6104 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6105
6106 2010-01-07 Tom Tromey <tromey@redhat.com>
6107
6108 * gdb.base/source.exp: Use correct line number.
6109
6110 2010-01-05 Stan Shebs <stan@codesourcery.com>
6111
6112 * gdb.trace/tracecmd.exp: Test ftrace.
6113
6114 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6115
6116 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6117
6118 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6119
6120 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6121 "uint_for_mi_testing".
6122
6123 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6124
6125 Test indented comment in file being sourced.
6126 * gdb.base/commands.exp: Test indented comment in file being sourced.
6127
6128 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6129
6130 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6131 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6132 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6133 notice.
6134
6135 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6136
6137 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6138 notice.
6139
6140 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6143 missing $after_stopped and comma (,) expectation.
6144
6145 2009-12-31 Stan Shebs <stan@codesourcery.com>
6146
6147 * gdb.trace/actions.exp: Test teval action.
6148
6149 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6150
6151 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6152 (top level): Call test_watchpoint_in_big_blob.
6153 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6154 watchpoints.
6155 (func3): Write to buf.
6156
6157 2009-12-29 Stan Shebs <stan@codesourcery.com>
6158
6159 * gdb.trace/actions.exp: Test default-collect.
6160
6161 2009-12-28 Stan Shebs <stan@codesourcery.com>
6162
6163 * gdb.trace/tsv.exp: New file.
6164 * gdb.base/completion.exp: Update ambiguous info output.
6165
6166 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdb.base/find.c (main): Reference search buffers.
6169 * gdb.base/included.c (main): Reference integer.
6170 * gdb.base/ptype.c (charfoo): Declare.
6171 (intfoo): Call charfoo.
6172 * gdb.base/scope0.c (useitp): New function.
6173 (usestatics): Use useitp.
6174 (useit): Add a type for val.
6175 * gdb.base/scope1.c (useit1): Take a pointer argument.
6176 (usestatics1): Update calls to useit1.
6177 * gdb.cp/call-c.cc: Declare foo.
6178 (main): Call foo.
6179 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6180 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6181 (main): Call C::ensureRefs and ensureOtherRefs.
6182 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6183 variables.
6184 (ensureOtherRefs): New function.
6185 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6186 * gdb.cp/templates.cc (main): Call t5i.value.
6187
6188 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix compatibility with G++-4.5.
6191 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6192 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6193 (uncaught return): Remove.
6194
6195 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6196 Phil Muldoon <pmuldoon@redhat.com>
6197
6198 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6199 (bp_location13, bp_location14, bp_location17, bp_location18)
6200 (marker3_proto, marker4_proto): New variables.
6201 (breakpoint info): Update output.
6202 (run until breakpoint at marker3, run until breakpoint at marker4): New
6203 tests.
6204
6205 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6206
6207 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6208 Replace the printf call of Y by provided "y-set-1" label. New block
6209 for the second shared library.
6210 * gdb.base/unload.exp: Compile also the second library, call
6211 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6212 (single pending breakpoint info): Rename to ...
6213 (pending breakpoint info before run): ... this extended test.
6214 (libfile2, libname2, libsrcfile2, libsrc2)
6215 (lib_sl2): New variables.
6216 (exec_opts): Set also SHLIB_NAME2.
6217 (pending breakpoint info on first run at shrfunc1)
6218 (pending breakpoint info on second run at shrfunc1)
6219 (pending breakpoint info on second run at shrfunc2)
6220 (print y from libfile, print y from libfile2): New tests.
6221 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6222 * gdb.base/unloadshr2.c: New.
6223
6224 2009-12-22 Hui Zhu <teawater@gmail.com>
6225
6226 * gdb.reverse/sigall-reverse.exp: Adjust.
6227
6228 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6229
6230 PR gdb/10884
6231
6232 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6233 (main): Call do_bitfield_tests.
6234 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6235
6236 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6237
6238 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6239 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6240 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6241 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6242 gdb.modula2/unbounded1.c: Update copyright header.
6243
6244 2009-12-10 Chris Moller <moller@mollerware.com>
6245
6246 PR gdb/9399
6247 * gdb.cp/virtfunc2.exp: New tests
6248 * gdb.cp/virtfunc2.cc: New tests
6249 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6250
6251 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6252
6253 * gdb.reverse/i387-env-reverse.c: New file.
6254 * gdb.reverse/i387-env-reverse.exp: New file.
6255 * gdb.reverse/i387-stack-reverse.c: New file.
6256 * gdb.reverse/i387-stack-reverse.exp: New file.
6257
6258 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6259
6260 * gdb.python/py-type.exp (test_range): New test.
6261
6262 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6263
6264 PR python/10805
6265
6266 * gdb.python/py-type.exp: New file.
6267 * gdb.python/py-type.c: New file.
6268 * Makefile.in: Add py-type.
6269
6270 2009-12-03 Tom Tromey <tromey@redhat.com>
6271
6272 * gdb.python/py-value.exp (test_parse_and_eval): New
6273 function.
6274
6275 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6276
6277 PR gdb/11022
6278
6279 * gdb.base/pr11022.exp: New test.
6280 * gdb.base/pr11022.c: New test.
6281
6282 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 Fix spurious false FAILs.
6285 * gdb.base/structs.c (chartest): New.
6286 (main): Fill-in chartest.
6287 * gdb.base/structs.exp (anychar_re, first): New.
6288 (start_structs_test): Import global anychar_re and first.
6289 New gdb_test call "set print elements 300; ${testfile}"
6290 (start_structs_test <$first>): New block.
6291 (any): Import global anychar_re. New variable ac. Use ${ac}.
6292
6293 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6296
6297 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6298
6299 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6300 Force $srcfile file.
6301 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6302
6303 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6304
6305 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6306 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6307 * gdb.threads/watchthreads-reorder.exp: Likewise.
6308
6309 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 PR gdb/8704
6312
6313 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6314 "if", and "thread". Correct matching in the previous test.
6315
6316 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
6317
6318 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6319
6320 2009-11-23 Michael Snyder <msnyder@vmware.com>
6321
6322 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
6323 * gdb.reverse-watch-precsave.exp: Ditto.
6324
6325 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6326
6327 * gdb.asm/asm-source.exp: Adjust.
6328 * gdb.base/help.exp: Adjust.
6329
6330 2009-11-22 Pedro Alves <pedro@codesourcery.com>
6331
6332 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
6333 (do_syscall_tests_without_xml): Set data-directory to
6334 /the/path/to/nowhere.
6335
6336 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6337
6338 * gdb.threads/local-watch-wrong-thread.c,
6339 gdb.threads/local-watch-wrong-thread.exp: New files.
6340
6341 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6342
6343 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
6344 assume new `regsub' syntax available.
6345
6346 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6347
6348 * gdb.base/watchpoint-hw-hit-once.exp,
6349 gdb.base/watchpoint-hw-hit-once.c: New.
6350
6351 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 * gdb.threads/watchthreads-reorder.exp,
6354 gdb.threads/watchthreads-reorder.c: New.
6355
6356 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
6357
6358 * gdb.xml/tdesc-regs.exp: Use for m68k.
6359
6360 2009-11-15 Pedro Alves <pedro@codesourcery.com>
6361
6362 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
6363
6364 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6365
6366 * lib/gdb.exp (current_target_name): New procedure.
6367 (gdb_wrapper_target): New variable.
6368 (gdb_wrapper_init): Set gdb_wrapper_target.
6369 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
6370 wrapper.
6371
6372 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdb.base/remote.exp: Delete the slowest load test.
6375 Do not load with fixed packet sizes.
6376
6377 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6378
6379 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
6380
6381 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6382
6383 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
6384 srcfile when setting a breakpoint.
6385
6386 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
6387
6388 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
6389 macros.
6390
6391 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6392
6393 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
6394 to be in memory.
6395 * gdb.base/display.c (force_mem): New.
6396 (do_loops): Use it. Add breakpoint comments.
6397 (do_vars): Add a breakpoint comment.
6398 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
6399 line numbers.
6400
6401 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
6402
6403 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
6404 instead of a bare "run".
6405
6406 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6407
6408 * gdb.python/py-prettyprint.exp: Adjust.
6409
6410 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * lib/cell.exp (skip_cell_tests): Clean up test files before
6413 returning.
6414
6415 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6416
6417 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
6418 and the breakpoint menu. Do not call perror if a prompt is seen.
6419 Consume the following GDB prompt.
6420 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
6421 * gdb.cp/namespace.exp: Use gdb_test.
6422 * gdb.cp/templates.exp: Use gdb_test.
6423 (test_template_breakpoints): Use gdb_test_multiple.
6424
6425 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6426
6427 * gdb.base/break1.c (struct some_struct, values): Move earlier.
6428 (marker4): Reference values.
6429
6430 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
6433 is missing.
6434
6435 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6436
6437 * gdb.base/break.c (need_malloc): New.
6438 * gdb.base/constvars.c (main): Reference crass and crisp.
6439 * gdb.base/gdb1821.c (main): Reference bar.
6440 * gdb.cp/gdb1355.cc (main): Reference s1.
6441 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
6442 (main): Call them.
6443 * gdb.cp/hang2.cc (dummy2): Define.
6444 * gdb.cp/hang3.cc (dummy3): Define.
6445 * gdb.cp/m-data.cc (main): Reference shadow.
6446
6447 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6448 Nathan Froyd <froydnj@codesourcery.com>
6449
6450 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
6451 remote host.
6452
6453 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
6454
6455 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
6456 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
6457 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6458 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6459 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6460 * gdb.dwarf2/dw2-producer.exp: Likewise.
6461 * gdb.dwarf2/mac-fileno.exp: Likewise.
6462 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6463 py-prettyprint.py to the remote host.
6464 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6465
6466 2009-11-11 Keith Seitz <keiths@redhat.com>
6467
6468 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6469 use it instead of "Foo".
6470 * gdb.cp/classes.exp (do_tests): Add a test to access
6471 a method through a typedef'd class name.
6472
6473 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
6474
6475 * gdb.base/long_long.exp: Permit leading zeros on floating-point
6476 exponents.
6477 * gdb.base/pointers.exp: Likewise.
6478 * gdb.cp/ref-types.exp: Likewise.
6479
6480 2009-11-11 Keith Seitz <keiths@redhat.com>
6481
6482 * gdb.cp/cplusfuncs.cc (class foo): Add operators
6483 new[] and delete[].
6484 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6485 "void".
6486 (probe_demangler): Remove all single-quoting of
6487 method and variable names.
6488 (info_func_regexp): Remove the word "void" from any
6489 occurrence of "(void)".
6490 (print_addr_2): Remove all single-quoting of
6491 method names.
6492 (print_addr_2_kfail): Likewise.
6493 (print_addr): Single-quote C function names before
6494 passing to print_addr_2.
6495 (test_paddr_operator_functions): Remove single-quoting
6496 for method names.
6497 Add tests for operator new[] and operator delete[].
6498
6499 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
6502
6503 2009-11-09 Keith Seitz <keiths@redhat.com>
6504
6505 * gdb.cp/overload.exp: Add tests for resolving overloaded
6506 methods in expression parsing/evaluation.
6507
6508 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * lib/gdb.exp (default_gdb_version): Use --version instead of
6511 --command.
6512
6513 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
6514
6515 * lib/gdb.exp (gdb_compile_test): New.
6516 (skip_ada_tests, skip_java_tests): New.
6517 (gdb_compile): Use gdb_compile_test for f77.
6518 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
6519 * lib/java.exp (compile_java_from_source): Remove runtests check,
6520 use gdb_compile_test to record result.
6521 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
6522 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
6523 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
6524 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
6525 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
6526 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
6527 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
6528 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
6529 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
6530 adjust gdb_compile invocations.
6531
6532 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6533
6534 * Makefile.in (abs_builddir): New.
6535 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
6536 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
6537 `$(abs_builddir)/site.exp'.
6538
6539 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6540
6541 * config/m68k-emc.exp, lib/emc-support.exp,
6542 gdb.trace/gdb_c_test.c: Delete.
6543 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
6544 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6545 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6546 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6547 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6548 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
6549 casing for m68k-*-elf.
6550
6551 2009-11-03 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
6554 * gdb.arch/i386-prologue.exp: Likewise.
6555 * gdb.arch/i386-unwind.exp: Likewise.
6556
6557 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6558
6559 * lib/gdb.exp (gdb_expect): Fix timeout typo.
6560
6561 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6562
6563 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
6564
6565 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
6568
6569 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
6572
6573 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6574
6575 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
6576 * gdb.base/sepdebug2.c: New file.
6577
6578 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6579
6580 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
6581 the modified warnings for catch syscall. Verify if GDB was compiled
6582 with support for lib expat, and choose which tests to run depending
6583 on this.
6584
6585 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
6586
6587 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
6588 that composite commands are parsed OK. And also test
6589 that breakpoint commands do work.
6590
6591 2009-10-23 Michael Snyder <msnyder@vmware.com>
6592
6593 gdb.reverse/consecutive-precsave.exp: Change expect pattern
6594 to allow for new disassembly style.
6595
6596 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6597
6598 * gdb.asm/asm-source.exp: Adjust.
6599
6600 2009-10-22 Michael Snyder <msnyder@vmware.com>
6601
6602 * gdb.reverse/break-precsave.exp: New test.
6603 * gdb.reverse/consecutive-precsave.exp: Ditto.
6604 * gdb.reverse/finish-precsave.exp: Ditto.
6605 * gdb.reverse/i386-precsave.exp: Ditto.
6606 * gdb.reverse/machinestate-precsave.exp: Ditto.
6607 * gdb.reverse/sigall-precsave.exp: Ditto.
6608 * gdb.reverse/solilb-precsave.exp: Ditto.
6609 * gdb.reverse/step-precsave.exp: Ditto.
6610 * gdb.reverse/until-precsave.exp: Ditto.
6611 * gdb.reverse/watch-precsave.exp: Ditto.
6612
6613 2009-10-22 Michael Snyder <msnyder@vmware.com>
6614
6615 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6616 for gdb_expect. Adjust one test's expect strings for the new
6617 format of disassemble.
6618 * gdb.reverse/finish-reverse.exp: Delete 'return'.
6619 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6620 gdb_test_multiple.
6621 * gdb.reverse/step-reverse.exp: Delete 'return'.
6622 * gdb.reverse/until-reverse.exp: Delete blank lines.
6623 * gdb.reverse/watch-reverse.exp: Delete blank lines.
6624
6625 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6626
6627 * gdb.base/consecutive.exp: Adjust.
6628 * gdb.base/display.exp: Likewise.
6629 * gdb.base/pc-fp.exp: Likewise.
6630 * gdb.base/sigbpt.exp: Likewise.
6631
6632 2009-10-19 Michael Snyder <msnyder@vmware.com>
6633
6634 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6635 * gdb.reverse/finish-reverse.c: Ditto.
6636 * gdb.reverse/sigall-reverse.c: Ditto.
6637 * gdb.reverse/solib-reverse.c: Ditto.
6638 * gdb.reverse/step-reverse.c: Ditto.
6639 * gdb.reverse/watch-reverse.c: Ditto.
6640
6641 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6642 Stan Shebs <stan@codesourcery.com>
6643
6644 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6645 * gdb.base/foll-exec.exp: Adjust to expect a process id before
6646 "Executing new program".
6647 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6648 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
6649 left listed after having been killed.
6650 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6651 * gdb.base/maint.exp: Adjust test.
6652
6653 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6654 * gdb.multi/Makefile.in: New.
6655 * gdb.multi/base.exp: New.
6656 * gdb.multi/goodbye.c: New.
6657 * gdb.multi/hangout.c: New.
6658 * gdb.multi/hello.c: New.
6659 * gdb.multi/bkpt-multi-exec.c: New.
6660 * gdb.multi/bkpt-multi-exec.exp: New.
6661 * gdb.multi/crashme.c: New.
6662
6663 2009-10-13 Tristan Gingold <gingold@adacore.com>
6664
6665 * gdb.base/sepdebug.exp: Check debug info are found.
6666
6667 2009-10-08 Pedro Alves <pedro@codesourcery.com>
6668
6669 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6670 bits.
6671
6672 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6673
6674 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6675
6676 2009-10-07 Joel Brobecker <brobecker@adacore.com>
6677
6678 * gdb.base/watchpoints.c: Add copyright header. Reformat one
6679 of the comments.
6680
6681 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
6682
6683 * gdb.base/annota1.exp: Remove obsolete match_max increase.
6684 * gdb.base/annota3.exp: Idem.
6685 * gdb.base/maint.exp: Idem.
6686
6687 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6688
6689 * lib/gdb.exp (default_gdb_init): Set current value of match_max
6690 to default.
6691
6692 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6693
6694 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
6695 mingw and cygwin targets.
6696
6697 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6698 Pedro Alves <pedro@codesourcery.com>
6699
6700 * lib/gdb.exp (gdb_compile): Avoid adding
6701 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6702
6703 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6704
6705 * gdb.base/shr1.c: Use %p in format string.
6706 * gdb.base/unload.c: Avoid warning in fprintf.
6707 * gdb.base/watchpoint-solib.c: Idem.
6708
6709 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6710
6711 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6712 long type.
6713 (test_unlink): Correct printf string.
6714 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6715 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6716
6717 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6720 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6721 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6722
6723 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6724
6725 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6726 * gdb.objc/nondebug.exp: Likewise.
6727
6728 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6729
6730 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6731 target_info setting.
6732
6733 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6734 that detect new threads during "info threads".
6735
6736 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6737
6738 * gdb.threads/manythreads.c (main): Increase thread stack size
6739 to 2*PTHREAD_STACK_MIN.
6740 * gdb.threads/multi-create.c (main): Likewise.
6741 (create_function): Likewise.
6742
6743 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6744
6745 * gdb.base/dump.exp: Pass difference of pointer types instead
6746 of integer types as offset to restore in intarr3.srec case.
6747
6748 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6749
6750 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6751
6752 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6753
6754 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6755
6756 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6757
6758 New test for two watchpoints, with disabling of
6759 the first inserted.
6760 * testsuite/gdb.base/watchpoints.c: New file.
6761 * testsuite/gdb.base/watchpoints.exp: New file.
6762
6763 2009-09-25 Tom Tromey <tromey@redhat.com>
6764
6765 * gdb.base/charset.exp: Test utf-16 strings with Python.
6766
6767 2009-09-25 Tom Tromey <tromey@redhat.com>
6768
6769 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6770 UCS-4.
6771 * gdb.base/charset.c (utf_32_string): Rename.
6772 (init_utf32): Rename.
6773 (main): Update.
6774
6775 2009-09-22 Tom Tromey <tromey@redhat.com>
6776
6777 * gdb.python/py-function.exp: Add regression tests.
6778
6779 2009-09-21 Keith Seitz <keiths@redhat.com>
6780
6781 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6782 with invalid operator.
6783
6784 2009-09-21 Keith Seitz <keiths@redhat.com>
6785
6786 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6787 and destructor using typedef name of class.
6788 * gdb.cp/classes.cc (class Base1): Add a destructor.
6789 (base1): New typedef.
6790 (use_methods): Instanitate an object of type base1.
6791 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6792 (do_tests): Call test_template_typedef.
6793 * gdb.cp/templates.cc (Baz::~Baz): New method.
6794 (intBazOne): New typedef.
6795 (main): Instantiate intBazOne.
6796
6797 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6798
6799 PR python/10633
6800
6801 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6802 Function.
6803 (run_lang_tests): Add print elements test.
6804
6805 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6806
6807 * gdb.python/py-value.exp (test_subscript_regression): New
6808 function. Test for invalid subscripts.
6809 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6810 (ptr_ref): New function.
6811
6812 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6813
6814 * gdb.base/default.exp: Fix "show convenience".
6815
6816 2009-09-15 Tom Tromey <tromey@redhat.com>
6817
6818 * lib/mi-support.exp (mi_create_varobj): Update.
6819 (mi_create_floating_varobj): Likewise.
6820 (mi_create_dynamic_varobj): New proc.
6821 (mi_varobj_update): Update.
6822 (mi_varobj_update_with_type_change): Likewise.
6823 (mi_varobj_update_kv_helper): New proc.
6824 (mi_varobj_update_dynamic_helper): Rewrite.
6825 (mi_varobj_update_dynamic): New proc.
6826 (mi_list_varobj_children): Update.
6827 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6828 * gdb.python/python-prettyprint.py (pp_outer): New class.
6829 (pp_nullstr): Likewise.
6830 (lookup_function): Register new printers.
6831 * gdb.python/python-prettyprint.c (struct substruct): New type.
6832 (struct outerstruct): Likewise.
6833 (substruct_test): New function.
6834 (struct nullstr): New type.
6835 (string_1, string_2): New globals.
6836 (main): Add new tests.
6837 * gdb.python/python-mi.exp: Added regression tests.
6838 * gdb.mi/mi2-var-display.exp: Update.
6839 * gdb.mi/mi2-var-cmd.exp: Update.
6840 * gdb.mi/mi2-var-child.exp: Update.
6841 * gdb.mi/mi2-var-block.exp: Update.
6842 * gdb.mi/mi-var-invalidate.exp: Update.
6843 * gdb.mi/mi-var-display.exp: Update.
6844 * gdb.mi/mi-var-cmd.exp: Update.
6845 * gdb.mi/mi-var-child.exp: Update.
6846 * gdb.mi/mi-var-block.exp: Update.
6847 * gdb.mi/mi-break.exp: Update.
6848 * gdb.mi/gdb701.exp: Update.
6849
6850 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6851
6852 * Makefile.in: Inclusion of catch-syscall object.
6853 * gdb.base/catch-syscall.c: New file.
6854 * gdb.base/catch-syscall.exp: New file.
6855
6856 2009-09-12 Michael Snyder <msnyder@vmware.com>
6857
6858 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6859 that can support reverse debuggnig.
6860
6861 2009-09-11 Tom Tromey <tromey@redhat.com>
6862
6863 * gdb.dwarf2/valop.S: New file.
6864 * gdb.dwarf2/valop.exp: New file.
6865
6866 2009-09-11 Mark Kettenis <kettenis@gnu.org>
6867
6868 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6869
6870 2009-09-10 Doug Evans <dje@google.com>
6871
6872 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6873 Add $gdb_prompt to second breakpoint regexp.
6874
6875 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6876
6877 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6878 names, add missing ones.
6879 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6880 * gdb.python/py-frame.c: Rename from python-frame.c.
6881 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6882 testfile name.
6883 * gdb.python/py-function.exp: Rename from python-function.exp.
6884 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6885 testfile name.
6886 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6887 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6888 Adjust testfile name.
6889 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6890 * gdb.python/py-template.cc: Rename from python-template.cc.
6891 * gdb.python/py-template.exp: Rename from python-template.exp.
6892 Adjust testfile name.
6893 * gdb.python/py-value.c: Rename from python-value.c.
6894 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6895 testfile name.
6896
6897 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6898
6899 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6900 $bpt2address.
6901 (Second breakpoint address is valid on ia64)
6902 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6903
6904 2009-09-03 Joseph Myers <joseph@codesourcery.com>
6905
6906 * gdb.base/ending-run.exp: Restrict regular expression matching
6907 line number to require closing brace following.
6908
6909 2009-09-03 Doug Evans <dje@google.com>
6910
6911 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6912
6913 2009-09-02 Tom Tromey <tromey@redhat.com>
6914
6915 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6916
6917 2009-09-02 Tom Tromey <tromey@redhat.com>
6918
6919 * gdb.dwarf2/callframecfa.exp: New file.
6920 * gdb.dwarf2/callframecfa.S: New file.
6921
6922 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6923
6924 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6925 gdb.base/solib-overlap-main.c: New.
6926
6927 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6928
6929 PR gdb/10565
6930
6931 * gdb.base/bitfields.c (struct container, container): New.
6932 (main): Initialize it and call break5.
6933 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6934
6935 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6936
6937 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6938 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6939
6940 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6941
6942 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6943
6944 2009-08-26 Michael Snyder <msnyder@vmware.com>
6945
6946 * gdb.base/i386-reverse.c: New file.
6947 * gdb.base/i386-reverse.exp: New file.
6948 * gdb.base/Makefile.in: Add new files to be removed.
6949
6950 2009-08-26 Joseph Myers <joseph@codesourcery.com>
6951
6952 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6953 environment-pwd for remote host.
6954 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6955
6956 2009-08-24 Keith Seitz <keiths@redhat.com>
6957
6958 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6959 Add two new C++ completer tests which limit the output to a
6960 given class.
6961
6962 2009-08-24 Michael Snyder <msnyder@vmware.com>
6963
6964 * gdb.base/del.exp: Fix typo in comment.
6965 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6966
6967 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6968
6969 * configure: Regenerate.
6970 * gdb.hp/configure: Likewise.
6971 * gdb.hp/gdb.aCC/configure: Likewise.
6972 * gdb.hp/gdb.base-hp/configure: Likewise.
6973 * gdb.hp/gdb.compat/configure: Likewise.
6974 * gdb.hp/gdb.defects/configure: Likewise.
6975 * gdb.hp/gdb.objdbg/configure: Likewise.
6976 * gdb.stabs/configure: Likewise.
6977
6978 2009-08-19 Doug Evans <dje@google.com>
6979
6980 * gdb.base/gdbvars.c: New file.
6981 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6982
6983 2009-08-14 Pedro Alves <pedro@codesourcery.com>
6984
6985 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6986 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6987
6988 2009-08-13 Pedro Alves <pedro@codesourcery.com>
6989
6990 * gdb.base/default.exp: Adjust "set language test": it's now an
6991 enum command. Larger help string moved to "help set language".
6992 * gdb.base/help.exp: Adjust "help set language" expected output,
6993 now lists all known languages.
6994
6995 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6996
6997 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6998 all frame arguments.
6999 * gdb.arch/altivec-regs.exp: Likewise.
7000
7001 2009-08-07 Tom Tromey <tromey@redhat.com>
7002
7003 * gdb.base/setshow.exp: Add tests for changes to set language, set
7004 check range, and set check type.
7005
7006 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7009 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
7010 Call it.
7011
7012 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7013
7014 * configure.ac: Run gdb.cell tests when appropriate.
7015 * configure: Regenerate.
7016 * lib/cell.exp: New file.
7017 * gdb.cell: New directory.
7018 * gdb.cell/configure.ac: New file.
7019 * gdb.cell/configure: New file.
7020 * gdb.cell/Makefile.in: New file.
7021 * gdb.cell/arch.exp: New file.
7022 * gdb.cell/break.c: New file.
7023 * gdb.cell/break.exp: New file.
7024 * gdb.cell/break-spu.c: New file.
7025 * gdb.cell/bt.c: New file.
7026 * gdb.cell/bt2-spu.c: New file.
7027 * gdb.cell/bt-spu.c: New file.
7028 * gdb.cell/bt.exp: New file.
7029 * gdb.cell/coremaker.c: New file.
7030 * gdb.cell/coremaker-spu.c: New file.
7031 * gdb.cell/core.exp: New file.
7032 * gdb.cell/gcore.exp: New file.
7033 * gdb.cell/data.c: New file.
7034 * gdb.cell/data.exp: New file.
7035 * gdb.cell/data-spu.c: New file.
7036 * gdb.cell/ea-cache.exp: New file.
7037 * gdb.cell/ea-cache.c: New file.
7038 * gdb.cell/ea-cache-spu.c: New file.
7039 * gdb.cell/ea-standalone.c: New file.
7040 * gdb.cell/ea-standalone.exp: New file.
7041 * gdb.cell/ea-test.c: New file.
7042 * gdb.cell/ea-test.exp: New file.
7043 * gdb.cell/f-regs.exp: New file.
7044 * gdb.cell/mem-access.c: New file.
7045 * gdb.cell/mem-access.exp: New file.
7046 * gdb.cell/mem-access-spu.c: New file.
7047 * gdb.cell/ptype.exp: New file.
7048 * gdb.cell/registers.exp: New file.
7049 * gdb.cell/size.c: New file.
7050 * gdb.cell/sizeof.exp: New file.
7051 * gdb.cell/size-spu.c: New file.
7052 * gdb.cell/solib.exp: New file.
7053 * gdb.cell/solib-symbol.exp: New file.
7054
7055 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7056
7057 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7058
7059 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7060
7061 * gdb.base/float.exp: Handle VFP registers.
7062
7063 2009-07-14 Michael Snyder <msnyder@vmware.com>
7064
7065 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7066 to bring gdb to the beginning of the calling line.
7067
7068 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7069 confusing the i386 epilogue unwinder.
7070
7071 2009-07-14 Stan Shebs <stan@codesourcery.com>
7072
7073 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7074
7075 2009-07-14 Michael Snyder <msnyder@vmware.com>
7076
7077 * gdb.reverse/step-reverse.exp (stepi into function call):
7078 Call instruction may not be first instruction in the line.
7079 (reverse stepi from a function call): Used wrong line number.
7080
7081 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7084
7085 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7086
7087 Fix gdb.base/macscp.exp when using custom inputrc.
7088 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7089 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
7090 env(TERM) set.
7091 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7092 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7093
7094 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7097 * gdb.base/annota1.exp (thread_test): Import global $testfile.
7098 Change the compilation target to match the testcase name.
7099 * gdb.base/sect-cmd.exp: Change the compilation target to match the
7100 testcase name.
7101 * a2-run.exp: Use for setup prepare_for_testing. Change the
7102 compilation target to match the testcase name.
7103 * gdb.base/commands.exp: Likewise.
7104 * gdb.base/finish.exp: Likewise.
7105 * gdb.base/float.exp: Likewise.
7106 * gdb.base/info-target.exp: Likewise.
7107 * gdb.base/relational.exp: Likewise.
7108 * gdb.base/term.exp: Likewise.
7109 * gdb.base/until.exp: Likewise.
7110 * gdb.base/volatile.exp: Likewise.
7111 * gdb.base/whatis-exp.exp: Likewise.
7112
7113 2009-07-11 Hui Zhu <teawater@gmail.com>
7114
7115 * gdb.base/help.exp (disassemble): Update expected help text.
7116
7117 2009-07-09 Tom Tromey <tromey@redhat.com>
7118
7119 * lib/gdb.exp: Handle TRANSCRIPT.
7120 (remote_spawn, remote_close, send_gdb): New procs.
7121
7122 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
7123
7124 * gdb.python/python-prettyprint.c: Add counted null string
7125 structure.
7126 * gdb.python/python-prettyprint.exp: Print null string. Test for
7127 embedded nulls.
7128 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7129 * gdb.python/python-value.exp (test_value_in_inferior): Add
7130 variable length string fetch tests.
7131 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7132
7133 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7136
7137 2009-07-07 Tom Tromey <tromey@redhat.com>
7138
7139 * gdb.base/call-rt-st.exp: Update for change to escape output.
7140 * gdb.base/callfuncs.exp: Likewise.
7141 * gdb.base/charset.exp: Likewise.
7142 * gdb.base/constvars.exp: Likewise.
7143 * gdb.base/long_long.exp: Likewise.
7144 * gdb.base/pointers.exp: Likewise.
7145 * gdb.base/printcmds.exp: Likewise.
7146 * gdb.base/setvar.exp: Likewise.
7147 * gdb.base/store.exp: Likewise.
7148 * gdb.cp/ref-types.exp: Likewise.
7149 * gdb.mi/mi-var-child.exp: Likewise.
7150 * gdb.mi/mi-var-display.exp: Likewise.
7151 * gdb.mi/mi2-var-display.exp: Likewise.
7152 * gdb.base/charset.exp: Test octal escape sequence length.
7153 Update for change to escape output.
7154
7155 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7158
7159 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7160
7161 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7162
7163 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7166 gdbserver increasing $portnum if "Can't bind address" has been seen.
7167
7168 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7169
7170 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7171 mingw32ce.
7172
7173 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7174
7175 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7176 VFP format.
7177
7178 2009-07-02 Pedro Alves <pedro@codesourcery.com>
7179
7180 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7181 linux. Adjust to use "inferior", "info inferiors", "detach
7182 inferior" and "kill inferior" instead of "restart", "info fork",
7183 "detach fork" and "delete fork".
7184 * gdb.base/ending-run.exp: Spell out "info".
7185 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7186 the "kill" command.
7187
7188 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7189
7190 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7191 change to prefix TLS offset in hex with 0x.
7192
7193 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7194
7195 * gdb.base/default.exp: Update test case for "x" changes.
7196
7197 2009-07-01 Tristan Gingold <gingold@adacore.com>
7198
7199 * gdb.base/bigcore.exp: Make darwin untested.
7200
7201 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7202
7203 * gdb.base/completion.exp (directory completion): Create the directory.
7204 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7205 escapeuniquesub.
7206 (directory completion 2): Expect now ${escapeuniquesub}.
7207 (Glob remaining of directory test): Remove one excessive newline.
7208 Expect the real output.
7209
7210 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 Fix `make check//%' target after `make check' has been ran.
7213 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7214 a mkdir call.
7215 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7216 (%/.dir): Remove.
7217
7218 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7221 the expected result record.
7222
7223 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 Remove racy FAILs relying just on the timeouts.
7226 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7227 (annotation_level 2): Remove racy FAILs.
7228
7229 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7230
7231 gdb/10275
7232 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7233
7234 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7235
7236 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7237
7238 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7239
7240 * gdb.mi/mi-stack.exp: Testing symbolic options
7241 to -stack-list-locals and -stack-list-arguments.
7242
7243 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7244
7245 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7246
7247 2009-06-29 Tom Tromey <tromey@redhat.com>
7248
7249 * dg-extract-results.sh: New file.
7250 * Makefile.in (FORCE_PARALLEL): New variable.
7251 (CHECK_TARGET): New conditional variable.
7252 (check): Use CHECK_TARGET.
7253 (DO_RUNTEST): New variable.
7254 (check-single): New target.
7255 (TEST_DIRS): New variable.
7256 (TEST_TARGETS): Likewise.
7257 (check-parallel): New target.
7258 (check-gdb.%): New pattern.
7259 (BASE1_FILES): New variable.
7260 (BASE2_FILES): Likewise.
7261 (check-gdb.base%): New pattern.
7262 (%/.dir): New pattern.
7263 * configure: Rebuild.
7264 * aclocal.m4 (AM_CONDITIONAL): New defun.
7265 * configure.ac: Check whether user is using GNU make.
7266 (GMAKE): New conditional.
7267
7268 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
7269
7270 * gdb.cp/namespace-nested-import.cc: New test.
7271 * gdb.cp/namespace-nested-import.exp: New test.
7272
7273 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7274
7275 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7276 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7277 * gdb.opt/Makefile.in (EXECUTABLES): Update.
7278 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7279 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7280 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7281 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7282 gdb.opt/inline-markers.c: New files.
7283 * lib/gdb.exp (skip_inline_frame_tests): New function.
7284 (skip_inline_var_tests): New function.
7285
7286 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
7287
7288 * gdb.cp/exception.exp: Don't require $hex before inner frame in
7289 backtrace.
7290
7291 2009-06-27 Michael Snyder <msnyder@vmware.com>
7292
7293 * gdb.reverse: New directory.
7294 * gdb.reverse/break-reverse.c: New test.
7295 * gdb.reverse/break-reverse.exp: New test.
7296 * gdb.reverse/consecutive-reverse.c: New test.
7297 * gdb.reverse/consecutive-reverse.exp: New test.
7298 * gdb.reverse/finish-reverse.c: New test.
7299 * gdb.reverse/finish-reverse.exp: New test.
7300 * gdb.reverse/machinestate.c: New test.
7301 * gdb.reverse/ms1.c: New test.
7302 * gdb.reverse/machinestate.exp: New test.
7303 * gdb.reverse/Makefile.in: New file.
7304 * gdb.reverse/shr2.c: New test.
7305 * gdb.reverse/solib-reverse.c: New test.
7306 * gdb.reverse/solib-reverse.exp: New test.
7307 * gdb.reverse/step-reverse.c: New test.
7308 * gdb.reverse/step-reverse.exp: New test.
7309 * gdb.reverse/until-reverse.c: New test.
7310 * gdb.reverse/ur1.c: New test.
7311 * gdb.reverse/until-reverse.exp: New test.
7312 * gdb.reverse/watch-reverse.c: New test.
7313 * gdb.reverse/watch-reverse.exp: New test.
7314 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7315 * configure: Regenerate.
7316
7317 2009-06-26 Doug Evans <dje@google.com>
7318
7319 * gdb.base/psymtab.exp: Turn off pending breakpoints.
7320
7321 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
7322
7323 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
7324 windows problem for 'file delete $binfile'.
7325
7326 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
7327
7328 * gdb.cp/namespace-using.exp: New test.
7329 * gdb.cp/namespace-using.cc: New test.
7330
7331 2009-05-20 Joel Brobecker <brobecker@adacore.com>
7332
7333 * gdb.ada/variant_record_packed_array: New testcase.
7334
7335 2009-06-23 Tom Tromey <tromey@redhat.com>
7336
7337 * gdb.base/charset.exp (test_combination): Regression test.
7338 * gdb.base/charset.c (my_wchar_t): New typedef.
7339 (myvar): New global.
7340 (main): Set myvar.
7341
7342 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
7343
7344 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
7345 target.
7346
7347 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7348
7349 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
7350
7351 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7352
7353 * gdb.mi/gdb680.exp: Update test for error message.
7354
7355 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7356
7357 * gdb.base/annota1.exp: Allow multiple occurrences of the
7358 frames-invalid annotation.
7359 * gdb.cp/annota2.exp: Likewise.
7360
7361 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7362
7363 * gdb.cp/gdb2495.cc: New file.
7364 * gdb.cp/gdb2495.exp: New file.
7365
7366 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 Report error on GDB crash during runto.
7369 * lib/gdb.exp (runto <eof>): New.
7370
7371 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
7372
7373 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
7374 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
7375 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
7376 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
7377 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
7378 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
7379 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
7380 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
7381 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
7382 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
7383 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
7384 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
7385 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7386 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
7387 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
7388 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
7389 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
7390 gdb.server/server-mon.exp, gdb.server/server-run.exp,
7391 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7392 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7393 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
7394 gdb.trace/passcount.exp, gdb.trace/report.exp,
7395 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
7396 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
7397 gdb.trace/while-stepping.exp: Use a unique name for the compiled
7398 executable.
7399
7400 2009-06-07 Pedro Alves <pedro@codesourcery.com>
7401
7402 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
7403 defined before referencing it.
7404
7405 2009-06-03 Doug Evans <dje@google.com>
7406
7407 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
7408 * gdb.arch/i386-see.c: Ditto.
7409
7410 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
7411
7412 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
7413 (check_macro): Return 1 if undefined.
7414 If first test fails, check if macro debug information is available,
7415 and report unsupported test if no macro information is found.
7416
7417 2009-05-29 Doug Evans <dje@google.com>
7418
7419 * gdb.threads/hand-call-in-threads.exp: New.
7420 * gdb.threads/hand-call-in-threads.c: New.
7421
7422 2009-05-29 Michael Snyder <msnyder@vmware.com>
7423
7424 * gdb.base/break-always.exp: Change "1" to "on".
7425 Add confirmation check.
7426
7427 2009-05-28 Pedro Alves <pedro@codesourcery.com>
7428
7429 * gdb.threads/threxit-hop-specific.c: New.
7430 * gdb.threads/threxit-hop-specific.exp: New.
7431 * gdb.threads/thread-execl.c: New.
7432 * gdb.threads/thread-execl.exp: New.
7433
7434 2009-05-27 Tom Tromey <tromey@redhat.com>
7435 Thiago Jung Bauermann <bauerman@br.ibm.com>
7436
7437 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
7438 (mi_child_regexp): Likewise.
7439 (mi_list_varobj_children_range): Likewise.
7440 (mi_get_features): Likewise.
7441 (mi_list_varobj_children): Rewrite.
7442 * gdb.python/python-mi.exp: New file.
7443
7444 2009-05-27 Tom Tromey <tromey@redhat.com>
7445 Thiago Jung Bauermann <bauerman@br.ibm.com>
7446 Phil Muldoon <pmuldoon@redhat.com>
7447 Paul Pluzhnikov <ppluzhnikov@google.com>
7448
7449 * gdb.python/python-prettyprint.exp: New file.
7450 * gdb.python/python-prettyprint.c: New file.
7451 * gdb.python/python-prettyprint.py: New file.
7452 * gdb.base/display.exp: print/r is now valid.
7453
7454 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7455 Tom Tromey <tromey@redhat.com>
7456 Pedro Alves <pedro@codesourcery.com>
7457 Paul Pluzhnikov <ppluzhnikov@google.com>
7458
7459 * gdb.python/python-template.exp: New file.
7460 * gdb.python/python-template.cc: New file.
7461 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7462 tests.
7463 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7464 Call it.
7465 (test_value_after_death): New proc.
7466 * gdb.python/python-value.c (PTR): New typedef.
7467 (main): New variable 'x'.
7468
7469 2009-05-27 Tom Tromey <tromey@redhat.com>
7470
7471 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7472 tests.
7473 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7474 Call it.
7475
7476 2009-05-27 Pedro Alves <pedro@codesourcery.com>
7477
7478 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7479
7480 2009-05-24 Pedro Alves <pedro@codesourcery.com>
7481
7482 * gdb.threads/fork-thread-pending.c: New.
7483 * gdb.threads/fork-thread-pending.exp: New.
7484
7485 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7488 * gdb.dwarf2/dw2-strp.S (a_string2): New.
7489
7490 2009-05-18 Jon Beniston <jon@beniston.com>
7491
7492 * gdb.asm/asm-source.exp: Add lm32 target.
7493
7494 2009-05-17 Pedro Alves <pedro@codesourcery.com>
7495
7496 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
7497 `gdb_get_line_number'. Call `callee' in both parent and child.
7498 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
7499 `gdb_get_line_number' instead of hardcoding line numbers.
7500 (catch_fork_unpatch_child): New procedure to test detaching
7501 breakpoints from child fork.
7502 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
7503 hardcoding line numbers.
7504 (do_fork_tests): Run `catch_fork_unpatch_child'.
7505
7506 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
7507
7508 * gdb.mi/mi-cmd-var.exp: Check that when varobj
7509 of structure type enters or leaves the scope, it
7510 is reported by -var-update.
7511
7512 2009-05-11 Doug Evans <dje@sebabeach.org>
7513
7514 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
7515 * gdb.threads/pending-step.c (main): Fix off-by-one error.
7516 * gdb.threads/schedlock.c (main): Fix off-by-one error.
7517
7518 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
7521
7522 2009-04-30 Doug Evans <dje@google.com>
7523
7524 * gdb.threads/watchthreads2.exp: New testcase.
7525 * gdb.threads/watchthreads2.c: New testcase.
7526
7527 2009-04-29 Doug Evans <dje@google.com>
7528
7529 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
7530 * gdb.cp/mb-ctor.cc: Ditto.
7531 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
7532 * gdb.cp/mb-inline.h (multi_line_foo): New function.
7533 * gdb.cp/mb-inline1.cc: Call it.
7534 * gdb.cp/mb-inline2.cc: Ditto.
7535 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
7536 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
7537
7538 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
7541 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
7542 Replace all uses of `decimal' by `nonzero'.
7543 (info macro FROM_COMMANDLINE): New test.
7544
7545 2009-04-27 Tom Tromey <tromey@redhat.com>
7546
7547 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
7548
7549 2009-04-27 Doug Evans <dje@google.com>
7550
7551 * gdb.threads/watchthreads.c (main): Initialize args before starting
7552 the threads. Plus formatting cleanup.
7553 * gdb.threads/watchthreads.exp: Avoid errant failures due to
7554 biased scheduling of one thread.
7555
7556 2009-04-27 Jerome Guitton <guitton@adacore.com>
7557
7558 * gdb.cp/templates.cc (GetMax): New template.
7559 (main): Declare two instances of GetMax.
7560 * gdb.cp/templates.exp: Add new test.
7561
7562 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7563
7564 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
7565
7566 2009-04-22 Joseph Myers <joseph@codesourcery.com>
7567
7568 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
7569
7570 2009-04-15 Tom Tromey <tromey@redhat.com>
7571
7572 * gdb.base/charset.exp: Add regression test.
7573
7574 2009-04-14 Joel Brobecker <brobecker@adacore.com>
7575
7576 * gdb.base/exe-lock.exp: New testcase.
7577
7578 2009-04-13 Tom Tromey <tromey@redhat.com>
7579
7580 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
7581 operator on Frame.
7582
7583 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7584
7585 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
7586 * gdb.server/ext-attach.exp: Likewise.
7587
7588 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
7589
7590 Eliminate some sleep usage.
7591
7592 * gdb.mi/basics.c (do_nothing): New.
7593 (main): Use do_nothing instead of printf, so that
7594 not to introduce race condition between output of
7595 inferiour and output of gdb. Do not use sleep as it
7596 is not generally available on embedded targets.
7597
7598 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7599
7600 * gdb.server/ext-attach.exp: Expect an optional process id after
7601 "Detached from remote process".
7602
7603 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7604
7605 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
7606 gdb.dwarf2/dw2-unresolved.exp: New.
7607
7608 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7609
7610 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
7611 mi_run_to_main.
7612
7613 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7614
7615 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
7616 mi_run_to_main. Skip thread exit test on remote targets.
7617 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
7618 mi_run_to_main.
7619 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
7620 mi_run_to_main.
7621 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7622 when expecting ^connected. Detect when the target doesn't support
7623 non-stop mode.
7624 (mi_run_cmd): Detect if non-stop mode was requested by isn't
7625 supported. Return -1 on error, 0 on success.
7626 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7627 (mi_runto): Return mi_runto_helper's result explicitly.
7628
7629 2009-04-01 Pedro Alves <pedro@codesourcery.com>
7630
7631 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7632
7633 2009-04-01 Tom Tromey <tromey@redhat.com>
7634
7635 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7636 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7637 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7638 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7639
7640 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
7641 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 PR gdb/931
7644 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7645 output.
7646 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
7647 for gdb/931.
7648 * dw2-strp.S (DW_AT_language): Change to C++.
7649 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7650
7651 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7652
7653 * gdb.ada/tasks: New testcase.
7654
7655 2009-03-30 Stan Shebs <stan@codesourcery.com>
7656
7657 * gdb.trace/actions.exp: Update to match new info trace format.
7658 * gdb.trace/deltrace.exp: Ditto.
7659 * gdb.trace/infotrace.exp: Ditto.
7660 * gdb.trace/passcount.exp: Ditto.
7661 * gdb.trace/save-trace.exp: Ditto.
7662 * gdb.trace/while-stepping.exp: Ditto.
7663 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7664
7665 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7666
7667 * gdb.python/python-frame.c: New file.
7668 * gdb.python/python-frame.exp: New file.
7669
7670 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7671
7672 * gdb.python/python-value.exp: Add tests for the address
7673 attribute.
7674
7675 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
7676
7677 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7678
7679 2009-03-26 Doug Evans <dje@google.com>
7680
7681 * gdb.mi/mi-nonstop-exit.exp: New file.
7682 * gdb.mi/non-stop-exit.c: New file.
7683
7684 2009-03-26 Tom Tromey <tromey@redhat.com>
7685
7686 Update for change to prologue skipping:
7687 * gdb.mi/mi2-simplerun.exp: Update.
7688 * gdb.mi/mi2-break.exp: Update.
7689 * gdb.mi/mi-simplerun.exp: Update.
7690 * gdb.mi/mi-break.exp: Update.
7691 * gdb.base/ending-run.exp: Update.
7692
7693 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7694
7695 * gdb.python/python-value.exp (test_value_in_inferior): Test
7696 gdb.Value.is_optimized_out attribute.
7697
7698 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 * gdb.dwarf2/dw2-noloc-main.c: New file.
7701 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7702 (.text): Remove.
7703 (.data): New.
7704 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7705 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7706 (DW_TAG_subprogram func_cu1, noloc): Remove.
7707 (main): New.
7708 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7709 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7710 (file_symbols): New procedure.
7711
7712 2009-03-25 Tom Tromey <tromey@redhat.com>
7713
7714 * gdb.base/charset.exp (valid_target_charset): New proc.
7715 Use it to skip tests on invalid charsets.
7716
7717 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7718
7719 * gdb.base/completion.exp: Add a test for directory completion.
7720
7721 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 Fix a racy FAIL.
7724 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7725 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7726
7727 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7728
7729 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7730 * gdb.python/python-function.exp: Add test for function returning
7731 a GDB value.
7732
7733 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7734
7735 * gdb.python/python-function.exp: New file.
7736
7737 2009-03-20 Tom Tromey <tromey@redhat.com>
7738
7739 * gdb.base/store.exp: Update for change to escape output.
7740 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7741 to escape output.
7742 * gdb.base/pointers.exp: Update for change to escape output.
7743 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7744 to escape output.
7745 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7746 escape output.
7747 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7748 to escape output.
7749 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7750 escape output.
7751 * gdb.base/setvar.exp: Update for change to escape output.
7752 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7753 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7754 to escape output.
7755 (test_print_string_constants): Likewise.
7756 * gdb.base/charset.exp (valid_host_charset): Check size of
7757 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7758 cases. Handle "auto"-related output.
7759 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7760 (uvar, Uvar): New globals.
7761
7762 2009-03-19 Jerome Guitton <guitton@adacore.com>
7763
7764 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7765 deltas.
7766 * gdb.ada/fixed_points.exp: Ditto.
7767
7768 2009-03-18 Pedro Alves <pedro@codesourcery.com>
7769
7770 * return-nodebug.c: Don't include stdio.h.
7771 (init): Delete.
7772 (func): Delete definition and provide extern declaration.
7773 (t): New.
7774 (main): Don't call printf. Call func and store its result in t.
7775 * return-nodebug1.c: New.
7776 * return-nodebug.exp: Don't expect stdio output. Instead, print
7777 the global variable t. Drop printf formatters and cast types from
7778 foreach loop. Don't use prepare_for_testing. Compile
7779 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7780 define FORMAT or CAST.
7781
7782 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7783
7784 * gdb.base/solib-display.exp: Disable test for remote targers.
7785
7786 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7789
7790 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 Fix a racy FAIL.
7793 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7794 code from `follow parent, print pids'.
7795 (`follow child, print pids', `follow parent, print pids'): Call it.
7796 Replace `gdb_test "break..."' by gdb_breakpoint.
7797
7798 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7799
7800 * gdb.mi/mi-cli.exp: Adjust for output difference in
7801 sync and async modes.
7802
7803 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7804
7805 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7806 that was checked in by mistake. Remove loading of ada.exp, since
7807 this is not necessary in this case.
7808
7809 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7810
7811 * gdb.ada/ptype_arith_binop.exp: New testcase.
7812
7813 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdb.ada/mod_from_name: New testcase.
7816
7817 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7818
7819 * gdb.ada/tick_last_segv: New testcase.
7820
7821 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7822
7823 * gdb.mi/mi-cli.exp: Remove debug print.
7824
7825 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7826
7827 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7828 include the token in ^running and frame info in *stopped.
7829
7830 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7831
7832 * solib-display.exp: New file.
7833 * solib-display-main.c: New file.
7834 * solib-display-lib.c: New file.
7835
7836 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7837
7838 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7839
7840 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7841
7842 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7843 (list_and_check_macro): Use more specific test name.
7844 (next to definition): Make the test names unique.
7845
7846 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7847
7848 * gdb.pascal/floats.exp: Accept approximate results everywhere.
7849
7850 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7851
7852 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7853 notifications.
7854 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7855 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7856 * lib/mi-support.exp (library_loaded_re): New.
7857 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7858
7859 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7860
7861 * gdb.gdb/observer.exp: Use test_notification observer, not
7862 normal_stop, everywhere.
7863 (test_normal_stop_notifications): Rename to...
7864 (test_notifications): ...this.
7865 (test_observer_normal_stop): Rename to...
7866 (test_observer): ...this.
7867
7868 2009-02-16 Doug Evans <dje@google.com>
7869
7870 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7871 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7872 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7873 (test_prefixed_syscall,test_int3): New tests.
7874 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7875 (test_prefixed_syscall,test_int3): New tests.
7876
7877 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7878
7879 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7880 (mi_expect_interrupt): Likewise.
7881 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7882 response.
7883
7884 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7885
7886 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7887 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7888 Replace calls to get_valueofx by get_hexadecimal_valueof.
7889
7890 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7891
7892 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7893 (get_integer_valueof): New procedure.
7894 (get_sizeof): Use new get_integer_value_of.
7895 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7896 by get_integer_valueof.
7897
7898 2009-02-13 Tom Tromey <tromey@redhat.com>
7899
7900 * gdb.base/remote.exp (get_sizeof): Remove.
7901 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7902 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7903 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7904 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7905 (get_sizeof): Likewise.
7906
7907 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7908
7909 PR fortran/9806
7910 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7911
7912 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7913
7914 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7915
7916 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7917
7918 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7919
7920 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7921
7922 * gdb.python/python-cmd.exp: New file.
7923
7924 2009-02-06 Tristan Gingold <gingold@adacore.com>
7925
7926 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7927
7928 2009-02-05 Tristan Gingold <gingold@adacore.com>
7929
7930 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7931 pointer is dereferenced and use this signal name in regexp.
7932 * gdb.base/signull.exp: Ditto.
7933 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7934 * gdb.base/signull.c (main): Ditto.
7935
7936 2009-02-04 Tom Tromey <tromey@redhat.com>
7937 Thiago Jung Bauermann <bauerman@br.ibm.com>
7938
7939 * gdb.python/python-value.exp: Use `gdb.history' instead of
7940 `gdb.value_from_history'.
7941 (test_value_numeric_ops): Add test for conversion of enum constant.
7942 * gdb.python/python-value.c (enum e): New type.
7943 (evalue): New global.
7944 (main): Use argv.
7945
7946 2009-02-04 Jerome Guitton <guitton@adacore.com>
7947
7948 * gdb.ada/uninitialized_vars: New test program.
7949 * gdb.ada/uninitialized_vars.exp: New testcase.
7950
7951 2009-02-02 Tom Tromey <tromey@redhat.com>
7952
7953 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7954 * gdb.cp/pr2489.cc: Rename...
7955 * gdb.cp/pr9594.cc: ... to this.
7956
7957 2009-02-02 Tom Tromey <tromey@redhat.com>
7958
7959 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7960 * gdb.cp/pr2489.cc: New file.
7961 * gdb.cp/cpcompletion.exp: New file.
7962
7963 2009-02-02 Tom Tromey <tromey@redhat.com>
7964
7965 PR exp/9059:
7966 * gdb.cp/call-c.exp: Add regression test.
7967 * gdb.cp/call-c.cc (FooHandle): New typedef.
7968 (main): New variable 'handle'.
7969
7970 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7971
7972 * lib/mi-support.exp (et_mi_thread_list)
7973 (check_mi_and_console_threads): Adjust for current thread in
7974 -thread-list-ids output.
7975
7976 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7977
7978 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7979 Call it.
7980
7981 2009-01-28 Doug Evans <dje@google.com>
7982
7983 * gdb.arch/amd64-disp-step.S: New file.
7984 * gdb.arch/amd64-disp-step.exp: New file.
7985 * gdb.arch/i386-disp-step.S: New file.
7986 * gdb.arch/i386-disp-step.exp: New file.
7987
7988 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7989
7990 * gdb.base/find.exp: Set newline variable
7991 using quotes instead of braces to fix cygwin failures.
7992
7993 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7994
7995 * gdb.base/radix.exp: Add tests to ensure that that set
7996 input-radix 0 and set output-radix 0 are really rejected.
7997
7998 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7999
8000 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8001 copyright years.
8002
8003 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8004
8005 PR gdb/9664:
8006 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8007
8008 2009-01-22 Pedro Alves <pedro@codesourcery.com>
8009
8010 PR c++/9631:
8011 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8012
8013 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
8014
8015 * gdb.server/file-transfer.exp: Use EXEEXT variable for
8016 binfile definition to fix Windows OS failure.
8017
8018 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8019
8020 PR gdb/9346
8021 * gdb.base/interrupt.c (sigint_handler): New.
8022 (main): Install a SIGINT handler if SIGNALS is defined. Exit
8023 on error.
8024 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8025 Test "signal SIGINT".
8026
8027 2009-01-19 Doug Evans <dje@google.com>
8028
8029 * gdb.base/break.exp: Update expected gdb output.
8030 * gdb.base/sepdebug.exp: Ditto.
8031 * gdb.mi/mi-syn-frame.exp: Ditto.
8032 * gdb.mi/mi2-syn-frame.exp: Ditto.
8033 * gdb.base/call-signal-resume.exp: New file.
8034 * gdb.base/call-signals.c: New file.
8035 * gdb.base/unwindonsignal.exp: New file.
8036 * gdb.base/unwindonsignal.c: New file.
8037 * gdb.threads/interrupted-hand-call.exp: New file.
8038 * gdb.threads/interrupted-hand-call.c: New file.
8039 * gdb.threads/thread-unwindonsignal.exp: New file.
8040
8041 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
8042
8043 * gdb.base/define.exp: Test defining and hooking prefix commands.
8044 * gdb.python/python.exp: Update test for "show user" output.
8045
8046 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8047
8048 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
8049 now the output exactly, using less wildcards. Expect also the output
8050 of gfortran-4.3. Update for the f-valprint.c modification from
8051 2008-04-22.
8052 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8053 Remove gdb_test test names where matching the command.
8054
8055 2009-01-01 Pedro Alves <pedro@codesourcery.com>
8056
8057 PR breakpoints/9681:
8058 * gdb.base/watchpoint.exp: Add regression test.
8059
8060 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8061
8062 * gdb.threads/attach-into-signal.exp: Don't use
8063 gdb_suppress_entire_file.
8064 * gdb.threads/attach-stopped.exp: Ditto.
8065 * gdb.threads/attachstop-mt.exp: Ditto.
8066
8067 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8068
8069 PR gdb/8812:
8070 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8071
8072 2008-12-29 Pedro Alves <pedro@codesourcery.com>
8073
8074 PR gdb/7536:
8075 * gdb.base/radix.exp: Add tests to ensure invalid input radices
8076 and unsupported output radices are really rejected.
8077
8078 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8079
8080 * gdb.cp/punctuator.exp: Backslash the '$' signs.
8081
8082 2008-12-22 Tom Tromey <tromey@redhat.com>
8083
8084 * gdb.cp/punctuator.exp: New file.
8085
8086 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8087
8088 * gdb.base/completion.exp (Completing non-existing component): New test.
8089
8090 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 Fix for PR gdb/8648.
8093 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8094 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8095 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8096 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8097
8098 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8099
8100 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8101
8102 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
8103
8104 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8105 compiler actually generate code at the expected line number.
8106
8107 2008-12-15 Jie Zhang <jie.zhang@analog.com>
8108
8109 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8110
8111 2008-12-12 Tom Tromey <tromey@redhat.com>
8112
8113 * gdb.base/commands.exp (redefine_hook_test): New proc.
8114 Call it.
8115
8116 2008-12-11 Tom Tromey <tromey@redhat.com>
8117
8118 * gdb.base/macscp.exp: New regression test.
8119
8120 2008-12-11 Tom Tromey <tromey@redhat.com>
8121
8122 * gdb.base/macscp.exp: Print "address.addr".
8123 * gdb.base/macscp1.c (struct outer): New struct.
8124 (address): New global.
8125
8126 2008-12-09 Tom Tromey <tromey@redhat.com>
8127
8128 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8129 Call it.
8130
8131 2008-12-04 Doug Evans <dje@google.com>
8132
8133 * gdb.server/ext-run.exp: Relax regexp for init program.
8134
8135 2008-12-03 Tristan Gingold <gingold@adacore.com>
8136
8137 * gdb.base/macscp.exp: Generate an object file during compilation
8138 to work around Darwin dsymutil limitations.
8139
8140 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 Test resolving external references to TLS variables.
8143 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8144 FILE2_THREAD_LOCAL.
8145 (testfile2, srcfile2): New variables.
8146 * gdb.threads/tls.c (file2_thread_local)
8147 (function_referencing_file2_thread_local): New.
8148 * gdb.threads/tls2.c: New file.
8149
8150 2008-11-28 Joel Brobecker <brobecker@adacore.com>
8151
8152 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8153 rather than integer, as integer might not be big enough when
8154 on 64bit targets.
8155
8156 2008-11-27 Jerome Guitton <guitton@adacore.com>
8157
8158 * gdb.cp/formatted-ref.exp: Add equality test.
8159 * gdb.ada/formatted_ref.exp: Ditto.
8160
8161 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8164 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8165
8166 2008-11-20 Andreas Schwab <schwab@suse.de>
8167
8168 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8169 matching syscall entry point.
8170 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8171 (tcatch_vfork_then_child_follow): Likewise. Finish through
8172 vfork even if we stopped at the syscall trampoline.
8173
8174 2008-11-20 Doug Evans <dje@google.com>
8175
8176 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8177
8178 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8179
8180 * gdb.arch/ppc-dfp.exp: New file.
8181 * gdb.arch/ppc-dfp.c: New file.
8182
8183 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8184
8185 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8186
8187 2008-11-17 Doug Evans <dje@google.com>
8188
8189 * gdb.mi/mi-syn-frame.exp: Update expected output.
8190 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8191
8192 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8193
8194 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8195 "thread N" results in =thread-selected.
8196 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8197 (mi_send_resuming_command_raw): Be prepared for
8198 =thread-selected.
8199
8200 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8201
8202 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8203 * lib/mi-support.exp: Likewise.
8204
8205 2008-11-16 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8208 commands from the expected output for "help catch".
8209
8210 2008-11-15 Joel Brobecker <brobecker@adacore.com>
8211
8212 * gdb.ada/int_deref.exp: New testcase.
8213
8214 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * gdb.mi/gdb2549.exp: New file.
8217
8218 2008-11-11 Doug Evans <dje@google.com>
8219
8220 * gdb.base/callexit.exp: New file.
8221 * gdb.base/callexit.c: New file.
8222
8223 2008-11-10 Doug Evans <dje@google.com>
8224
8225 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8226 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8227 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8228 (default_gdb_start,default_gdb_exit): Ditto.
8229 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8230 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8231 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8232 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8233 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8234 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8235
8236 2008-11-03 Andreas Schwab <schwab@suse.de>
8237
8238 * gdb.base/hashline2.exp: Fix typo.
8239 * gdb.base/hashline3.exp: Likewise.
8240
8241 2008-10-30 Tom Tromey <tromey@redhat.com>
8242
8243 * gdb.base/pointers.exp: Add test.
8244 * gdb.base/pointers.c (k, S): New typedefs.
8245 (instance): New global.
8246
8247 2008-10-30 Andreas Schwab <schwab@suse.de>
8248
8249 * gdb.base/args.exp: Add tests for newlines.
8250
8251 2008-10-30 Joel Brobecker <brobecker@adacore.com>
8252
8253 gdb.base/foll-exec.exp: Update the expected output of a couple
8254 of "info breakpoints" tests.
8255
8256 2008-10-28 Tom Tromey <tromey@redhat.com>
8257
8258 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8259
8260 2008-10-24 Pedro Alves <pedro@codesourcery.com>
8261
8262 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8263 gdb_start_cmd.
8264 Use runto_main before any test that requires execution.
8265
8266 2008-10-23 Pedro Alves <pedro@codesourcery.com>
8267
8268 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8269 instead of SIGINT.
8270
8271 2008-10-22 Joel Brobecker <brobecker@adacore.com>
8272
8273 * gdb.base/completion.exp: Update expected output following
8274 the addition of the "info tasks" command.
8275
8276 2008-10-22 Tom Tromey <tromey@redhat.com>
8277
8278 * gdb.base/exprs.exp (test_expr): Add test for string
8279 concatenation.
8280
8281 2008-10-19 Pedro Alves <pedro@codesourcery.com>
8282
8283 * configure.ac: Output gdb.python/Makefile.
8284 * configure: Regenerate.
8285 * gdb.python/Makefile.in: New.
8286
8287 2008-10-16 Joel Brobecker <brobecker@adacore.com>
8288
8289 * gdb.base/foll-fork.exp: Adjust the expected output to match
8290 the new description for fork/vfork catchpoints in the "info
8291 breakpoints" output.
8292
8293 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8294
8295 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8296
8297 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8298
8299 * gdb.python/python-value.c: New file.
8300 * gdb.python/python-value.exp: New file.
8301
8302 2008-10-15 Pedro Alves <pedro@codesourcery.com>
8303
8304 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8305
8306 2008-10-15 Denis Pilat <denis.pilat@st.com>
8307
8308 * gdb.cp/mb-ctor.exp: Fix a typo.
8309
8310 2008-10-09 Tom Tromey <tromey@redhat.com>
8311
8312 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8313 'fprintf' and 'stderr'.
8314
8315 2008-10-07 Joel Brobecker <brobecker@adacore.com>
8316
8317 * gdb.ada/ref_tick_size.exp: New testcase.
8318
8319 2008-10-06 Doug Evans <dje@google.com>
8320
8321 * gdb.dwarf2/dw2-cu-size.exp: New file.
8322 * gdb.dwarf2/dw2-cu-size.S: New file.
8323
8324 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
8325 .Ltype_int for clarity.
8326
8327 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
8328
8329 PR gdb/2384:
8330 * gdb.cp/gdb2384.exp: Extended to test more cases.
8331 * gdb.cp/gdb2384.cc: Likewise.
8332 * gdb.cp/gdb2384-base.h: Likewise.
8333 * gdb.cp/gdb2384-base.cc: Likewise.
8334
8335 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 * gdb.base/maint.exp (maint print type): Remove printing
8338 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
8339
8340 2008-09-30 Tom Tromey <tromey@redhat.com>
8341
8342 * gdb.base/macscp.exp: Add completion tests.
8343 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
8344 (TWENTY_THREE): Likewise.
8345 (FORTY_EIGHT): Likewise.
8346
8347 2008-09-30 Tom Tromey <tromey@redhat.com>
8348
8349 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
8350 everywhere.
8351 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
8352
8353 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
8356 testcase is derived from. Fix racy dependency on an expected PID
8357 number. No longer support the testcase on Linux kernel 2.4.x.
8358
8359 2008-09-27 Tom Tromey <tromey@redhat.com>
8360
8361 * gdb.base/macscp.exp: Add tests for stringification, splicing,
8362 and varargs.
8363
8364 2008-09-22 Pedro Alves <pedro@codesourcery.com>
8365
8366 * lib/mi-support.exp (mi_expect_interrupt): New.
8367 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
8368 from gdb.mi/mi-nonstop.exp.
8369 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
8370 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
8371 lib/mi-support.exp.
8372 Use mi_check_thread_states throughout. Avoid ".*" and do not
8373 require an anchor after -exec-run.
8374
8375 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
8376
8377 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
8378 stop is pending. Avoid ".*" when two stops are pending.
8379 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
8380 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
8381 newlines in fullnames.
8382 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
8383 (mi_expect_stop): Update comments. Only anchor in sync mode.
8384 Do not match newlines.
8385 (mi_send_resuming_command_raw): Always return status.
8386 (mi_get_stop_line): Do not match more than one line by accident.
8387 Only anchor in sync mode.
8388 (mi_run_inline_test): If -exec-next fails, give up.
8389
8390 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8391
8392 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
8393 on SPU.
8394
8395 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8396
8397 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
8398
8399 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8400
8401 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
8402 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8403 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
8404 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8405 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
8406 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
8407 gdb.ada/interface.exp, gdb.ada/null_array.exp,
8408 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8409 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8410 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8411 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
8412 Include the "= " sequence in the expected output of print tests.
8413
8414 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8415
8416 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
8417 description for boolean types.
8418
8419 2008-09-09 Pedro Alves <pedro@codesourcery.com>
8420
8421 * gdb.base/hook-stop-continue.c: New.
8422 * gdb.base/hook-stop-continue.exp: New.
8423
8424 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8425
8426 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
8427
8428 2008-09-08 Jerome Guitton <guitton@adacore.com>
8429
8430 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
8431 (stack_check_probe_2, stack_check_probe_loop_1)
8432 (stack_check_probe_loop_2): New functions.
8433 (main): Add call to these new functions.
8434 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
8435 functions, check that the breakpoint is inserted at the appropriate
8436 location.
8437 (insert_breakpoint): Slightly refine this procedure so that it can
8438 be called several times in the test.
8439
8440 2008-09-08 Jerome Guitton <guitton@adacore.com>
8441
8442 * gdb.base/stack-checking.c: New file.
8443 * gdb.base/stack-checking.exp: New file.
8444
8445 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8446
8447 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
8448 * gdb.arch/altivec-regs.exp: Likewise.
8449 * gdb.arch/vsx-regs.exp: Likewise.
8450
8451 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8452
8453 * gdb.arch/ppc-fp.exp: New file.
8454 * gdb.arch/ppc-fp.c: New file.
8455
8456 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8457
8458 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
8459 lest gcc-4.3.1 optimizes the whole thing away.
8460
8461 2008-09-04 Michael Snyder <msnyder@vmware.com>
8462
8463 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8464 as "at" (for non-debug functions such as _start).
8465
8466 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8467
8468 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8469 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
8470 software watchpoints.
8471 * gdb.base/watch_thread_num.exp: Likewise.
8472
8473 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
8474
8475 * gdb.arch/i386-bp_permanent.exp: New test.
8476
8477 2008-08-24 Tom Tromey <tromey@redhat.com>
8478
8479 * gdb.base/maint.exp: Update "maint print type".
8480
8481 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
8482
8483 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8484 support. Adjust the order of "*running" notifications.
8485 * gdb.mi/non-stop.c: Don't cast from int to void* and
8486 back.
8487
8488 2008-08-20 Mark Kettenis <kettenis@gnu.org>
8489
8490 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8491 expect to find it in the "info frame" output.
8492
8493 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
8494
8495 * gdb.base/interp.exp: Always consume both prompts.
8496
8497 2008-08-20 Pedro Alves <pedro@codesourcery.com>
8498
8499 * gdb.base/pending.exp: Test pending breakpoints without symbols
8500 loaded.
8501
8502 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8503
8504 * lib/mi-support.exp (mi_expect_stop): Produce
8505 more details on failures.
8506 * gdb.mi/mi-nonstop.exp: New.
8507 * gdb.mi/non-stop.c: New.
8508
8509 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8510
8511 * gdb.mi/mi-async.exp: Use 'set target-async'.
8512 * lib/mi-support.exp: Use 'set/show target-async'.
8513
8514 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
8515
8516 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
8517
8518 2008-08-17 Tom Tromey <tromey@redhat.com>
8519
8520 * gdb.base/help.exp (help catch): Rewrite.
8521
8522 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8523
8524 * gdb.base/define.exp: Test indented command documentation.
8525 * gdb.python/python.exp: Test indented multi-line command.
8526
8527 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
8528
8529 * testsuite/gdb.arch/vsx-regs.c: New source file.
8530 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
8531 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
8532
8533 2008-08-14 Tom Tromey <tromey@redhat.com>
8534
8535 * gdb.base/macscp.exp: Add regression test for "macro define" or
8536 "macro undef" with no arguments.
8537
8538 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8539
8540 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
8541
8542 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8543
8544 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
8545
8546 2008-08-06 Tom Tromey <tromey@redhat.com>
8547
8548 * gdb.python/python.exp: New file.
8549
8550 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8551
8552 Fix for PR gdb/1543.
8553 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
8554 $LOCATION.
8555 (location): New variable.
8556 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
8557 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
8558 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
8559 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
8560 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
8561 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
8562 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
8563 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
8564 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
8565 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
8566 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
8567 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
8568 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
8569 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
8570 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
8571 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
8572 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
8573 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
8574 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
8575 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
8576 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
8577 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
8578 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
8579 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
8580 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
8581 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
8582 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
8583 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
8584 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
8585 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
8586 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
8587 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
8588 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
8589 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
8590 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
8591 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
8592 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
8593 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
8594 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
8595 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
8596 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
8597 gdb.base/type-opaque.exp, gdb.base/until.exp,
8598 gdb.base/value-double-free.c, gdb.base/varargs.exp,
8599 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
8600 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
8601 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8602 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
8603 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
8604 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8605 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8606 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8607 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
8608 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
8609 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
8610 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
8611 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8612 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8613 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8614 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8615 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8616 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8617 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8618 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8619 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8620 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8621 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8622 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8623 gdb.pascal/types.exp, gdb.stabs/weird.exp,
8624 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8625 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8626 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8627 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8628 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8629 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8630 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8631 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8632 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8633 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8634 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8635 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8636 lib/mi-support.exp, lib/trace-support.exp: Remove reference
8637 to bug-gdb@prep.ai.mit.edu .
8638
8639 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
8640
8641 * lib/mi-support.exp (mi_load_shlibs): New.
8642 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8643
8644 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
8645
8646 * lib/mi-support.exp (get_mi_thread_list)
8647 (check_mi_and_console_threads): New, moved from ...
8648 * gdb.mi/mi-pthread.exp: ...here.
8649 * gdb.mi/gdb669.exp (get_mi_thread_list)
8650 (check_mi_and_console_threads): Delete.
8651 * gdb.mi/mi2-pthread.exp: Likewise.
8652
8653 2008-07-28 Tom Tromey <tromey@redhat.com>
8654
8655 * Makefile.in (just-check): Remove. Move body to...
8656 (check): ... here.
8657
8658 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8659
8660 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8661 Add a test for duplicated SIGINTs.
8662
8663 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8664
8665 * gdb.threads/schedlock.exp (get_args): Update to work for any
8666 value of NUM.
8667 (Top level): Report the number of threads that did not resume.
8668
8669 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8670
8671 * gdb.dwarf2/dw2-compressed.S: Also define __start.
8672
8673 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8674
8675 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8676 non-MI prompt.
8677
8678 2008-07-26 Tom Tromey <tromey@redhat.com>
8679
8680 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8681 (function_struct, function_struct_ptr): New globals.
8682 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8683 function pointer in a struct.
8684
8685 2008-07-26 Tom Tromey <tromey@redhat.com>
8686
8687 * gdb.base/macscp.exp: Add test for macro lexing bug.
8688
8689 2008-07-18 Tom Tromey <tromey@redhat.com>
8690
8691 * gdb.base/macscp.exp: Add macro tests.
8692
8693 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8694
8695 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8696
8697 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8698
8699 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8700
8701 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8702
8703 * gdb.cp/class2.exp: fix for failure on spu-elf
8704
8705 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8706
8707 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
8708
8709 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8712
8713 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8714
8715 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8716
8717 2008-07-11 Kevin Buettner <kevinb@redhat.com>
8718
8719 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8720 of regexp to account for changes made to GDB in the printing of
8721 byte vectors.
8722
8723 2008-07-11 Tom Tromey <tromey@redhat.com>
8724
8725 * gdb.base/completion.exp: Add 'help' completion test.
8726
8727 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8730
8731 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8734
8735 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8736
8737 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8738
8739 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8740
8741 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8742
8743 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8746
8747 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8748
8749 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8750 previous commit. Add a comment.
8751
8752 2008-06-28 Pedro Alves <pedro@codesourcery.com>
8753
8754 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8755
8756 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8757
8758 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8759
8760 2008-06-27 Pedro Alves <pedro@codesourcery.com>
8761
8762 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8763 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8764 compiling an executable, link in an object that forces unbuffered
8765 output.
8766 * lib/set_unbuffered_mode.c: New file.
8767
8768 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8771
8772 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8773
8774 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8775 mi_expect_stop.
8776 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8777 Demand that *running is output.
8778 (detect_async): Perform checking every time.
8779 (mi_send_resuming_command): Extract everything into...
8780 (mi_send_resuming_command_raw): ...this.
8781 (mi_expect_stop): Don't accept any output before *stopped.
8782
8783 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8784
8785 Robustify mi-simplerun.
8786 * gdb.mi/basics.c (main): Add a call to sleep.
8787 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8788 * gdb.mi/mi2-cli.exp: Likewise.
8789 * gdb.mi/mi-break.exp: Likewise.
8790
8791 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
8792
8793 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8794
8795 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8796
8797 * gdb.mi/mi-console.exp: Adjust.
8798 * gdb.mi/mi-syn-frame.exp: Adjust.
8799 * gdb.mi/mi2-console.exp: Adjust.
8800 * gdb.mi/mi2-syn-frame.exp: Adjust.
8801 * lib/mi-support.exp (mi_run_cmd): Adjust.
8802 (mi_send_resuming_command): Adjust.
8803
8804 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8805
8806 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
8807 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8808 testing of stopped.
8809 * gdb.mi/mi2-syn-frame.exp: Likewise.
8810 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8811 (async, detect_async): New.
8812 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8813 depending on if we're running in sync or async mode.
8814
8815 2008-06-09 Tom Tromey <tromey@redhat.com>
8816
8817 * gdb.base/completion.exp: New tests for field name completion
8818 with spaces, and field name completion with '->'.
8819
8820 2008-06-06 Tom Tromey <tromey@redhat.com>
8821
8822 * gdb.base/break1.c (struct some_struct): New struct.
8823 (values): New global.
8824 * gdb.base/completion.exp: Add field name completion test.
8825
8826 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8827
8828 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8829 to pointer.
8830 * gdb.cp/call-c.cc: Likewise.
8831
8832 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
8833
8834 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8835 annotation.
8836
8837 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8838 Pedro Alves <pedro@codesourcery.com>
8839
8840 * gdb.threads/execl.c, gdb.threads/execl1.c,
8841 gdb.threads/execl.exp: New tests.
8842
8843 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8844 Daniel Jacobowitz <dan@codesourcery.com>
8845
8846 * gdb.cp/exception.exp: Activate test, make it work with pending
8847 catchpoints.
8848
8849 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8852
8853 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8854
8855 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8856 now printed.
8857 * gdb.mi/mi2-var-cmd.exp: Likewise.
8858
8859 2008-05-27 Andreas Schwab <schwab@suse.de>
8860
8861 * gdb.base/frame-args.exp: Handle arguments that are optimized
8862 out.
8863
8864 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
8865
8866 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8867 quiet for ppc32 and group options into a single variable.
8868
8869 2008-05-23 Joel Brobecker <brobecker@adacore.com>
8870
8871 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8872 of zero-size elements.
8873 * gdb.ada/null_array.exp: Test printing this new array.
8874
8875 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8876
8877 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8878
8879 2008-05-21 Joel Brobecker <brobecker@adacore.com>
8880
8881 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8882 of the "finish" command.
8883
8884 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * gdb.base/annota1.exp: Test for new annotation.
8887
8888 2008-05-16 Pedro Alves <pedro@codesourcery.com>
8889
8890 * gdb.base/fixsection.exp: New file.
8891 * gdb.base/fixsection0.c: New file.
8892 * gdb.base/fixsection1.c: New file.
8893
8894 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8895
8896 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8897 * gdb.base/annota3.exp: Likewise.
8898
8899 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8900
8901 * gdb.base/watch_thread_num.exp: Don't run tests that require
8902 watchpoints if the target doesn't support them.
8903
8904 2008-05-12 Doug Evans <dje@google.com>
8905
8906 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8907
8908 2008-05-09 Joel Brobecker <brobecker@adacore.com>
8909
8910 * gdb.ada/assign_1.exp: New testcase.
8911
8912 2008-05-09 Doug Evans <dje@google.com>
8913
8914 * gdb.base/find.exp: New file.
8915 * gdb.base/find.c: New file.
8916
8917 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8918
8919 * gdb.base/commands.exp (watchpoint_command_test): Handle
8920 gdb,no_hardware_watchpoints.
8921 * gdb.base/float.exp: Allow ARM targets without floating point.
8922 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8923
8924 2008-05-06 Jerome Guitton <guitton@adacore.com>
8925 Joel Brobecker <brobecker@adacore.com>
8926
8927 * gdb.ada/lang_switch: New test program.
8928 * gdb.ada/lang_switch.exp: New testcase.
8929
8930 2008-05-05 Doug Evans <dje@google.com>
8931
8932 * gdb.base/help.exp (disassemble): Update expected help text.
8933
8934 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8935
8936 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8937
8938 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8939
8940 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8941 different times.
8942
8943 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8946 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8947 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8948 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8949
8950 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8951
8952 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8953 notification to appear.
8954
8955 2008-05-04 Daniel Jacobowitz <dan@debian.org>
8956
8957 * gdb.base/fullname.c: New file.
8958 * gdb.base/fullname.exp: New file.
8959 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8960
8961 2008-05-03 Pedro Alves <pedro@codesourcery.com>
8962
8963 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8964 expressions with macros.
8965
8966 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8967
8968 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8969
8970 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8971
8972 * gdb.base/completion.exp: Handle lack of other symbols beginning
8973 with "a".
8974
8975 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8976
8977 2008-05-02 Jim Blandy <jimb@codesourcery.com>
8978
8979 * gdb.asm/asmsrc1.s: Add scratch space.
8980
8981 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8982 Daniel Jacobowitz <dan@codesourcery.com>
8983
8984 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8985 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8986 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8987
8988 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8989
8990 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8991
8992 2008-05-01 Joel Brobecker <brobecker@adacore.com>
8993
8994 * gdb.base/info-target.exp: New testcase.
8995
8996 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8997
8998 * gdb.cp/hang.exp: Use .cc instead of .C.
8999 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9000 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9001
9002 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9003
9004 * gdb.base/gdb1250.exp: Remove perror.
9005 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9006
9007 2008-04-30 Pedro Alves <pedro@codesourcery.com>
9008
9009 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9010 .2byte.
9011
9012 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
9013
9014 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
9015 (maybe_kfail): New.
9016
9017 2008-04-25 Pedro Alves <pedro@codesourcery.com>
9018
9019 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9020
9021 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9022
9023 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9024 * gdb.mi/mi2-syn-frame.exp: Likewise.
9025 * lib/mi-support.exp: Likewise.
9026
9027 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9028
9029 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9030 to specify regexp for the location to stop at.
9031 * gdb.base/break-always.c: New.
9032 * gdb.base/break-always.exp: New.
9033
9034 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9035
9036 * lib/mi-support.exp (mi_runto_helper): Adjust
9037 for the original-location field.
9038 (mi_create_breakpoint, mi_list_breakpoints): New.
9039 * gdb.mi/mi-break.exp: Adjust.
9040 * gdb.mi/mi2-break.exp: Adjust.
9041 * gdb.mi/mi-pending.exp: Adjust.
9042 * gdb.mi/mi-simplerun.exp: Adjust.
9043 * gdb.mi/mi2-simplerun.exp: Adjust.
9044 * gdb.mi/mi-syn-frame.exp: Adjust.
9045 * gdb.mi/mi2-syn-frame.exp: Adjust.
9046 * gdb.mi/mi-until.exp: Adjust.
9047 * gdb.mi/mi2-until.exp: Adjust.
9048 * gdb.mi/mi-var-display.exp: Adjust.
9049 * gdb.mi/mi2-var-display.exp: Adjust.
9050 * gdb.mi/mi-watch.exp: Adjust.
9051 * gdb.mi/mi2-watch.exp: Adjust.
9052
9053 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
9054
9055 * aclocal.m4: Add override.m4.
9056 * configure: Regenerate.
9057
9058 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
9059
9060 * gdb.mi/var-cmd.c (do_at_tests): Verify that
9061 '-var-update --all-values' reports new value even the type
9062 of a variable object has changed.
9063
9064 2008-04-18 Craig Silverstein <csilvers@google.com>
9065
9066 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9067 files.
9068
9069 2008-04-18 Joel Brobecker <brobecker@adacore.com>
9070
9071 * gdb.ada/atomic_enum: New test program.
9072 * gdb.ada/atomic_enum.exp: New testcase.
9073
9074 2008-04-17 Doug Evans <dje@google.com>
9075
9076 * gdb.opt/Makefile.in: Fix whitespace.
9077
9078 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9079
9080 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9081
9082 2008-04-17 Doug Evans <dje@google.com>
9083
9084 * gdb.base/hashline1.exp: New testcase.
9085 * gdb.base/hashline2.exp: New testcase.
9086 * gdb.base/hashline2.exp: New testcase.
9087
9088 2008-04-17 Pedro Alves <pedro@codesourcery.com>
9089
9090 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9091
9092 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
9093
9094 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9095 temporary breakpoint to match "Temporary breakpoint".
9096 * gdb.base/break.exp (delete_breakpoints): Likewise.
9097 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9098 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9099 * gdb.base/display.exp: Likewise.
9100 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9101 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9102 * gdb.base/restore.exp (restore_tests): Likewise.
9103 * gdb.base/sepdebug.exp: Likewise.
9104 * gdb.base/watchpoint.exp: Likewise.
9105 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9106 * gdb.mi/mi-pending.exp: Likewise.
9107 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9108 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9109 * gdb.mi/mi-var-cmd.exp: Likewise.
9110 * gdb.mi/mi-var-display.exp: Likewise.
9111 * gdb.mi/mi2-cli.exp: Likewise.
9112 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9113 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9114 * gdb.mi/mi2-var-display.exp: Likewise.
9115 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9116 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9117 new "disp" field.
9118 (mi_expect_stop): Move after_reason argument to be really after
9119 reason. This is to support fix for PR2424.
9120
9121 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9122
9123 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9124
9125 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9126
9127 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9128 field. Add more floating varobj tests.
9129 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9130 field.
9131 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9132 (main): Call do_at_tests.
9133 * lib/mi-support.exp (mi_create_floating_varobj)
9134 (mi_varobj_update_with_type_change): New.
9135
9136 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9137
9138 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9139 option of -var-evaluate-expression.
9140 * gdb.mi/mi2-var-display.exp: Likewise.
9141
9142 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9143
9144 Introduce test setup helpers.
9145 * lib/gdb.exp (build_executable, clean_restart)
9146 (prepare_for_testing): New.
9147 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9148 * gdb.base/return.exp: Likewise.
9149 * gdb.base/ending-run.exp: Likewise.
9150
9151 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
9152
9153 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9154 Interface (MI) responses.
9155
9156 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9157
9158 * gdb.cp/breakpoint.cc: New code to test conditions involving
9159 member variables.
9160 * gdb.cp/breakpoint.exp: Test condition involving member
9161 variables.
9162
9163 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9164
9165 * lib/mi-support.exp (mi_expect_stop): New.
9166 (mi_run_cmd): Change the
9167 token. Use mi_send_resuming_command, use
9168 mi_expect_stop.
9169 (mi_execute_to_helper): Rename to mi_execute_to.
9170 (mi_send_resuming_command): Add more error patterns.
9171 (mi_wait_for_stop): Renamed to...
9172 (mi_get_stop_line): ...this.
9173 (mi_run_inline_test): Adjust.
9174
9175 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9176 * gdb.mi/mi-console.exp: Likewise.
9177 * gdb.mi/mi-pending.exp: Likewise.
9178 * gdb.mi/mi-simplerun.exp: Likewise.
9179 * gdb.mi/mi-stack.exp: Likewise.
9180 * gdb.mi/mi-stepi.exp: Likewise.
9181 * gdb.mi/mi-syn-frame.exp: Add comment.
9182 * gdb.mi/mi-until.exp: Likewise.
9183 * gdb.mi/mi-var-display.exp: Likewise.
9184 * gdb.mi/mi-watch.exp: Likewise.
9185 * gdb.mi/mi2-cli.exp: Likewise.
9186 * gdb.mi/mi2-console.exp: Likewise.
9187 * gdb.mi/mi2-simplerun.exp: Likewise.
9188 * gdb.mi/mi2-stack.exp: Likewise.
9189 * gdb.mi/mi2-stepi.exp: Likewise.
9190 * gdb.mi/mi2-until.exp: Likewise.
9191 * gdb.mi/mi2-var-display.exp: Likewise.
9192 * gdb.mi/mi2-watch.exp: Likewise.
9193
9194 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9195
9196 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9197
9198 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9199
9200 2008-04-04 Pedro Alves <pedro@codesourcery.com>
9201
9202 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9203 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9204 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9205 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9206 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9207 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9208 expect an mi error duplicated in stderr.
9209
9210 2008-04-03 Joel Brobecker <brobecker@adacore.com>
9211
9212 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9213 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9214 Add a couple of tests that verify the behavior when the new setting
9215 is set to "cancel" and "all".
9216 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9217 "ask" before we start the testing.
9218
9219 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9220
9221 * gdb.cp/casts.cc: Add class reference variables.
9222 * gdb.cp/casts.exp: New test cases for up/down casting references.
9223
9224 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9225
9226 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9227 instead of beginning to make an extra test pass.
9228 * gdb.mi/mi2-var-display.exp: Likewise.
9229
9230 2008-03-31 Maciej W. Rozycki <macro@mips.com>
9231
9232 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9233
9234 2008-03-31 Markus Deuling <deuling@de.ibm.com>
9235 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9236
9237 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9238 value. Add xfail for older kernels.
9239
9240 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9241
9242 Bring mi-support in line with gdb.exp.
9243 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9244 (mi_gdb_start): New function.
9245
9246 2008-03-28 Maciej W. Rozycki <macro@mips.com>
9247
9248 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9249
9250 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9251
9252 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9253 * gdb.mi/mi2-var-display.exp: Likewise.
9254
9255 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9256
9257 * lib/mi-support.exp (mi_create_varobj_checked): New.
9258 (mi_list_varobj_children): Allow to check for a
9259 value.
9260 (mi_list_array_varobj_children): New.
9261
9262 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9263 and mi_list_varobj_children, as opposed to hardcoding
9264 expected strings.
9265 * gdb.mi/gdb701.exp: Likewise.
9266 * gdb.mi/gdb792.exp: Likewise.
9267 * gdb.mi/mi-var-block.exp: Likewise.
9268 * gdb.mi/mi-var-cmd.exp: Likewise.
9269 * gdb.mi/mi-var-invalidate.exp: Likewise.
9270 * gdb.mi/mi2-var-block.exp: Likewise.
9271 * gdb.mi/mi2-var-child.exp: Likewise.
9272 * gdb.mi/mi2-var-cmd.exp: Likewise.
9273 * gdb.mi/mi2-var-display.exp: Likewise.
9274
9275 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 Fix random false FAILs on i386.
9278 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9279
9280 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9281
9282 PR gdb/544
9283 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9284
9285 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9286
9287 PR gdb/544
9288 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9289
9290 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9291
9292 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9293 fixed PR gdb/544.
9294
9295 2008-03-21 Pedro Alves <pedro@codesourcery.com>
9296
9297 * gdb.threads/fork-child-threads.exp: Test next over fork.
9298
9299 2008-03-21 Chris Demetriou <cgd@google.com>
9300
9301 * gdb.base/break.exp (rbreak junk): New test for rbreak
9302 "Junk at end of arguments" issue.
9303
9304 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9305
9306 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9307 *& to work on created array elements.
9308 (Top level): Test print $pc with a file. Test string operations
9309 without a target.
9310 * gdb.base/ptype.exp: Do not expect *& to work on created array
9311 elements.
9312
9313 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9314
9315 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9316 gdb.threads/staticthreads.exp: Update exit query.
9317
9318 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
9319
9320 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
9321
9322 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9323
9324 * gdb.base/watchpoint.c (global_ptr, func4): New.
9325 (main): Call func4.
9326 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
9327 (test_inaccessible_watchpoint): New.
9328
9329 2008-02-29 Maciej W. Rozycki <macro@mips.com>
9330
9331 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
9332 select the largest.
9333
9334 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9335
9336 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
9337 frames-invalid annotations.
9338
9339 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
9340
9341 * gdb.base/assign.exp: avoid same output for different tests.
9342
9343 2008-02-27 Doug Evans <dje@google.com>
9344
9345 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
9346 for bug 1738.
9347 (breakpoint_to_handler_entry): Ditto.
9348
9349 2008-02-27 Joel Brobecker <brobecker@adacore.com>
9350
9351 * gdb.base/ending-run.exp: Use the first line of code inside
9352 function body to test breakpoints.
9353 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
9354 location where the breakpoint is inserted when using the line
9355 where a function is declared. Fix typo in the description of
9356 one of the tests.
9357 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
9358
9359 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9360
9361 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
9362 tests.
9363
9364 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9365
9366 * gdb.base/args.exp: avoid same output for tests
9367 with single quotes.
9368
9369 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
9370
9371 * gdb.base/annota1.exp: Adjust for 'info break'
9372 format changes.
9373 * gdb.base/annota3.exp: Likewise.
9374 * gdb.base/break.exp: Likewise.
9375 * gdb.base/condbreak.exp: Likewise.
9376 * gdb.base/pending.exp: Likewise.
9377 * gdb.base/sepdebug.exp: Likewise.
9378 * gdb.base/unload.exp: Likewise.
9379 * gdb.cp/ovldbreak.exp: Likewise.
9380 * gdb.mi/mi-pending.exp: Likewise.
9381
9382 2008-02-07 Doug Evans <dje@google.com>
9383
9384 * gdb.cp/mb-inline.exp: New.
9385 * gdb.cp/mb-inline.h: New.
9386 * gdb.cp/mb-inline1.cc: New.
9387 * gdb.cp/mb-inline2.cc: New.
9388
9389 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9390
9391 * gdb.pascal/floats.pas: New test program.
9392 * gdb.pascal/floats.exp: New testcase.
9393
9394 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9395
9396 * gdb.base/callfuncs.c (t_float_many_args): New function.
9397 (t_double_many_args): New function.
9398 * gdb.base/callfuncs.exp: Add tests for exceeding float
9399 and double parameters passed through the stack.
9400
9401 2008-02-05 Joel Brobecker <brobecker@adacore.com>
9402
9403 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
9404 gdb.ada/complete/foo.adb: New files.
9405 * gdb.ada/complete.exp: New testcase.
9406
9407 2008-02-03 Doug Evans <dje@google.com>
9408
9409 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
9410
9411 * gdb.cp/gdb2384.exp: New file.
9412 * gdb.cp/gdb2384.cc: New file.
9413 * gdb.cp/gdb2384-base.h: New file.
9414 * gdb.cp/gdb2384-base.cc: New file.
9415
9416 2008-02-02 Doug Evans <dje@google.com>
9417
9418 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
9419
9420 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9421
9422 * gdb.ada/sym_print_name: New test program.
9423 * gdb.ada/sym_print_name.exp: New testcase.
9424
9425 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9426
9427 * gdb.ada/nested/hello.adb: New file.
9428 * gdb.ada/nested.exp: New testcase.
9429 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9430
9431 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9432
9433 * gdb.mi/basic.c (return_1): New function.
9434 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
9435 don't cause future evaluations of function to report
9436 creation of internal breakpoints.
9437
9438 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9439
9440 * gdb.mi/mi-break.exp (test_error): New.
9441 Call it.
9442
9443 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
9444
9445 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
9446 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
9447
9448 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9449
9450 * gdb.pascal/integers.pas: New test program.
9451 * gdb.pascal/integers.exp: New testcase.
9452
9453 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9454
9455 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
9456
9457 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
9458
9459 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9460 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9461
9462 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
9463
9464 * gdb.ada/formatted_ref: New test program.
9465 * gdb.ada/formatted_ref.exp: New testcase.
9466
9467 * gdb.cp/formatted-ref.cc: New file.
9468 * gdb.cp/formatted-ref.exp: New testcase.
9469
9470 2008-01-30 Joel Brobecker <brobecker@adacore.com>
9471
9472 * gdb.base/ptype.exp: Add testing of "ptype $pc".
9473
9474 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9475
9476 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9477 (test_file_list_exec_source_file): Update to new macro-info field.
9478
9479 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
9480
9481 * gdb.ada/exprs: New test program.
9482 * gdb.ada/exprs.exp: New testcase.
9483
9484 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9485
9486 * dfp-test.c (DELTA, DELTA_B): New definitions.
9487 (double_val1, double_val2, double_val3, double_val4, double_val5,
9488 double_val6, double_val7, double_val8, double_val9, double_val10,
9489 double_val11, double_val12, double_val13, double_val14, dec32_val1,
9490 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9491 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9492 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9493 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9494 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9495 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9496 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9497 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9498 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
9499 dec128_val16): New global variables.
9500 (decimal_dec128_align): New function.
9501 (decimal_mixed): Likewise.
9502 (decimal_many_args_dec32): Likewise.
9503 (decimal_many_args_dec64): Likewise.
9504 (decimal_many_args_dec128): Likewise.
9505 (decimal_many_args_mixed): Likewise.
9506 * dfp-test.exp: Add tests calling new inferior functions.
9507
9508 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9509
9510 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
9511 gdb.server/ext-run.exp: New files.
9512 * lib/gdbserver-support.exp (gdbserver_download): New.
9513 (gdbserver_start): New. Update gdbserver expected
9514 output.
9515 (gdbserver_spawn): Use them.
9516 (gdbserver_start_extended): New.
9517
9518 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9519
9520 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
9521 Run on GNU/Linux.
9522 (do_exec_tests): Check for systems which do not support catchpoints.
9523 Do not match START.
9524 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
9525 Run on GNU/Linux. Enable verbose output.
9526 (check_fork_catchpoints): New.
9527 (explicit_fork_child_follow, catch_fork_child_follow)
9528 (tcatch_fork_parent_follow): Update expected messages.
9529 (do_fork_tests): Use check_fork_catchpoints.
9530 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
9531 Run on GNU/Linux. Enable verbose output.
9532 (check_vfork_catchpoints): New.
9533 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
9534 expected messages.
9535 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
9536
9537 2008-01-29 Jim Blandy <jimb@red-bean.com>
9538
9539 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
9540 host' errors.
9541 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
9542
9543 2008-01-29 Jim Blandy <jimb@red-bean.com>
9544
9545 * gdb.threads/sigthread.c: Use barriers to ensure that
9546 child_thread and child_thread_two are always initialized before we
9547 start to use them.
9548
9549 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
9550
9551 * gdb.base/watchpoint-solib.exp: New.
9552 * gdb.base/watchpoint-solib.c: New.
9553 * gdb.base/watchpoint-solib-shr.c: New.
9554
9555 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
9556
9557 * gdb.base/gdb1056.exp: Add unsigned integer test.
9558
9559 2008-01-28 Doug Evans <dje@google.com>
9560
9561 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
9562
9563 2008-01-27 Jim Blandy <jimb@codesourcery.com>
9564
9565 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
9566
9567 * gdb.base/expand-psymtabs.exp: Doc fix.
9568
9569 2008-01-26 Mark Kettenis <kettenis@gnu.org>
9570
9571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9572
9573 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
9574
9575 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
9576 -var-set-format.
9577
9578 2008-01-23 Chris Demetriou <cgd@google.com>
9579
9580 * gdb.threads/thread_events.c: New testcase source file.
9581 * gdb.threads/thread_events.exp: New testcase expect file.
9582
9583 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9584
9585 * lib/gdb.exp: Add the variable octal.
9586
9587 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
9588 -var-set-format.
9589
9590 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9591 Vladimir Prus <vladimir@codesourcery.com>
9592
9593 * gdb.base/float.exp: Allow missing floating point for m68k and
9594 PowerPC.
9595
9596 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
9597
9598 * gdb.mi/basics.c: Setup for testing breakpoints
9599 ignore count.
9600 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
9601 * gdb.mi/mi-cli.exp: Adjust.
9602 * gdb.mi/mi2-cli.exp: Adjust.
9603
9604 2008-01-17 Pedro Alves <pedro@codesourcery.com>
9605
9606 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
9607 and 'dummy_ptr' integer pointer. Initialize struct_declarations
9608 with dummy_ptr's address.
9609 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
9610 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
9611 all targets.
9612 * gdb.mi/mi2-var-child.exp: Likewise.
9613
9614 2008-01-09 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.ada/null_array: New test program.
9617 * gdb.ada/null_array.exp: New testcase.
9618
9619 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
9620
9621 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9622 with required float modifiers.
9623
9624 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9625
9626 * gdb.ada/funcall_param: New test program.
9627 * gdb.ada/funcall_param.exp: New testcase.
9628
9629 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9630
9631 * gdb.ada/arrayparam: New test program.
9632 * gdb.ada/arrayparam.exp: New testcase.
9633
9634 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9635
9636 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9637 landed. Should also fix random failures in the test following it.
9638
9639 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9640
9641 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9642 for expressions with decimal float values.
9643 (test_dfp_conversions): New function to test casts to and from
9644 decimal float types.
9645 Call test_dfp_conversions.
9646 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9647 elements.
9648 (main): Initialize ds.float4 and ds.double8 elements.
9649 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
9650 string to new error message.
9651 (d64_set_tests): Likewise.
9652 (d128_set_tests): Likewise.
9653 Add tests for expressions with decimal float variables. Add tests for
9654 conversions to and from decimal float types.
9655
9656 2008-01-05 Joel Brobecker <brobecker@adacore.com>
9657
9658 * gdb.ada/packed_tagged/comp_bug.adb: New file.
9659 * gdb.ada/packed_tagged.exp: New testcase.
9660
9661 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9662
9663 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9664 gdb.ada/homonym/homonym_main.adb: New files.
9665 * gdb.ada/homonym.exp: New testcase.
9666
9667 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9668
9669 * gdb.ada/packed_array.exp: Add testing of references to
9670 a packed array.
9671
9672 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9673
9674 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9675 New files.
9676 * gdb.ada/type_coercion.exp: New testcase.
9677
9678 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9679
9680 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9681 gdb.ada/tagged/foo.adb: New file.
9682 * gdb.ada/tagged.exp: New testcase.
9683
9684 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9685
9686 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9687 gdb.ada/ptype_field/foo.adb: New files.
9688 * gdb.ada/ptype_field.exp: New testcase.
9689
9690 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9691
9692 * gdb.ada/print_pc.exp: New testcase.
9693
9694 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9697 gdb.ada/taft_type/p.adb: New files.
9698 * gdb.ada/taft_type.exp: New testcase.
9699
9700 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9701
9702 * gdb.ada/array_bounds/bar.adb: New file.
9703 * gdb.ada/array_bounds.exp: New testcase.
9704
9705 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9706
9707 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9708 gdb.ada/arrayptr/foo.adb: New files.
9709 * gdb.ada/arrayptr.exp: New testcase.
9710
9711 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9712
9713 * gdb.base/set-lang-auto.exp: New testcase.
9714
9715 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9716
9717 * gdb.ada/fun_addr/foo.adb: New file.
9718 * gdb.ada/fun_addr.exp: New testcase.
9719
9720 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9721
9722 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9723 New files
9724
9725 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9726
9727 * array_subscript_addr/p.adb: New file.
9728 * array_subscript_addr.exp: New testcase.
9729
9730 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9731
9732 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
9733 New files.
9734 * gdb.ada/str_cmp_ref.exp: New testcase.
9735
9736 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9737
9738 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9739 gdb.ada/fun_in_declare/foo.adb: New files.
9740 * gdb.ada/fun_in_declare.exp: New testcase.
9741
9742 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9743
9744 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9745 gdb.ada/ref_param/pck.ads: New files.
9746 * gdb.ada/ref_param.exp: New testcase.
9747
9748 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9749
9750 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9751 gdb.ada/interface/foo.adb: New files.
9752 * gdb.ada/interface.exp: New testcase.
9753
9754 2007-12-31 Jim Blandy <jimb@codesourcery.com>
9755
9756 * gdb.base/multi-forks.exp: Consume all output from child
9757 processes before proceeding to next test.
9758
9759 2007-12-29 Jim Blandy <jimb@codesourcery.com>
9760
9761 * configure: Regenerated.
9762
9763 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9764
9765 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9766 gdb.ada/fixed_cmp/fixed.adb: New files.
9767 * gdb.ada/fixed_cmp.exp: New testcase.
9768
9769 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9770
9771 * gdb.ada/boolean_expr.exp: New testcase.
9772
9773 2007-12-26 Jim Blandy <jimb@codesourcery.com>
9774
9775 * gdb.base/multi-forks.exp: Doc fix.
9776
9777 2007-12-26 Joel Brobecker <brobecker@adacore.com>
9778
9779 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9780 * gdb.ada/char_param.exp: Do not compile our test program with
9781 -gnata, this is unnecessary.
9782 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9783
9784 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9785
9786 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9787 gdb.ada/print_chars/foo.adb: New files.
9788 * gdb.ada/print_chars.exp: New testcase.
9789
9790 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9791
9792 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9793 gdb.ada/char_param/foo.adb: New files.
9794 * gdb.ada/char_param.exp: New testcase.
9795
9796 2007-12-22 Jim Blandy <jimb@codesourcery.com>
9797
9798 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9799 hard-coding source line numbers into the test.
9800 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9801 gdb_get_line_number to find.
9802
9803 2007-12-22 Joel Brobecker <brobecker@adacore.com>
9804
9805 * gdb.base/ptype.c (highest): New struct type.
9806 (the_highest): New variable of that type.
9807 (main): Add dummy assignment to a field of variable the_highest.
9808 * gdb.base/ptype.exp: Test type printing of our new variable.
9809
9810 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9811
9812 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
9813 and record first explicitly generated thread number.
9814 Use that thread number for thread specific watchpoint test.
9815 Add iteration number to repetitive tests.
9816
9817 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9818 Jim Blandy <jimb@codesourcery.com>
9819
9820 * gdb.base/expand-psymtabs.c: New testcase
9821 source file.
9822 * gdb.base/expand-psymtabs.exp: New testcase
9823 expect file.
9824
9825 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
9826
9827 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9828 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9829
9830 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9831
9832 * gdb.ada/frame_args/foo.adb: New file.
9833 * gdb.ada/frame_args/pck.ads: New file.
9834 * gdb.ada/frame_args/pck.adb: New file.
9835 * gdb.ada/frame_args.exp: New testcase.
9836
9837 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9838
9839 * gdb.base/frame-args.c: New file.
9840 * gdb.base/frame-args.exp: New testcase.
9841
9842 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9843 Joseph Myers <joseph@codesourcery.com>
9844
9845 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9846
9847 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
9848
9849 * gdb.mi/mi-pending.exp: New.
9850 * gdb.mi/mi-pending.c: New.
9851 * gdb.mi/mi-pendshr.c: New.
9852
9853 2007-12-06 Jim Blandy <jimb@codesourcery.com>
9854
9855 * gdb.base/default.exp: Update expected output for 'info catch'.
9856
9857 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9858
9859 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9860 must be set to binary.
9861
9862 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9863
9864 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9865
9866 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9867
9868 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9869 gdb.mi/mi-file-transfer.exp: New.
9870
9871 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9874
9875 2007-11-22 Maciej W. Rozycki <macro@mips.com>
9876
9877 * gdb.trace/backtrace.exp: Fix a typo.
9878 * gdb.trace/circ.exp: Likewise.
9879 * gdb.trace/collection.exp: Likewise.
9880 * gdb.trace/limits.exp: Likewise.
9881 * gdb.trace/report.exp: Likewise.
9882 * gdb.trace/tfind.exp: Likewise.
9883 * gdb.trace/while-dyn.exp: Likewise.
9884
9885 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
9886
9887 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9888 objects of pointers that can't be dereferenced are now
9889 "noneditable".
9890
9891 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9892
9893 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9894 (target_cpu): Remove.
9895
9896 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9897
9898 * gdb.base/ending-run.exp: Expect the list of cleared
9899 breakpoint to come in natural order, not the reversed one.
9900
9901 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9902
9903 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9904 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
9905
9906 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
9907
9908 * gdb.base/printcmds.exp: New function
9909 test_printf_with_dfp.
9910
9911 2007-11-02 Doug Evans <dje@google.com>
9912
9913 * gdb.disasm/t01_mov.s: Remove carriage returns.
9914 * gdb.disasm/t02_mova.s: Ditto.
9915 * gdb.disasm/t03_add.s: Ditto.
9916 * gdb.disasm/t04_sub.s: Ditto.
9917 * gdb.disasm/t05_cmp.s: Ditto.
9918 * gdb.disasm/t06_ari2.s: Ditto.
9919 * gdb.disasm/t07_ari3.s: Ditto.
9920 * gdb.disasm/t08_or.s: Ditto.
9921 * gdb.disasm/t09_xor.s: Ditto.
9922 * gdb.disasm/t10_and.s: Ditto.
9923 * gdb.disasm/t11_logs.s: Ditto.
9924 * gdb.disasm/t12_bit.s: Ditto.
9925 * gdb.disasm/t13_otr.s: Ditto.
9926
9927 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9930
9931 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9932
9933 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9934 provide DFP support.
9935
9936 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9937
9938 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9939 Test "set powerpc vector-abi". Skip auto-detection tests for old
9940 toolchains.
9941
9942 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9943
9944 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9945 with [string compare].
9946
9947 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9948
9949 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9950 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9951
9952 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
9953
9954 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9955 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9956 * gdb.opt/Makefile.in: New makefile.
9957 * Makefile.in: Create new directory "gdb.opt".
9958 * configure.ac: Add "gdb.opt" directory.
9959 * configure: Regenerated.
9960
9961 2007-10-25 Doug Evans <dje@google.com>
9962
9963 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9964 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9965
9966 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
9967 Thiago Jung Bauermann <bauerman@br.ibm.com>
9968
9969 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9970 Floating Point expressions.
9971 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9972 Floating Point variables.
9973 * gdb.base/dfp-test.c: new file containing program with Decimal
9974 Floating variables, used by gdb.base/dfp-test.exp.
9975
9976 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9977
9978 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9979
9980 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9981
9982 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9983 compiling test case with GCC.
9984 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9985
9986 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9987
9988 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9989 format changes.
9990
9991 2007-10-18 Michael Snyder <msnyder@specifix.com>
9992
9993 * gdb.base/dbx.exp: Add missing "-re " operator.
9994
9995 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9996
9997 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9998 * configure.ac: Removed trailing spaces after backslash.
9999 * gdb.modula2: New directory.
10000 * gdb.modula2/Makefile.in: New file.
10001 * gdb.modula2/unbounded-array.exp: New file.
10002 * gdb.modula2/unbounded1.c: New file.
10003
10004 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10005
10006 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10007
10008 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
10009
10010 * gdb.base/sigstep.c (main): Add checks for
10011 return values for setitimer call.
10012 Call setitimer again with itimer = ITIMER_REAL
10013 if first call to setitimer fails.
10014
10015 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
10016
10017 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10018 of $timeout.
10019
10020 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10021
10022 * gdb.server/server-run.exp: Test for dynamic linker symbols.
10023
10024 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
10025
10026 * lib/gdb.exp (gdb_run_cmd): Move comment outside
10027 of gdb_expect call, to avoid interruption.
10028
10029 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
10030
10031 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10032 (v_unsigned_long_long, v_long_long_array)
10033 (v_signed_long_long_array, v_unsigned_long_long_array)
10034 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10035 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10036 [!NO_LONG_LONG]: New.
10037 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10038 v_long_long_member.
10039
10040 (v_long_long_func, v_signed_long_long_func)
10041 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10042 (main) [!NO_LONG_LONG]: Initialize long long variants.
10043
10044 * gdb.base/whatis.exp: If board file requests no_long_long, build
10045 test with NO_LONG_LONG defined. Test long long, signed long long,
10046 and unsigned long long variants but only if board file doesn't
10047 disable it.
10048
10049 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
10050 Daniel Jacobowitz <dan@codesourcery.com>
10051
10052 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10053 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10054 * configure: Regenerated.
10055 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10056 gdb.pascal/types.exp, lib/pascal.exp: New files.
10057
10058 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
10059
10060 * gdb.cp/classes.exp (do_tests): Always step to the line after the
10061 call.
10062 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10063 to return to the call.
10064 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10065 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10066 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10067 * gdb.mi/mi-until.exp (test_until): Likewise.
10068 * gdb.mi/mi2-until.exp (test_until): Likewise.
10069
10070 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
10071
10072 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10073 two-char array.
10074 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10075
10076 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
10077
10078 * gdb.threads/watchthreads.c (thread_function): Sleep between
10079 iterations.
10080 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10081 at once for S/390. Generate matching fails and passes.
10082
10083 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
10084
10085 * gdb.mi/var-cmd.c (do_children_tests): Initialize
10086 the 'struct_declarations' variable to zeros.
10087
10088 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
10089
10090 * gdb.cp/mb-ctor.cc: New.
10091 * gdb.cp/mb-ctor.exp: New.
10092 * gdb.cp/mb-templates.cc: New.
10093 * gdb.cp/mb-templates.exp: New.
10094
10095 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
10096
10097 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10098
10099 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
10100
10101 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10102 targets.
10103 * configure: Regenerate.
10104
10105 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
10106
10107 * gdb.base/annota1.exp: Adjust for 'info break'
10108 format changes.
10109 * gdb.base/annota3.exp: Likewise.
10110 * gdb.base/break.exp: Likewise.
10111 * gdb.base/condbreak.exp: Likewise.
10112 * gdb.base/pending.exp: Likewise.
10113 * gdb.base/sepdebug.exp: Likewise.
10114 * gdb.base/unload.exp: Likewise.
10115 * gdb.base/ovldbreak.exp: Likewise.
10116
10117 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
10118
10119 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10120 messages.
10121 * gdb.base/chng-syms.exp: Likewise.
10122 * gdb.base/unload.exp: Likewise.
10123
10124 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10125
10126 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10127
10128 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10129
10130 * schedlock.c (NUM): Change to 1.
10131 (main): Use args[0] for the main thread.
10132 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10133 regardless of the number of threads.
10134
10135 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10136
10137 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10138 type down.
10139 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10140 test.
10141 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10142 watchpoint type down.
10143 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10144 test.
10145
10146 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10147
10148 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10149 Move all the tests here and run them twice, once using software
10150 watchpoints and once using hardware watchpoints.
10151 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10152
10153 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10154
10155 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10156 test.
10157
10158 2007-09-10 Mark Kettenis <kettenis@gnu.org>
10159
10160 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10161 build-id.
10162
10163 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10164 know about $ORIGIN. Calculate output dir from $dest instead of
10165 using ${objdir}/{$subdir}.
10166
10167 2007-09-09 Mark Kettenis <kettenis@gnu.org>
10168
10169 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10170 gcore, before continuing with the test.
10171
10172 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10173
10174 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10175 * gdb.mi/mi-watch.exp: Likewise.
10176
10177 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10178 Jim Blandy <jimb@codesourcery.com>
10179
10180 * gdb.arch/i386-sse.exp: Do not expect character constants.
10181 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10182 * gdb.base/display.exp: Allow print/s.
10183 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10184 and unsigned char array changes.
10185
10186 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10187
10188 * gdb.base/display.exp: Add tests for printf %p.
10189
10190 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10191
10192 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10193 the dll name to unicode.
10194
10195 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.base/default.exp (show version): Update the version text.
10198 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10199
10200 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10201
10202 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10203 New files.
10204
10205 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * lib/gdb.exp (build_id_debug_filename_get): New function.
10208 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10209 Remove the generate DEBUG file for the future testcase runs.
10210 New testcase for the NT_GNU_BUILD_ID retrieval.
10211 Move the final testing step to ...
10212 (test_different_dir): ... a new function.
10213 New parameter XFAIL to XFAIL all the tests performed.
10214 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10215 New parameter TYPE to PF_PREFIX all the tests performed.
10216
10217 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10218
10219 * gdb.mi/mi-var-cp.cc (path_expression): New
10220 function.
10221 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10222
10223 2007-08-27 Markus Deuling <deuling@de.ibm.com>
10224
10225 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10226 to fit into SPU Local Store memory.
10227
10228 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10229
10230 * gdb.base/default.exp: Adjust the expected output of "info
10231 warranty" after the switch to GPLv3.
10232
10233 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10234
10235 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10236 to 30000 (from 20000).
10237
10238 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10239
10240 Switch the license of all .exp files to GPLv3.
10241 Switch the license of all .f and .f90 files to GPLv3.
10242 Switch the license of all .s and .S files to GPLv3.
10243
10244 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10245
10246 * configure.ac: Switch license to GPLv3.
10247
10248 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10249
10250 Switch the licensing to GPLv3 for all .ads and .adb files.
10251
10252 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10253
10254 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10255 and t_int_double.
10256 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10257
10258 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10259
10260 * gdb.base/step-line.c: Switch license to GPL version 3, and
10261 update copyright year.
10262 * gdb.base/step-line.inp: Likewise.
10263
10264 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10265
10266 * gdb.base/gdb1555.exp: Make expected output immune to formatting
10267 changes inside gdb1555.c.
10268 * gdb.base/pending.exp: Likewise.
10269
10270 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
10271
10272 * config/default.exp: New file.
10273
10274 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10275
10276 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10277 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10278
10279 2007-07-30 Maciej W. Rozycki <macro@mips.com>
10280
10281 * gdb.base/dump.exp: Force the correct endianness for binary
10282 formats not carrying this information.
10283
10284 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10285
10286 * gdb.threads/staticthreads.exp: Match .*sem_post.
10287
10288 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10289
10290 * gdb.base/readline.exp (operate_and_get_next): Match the final
10291 prompt.
10292
10293 2007-07-23 Kevin Buettner <kevinb@redhat.com>
10294
10295 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10296 to restarting SID.
10297
10298 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10299
10300 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10301 prior to `gdb_start'.
10302
10303 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10304
10305 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
10306 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10307 Remove call to gdb_unload.
10308
10309 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10310 Daniel Jacobowitz <dan@codesourcery.com>
10311
10312 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10313 for __WIN32__.
10314 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
10315 * gdb.base/unload.exp: Use shared library test routines.
10316
10317 2007-07-03 Markus Deuling <deuling@de.ibm.com>
10318
10319 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10320 * gdb.base/solib-symbol-lib.c: Likewise.
10321 * gdb.base/solib-symbol-main.c: Likewise.
10322
10323 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10324
10325 * config/gdbserver.exp (gdb_reconnect): New.
10326 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
10327 gdb.base/solib-disc.exp: New files.
10328 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
10329 remote debugging".
10330 (gdb_compile): Add shlib_load flag.
10331 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
10332 port.
10333 (gdbserver_reconnect): New.
10334
10335 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
10336 Daniel Jacobowitz <dan@codesourcery.com>
10337
10338 * gdb.base/annota3.exp: Test for if construct.
10339
10340 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
10341
10342 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
10343
10344 2007-06-21 Chris Dearman <chris@mips.com>
10345 Maciej W. Rozycki <macro@mips.com>
10346
10347 * gdb.base/display.exp: Allow a newline after display/i.
10348 * gdb.base/pc-fp.exp: Likewise.
10349 * gdb.base/sigbpt.exp: Likewise.
10350
10351 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10352
10353 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
10354 required features to be included.
10355
10356 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10357
10358 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
10359 in info threads output.
10360
10361 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10362 Markus Deuling <deuling@de.ibm.com>
10363
10364 * gdb.arch/spu-info.exp: New testcase.
10365 * gdb.arch/spu-info.c: New file.
10366
10367 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
10368
10369 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
10370 tpcs_offset. Restore lr after the call.
10371 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
10372
10373 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
10374
10375 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
10376 (gdbserver_run): Kill any running gdbserver.
10377 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
10378
10379 2007-05-17 Maciej W. Rozycki <macro@mips.com>
10380
10381 * gdb.base/sigbpt.exp: Preset segv_addr.
10382
10383 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
10384
10385 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
10386 (gdb_compile_shlib): Likewise.
10387 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
10388 (default_gdb_init): Clear cleanfiles.
10389 (gdb_finish): Delete recorded cleanfiles.
10390 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
10391
10392 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
10393 Do not use isnative.
10394 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
10395 gdb.base/so-impl-ld.exp: Likewise.
10396 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
10397 * gdb.base/unload.exp: Likewise. Do not pass empty option to
10398 gdb_compile.
10399
10400 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
10401
10402 * config/unknown.exp: Remove.
10403
10404 2007-05-15 Markus Deuling <deuling@de.ibm.com>
10405
10406 * gdb.base/info-proc.exp: Check is_remote.
10407
10408 2007-05-14 Markus Deuling <deuling@de.ibm.com>
10409
10410 * gdb.base/gcore.exp: Initialize variable core_supported.
10411
10412 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10413
10414 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
10415
10416 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10417
10418 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
10419 * gdb.threads/print-threads.exp (test_all_threads): Allow
10420 negative and hexadecimal thread IDs.
10421
10422 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10423
10424 * gdb.java/jprint.java (public): Avoid invalid call to static
10425 method.
10426
10427 2007-05-14 Denis Pilat <denis.pilat@st.com>
10428
10429 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
10430 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
10431 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10432 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
10433 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
10434
10435 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10436
10437 * gdb.base/overlays.exp: Add support for targets with only code
10438 overlay support, not data overlay. Support spu-*-* target in
10439 this mode.
10440 * gdb.base/ovlymgr.c: Provide stubs for spu target.
10441 * gdb.base/spu.ld: New file.
10442
10443 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
10444
10445 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
10446
10447 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
10448
10449 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
10450
10451 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10452
10453 * gdb.java/jmain.exp: Handle demangled names with and without method
10454 signatures.
10455
10456 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10457
10458 * gdb.mi/mi-syn-frame.c (main, foo, bar)
10459 (have_a_very_merry_interrupt): Remove calls to puts.
10460 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10461 inferior output.
10462 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
10463 test names.
10464
10465 2007-04-29 Markus Deuling <deuling@de.ibm.com>
10466 Daniel Jacobowitz <dan@codesourcery.com>
10467
10468 * gdb.base/auxv.exp (core_works): Also check is_remote.
10469 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10470
10471 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
10472
10473 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10474 message, not the undefined 'module' variable.
10475 * gdb.base/siginfo.exp: Likewise.
10476 * gdb.base/sigstep.exp: Likewise.
10477 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10478 serialport.
10479 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10480
10481 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
10482
10483 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10484 target sim fails. Return 0 otherwise.
10485 (gdb_load): Return prematurely if gdb_target_sim fails.
10486
10487 2007-04-16 Denis Pilat <denis.pilat@st.com>
10488
10489 * gdb.base/setshow.exp: Reset height after having set it to 100.
10490
10491 2007-04-16 Denis Pilat <denis.pilat@st.com>
10492
10493 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10494
10495 2007-04-16 Denis Pilat <denis.pilat@st.com>
10496
10497 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10498
10499 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
10500
10501 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
10502 tests. Run the frozen varobjs test.
10503 * gdb.mi/var-cmd.c (do_frozen_tests): New.
10504 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
10505
10506 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
10509 gdb.base/type-opaque.exp: New files.
10510
10511 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
10512
10513 * gdb.mi/mi-var-child.c
10514 (do_children_tests): User char[2] instead of
10515 char so that automatic printing of pointers to char
10516 don't give unpredicable result.
10517 * gdb.mi/var-cmd.c (do_locals_test): Initialize
10518 local variables.
10519 * gdb.mi/mi-var-child.exp: Step to right line
10520 of do_children_tests.
10521 * gdb.mi/mi2-var-child.exp: Likewise.
10522 * gdb.mi/mi-var-cmd.exp: Step to right line of
10523 do_locals_tests.
10524 (do_children_tests): User char[2] instead of
10525 char so that automatic printing of pointers to char
10526 don't give unpredicable result.
10527 * gdb.mi/mi2-var-cmd.exp: Likewise.
10528 * lib/mi-support.exp (mi_continue_to_line):
10529 Pass test name to mi_wait_for_stop.
10530
10531 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10532
10533 * gdb.asm/asm-source.exp: Remove d10v case.
10534 * lib/gdb.exp (skip_cplus_tests): Likewise.
10535 * gdb.asm/d10v.inc: Deleted.
10536
10537 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10538
10539 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
10540
10541 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10542
10543 * config/netware.exp: Delete file.
10544
10545 2007-03-29 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.dwarf2/dw2-noloc.S: New file.
10548 * gdb.dwarf2/dw2-noloc.exp: New file.
10549
10550 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10551
10552 * gdb.cp/method2.cc: New test.
10553 * gdb.cp/method2.exp: New test.
10554 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
10555
10556 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10557
10558 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
10559
10560 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10561
10562 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10563
10564 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10565
10566 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
10567 (gdb_load): Delete, replace with...
10568 (gdb_reload): ...this.
10569 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
10570 * gdb.server/server-mon.exp: Likewise.
10571 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
10572 (gdb_start_cmd): New.
10573 (gdb_file_cmd): Save the last loaded file.
10574 (gdb_reload): New.
10575 (gdb_gnu_strip_debug): Use transform.
10576 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
10577 support here. Use new $last_loaded_file. Check mtime.
10578 (gdb_target_cmd): Handle ObjC failure case.
10579 (infer_host_exec): Delete.
10580 (gdbserver_load): Rename to...
10581 (gdbserver_run): ...this. Simplify.
10582 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
10583 (mi_gdb_load): Move most contents to a new function...
10584 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
10585 (mi_run_cmd): Use mi_gdb_target_load.
10586 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
10587 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
10588 Use gdb_run_cmd.
10589 * gdb.base/charsign.exp: Remove incorrect comment.
10590 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
10591 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
10592 gdb.base/start.exp: Use gdb_start_cmd.
10593
10594 2007-03-23 Nigel Stephens <nigel@mips.com>
10595 Maciej W. Rozycki <macro@mips.com>
10596
10597 * gdb.base/sigbpt.exp: Fix the message when skipping test.
10598 * gdb.base/signull.exp: Similarly.
10599
10600 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10601
10602 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
10603 messages available to test cases (like chng-sym.exp).
10604
10605 2007-03-14 Andreas Schwab <schwab@suse.de>
10606
10607 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10608 format changes.
10609
10610 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
10611
10612 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10613 (optimized_1): New.
10614 (main): Call optimized_1.
10615 (gdb2029): Correct typos. Call gdb2029_marker.
10616 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
10617 for gdb2029.
10618
10619 2007-03-12 Mark Kettenis <kettenis@gnu.org>
10620
10621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10622 as tabs. Remove redundant test pattern.
10623
10624 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10625
10626 * gdb.base/long_long.exp: Accept optional symbol name in <...>
10627 for /a format output.
10628
10629 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
10630
10631 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10632 collect output incrementally.
10633
10634 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10635
10636 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10637 for -var-create lpcharacter test.
10638 * gdb.mi/mi2-var-cmd.exp: Likewise.
10639
10640 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10641
10642 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10643 pass on targets where address zero is readable.
10644
10645 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10646
10647 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10648 just a single architecture.
10649
10650 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10651
10652 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10653 (fetch_all_registers): New function, uses gdb_test_multiple and
10654 exp_continue to fetch inferior output line-by-line.
10655 Replace all uses of do_get_all_registers by fetch_all_registers.
10656
10657 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10658
10659 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10660 in target_info.
10661
10662 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10663
10664 * gdb.threads/manythreads.exp: Use $message string for
10665 consistancy; add a default (timeout) case.
10666
10667 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10668
10669 * gdb.base/watchpoint.exp: Fix truncated comment.
10670
10671 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10672
10673 * Makefile.in: Remove spurious single-quotes from sed command.
10674
10675 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10676
10677 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
10678 func.
10679 * gdb.mi/mi2-var-cmd.exp: Likewise.
10680
10681 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10682
10683 * gdb.dwarf2/dw2-producer.S: New file.
10684 * gdb.dwarf2/dw2-producer.exp: New testcase.
10685
10686 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
10687
10688 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10689 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10690 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10691 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10692 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10693 Revert tests to use mi_gdb_test and include value field in output
10694 of -var-create.
10695
10696 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10697
10698 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10699
10700 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10701
10702 * gdb.base/maint.exp: Remove full paths from test names.
10703 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10704 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10705
10706 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10707
10708 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10709
10710 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10711
10712 * gdb.server/server-mon.exp: New test.
10713
10714 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10715
10716 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10717
10718 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10719
10720 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10721 register capitalization.
10722
10723 2007-02-13 Denis Pilat <denis.pilat@st.com>
10724
10725 * gdb.mi/mi-var-invalidate.exp: New file.
10726
10727 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10728
10729 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10730
10731 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10732
10733 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10734
10735 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10736
10737 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10738 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10739
10740 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
10741
10742 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10743 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10744 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10745 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10746 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10747 * gdb.mi/gdb792.exp, lib/mi-support.exp:
10748 Update tests to include value field in output of -var-create.
10749
10750 2007-02-08 Andreas Schwab <schwab@suse.de>
10751
10752 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10753
10754 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10755
10756 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10757 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10758
10759 2007-02-02 Denis Pilat <denis.pilat@st.com>
10760
10761 * gdb.threads/threadapply.exp: check that frame is not changed by
10762 the thread apply all command.
10763
10764 2007-01-31 Andreas Schwab <schwab@suse.de>
10765
10766 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10767
10768 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10769 in the dwarf sections.
10770 * gdb.dwarf2/mac-fileno.S: Likewise.
10771
10772 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10773 bspstore register on ia64.
10774
10775 2007-01-29 Andreas Schwab <schwab@suse.de>
10776
10777 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10778 "frame-begin" annotation.
10779
10780 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10781 number of "frames-invalid" annotations.
10782
10783 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10784
10785 * gdb.base/commands.exp: Call if_commands_test.
10786 (gdb_test_no_prompt, if_commands_test): New.
10787
10788 2007-01-28 Mark Kettenis <kettenis@gnu.org>
10789
10790 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10791
10792 2007-01-27 Andreas Schwab <schwab@suse.de>
10793
10794 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10795 .short/.int/.quad in the dwarf sections.
10796 * gdb.dwarf2/dw2-intercu.S: Likewise.
10797 * gdb.dwarf2/dw2-intermix.S: Likewise.
10798
10799 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10800
10801 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
10802 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10803 array.
10804 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10805 * gdb.base/setvar.exp: Likewise.
10806
10807 2007-01-26 Andreas Schwab <schwab@suse.de>
10808
10809 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10810 test.
10811
10812 * gdb.base/multi-forks.exp ("restart $i"): Also match
10813 __kernel_syscall_via_break.
10814
10815 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10816
10817 * lib/mi-support.exp (mi_delete_varobj): New.
10818 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10819 testcase.
10820 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10821 (main): Call the above.
10822 (reference_update_test, base_in_reference_test)
10823 (reference_to_pointer): Delete the created varobjs.
10824
10825 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10826
10827 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10828 * configure: Regenerated.
10829 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10830 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10831 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10832 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10833 * lib/gdb.exp (gdb_skip_xml_test): New function.
10834
10835 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10836
10837 * gdb.base/sigrepeat.exp: Correct error message.
10838
10839 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10840 Daniel Jacobowitz <dan@codesourcery.com>
10841
10842 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10843 gdb.arch/i386-gnu-cfi-asm.S: New files.
10844
10845 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10846
10847 * lib/gdb.exp: Abort on missing `site.exp'.
10848
10849 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10850 Daniel Jacobowitz <dan@codesourcery.com>
10851
10852 * gdb.base/included.c, gdb.base/included.exp,
10853 gdb.base/included.h: New files.
10854
10855 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10856
10857 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10858 (maximize_rlimit): Reduce limits on 64-bit systems.
10859
10860 2007-01-19 Mark Kettenis <kettenis@gnu.org>
10861
10862 From Marcus Deuling <deuling@de.ibm.com>:
10863 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10864 every case.
10865
10866 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
10867
10868 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10869 (test_path_specification): Use objdir instead of srcdir to always
10870 get an absolute filename.
10871
10872 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10873
10874 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10875
10876 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10877
10878 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10879 Make sure the variable we're using is in scope.
10880 (reference_to_pointer): Likewise.
10881
10882 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10883
10884 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10885 has no debug information.
10886
10887 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10888
10889 * gdb.base/annota1.exp: Remove extra send_gdb.
10890
10891 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10892
10893 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10894
10895 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10898
10899 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
10900 Daniel Jacobowitz <dan@codesourcery.com>
10901
10902 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10903 lcharacter or linteger change. Correct duplicated test name.
10904 * gdb.mi/mi2-var-cmd.exp: Likewise.
10905
10906 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10907
10908 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10909
10910 2007-01-05 Joel Brobecker <brobecker@adacore.com>
10911
10912 * gdb.base/nofield.c: New file.
10913 * gdb.base/nofield.exp: New testcase.
10914
10915 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
10916
10917 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10918
10919 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10920 test.
10921
10922 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10923
10924 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10925
10926 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10927
10928 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10929 when continuing.
10930
10931 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10932
10933 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10934 Expect ".exe" extension.
10935
10936 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10937
10938 * gdb.base/charset.exp: Add explicit filename to break.
10939 * gdb.base/dbx.exp: Add explicit filename to breaks.
10940
10941 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10942
10943 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10944 * gdb.mi/mi2-file.exp: Likewise.
10945
10946 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10947
10948 Implement specification of MI tests as comments
10949 in C and C++ sources.
10950 * lib/mi-support.exp (mi_autotest_data): New variable.
10951 (mi_autotest_source): New variable.
10952 (count_newlines, mi_prepare_inline_tests)
10953 (mi_get_inline_test, mi_continue_to_line)
10954 (mi_run_inline_test, mi_tbreak)
10955 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10956 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10957 Run inline tests.
10958 * gdb.mi/mi-var-cp.cc: Define tests here.
10959
10960 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10961
10962 Simplify usage of mi_continue_to.
10963 * lib/mi-support.exp (mi_runto_helper): Renamed
10964 from mi_runto, added new parameter 'run_or_continue'.
10965 (mi_runto): Use mi_runto_helper.
10966 (mi_continue_to): Accept just function name as parameter.
10967 Use mi_runto_helper.
10968 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10969 * gdb.mi/mi2-var-cmd.exp: Likewise.
10970
10971 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10972
10973 Make this testcase a bit more realistic. The current code
10974 is too simplistic, and allows the compiler to optimize out
10975 some of the entities we need for this testcase.
10976 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10977 (Do_Nothing): Add extra parameter.
10978 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10979 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10980 by using a variable of type Void_Star.
10981
10982 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10983
10984 * gdb.ada/catch_ex/foo.adb: New file.
10985 * gdb.ada/catch_ex.exp: New testcase.
10986
10987 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10988
10989 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10990 pass --image-base to linker.
10991
10992 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10993 Daniel Jacobowitz <dan@codesourcery.com>
10994
10995 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10996 secondary prompts.
10997
10998 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10999
11000 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11001 output. Test the types of members and member pointers.
11002 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11003 gdb/2092.
11004 * gdb.cp/member-ptr.exp: Search for a comment instead of a
11005 statement. Enable for GCC. Update expected output for some tests
11006 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
11007 layout.
11008 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11009 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11010 (Diamond::vget_base): New.
11011 (main): Add new tests.
11012 * gdb.cp/printmethod.exp: Update expected output for member functions.
11013 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11014 print pEe->D::vg().
11015
11016 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11017
11018 * gdb.threads/tls.exp: Allow stops in sem_post.
11019
11020 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
11021
11022 * gdb.base/annota1.exp: Allow .*printf in backtraces.
11023 * gdb.base/annota3.exp: Likewise.
11024 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11025 again (instead of timing out).
11026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11027 GCC bug 26475.
11028 * gdb.java/jmisc.exp: Adjust to work with method signatures including
11029 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
11030 test from jmisc1.exp.
11031 * gdb.java/jmisc1.exp: Delete.
11032 * gdb.java/jprint.exp: Adjust to work with method signatures including
11033 return types.
11034 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11035 * gdb.threads/linux-dp.exp: Don't be confused by program output.
11036 * lib/java.exp (compile_java_from_source): Pass the correct type
11037 to target_compile.
11038
11039 2006-12-31 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11042 (stack_align_edx): New function.
11043 (stack_align_eax): New function.
11044 (main): Add calls to stack_align_edx and stack_align_eax.
11045 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11046 Add testing for the cases where the register used during a stack
11047 realignment is edx. Same for eax.
11048
11049 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
11050
11051 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11052 and generic PE targets.
11053
11054 2006-12-29 Joel Brobecker <brobecker@adacore.com>
11055
11056 * gdb.ada/array_return.exp: Update copyright date list.
11057
11058 2006-12-27 Joel Brobecker <brobecker@adacore.com>
11059
11060 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11061 (Create_Small_Float_Vector): New function.
11062 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11063 function body.
11064 * gdb.ada/array_return/p.adb: Use new type and function from
11065 package Pck.
11066 * gdb.ada/array_return.exp: Add a test verifying that GDB is
11067 able to print the value returned by a function returning an
11068 array of float.
11069
11070 2006-12-20 Joel Brobecker <brobecker@adacore.com>
11071
11072 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11073 The associated tests should be PASSing.
11074
11075 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11076
11077 Test for base in references.
11078 * gdb.mi/mi-var-cp.cc: Add test code.
11079 * gdb.mi/mi-var-cp.exp: Test for bases in references.
11080 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11081 * gdb.mi/mi2-watch.exp: Likewise.
11082 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11083 (mi_list_varobj_children): New function.
11084
11085 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11086
11087 * lib/mi-support.exp
11088 (mi_runto): Accept "()" after function name.
11089 (mi_create_varobj): New function.
11090 (mi_varobj_update): New function.
11091 (mi_Check_varobj_value): New function.
11092 * gdb.mi/mi-var-cp.exp: New file.
11093 * gdb.mi/mi-var-cp.cc: New file.
11094
11095 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
11096
11097 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11098 gdb.base/weaklib2.c: New files.
11099
11100 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
11101
11102 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11103 info. Adjust test names.
11104
11105 * gdb.base/break.c (main): Move position of malloc.
11106 * gdb.base/break.exp: Revert mistaken checkin.
11107
11108 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
11109
11110 * gdb.mi/mi-var-cmd.exp: Check -var-update after
11111 assignement of arrays and function pointers.
11112 * gdb.mi/var-cmd.c: Add declaration necessary for above
11113 tests.
11114
11115 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11116
11117 * gdb.base/break.c (main): Call malloc.
11118
11119 * gdb.threads/linux-dp.exp: Read thread table before and after
11120 creating each philosopher and verify it.
11121
11122 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11123 Paul Brook <paul@codesourcery.com>
11124 Daniel Jacobowitz <dan@codesourcery.com>
11125
11126 * gdb.base/ending-run.exp: Flatten expect script stepping out of
11127 main to remove duplication. Add start function of the form
11128 '_*start[1-9]*'. Add RVDS start function.
11129
11130 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11131
11132 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11133
11134 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11135
11136 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11137 * gdb.asm/spu.inc: New file.
11138 * gdb.base/term.exp: Disable if [target_info exists noargs].
11139 * gdb.gdb/complaints.exp: Disable if ![isnative].
11140 * gdb.gdb/selftest.exp: Likewise.
11141 * gdb.gdb/observer.exp: Likewise.
11142 * gdb.gdb/xfullpath.exp: Likewise.
11143 * gdb.base/attach.exp: Disable on SPU target.
11144 * gdb.cp/bs145503.exp: Likewise.
11145 * gdb.cp/exception.exp: Likewise.
11146 * gdb.cp/userdef.exp: Likewise.
11147
11148 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11149
11150 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11151
11152 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11153
11154 * gdb.base/completion.exp: Fix completion tests for
11155 'info' and 'info '.
11156 * gdb.base/help.exp (help_test_raw, test_class_help)
11157 (test_prefix_command_help): Move...
11158 * lib/gdb.exp: Here.
11159 * gdb.base/main.exp: Adjust.
11160 * gdb.cp/maint.exp: Adjust.
11161 * gdb.trace/tracecmd.exp: Use test_help_class.
11162
11163 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11164
11165 * gdb.stabs/weird.exp (print_weird_var): Use
11166 gdb_test_multiple instead of gdb_expect.
11167
11168 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11169
11170 * gdb.base/help.exp (help_test_raw): New.
11171 (test_class_help): New.
11172 (test_prefix_command_help): New.
11173 Adjust testcases.
11174
11175 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
11176
11177 * gdb.base/constvars.c (main): Write to crass and crips, so that
11178 they are allocated by the compiler.
11179
11180 2006-10-27 Andreas Schwab <schwab@suse.de>
11181
11182 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11183 "detach-fork".
11184
11185 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11186
11187 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11188 of patterns.
11189
11190 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11191
11192 * gdb.base/sepdebug.exp: Remove debug format test.
11193 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11194 Handle no-symtab.
11195 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11196
11197 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11198
11199 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11200 int to pointer or pointer to int.
11201 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11202
11203 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11204
11205 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11206
11207 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11210
11211 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11212
11213 PR c++/2116
11214 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11215
11216 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11217
11218 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11219 the corresponding bug has been fixed in GDB (PR/2018).
11220
11221 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11222
11223 * gdb.base/subst.exp: New testcase.
11224
11225 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11226
11227 * gdb.ada/array_return/pck.ads: Add copyright notice.
11228 * gdb.ada/array_return/pck.adb: Likewise.
11229 * gdb.ada/array_return/p.adb: Likewise.
11230 * gdb.ada/exec_changed/first.adb: Likewise.
11231 * gdb.ada/exec_changed/second.adb: Likewise.
11232
11233 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11234
11235 * gdb.ada/watch_arg/watch.adb: New file.
11236 * gdb.ada/watch_arg.exp: New testcase.
11237
11238 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11239
11240 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11241 via string_to_regexp.
11242 * gdb.mi/mi2-basics.exp: Likewise.
11243
11244 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
11245
11246 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11247 Remove unused / obsolete files.
11248
11249 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
11250
11251 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11252
11253 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11254
11255 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11256 HIGH_FRAME argument to -stack-list-arguments can be larger than
11257 the number of frames.
11258
11259 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11260
11261 * gdb.base/args.c (main): Add breakpoint marker.
11262 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11263 really test empty arguments.
11264 (args_load): Delete.
11265 (args_test): New.
11266
11267 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
11268
11269 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11270 check for one file.
11271
11272 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
11273
11274 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11275 HIGH_FRAME argument to -stack-list-locals can be larger than
11276 the number of frames.
11277
11278 2006-08-18 Fred Fish <fnf@specifix.com>
11279
11280 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11281 '$' in front of skip_vmx_tests_saved when setting that.
11282
11283 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
11284
11285 * gdb.base/trace-commands.exp: New file.
11286
11287 2006-08-10 Joel Brobecker <brobecker@adacore.com>
11288 Daniel Jacobowitz <dan@codesourcery.com>
11289
11290 * gdb.base/step-bt.exp: Make hexadecimal address optional in
11291 expected output of the backtrace commands.
11292
11293 2006-08-09 Joel Brobecker <brobecker@adacore.com>
11294
11295 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11296 untested followed by return combination.
11297 * gdb.arch/altivec-regs.exp: Likewise.
11298 * gdb.arch/e500-abi.exp: Likewise.
11299 * gdb.arch/e500-regs.exp: Likewise.
11300 * gdb.arch/gdb1291.exp: Likewise.
11301 * gdb.arch/gdb1431.exp: Likewise.
11302 * gdb.arch/gdb1558.exp: Likewise.
11303 * gdb.arch/i386-prologue.exp: Likewise.
11304 * gdb.arch/i386-unwind.exp: Likewise.
11305 * gdb.asm/asm-source.exp: Likewise.
11306 * gdb.base/a2-run.exp: Likewise.
11307 * gdb.base/advance.exp: Likewise.
11308 * gdb.base/all-bin.exp: Likewise.
11309 * gdb.base/annota1.exp: Likewise.
11310 * gdb.base/annota3.exp: Likewise.
11311 * gdb.base/args.exp: Likewise.
11312 * gdb.base/arithmet.exp: Likewise.
11313 * gdb.base/assign.exp: Likewise.
11314 * gdb.base/async.exp: Likewise.
11315 * gdb.base/attach.exp: Likewise.
11316 * gdb.base/bang.exp: Likewise.
11317 * gdb.base/bigcore.exp: Likewise.
11318 * gdb.base/bitfields.exp: Likewise.
11319 * gdb.base/bitfields2.exp: Likewise.
11320 * gdb.base/break.exp: Likewise.
11321 * gdb.base/call-sc.exp: Likewise.
11322 * gdb.base/call-strs.exp: Likewise.
11323 * gdb.base/callfuncs.exp: Likewise.
11324 * gdb.base/checkpoint.exp: Likewise.
11325 * gdb.base/chng-syms.exp: Likewise.
11326 * gdb.base/code-expr.exp: Likewise.
11327 * gdb.base/commands.exp: Likewise.
11328 * gdb.base/completion.exp: Likewise.
11329 * gdb.base/cond-expr.exp: Likewise.
11330 * gdb.base/condbreak.exp: Likewise.
11331 * gdb.base/consecutive.exp: Likewise.
11332 * gdb.base/constvars.exp: Likewise.
11333 * gdb.base/corefile.exp: Likewise.
11334 * gdb.base/cvexpr.exp: Likewise.
11335 * gdb.base/dbx.exp: Likewise.
11336 * gdb.base/define.exp: Likewise.
11337 * gdb.base/detach.exp: Likewise.
11338 * gdb.base/display.exp: Likewise.
11339 * gdb.base/dump.exp: Likewise.
11340 * gdb.base/ena-dis-br.exp: Likewise.
11341 * gdb.base/ending-run.exp: Likewise.
11342 * gdb.base/environ.exp: Likewise.
11343 * gdb.base/eval-skip.exp: Likewise.
11344 * gdb.base/exprs.exp: Likewise.
11345 * gdb.base/fileio.exp: Likewise.
11346 * gdb.base/finish.exp: Likewise.
11347 * gdb.base/float.exp: Likewise.
11348 * gdb.base/foll-exec.exp: Likewise.
11349 * gdb.base/foll-fork.exp: Likewise.
11350 * gdb.base/foll-vfork.exp: Likewise.
11351 * gdb.base/freebpcmd.exp: Likewise.
11352 * gdb.base/funcargs.exp: Likewise.
11353 * gdb.base/gcore.exp: Likewise.
11354 * gdb.base/gdb1090.exp: Likewise.
11355 * gdb.base/gdb1250.exp: Likewise.
11356 * gdb.base/huge.exp: Likewise.
11357 * gdb.base/info-proc.exp: Likewise.
11358 * gdb.base/interrupt.exp: Likewise.
11359 * gdb.base/jump.exp: Likewise.
11360 * gdb.base/langs.exp: Likewise.
11361 * gdb.base/lineinc.exp: Likewise.
11362 * gdb.base/list.exp: Likewise.
11363 * gdb.base/logical.exp: Likewise.
11364 * gdb.base/long_long.exp: Likewise.
11365 * gdb.base/macscp.exp: Likewise.
11366 * gdb.base/maint.exp: Likewise.
11367 * gdb.base/mips_pro.exp: Likewise.
11368 * gdb.base/miscexprs.exp: Likewise.
11369 * gdb.base/multi-forks.exp: Likewise.
11370 * gdb.base/opaque.exp: Likewise.
11371 * gdb.base/overlays.exp: Likewise.
11372 * gdb.base/pc-fp.exp: Likewise.
11373 * gdb.base/pointers.exp: Likewise.
11374 * gdb.base/printcmds.exp: Likewise.
11375 * gdb.base/psymtab.exp: Likewise.
11376 * gdb.base/ptype.exp: Likewise.
11377 * gdb.base/recurse.exp: Likewise.
11378 * gdb.base/relational.exp: Likewise.
11379 * gdb.base/relocate.exp: Likewise.
11380 * gdb.base/remote.exp: Likewise.
11381 * gdb.base/reread.exp: Likewise.
11382 * gdb.base/restore.exp: Likewise.
11383 * gdb.base/return.exp: Likewise.
11384 * gdb.base/return2.exp: Likewise.
11385 * gdb.base/scope.exp: Likewise.
11386 * gdb.base/sect-cmd.exp: Likewise.
11387 * gdb.base/sep.exp: Likewise.
11388 * gdb.base/sepdebug.exp: Likewise.
11389 * gdb.base/setshow.exp: Likewise.
11390 * gdb.base/setvar.exp: Likewise.
11391 * gdb.base/sigall.exp: Likewise.
11392 * gdb.base/sigbpt.exp: Likewise.
11393 * gdb.base/signals.exp: Likewise.
11394 * gdb.base/signull.exp: Likewise.
11395 * gdb.base/sizeof.exp: Likewise.
11396 * gdb.base/solib.exp: Likewise.
11397 * gdb.base/step-line.exp: Likewise.
11398 * gdb.base/step-test.exp: Likewise.
11399 * gdb.base/structs.exp: Likewise.
11400 * gdb.base/structs2.exp: Likewise.
11401 * gdb.base/term.exp: Likewise.
11402 * gdb.base/twice.exp: Likewise.
11403 * gdb.base/until.exp: Likewise.
11404 * gdb.base/varargs.exp: Likewise.
11405 * gdb.base/volatile.exp: Likewise.
11406 * gdb.base/watchpoint.exp: Likewise.
11407 * gdb.base/whatis-exp.exp: Likewise.
11408 * gdb.base/whatis.exp: Likewise.
11409 * gdb.cp/ambiguous.exp: Likewise.
11410 * gdb.cp/annota2.exp: Likewise.
11411 * gdb.cp/annota3.exp: Likewise.
11412 * gdb.cp/bool.exp: Likewise.
11413 * gdb.cp/breakpoint.exp: Likewise.
11414 * gdb.cp/casts.exp: Likewise.
11415 * gdb.cp/class2.exp: Likewise.
11416 * gdb.cp/classes.exp: Likewise.
11417 * gdb.cp/cplusfuncs.exp: Likewise.
11418 * gdb.cp/ctti.exp: Likewise.
11419 * gdb.cp/derivation.exp: Likewise.
11420 * gdb.cp/exception.exp: Likewise.
11421 * gdb.cp/gdb1355.exp: Likewise.
11422 * gdb.cp/hang.exp: Likewise.
11423 * gdb.cp/inherit.exp: Likewise.
11424 * gdb.cp/local.exp: Likewise.
11425 * gdb.cp/m-data.exp: Likewise.
11426 * gdb.cp/m-static.exp: Likewise.
11427 * gdb.cp/member-ptr.exp: Likewise.
11428 * gdb.cp/method.exp: Likewise.
11429 * gdb.cp/misc.exp: Likewise.
11430 * gdb.cp/namespace.exp: Likewise.
11431 * gdb.cp/overload.exp: Likewise.
11432 * gdb.cp/ovldbreak.exp: Likewise.
11433 * gdb.cp/pr-1023.exp: Likewise.
11434 * gdb.cp/pr-1210.exp: Likewise.
11435 * gdb.cp/pr-574.exp: Likewise.
11436 * gdb.cp/printmethod.exp: Likewise.
11437 * gdb.cp/psmang.exp: Likewise.
11438 * gdb.cp/ref-params.exp: Likewise.
11439 * gdb.cp/ref-types.exp: Likewise.
11440 * gdb.cp/rtti.exp: Likewise.
11441 * gdb.cp/templates.exp: Likewise.
11442 * gdb.cp/try_catch.exp: Likewise.
11443 * gdb.cp/userdef.exp: Likewise.
11444 * gdb.cp/virtfunc.exp: Likewise.
11445 * gdb.disasm/am33.exp: Likewise.
11446 * gdb.disasm/h8300s.exp: Likewise.
11447 * gdb.disasm/mn10300.exp: Likewise.
11448 * gdb.disasm/sh3.exp: Likewise.
11449 * gdb.disasm/t01_mov.exp: Likewise.
11450 * gdb.disasm/t02_mova.exp: Likewise.
11451 * gdb.disasm/t03_add.exp: Likewise.
11452 * gdb.disasm/t04_sub.exp: Likewise.
11453 * gdb.disasm/t05_cmp.exp: Likewise.
11454 * gdb.disasm/t06_ari2.exp: Likewise.
11455 * gdb.disasm/t07_ari3.exp: Likewise.
11456 * gdb.disasm/t08_or.exp: Likewise.
11457 * gdb.disasm/t09_xor.exp: Likewise.
11458 * gdb.disasm/t10_and.exp: Likewise.
11459 * gdb.disasm/t11_logs.exp: Likewise.
11460 * gdb.disasm/t12_bit.exp: Likewise.
11461 * gdb.disasm/t13_otr.exp: Likewise.
11462 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11463 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11464 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11465 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11466 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11467 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11468 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11469 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11470 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11471 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11472 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11473 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11474 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11475 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11476 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11477 * gdb.mi/gdb701.exp: Likewise.
11478 * gdb.mi/gdb792.exp: Likewise.
11479 * gdb.mi/mi-basics.exp: Likewise.
11480 * gdb.mi/mi-break.exp: Likewise.
11481 * gdb.mi/mi-cli.exp: Likewise.
11482 * gdb.mi/mi-console.exp: Likewise.
11483 * gdb.mi/mi-disassemble.exp: Likewise.
11484 * gdb.mi/mi-eval.exp: Likewise.
11485 * gdb.mi/mi-file.exp: Likewise.
11486 * gdb.mi/mi-read-memory.exp: Likewise.
11487 * gdb.mi/mi-regs.exp: Likewise.
11488 * gdb.mi/mi-return.exp: Likewise.
11489 * gdb.mi/mi-simplerun.exp: Likewise.
11490 * gdb.mi/mi-stack.exp: Likewise.
11491 * gdb.mi/mi-stepi.exp: Likewise.
11492 * gdb.mi/mi-syn-frame.exp: Likewise.
11493 * gdb.mi/mi-until.exp: Likewise.
11494 * gdb.mi/mi-var-block.exp: Likewise.
11495 * gdb.mi/mi-var-child.exp: Likewise.
11496 * gdb.mi/mi-var-cmd.exp: Likewise.
11497 * gdb.mi/mi-var-display.exp: Likewise.
11498 * gdb.mi/mi-watch.exp: Likewise.
11499 * gdb.mi/mi2-basics.exp: Likewise.
11500 * gdb.mi/mi2-break.exp: Likewise.
11501 * gdb.mi/mi2-cli.exp: Likewise.
11502 * gdb.mi/mi2-console.exp: Likewise.
11503 * gdb.mi/mi2-disassemble.exp: Likewise.
11504 * gdb.mi/mi2-eval.exp: Likewise.
11505 * gdb.mi/mi2-file.exp: Likewise.
11506 * gdb.mi/mi2-read-memory.exp: Likewise.
11507 * gdb.mi/mi2-regs.exp: Likewise.
11508 * gdb.mi/mi2-return.exp: Likewise.
11509 * gdb.mi/mi2-simplerun.exp: Likewise.
11510 * gdb.mi/mi2-stack.exp: Likewise.
11511 * gdb.mi/mi2-stepi.exp: Likewise.
11512 * gdb.mi/mi2-syn-frame.exp: Likewise.
11513 * gdb.mi/mi2-until.exp: Likewise.
11514 * gdb.mi/mi2-var-block.exp: Likewise.
11515 * gdb.mi/mi2-var-child.exp: Likewise.
11516 * gdb.mi/mi2-var-cmd.exp: Likewise.
11517 * gdb.mi/mi2-var-display.exp: Likewise.
11518 * gdb.mi/mi2-watch.exp: Likewise.
11519 * gdb.stabs/exclfwd.exp: Likewise.
11520 * gdb.stabs/weird.exp: Likewise.
11521 * gdb.threads/gcore-thread.exp: Likewise.
11522 * gdb.trace/actions.exp: Likewise.
11523 * gdb.trace/backtrace.exp: Likewise.
11524 * gdb.trace/circ.exp: Likewise.
11525 * gdb.trace/collection.exp: Likewise.
11526 * gdb.trace/deltrace.exp: Likewise.
11527 * gdb.trace/infotrace.exp: Likewise.
11528 * gdb.trace/limits.exp: Likewise.
11529 * gdb.trace/packetlen.exp: Likewise.
11530 * gdb.trace/passc-dyn.exp: Likewise.
11531 * gdb.trace/passcount.exp: Likewise.
11532 * gdb.trace/report.exp: Likewise.
11533 * gdb.trace/save-trace.exp: Likewise.
11534 * gdb.trace/tfind.exp: Likewise.
11535 * gdb.trace/tracecmd.exp: Likewise.
11536 * gdb.trace/while-dyn.exp: Likewise.
11537 * gdb.trace/while-stepping.exp: Likewise.
11538
11539 2006-08-08 Joel Brobecker <brobecker@adacore.com>
11540
11541 * gdb.base/step-bt.c: New file.
11542 * gdb.base/step-bt.exp: New testcase.
11543
11544 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
11545
11546 * config/monitor.exp (gdb_load): Remove support for obsolete
11547 download-write-size.
11548 * gdb.base/remote.exp: Likewise. Update all callers of
11549 gdb_timed_load.
11550
11551 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
11552
11553 * cursal.exp: Pass binfile to gdb_load.
11554
11555 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
11556
11557 * gdb.base/cursal.exp: Add "" to gdb_load call.
11558
11559 2006-07-29 Mark Kettenis <kettenis@gnu.org>
11560
11561 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
11562 NetBSD/ELF targets.
11563
11564 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
11565
11566 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
11567 operator*.
11568
11569 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
11570
11571 * gdb.base/completion.exp: Update for change in "file" behavior.
11572 * gdb.stabs/weird.exp: Likewise.
11573 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
11574 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
11575
11576 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
11577
11578 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
11579 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
11580
11581 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
11582
11583 * gdb.base/default.exp: Update source command error message.
11584 * gdb.base/help.exp: Update 'help source' message.
11585
11586 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
11587
11588 * gdb.cp/bs15503.exp: Update comment for no longer crashing
11589 test.
11590
11591 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
11592
11593 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
11594
11595 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11596
11597 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
11598
11599 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11600
11601 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
11602
11603 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11604
11605 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
11606 *-*-openbsd* from targets for wich we expect ARM FPA floating
11607 point format.
11608
11609 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
11610
11611 * gdb.cp/annota3.exp: Expect frame-begin annotation.
11612
11613 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11614
11615 * gdb.base/annota3.exp: Expect frame-begin annotation.
11616
11617 2006-07-14 Joel Brobecker <brobecker@adacore.com>
11618
11619 * gdb.base/help.exp: Adjust "help unset" test to accept
11620 any list of unset commands.
11621
11622 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
11623 Daniel Jacobowitz <dan@codesourcery.com>
11624
11625 * gdb.cp/ref-params.exp: New test.
11626 * gdb.cp/ref-params.cc: New source file.
11627 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11628
11629 2006-07-08 Mark Kettenis <kettenis@gnu.org>
11630
11631 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11632 spaces/tabs in regular expressions since they might not be there.
11633
11634 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
11635
11636 * gdb.base/ifelse.exp: New file.
11637
11638 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
11639
11640 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11641 line.
11642 * gdb.base/huge.exp: Loop over compilation to find a size that
11643 is acceptable.
11644 * gdb.base/remote.exp: Correct expected strings.
11645 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11646
11647 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11648
11649 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11650
11651 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11652
11653 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
11654 native.
11655
11656 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11657
11658 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11659 enable stabs testing.
11660
11661 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11662
11663 * gdb.base/auxv.exp: Intercept undefined command messages before
11664 gdb_test_multiple does.
11665
11666 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11667
11668 * Makefile.in (host_alias): Remove.
11669 (target_alias): Use @target_noncanonical@.
11670 (site.exp): Don't set host_alias.
11671 * aclocal.m4: Remove contents. Include acx.m4.
11672 * configure: Regenerated.
11673 * configure.ac: Use ACX_NONCANONICAL_TARGET.
11674
11675 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
11676
11677 * lib/gdb.exp (gdb_load_cmd): New.
11678
11679 * gdb.base/fileio.c: Add system(NULL) test.
11680 * gdb.base/fileio.exp: Check it.
11681
11682 * gdb.base/break.c: Add 10a breakpoint at }
11683 * gdb.base/break.exp: Add test for breakpoint at }
11684 * gdb.cp/anon-union.cc: Add code at end of function.
11685 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11686 * gdb.mi/var-cmd.c: Add code at end of function.
11687 * gdb.mi/mi-var-display.exp: Adjust end of next.
11688 * gdb.mi/mi2-var-display.exp: Likewise.
11689 * gdb.base/fileio.c: Add stop function and insert calls at
11690 stopping places.
11691 * gdb.base/fileio.exp: Breakpoint stop function and remove
11692 explicit line number references.
11693
11694 2006-05-19 Joel Brobecker <brobecker@adacore.com>
11695
11696 * gdb.base/del.exp (test_delete_alias): New function.
11697 Now check that both "del" and "d" work as aliases for "delete".
11698
11699 2006-05-18 Fred Fish <fnf@specifix.com>
11700
11701 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11702 required. Check for spurious output after program exits normally.
11703
11704 2006-05-17 Fred Fish <fnf@specifix.com>
11705
11706 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11707 gdb_load, so it works in the simulator.
11708
11709 2006-05-11 Fred Fish <fnf@specifix.com>
11710
11711 * gdb.base/bang.exp: Ignore unexpected output between the
11712 "program exited normally" and the gdb prompt, as many other
11713 tests do.
11714
11715 2006-05-07 Mark Kettenis <kettenis@gnu.org>
11716
11717 * gdb.base/help.exp: Make "delete checkpoint" part option for
11718 "help d" and "help delete" tests.
11719
11720 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11721
11722 * gdb.mi/mi-basics.exp: Add missing serial number to
11723 expected output in some mi_gdb_test statements.
11724 * gdb.mi/mi2-basics.exp: Likewise.
11725
11726 2006-05-05 Joel Brobecker <brobecker@adacore.com>
11727
11728 * gdb.base/del.c: New file.
11729 * gdb.base/del.exp: New testcase.
11730
11731 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
11732
11733 * gdb.base/break.exp: Do not assume a breakpoint on
11734 main will actually be in $srcfile when optimizing.
11735 * gdb.base/savedregs.exp: Do not require that the dummy
11736 frame location match up to a symbol and source file location.
11737 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11738 will get printed without a mi_cmd_data_list_register_values prefix.
11739 (*-data-list-register-*): Correct regular expressions to expect the new
11740 pseudo d? floating point registers.
11741 * gdb.mi/mi2-regs.exp: Likewise.
11742
11743 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
11744
11745 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11746 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11747 is allocated by the compiler.
11748 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11749 anons, e, anone to force their allocation by the compiler.
11750
11751 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
11752
11753 * gdb.base/help.exp: Update expected text for help d and
11754 help delete.
11755
11756 2006-05-02 Mark Kettenis <kettenis@gnu.org>
11757
11758 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11759 NetBSD/ELF targets.
11760
11761 2006-04-30 Mark Kettenis <kettenis@gnu.org>
11762
11763 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11764 single-step breakpoint fails; make this a KFAIL on
11765 sparc*-*-openbsd*.
11766 * gdb.base/siginfo.exp: Likewise.
11767 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11768
11769 2006-04-26 Michael Snyder <msnyder@redhat.com>
11770
11771 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11772 which may have to consume output from other forks.
11773 Add tests to make sure that "delete fork" succeeded.
11774
11775 2006-04-20 Michael Snyder <msnyder@redhat.com>
11776
11777 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11778 Add support for the Renesas M32C and M16C.
11779
11780 * gdb.asm/asm-source.exp: Add m32c target.
11781 * gdb.asm/m32c.inc: Support for m32c target.
11782
11783 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11784
11785 * gdb.base/commands.exp (recursive_source_test): New test.
11786
11787 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
11788
11789 * gdb.base/float.exp: Add pattern for sparc targets.
11790
11791 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11792
11793 * gdb.base/commands.exp (stray_arg0_test): New test.
11794
11795 2006-03-30 Paul Brook <paul@codesourcery.com>
11796
11797 * gdb.mi/mi-until.exp: kfail broken until command.
11798 * gdb.mi/mi2-until.exp: Ditto.
11799
11800 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11801
11802 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11803
11804 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
11805
11806 * gdb.base/prelink.exp: Anchor tested-for regular expression
11807 on gdb prompt.
11808
11809 2006-03-07 Paul Brook <paul@codesourcery.com>
11810
11811 * gdb.base/assign.exp: Correct fail message.
11812
11813 2006-03-07 Paul Brook <paul@codesourcery.com>
11814
11815 * lib/compiler.c: Extract armcc version number.
11816 * lib/compiler.cc: Ditto.
11817
11818 2006-03-07 Paul Brook <paul@codesourcery.com>
11819
11820 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11821 additional_flags=-w.
11822 * gdb.arch/altivec-regs.exp: Ditto.
11823 * gdb.arch/e500-abi.exp: Ditto.
11824 * gdb.arch/e500-regs.exp: Ditto.
11825 * gdb.base/all-bin.exp: Ditto.
11826 * gdb.base/annota1.exp: Ditto.
11827 * gdb.base/annota3.exp: Ditto.
11828 * gdb.base/args.exp: Ditto.
11829 * gdb.base/arithmet.exp: Ditto.
11830 * gdb.base/assign.exp: Ditto.
11831 * gdb.base/async.exp: Ditto.
11832 * gdb.base/bang.exp: Ditto.
11833 * gdb.base/break.exp: Ditto.
11834 * gdb.base/call-rt-st.exp: Ditto.
11835 * gdb.base/completion.exp: Ditto.
11836 * gdb.base/cond-expr.exp: Ditto.
11837 * gdb.base/condbreak.exp: Ditto.
11838 * gdb.base/consecutive.exp: Ditto.
11839 * gdb.base/define.exp: Ditto.
11840 * gdb.base/display.exp: Ditto.
11841 * gdb.base/ena-dis-br.exp: Ditto.
11842 * gdb.base/environ.exp: Ditto.
11843 * gdb.base/eval-skip.exp: Ditto.
11844 * gdb.base/info-proc.exp: Ditto.
11845 * gdb.base/jump.exp: Ditto.
11846 * gdb.base/logical.exp: Ditto.
11847 * gdb.base/long_long.exp: Ditto.
11848 * gdb.base/maint.exp: Ditto.
11849 * gdb.base/miscexprs.exp: Ditto.
11850 * gdb.base/pc-fp.exp: Ditto.
11851 * gdb.base/pointers.exp: Ditto.
11852 * gdb.base/relational.exp: Ditto.
11853 * gdb.base/reread.exp: Ditto.
11854 * gdb.base/sect-cmd.exp: Ditto.
11855 * gdb.base/sep.exp: Ditto.
11856 * gdb.base/sepdebug.exp: Ditto.
11857 * gdb.base/until.exp: Ditto.
11858 * gdb.base/whatis-exp.exp: Ditto.
11859 * gdb.cp/annota2.exp: Ditto.
11860 * gdb.cp/annota3.exp: Ditto.
11861 * gdb.trace/actions.exp: Ditto.
11862 * gdb.trace/backtrace.exp: Ditto.
11863 * gdb.trace/circ.exp: Ditto.
11864 * gdb.trace/collection.exp: Ditto.
11865 * gdb.trace/deltrace.exp: Ditto.
11866 * gdb.trace/infotrace.exp: Ditto.
11867 * gdb.trace/limits.exp: Ditto.
11868 * gdb.trace/packetlen.exp: Ditto.
11869 * gdb.trace/passc-dyn.exp: Ditto.
11870 * gdb.trace/passcount.exp: Ditto.
11871 * gdb.trace/report.exp: Ditto.
11872 * gdb.trace/save-trace.exp: Ditto.
11873 * gdb.trace/tfind.exp: Ditto.
11874 * gdb.trace/tracecmd.exp: Ditto.
11875 * gdb.trace/while-dyn.exp: Ditto.
11876 * gdb.trace/while-stepping.exp: Ditto.
11877 * lib/gdb.exp: Ditto.
11878 (gdb_compile): Handle nowarning option.
11879
11880 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
11881
11882 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11883 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11884 Rename executable to prelinkt. Don't re-prelink if we didn't
11885 get a core file. Test prelink -u exit status to tell whether
11886 prelinking failed. Use gdb_test_multiple.
11887
11888 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11889
11890 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11891 (do_tests): Call it.
11892
11893 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
11894
11895 * gdb.base/prelink.exp: New test.
11896 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11897
11898 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11899
11900 * gdb.fortran/derived-type.f90: New file.
11901 * gdb.fortran/derived-type.exp: New testcase.
11902
11903 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11904
11905 * gdb.base/default.exp: Allow ';' as a directory separator.
11906
11907 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11908
11909 * gdb.base/help.exp (help add-symbol-file): Update.
11910
11911 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11912
11913 * gdb.base/help.exp (help load): Update expected results.
11914
11915 2006-02-19 Fred Fish <fnf@specifix.com>
11916
11917 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11918 specifix hex value as part of results.
11919 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
11920
11921 2006-02-16 Fred Fish <fnf@specifix.com>
11922
11923 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11924 ushort_addr, and slong_addr, so the typedefs are not optimized
11925 away.
11926 * gdb.base/whatis.exp: Add tests using type name for struct type,
11927 union type, enum type, and typedef.
11928
11929 2006-02-13 Mark Kettenis <kettenis@gnu.org>
11930
11931 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11932
11933 2006-02-13 Jim Blandy <jimb@redhat.com>
11934
11935 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11936 case where it takes two "next" commands to skip past the init
11937 call.
11938
11939 2006-02-12 Fred Fish <fnf@specifix.com>
11940
11941 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11942 to handle cases where it takes two "next" commands to skip
11943 past the init call.
11944
11945 2006-02-07 Joel Brobecker <brobecker@adacore.com>
11946
11947 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11948 on hppa32 targets.
11949
11950 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
11951
11952 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11953 field.
11954
11955 2006-01-29 Mark Kettenis <kettenis@gnu.org>
11956
11957 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11958
11959 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11960
11961 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11962 files.
11963
11964 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11965
11966 * gdb.cp/maint.exp: Set complaints to a positive value.
11967
11968 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11969
11970 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11971 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11972 function name.
11973
11974 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11975
11976 * gdb.base/checkpoint.c: Update copyright notice. Include
11977 <stdlib.h>.
11978
11979 2006-01-04 Jim Blandy <jimb@redhat.com>
11980
11981 * gdb.asm/asm-source.exp: Independently provide default values for
11982 asm-flags and debug-flags. Use 'string equal' to do the
11983 comparison, not the implicit expr's '==' operator. Remove
11984 now-unneeded assignments to asm-flags. In h8300 case, place
11985 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11986
11987 2006-01-04 Michael Snyder <msnyder@redhat.com>
11988
11989 * gdb.base/checkpoint.c: New file.
11990 * gdb.base/checkpoint.exp: New file.
11991 * gdb.base/multi-fork.c: New file.
11992 * gdb.base/multi-fork.exp: New file.
11993 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11994
11995 2006-01-04 Fred Fish <fnf@specifix.com>
11996
11997 * gdb.base/ptype.c (foo): Add typedef.
11998 (intfoo): Add function.
11999 * gdb.base/ptype1.c: New file.
12000 * gdb.base/ptype.exp: Handle compilation and linking with two
12001 source files. Test that proper type for "foo" is found based
12002 on source context rather than first match found in symtabs.
12003
12004 2005-12-28 Mark Kettenis <kettenis@gnu.org>
12005
12006 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12007 * gdb.asm/openbsd.inc: Indent commands.
12008
12009 2005-12-26 Mark Kettenis <kettenis@gnu.org>
12010
12011 * gdb.base/freebpcmd.exp: Increase timeout.
12012
12013 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12014
12015 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
12016
12017 * gdb.base/default.exp: Update check for "show version".
12018
12019 2005-12-09 Randolph Chung <tausq@debian.org>
12020
12021 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12022 * gdb.asm/pa64.inc: New file.
12023
12024 2005-12-09 Randolph Chung <tausq@debian.org>
12025
12026 * gdb.asm/common.inc: Indent commands.
12027 * gdb.asm/asmsrc1.s: Likewise.
12028 * gdb.asm/asmsrc2.s: Likewise.
12029
12030 2005-12-09 Randolph Chung <tausq@debian.org>
12031
12032 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12033 (get_addr_of_sym): Remove duplicate print.
12034 (gen_core): xfail hppa*-*-hpux*, update expected output.
12035 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12036 * gdb.arch/pa64-nullify.s: New file.
12037
12038 2005-12-09 Randolph Chung <tausq@debian.org>
12039
12040 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12041
12042 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
12043
12044 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12045 code generation for these functions.
12046 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12047 error message.
12048
12049 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
12050
12051 * gdb.base/help.exp (help b, help br, help bre, help brea)
12052 (help break): Update the expected message.
12053
12054 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
12055
12056 * gdb.asm/m68hc11.inc: Setup the data section.
12057 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12058 script for this test.
12059 (m6812-*-*): Likewise.
12060
12061 2005-11-09 Randolph Chung <tausq@debian.org>
12062
12063 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12064
12065 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
12066
12067 * gdb.base/break.exp: Fix a comment typo.
12068
12069 2005-11-03 Jim Blandy <jimb@redhat.com>
12070
12071 Checked in by Elena Zannoni <ezannoni@redhat.com>
12072
12073 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
12074
12075 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
12076
12077 * gdb.arch/gdb1558.c: Include stdio.h.
12078
12079 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12080
12081 * gdb.asm/asm-source.exp: Use -e instead of --entry.
12082
12083 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12084
12085 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12086
12087 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
12088
12089 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12090 vscr" tests to better match output.
12091
12092 2005-10-12 Jim Blandy <jimb@redhat.com>
12093
12094 * gdb.base/structs.exp (any): New function.
12095 (test_struct_returns): Don't make any assumptions at all about
12096 what value the function returns when GDB can't set the return
12097 value.
12098
12099 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12100
12101 * gdb.ada/arrayidx/p.adb: New file.
12102 * gdb.ada/arrayidx.exp: New testcase
12103
12104 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12105
12106 * gdb.ada/array_return/pck.ads: New file.
12107 * gdb.ada/array_return/pck.adb: New file.
12108 * gdb.ada/array_return/p.adb: New file.
12109 * gdb.ada/array_return.exp: New testcase.
12110
12111 2005-10-03 Joel Brobecker <brobecker@adacore.com>
12112
12113 * gdb.base/arrayidx.c: New file.
12114 * gdb.base/arrayidx.exp: New testcase.
12115
12116 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
12117
12118 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12119 frames-invalid and breakpoints-invalid are no longer generated
12120 with level 3 so don't expect them in the output.
12121
12122 2005-09-27 Bob Rossi <bob@brasko.net>
12123
12124 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12125 from test. Escape the | in mi_gdb_test call.
12126 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12127 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12128 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12129 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12130 expected regex's in mi_gdb_test calls.
12131 * lib/mi-support.exp: Remove arbitrary .* from tests.
12132 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12133 Fully anchor GDB/MI expected results in mi_gdb_test.
12134 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12135 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12136
12137 2005-09-26 Paul Brook <paul@codesourcery.com>
12138
12139 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12140
12141 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12142
12143 * bfp-test.c: New file.
12144 * bfp-test.exp: New testcase.
12145
12146 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12147
12148 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12149 of subarray and substring variable.
12150 * gdb.fortran/subarray.f: New source file for the test of subarray
12151 and substring variable evaluation.
12152 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12153 of string constant.
12154
12155 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12156
12157 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12158 copyright dates.
12159
12160 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12161
12162 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12163 powerpc altivec' test with an almost identical 'info vector' test.
12164
12165 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12166
12167 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12168 vscr" tests to match output.
12169
12170 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12171
12172 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12173 output.
12174
12175 2005-09-11 Bob Rossi <bob@brasko.net>
12176
12177 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12178 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12179 commands that return an MI output command and an asyncronous MI output
12180 command.
12181 * gdb.mi/mi-console.exp: Ditto.
12182
12183 2005-09-11 Bob Rossi <bob@brasko.net>
12184
12185 * gdb.mi/mi-var-child.c: Include <string.h>.
12186
12187 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12188
12189 * killed.exp: Correct gdb_expect syntax.
12190
12191 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
12192
12193 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12194
12195 2005-08-02 Bob Rossi <bob@brasko.net>
12196
12197 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12198 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12199 Change tests to inferior-tty-set/show.
12200 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12201 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12202 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12203 inferior. Use mi_gdb_test to get GDB and Inferior output.
12204 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12205 descriptor.
12206 (mi_inferior_tty_name): Add inferior PTY file name.
12207 (mi_gdb_start): Add INFERIOR_PTY parameter.
12208 (mi_gdb_test): Add IPATTERN parameter.
12209
12210 2005-08-02 Bob Rossi <bob@brasko.net>
12211
12212 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12213 parameter to mi_gdb_test.
12214 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12215
12216 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12217
12218 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12219 struct_declarations.
12220 * gdb.mi/mi-var-child.exp: Step over the initialization of
12221 struct_declarations.
12222
12223 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12224
12225 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12226 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12227 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12228 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12229 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12230 file.
12231
12232 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
12233
12234 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12235 (do_children_tests): Assign values to the extra elements.
12236
12237 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12238 them for tests for "-var-update --no-values" and
12239 "-var-update --all-values".
12240 Add test for "-var-list-children --simple-values".
12241
12242 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12243
12244 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12245 "-stack-list-locals --simple-values" Improve doc strings and
12246 comments.
12247
12248 2005-07-18 Mark Kettenis <kettenis@gnu.org>
12249
12250 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12251 *-*-openbsd*.
12252 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12253
12254 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12255 sigaltsatck'.
12256
12257 2005-07-14 Bob Rossi <bob@brasko.net>
12258
12259 * gdb.base/default.exp (tty): Changed output of command.
12260 * gdb.base/help.exp (help tty): Ditto.
12261
12262 2005-07-12 Mark Kettenis <kettenis@gnu.org>
12263
12264 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12265
12266 2005-07-10 Mark Kettenis <kettenis@gnu.org>
12267
12268 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12269 -stack-select-frame without arguments.
12270 (test_stack_frame_listing): Add test for newly implemented command
12271 -stack-info-frame.
12272
12273 2005-07-06 Bob Rossi <bob@brasko.net>
12274
12275 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12276 command.
12277 (Copyright): Update copyright.
12278
12279 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
12280
12281 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12282 tests to evaluate exponentiation expression.
12283
12284 2005-06-29 Andreas Schwab <schwab@suse.de>
12285
12286 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12287 main to avoid warnings.
12288
12289 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12290
12291 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
12292
12293 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12294 -stack-select-frame without arguments.
12295 (test_stack_frame_listing): Add test for newly implemented command
12296 -stack-info-frame.
12297
12298 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
12299
12300 * gdb.fortran/array-element.f: New file.
12301 * gdb.fortran/array-element.exp: New testcase.
12302
12303 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12304
12305 * gdb.base/bigcore.exp: Correct checks for systems which can
12306 not dump a large core file.
12307
12308 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12309
12310 * gdb.base/relocate.c: Add a copyright notice.
12311 (dummy): Remove.
12312 * gdb.base/relocate.exp: Test printing the values of variables
12313 from a relocatable file.
12314
12315 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12316
12317 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12318 excess MI output after an error.
12319
12320 2005-05-29 Joel Brobecker <brobecker@adacore.com>
12321
12322 * gdb.arch/alpha-step.c: New file.
12323 * gdb.arch/alpha-step.exp: New testcase.
12324
12325 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
12326 Dennis Brueni <dennis@slickedit.com>
12327
12328 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
12329 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
12330 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12331 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
12332 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12333 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
12334 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
12335
12336 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
12337 Wu Zhou <woodzltc@cn.ibm.com>
12338
12339 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
12340 IBM's xlc compiler.
12341 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
12342 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
12343
12344 2005-05-13 Jim Blandy <jimb@redhat.com>
12345
12346 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12347 calling gdb_suppress_entire_file.
12348 * gdb.base/charset.exp: Same.
12349 * gdb.base/call-rt-st.exp: Same.
12350
12351 2005-05-05 Bob Rossi <bob_rossi@cox.net>
12352
12353 * lib/gdb.exp (fullname_syntax): Added global regex.
12354 (fullname_syntax_POSIX): Ditto.
12355 (fullname_syntax_UNC): Ditto.
12356 (fullname_syntax_DOS_CASE): Ditto.
12357 (fullname_syntax_DOS): Ditto.
12358 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
12359 fullname_syntax variable to scope and use it.
12360 (test_file_list_exec_source_files): Ditto.
12361 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
12362
12363 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12364
12365 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
12366
12367 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
12368
12369 * lib/gdb.exp (skip_altivec_tests): New function, based on
12370 check_vmx_hw_available from the GCC testsuite.
12371 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
12372 * lib/gdb.arch/altivec-regs.exp: Likewise.
12373
12374 2005-05-02 Jim Blandy <jimb@redhat.com>
12375
12376 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
12377 calling gdb_suppress_entire_file.
12378
12379 2005-04-30 Randolph Chung <tausq@debian.org>
12380
12381 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
12382 Slightly relax "sem_post" name checking.
12383
12384 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12385
12386 * gdb.base/unload.exp: Use new shared library infrastructure.
12387
12388 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12389
12390 * gdb.base/so-impl-ld.exp: Use new shared library
12391 infrastructure.
12392
12393 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
12394
12395 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
12396 * gdb.asm/h8300.inc: New file.
12397
12398 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12399
12400 * gdb.base/shlib-call.exp: Change to use new shared library
12401 infrastructure.
12402
12403 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12404
12405 * gdb.base/pending.exp: Change to use new shared library
12406 infrastructure.
12407
12408 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12409
12410 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
12411 use test_compiler_info instead of gcc_compiled, and update copyright.
12412
12413 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
12414
12415 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
12416 shared objects being adjusted and update copyright years.
12417
12418 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
12419
12420 * ChangeLog: Correct some 2003-01-13 dates.
12421 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
12422 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
12423 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
12424 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
12425 gdb.trace/tfind.exp: Update copyright years.
12426
12427 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
12428 Daniel Jacobowitz <dan@codesourcery.com>
12429
12430 * lib/gdb.exp (gdb_compile): Handle shlib=.
12431 (gdb_compile_shlib): New function.
12432
12433 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
12434
12435 * lib/gdb.exp (test_compiler_info): Give argument a default value.
12436
12437 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12438
12439 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
12440 gdb.server.
12441 * configure.ac: Likewise.
12442 * configure: Regenerated.
12443 * gdb.gdbserver/Makefile.in: Moved to...
12444 * gdb.server/Makefile.in: ... here.
12445 * gdb.gdbserver/server.c: Moved to...
12446 * gdb.server/server.c: ... here.
12447 * gdb.gdbserver/server-run.exp: Moved to...
12448 * gdb.server/server-run.exp: ... here.
12449
12450 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12451
12452 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
12453 * configure.ac: Create gdb.gdbserver/Makefile.
12454 * configure: Regenerated.
12455 * lib/gdbserver-support.exp: New file, derived from
12456 config/gdbserver.exp.
12457 * config/gdbserver.exp: Use gdbserver-support.exp.
12458 * gdb.gdbserver/Makefile.in: New file.
12459 * gdb.gdbserver/server.c: New file.
12460 * gdb.gdbserver/server-run.exp: New file.
12461
12462 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
12463
12464 * lib/gdb.exp (test_compiler_info): Return compiler_info
12465 if no arguments are given.
12466
12467 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
12468
12469 * gdb.arch/altivec-abi.exp: Check for compiler and set
12470 use altivec' flag accordingly.
12471 * gdb.arch/altivec-regs.exp: Likewise.
12472
12473 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
12474
12475 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12476
12477 2005-03-27 Andreas Schwab <schwab@suse.de>
12478
12479 * gdb.base/bigcore.c (main): Add missing mode argument in open
12480 call.
12481
12482 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
12483
12484 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12485 downloads.
12486 * config/gdbserver.exp (gdb_load): Likewise.
12487
12488 2005-03-14 Paul Brook <paul@codesourcery.com>
12489
12490 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12491 targets.
12492
12493 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12494
12495 * gdb.dwarf2/dup-psym.S: New file.
12496 * gdb.dwarf2/dup-psym.exp: New testcase.
12497
12498 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12499
12500 * gdb.ada/exec_changed/first.adb: New file.
12501 * gdb.ada/exec_changed/second.adb: New file.
12502 * gdb.ada/exec_changed.exp: New testcase.
12503
12504 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
12505
12506 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
12507 (A2): New class.
12508 (main): Test operator+.
12509 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
12510 breakpoint test.
12511
12512 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
12513 * gdb.base/signull.exp: Disable if gdb,nosignals.
12514 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
12515 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
12516 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
12517 * gdb.mi/mi2-console.exp: Likewise.
12518 * gdb.trace/collection.exp (run_trace_experiment): Consume the
12519 continue output at start.
12520 (gdb_collect_locals_test): Robustify regexp.
12521 * gdb.trace/passc-dyn.exp: Fix comment typo.
12522 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
12523
12524 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
12525
12526 * gdb.asm/asm-source.exp: Add iq2000 case.
12527 * gdb.asm/iq2000.inc: New file.
12528
12529 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
12530
12531 * gdb.base/command.exp: Change hardcoded value to regular expression.
12532 * gdb.base/float.exp: Add powerpc to the list of targets checked.
12533
12534 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
12535
12536 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
12537 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
12538 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
12539 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
12540 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
12541
12542 2005-03-05 Mark Kettenis <kettenis@gnu.org>
12543
12544 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
12545 changes.
12546
12547 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
12548
12549 * lib/compiler.c: Add test for IBM's xlc compiler.
12550 * lib/compiler.cc: Likewise.
12551
12552 2004-02-24 Joel Brobecker <brobecker@adacore.com>
12553
12554 * gdb.ada/fixed_points.exp: Create compilation object directory
12555 before running the test.
12556 * gdb.ada/null_record.exp: Likewise.
12557 * gdb.ada/packed_array.exp: Likewise.
12558 * gdb.ada/start.exp: Likewise.
12559
12560 2005-02-15 Joel Brobecker <brobecker@adacore.com>
12561
12562 * gdb.ada/packed_array/pa.adb: New file.
12563 * gdb.ada/packed_array.exp: New testcase.
12564
12565 2005-02-10 Mark Kettenis <kettenis@gnu.org>
12566
12567 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
12568 files.
12569
12570 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
12571 on *-*-openbsd*. Correctly match whitespace in regukar
12572 expressions.
12573
12574 2005-02-10 Daniel Jacobowitz <dan@debian.org>
12575
12576 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
12577 PR exp/1821
12578 * gdb.base/gdb1821.c: New test file.
12579 * gdb.base/gdb1821.exp: New test file.
12580
12581 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12582
12583 * gdb.base/start.c: New file.
12584 * gdb.base/start.exp: New testcase.
12585
12586 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12587
12588 * gdb.ada/start/dummy.adb: New file.
12589 * gdb.ada/start.exp: New testcase.
12590
12591 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
12592
12593 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
12594 for printing symbols and statistics.
12595 Add test for using relative pathnames in "maint print msymbols" test.
12596 Mark "maint info sections DATA" XFAIL on Cygwin.
12597 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
12598 tests.
12599
12600 2005-02-09 Andreas Schwab <schwab@suse.de>
12601
12602 Committed by Andrew Cagney <cagney@gnu.org>
12603 * gdb.base/remotetimeout.exp: New file.
12604
12605 2005-02-07 Mark Kettenis <kettenis@gnu.org>
12606
12607 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
12608
12609 2005-02-03 Joel Brobecker <brobecker@adacore.com>
12610
12611 * gdb.ada/gnat_ada.gpr: New file.
12612 * gdb.ada/gnat_ada.gin: Delete, no longer used.
12613 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12614 * configure.ac: No longer generate gnat_ada.gpr.
12615 * configure: Regenerate.
12616 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12617 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12618 * gdb.ada/null_record/bar.ads: Likewise.
12619 * gdb.ada/null_record/bar.adb: Likewise.
12620 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12621 * gdb.ada/null_record.exp (testdir): New variable.
12622 (testfile): executable is now in testdir subdirectory.
12623 (srcfile): Use full path to the main compilation unit.
12624 * gdb.ada/fixed_points.exp: Same changes as above.
12625
12626 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
12627
12628 * gdb.base/interp.exp: New test.
12629
12630 2005-01-24 Andrew Cagney <cagney@gnu.org>
12631
12632 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12633
12634 2005-01-19 Andrew Cagney <cagney@gnu.org>
12635
12636 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12637 configure.ac not configure.in.
12638
12639 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12640 of powerpc*-*-*.
12641 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
12642 * gdb.base/list.exp (test_list_function)
12643 (test_list_filename_and_function): Ditto.
12644 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12645
12646 2005-01-16 Andrew Cagney <cagney@gnu.org>
12647
12648 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12649
12650 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12651
12652 2005-01-14 Andrew Cagney <cagney@gnu.org>
12653
12654 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12655 * gdb.mi/mi2-var-cmd.exp: Ditto.
12656
12657 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
12658
12659 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12660
12661 2005-01-07 Andrew Cagney <cagney@gnu.org>
12662
12663 * configure.ac: Rename configure.in, require autoconf 2.59.
12664 * configure: Re-generate.
12665 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12666 * gdb.stabs/configure: Re-generate.
12667 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12668 * gdb.hp/configure: Re-generate.
12669 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12670 autoconf 2.59.
12671 * gdb.hp/gdb.objdbg/configure: Re-generate.
12672 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12673 autoconf 2.59.
12674 * gdb.hp/gdb.defects/configure: Re-generate.
12675 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12676 autoconf 2.59.
12677 * gdb.hp/gdb.compat/configure: Re-generate.
12678 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12679 autoconf 2.59.
12680 * gdb.hp/gdb.base-hp/configure: Re-generate.
12681 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12682 autoconf 2.59.
12683 * gdb.hp/gdb.aCC/configure: Re-generate.
12684
12685 2004-12-15 Jim Blandy <jimb@redhat.com>
12686
12687 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12688 under NPTL when there is debugging info available for libpthread.
12689
12690 2004-12-13 Jerome Guitton <guitton@gnat.com>
12691
12692 * gdb.ada/fixed_points.c: New file.
12693 * gdb.ada/fixed_points.exp: New file.
12694
12695 2004-12-03 Randolph Chung <tausq@debian.org>
12696
12697 * gdb.arch/pa-nullify.exp: New file.
12698 * gdb.arch/pa-nullify.s: New file.
12699
12700 2004-11-30 Randolph Chung <tausq@debian.org>
12701
12702 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12703 instead of "tbug". Fix regexp to work properly with gdb_test.
12704
12705 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12706
12707 * gdb.base/bitfields2.exp: New test.
12708 * gdb.base/bitfields2.c: New file.
12709
12710 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
12711
12712 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12713
12714 2004-11-16 Randolph Chung <tausq@debian.org>
12715
12716 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12717
12718 2004-11-14 Daniel Jacobowitz <dan@debian.org>
12719
12720 * gdb.threads/threadapply.exp: Correct "macro details" test.
12721
12722 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12723
12724 * gdb.threads/threadapply.exp: New test.
12725 * gdb.threads/threadapply.c: New file.
12726
12727 2004-11-07 Mark Kettenis <kettenis@gnu.org>
12728
12729 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12730 frames.
12731
12732 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
12733
12734 * gdb.base/cursal.exp: New file.
12735 * gdb.base/cursal.c: New file.
12736
12737 2004-11-03 Andrew Cagney <cagney@gnu.org>
12738
12739 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12740
12741 2004-10-30 Mark Kettenis <kettenis@gnu.org>
12742
12743 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12744 NetBSD/ELF targets.
12745
12746 2004-10-29 Joel Brobecker <brobecker@gnat.com>
12747
12748 * gdb.threads/bp_in_thread.c: New file, copied from
12749 pthread_cond_wait.c.
12750 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12751 file, rather than reusing the .c file from another testcase.
12752
12753 2004-10-20 Joel Brobecker <brobecker@gnat.com>
12754
12755 * gdb.ada/null_record.exp: Check where we stopped after
12756 sending the start command, instead of where the associated
12757 temporary breakpoint was inserted.
12758
12759 2004-10-14 Andrew Cagney <cagney@gnu.org>
12760
12761 * gdb.mi/gdb701.c (main): Return 0.
12762
12763 2004-10-13 Daniel Jacobowitz <dan@debian.org>
12764
12765 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
12766
12767 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12768
12769 * gdb.threads/schedlock.c: Add comment markers to use to find
12770 line numbers.
12771 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12772 comments.
12773 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12774 breakpoint lines.
12775
12776 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12777
12778 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12779
12780 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12781
12782 * configure.in: Add gdb.dwarf2.
12783 * configure: Regenerated.
12784 * Makefile.in: Add gdb.dwarf2.
12785 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12786 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12787 gdb.dwarf2/file1.txt: New files.
12788
12789 2004-10-11 Orjan Friberg <orjanf@axis.com>
12790
12791 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
12792 of "run", since the latter doesn't work with remote targets. Adjust
12793 the breakpoint numbering accordingly.
12794 * gdb.threads/pthread_cond_wait.exp: Ditto.
12795
12796 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12797
12798 * gdb.base/overlays.exp: Update copyright years.
12799
12800 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12801
12802 * gdb.base/overlays.exp: Disable if target is Linux.
12803
12804 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
12805
12806 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12807
12808 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12809
12810 * gdb.asm/asm-source.exp: Add m32r-linux target.
12811 * gdb.asm/m32r-linux.inc: New file.
12812
12813 2004-09-24 Andrew Cagney <cagney@redhat.com>
12814 David Anderson <anderson@redhat.com>
12815
12816 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12817 command fails, assume things will work.
12818 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12819 (_GNU_SOURCE): Define.
12820 (print_unsigned, print_hex): Change parameter to "long long".
12821 (print_byte_count): New function, use to print byte counts.
12822 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12823 O_LARGEFILE.
12824 (main): Compute an upper bound on a corefile in max_core_size.
12825 Limit memory chunk size to max_core_size. Limit total memory
12826 allocated to max_core_size.
12827
12828 2004-09-23 Andrew Cagney <cagney@gnu.org>
12829
12830 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12831 from a separate process with code that creates a corefile by
12832 making the inferior dump core.
12833
12834 2004-09-23 Mark Kettenis <kettenis@gnu.org>
12835
12836 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12837 block.
12838
12839 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12840
12841 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12842 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12843 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12844 Likewise.
12845
12846 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12847
12848 * gdb.java/jprint.exp: New test case for java inferior call.
12849 * gdb.java/jprint.java: Ditto.
12850
12851 2004-09-15 Joel Brobecker <brobecker@gnat.com>
12852
12853 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12854
12855 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12856
12857 * gdb.threads/killed.c: Include <stdlib.h>.
12858 * gdb.threads/pthreads.c: Likewise.
12859
12860 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12861
12862 * gdb.threads/killed.c: Add copyright notice.
12863
12864 2004-09-10 Jason Molenda (jmolenda@apple.com)
12865
12866 * gdb.base/define.exp: Two new tests to verify zero space chars
12867 after 'if' and 'while' commands in a user-defined command is correctly
12868 parsed.
12869
12870 2004-09-08 Andrew Cagney <cagney@gnu.org>
12871
12872 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12873 delivery test with duplicate at end of file.
12874
12875 2004-09-06 Mark Kettenis <kettenis@jive.nl>
12876
12877 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12878
12879 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12880
12881 * config/hppro.exp: Removed.
12882
12883 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12884
12885 * config/sparclet.exp: Removed.
12886
12887 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12888
12889 * config/udi.exp: Removed.
12890
12891 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12892
12893 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12894 of "exp_continue".
12895 (advancei): Likewise.
12896
12897 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12898
12899 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12900
12901 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12902
12903 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
12904 to check for nodebug in executable.
12905 * gdb.gdb/observer.exp (setup_test): Likewise.
12906 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12907 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12908
12909 2004-09-01 Andrew Cagney <cagney@gnu.org>
12910
12911 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12912 files.
12913
12914 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12915
12916 * gdb.base/unload.exp: Fix expected warning message to match
12917 latest format.
12918
12919 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
12920
12921 * gdb.base/call-rt-st.exp: Fix typos.
12922
12923 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12924
12925 * gdb.threads/thread_check.exp: New testcase.
12926 * gdb.threads/thread_check.c: New testcase.
12927
12928 2004-08-31 Andrew Cagney <cagney@gnu.org>
12929
12930 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12931 (skip_to_handler_entry): New procedures. Test stepping into a
12932 handler when the breakpoint is at the handler's entry point.
12933
12934 2004-08-30 Andrew Cagney <cagney@gnu.org>
12935
12936 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12937 gdb/1757.
12938
12939 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12940
12941 With code from Manoj Iyer <manjo@austin.ibm.com>:
12942 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12943 return value. Add an arm for "no debugging symbols found".
12944 Change a stray "error" to "perror".
12945 (gdb_run_cmd): Adapt to new return value.
12946 * gdb.base/remote.exp: Adapt to new return value.
12947 * gdb.gdb/complaints.exp: Likewise.
12948 * gdb.gdb/observer.exp: Likewise.
12949 * gdb.gdb/selftest.exp: Likewise.
12950 * gdb.gdb/xfullpath.exp: Likewise.
12951
12952 2004-08-27 Joel Brobecker <brobecker@gnat.com>
12953
12954 * gdb.threads/bp_in_thread.exp: New testcase.
12955
12956 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12957
12958 Fix PR testsuite/1735.
12959 * gdb.threads/schedlock.c (thread_function): Add a cast
12960 to suppress a gcc warning.
12961 * gdb.threads/thread-specific.c (thread_function): Likewise.
12962
12963 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12964
12965 * gdb.base/unload.c: Include <stdlib.h>.
12966
12967 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12968
12969 From Paul Gilliam <pgilliam@us.ibm.com>:
12970 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12971 synchronized after the "return".
12972
12973 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12974
12975 * gdb.mi/basics.c: Include <stdio.h>.
12976 * gdb.mi/pthreads.c: Include <stdlib.h>.
12977 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12978
12979 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12980
12981 * gdb.threads/schedlock.c: Add copyright notice.
12982
12983 2004-08-25 Andrew Cagney <cagney@gnu.org>
12984
12985 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12986 (skip_over_handler, breakpoint_over_hander): New test procedures.
12987 (advance, advancei): Add a proper prefix, do not use
12988 rerun_to_main.
12989 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12990
12991 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12992
12993 * gdb.mi/basics.c: Add copyright notice.
12994 * gdb.mi/var-cmd.c: Add copyright notice.
12995
12996 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12997
12998 * lib/gdb.exp: Remove signed_keyword_not_used.
12999 * lib/compiler.c: Likewise.
13000 * lib/compiler.cc: Likewise.
13001
13002 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13003
13004 * gdb.base/whatis.c: Remove conditional disabling of "signed".
13005 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13006
13007 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13008
13009 * gdb.base/whatis.c: Add copyright notice.
13010
13011 2004-08-20 Mark Kettenis <kettenis@gnu.org>
13012
13013 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
13014 it to skip the breakpoints encoded in the inline assembly.
13015
13016 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13017
13018 * Makefile.in: Add gdb.fortran.
13019
13020 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13021
13022 * gdb.base/call-sc.exp (test_scalar_returns):
13023 Fix cut-and-paste glitch in "Make fun return now".
13024
13025 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13026
13027 * configure.in: Add gdb.fortran.
13028 * configure: Regenerate.
13029 * gdb.fortran/Makefile.in: New file.
13030 * lib/gdb.exp (skip_fortran_tests): New procedure.
13031
13032 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13033
13034 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
13035 reference to bug-gnu@prep.ai.mit.edu.
13036 * gdb.mi/mi-var-child.exp: Likewise.
13037 * gdb.mi/mi-var-cmd.exp: Likewise.
13038 * gdb.mi/mi-var-display.exp: Likewise.
13039 * gdb.mi/mi2-var-block.exp: Likewise.
13040 * gdb.mi/mi2-var-child.exp: Likewise.
13041 * gdb.mi/mi2-var-cmd.exp: Likewise.
13042 * gdb.mi/mi2-var-display.exp: Likewise.
13043
13044 2004-08-15 Mark Kettenis <kettenis@gnu.org>
13045
13046 * gdb.base/unload.c (main): Make local variable msg const.
13047
13048 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13049
13050 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
13051 to bug-gnu@prep.ai.mit.edu.
13052 * gdb.mi/mi-disassemble.exp: Likewise.
13053 * gdb.mi/mi-eval.exp: Likewise.
13054 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
13055 default line number.
13056 * gdb.mi/mi-return.exp: Likewise.
13057 * gdb.mi/mi-simplerun.exp: Likewise.
13058 * gdb.mi/mi-stack.exp: Likewise.
13059 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
13060 number with explicit range test.
13061 * gdb.mi/mi-watch.exp: Likewise.
13062 * gdb.mi/mi2-break.exp: Likewise.
13063 * gdb.mi/mi2-cli.exp: Likewise.
13064 * gdb.mi/mi2-disassemble.exp: Likewise.
13065 * gdb.mi/mi2-eval.exp: Likewise.
13066 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
13067 default line number.
13068 * gdb.mi/mi2-return.exp: Likewise.
13069 * gdb.mi/mi2-simplerun.exp: Likewise.
13070 * gdb.mi/mi2-stack.exp: Likewise.
13071 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
13072 number with explicit range test.
13073 * gdb.mi/mi2-watch.exp: Likewise.
13074
13075 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13076
13077 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13078 * gdb.cp/m-static.exp: Likewise.
13079 * gdb.cp/rtti.exp: Likewise.
13080
13081 2004-08-14 Mark Kettenis <kettenis@gnu.org>
13082
13083 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13084
13085 2004-08-14 Eli Zaretskii <eliz@gnu.org>
13086
13087 * ChangeLog: Prefix Local Variables with semi-colons and indent
13088 the reference to older ChangeLog files, to fix fontification in
13089 Emacs.
13090
13091 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13092
13093 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13094 * gdb.mi/mi2-break.exp: Likewise.
13095
13096 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13097
13098 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13099
13100 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13101
13102 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13103
13104 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13105
13106 * gdb.cp/classes.exp: Remove unused declarations. Just let
13107 test names default instead of providing special names. Remove
13108 extraneous demangler test.
13109
13110 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
13111
13112 * gdb.base/unload.exp: New test for breakpoints in dynamically
13113 loaded libraries.
13114 * gdb.base/unload.c: Ditto.
13115 * gdb.base/unloadshr.c: Ditto.
13116
13117 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
13118
13119 * gdb.cp/classes.exp (test_ptype_class_objects): Call
13120 cp_test_ptype_class.
13121 (test_enums): Likewise.
13122
13123 2004-08-10 Andrew Cagney <cagney@gnu.org>
13124
13125 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13126 files.
13127
13128 2004-08-10 Andrew Cagney <cagney@gnu.org>
13129
13130 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13131 init_malloc call.
13132
13133 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13134
13135 * ChangeLog: Add copyright notice. The notice is copied
13136 from emacs 21.3 top level ChangeLog.
13137
13138 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13139
13140 * lib/cp-support.exp: New file.
13141 * lib/cp-support.exp (cp_test_type_class): New function.
13142 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13143 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13144 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13145 cp_test_ptype_class.
13146
13147 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13148
13149 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13150 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13151 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13152 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13153 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13154 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13155 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13156 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13157 gdb.mi/mi2-watch.exp: Update copyright years.
13158
13159 2004-08-09 Mark Kettenis <kettenis@gnu.org>
13160
13161 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13162
13163 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13164
13165 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13166 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13167 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13168 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13169 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13170 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13171 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13172 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13173 gdb.mi/mi-watch.exp: Update copyright years.
13174
13175 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13176
13177 PR gdb/1738
13178 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13179 from a breakpoint with a pending signal.
13180
13181 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13182
13183 PR gdb/1736
13184 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13185 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13186 the prompt.
13187 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13188
13189 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13190
13191 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13192
13193 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13194
13195 PR gdb/1736
13196 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13197 for i?86-*-linux*.
13198
13199 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13200
13201 * gdb.arch/i386-prologue.exp: Compile without debug information.
13202
13203 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13204
13205 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13206 rather than asking gdb to search.
13207
13208 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13209
13210 * gdb.base/gcore.c: Include <string.h>.
13211
13212 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13213
13214 * gdb.base/gcore.c: Add copyright notice.
13215
13216 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13217
13218 * gdb.base/freebpcmd.c: Include <stdio.h>.
13219 * gdb.base/long_long.c: Include <string.h>.
13220 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13221 * gdb.base/siginfo.c: Include <string.h>.
13222 * gdb.base/sigstep.c: Include <string.h>.
13223
13224 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13225
13226 * gdb.base/complex.c: Include <stdlib.h>.
13227
13228 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13229
13230 * gdb.base/complex.c: Add copyright notice.
13231
13232 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13233
13234 * gdb.base/charset.c: Include <stdlib.h>.
13235
13236 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13237
13238 * gdb.base/auxv.c: Include <stdlib.h>.
13239
13240 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13241
13242 * gdb.base/auxv.c: Add copyright notice.
13243
13244 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13245
13246 * gdb.base/coremaker.c: Add copyright notice.
13247 * gdb.base/coremaker2.c: Add copyright notice.
13248
13249 2004-08-04 Andrew Cagney <cagney@gnu.org>
13250
13251 * gdb.base/store.exp: Update copyright.
13252 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13253 names, do not import gdb_prompt.
13254
13255 2004-08-01 Andrew Cagney <cagney@gnu.org>
13256
13257 Fix PR testsuite/1729.
13258 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13259 not use capture_value with value 4.
13260 (capture_value): Add optional test name parameter.
13261 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13262 the prefix, pass to capture_value.
13263
13264 2004-08-01 Mark Kettenis <kettenis@gnu.org>
13265
13266 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13267 * gdb.arch/i386-prologue.c (standard): New prototype and function.
13268 (main): Call new function.
13269
13270 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13271
13272 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13273
13274 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13275
13276 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13277
13278 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13279
13280 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13281 Accept more values of vtbl pointer. Remove some messages
13282 about "obsolete gcc or gdb".
13283
13284 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13285
13286 * gdb.cp/classes.exp: Accept more varieties of ptype output.
13287
13288 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13289
13290 * gdb.base/asm-source.exp: Properly convert target board
13291 debug flags from gcc format to binutils format.
13292
13293 2004-07-28 Mark Kettenis <kettenis@gnu.org>
13294
13295 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13296 gdb1718". PR backtrace/1718 partially fixed.
13297
13298 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
13299
13300 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13301
13302 2004-07-26 Nick Clifton <nickc@redhat.com>
13303
13304 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
13305 good default value for a specific architecture is available then
13306 set it to that value. Otherwise default to the -gstabs switch.
13307 Remove the -g... switches from the asm-flags variable. Allow the
13308 target board info to override the value if it wants to. Pass the
13309 switch on the assembler command line.
13310
13311 2004-07-23 Mark Kettenis <kettenis@gnu.org>
13312
13313 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13314 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13315 (main): Call new function.
13316
13317 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
13318
13319 Test for PR exp/1715.
13320 * gdb.base/radix.exp: Refactor common procedures. Make all
13321 test names unique. Change XFAIL to KFAIL.
13322
13323 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
13324
13325 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
13326 * gdb.ada/gnat_ada.gin: ... to here.
13327 * configure.in: Use gnat_ada.gin.
13328 * configure: Regenerate.
13329
13330 2004-07-20 Andrew Cagney <cagney@gnu.org>
13331
13332 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
13333 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
13334 XFAILs. Clean up test messages and comments. Check backtraces.
13335 Delete re-sync code.
13336
13337 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13338
13339 Fix PR cli/740.
13340 * gdb.base/annota1.exp: Honor gdb,nosignals.
13341 * gdb.base/annota3.exp: Likewise.
13342
13343 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13344
13345 * lib/java.exp: Update copyright notice.
13346
13347 2004-07-19 Andrew Cagney <cagney@gnu.org>
13348
13349 * gdb.base/selftest.exp: Copy file from here ...
13350 * gdb.gdb/selftest.exp: ... to here.
13351
13352 2004-07-16 Andrew Cagney <cagney@redhat.com>
13353
13354 * lib/insight-support.exp: Delete file.
13355 * lib/java.exp (java_init): Fix copyright.
13356
13357 2004-07-16 Andrew Cagney <cagney@gnu.org>
13358
13359 * gdb.base/restore.c: Append "prologue" to comments marking the a
13360 function's prologue.
13361 * gdb.base/restore.exp: Update copyright, re-indent.
13362 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
13363 callerN" prefix where needed. Update patterns that match a
13364 function's prologue.
13365
13366 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
13367
13368 * gdb.base/restore.c: Add copyright notice.
13369
13370 2004-07-16 Andrew Cagney <cagney@gnu.org>
13371
13372 * gdb.base/logical.exp: Update copyright.
13373 (evaluate): New procedure. Use to re-implement tests using
13374 several tables.
13375
13376 2004-07-14 Martin Hunt <hunt@redhat.com>
13377
13378 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
13379 which fixes some problems where init.tcl was not found.
13380
13381 2004-07-13 Andrew Cagney <cagney@gnu.org>
13382
13383 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
13384 (check_sizeof, check_valueof): Do not include the output in the
13385 test name. Use gdb_test.
13386 (get_valueof): Use gdb_test_multiple.
13387
13388 * gdb.base/step-test.exp: Update copyright. Use
13389 gdb_test_multiple. Ensure that test names do not include
13390 architecture dependent output.
13391
13392 * gdb.gdb/observer.exp: Update copyright.
13393 (setup_test): Use gdb_test_multiple.
13394 (attach_first_observer, attach_second_observer)
13395 (attach_third_observer, detach_first_observer)
13396 (detach_second_observer, detach_third_observer)
13397 (reset_counters, check_counters): Make $message a prefix.
13398 (test_normal_stop_notifications): Add "args" parameter - a list of
13399 init functions to be called. Make $message a prefix,
13400 (test_observer_normal_stop): Change the message prefixes so that
13401 they are unique, pass the attach / detach procedures to
13402 test_normal_stop_notifications.
13403
13404 * gdb.base/signull.exp (test_segv): Prefix all tests with
13405 "${name}". Clean up test messages.
13406
13407 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
13408
13409 * gdb.base/ena-dis-br.exp: Update copyright.
13410 (break_at): New function. Replace send_gdb with gdb_test,
13411 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
13412 ignore count, not stopped at bpt", with KFAIL.
13413
13414 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
13415
13416 * gdb.base/attach.exp: Remove cleanupfile handling.
13417
13418 2004-07-12 Andrew Cagney <cagney@gnu.org>
13419
13420 * gdb.base/annota1.exp: Cleanup corefile test name.
13421 * gdb.base/annota3.exp: Ditto.
13422
13423 2004-07-12 Andrew Cagney <cagney@gnu.org>
13424
13425 * gdb.base/signals.exp: Clean up copyright, re-indent.
13426
13427 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
13428 gdb_test and gdb_test_multiple.
13429
13430 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
13431
13432 * gdb.java/jmain.exp: Fix expected line number for main to
13433 break at. Set XFAIL for break at main test since gcj does not
13434 provide line number info for first statement in main.
13435
13436 2004-07-08 Andrew Cagney <cagney@gnu.org>
13437
13438 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
13439
13440 * gdb.base/sigbpt.exp: Make the common part of each test name a
13441 prefix instead of suffix.
13442
13443 2004-07-07 Bob Rossi <bob_rossi@cox.net>
13444
13445 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
13446 test from test_tbreak_creation_and_listing to
13447 test_file_list_exec_source_file
13448 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
13449 Changed name of test from test_tbreak_creation_and_listing to
13450 test_file_list_exec_source_file
13451
13452 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
13453
13454 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
13455 the jmisc() constructor instead of <init>.
13456 * gdb.java/jmisc1.exp: Ditto.
13457
13458 2004-07-07 Andrew Cagney <cagney@gnu.org>
13459
13460 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13461 corrupting the PC.
13462
13463 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
13464
13465 * gdb.cp/templates.exp: Accept whitespace change in demangler
13466 output.
13467
13468 2004-07-06 Andrew Cagney <cagney@gnu.org>
13469
13470 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13471
13472 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
13473
13474 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13475 * lib/compiler.cc: Likewise.
13476
13477 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
13478
13479 * lib/compiler.cc: Work around string preprocessing problem
13480 with old hp c++ compiler.
13481 * lib/compiler.c: Likewise.
13482
13483 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13484
13485 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
13486 directives to conditionalize symbol prefixing.
13487 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13488 additional_flags handling. Add underscore prefix for Cygwin.
13489 * gdb.arch/i386-unwind.c: Use preprocessor directives to
13490 conditionalize symbol prefixing.
13491 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13492 additional_flags handling. Add underscore prefix for Cygwin.
13493
13494 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13495
13496 * gdb.base/bigcore.exp: Skip test on Cygwin.
13497
13498 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
13499
13500 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
13501 formats for "info register". Use gdb_test_multiple. Fix
13502 the "invalid register" test.
13503
13504 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
13505
13506 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
13507 PID for Cygwin. Add Cygwin specific strings to check for in some
13508 tests.
13509 (do_attach_tests): Add a test for user interaction when attaching
13510 to a process with no matching symbol table already loaded.
13511
13512 2004-06-26 Andrew Cagney <cagney@gnu.org>
13513
13514 Test PR java/1567 and PR java/1565.
13515 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
13516 * gdb.java/jmisc2.exp: Delete file.
13517
13518 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
13519
13520 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
13521
13522 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
13523
13524 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
13525 attach process.
13526
13527 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
13528
13529 * gdb.cp/pr-1553.exp: Remove.
13530
13531 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
13532
13533 * gdb.cp/pr-1553.cc: Remove.
13534 * gdb.cp/pr-1553.exp: Disable this test.
13535
13536 2004-06-20 Jim Blandy <jimb@redhat.com>
13537
13538 Fix PR testsuite/1680.
13539 * gdb.arch/i386-sse.exp: Properly quote curly braces in
13540 regular expressions.
13541
13542 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
13543
13544 Fix PR testsuite/1679.
13545 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
13546 Issue an UNSUPPORTED result instead.
13547
13548 2004-06-18 Jim Blandy <jimb@redhat.com>
13549
13550 * gdb.base/charset.exp: Only send a control-C if we see a new
13551 prompt and incomplete command.
13552
13553 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
13554
13555 * gdb.cp/pr-574.cc: Add copyright notice.
13556
13557 2004-06-17 Jim Blandy <jimb@redhat.com>
13558
13559 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
13560 cases where the regexp has no groups; this grabs random text from
13561 the previous test suite, whatever that was.
13562
13563 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
13564
13565 * gdb.cp/printmethod.cc: Add copyright notice.
13566
13567 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
13568
13569 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
13570
13571 2004-06-16 Andrew Cagney <cagney@gnu.org>
13572
13573 * gdb.base/signull.c: Update copyright. Include <string.h>.
13574 (bowler): Replace data_pointer with data_read
13575 and data_write cases. Add code_descriptor case.
13576 (zero, desc): New array and pointer.
13577 (data, code): Change to simple pointers.
13578 * gdb.base/signull.exp: Fix probe pattern matching a function
13579 descriptor SIGSEGV. Replace data_pointer with data_read and
13580 data_write tests.
13581
13582 2004-06-16 Andrew Cagney <cagney@gnu.org>
13583
13584 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
13585
13586 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13587
13588 * gdb.base/long_long.c: Add copyright notice.
13589
13590 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13591
13592 * gdb.base/long_long.exp: Remove reference to
13593 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
13594 to gdb_breakpoint and gdb_continue_to_breakpoint.
13595
13596 2004-06-14 Jim Blandy <jimb@redhat.com>
13597
13598 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
13599 endian case.
13600
13601 2004-06-14 Andrew Cagney <cagney@gnu.org>
13602
13603 * gdb.base/gcore.exp (capture_command_output): Delete the always
13604 passing tests containing inferior values.
13605 * gdb.base/ending-run.exp: Do not include the breakpoint address
13606 in the test message. Update copyright.
13607 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
13608 size in the test name, use gdb_test_multiple. Update copyright.
13609
13610 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13611
13612 * gdb.cp/ref-types.cc: Add copyright notice.
13613
13614 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13615
13616 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13617 hp_aCC_compiler.
13618 * lib/compiler.cc: Likewise.
13619 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13620 'set' commands. Log diagnostics for other lines. Set
13621 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13622
13623 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
13624
13625 * gdb.cp/try_catch.cc: Add copyright notice.
13626
13627 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
13628
13629 * gdb.cp/userdef.cc: Add copyright notice.
13630
13631 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
13632
13633 * gdb.cp/virtfunc.cc: Add copyright notice.
13634
13635 2004-06-11 Randolph Chung <tausq@debian.org>
13636
13637 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13638 problem.
13639
13640 2004-06-10 Andrew Cagney <cagney@gnu.org>
13641
13642 * lib/compiler.cc, lib/compiler.c: Append either
13643 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13644 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13645 instead of gcc-3-3.
13646
13647 2004-06-09 Andrew Cagney <cagney@gnu.org>
13648
13649 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13650 gdb/1455, bug is specific to "long long" and "double".
13651
13652 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13653 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13654 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
13655 fixed.
13656
13657 2004-06-09 Andrew Cagney <cagney@gnu.org>
13658
13659 * gdb.base/structs.exp (test_struct_returns): Replace
13660 "return_value_unknown" and "finish_value_unknown" by
13661 "return_value_known" and "finish_value_known". Instead of
13662 "return_value_unknown" iff "finish_value_unknown", check
13663 "return_value_known" implies "finish_value_known".
13664
13665 2004-06-08 Martin Hunt <hunt@redhat.com>
13666
13667 * gdb.base/float.exp: Add pattern for mips targets.
13668
13669 2004-06-08 Randolph Chung <tausq@debian.org>
13670
13671 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13672 message for unknown architectures more clear.
13673
13674 2004-06-08 Joel Brobecker <brobecker@gnat.com>
13675
13676 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13677 start the execution of the program.
13678
13679 2004-06-07 Jim Blandy <jimb@redhat.com>
13680
13681 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13682 * gdb.arch/i386-cpuid.h: New helper file.
13683
13684 2004-06-07 Randolph Chung <tausq@debian.org>
13685
13686 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13687 has started.
13688
13689 2004-06-04 Roland McGrath <roland@redhat.com>
13690
13691 Fix PR gdb/1647.
13692 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13693 differently to be robust to output buffering differences.
13694
13695 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
13696
13697 * gdb.threads/pthreads.exp: Update copyright years.
13698 (check_control_c): Change asynchronous 'after' to synchronous.
13699
13700 2004-06-04 Roland McGrath <roland@redhat.com>
13701
13702 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13703 next gdb prompt.
13704
13705 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13706
13707 Fix PR gdb/1636.
13708 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13709 calls to synchronous.
13710
13711 2004-05-26 Jim Blandy <jimb@redhat.com>
13712
13713 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13714
13715 2004-05-24 Randolph Chung <tausq@debian.org>
13716
13717 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13718 * gdb.asm/pa.inc: New file.
13719
13720 2004-05-22 Mark Kettenis <kettenis@gnu.org>
13721
13722 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13723
13724 2004-05-21 Joel Brobecker <brobecker@gnat.com>
13725 Daniel Jacobowitz <drow@mvista.com>
13726
13727 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13728 GDB prompt.
13729
13730 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13731
13732 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
13733 setjmp/longjmp. Use sigaction instead of signal.
13734
13735 2004-05-19 J. Brobecker <brobecker@gnat.com>
13736 Michael Snyder <msnyder@redhat.com>
13737
13738 * gdb.threads/pthread_cond_wait.c: New file.
13739 * gdb.threads/pthread_cond_wait.exp: New testcase.
13740
13741 2004-05-13 Andrew Cagney <cagney@redhat.com>
13742
13743 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13744 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13745
13746 2004-05-11 Andrew Cagney <cagney@redhat.com>
13747
13748 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13749 fixed but revealed gdb/1639.
13750
13751 2004-05-10 Andrew Cagney <cagney@redhat.com>
13752
13753 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13754 func1" and "next to 2nd alarm", kernel bug avoided.
13755
13756 2004-05-10 Daniel Jacobowitz <dan@debian.org>
13757
13758 PR external/1568
13759 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13760 XFAIL if it is smaller than bytes_allocated.
13761 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13762 (main): Make chunks_allocated unsigned. Correct comment.
13763
13764 2004-05-07 Joel Brobecker <brobecker@gnat.com>
13765
13766 * gdb.arch/powerpc-aix-prologue.c: New file.
13767 * gdb.arch/powerpc-aix-prologue.exp: New file.
13768
13769 2004-05-07 Jim Blandy <jimb@redhat.com>
13770
13771 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13772 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13773
13774 2004-05-06 Joel Brobecker <brobecker@gnat.com>
13775
13776 * gdb.base/sep.exp: No longer setup_kfail when the program was
13777 built with dwarf2.
13778
13779 2004-05-05 Jim Ingham <jingham@apple.com>
13780
13781 * gdb.base/pending.exp: Make sure pending breakpoints
13782 preserve the ignore count.
13783
13784 2004-04-27 Jerome Guitton <guitton@gnat.com>
13785
13786 * i386-prologue.exp: Add testcase for jump instruction as first
13787 instruction of the real code.
13788 * i386-prologue.c (jump_at_beginning): New function.
13789
13790 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13791
13792 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13793 x86_64-*-*.
13794
13795 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13796
13797 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13798 i*86-*-*.
13799
13800 2004-04-25 Mark Kettenis <kettenis@gnu.org>
13801
13802 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13803 expression that checks the return type.
13804
13805 2004-04-23 Andrew Cagney <cagney@redhat.com>
13806
13807 * gdb.base/call-sc.exp: New test of scalar call/return values.
13808 * gdb.base/call-sc.c: Ditto.
13809
13810 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13811
13812 * gdb.threads/manythreads.c: Reduce thread stack size.
13813
13814 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13815
13816 * gdb.threads/manythreads.c: Add copyright notice.
13817
13818 2004-04-23 Andrew Cagney <cagney@redhat.com>
13819
13820 * gdb.base/siginfo.exp: Better handle step out of signal.
13821 * gdb.base/sigstep.exp: Ditto.
13822
13823 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
13824 Daniel Jacobowitz <drow@mvista.com>
13825
13826 * gdb.threads/manythreads.c: New testcase.
13827 * gdb.threads/manythreads.exp: Ditto.
13828
13829 2004-04-22 Jim Blandy <jimb@redhat.com>
13830
13831 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13832 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13833
13834 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13835
13836 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13837
13838 2004-04-21 Andrew Cagney <cagney@redhat.com>
13839
13840 * gdb.base/sigstep.c: New file.
13841 * gdb.base/sigstep.exp: New file.
13842
13843 2004-04-16 Joel Brobecker <brobecker@gnat.com>
13844
13845 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13846 call to observer_notify_normal_stop.
13847
13848 2004-04-15 Andrew Cagney <cagney@redhat.com>
13849
13850 * gdb.base/siginfo.c: New file.
13851 * gdb.base/siginfo.exp: New file.
13852
13853 2004-04-12 J. Brobecker <brobecker@gnat.com>
13854
13855 * gdb.base/sep.exp: Fix typo in comment.
13856
13857 2004-04-12 J. Brobecker <brobecker@gnat.com>
13858
13859 * gdb.base/sep.c: New file.
13860 * gdb.base/sep-proc.c: New file.
13861 * gdb.base/sep.exp: New testcase.
13862
13863 2004-04-09 Mark Kettenis <kettenis@gnu.org>
13864
13865 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13866 support.
13867
13868 2004-04-05 Andrew Cagney <cagney@redhat.com>
13869
13870 * gdb.base/sigaltstack.c: New file.
13871 * gdb.base/sigaltstack.exp: New file.
13872
13873 2004-04-04 Joel Brobecker <brobecker@gnat.com>
13874
13875 * gdb.base/foll-fork.exp: Update the expected output for
13876 "help set follow-fork-mode", to match a change that was made
13877 to the help of this variable on 2004-01-13.
13878
13879 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13880
13881 * lib/ada.exp: Add copyright notice.
13882 * bar.ads: Likewise.
13883 * bar.adb: Likewise.
13884 * null_record.adb: Likewise.
13885 * null_record.exp: Likewise.
13886 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13887
13888 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13889
13890 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13891 * configure: Regenerate.
13892
13893 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13894
13895 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13896 to build the application. Remove the message printed when in
13897 verbose mode, redundant with the UNSUPPORTED message above.
13898
13899 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13900
13901 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13902 * gdb.ada (null_record.exp): New testcase.
13903
13904 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13905
13906 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13907
13908 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13909
13910 * gdb.ada: New subdirectory.
13911 * gdb.ada/Makefile.in: New file.
13912 * gdb.ada/gnat_ada.gpr.in: New file.
13913
13914 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13915
13916 * lib/ada.exp: New file.
13917
13918 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
13919
13920 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13921 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13922
13923 2004-03-22 Andrew Cagney <cagney@redhat.com>
13924
13925 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13926 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13927 Problem identified by Ulrich Weigand.
13928
13929 2004-03-17 David Carlton <carlton@kealia.com>
13930
13931 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13932 PR c++/826.
13933
13934 2004-03-16 Roland McGrath <roland@redhat.com>
13935
13936 * gdb.base/auxv.exp: New file.
13937 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13938
13939 2004-03-12 David Carlton <carlton@kealia.com>
13940
13941 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13942 * gdb.cp/pr-1553.cc: Ditto.
13943 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13944 pass branch.
13945
13946 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13947
13948 * gdb.cp/templates.exp: Accept more template types.
13949
13950 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13951
13952 From Corinna Vinschen with modifications.
13953 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13954 local variable obj_with_enum.
13955 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13956 results with obj_with_enum.
13957
13958 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13959
13960 * gdb.cp/classes.cc: New file, copied from misc.cc.
13961 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13962
13963 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13964
13965 * gdb.cp/misc.cc: Add copyright notice.
13966
13967 2004-03-05 David Carlton <carlton@kealia.com>
13968
13969 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13970 * gdb.cp/rtti.h: Update copyright.
13971 (namespace n2::n3): New.
13972 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13973 (n2::n3::func3): New.
13974 (main): Call n2::n3::func3.
13975 * gdb.cp/rtti2.cc: Update copyright.
13976 (n2::create3): New.
13977
13978 2004-03-04 Mark Kettenis <kettenis@gnu.org>
13979
13980 * gdb.asm/openbsd.inc: Fix typo.
13981
13982 2004-03-03 Fred Fish <fnf@redhat.com>
13983
13984 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13985 "val" instead of unused "size". Update copyright year.
13986
13987 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13988
13989 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13990 to use unsigned char.
13991 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13992 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13993
13994 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13995
13996 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13997 line of output.
13998
13999 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14000
14001 * gdb.base/relocate.c (dummy): Initialize.
14002
14003 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14004
14005 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
14006 a breakpoint at exit.
14007
14008 2004-02-27 Fred Fish <fnf@redhat.com>
14009
14010 * gdb.base/chng-syms.exp: Add expect condition to match failing
14011 case that isn't a timeout.
14012
14013 2004-02-27 Andrew Cagney <cagney@redhat.com>
14014
14015 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14016 support.
14017
14018 2004-02-26 Fred Fish <fnf@redhat.com>
14019
14020 * gdb.arch/gdb1431.c: Remove.
14021 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14022 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14023 of "until" incorrectly.
14024
14025 2004-02-26 J. Brobecker <brobecker@gnat.com>
14026
14027 * gdb.cp/class2.cc (empty): New class.
14028 (refer): New function.
14029 (main): Declare an object of type empty and use it.
14030 * gdb.cp/class2.exp: Print the value of an object of type empty.
14031
14032 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
14033
14034 * gdb.base/langs.exp: Update query string to match the
14035 new nquery format used for pending breakpoints.
14036
14037 2004-02-26 Andrew Cagney <cagney@redhat.com>
14038
14039 Fix PR i18n/1570.
14040 * gdb.base/charset.c: Update copyright notice.
14041 (main, init_string): Remove the escape character '\e' tests.
14042 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14043 * gdb.base/charset.exp (valid_host_charset): Ditto.
14044 * gdb.base/setvar.exp: Ditto.
14045
14046 2004-02-24 Andrew Cagney <cagney@redhat.com>
14047
14048 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14049 mmapped data in core file" PASS and FAIL messages consistent.
14050
14051 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14052 setting a breakpoint. Work around PR java/1565.
14053
14054 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
14055
14056 * lib/gdb.exp (gdb_breakpoint): Update query string to match
14057 new nquery format.
14058 * gdb.base/pending.exp: Ditto.
14059
14060 2004-02-22 Mark Kettenis <kettenis@gnu.org>
14061
14062 * configure.in: Run stabs tests on *BSD.
14063 * configure: Regenerated.
14064
14065 2004-02-21 Mark Kettenis <kettenis@gnu.org>
14066
14067 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14068
14069 2004-02-20 Fred Fish <fnf@redhat.com>
14070
14071 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14072 blank in test for "returns short", for consistency with other
14073 "returns xxx" tests. Update copyright year.
14074
14075 2004-02-19 Fred Fish <fnf@redhat.com>
14076
14077 New testcase for PR breakpoint/1558.
14078 * gdb.arch/gdb1558.exp: New file.
14079 * gdb.arch/gdb1558.c: New file.
14080
14081 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
14082
14083 * gdb.base/nodebug.exp: Fix typo.
14084
14085 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14086
14087 Committed by Jim Blandy <jimb@redhat.com>.
14088
14089 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14090
14091 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14092
14093 * gdb.base/float.exp: Support s390*-*-* targets.
14094
14095 2004-02-17 Adam Fedor <fedor@gnu.org>
14096
14097 * gdb.base/gdb1555.exp: New file.
14098 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14099
14100 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
14101
14102 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14103
14104 2004-02-16 Fred Fish <fnf@redhat.com>
14105
14106 * gdb.arch/gdb1291.c: Remove
14107 * gdb.arch/gdb1291.s: New test input file.
14108 * gdb.arch/gdb1291.exp: Expand test to check case that should not
14109 fail. Test for correct result, known incorrect result, other
14110 failures and timeouts.
14111
14112 2004-02-16 Andrew Cagney <cagney@redhat.com>
14113
14114 * gdb.base/bigcore.exp: New file.
14115 * gdb.base/bigcore.c: New file.
14116
14117 2004-02-13 Andrew Cagney <cagney@redhat.com>
14118
14119 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14120 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14121 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14122 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14123 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14124 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14125 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14126 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14127 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14128 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14129
14130 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14131
14132 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14133 executed is an alloc instruction.
14134
14135 2004-02-11 David Carlton <carlton@kealia.com>
14136
14137 * gdb.cp/breakpoint.exp: New.
14138 * gdb.cp/breakpoint.cc: New.
14139
14140 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14141
14142 Partial fix for PR gdb/1543.
14143 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14144 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14145 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14146 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14147 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14148 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14149 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14150 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14151 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14152 to bug-gdb@prep.ai.mit.edu .
14153 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14154 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14155 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14156 Likewise.
14157
14158 2004-02-10 Andrew Cagney <cagney@redhat.com>
14159
14160 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14161 using gdb_internal_error_resync.
14162
14163 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
14164
14165 * gdb.threads/thread-specific.exp: Stop early if no threads are
14166 found.
14167
14168 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14169
14170 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14171
14172 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
14173
14174 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14175 breakpoints.
14176
14177 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
14178
14179 * config/sim.exp (gdb_load): Handle $arg == "".
14180 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14181 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14182
14183 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
14184
14185 * gdb.base/maint.exp: Update test to reflect
14186 obstack changes.
14187
14188 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14189
14190 * gdb.base/pendshr.c (pendfunc): New function that calls
14191 pendfunc1.
14192 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14193
14194 2004-02-04 Fred Fish <fnf@redhat.com>
14195
14196 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14197 function symbols and update copyright years.
14198 * gdb.arch/gdb1291.c: Ditto.
14199
14200 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14201
14202 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14203
14204 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14205
14206 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14207
14208 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14209
14210 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14211
14212 2004-02-02 Fred Fish <fnf@redhat.com>
14213
14214 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14215 remote targets. Update copyright years.
14216
14217 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14218
14219 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14220 support.
14221 * gdb.base/langs.exp: Fix test which attempts to create
14222 breakpoint on non-existent function to handle new pending
14223 support.
14224 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14225 a breakpoint.
14226 * gdb.base/pending.exp: New test.
14227 * gdb.base/pending.c: New file.
14228 * gdb.base/pendshr.c: Ditto.
14229
14230 2004-02-02 David Carlton <carlton@kealia.com>
14231
14232 * gdb.cp/overload.exp: Add overloadNamespace tests.
14233 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14234 (overloadNamespace, XXX): New.
14235 (main): Call XXX::marker2.
14236
14237 2004-02-01 Fred Fish <fnf@redhat.com>
14238
14239 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14240 * gdb.base/finish.exp: Ditto.
14241 * gdb.base/gcore.exp: Ditto.
14242 * gdb.base/huge.exp: Ditto.
14243 * gdb.base/info-proc.exp: Ditto.
14244 * gdb.base/return2.exp: Ditto.
14245 * gdb.threads/gcore-thread.exp: Ditto.
14246
14247 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14248
14249 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14250
14251 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14252
14253 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14254 that opening the file succeeds on OpenBSD.
14255
14256 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14257
14258 * gdb.threads/thread-specific.c: New file.
14259 * gdb.threads/threads-specific.exp: New test script.
14260 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14261 to expect_out.
14262
14263 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14264
14265 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
14266 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14267 only on the "print_small_structs from print_long_arg_list" test.
14268
14269 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14270
14271 * gdb.base/completion.exp: Kill a stray backslash.
14272
14273 From Jim Ingham <jingham@apple.com>:
14274 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14275 agrees with the result from sending a tab.
14276
14277 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
14278
14279 * gdb.base/chng-syms.exp: Remove stray newline.
14280
14281 2004-01-31 Mark Kettenis <kettenis@gnu.org>
14282
14283 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14284 *-*-openbsd*.
14285 * gdb.asm/openbsd.inc: New file.
14286
14287 2004-01-30 Mark Kettenis <kettenis@gnu.org>
14288
14289 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
14290 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14291 *-*solaris2*. Remove commented out default settings for
14292 asm-flags. Replace gdb_compile with target_link.
14293
14294 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
14295
14296 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
14297 for all tests. Remove old hp-ux and cygnus xfail cases.
14298
14299 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
14300
14301 * gdb.base/chng-syms.exp: New file.
14302 * gdb.base/chng-syms.c: New file.
14303
14304 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14305
14306 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
14307 Provide arms for current output in all my configurations.
14308
14309 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14310
14311 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14312 * lib/compiler.cc: Likewise.
14313 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14314 get the right preprocessor. Eval the output directly. Remove
14315 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
14316 hp_f77_compiler and hp_f90_compiler completely.
14317 (gdb_preprocess): Delete.
14318 (get_compiler): Delete.
14319
14320 2004-01-24 Mark Kettenis <kettenis@gnu.org>
14321
14322 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
14323 <string.h>.
14324
14325 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
14326
14327 * gdb.mi/mi-stack.exp: Update copyright.
14328
14329 2004-01-23 David Carlton <carlton@kealia.com>
14330
14331 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
14332 test for cp_lookup_transparent_type.
14333 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
14334 call them.
14335
14336 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
14337
14338 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
14339 after -var-update.
14340
14341 2004-01-23 David Carlton <carlton@kealia.com>
14342
14343 * gdb.cp/namespace.cc (C::ensureRefs): New.
14344 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
14345
14346 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
14347
14348 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
14349 case "-stack-list-locals 2".
14350 * gdb.mi/mi-var-child.exp: Test for case
14351 "-var-list-children --all-values NAME".
14352
14353 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
14354
14355 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
14356
14357 2004-01-18 Mark Kettenis <kettenis@gnu.org>
14358
14359 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
14360 used with gdb_test_multiple.
14361
14362 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
14363 read at address 0. This fixes PR testsuite/1504.
14364
14365 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
14366
14367 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
14368 Remove downloading, guessing the host executable, the calls to
14369 gdb_file_cmd and gdb_target_cmd, and "load" support.
14370 (infer_host_exec): New function broken out from gdb_load.
14371 (gdb_load): New wrapper for gdbserver_gdb_load.
14372 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
14373 gdb_target_cmd. Use -target-select.
14374 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
14375 Download binaries to the host. Clear last_mi_remote_file when
14376 we load a new binary.
14377 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
14378 call gdbserver_gdb_load and mi_gdb_target_cmd.
14379
14380 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14381
14382 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
14383 type patterns.
14384
14385 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14386
14387 * gdb.cp/templates.exp: Fix typo in test name of
14388 "print Foo<volatile char*>::foo".
14389
14390 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14391
14392 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
14393
14394 2004-01-16 Ben Elliston <bje@wasabisystems.com>
14395
14396 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
14397 (clean mostlyclean): Remove empty rm.
14398
14399 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14400
14401 * gdb.base/setvar.exp: Add copyright years.
14402
14403 2004-01-14 David Carlton <carlton@bactrian.org>
14404
14405 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
14406 PR c++/1511 and update coment.
14407 * gdb.cp/templates.exp: Update patterns to match current output.
14408 If changes involve something other than whitespace, KFAIL
14409 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
14410
14411 2004-01-14 David Carlton <carlton@kealia.com>
14412
14413 * gdb.cp/namespace.exp: Add tests involving classes defined within
14414 namespaces.
14415 * gdb.cp/namespace.cc (C::CClass): New.
14416 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
14417
14418 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14419
14420 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
14421 what debug info we have. Print a better message if something goes
14422 wrong while producing the separate debug info file.
14423
14424 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14425
14426 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
14427
14428 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14429
14430 * gdb.base/callfuncs.c: Add copyright notice.
14431
14432 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
14433
14434 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
14435 inheritance. PR gdb/1498, PR gcc/13539.
14436
14437 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
14438
14439 * gdb.threads/gcore-thread.exp: Prefix name of binary with
14440 test specific name.
14441 * gdb.mi/gdb669.exp: Ditto.
14442 * gdb.mi/mi-pthreads.exp: Ditto.
14443 * gdb.mi/mi1-pthreads.exp: Ditto.
14444 * gdb.mi/mi2-pthreads.exp: Ditto.
14445
14446 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14447
14448 * gdb.cp/member-ptr.cc: Add copyright notice.
14449
14450 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14451
14452 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
14453 some patterns for recent versions of gcc and hpacc. Delete
14454 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
14455 Delete tests that access a NULL pointer-to-member-data. This
14456 script is still disabled for gcc.
14457
14458 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14459
14460 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
14461 escaped correctly.
14462
14463 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14464
14465 * gdb.base/sepdebug.exp: New file.
14466 * gdb.base/sepdebug.c: New file.
14467 * lib/gdb.exp (separate_debug_filename): New procedure.
14468 (gdb_gnu_strip_debug): New procedure.
14469
14470 2004-01-12 Andrew Cagney <cagney@redhat.com>
14471
14472 * gdb.mi/ChangeLog: Delete file. Renamed to ...
14473 * gdb.mi/ChangeLog-1999-2003: New file.
14474
14475 2004-01-12 Andrew Cagney <cagney@redhat.com>
14476
14477 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
14478 "Renaming a directory to a non-empty directory returns ENOTEMPTY
14479 or EEXIST", treat EBUSY as an XFAIL.
14480
14481 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
14482
14483 * gdb.base/scope.exp: Remove obsolete setup_xfail for
14484 hp_cc_compiler.
14485
14486 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14487
14488 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14489 decorations.
14490
14491 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14492
14493 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14494 and "(aCC)" decorations. Remove obsolete doco about old
14495 test results.
14496
14497 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14498
14499 * gdb.cp/exception.exp: Fix typo in doco.
14500
14501 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14502
14503 * gdb.base/gdb1476.exp: Fix typo.
14504
14505 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14506
14507 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
14508 file.
14509
14510 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14511
14512 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
14513 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
14514 Use gdb_compile. Remove restriction on gcc. Add some patterns
14515 for recent version of gdb. Delete second half, which was a copy
14516 of the first half with different build flags. This test is
14517 still disabled because it is still not ready for production.
14518
14519 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14520
14521 * gdb.cp/exception.cc: Add copyright notice.
14522 * gdb.cp/exception.exp: Add a notice that this file is broken
14523 because of line number changes caused by addition of copyright
14524 notice.
14525
14526 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14527
14528 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
14529 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
14530
14531 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14532
14533 * gdb.cp/classes.exp: Accept gnu abi 2.
14534 * gdb.cp/derivation.exp: Likewise.
14535 * gdb.cp/overload.exp: Likewise.
14536 * gdb.cp/virtfunc.exp: Likewise.
14537
14538 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14539
14540 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
14541 semicolon after end of function.
14542
14543 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14544
14545 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
14546 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
14547 boilerplate code for compiling and running the program under
14548 test. Add some string method tests.
14549
14550 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14551
14552 * gdb.cp/bs15503.cc: Add copyright notice.
14553 * gdb.cp/bs15503.exp: Adjust line number.
14554
14555 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14556
14557 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
14558 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
14559
14560 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14561
14562 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
14563 hp_cc_compiler.
14564
14565 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14566
14567 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
14568 * gdb.cp/ctti.exp: Use the marker instead of "next".
14569 With gcc, run further before bailing.
14570
14571 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14572
14573 * gdb.cp/cttiadd.cc: Add copyright notice.
14574 * gdb.cp/cttiadd1.cc: Likewise.
14575 * gdb.cp/cttiadd2.cc: Likewise.
14576 * gdb.cp/cttiadd3.cc: Likewise.
14577
14578 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14579
14580 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
14581 Use gdb_test, gdb_test_multiple. Use floating-point values that
14582 have exact representations in IEEE-ish formats.
14583
14584 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14585
14586 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
14587 compilers. Delete duplicate call to get_compiler_info.
14588 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
14589 * gdb.base/volatile.exp: Likewise.
14590
14591 2004-01-07 Mark Kettenis <kettenis@gnu.org>
14592
14593 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
14594 memory at address 0.
14595
14596 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14597
14598 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
14599 to test for hp-ux assembler. Fix copyright years.
14600
14601 2004-01-07 Andrew Cagney <cagney@redhat.com>
14602
14603 * gdb.base/fileio.c (strerrno): Add "EBUSY".
14604
14605 2004-01-07 Andrew Cagney <cagney@redhat.com>
14606
14607 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
14608 when creating the read-only file. From analysis by Roland McGrath
14609 and Elena Zannoni.
14610
14611 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14612
14613 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14614
14615 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14616
14617 * gdb.base/cvexpr.c: Be type-safe with function pointers and
14618 data pointers.
14619
14620 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14621
14622 * gdb.cp/m-static.exp: Compile one source file at a time.
14623 Delete unused call to get_compiler_info.
14624
14625 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14626
14627 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14628 * gdb.base/call-rt-st.exp: Likewise.
14629 * gdb.base/nodebug.exp: Likewise.
14630 * gdb.base/volatile.exp: Likewise.
14631 * gdb.cp/ref-types.exp: Likewise.
14632 * gdb.cp/templates.exp: Likewise.
14633
14634 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14635
14636 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14637
14638 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
14639
14640 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14641 hppa*-hp-hpux*.
14642
14643 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14644
14645 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14646 x86_64-*-*.
14647
14648 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14649 sparc64-*-* and sparc*-solaris2*.
14650
14651 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14652
14653 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14654 return ${tests}" test. The ${tests} already mentions the
14655 filename.
14656
14657 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14658
14659 * gdb.cp/local.exp: Accept gcc abi 2.
14660
14661 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14662
14663 * gdb.cp/templates.exp: Accept gcc abi 2.
14664
14665 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14666
14667 * lib/compiler.cc: Remove supports_template_debugging.
14668 * gdb.cp/templates.exp: Do not test supports_template_debugging.
14669
14670 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14671
14672 * gdb.cp/namespace.exp: Accept gcc abi 2.
14673
14674 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14675
14676 * gdb.cp/method.exp: Accept gcc abi 2.
14677
14678 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14679
14680 * gdb.cp/classes.exp: Generate identical results as old version.
14681 * gdb.cp/derivation.exp: Likewise.
14682 * gdb.cp/overload.exp: Likewise.
14683 * gdb.cp/virtfunc.exp: Likewise.
14684
14685 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14686
14687 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14688 mysterious bug with sourceware version of expect.
14689
14690 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14691
14692 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
14693 current versions of gcc, including gcc abi 2. Remove gratuitous
14694 restart of test program. Use gdb_test_multiple and gdb_test for
14695 all tests. Add patterns to xfail missing "const" in "const char *"
14696 and kfail PR gdb/1155.
14697
14698 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14699
14700 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
14701 current versions of gcc, including gcc abi 2. Remove gratuitous
14702 restart of test program. Use gdb_test_multiple and gdb_test for
14703 all tests. Add patterns to kfail PR gdb/1498.
14704
14705 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14706
14707 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14708 current versions of gcc, including gcc abi 2. Use "breakpoint"
14709 and "continue" instead of restarting the target program. Use
14710 gdb_test_multiple and gdb_test for all tests.
14711
14712 2004-01-01 Mark Kettenis <kettenis@gnu.org>
14713
14714 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14715 for *-*-solaris2*.
14716
14717 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14718
14719 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14720 current versions of gcc, including gcc abi 2. Use "breakpoint"
14721 and "continue" instead of restarting the target program several
14722 times. Use gdb_test_multiple and gdb_test for all tests.
14723
14724 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14725
14726 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14727 source files.
14728
14729 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14730
14731 * gdb.base/environ.exp: Handle compiling test case from multiple
14732 source files.
14733
14734 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14735
14736 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14737
14738 2003-12-17 Jim Blandy <jimb@redhat.com>
14739
14740 * gdb.base/freebpcmd.c: Add copyright notice.
14741
14742 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14743
14744 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14745
14746 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14747
14748 2003-12-13 Jim Blandy <jimb@redhat.com>
14749
14750 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14751
14752 2003-12-12 Kevin Buettner <kevinb@redhat.com>
14753
14754 * gdb.asm/frv.inc: New file.
14755 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14756
14757 2003-12-09 Fred Fish <fnf@redhat.com>
14758
14759 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14760 functions to break1.c and leave prototypes behind. Add more
14761 "set breakpoint NN here" comments.
14762 * gdb.base/break1.c: New file.
14763
14764 * gdb.base/break.exp: Handle compiling test case from multiple
14765 source files and change source file references as needed.
14766 * gdb.base/completion.exp: Ditto.
14767 * gdb.base/condbreak.exp: Ditto.
14768 * gdb.base/define.exp: Ditto.
14769 * gdb.base/ena-dis-br.exp: Ditto.
14770 * gdb.base/info-proc.exp: Ditto.
14771 * gdb.base/maint.exp: Ditto.
14772 * gdb.base/until.exp: Ditto.
14773
14774 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14775 hardcoded line numbers.
14776 * gdb.base/define.exp: Ditto.
14777 * gdb.base/ena-dis-br.exp: Ditto.
14778 * gdb.base/maint.exp: Ditto.
14779 * gdb.base/until.exp: Ditto.
14780
14781 * gdb.base/completion.exp: Use "break1" for completion tests since
14782 "break" is no longer a unique prefix.
14783
14784 2003-12-06 Andrew Cagney <cagney@redhat.com>
14785
14786 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14787 "return_value_unimplemented". When an unimplemented struct return
14788 architecture, report incorrect values as a KFAIL
14789
14790 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14791
14792 * gdb.cp/rtti.exp: Accept new wording of warning from
14793 cp_lookup_rtti_type.
14794
14795 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14796
14797 Partial fix for PR testsuite/1456.
14798 * gdb.base/scope.exp (test_at_main): Replace references to
14799 gcc_compiled with calls to test_compiler_info.
14800 (test_at_foo): Likewise.
14801 (test_at_bar): Likewise.
14802
14803 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14804
14805 Partial fix for PR testsuite/1456.
14806 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14807 to test_compiler_info.
14808
14809 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14810
14811 * gdb.base/so-impl-ld.exp: Update copyright notice.
14812
14813 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14814
14815 Partial fix for PR testsuite/1456.
14816 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14817 to test_compiler_info.
14818
14819 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14820
14821 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14822 from current versions of gdb. Clean up regular expressions.
14823 Delete redundant timeout case.
14824
14825 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14826
14827 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14828 from current versions of gdb. Clean up regular expressions.
14829 Delete redundant timeout case.
14830
14831 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14832
14833 Partial fix for PR testsuite/1456.
14834 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14835 gcc_compiled with call to test_compiler_info.
14836
14837 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14838
14839 Partial fix for PR testsuite/1456.
14840 * gdb.base/list.exp (test_list_function): Delete unused declaration
14841 of gcc_compiled.
14842
14843 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14844
14845 Partial fix for PR testsuite/1456.
14846 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14847 call to test_compiler_info.
14848
14849 2003-11-29 Mark Kettenis <kettenis@gnu.org>
14850
14851 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14852 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14853 it to create the appropriate note.inc.
14854 * gdb.asm/asmsrc1.s: Include "note.inc".
14855 * gdb.asm/netbsd.inc: New file.
14856 * gdb.asm/empty.inc: New file.
14857
14858 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14859
14860 Partial fix for PR testsuite/1456.
14861 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14862 calls to test_compiler_info.
14863
14864 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14865
14866 Partial fix for PR testsuite/1456.
14867 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14868 calls to test_compiler_info.
14869
14870 2003-11-27 Mark Kettenis <kettenis@gnu.org>
14871
14872 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14873 pattern for the KFAILs.
14874
14875 2003-11-25 Adam Fedor <fedor@gnu.org>
14876
14877 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14878 * gdb.objc/objcdecode.m: New file.
14879
14880 2003-11-25 Adam Fedor <fedor@gnu.org>
14881
14882 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14883 * gdb.objc/nondebug.m: New file.
14884
14885 2003-11-26 Ben Elliston <bje@wasabisystems.com>
14886
14887 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14888 NetBSD as it does on FreeBSD. Modelled on a similar change by
14889 Mark Kettenis on 2003-05-30.
14890 (link-flags): Set to "--entry _start" regardless of target.
14891 Special linker flags are to be appended to $link-flags.
14892 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14893
14894 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14895
14896 * gdb.cp/method.exp: Accept output of new demangler.
14897
14898 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14899
14900 * gdb/class2.exp: New file.
14901 * gdb/class2.cc: New file.
14902
14903 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14904
14905 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14906 of new demangler.
14907
14908 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14909
14910 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14911 of gdb_test "run".
14912
14913 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14914
14915 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14916 "continue" into "run".
14917
14918 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14919
14920 Partial fix for PR testsuite/1456.
14921 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14922 call to test_compiler_info.
14923 * gdb.cp/ctti.exp: Likewise.
14924 * gdb.cp/derivation.exp: Likewise.
14925 * gdb.cp/member-ptr.exp: Likewise.
14926 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14927 reference to gcc_compiled.
14928
14929 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14930
14931 Fix PR testsuite/1463.
14932 * gdb.base/structs.exp (start_structs_test): Call
14933 get_debug_format before using the debug format.
14934
14935 2003-11-22 Andrew Cagney <cagney@redhat.com>
14936
14937 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14938 * gdb.base/structs.exp: Use gdb_test_multiple.
14939
14940 2003-11-20 Andrew Cagney <cagney@redhat.com>
14941
14942 * gdb.base/structs.exp: Handle and recover from internal errors.
14943 Replace "foo${n}" with "foo<n>" in test messages.
14944
14945 * gdb.base/structs.exp: Update copyright. Rewrite.
14946 * gdb.base/structs.c: Update copyright. Rewrite.
14947
14948 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14949 resync count exceeded.
14950
14951 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14952 from the internal error.
14953 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14954 Original from Jim Blandy.
14955 (gdb_test_multiple): Use gdb_internal_error_resync.
14956
14957 2003-11-19 Andrew Cagney <cagney@redhat.com>
14958
14959 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14960 KFAIL.
14961
14962 2003-11-17 Mark Kettenis <kettenis@gnu.org>
14963
14964 New testcase for PR backtrace/1435.
14965 * gdb.arch/i386-unwind.exp: New file.
14966 * gdb.arch/i386-unwind.c: New file.
14967
14968 2003-11-17 Andrew Cagney <cagney@redhat.com>
14969
14970 * lib/gdb.exp (compiler_info): New global.
14971 (test_compiler_info): New function.
14972 (get_compiler_info): Set compiler_info.
14973 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14974 "compiler_info" to gcc-<major>-<minor>.
14975
14976 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14977
14978 * gdb.trace/configure: Remove.
14979
14980 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
14981
14982 * gdb.base/break.c: Add comments to aid finding line numbers for
14983 breakpoints.
14984 * gdb.base/break.exp: Remove all references to explicit line
14985 numbers.
14986
14987 2003-11-11 Nick Clifton <nickc@redhat.com>
14988
14989 * gdb.base/shreloc.exp: Do not run for targets which do not
14990 support shared objects.
14991
14992 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
14993
14994 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14995 Don't run tests if nofileio flag is given.
14996
14997 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
14998
14999 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
15000 as well as 'Watchpoint'.
15001
15002 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15003
15004 Reported by Jim Ingham <jingham@apple.com>:
15005 * gdb.base/annota1.exp: Match at least one occurrence of the
15006 signal handler annotation.
15007
15008 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15009
15010 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15011 as well as 'Watchpoint'.
15012
15013 2003-11-05 Michael Chastain <mec@shout.net>
15014
15015 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15016
15017 2003-11-03 Kris Warkentin <kewarken@qnx.com>
15018
15019 * gdb.arch/gdb1291.c: New test file.
15020 * gdb.arch/gdb1291.exp: New test script.
15021 * gdb.arch/gdb1431.c: New test file.
15022 * gdb.arch/gdb1431.exp: New test script.
15023
15024 2003-10-22 Michael Chastain <mec@shout.net>
15025
15026 * gdb.mi/pthreads.c: Add copyright notice.
15027
15028 2003-10-22 Michael Chastain <mec@shout.net>
15029
15030 * gdb.threads/pthreads.c: Add copyright notice.
15031
15032 2003-10-20 Michael Chastain <mec@shout.net>
15033
15034 * gdb.base/gdb1056.exp: New test script.
15035
15036 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15037
15038 * gdb.threads/killed.exp: Use gdb_run_cmd.
15039
15040 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15041
15042 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15043 create a core file.
15044 * gdb.threads/gcore-thread.exp: Likewise.
15045
15046 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
15047
15048 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15049 type, based on char type.
15050 (struct bit_flags_short_t): New bitfield type, based on short type.
15051 (init_bit_flags_char): New fuction.
15052 (init_bit_flags_short): Ditto.
15053 (print_bit_flags_char): Ditto.
15054 (print_bit_flags_short): Ditto.
15055 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15056
15057 2003-10-11 Michael Chastain <mec@shout.net>
15058
15059 * gdb.base/call-rt-st.exp: Update copyright year.
15060
15061 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
15062
15063 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15064 * gdb.disasm/sh3.s: Ditto.
15065
15066 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
15067
15068 * gdb.threads/switch-threads.exp: New test.
15069 * gdb.threads/switch-threads.c: New source file.
15070
15071 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
15072
15073 * gdb.base/ending-run.exp: Add sh specific case.
15074
15075 2003-10-06 Andrew Cagney <cagney@redhat.com>
15076
15077 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15078 * gdb.disasm/mn10200.exp: Delete obsolete file.
15079
15080 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
15081
15082 * ChangeLog: Correct an entry command.exp -> commands.exp.
15083 * gdb.base/commands.exp (bp_deleted_in_command_test)
15084 (temporary_breakpoint_commands): Check noargs.
15085
15086 2003-09-25 David Carlton <carlton@kealia.com>
15087
15088 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
15089 of some print tests, where appropriate. Add tests for C::D::cd,
15090 E::ce, F::cXfX, G::XgX.
15091 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15092
15093 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
15094
15095 * lib/java.exp (java_init): Import target_alias before using it.
15096
15097 2003-09-25 David Carlton <carlton@kealia.com>
15098
15099 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15100
15101 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
15102
15103 * gdb.base/selftest.exp: Accomodate more instruction reordering
15104 weirdness.
15105
15106 2003-09-17 Michael Chastain <mec@shout.net>
15107
15108 * gdb.cp/gdb1355.exp: New file.
15109 * gdb.cp/gdb1355.c: New file.
15110
15111 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
15112
15113 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15114 * gdb.asm/sh.inc: New file.
15115
15116 2003-09-11 David Carlton <carlton@kealia.com>
15117
15118 * gdb.cp/namespace.exp: Add tests for namespace types.
15119 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15120 (test_namespace): New.
15121
15122 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
15123
15124 * gdb.base/relocate.exp: Handle new gdb output at startup.
15125 * gdb.stabs/weird.exp: Ditto.
15126
15127 2003-09-08 Michael Chastain <mec@shout.net>
15128
15129 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15130
15131 2003-09-07 Michael Chastain <mec@shout.net>
15132
15133 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15134 'parse error'.
15135
15136 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15137
15138 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15139
15140 2003-08-30 Michael Chastain <mec@shout.net>
15141
15142 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15143 * gdb.gdb/observer.exp: Ditto.
15144 * gdb.gdb/xfullpath.exp: Ditto.
15145
15146 2003-08-29 Mark Kettenis <kettenis@gnu.org>
15147
15148 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15149 *-*-*bsd*.
15150
15151 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15152
15153 * gdb.base/dump.exp: Skip for ia64.
15154
15155 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15156
15157 * gdb.asm/asm-source.exp: Add ia64 support.
15158 * gdb.asm/ia64.inc: New file.
15159
15160 2003-08-22 Michael Chastain <mec@shout.net>
15161
15162 * gdb.cp: New directory.
15163 * gdb.cp/*: Copy from gdb.c++/*.
15164 * gdb.c++/*: Remove.
15165 * Makefile.in: Change gdb.c++ to gdb.cp.
15166 * configure.in: Ditto.
15167 * configure: Regnerate.
15168
15169 2003-08-18 Mark Kettenis <kettenis@gnu.org>
15170
15171 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15172 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15173
15174 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15175
15176 * mi-var-display.exp (-var-list-children weird): Accept function
15177 pointers with argument types.
15178 * mi1-var-display.exp (-var-list-children weird): Likewise.
15179 * mi2-var-display.exp (-var-list-children weird): Likewise.
15180
15181 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15182
15183 * gdb.base/annota3.exp: Add missing newline.
15184
15185 2003-08-06 Michael Chastain <mec@shout.net>
15186
15187 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15188
15189 2003-08-12 Michael Snyder <msnyder@redhat.com>
15190
15191 * gdb.base/float.exp: Add test for SH.
15192
15193 2003-08-10 Mark Kettenis <kettenis@gnu.org>
15194
15195 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15196
15197 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15198
15199 * gdb.base/completion.exp: Remove reduntant completion test
15200 on filename.
15201
15202 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15203
15204 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15205 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15206 gdb.trace/save-trace.exp: Make sure that full pathnames are
15207 escaped correctly.
15208
15209 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15210
15211 * configure.in: Don't generate config.h from config.hin.
15212 * configure: Regenerate.
15213 * config.hin: Remove file.
15214 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15215 * gdb.threads/pthreads.c: Ditto.
15216
15217 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
15218
15219 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15220 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15221 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15222 Replace ld24 with seth/add3.
15223
15224 2003-08-02 Andrew Cagney <cagney@redhat.com>
15225
15226 * gdb.base/annota3.exp: New file.
15227 * gdb.base/annota3.c: New file.
15228 * gdb.c++/annota3.exp: New file.
15229 * gdb.c++/annota3.cc: New file.
15230
15231 2003-07-29 Michael Chastain <mec@shout.net>
15232
15233 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15234 actually failed.
15235 (do_pass): Likewise.
15236 * gdb.threads/tls.exp: Always initialize no_of_threads.
15237
15238 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
15239
15240 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15241 pattern.
15242 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15243 * gdb.threads/tls.exp: Recognize one case of the host library not
15244 supporting TLS.
15245
15246 2003-07-27 Andrew Cagney <cagney@redhat.com>
15247
15248 * gdb.base/fileio.exp: Use SH when running commands using
15249 remote_exec.
15250
15251 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15252
15253 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15254 * gdb.base/relocate.c (dummy): New padding array.
15255
15256 2003-07-22 Michael Snyder <msnyder@redhat.com>
15257
15258 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15259
15260 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15261 patterns to be more general, accepting old and new output.
15262 Some output chars (such as '+') also must be quoted.
15263 Some addresses are displayed numerically instead of
15264 symbolically.
15265
15266 2003-07-23 Michael Snyder <msnyder@redhat.com>
15267
15268 * gdb.base/return2.exp: Don't test long-long return.
15269
15270 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15271 * gdb.disasm/t01_mov.exp: Ditto.
15272 * gdb.disasm/t02_mova.s: Ditto.
15273 * gdb.disasm/t02_mova.exp: Ditto.
15274 * gdb.disasm/t03_add.s: Ditto.
15275 * gdb.disasm/t03_add.exp: Ditto.
15276 * gdb.disasm/t04_sub.s: Ditto.
15277 * gdb.disasm/t04_sub.exp: Ditto.
15278 * gdb.disasm/t05_cmp.s: Ditto.
15279 * gdb.disasm/t05_cmp.exp: Ditto.
15280 * gdb.disasm/t06_ari2.s: Ditto.
15281 * gdb.disasm/t06_ari2.exp: Ditto.
15282 * gdb.disasm/t07_ari3.s: Ditto.
15283 * gdb.disasm/t07_ari3.exp: Ditto.
15284 * gdb.disasm/t08_or.s: Ditto.
15285 * gdb.disasm/t08_or.exp: Ditto.
15286 * gdb.disasm/t09_xor.s: Ditto.
15287 * gdb.disasm/t09_xor.exp: Ditto.
15288 * gdb.disasm/t10_and.s: Ditto.
15289 * gdb.disasm/t10_and.exp: Ditto.
15290 * gdb.disasm/t11_logs.s: Ditto.
15291 * gdb.disasm/t11_logs.exp: Ditto.
15292 * gdb.disasm/t12_bit.s: Ditto.
15293 * gdb.disasm/t12_bit.exp: Ditto.
15294 * gdb.disasm/t13_otr.s: Ditto.
15295 * gdb.disasm/t13_otr.exp: Ditto.
15296
15297 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15298
15299 * gdb.threads/tls.exp :Add kfail for 'info address' case.
15300
15301 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15302
15303 * gdb.threads/tls.c : New file.
15304 * gdb.threads/tls.exp : New file.
15305 * gdb.threads/tls-main.c : New file.
15306 * gdb.threads/tls-shared.c : New file.
15307 * gdb.threads/tls-shared.exp : New file.
15308
15309 2003-07-22 Andreas Schwab <schwab@suse.de>
15310
15311 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15312
15313 2003-07-20 Andreas Schwab <schwab@suse.de>
15314
15315 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15316 due to insn reordering.
15317
15318 2003-07-15 Andrew Cagney <cagney@redhat.com>
15319
15320 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
15321
15322 2003-07-15 Michael Chastain <mec@shout.net>
15323
15324 * gdb.base/gdb1250.exp: New file.
15325 * gdb.base/gdb1250.c: New file.
15326
15327 2003-07-09 Michal Ludvig <mludvig@suse.cz>
15328
15329 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
15330 expansion of size_t to 'unsigned long', not only to 'unsigned'.
15331
15332 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15333
15334 * gdb.threads/tls.c: New file.
15335 * gdb.threads/tls.exp: New file.
15336 * gdb.threads/tls-main.c: New file.
15337 * gdb.threads/tls-shared.c: New file.
15338 * gdb.threads/tls-shared.exp: New file.
15339
15340 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15341
15342 * gdb.base/annota1.exp: Make sure that we properly escape the
15343 full path of the source file. Xfail more permissive patterns,
15344 due to a compiler debug info problem.
15345
15346 2003-07-07 Andreas Schwab <schwab@suse.de>
15347
15348 * gdb.asm/m68k.inc: New file.
15349 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
15350
15351 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
15352 arguments"): Also match negative number.
15353
15354 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
15355
15356 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
15357
15358 * gdb.base/store.c (charest): New typedef.
15359 (add_char): Rename to add_charest, update.
15360 (wack_char): Rename to wack_charest, update types. Return l + r
15361 to keep r live across the call.
15362 (wack_short, wack_int, wack_long, wack_longest, wack_float)
15363 (wack_double, wack_doublest): Return l + r to keep r live across
15364 the call.
15365 * gdb.base/store.exp: Accomodate store.c changes.
15366
15367 2003-06-30 David Carlton <carlton@kealia.com>
15368
15369 * gdb.c++/maint.exp (test_invalid_name): New.
15370 (test_first_component): Add tests for invalid names.
15371
15372 2003-06-29 Michael Chastain <mec@shout.net>
15373
15374 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
15375 output of '<VTT for class>' for virtual base classes.
15376
15377 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15378
15379 * gdb.base/completion.exp: Tab-complete "complet" instead of
15380 "compl".
15381 * gdb.base/complex.exp, gdb.base/complex.c: New files.
15382
15383 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15384
15385 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
15386 * gdb.base/volatile.exp: Likewise.
15387
15388 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15389
15390 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
15391 gdb/1265.
15392
15393 2003-06-28 Michael Chastain <mec@shout.net>
15394 Daniel Jacobowitz <drow@mvista.com>
15395
15396 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
15397 initial line count of 'captured_main' from 26 to 32.
15398 (test_with_self): Allow xmalloc call to be interleaved with the
15399 preceding two lines.
15400
15401 2003-06-24 Joel Brobecker <brobecker@gnat.com>
15402
15403 * gdb.base/bang.exp: New testcase.
15404
15405 2003-06-23 Joel Brobecker <brobecker@gnat.com>
15406
15407 * gdb.base/langs.exp: Add some tests for the "minimal" language
15408 support.
15409
15410 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
15411
15412 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
15413 the testcase.
15414
15415 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15416
15417 * gdb.base/relocate.exp: Test add-symbol-file with a variable
15418 offset.
15419
15420 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15421
15422 * gdb.c++/pr-1210.cc: New file.
15423 * gdb.c++/pr-1210.exp: New file.
15424
15425 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
15426
15427 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
15428 000-exec-continue.
15429
15430 2003-06-15 Mark Kettenis <kettenis@gnu.org>
15431
15432 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
15433 on *-*-*bsd* instead of *-*-freebsd*.
15434
15435 2003-06-14 Andrew Cagney <cagney@redhat.com>
15436
15437 * gdb.base/store.exp: Test longest and doublest. Test all
15438 parameters. Weaken return statement match.
15439 * gdb.base/store.c: Add longest and doublest - aka long long and
15440 long double functions. Put all parameters into local register
15441 variables. Use negative values.
15442
15443 2003-06-14 Andrew Cagney <cagney@redhat.com>
15444
15445 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
15446 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
15447 exit status.
15448 * gdb.base/fileio.exp: Disable target when nointerrupts and
15449 noinferiorio, instead of limiting it to remote. Use remote_exec
15450 instead of system.
15451
15452 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
15453
15454 * gdb.base/float.exp: Add ia64 support.
15455
15456 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
15457
15458 * gdb.base/fileio.exp: Run only on remote targets.
15459
15460 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
15461
15462 * gdb.base/fileio.c: New file, testing File-I/O.
15463 * gdb.base/fileio.exp: Ditto.
15464
15465 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
15466
15467 * gdb.base/shreloc.exp: New file, check symbol values obtained from
15468 shared objects after relocation at load time (gdb PR/1132).
15469 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
15470 as above, part of the shared object relocation test.
15471
15472 2003-06-08 Mark Kettenis <kettenis@gnu.org>
15473
15474 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15475 fully filled history list.
15476 * gdb.base/gdb_history: New file.
15477
15478 * gdb.base/signals.exp: XFAIL "continue to func1" on
15479 i*86-*-freebsd*.
15480
15481 * gdb.base/attach.exp: When trying to attach to a nonexistent
15482 process, make it possible to specify the PID based on the target,
15483 and do so for *-*-freebsd*.
15484
15485 2003-06-02 Richard Henderson <rth@redhat.com>
15486
15487 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15488
15489 2003-06-02 Richard Henderson <rth@redhat.com>
15490
15491 * gdb.base/selftest.exp: Next over lim_at_start initialization.
15492
15493 2003-06-02 Richard Henderson <rth@redhat.com>
15494
15495 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15496
15497 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
15498
15499 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
15500 of globalvar.
15501
15502 2003-06-01 Mark Kettenis <kettenis@gnu.org>
15503
15504 * gdb.asm/asm-source.exp: Check for memory read errors in
15505 disassembler test on *BSD too.
15506
15507 2003-06-01 Richard Henderson <rth@redhat.com>
15508
15509 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
15510 for .frame.
15511 (gdbasm_call): Lose ldgp.
15512 (gdbasm_startup): Add frame information.
15513 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
15514
15515 2003-05-31 Mark Kettenis <kettenis@gnu.org>
15516
15517 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
15518 i?86-*-*.
15519
15520 2003-05-30 Mark Kettenis <kettenis@gnu.org>
15521
15522 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15523 FreeBSD.
15524
15525 2003-05-29 Richard Henderson <rth@redhat.com>
15526
15527 * gdb.asm/alpha.inc: New file.
15528 * gdb.asm/asm-source.exp: Use it.
15529
15530 2003-05-29 Jim Blandy <jimb@redhat.com>
15531
15532 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
15533 'core.PID'.
15534
15535 2003-05-22 Jim Blandy <jimb@redhat.com>
15536
15537 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
15538 backtrace.
15539
15540 2003-05-20 David Carlton <carlton@math.stanford.edu>
15541
15542 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
15543 this time.
15544
15545 2003-05-19 David Carlton <carlton@bactrian.org>
15546
15547 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
15548 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
15549
15550 2003-05-19 David Carlton <carlton@bactrian.org>
15551
15552 * gdb.c++/namespace.exp: Add namespace scope and anonymous
15553 namespace tests.
15554 Bump copyright date.
15555 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
15556 (main): Call C::D::marker2.
15557 * gdb.c++/namespace1.cc: New file.
15558
15559 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
15560
15561 Roland McGrath <roland@redhat.com>
15562 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
15563 there is no manager thread.
15564
15565 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
15566
15567 * gdb.threads/schedlock.exp: Remove assumption that all threads
15568 will run in a particular small time slice. Also ensure we break
15569 in one of the child threads rather than the main thread.
15570
15571 2003-05-07 Jim Blandy <jimb@redhat.com>
15572
15573 Add support for assembly source testing on the s390x.
15574 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
15575 architecture.
15576 * gdb.asm/s390x.inc: New file.
15577
15578 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
15579 succession of 'if' statements.
15580
15581 2003-05-05 Andrew Cagney <cagney@redhat.com>
15582
15583 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
15584
15585 2003-05-05 Andrew Cagney <cagney@redhat.com>
15586
15587 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
15588 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
15589
15590 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
15591
15592 * gdb.base/charset.exp: Update based on new behavior of set/show
15593 charset commands.
15594
15595 2003-05-01 Andrew Cagney <cagney@redhat.com>
15596
15597 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
15598 variable do not give memory errors.
15599
15600 2003-04-30 Adam Fedor <fedor@gnu.org>
15601
15602 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
15603 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
15604 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
15605 gdb.objc/basicclass.m: : New files
15606
15607 * lib/gdb.exp (gdb_compile_objc): New procedure.
15608
15609 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
15610
15611 * gdb.base/signals.exp: Make backtrace tests more specific.
15612
15613 2003-04-23 David Carlton <carlton@bactrian.org>
15614
15615 * gdb.c++/maint.exp (test_first_component): Add tests for
15616 'operator' in more locations.
15617
15618 2003-04-16 Kevin Buettner <kevinb@redhat.com>
15619
15620 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15621
15622 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
15623
15624 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
15625 func marke' instead. Update test name.
15626
15627 2003-04-15 David Carlton <carlton@math.stanford.edu>
15628
15629 * gdb.c++/maint.exp: New file.
15630
15631 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15632
15633 * gdb.threads/schedlock.c: Change type of thread function argument
15634 to long, to avoid warnings on 64-bit platforms.
15635
15636 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15637
15638 * gdb.base/attach.exp: Add new message from ptrace in case of
15639 attaching to nonexistent process.
15640
15641 2003-04-11 Jim Blandy <jimb@redhat.com>
15642
15643 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15644 gdb.c++/userdef.cc: Place comments on the lines to which the
15645 marker function might return.
15646 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15647 gdb.c++/userdef.exp: Look for those comments to check that we've
15648 returned to the right place, instead of checking line numbers.
15649
15650 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
15651
15652 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15653 match on sourcefile name, instead of directory name.
15654
15655 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
15656
15657 * gdb.base/completion.exp: Use string_to_regexp to match the
15658 working directory name.
15659
15660 2003-04-09 Jim Blandy <jimb@redhat.com>
15661
15662 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15663 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15664 after an inferior function call, report the failure, but allow the
15665 test to continue.
15666
15667 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15668
15669 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15670 with -DPROTOTYPES.
15671
15672 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15673
15674 * gdb.base/break.exp: Revert last patch.
15675
15676 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
15677
15678 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15679 with -DPROTOTYPES.
15680
15681 2003-04-02 Andrew Cagney <cagney@redhat.com>
15682
15683 * gdb.base/callfuncs.exp: Make "print add" messages unique.
15684 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15685 matching directories by the name breakpoint.
15686 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15687 Make "continue to marker1" consistent.
15688 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15689 message consistent.
15690 * lib/gdb.exp: Put "the program is no longer running", and "the
15691 program exited" in parenthesis.
15692 * lib/mi-support.exp: Ditto.
15693
15694 2003-04-02 Bob Rossi <bob_rossi@cox.net>
15695
15696 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15697
15698 2003-03-29 Andrew Cagney <cagney@redhat.com>
15699
15700 * gdb.base/sizeof.c (main): Print the value of '\377'.
15701 * gdb.base/sizeof.exp: Check the sign of '\377'.
15702
15703 2003-03-27 Michael Chastain <mec@shout.net>
15704
15705 * gdb.base/gdb1090.exp: New file.
15706 * gdb.base/gdb1090.cc: New file.
15707
15708 2003-03-27 J. Brobecker <brobecker@gnat.com>
15709
15710 * gdb.gdb/observer.exp: New regression test.
15711
15712 2003-03-27 Michael Chastain <mec@shout.net>
15713
15714 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15715 * gdb.base/ptype.exp: Likewise.
15716
15717 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
15718
15719 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15720
15721 2003-03-26 Michael Chastain <mec@shout.net>
15722
15723 * gdb.base/ptype.exp: Actually use some typedef'd types.
15724
15725 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15726
15727 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15728 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15729
15730 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15731
15732 * gdb.base/default.exp: Fix regular expression.
15733
15734 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15735
15736 * gdb.base/args.exp: Fix regular expression.
15737
15738 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15739
15740 * gdb.base/help.exp: Allow Win32 child process.
15741
15742 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15743
15744 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15745 when stepping out of main().
15746
15747 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15748
15749 * gdb.base/default.exp: Check for win32 specific message when calling
15750 "run" without executable.
15751
15752 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15753
15754 * gdb.base/args.exp: Expect .exe in output.
15755
15756 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15757
15758 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15759 Cygwin native.
15760
15761 2003-03-17 Andrew Cagney <cagney@redhat.com>
15762
15763 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15764 vector registes.
15765 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15766 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15767
15768 2003-03-17 David Carlton <carlton@math.stanford.edu>
15769
15770 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15771 test, for PR breakpoints/38.
15772 Call test_watchpoint_and_breakpoint.
15773 * gdb.base/watchpoint.c (func3): New function.
15774 (main): Call func3.
15775
15776 2003-03-04 David Carlton <carlton@math.stanford.edu>
15777
15778 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15779 Garply<Garply<char> >:: garply".
15780 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15781 with respect to PR c++/1111; note also PR c++/1113.
15782 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15783 respect to PR c++/1062.
15784 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15785
15786 2003-03-03 David Carlton <carlton@math.stanford.edu>
15787
15788 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15789 with respect to PR c++/57.
15790 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15791 c++/826.
15792 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15793 respect to PR c++/57.
15794
15795 2003-03-03 David Carlton <carlton@math.stanford.edu>
15796
15797 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15798 respect to PR c++/33 into FAILs.
15799
15800 2003-03-03 Michael Chastain <mec@shout.net>
15801
15802 * configure.in: Update copyright years.
15803
15804 2003-03-03 Michael Chastain <mec@shout.net>
15805
15806 * Makefile.in: Update copyright years.
15807
15808 2003-02-28 David Carlton <carlton@math.stanford.edu>
15809
15810 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15811 print class instead of struct and/or superfluous protection
15812 specifiers, as long as the resulting output is equivalent to the
15813 source code.
15814 Delete FIXME from end of messages on tests that don't need
15815 fixing.
15816
15817 2003-02-28 David Carlton <carlton@math.stanford.edu>
15818
15819 * gdb.c++/templates.exp (do_tests): Allow const in the two
15820 Foo<volatile char *>::foo tests.
15821
15822 2003-02-27 Michael Snyder <msnyder@redhat.com>
15823
15824 * gdb.base/restore.c (main): Return zero, so exit code
15825 will be consistant.
15826
15827 2003-02-26 David Carlton <carlton@math.stanford.edu>
15828
15829 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15830 char *>::foo" test with respect to PR c++/33. Create a new test
15831 which is identical to that one except that it doesn't put the
15832 space between the "char" and the "*"; KFAIL it, too.
15833
15834 2003-02-26 David Carlton <carlton@math.stanford.edu>
15835
15836 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15837 template types into either PASSes or KFAILs (corresponding to PR
15838 c++/57). Tweak indentation. Update copyright.
15839
15840 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15841
15842 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15843
15844 2003-02-13 Michael Chastain <mec@shout.net>
15845
15846 * gdb.base/exprs.exp: Remove i960 remnants.
15847 * gdb.base/funcargs.exp: Likewise.
15848 * gdb.base/list.exp: Likewise.
15849 * gdb.base/ptype.exp: Likewise.
15850
15851 2003-02-14 David Carlton <carlton@math.stanford.edu>
15852
15853 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15854 pEe->D::vg()" from XFAIL to KFAIL.
15855
15856 2003-02-13 Jason Molenda (jmolenda@apple.com)
15857
15858 * gdb.base/maint.exp: Update maint print statistics regexp to include
15859 new entries.
15860
15861 2003-02-13 Michael Chastain <mec@shout.net>
15862
15863 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15864
15865 2003-02-12 Michael Chastain <mec@shout.net>
15866
15867 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15868 * gdb.c++/inherit.exp: Likewise.
15869 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15870 * gdb.c++/templates.exp: Likewise.
15871 * gdb.c++/virtfunc.exp: Likewise.
15872
15873 2003-02-06 Jason Molenda (jason-cl@molenda.com)
15874
15875 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15876 why the code is written that way.
15877
15878 2003-02-05 Michael Chastain <mec@shout.net>
15879
15880 * gdb.base/dump.exp: Add missing copyright line.
15881
15882 2003-02-05 Jason Molenda (jason-cl@molenda.com)
15883
15884 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
15885 at the beginning so the breakpoint doesn't get set on the loop.
15886
15887 2003-02-05 Michael Chastain <mec@shout.net>
15888
15889 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15890 output for configurations with gcc 2.95.3.
15891
15892 2003-02-05 Keith Seitz <keiths@redhat.com>
15893 Andrew Cagney <ac131313@redhat.com>
15894
15895 * gdb.mi/mi-cli.exp: New file.
15896
15897 2003-02-04 Michael Chastain <mec@shout.net>
15898
15899 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15900 Call perror and then continue.
15901
15902 2003-02-03 Michael Chastain <mec@shout.net>
15903
15904 * gdb.c++/pr-1023.cc: New file.
15905 * gdb.c++/pr-1023.exp: New file.
15906
15907 2003-02-05 Jim Blandy <jimb@redhat.com>
15908
15909 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15910 it's local to foobar. Check for it there, and check that it's not
15911 present in main.
15912 * gdb.c++/local.cc (marker2): New function.
15913 (foobar): Call marker1.
15914 (main): Call marker2 instead of marker1.
15915
15916 2003-02-04 Andrew Cagney <ac131313@redhat.com>
15917
15918 * gdb.disasm/mn10200.exp: Obsolete file.
15919 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15920 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15921 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15922
15923 2003-02-04 David Carlton <carlton@math.stanford.edu>
15924
15925 * gdb.c++/overload.exp: Test intToChar(1).
15926 * gdb.c++/overload.cc (intToChar): New.
15927 (main): Call intToChar.
15928
15929 2003-02-03 David Carlton <carlton@math.stanford.edu>
15930
15931 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15932 'might_kfail' arg.
15933 KFAIL some of the continue_to_bp_overloaded calls, according to
15934 PR c++/1025.
15935
15936 2003-02-01 Michael Chastain <mec@shout.net>
15937
15938 * gdb.base/advance.c (marker1): New marker function.
15939 * gdb.base/advance.exp: When the 'advance' command lands on the
15940 return breakpoint, it can legitimately stop on either the
15941 current line or the next line. Accommodate both outcomes.
15942 * gdb.base/until.exp: Likewise.
15943
15944 2003-02-02 Andrew Cagney <ac131313@redhat.com>
15945
15946 2002-11-10 Jason Molenda (jason-cl@molenda.com):
15947 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15948 now a list, not a tuple.
15949 * gdb.mi/mi-var-display.exp: Ditto.
15950 * gdb.mi/gdb792.exp: Ditto.
15951
15952 2003-02-01 Andrew Cagney <ac131313@redhat.com>
15953
15954 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
15955 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15956 stack backtraces.
15957 * gdb.mi/mi-syn-frame.c: Part of same.
15958
15959 2003-02-01 Mark Kettenis <kettenis@gnu.org>
15960
15961 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15962 gdb.mi/mi1-pthreads.exp: Return instead of calling
15963 gdb_suppress_entire_file.
15964
15965 2003-02-01 Mark Salter <msalter@redhat.com>
15966
15967 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15968
15969 2003-01-31 Mark Salter <msalter@redhat.com>
15970
15971 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15972 Support empty arg.
15973
15974 2003-01-30 Michael Chastain <mec@shout.net>
15975
15976 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15977 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15978 has been fixed in gdb/readline on 2003-01-09.
15979
15980 2003-01-29 Michael Snyder <msnyder@redhat.com>
15981
15982 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15983 * gdb.base/display.exp: Allow for leading underscore in symbol.
15984 * gdb.base/args.exp: Skip if target does not support args passing.
15985
15986 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
15987
15988 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
15989 gdb_test. Accept a list of expect arguments as the third
15990 parameter.
15991 (gdb_test): Use it.
15992
15993 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
15994
15995 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15996 allow for different test tree configurations. Update some
15997 tescases accordingly.
15998 * gdb.arch/altivec-regs.exp: Ditto.
15999 * gdb.asm/asm-source.exp: Ditto.
16000 * gdb.base/advance.exp: Ditto.
16001 * gdb.base/display.exp: Ditto.
16002 * gdb.base/long_long.exp: Ditto.
16003 * gdb.base/mips_pro.exp: Ditto.
16004 * gdb.base/overlays.exp: Ditto.
16005 * gdb.base/relocate.exp: Ditto.
16006 * gdb.base/setshow.exp: Ditto.
16007 * gdb.base/step-line.exp: Ditto.
16008 * gdb.base/step-test.exp: Ditto.
16009 * gdb.base/until.exp: Ditto.
16010 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16011
16012 2003-01-17 David Carlton <carlton@math.stanford.edu>
16013
16014 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16015 corresponding to PR c++/945.
16016 Update copyright.
16017
16018 2003-01-17 David Carlton <carlton@math.stanford.edu>
16019
16020 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16021 corresponding to PR c++/68.
16022
16023 2003-01-17 David Carlton <carlton@math.stanford.edu>
16024
16025 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16026 (test_paddr_hairy_functions): Call print_addr_2_kfail for
16027 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
16028
16029 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16030
16031 * gdb.base/break.exp: Fix change of default location, because of
16032 removal of until tests.
16033 * gdb.base/help.exp: Update test for new 'until' help message.
16034 Add test for help on 'advance'.
16035 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
16036
16037 2003-01-15 Mark Kettenis <kettenis@gnu.org>
16038
16039 * gdb.base/default.exp: Adapt "info float" test for recent changes
16040 to that command. Add test for "info vector".
16041 * gdb.base/float.exp: New file. Add test for "info float" that
16042 resembles the old test in gdb.base/default.exp.
16043
16044 2003-01-15 David Carlton <carlton@math.stanford.edu>
16045
16046 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16047
16048 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16049
16050 * gdb.base/break.exp: Move the tests of until command from here...
16051 * gdb.base/until.exp: ... to here. New file. Add other tests.
16052 * gdb.base/advance.c: New file.
16053 * gdb.base/advance.exp: New file.
16054
16055 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
16056
16057 * gdb.base/args.c: New file.
16058 * gdb.base/args.exp: New file.
16059
16060 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16061
16062 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16063
16064 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16065
16066 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16067
16068 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16069
16070 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
16071 dates.
16072
16073 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16074
16075 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16076
16077 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16078
16079 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16080 (ptype &*"foo").
16081 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16082
16083 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16084
16085 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16086 * gdb.mi/mi1-console.exp: Likewise.
16087
16088 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16089
16090 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16091 * gdb.mi/mi1-console.exp: Likewise.
16092
16093 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16094
16095 * gdb.c++/overload.exp: Remove some fixed XFAILs.
16096
16097 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16098
16099 * gdb.base/detach.exp: New test.
16100
16101 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16102
16103 * Makefile.in (ALL_SUBDIRS): New variable.
16104 (subdirs, clean, distclean): Use it.
16105 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
16106 regenerating Makefile, since it is generated from the top level.
16107 * gdb.asm/Makefile.in: Likewise.
16108 * gdb.base/Makefile.in: Likewise.
16109 * gdb.c++/Makefile.in: Likewise.
16110 * gdb.disasm/Makefile.in: Likewise.
16111 * gdb.java/Makefile.in: Likewise.
16112 * gdb.mi/Makefile.in: Likewise.
16113 * gdb.threads/Makefile.in: Likewise.
16114 * gdb.trace/Makefile.in: Likewise.
16115
16116 2003-01-09 David Carlton <carlton@math.stanford.edu>
16117
16118 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16119 Add copyright year 2003.
16120
16121 2003-01-06 Michael Chastain <mec@shout.net>
16122
16123 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16124 When selecting a thread, 'line' and 'file' are optional.
16125 * gdb.mi/mi1-pthreads.exp: Likewise.
16126
16127 2003-01-06 Andreas Schwab <schwab@suse.de>
16128
16129 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16130 failures.
16131
16132 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16133
16134 Fix PR gdb/844
16135 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16136 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16137
16138 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16139 instead of calling gdb_suppress_entire_file.
16140 * gdb.threads/print-threads.exp: Likewise.
16141 * gdb.threads/schedlock.exp: Likewise.
16142
16143 * gdb.threads/killed.exp: Return instead of calling
16144 gdb_suppress_entire_file.
16145 * gdb.threads/linux-dp.exp: Likewise.
16146 * gdb.threads/pthreads.exp: Likewise.
16147
16148 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16149
16150 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16151 stabs.
16152 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16153 * gdb.base/whatis.exp: Always allow (void) after function names.
16154
16155 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16156
16157 * gdb.c++/casts.exp: Correct regexp.
16158
16159 2003-01-04 Mark Kettenis <kettenis@gnu.org>
16160
16161 * configure.in: Call AC_CONFIG_HEADER. Don't call
16162 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16163 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16164 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16165 aforementioned directories in the AC_OUPUT call.
16166 * config.hin: New file.
16167 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16168 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16169 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16170 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16171 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16172 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16173 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16174 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16175 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16176 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16177 gdb.threads/configure.in, gdb.threads/configure,
16178 gdb.threads/config.in, gdb.trace/configure.in,
16179 gdb.trace/configure: Removed.
16180
16181 2003-01-03 Michael Chastain <mec@shout.net>
16182
16183 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16184 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16185
16186 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
16187
16188 * gdb.base/store.exp: Fix regular expressions.
16189
16190 2002-12-28 Mark Kettenis <kettenis@gnu.org>
16191
16192 * configure.in: Rewrite.
16193 * configure: Regenerated.
16194
16195 2003-01-03 David Carlton <carlton@math.stanford.edu>
16196
16197 * gdb.base/psymtab.exp: New file.
16198 * gdb.base/psymtab1.c: Ditto.
16199 * gdb.base/psymtab2.c: Ditto.
16200
16201 2002-12-23 Adam Fedor <fedor@gnu.org>
16202
16203 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16204
16205 2002-12-23 David Carlton <carlton@math.stanford.edu>
16206
16207 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16208 and current_directory initialization.
16209
16210 2002-12-22 Jim Blandy <jimb@redhat.com>
16211
16212 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16213 rather than as part of the output file name.
16214
16215 * gdb.base/attach.exp: There's no need to copy the test program to
16216 /tmp; that was only ever necessary on HP/UX, and this test is
16217 entirely disabled there anyway.
16218
16219 2002-12-21 Jim Blandy <jimb@redhat.com>
16220
16221 * gdb.c++/psmang.exp: Doc fix.
16222
16223 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16224 test.
16225
16226 2002-12-20 David Carlton <carlton@math.stanford.edu>
16227
16228 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16229
16230 2002-12-18 Michael Chastain <mec@shout.net>
16231
16232 * gdb.c++/annota2.exp: Add copyright year 2002.
16233
16234 2002-12-17 David Carlton <carlton@math.stanford.edu>
16235
16236 * gdb.c++/try_catch.cc: Add marker comments.
16237 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16238 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16239 * gdb.c++/m-static.cc: Ditto.
16240 * gdb.c++/m-static1.cc: Ditto.
16241 * gdb.c++/try_catch.cc: Ditto.
16242
16243 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16244
16245 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16246 to see whether we are using the new -environment-directory
16247 command which resets via -r or the old version of the command
16248 which may prompt the user. Part of fix for gdb/741.
16249
16250 2002-12-13 Andrew Cagney <ac131313@redhat.com>
16251
16252 * gdb.fortran/types.exp: Update obsolete comment.
16253 * gdb.fortran/exprs.exp: Ditto.
16254 * lib/gdb.exp: Delete obsolete code.
16255 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16256 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16257 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16258 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16259 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16260 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16261 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16262 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16263 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16264 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16265 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16266 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16267 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16268 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16269 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16270 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16271 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16272 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16273 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16274 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16275 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16276 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16277 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16278 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16279 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16280 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16281 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16282 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16283 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16284 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16285 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16286 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16287 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16288 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16289 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16290 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16291 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16292
16293 2002-12-11 David Carlton <carlton@math.stanford.edu>
16294
16295 * gdb.c++/m-data.exp: Add test for members that shadow global
16296 variables: see PR gdb/804.
16297 * gdb.c++/m-data.cc: Ditto.
16298
16299 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
16300
16301 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16302
16303 2002-12-06 David Carlton <carlton@math.stanford.edu>
16304
16305 * gdb.base/store.c: Don't declare functions static.
16306
16307 2002-12-04 Andrew Cagney <ac131313@redhat.com>
16308
16309 * gdb.base/store.exp, gdb.base/store.c: New files.
16310
16311 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16312
16313 * gdb.base/selftest.exp: Update for current gdb.
16314
16315 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16316
16317 * gdb.base/maint.exp: Only dump symbols from one source file
16318 or objfile.
16319
16320 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16321
16322 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
16323 function call.
16324
16325 2002-11-25 Jim Blandy <jimb@redhat.com>
16326
16327 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
16328 function appearing in error message.
16329
16330 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
16331
16332 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
16333
16334 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
16335
16336 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
16337 for mi1 and current mi is in correct format. New mi startup message
16338 should be in mi console format. This is part of fix for PR gdb/604.
16339
16340 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16341
16342 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
16343 which explicitly prints the zero offset as "+0".
16344
16345 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
16346
16347 * gdb.threads/schedlock.c (args): Make unsigned.
16348
16349 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
16350
16351 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
16352 numbers. Allow "foo2|selected stack frame".
16353 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
16354 * gdb.asm/asmsrc2.s: Likewise.
16355 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
16356 comments.
16357 * gdb.asm/mips.inc: New file.
16358
16359 2002-10-18 Adam Fedor <fedor@gnu.org>
16360
16361 * gdb.base/default.exp: Update expected output to include 'ObjC'.
16362 * gdb.base/help.exp: Likewise.
16363
16364 2002-10-17 Kevin Buettner <kevinb@redhat.com>
16365
16366 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
16367 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
16368
16369 2002-10-02 Jim Blandy <jimb@redhat.com>
16370
16371 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
16372
16373 2002-10-01 Andrew Cagney <ac131313@redhat.com>
16374
16375 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
16376 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
16377 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
16378 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
16379 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
16380 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
16381 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
16382
16383 2002-09-29 Andrew Cagney <ac131313@redhat.com>
16384
16385 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
16386 * mi0-disassemble.exp, mi0-eval.exp: Delete.
16387 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
16388 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
16389 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
16390 * mi0-var-block.exp, mi0-var-child.exp: Delete.
16391 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
16392
16393 2002-09-27 Kevin Buettner <kevinb@redhat.com>
16394
16395 * gdb.base/annota1.exp (info break): Make directory components of
16396 path optional since not all compilers emit this debug information.
16397
16398 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
16399 step ends up stepping out of the function instead of stopping on
16400 the epilogue.
16401
16402 2002-09-26 Keith Seitz <keiths@redhat.com>
16403
16404 * lib/insight-support.exp (gdbtk_start): Figure out where
16405 the insight executable is based on where gdb is. Use this
16406 executable to start insight instead of gdb.
16407
16408 2002-09-25 Andrew Cagney <cagney@redhat.com>
16409
16410 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
16411
16412 2002-09-24 Andrew Cagney <ac131313@redhat.com>
16413
16414 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
16415 test_isolated_complaints.
16416 (test_empty_complaint): New function.
16417 (test_empty_complaints): New function. Check no output when no
16418 complaints.
16419
16420 2002-09-19 Jim Blandy <jimb@redhat.com>
16421
16422 * gdb.base/charset.exp, gdb.base/charset.c: New files.
16423
16424 2002-09-19 Andrew Cagney <ac131313@redhat.com>
16425
16426 * gdb.gdb/complaints.exp: New file.
16427
16428 2002-09-18 Andrew Cagney <ac131313@redhat.com>
16429
16430 * gdb.base/maint.exp: Check `help maint internal-warning'.
16431
16432 2002-09-18 David Carlton <carlton@math.stanford.edu>
16433
16434 * gdb.c++/m-static.exp: Remove breakpoints depending on line
16435 numbers, and replace them by a single breakpoint after the
16436 constructors are all finished.
16437 Add test 4.
16438 * gdb.c++/m-static.cc: Add test 4.
16439 * gdb.c++/m-static.h: New file.
16440 * gdb.c++/m-static1.cc: New file.
16441
16442 * gdb.c++/printmethod.exp: New file.
16443 * gdb.c++/printmethod.cc: New file.
16444
16445 * gdb.c++/pr-574.exp: New file.
16446 * gdb.c++/pr-574.cc: New file.
16447
16448 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16449
16450 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
16451 embedded targets which never actually exit.
16452
16453 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16454
16455 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
16456 "don't step after run" as unresolved or unsupported, instead of xfail.
16457
16458 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16459
16460 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16461 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16462 Add newline to expected string in "step out of main (status wrapper)"
16463 case.
16464
16465 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16466
16467 * lib/gdb.exp (rerun_to_main): Allow restarting application.
16468 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16469
16470 2002-09-17 Tom Tromey <tromey@redhat.com>
16471
16472 * gdb.base/printcmds.exp (test_print_string_constants): Expect
16473 \000, not \0, in double-quoted string.
16474
16475 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
16476
16477 * gdb.base/commands.exp: Don't expect a "Program exited normally"
16478 string after running the commands execution on breakpoint tests.
16479
16480 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
16481
16482 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16483
16484 2002-09-12 Joel Brobecker <brobecker@gnat.com>
16485
16486 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16487
16488 2002-09-10 Keith Seitz <keiths@redhat.com>
16489
16490 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16491 runto proc.
16492 (mi_run_to_main): Use mi_runto.
16493 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16494
16495 2002-09-10 Keith Seitz <keiths@redhat.com>
16496
16497 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16498 regexp for stopping at main. Could have multiple event notifications.
16499 Don't assume that main was declared with no parameters.
16500 (mi_next): Use mi_step_to.
16501 (mi_step): Use mi_next_to.
16502
16503 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
16504
16505 * gdb.base/default.exp: Fix expected string in `info float' test.
16506
16507 2002-09-09 Ben Elliston <bje@redhat.com>
16508
16509 * config/mips.exp: Update comments.
16510 * config/mips-idt.exp: Likewise.
16511 * config/nind.exp: Likewise.
16512 * config/slite.exp: Likewise.
16513 * config/sparclet.exp: Likewise.
16514 * config/udi.exp: Likewise.
16515 * config/vx.exp: Likewise.
16516 * config/vxworks29k.exp: Likewise.
16517
16518 2002-09-05 Jim Blandy <jimb@redhat.com>
16519
16520 * gdb.threads/killed.exp: Fix test failure message.
16521
16522 2002-09-04 Keith Seitz <keiths@redhat.com>
16523
16524 * lib/mi-support.exp: Update copyright.
16525 (mi_gdb_test): Increase the priority of the expected pattern
16526 so that it matches gdb_test.
16527
16528 2002-09-03 Keith Seitz <keiths@redhat.com>
16529
16530 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
16531 Use integer comparison instead of string comparison for testing
16532 whether binary was built.
16533
16534 2002-09-03 Jim Blandy <jimb@redhat.com>
16535
16536 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
16537
16538 2002-08-29 Jim Blandy <jimb@redhat.com>
16539
16540 * gdb.threads/pthreads.exp: Move the portable thread compilation
16541 code into a function in lib/gdb.exp, and call that from here.
16542 * lib/gdb.exp (gdb_compile_pthreads): New function.
16543
16544 2002-08-29 Keith Seitz <keiths@redhat.com>
16545
16546 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
16547 expect_out so that callers can get at it.
16548
16549 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
16550
16551 * gdb.threads/print-threads.c: New file.
16552 * gdb.threads/print-threads.exp: New file.
16553 * gdb.threads/schedlock.c: New file.
16554 * gdb.threads/schedlock.exp: New file.
16555
16556 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
16557
16558 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
16559 not altivec.c.
16560
16561 2002-08-17 Mark Kettenis <kettenis@gnu.org>
16562
16563 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
16564 targets. The problem should be fixed now.
16565
16566 2002-08-15 Mark Kettenis <kettenis@gnu.org>
16567
16568 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
16569 2002-07-24 change that removes final dots from error messages.
16570
16571 2002-08-13 Tom Tromey <tromey@redhat.com>
16572
16573 * gdb.base/readline.exp: New file.
16574
16575 2002-08-01 Andrew Cagney <ac131313@redhat.com>
16576
16577 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
16578 supress message.
16579
16580 2002-08-01 Andrew Cagney <cagney@redhat.com>
16581
16582 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
16583 CHILL_FOR_TARGET and CHILL_LIB.
16584 * configure.in (configdirs): Remove gdb.chill.
16585 * configure: Regenerate.
16586 * lib/gdb.exp: Obsolete references to chill.
16587 * gdb.fortran/types.exp: Ditto.
16588 * gdb.fortran/exprs.exp: Ditto.
16589
16590 2002-07-30 Kevin Buettner <kevinb@redhat.com>
16591
16592 * gdb.base/shlib-call.exp (additional_flags): Conditionally
16593 set Irix-specific compile and link flags.
16594
16595 2002-07-29 Kevin Buettner <kevinb@redhat.com>
16596
16597 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
16598 source files. The ``-o'' option doesn't work with the ``-E'' option
16599 when using the Irix compiler.
16600
16601 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
16602
16603 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
16604 Improve support for reusing an exec file. Copy exec file
16605 to target, and run gdbserver on the target instead of on the host.
16606
16607 2002-07-18 Jim Blandy <jimb@redhat.com>
16608
16609 * gdb.base/ending-run.exp: Don't expect to see the program end in
16610 some orderly fashion when we're running on a real stand-alone
16611 board.
16612
16613 * gdb.base/interrupt.exp: Correct logic for skipping tests on
16614 targets that don't support interrupts.
16615
16616 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
16617
16618 * gdb.base/attach.exp: Add patterns to match output from /proc-based
16619 systems.
16620 Move comments in expect statements to inside the actions, so that they
16621 don't get matched against.
16622
16623 2002-07-10 Mark Kettenis <kettenis@gnu.org>
16624
16625 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16626 function when asleep" test.
16627
16628 2002-07-10 Andrew Cagney <ac131313@redhat.com>
16629
16630 * gdb.base/page.exp: Rewrite to handle problems with very long
16631 `info set' output. Update copyright.
16632
16633 2002-06-26 Andrew Cagney <ac131313@redhat.com>
16634
16635 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16636 gdb.threads-hp.
16637 * gdb.hp/configure: Regenerate.
16638 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16639 * gdb.hp/gdb.threads-hp/configure: Delete file.
16640 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16641
16642 2002-06-22 Andrew Cagney <ac131313@redhat.com>
16643
16644 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16645 setlocale, bindtextdomain and textdomain.
16646
16647 2002-06-11 Jim Blandy <jimb@redhat.com>
16648
16649 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16650 preprocessor macro information is present.
16651
16652 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16653 tests.
16654
16655 2002-06-06 Michael Snyder <msnyder@redhat.com>
16656
16657 * gdb.base/overlays.exp: Record addresses of overlay
16658 functions in TCL variables rather than in GDB variables,
16659 to avoid having GDB convert them to pointers (with loss
16660 of information).
16661
16662 * gdb.base/d10v.ld: Merge in several years worth of
16663 default linker script changes.
16664 * gdb.base/long_long.exp: Add check for sizeof (long double).
16665
16666 2002-06-06 Michal Ludvig <mludvig@suse.cz>
16667
16668 * gdb.asm/asm-source.exp: Add x86-64 target.
16669 * gdb.asm/x86_64.inc: New.
16670
16671 2002-05-30 Michael Chastain <mec@shout.net>
16672
16673 From Benjamin Kosnik <bkoz@redhat.com>:
16674 * gdb.c++/m-static.cc: New file.
16675 * gdb.c++/m-static.exp: New file.
16676
16677 2002-05-28 Michael Snyder <msnyder@redhat.com>
16678
16679 * gdb.base/call-ar-st.exp: Allow for reduced floating point
16680 precision.
16681
16682 2002-05-27 Michael Chastain <mec@shout.net>
16683
16684 From Benjamin Kosnik <bkoz@redhat.com>:
16685 * gdb.c++/m-data.cc: New file.
16686 * gdb.c++/m-data.exp: New file.
16687
16688 2002-05-27 Michael Chastain <mec@shout.net>
16689
16690 From Benjamin Kosnik <bkoz@redhat.com>:
16691 * gdb.c++/try_catch.cc: New file.
16692 * gdb.c++/try_catch.exp: New file.
16693
16694 2002-05-27 Michael Chastain <mec@shout.net>
16695
16696 * gdb.c++/local.exp: Accept more nested types in output.
16697
16698 2002-05-26 Michael Chastain <mec@shout.net>
16699
16700 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16701
16702 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16703
16704 * lib/gdb.exp (gdb_wrapper_init): Just because
16705 gdb_wrapper_file exists, this does not mean that the file
16706 should not be rebuilt. That is what gdb_wrapper_initialized
16707 is for.
16708 (default_gdb_init): Reset gdb_wrapper_initialized.
16709
16710 2002-05-23 Michael Snyder <msnyder@redhat.com>
16711
16712 * gdb.base/all-bin.exp: Revise previous patch by just reducing
16713 the precision of the floating point test results.
16714 * gdb.base/call-rt-st.exp: Ditto.
16715
16716 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16717 * gdb.base/call-rt-st.exp: Ditto.
16718
16719 2002-05-19 Michael Chastain <mec@shout.net>
16720
16721 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16722
16723 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
16724
16725 * configure.in (configdirs): Add gdb.arch.
16726 * configure: Regenerate.
16727
16728 2002-05-17 Jim Blandy <jimb@redhat.com>
16729
16730 * gdb.base/completion.exp: Recognize the more detailed error
16731 messages produced by the macro expander's lexical analyzer.
16732
16733 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16734
16735 * gdb.arch/altivec-abi.c: New file.
16736 * gdb.arch/altivec-abi.exp: New file.
16737 * gdb.arch/altivec-regs.c: New file.
16738 * gdb.arch/altivec-regs.exp: New file.
16739
16740 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
16741
16742 * gdb.base/maint.exp (maint print type): Update for new type
16743 structure.
16744
16745 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16746
16747 * gdb.arch: New directory.
16748 * gdb.arch/configure.in: New file.
16749 * gdb.arch/configure: New file.
16750 * gdb.arch/Makefile.in: New file.
16751
16752 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
16753
16754 * gdb.asm/asm-source.exp: Add v850 as supported target.
16755 * gdb.asm/v850.inc: New file.
16756
16757 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
16758
16759 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16760
16761 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
16762
16763 * gdb.base/break.exp: Check 'break "marker2"'.
16764
16765 2002-05-10 Michael Snyder <msnyder@redhat.com>
16766
16767 * gdb.base/long_long.exp: Fix typo.
16768
16769 2002-05-10 Jim Blandy <jimb@redhat.com>
16770
16771 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16772 a bug.
16773
16774 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16775 Recognize more detailed error message produced by the macro
16776 expander's lexical analyzer.
16777 * lib/gdb.exp (test_print_reject): Same.
16778
16779 2002-05-09 Mark Kettenis <kettenis@gnu.org>
16780
16781 * gdb.c++/method.exp: Fix typo.
16782
16783 2002-05-08 Michael Snyder <msnyder@redhat.com>
16784
16785 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16786 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
16787 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
16788 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16789 Add iftarget clause for strongarm.
16790
16791 2002-05-06 Michael Snyder <msnyder@redhat.com>
16792
16793 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16794 (gdb_continue_to_end): Accept output from status wrapper.
16795 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16796 Clean up fail messages to match pass messages.
16797
16798 Enable the "needs_status_wrapper" testsuite feature.
16799 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16800 (gdb_compile): Conditionally call gdb_wrapper_init.
16801 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16802 * gdb.c++/method.exp: Recognize output from status wrapper.
16803
16804 2002-05-06 Ben Elliston <bje@redhat.com>
16805 From Graydon Hoare <graydon@redhat.com>
16806
16807 * config/sid.exp: Include support for "rawsid" protocol.
16808
16809 2002-05-03 Jim Blandy <jimb@redhat.com>
16810
16811 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16812 * gdb.c++/hang3.C: New file.
16813
16814 2002-05-04 Andrew Cagney <ac131313@redhat.com>
16815
16816 * gdb.base/default.exp: Remove obsolete code.
16817 * gdb.c++/misc.exp: Ditto. Update copyright.
16818 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16819 * gdb.base/whatis.exp: Ditto. Update copyright.
16820 * gdb.base/scope.exp: Ditto. Update copyright.
16821 * gdb.base/ptype.exp: Ditto. Update copyright.
16822 * gdb.base/printcmds.exp: Ditto. Update copyright.
16823 * gdb.base/opaque.exp: Ditto. Update copyright.
16824 * gdb.base/list.exp: Ditto.
16825 * gdb.base/funcargs.exp: Ditto. Update copyright.
16826 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16827 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16828 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16829 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16830 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16831 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16832
16833 2002-05-02 Michael Snyder <msnyder@redhat.com>
16834
16835 * gdb.base/watchpoint.exp: Add xscale target.
16836 * gdb.base/long_long.exp: Add xscale target.
16837 * gdb.base/default.exp: Add xscale target.
16838
16839 2002-05-01 Jim Blandy <jimb@redhat.com>
16840
16841 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16842 gdb.c++/hang.exp: New test.
16843
16844 2002-05-01 Fred Fish <fnf@redhat.com>
16845
16846 * gdb.base/completion.exp: Handle completions of "./Make" for
16847 more than one completion possibility, as is the case when we
16848 build and test in the source tree.
16849
16850 2002-04-29 Anthony Green <green@redhat.com>
16851
16852 * gdb.java/jmisc1.exp: New file.
16853 * gdb.java/jmisc2.exp: New file.
16854
16855 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
16856
16857 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16858
16859 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
16860
16861 * gdb.base/help.exp: Change 'help status' to allow for target
16862 dependent output differences.
16863
16864 2002-04-22 Michael Chastain <mec@shout.net>
16865
16866 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16867
16868 2002-04-22 Michael Chastain <mec@shout.net>
16869
16870 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16871
16872 2002-04-17 David S. Miller <davem@redhat.com>
16873
16874 * gdb.asm/sparc64.inc: New file.
16875 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16876
16877 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
16878
16879 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16880 instruction file directly into the build tree. Clean up at end of
16881 test.
16882
16883 2002-04-18 David S. Miller <davem@redhat.com>
16884
16885 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16886 handle 64-bit platforms correctly.
16887 * gdb.base/maint.exp: Likewise.
16888
16889 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16890
16891 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16892 ``-fpic'' when compiling files comprising a shared library, but
16893 it does need additional linker flags in order to find shared
16894 libraries at run time.
16895
16896 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16897
16898 * gdb.base/cvexpr.c (use): New function.
16899 (main): Invoke use() on all global variables to prevent
16900 some linkers from deleting these otherwise unused symbols.
16901
16902 2002-04-17 Michael Chastain <mec@shout.net>
16903 From David S. Miller <davem@redhat.com>
16904
16905 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16906 handle 64-bit platforms correctly.
16907
16908 2002-04-12 Michael Snyder <msnyder@redhat.com>
16909 From Jim Blandy <jimb@redhat.com>
16910 * gdb.base/foo.c (foox): Remove section attribute; the linker
16911 script can handle this instead.
16912 * gdb.base/bar.c (barx): Same.
16913 * gdb.base/baz.c (bazx): Same.
16914 * gdb.base/grbx.c (grbxx): Same.
16915
16916 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16917 manager doesn't automatically unmap overlays unnecessarily.
16918
16919 2002-04-10 Martin M. Hunt <hunt@redhat.com>
16920
16921 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16922 stepping out of main.
16923
16924 2002-04-09 Michael Chastain <mec@shout.net>
16925
16926 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16927 scope so that the nested scope tests will make sense.
16928 * gdb.c++/local.exp: Write patterns that actually work with gcc
16929 (the HP patterns "were never known to work with gcc").
16930 Keep the old aCC patterns too.
16931
16932 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
16933
16934 * gdb.base/attach.exp: Correct target board test.
16935
16936 2002-04-08 Michael Chastain <mec@shout.net>
16937
16938 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16939 in a const method. Add some xfail and fail cases for configurations
16940 that do not emit the "const ...".
16941
16942 2002-04-07 Michael Chastain <mec@shout.net>
16943
16944 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16945 Accept "A * const" and "const A * const" as type of "this".
16946 Fix spelling of getFunky throughout. Make messages uniform.
16947
16948 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16949
16950 Work around for PR gdb/285:
16951 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16952
16953 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16954
16955 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16956 instructions file at run time instead of configure time.
16957 Sometimes we run the test in a directory that is not the one we
16958 configured in.
16959 * gdb.asm/configure.in: Delete creation of symlink.
16960 * gdb.asm/configure: Regenerate.
16961
16962 2002-04-05 J. Brobecker <brobecker@gnat.com>
16963
16964 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16965 xfullpath () function.
16966
16967 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16968
16969 * gdb.asm/Makefile.in: Correct dependencies.
16970
16971 * gdb.asm/powerpc.inc: New file.
16972 * gdb.asm/asm-source.exp: Add PowerPC.
16973 * gdb.asm/configure.in: Likewise.
16974 * gdb.asm/configure: Regenerated.
16975
16976 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16977
16978 * gdb.base/relocate.exp: New file.
16979 * gdb.base/relocate.c: New file.
16980
16981 2002-04-04 Fred Fish <fnf@redhat.com>
16982
16983 * gdb.base/step-test.exp: Update comment regarding stopping in
16984 memcpy/bcopy calls inserted as part of the compiler runtime.
16985
16986 2002-04-04 Michael Snyder <msnyder@redhat.com>
16987
16988 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16989
16990 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
16991
16992 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16993 (gdb_expect): Remove $notransfer hack.
16994
16995 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
16996
16997 * gdb.c++/classes.exp ("calling method for small class"): Match
16998 updated register output.
16999
17000 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17001
17002 Fix PR gdb/452
17003 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17004 when finished. Make gdb_file_cmd send "exec-file" when
17005 appropriate.
17006
17007 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17008
17009 * gdb.base/attach.exp: Remove extra setup_xfail.
17010
17011 2002-03-26 Michael Snyder <msnyder@redhat.com>
17012
17013 * gdb.base/default.exp: Add tests for dump, append, and restore.
17014 * gdb.base/help.exp: Add tests for dump, append, and restore.
17015 * gdb.base/dump.exp: New file, test dump, append and restore.
17016 * gdb.base/dump.c: New file.
17017
17018 2002-03-27 Michael Snyder <msnyder@redhat.com>
17019
17020 * gdb.base/help.exp: Modify expect strings to reflect
17021 clean-ups in help messages.
17022
17023 2002-03-26 Fred Fish <fnf@redhat.com>
17024
17025 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17026 have debugging info for those functions and the compiler uses them
17027 internally to copy structs around.
17028
17029 2002-03-26 Fred Fish <fnf@redhat.com>
17030
17031 * gdb.base/list.exp: Revert the change made yesterday and add note
17032 about why we don't list the default lines for remote targets.
17033
17034 2002-03-25 Michael Snyder <msnyder@redhat.com>
17035
17036 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17037
17038 2002-03-25 Fred Fish <fnf@redhat.com>
17039
17040 * gdb.base/list.exp: This test works on remote targets so remove
17041 the short circuit for remote targets. Update copyright.
17042
17043 2002-03-25 Fred Fish <fnf@redhat.com>
17044
17045 * gdb.base/attach.exp: Fix logic error that was suppressing this
17046 test for all non hppa*-*-hpux* targets, instead of the hp target.
17047 Move comments closer to the suppression point. Also now need to
17048 check that we are running natively.
17049
17050 2002-03-22 Michael Snyder <msnyder@redhat.com>
17051
17052 * gdb.base/default.exp: Add test for gcore. Update copyright.
17053 * gdb.base/help.exp: Add test for gcore. Update copyright.
17054
17055 2002-03-06 Fred Fish <fnf@redhat.com>
17056
17057 * gdb.base/funcargs.c: Remove extraneous ';' character.
17058 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17059
17060 2002-03-04 Michael Chastain <mec@shout.net>
17061
17062 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17063 accommodate gcc v3 function signature.
17064 * gdb.mi/mi0-var-cmd-exp: Ditto.
17065
17066 2002-02-24 Andrew Cagney <ac131313@redhat.com>
17067
17068 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17069 ``GNU/Linux'' or ``Linux kernel''
17070 * testsuite/gdb.threads/pthreads.c: Ditto.
17071
17072 2002-02-24 Michael Chastain <mec@shout.net>
17073
17074 * gdb.threads/pthreads.c (thread1): Add a return statement.
17075 (thread2): Likewise.
17076 (foo): Likewise.
17077
17078 2002-02-23 Michael Chastain <mec@shout.net>
17079
17080 * gdb.threads/linux-dp.c (philosopher): Add a return statement
17081 to placate gcc.
17082
17083 2002-02-23 Michael Chastain <mec@shout.net>
17084
17085 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17086 test "ptype bint". The test passes on all my stabs configurations.
17087
17088 2002-02-21 Jim Blandy <jimb@redhat.com>
17089
17090 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17091 filename at a time, and watch for the ones we want to see.
17092
17093 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17094 types of pointers to prototyped functions.
17095
17096 2002-02-20 Andrew Cagney <ac131313@redhat.com>
17097
17098 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
17099 signed, unsigned and straight char.
17100 (padding_char, padding_short, padding_int, padding_long,
17101 padding_long_long, padding_float, padding_double,
17102 padding_long_double): New global variables.
17103 (fill, fill_structs): New functions.
17104
17105 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
17106 for correctly sized writes. Update copyright.
17107 (get_valueof): New procedure.
17108 (get_sizeof): Call get_valueof.
17109 (check_valueof): New procedure.
17110 (check_padding): New procedure.
17111
17112 2002-02-20 Michael Chastain <mec@shout.net>
17113
17114 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17115 to setup_xfail. Document some of the remaining calls.
17116
17117 2002-02-18 Michael Chastain <mec@shout.net>
17118
17119 * gdb.c++/userdef.exp: Update copyright year.
17120
17121 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
17122
17123 * gdb.c++/userdef.exp: Test overloaded operators properly.
17124 Remove xfails.
17125
17126 2002-02-14 Michael Snyder <msnyder@redhat.com>
17127
17128 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17129
17130 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
17131
17132 * gdb.base/a2-run.exp: Check for a remote target properly.
17133 * gdb.base/annota1.exp: Likewise.
17134 * gdb.base/list.exp: Likewise.
17135 * gdb.base/reread.exp: Likewise.
17136 * gdb.base/scope.exp: Likewise.
17137 * gdb.base/shlib-call.exp: Likewise.
17138 * gdb.base/term.exp: Likewise.
17139 * gdb.c++/annota2.exp: Likewise.
17140
17141 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
17142
17143 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17144
17145 2002-02-10 Michael Chastain <mec@shout.net>
17146
17147 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17148 (call_after_alloca): Ditto.
17149
17150 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
17151
17152 * gdb.base/ending-run.exp: Guard "cont" test with
17153 gdb_skip_stdio_test.
17154
17155 2002-02-06 Jim Blandy <jimb@redhat.com>
17156
17157 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17158 from here...
17159 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17160 To here. Disable this test on non-HP platforms. Add big comment.
17161
17162 2002-02-04 Michael Snyder <msnyder@redhat.com>
17163
17164 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17165 other than d10v and m32r.
17166
17167 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
17168
17169 * gdb.base/default.exp: Rewrite test patterns to reduce time
17170 taken to match them.
17171
17172 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17173
17174 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17175 Allow a start function above main.
17176 * gdb.threads/linux-dp.exp: Fix copyright date.
17177
17178 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17179
17180 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17181 (check_philosopher_stack): Check for manager thread before checking
17182 for a just-starting thread.
17183
17184 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17185
17186 From Neil Booth <neil@daikokuya.demon.co.uk>:
17187 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17188 warnings.
17189
17190 2002-01-21 Fred Fish <fnf@redhat.com>
17191
17192 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17193 not caller.
17194
17195 2002-01-21 Jim Blandy <jimb@redhat.com>
17196
17197 * gdb.base/reread.exp: Check that GDB properly re-reads the
17198 executable file when it changes while no inferior is running.
17199
17200 2002-01-21 Fred Fish <fnf@redhat.com>
17201
17202 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17203 optionally accept the "shlib events" variation.
17204
17205 2002-01-21 Jim Blandy <jimb@redhat.com>
17206
17207 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17208 call `fflush' after every `printf', so that the output is produced
17209 at predictable points, regardless of whatever buffering does (or
17210 doesn't) take place.
17211 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17212 at different points.
17213
17214 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17215
17216 * gdb.c++/inherit.exp: Update copyright years.
17217 * gdb.c++/method.exp: Likewise.
17218
17219 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17220
17221 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17222 artificial methods/arguments.
17223 * gdb.c++/derivation.exp: Likewise.
17224 * gdb.c++/inherit.exp: Likewise.
17225 * gdb.c++/method.exp: Likewise.
17226 * gdb.c++/virtfunc.exp: Likewise.
17227
17228 2002-01-18 Andrew Cagney <ac131313@redhat.com>
17229
17230 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17231 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17232 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17233 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17234 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17235 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17236
17237 2002-01-17 Jim Blandy <jimb@redhat.com>
17238
17239 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17240 anchoring the pattern matching the entry point symbol's name.
17241
17242 2002-01-17 Andrew Cagney <ac131313@redhat.com>
17243
17244 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17245 continue/quit query. Update copyright.
17246
17247 2002-01-14 Michael Snyder <msnyder@redhat.com>
17248
17249 * gdb.base/gcore.exp: Remove extra debugging output.
17250
17251 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17252
17253 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17254 for slightly dubious v2 mangled string.
17255
17256 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17257
17258 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17259
17260 2002-01-10 Jason Merrill <jason@redhat.com>
17261
17262 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17263
17264 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17265 constructors.
17266 * gdb.c++/derivation.exp: Likewise.
17267 * gdb.c++/templates.exp: Likewise.
17268 * gdb.c++/virtfunc.exp: Likewise.
17269
17270 2002-01-10 Michael Snyder <msnyder@redhat.com>
17271
17272 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17273
17274 2002-01-08 Michael Snyder <msnyder@redhat.com>
17275
17276 * gdb.base/gcore.exp: New test for generate-core-file command.
17277 * gdb.base/gcore.c: Testcase for above.
17278 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17279
17280 2002-01-08 Jason Merrill <jason@redhat.com>
17281
17282 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17283
17284 2002-01-07 Fred Fish <fnf@redhat.com>
17285
17286 * gdb.c++/overload.exp: Remove unconditional xfails for:
17287 print foo_instance1.overloadargs(1)
17288 print foo_instance1.overloadargs(1, 2)
17289 print foo_instance1.overloadargs(1, 2, 3)
17290 print foo_instance1.overloadargs(1, 2, 3, 4)
17291 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17292 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17293 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17294 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17295 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17296 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17297 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17298 print foo_instance1.overload1arg()
17299 print foo_instance1.overload1arg((char)arg2)
17300 print foo_instance1.overload1arg((signed char)arg3)
17301 print foo_instance1.overload1arg((unsigned char)arg4)
17302 print foo_instance1.overload1arg((int)arg7)
17303 print foo_instance1.overload1arg((unsigned int)arg8)
17304 print foo_instance1.overload1arg((float)arg11)
17305 print foo_instance1.overload1arg((double)arg12)
17306
17307 2002-01-07 Michael Snyder <msnyder@redhat.com>
17308
17309 * gdb.base/huge.exp: New test. Print a very large target data object.
17310 (skip_huge_test): New test variable. Define if you want to skip this
17311 test. The test reads an 8 megabyte data object from the target, so it
17312 might be very time consuming on remote targets with a slow connection.
17313 * gdb.base/huge.c: New file. Test case for above.
17314
17315 2002-01-07 Fred Fish <fnf@redhat.com>
17316
17317 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17318 g_instance.bfoo, and g_instance.cfoo.
17319
17320 2002-01-07 Jeffrey A Law <law@redhat.com>
17321
17322 * gdb.base/break.c (multi_line_if_conditional): New function.
17323 (multi_ilne_while_conditional): Likewise.
17324 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
17325 IF or WHILE condition puts the breakpoint at the start of
17326 the condition.
17327
17328 * gdb.base/selftest.exp (backtrace through signal handler): Remove
17329 hppa*-*-hpux* expected failure.
17330 * gdb.base/structs.exp (do_function_calls): Similarly.
17331
17332 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
17333 watchpoints.
17334
17335 2002-01-06 Andrew Cagney <ac131313@redhat.com>
17336
17337 Fix PR gdb/66.
17338 * gdb.base/structs.exp: Replace skip for a29k with skip for
17339 gdb,cannot_call_functions.
17340 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
17341 * gdb.base/callfuncs.exp: Ditto.
17342 * gdb.base/call-rt-st.exp: Ditto.
17343 * gdb.base/call-strs.exp: Ditto.
17344 * gdb.base/callfwmall.exp: Ditto.
17345 * gdb.base/scope.exp: Obsolete xfail a29k.
17346 * gdb.c++/misc.exp: Ditto.
17347 * gdb.c++/cplusfuncs.exp: Ditto.
17348 * gdb.base/ptype.exp: Ditto.
17349 * gdb.base/printcmds.exp: Ditto.
17350 * gdb.base/opaque.exp: Ditto.
17351 * gdb.base/list.exp: Ditto.
17352 * gdb.base/funcargs.exp: Ditto.
17353 * gdb.base/default.exp: Ditto.
17354
17355 2002-01-04 Michael Snyder <msnyder@redhat.com>
17356
17357 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
17358 * gdb.base/maint.exp: Add tests for maint info sections options.
17359
17360 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
17361
17362 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
17363
17364 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
17365
17366 * gdb.asm/arm.inc: New file.
17367 * gdb.asm/asm-source.exp: Add arm targets.
17368 * gdb.asm/configure.in: Ditto.
17369 * gdb.asm/configure: Recreated from configure.in.
17370
17371 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
17372
17373 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
17374 with HP's compiler.
17375 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17376 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17377 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17378 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17379
17380 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
17381 either HP's compilers or GCC.
17382
17383 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
17384 a SIGBUS or SIGSEGV.
17385
17386 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
17387
17388 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
17389 can be compiled with either HP's compiler or GCC.
17390
17391 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
17392 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
17393 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
17394
17395 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
17396 to match current gdb output. Update due to using auto-solib-limit
17397 for limiting instead of overloading auto-solib-add.
17398 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
17399 test program.
17400
17401 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
17402 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
17403 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17404 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17405 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17406 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17407 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
17408 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
17409 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
17410 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
17411 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
17412 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
17413 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
17414
17415 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
17416 a SIGTRAP to the inferior.
17417
17418 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
17419
17420 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
17421 Substitute call to target_link by call to gdb_compile.
17422
17423 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
17424
17425 * gdb.base/break.exp: Fix HP specific search string when testing
17426 backtracing in a called function.
17427
17428 * gdb.base/constvars.exp: Only set lang to C++ if we're
17429 compiling the test with HP's compilers.
17430 * gdb.base/volatile.exp: Similarly.
17431
17432 2001-12-19 Jim Blandy <jimb@redhat.com>
17433
17434 * gdb.base/printcmds.exp: Expect the null character to be printed
17435 as '\0', and the '\013' to be printed as '\v'.
17436 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
17437 * gdb.base/setvar.exp: Same.
17438
17439 2001-12-17 Jim Blandy <jimb@redhat.com>
17440
17441 * gdb.base/completion.exp: Rather than completing very long
17442 filenames, which can make the readline library produce output we
17443 don't recognize, cd to the directory first, and then complete
17444 using nice, short relative paths.
17445
17446 * gdb.base/completion.exp: On some systems, there is, in fact, a
17447 variable named `b' in scope, since GDB treats all static
17448 variables as being in scope. So use `no_var_named_this'
17449 instead of `b'.
17450
17451 * gdb.base/corefile.exp: Recognize the message saying that GDB
17452 can't find the core file's registers as a failure.
17453
17454 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
17455
17456 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
17457 test expect string more specific.
17458
17459 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
17460
17461 * gdb.asm/asm-source.exp: Add support for xstormy16.
17462 * gdb.asm/configure.in: Ditto.
17463 * gdb.asm/configure: Rebuild.
17464 * gdb.asm/xstormy16.inc: New file.
17465
17466 2001-12-10 Fred Fish <fnf@redhat.com>
17467
17468 * gdb.base/maint.exp: Update to match changes in type dumping code.
17469
17470 2001-12-10 Jim Blandy <jimb@redhat.com>
17471
17472 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
17473 matching the entry point symbol's name at the beginning of the
17474 line.
17475
17476 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17477
17478 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17479 gdb.c++/inherit.exp, gdb.c++/method.exp,
17480 gdb.c++/namespace.exp, gdb.c++/templates.exp,
17481 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17482 and class layout support.
17483
17484 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17485
17486 * gdb.c++/classes.exp: Add test for static member function.
17487 * gdb.c++/misc.cc: Add class with static member function.
17488
17489 2001-12-07 Jim Blandy <jimb@redhat.com>
17490
17491 If GDB says it can't find the struct the function returned, report
17492 those tests as `unsupported'.
17493 * gdb.base/call-rt-st.exp (print_struct_call): New function.
17494 Rewrite subsequent tests to use it.
17495
17496 If GDB says it can't find the struct the function returned, report
17497 those tests as `unsupported'.
17498 * gdb.base/structs.exp (call_struct_func): New function.
17499 (do_function_calls): Use call_struct_func to call the functions
17500 returning structs.
17501
17502 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
17503 whether functions are prototyped or not, so we can't possibly pass
17504 arguments to t_float_values2 properly.
17505
17506 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
17507 value of `timeout' for targets other than the mips*tx39-*.
17508
17509 2001-12-06 Michael Snyder <msnyder@redhat.com>
17510
17511 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
17512 and detect whether the start symbol has a leading underscore.
17513
17514 2001-12-04 Jim Blandy <jimb@redhat.com>
17515
17516 * gdb.base/completion.exp: Clarify indentation.
17517
17518 2001-12-03 Jim Blandy <jimb@redhat.com>
17519
17520 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
17521 variables on the S/390, not `.word'.
17522
17523 2001-11-30 Jim Blandy <jimb@redhat.com>
17524
17525 Add assembly-source tests for s390-ibm-linux.
17526 * gdb.asm/s390.inc: New file.
17527 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
17528 the S/390 architecture.
17529 * gdb.asm/configure: Regenerated.
17530
17531 2001-11-30 Michael Snyder <msnyder@redhat.com>
17532
17533 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
17534 next, info source, info sources, info line, global and static
17535 variables, and static functions.
17536 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
17537 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
17538 * gdb.asm/asmsrc1.s: Add a static function and some variables.
17539 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
17540 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
17541 (gdbasm_leave): Restore frame pointer.
17542 (gdbasm_startup): Copy stack set-up from crt0.S.
17543
17544 2001-11-26 Fernando Nasser <fnasser@redhat.com>
17545
17546 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
17547 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
17548 to a local (non-static) variable. Copy tstruct.a to a static buffer
17549 and return a pointer to that buffer.
17550 * gdb.base/callfwmall.c (t_structs_a): Ditto.
17551
17552 2001-11-24 Mark Kettenis <kettenis@gnu.org>
17553
17554 * gdb.asm/configure.in: Fix recognition of ix86 target.
17555 * gdb.asm/configure: Regenerate.
17556
17557 2001-11-21 Michael Snyder <msnyder@redhat.com>
17558
17559 * gdb.asm/sparc.inc: New file.
17560 * gdb.asm/asm-source.exp: Recognize sparc target.
17561 * gdb.asm/configure.in: Recognize sparc target.
17562 * gdb.asm/configure: Regenerate.
17563
17564 2001-11-21 Michael Snyder <msnyder@redhat.com>
17565
17566 * gdb.asm/m32r.inc: New file.
17567 * gdb.asm/asm-source.exp: Recognize m32r target.
17568 * gdb.asm/configure.in: Recognize m32r target.
17569 * gdb.asm/configure: Regenerate.
17570
17571 2001-11-20 Michael Snyder <msnyder@redhat.com>
17572
17573 * gdb.asm/i386.inc: New file.
17574 * gdb.asm/asm-source.exp: Recognize ix86 target.
17575 * gdb.asm/configure.in: Recognize ix86 target.
17576 * gdb.asm/configure: Regenerate.
17577
17578 * gdb.c++/namespace.exp: Fix quotes in output messages.
17579
17580 2001-11-14 Michael Snyder <msnyder@redhat.com>
17581
17582 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
17583 qualifier in a type cast expression, to designate an address
17584 in the instruction space (Harvard architecture).
17585
17586 2001-11-13 Michael Snyder <msnyder@redhat.com>
17587
17588 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
17589 Tests for expressions using 'const' and 'volatile'.
17590
17591 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
17592
17593 * gdb.asm/asm-sources.exp: Allow defining linker flags.
17594
17595 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
17596
17597 * lib/mi-support.exp (mi_run_to_helper): Move comments
17598 outside of gdb_expect.
17599
17600 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
17601
17602 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
17603 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
17604 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
17605 mi0_run_to): New functions.
17606 * gdb.mi/mi-simplerun.exp: Use them.
17607 * gdb.mi/mi0-simplerun.exp: Likewise.
17608 * gdb.mi/mi-var-cmd.exp: Likewise.
17609 * gdb.mi/mi0-var-cmd.exp: Likewise.
17610
17611 2001-11-10 Andrew Cagney <ac131313@redhat.com>
17612
17613 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17614 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17615
17616 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17617
17618 * gdb.base/restore.exp: Include $expected value in restored test
17619 message.
17620
17621 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17622
17623 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17624 implemented.
17625
17626 2001-11-08 Michael Snyder <msnyder@redhat.com>
17627
17628 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17629 Add pass/fail message for stop at breakpoint in call dummy function.
17630
17631 2001-11-07 Michael Snyder <msnyder@redhat.com>
17632
17633 * gdb.c++/templates.exp (test_template_breakpoints):
17634 If we get an overload menu, but it does not match what
17635 we expect, we still need to issue the "cancel" command.
17636 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17637 making the whitespace optional. Argument for "new" may be
17638 "unsigned" as well as "unsigned int/long".
17639 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
17640 making the whitespace optional. Also replace "(void) with
17641 "((void|)), making the keyword "void" optional.
17642 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
17643 making the whitespace optional. Also replace "(void) with
17644 "((void|)), making the keyword "void" optional.
17645 * gdb.base/callfuncs.c (t_float_values): This function must
17646 _not_ be prototyped, and the following function (t_float_values2)
17647 must be prototyped (if the compiler supports it), so that GDB
17648 can be tested against both cases. Usually one case involves
17649 promotion of float to double, while the other does not.
17650 * gdb.base/callfwmall.c: Ditto.
17651 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17652 includes a stack frame for "start".
17653
17654 2001-11-05 Jim Blandy <jimb@redhat.com>
17655
17656 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
17657 pointers are 32 bits long, and that offsets of relocs are always
17658 stored in the data (REL-style), and not in the reloc entry itself
17659 (RELA-style).
17660 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17661 stabs.
17662
17663 2001-11-01 Michael Snyder <msnyder@redhat.com>
17664
17665 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17666 and regular expression operators by using quoting.
17667
17668 2001-10-31 Michael Snyder <msnyder@redhat.com>
17669
17670 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17671 depending on what the symbol table contains.
17672 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17673 the output of the ptype command. Similarly, accept both "const &"
17674 and "const&".
17675
17676 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
17677
17678 * gdb.base/miscexprs.c (main): Add usage of preprocessor
17679 symbol `STORAGE' to allow to choose the storage class of
17680 the local datastructures.
17681 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17682 compiler directive.
17683
17684 2001-10-30 Michael Snyder <msnyder@redhat.com>
17685
17686 * gdb.base/jump.exp: Allow it to run for all targets.
17687
17688 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17689
17690 * gdb.base/call-ar-st.c (print_double_array): Match for loop
17691 with new double_array size.
17692 (main): Change storage class of all local variables to static.
17693 Reduce size of double_array to 9.
17694 * gdb.base/call-ar-st.exp: Increase timeout value.
17695 Change expected output for double array to match new size in
17696 call-ar-st.c.
17697
17698 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17699
17700 * gdb.base/ending-run.exp: Create identical output when passing
17701 `step to end of run' case. Add regular expression branch satisfying
17702 Stormy16 target.
17703
17704 2001-10-28 Mark Kettenis <kettenis@gnu.org>
17705
17706 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17707 that we catch the expected failure under Linux/x86.
17708
17709 2001-10-29 Orjan Friberg <orjanf@axis.com>
17710
17711 * gdb.base/setvar.exp: Escape curly braces.
17712 * gdb.stabs/weird.exp: Ditto.
17713
17714 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
17715
17716 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17717 * gdm.mi/mi0-hack-cli.exp: Likewise.
17718
17719 2001-10-25 Andrew Cagney <ac131313@redhat.com>
17720
17721 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17722 messages.
17723
17724 2001-10-21 Andrew Cagney <ac131313@redhat.com>
17725
17726 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17727 checking MI enabled.
17728
17729 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
17730
17731 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17732
17733 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
17734
17735 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17736 if gdb child process crashes, just signal an error.
17737
17738 2001-10-02 Jim Blandy <jimb@redhat.com>
17739
17740 * lib/gdb.exp (test_xfail_format): Simplify.
17741
17742 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17743 front of the variable name `format'. Simplify `if'.
17744
17745 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17746
17747 * gdb.threads/pthreads.exp: Wait for output and delay
17748 before sending ^C.
17749
17750 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17751
17752 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17753 some incorrect output instead of timing out.
17754 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17755
17756 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
17757
17758 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17759 check to allow additional `int'.
17760
17761 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
17762
17763 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17764 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17765
17766 2001-09-27 Michael Snyder <msnyder@redhat.com>
17767
17768 * lib/gdb.exp (test_debug_format): New proc.
17769 (setup_xfail_format): Use new proc test_debug_format.
17770 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17771 proc; use new service proc test_debug_format.
17772 Replace all other "gcc_compiled" tests with this test.
17773 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17774 proc; use new service proc test_debug_format.
17775 Replace all other "gcc_compiled" tests with this test.
17776
17777 2001-09-27 Michael Snyder <msnyder@redhat.com>
17778
17779 * gdb.base/cvexpr.exp: New file.
17780 * gdb.base/cvexpr.c: New file
17781 Test for expressions using const and volatile keywords.
17782
17783 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
17784
17785 * gdb.base/constvars.exp: Check for different orders of keywords
17786 and additional "int" strings in output.
17787
17788 2001-09-22 Andrew Cagney <ac131313@redhat.com>
17789
17790 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17791 responses from "help maint".
17792
17793 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
17794
17795 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17796 to localhost:NNN instead of :NNN, in case Xvfb is listening
17797 only on TCP.
17798
17799 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
17800
17801 * gdb.base/recurse.exp: When checking leaving the watchpoint
17802 scope, recognize when gdb is in function's epilogue and pass.
17803
17804 2001-09-18 Keith Seitz <keiths@redhat.com>
17805
17806 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17807 support for running tests against sid targets.
17808 (gdbtk_done): Ditto.
17809
17810 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
17811
17812 * gdb.base/ending-run.c (main): Set stdout buffersize
17813 to the same reasonable value for any target.
17814 * gdb.base/ending-run.exp: Add a regular expression
17815 to make testsuite happy on Sanyo Stormy16 target.
17816
17817 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
17818
17819 * gdb.base/display.c (do_loops): Add float variable `f'.
17820 Increment f in loop.
17821 * gdb.base/display.exp: Increment timeout by 60 seconds.
17822 Change float display test to use variable `f'.
17823
17824 2001-09-17 Jim Blandy <jimb@redhat.com>
17825
17826 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17827 overflowing the limited breakpoint tables on some ROM monitors
17828 (like the ROM68K).
17829
17830 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
17831
17832 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17833 the "-ac" (disable access control) flag.
17834
17835 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
17836
17837 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17838 ints.
17839
17840 2001-08-30 Keith Seitz <keiths@redhat.com>
17841
17842 * lib/gdb.exp: Move all insight-related functionality into
17843 separate file.
17844 * lib/insight-support.exp: New file.
17845
17846 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
17847
17848 * config/sid.exp (sid_start): Never set sid verbosity; disable
17849 expect_background {} that consumed its stdout; tolerate </dev/null.
17850 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17851
17852 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17853
17854 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17855 CLI jump command to start it.
17856 (mi_run_to_main): Fail immediatly when unexpected output.
17857
17858 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17859
17860 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17861 beginning of function. Fix PR gdb/191.
17862
17863 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
17864
17865 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17866 what to force sid endianness to.
17867
17868 2001-08-15 Keith Seitz <keiths@redhat.com>
17869
17870 * lib/gdb.exp (gdbtk_start): Don't set environment
17871 variables for TCL_LIBRARY and friends. Insight will
17872 now figure these out for itself.
17873
17874 2001-08-02 Michael Snyder <msnyder@redhat.com>
17875
17876 * gdb.base/completion.exp: Remove the symbol "a64l" from
17877 the expect string; this is target-specific, and not related
17878 to what is being tested.
17879
17880 2001-08-02 Dave Brolley <brolley@redhat.com>
17881
17882 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17883
17884 2001-07-25 Michael Snyder <msnyder@redhat.com>
17885
17886 * gdb.base/consecutive.exp: New file. Test stepping over
17887 breakpoints on consecutive instructions.
17888 * gdb.base/consecutive.c: New file.
17889
17890 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17891 curly braces in regular expressions.
17892
17893 2001-07-25 Michael Snyder <msnyder@redhat.com>
17894
17895 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17896 legitimate output from stepping out of main.
17897
17898 2001-07-22 Keith Seitz <keiths@redhat.com>
17899
17900 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17901 the empty string, do not run the tests.
17902
17903 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17904
17905 * gdb.base/long_long.exp: Detect size of pointer. Take into
17906 account 2-byte pointers when testing for p/a results.
17907
17908 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17909
17910 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
17911 and defined to 1K for m68hc11.
17912 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17913 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17914 (sizeof_random_data): New variable to tell the size of the data table;
17915 don't test past this size; always run to main.
17916
17917 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17918
17919 * gdb.base/return2.exp: return of long long and double fails for
17920 68HC11; don't execute these tests on that platform.
17921 * gdb.base/return.exp: Return of a double fails for 68hc11.
17922
17923 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17924
17925 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17926 tests that print a float.
17927 * call-rt-st.exp: Likewise.
17928
17929 2001-07-12 Mark Kettenis <kettenis@gnu.org>
17930
17931 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17932 running this test on Linux.
17933
17934 2001-06-24 Michael Chastain <chastain@redhat.com>
17935
17936 * gdb.base/arithmet.exp: Remove some tests to make all test names
17937 unique.
17938
17939 2001-07-03 Michael Snyder <msnyder@redhat.com>
17940
17941 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17942 the output of the ptype command.
17943
17944 2001-07-02 Michael Snyder <msnyder@redhat.com>
17945
17946 * gdb.base/completion.exp: Don't assume that break.c is the only
17947 source file that may contain functions named "marker".
17948 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17949
17950 2001-06-28 Andrew Cagney <ac131313@redhat.com>
17951
17952 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17953 of files to delete.
17954
17955 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17956 * gdb.disasm/h8300s.exp: New file.
17957 gdb.disasm/h8300s.s: Likewise.
17958
17959 2001-06-27 Andrew Cagney <ac131313@redhat.com>
17960
17961 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17962 empty breakpoint tables.
17963
17964 2001-06-25 Andrew Cagney <ac131313@redhat.com>
17965
17966 * lib/mi-support.exp: Update args=... part of stop-reason
17967 patterns. Accept either a list or a tuple.
17968
17969 2001-06-23 Andrew Cagney <ac131313@redhat.com>
17970
17971 * lib/mi-support.exp: Remove local emacs variable defining
17972 change-log-default-name.
17973
17974 2001-06-22 Michael Chastain <chastain@redhat.com>
17975
17976 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17977 This is operationally compatible with the previous version.
17978
17979 2001-06-13 Jim Blandy <jimb@redhat.com>
17980
17981 * lib/gdb.exp (gdb_test): Doc fix.
17982
17983 2001-06-10 Michael Chastain <chastain@redhat.com>
17984
17985 * gdb.base/exprs.exp: Remove a duplicate test.
17986
17987 2001-06-06 Jim Blandy <jimb@redhat.com>
17988
17989 * gdb.base/return2.exp (main): Use values to test float and double
17990 returns that are not NaN's, to avoid being confused by IEEE
17991 comparison rules.
17992
17993 2001-06-04 Michael Snyder <msnyder@redhat.com>
17994
17995 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
17996 non-zero if control_c fails. Terminate the test on failure,
17997 rather than wait for 12 more tests to time out.
17998
17999 2001-06-06 Jim Blandy <jimb@redhat.com>
18000
18001 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
18002 Don't forget to match the GDB prompt.
18003
18004 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18005
18006 2001-06-04 Jim Blandy <jimb@redhat.com>
18007
18008 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18009 command.
18010
18011 2001-05-31 Kevin Buettner <kevinb@redhat.com>
18012
18013 * gdb.base/annota1.exp (info break): Match four or more spaces
18014 after "Address".
18015
18016 2001-05-31 Michael Chastain <chastain@redhat.com>
18017
18018 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18019 (dm_type_int_star): Likewise.
18020 (dm_type_long_star): Likewise.
18021 (dm_type_void_star): Likewise.
18022
18023 2001-05-29 Kevin Buettner <kevinb@redhat.com>
18024
18025 * gdb.base/completion.exp (INPUTRC): Set this environment variable
18026 to a known value in order to get consistent results regardless
18027 of the setting of INPUTRC or the presence or contents of .inputrc.
18028
18029 2001-05-24 Michael Snyder <msnyder@redhat.com>
18030
18031 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18032 Don't require that the main thread and the manager thread are the
18033 first in the list.
18034
18035 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18036 debugging. If test fails, issue an "unsupported" not a "fail".
18037
18038 2001-05-24 Jim Blandy <jimb@redhat.com>
18039
18040 Don't assume that short is shorter than int.
18041 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18042 assume that shorts are smaller than ints. On a 16-bit machine,
18043 this isn't true.
18044 ("print unsigned char == (~0)"): Add test that verifies that ~0,
18045 an int, is not equal to ~0 stored in an unsigned char. This tests
18046 the same thing that the previous test meant to, but works on
18047 16-bit machines, too.
18048 ("print unsigned char != (~0)"): Same test, complemented.
18049
18050 2001-05-24 Michael Snyder <msnyder@redhat.com>
18051
18052 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
18053 test for (full_coverage == 0). This makes the test run faster,
18054 and prevents dejagnu getting out of step.
18055
18056 2001-05-23 Kevin Buettner <kevinb@redhat.com>
18057
18058 * gdb.base/finish.exp (finish_void): Revise pattern for
18059 stopping on the call statement to not permit stopping at
18060 the start of the instructions comprising the call sequence.
18061
18062 2001-05-19 Michael Chastain <chastain@redhat.com>
18063
18064 * gdb.base/callfuncs.exp: Make all test names unique.
18065 * gdb.base/commands.exp: Make all test names unique.
18066 * gdb.base/condbreak.exp: Make all test names unique.
18067 * gdb.base/dbx.exp: Make all test names unique.
18068 * gdb.base/default.exp: Make all test names unique.
18069 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
18070 and TIMEOUT messages to their corresponding PASS message.
18071 * gdb.base/ending-run.exp: Make all test names unique.
18072 * gdb.base/long_long.exp: Remove duplicate test.
18073
18074 2001-05-21 Kevin Buettner <kevinb@redhat.com>
18075
18076 * gdb.base/finish.exp (finish_void): Allow "finish" command to
18077 stop on the call statement as well as the statement after the
18078 call.
18079
18080 2001-05-21 Michael Snyder <msnyder@redhat.com>
18081
18082 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18083
18084 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18085
18086 * gdb.base/completion.exp: Revamp test. Make it execute on all
18087 platforms.
18088
18089 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18090
18091 * config/gdbserver.exp (gdb_load): Handle the case
18092 in which the arguments to gdbserver are given in the
18093 baseboard configuration file.
18094 Also handle the case in which the server needs to do a
18095 load.
18096
18097 2001-05-07 Keith Seitz <keiths@cygnus.com>
18098
18099 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18100 set up the display for testing.
18101 (gdbtk_start): Convert all paths to paths that tcl will like.
18102 Export target information to environment.
18103 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18104 necessary.
18105 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18106 (to_tcl_path): New proc to convert a given pathname into
18107 a path acceptible as an argument to a tcl command.
18108 (_gdbtk_export_target_info): New proc to export target info
18109 into the environment for gdbtk testing.
18110 (gdbtk_done): New proc to signal end-of-test.
18111
18112 2001-05-06 Jim Blandy <jimb@redhat.com>
18113
18114 * restore.c: Make the code of caller0 correspond to its comment.
18115
18116 2001-05-03 Michael Snyder <msnyder@redhat.com>
18117
18118 * config/sid.exp (gdb_target_sid): Check for error messages.
18119 On error or timeout, don't make expect exit (which will terminate
18120 all subsequent tests); instead just make gdb exit.
18121 (gdb_load): Check for error messages. On error or timeout,
18122 return a negative value.
18123
18124 2001-04-24 Jim Blandy <jimb@redhat.com>
18125
18126 * gdb.c++/templates.exp: If we see the prompt for the overload
18127 list, but we haven't recognized any of the longer patterns,
18128 arrange for this test to fail, not hang.
18129
18130 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18131 variations.
18132
18133 2001-04-22 Michael Chastain <chastain@redhat.com>
18134
18135 * gdb.c++/local.exp: Use the 'runto' library function.
18136 * gdb.c++/namespace.exp: Likewise.
18137 * gdb.c++/overload.exp: Likewise.
18138
18139 2001-03-26 Kevin Buettner <kevinb@redhat.com>
18140
18141 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18142 * gdb.base/step-line.exp: New file. Test step/next in presence of
18143 #line directives.
18144 * gdb.base/step-line.c: New file. Test program for the above.
18145 * gdb.base/step-line.inp: New file. We pretend that this file has
18146 been transformed by some other tool into step-line.c.
18147
18148 2001-03-21 Jim Blandy <jimb@redhat.com>
18149
18150 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18151 unmangled operator names.
18152
18153 2001-03-20 Jim Blandy <jimb@redhat.com>
18154
18155 * gdb.threads/linux-dp.exp: Recognize an additional message
18156 generated by GDB when it doesn't understand how to debug threads
18157 on the target system.
18158
18159 2001-03-19 Andrew Cagney <ac131313@redhat.com>
18160
18161 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18162
18163 2001-03-12 Michael Chastain <chastain@redhat.com>
18164
18165 * gdb.c++/derivation.exp: Use the 'runto' library function.
18166
18167 2001-03-12 Michael Chastain <chastain@redhat.com>
18168
18169 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18170
18171 2001-02-24 Michael Chastain <chastain@redhat.com>
18172
18173 * gdb.c++/ref-types.exp: Change handwritten code to library
18174 function 'runto'.
18175
18176 2001-03-16 Orjan Friberg <orjanf@axis.com>
18177
18178 * gdb.base/signals.exp: Set count to 0 explicitly.
18179
18180 2001-03-15 Mark Salter <msalter@redhat.com>
18181
18182 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18183 (gdb_target_monitor): Add check of gdb_target_cmd return value.
18184 (gdb_load): Add support for additional target_info: gdb_download_size
18185 and gdb_load_timeout.
18186
18187 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18188
18189 * gdb.base/annota1.exp: Move test of isnative to earlier in the
18190 file -- to prevent failing when the compile fails but we have no
18191 intention of running the tests anyway.
18192
18193 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18194 tests if set.
18195
18196 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18197 integers.
18198
18199 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18200 * gdb.c++/namespace.exp: Ditto.
18201
18202 2001-03-07 Orjan Friberg <orjanf@axis.com>
18203
18204 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18205 * gdb.base/pointers.exp: Relax pattern match of decimals.
18206
18207 2001-03-06 Kevin Buettner <kevinb@redhat.com>
18208
18209 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18210 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18211 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18212 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18213 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18214 config/sh.exp, config/sid.exp, config/slite.exp,
18215 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18216 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18217 config/vxworks.exp, config/vxworks29k.exp,
18218 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18219 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18220 gdb.base/arithmet.exp, gdb.base/assign.exp,
18221 gdb.base/async.exp, gdb.base/attach.exp,
18222 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18223 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18224 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18225 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18226 gdb.base/commands.exp, gdb.base/completion.exp,
18227 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18228 gdb.base/constvars.exp, gdb.base/corefile.exp,
18229 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18230 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18231 gdb.base/ending-run.exp, gdb.base/environ.exp,
18232 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18233 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18234 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18235 gdb.base/funcargs.exp, gdb.base/help.exp,
18236 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18237 gdb.base/logical.exp, gdb.base/long_long.exp,
18238 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18239 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18240 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18241 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18242 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18243 gdb.base/regs.exp, gdb.base/relational.exp,
18244 gdb.base/remote.exp, gdb.base/reread.exp,
18245 gdb.base/restore.exp, gdb.base/return2.exp,
18246 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18247 gdb.base/selftest.exp, gdb.base/setshow.exp,
18248 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18249 gdb.base/sigall.exp, gdb.base/signals.exp,
18250 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18251 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18252 gdb.base/step-test.exp, gdb.base/structs.c,
18253 gdb.base/structs.exp, gdb.base/structs2.exp,
18254 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18255 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18256 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18257 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18258 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18259 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18260 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18261 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18262 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18263 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18264 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18265 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18266 gdb.fortran/types.exp, gdb.java/jmisc.exp,
18267 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18268 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18269 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18270 gdb.trace/circ.exp, gdb.trace/collection.exp,
18271 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18272 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18273 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18274 gdb.trace/report.exp, gdb.trace/save-trace.exp,
18275 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18276 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18277 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18278 notices.
18279
18280 2001-02-27 Michael Snyder <msnyder@cygnus.com>
18281
18282 * gdb.base/varargs.c (find_max_double): Fix printf format string:
18283 first arg is int not float.
18284
18285 2001-02-22 Michael Snyder <msnyder@cygnus.com>
18286
18287 * gdb.base/reread.exp: Unsupported for non-native targets;
18288 doesn't work for remote debugging.
18289
18290 2001-02-19 Fernando Nasser <fnasser@redhat.com>
18291
18292 From Drew Moseley <dmoseley@redhat.com>
18293 * gdb.base/ending-run.exp: Properly handle the BSP state when
18294 stepping past the end of main.
18295
18296 2001-02-19 John Moore <jmoore@redhat.com>
18297
18298 * gdb.base/commands.exp (infrun_breakpoint_command_test):
18299 Converted HPUX fix for non-expected items following multiple
18300 step commands into general solution for all platforms.
18301
18302 2001-02-18 Michael Chastain <chastain@redhat.com>
18303
18304 * gdb.c++/classes.exp (do_tests): Change runto statements
18305 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18306 statements demangler agnostic.
18307 * gdb.c++/virtfunc.exp (do_tests): Likewise.
18308 (gdb_virtfunc_restart): Likewise.
18309
18310 2001-02-14 Michael Chastain <chastain@redhat.com>
18311
18312 * gdb.c++/inherit.exp (do_tests): Change runto statements
18313 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18314 statements demangler agnostic.
18315
18316 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
18317
18318 * gdb.threads/pthreads.exp: Unify pass/fail messages for
18319 ``continue to bkpt at common_routine in thread 2'' and ``stopped
18320 before calling common_routine 15 times'' tests.
18321
18322 2001-02-11 Michael Chastain <chastain@redhat.com>
18323
18324 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
18325 Helps the test script figure out which demangler is in use.
18326 (dm_type_foo_ref): Ditto.
18327 (dm_type_int_star): Ditto.
18328 (dm_type_long_star): Ditto.
18329 (dm_type_unsigned_int): Ditto.
18330 (dm_type_void): Ditto.
18331 (dm_type_void_star): Ditto.
18332 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
18333 Probe the gdb demangler and set variables to accommodate
18334 formatting differences.
18335 (info_func_regexp): New function. Same as info_func, but
18336 matches against a regexp.
18337 (info_func): Match against a literal string.
18338 (print_addr_2): New function. Match against a literal string,
18339 which can be different from the input to gdb.
18340 (print_addr): Simply call print_addr_2 with the same argument twice.
18341 (test_lookup_operator_functions): Use demangler formatting variables.
18342 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
18343 the tests in the same order as the C++ class declaration.
18344 (test_paddr_operator_functions): Ditto.
18345 (test_paddr_overloaded_functions): Ditto.
18346 (test_paddr_hairy_functions): Use demangler formatting variables.
18347 Add reference to gdb/19 for related tests.
18348 (do_tests): Call probe_demangler.
18349
18350 2001-01-30 Kevin Buettner <kevinb@redhat.com>
18351
18352 * gdb.c++/templates.cc (printf): Remove unused function definition.
18353
18354 2001-01-26 Felix Lee <flee@redhat.com>
18355
18356 * sid.exp (sid_exit): Pass host, not target, to remote_close.
18357
18358 2001-01-25 matthew green <mrg@redhat.com>
18359
18360 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
18361 up sid.
18362 (sid_exit): Call `remote_pop_conn' after GDB is gone.
18363
18364 2001-01-25 matthew green <mrg@redhat.com>
18365
18366 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
18367 Deprecate $sid_spawn_id.
18368 (sid_exit): Remove code necessary only for `spawn.'
18369
18370 2001-01-25 matthew green <mrg@redhat.com>
18371
18372 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
18373
18374 2001-01-28 Michael Chastain <chastain@redhat.com>
18375
18376 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
18377 to call when tests fail. It takes gdb out of the overloaded
18378 function choice menu back to the main prompt, so that the test
18379 program stays synchronized.
18380 (set_bp_overloaded): New proc to collect all the common
18381 code for setting a breakpoint on an overloaded name. Calls
18382 take_gdb_out_of_choice_menu when needed.
18383 (menu_overload1arg): New variable to collect the repeated
18384 instances of the expected menu for an overloaded name. Change
18385 the regular expression to handle changes in g++ type encoding:
18386 "void" can be either "void" or "", and "unsigned int" can be
18387 either "unsigned int" or "unsigned".
18388 (continue_to_bp_overloaded): Change regular expressions to handle
18389 changes in g++ type encoding.
18390 (no proc): Call take_gdb_out_of_choice_menu when needed.
18391 Remove redundant calls to "info break". Accept either "canceled"
18392 or "cancelled". Change regular expressions in "info break"
18393 calls to handle changes in g++ type encoding. Give all tests
18394 unique strings.
18395
18396 2001-01-17 Ben Elliston <bje@redhat.com>
18397
18398 * config/sid.exp: New file.
18399
18400 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
18401
18402 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
18403
18404 2000-12-21 Michael Snyder <msnyder@cygnus.com>
18405
18406 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
18407 Add a RE to accept a non-ascii char if one is ever presented.
18408
18409 2000-12-20 Fernando Nasser <fnasser@redhat.com>
18410
18411 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
18412
18413 2000-12-18 Michael Snyder <msnyder@cygnus.com>
18414
18415 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
18416 in regexp. One '\' does not suffice on Linux.
18417
18418 2000-12-09 Michael Chastain <chastain@redhat.com>
18419
18420 * gdb.base/break.exp (test_clear_command): Use a marker function
18421 rather than 'main' for the test function. Also move this
18422 test to an execution point where the marker function names are
18423 guaranteed to be bound to functions. (Executing tests after a
18424 'finish' from main runs into name conflicts with local names
18425 in __libc_start_main).
18426
18427 2000-12-07 Michael Snyder <msnyder@cygnus.com>
18428
18429 * gdb.base/finish.exp: New test for gdb's "finish" command.
18430 * gdb.base/return2.exp: New test for gdb's "return" command.
18431 * gdb.base/return2.c: New source file for above.
18432
18433 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18434
18435 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
18436 * gdb.base/miscexprs.exp: Ditto.
18437 * gdb.base/pointers.exp: Ditto.
18438 * gdb.c++/derivation.exp: Ditto.
18439 * gdb.c++/local.exp: Ditto.
18440 * gdb.c++/namespace.exp: Ditto.
18441 * gdb.c++/overload.exp: Ditto.
18442 * gdb.c++/ref-types.exp: Ditto.
18443
18444 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18445
18446 * gdb.base/constvars.exp: Test result of "up" command.
18447 * gdb.base/miscexprs.exp: Ditto.
18448 * gdb.base/pointers.exp: Ditto.
18449 * gdb.base/scope.exp: Ditto.
18450 * gdb.c++/derivation.exp: Ditto.
18451 * gdb.c++/local.exp: Ditto.
18452 * gdb.c++/namespace.exp: Ditto.
18453 * gdb.c++/overload.exp: Ditto.
18454 * gdb.c++/ref-types.exp: Ditto.
18455
18456 2000-11-22 Michael Chastain <chastain@redhat.com>
18457
18458 * mips_pro.exp: Accept either "middle -> top -> main" or
18459 "middle -> main" in the backtrace, because gcc can optimize
18460 tail calls to jumps. Remove setup_xfail for the hppa case.
18461 Add a comment with the original warning messages from PR 3016,
18462 which was filed in 1993, to preserve them for posterity.
18463
18464 2000-11-17 Nick Duffek <nsd@redhat.com>
18465
18466 * lib/gdb.exp (gdb_test): Override timeout with board info.
18467
18468 2000-11-17 Nick Duffek <nsd@redhat.com>
18469
18470 * gdb.base/display.exp: Don't kill running stub. Add "again" to
18471 the second kill and detach messages.
18472
18473 2000-11-17 Nick Duffek <nsd@redhat.com>
18474
18475 * configure.in: Add AC_EXEEXT.
18476 * configure: Regenerate.
18477 * Makefile.in (just-check): Export EXEEXT.
18478 * lib/gdb.exp ($EXEEXT): Import from environment.
18479 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
18480 expect "maint dump-me" on Cygwin.
18481 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18482 $EXEEXT.
18483
18484 2000-11-17 Nick Duffek <nsd@redhat.com>
18485
18486 * gdb.base/break.exp: Test backtrace and finish from called
18487 function on all platforms, not just HP-UX.
18488
18489 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18490
18491 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18492 code from gdb_target_monitor, so it can be used independantly
18493 for gdbserver. Also comment out an unnecessary PUTS.
18494
18495 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18496
18497 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18498 * gdb.base/corefile.exp: Expect the message "Program is being
18499 debugged already" when we send the "corefile" command, since
18500 the preceeding gdb_load may have connected gdb to a remote target.
18501 * gdb.base/display.exp: Disable hardware watchpoints if new
18502 board info variable "no_hardware_watchpoints" is true.
18503 Replace single-letter commands with more readable ones.
18504 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
18505 if new board info variable "no_hardware_watchpoints" is true.
18506 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
18507 to see if stdio (printf) testing is possible.
18508 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
18509 board info variable "no_hardware_watchpoints" is true. Use new
18510 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
18511
18512 2000-11-13 Fernando Nasser <fnasser@redhat.com>
18513
18514 From Orjan Friberg <orjanf@axis.com>:
18515 * gdb.base/printcmds.exp: Escape curly braces followed by a number
18516 in array print pattern match.
18517
18518 2000-11-09 Fernando Nasser <fnasser@redhat.com>
18519
18520 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
18521 spelling "cancelled" to U.S. spelling "canceled" to match changes
18522 made to gdb.
18523 * gdb.c++/ovldbreak.exp: Ditto.
18524
18525 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18526
18527 * gdb.base/callfuncs.c (main): Moved to end of file, call
18528 t_double_values to initialize the FPU before inferior calls are made.
18529 * gdb.base/callfuncs.exp: Test for register preservation after calling
18530 inferior functions. Add tests for continuining, finishing and
18531 returning from a stop in a call dummy.
18532
18533 2000-10-24 Michael Snyder <msnyder@cygnus.com>
18534
18535 * gdb.base/commands.exp: Break up long lines, and re-indent.
18536
18537 2000-10-19 Michael Snyder <msnyder@cygnus.com>
18538
18539 * config/gdbserver.exp: Rewritten from the ground up, to make it
18540 compatible with the current dejagnu tree, and to make it work with
18541 the new "gdbserver" in libremote.
18542
18543 2000-10-16 Michael Snyder <msnyder@cygnus.com>
18544
18545 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
18546 * gdb.base/varargs.exp: Skip entire test if no printf support.
18547 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
18548 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
18549
18550 2000-10-13 Michael Snyder <msnyder@cygnus.com>
18551
18552 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
18553 no floating point support.
18554 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
18555 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
18556 * gdb.base/call-rt-st.exp: Ditto.
18557 * gdb.base/call-strs.exp: Ditto.
18558
18559 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
18560
18561 * gdb.base/sizeof.c: include <stdio.h>.
18562
18563 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
18564 'finish', otherwise uncaptured gdb_prompt would potentially
18565 throw remaining test points out of sync.
18566
18567 2000-07-26 Scott Bambrough <scottb@netwinder.org>
18568
18569 * gdb.base/recurse.exp: Run tests for all targets.
18570 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
18571 gnu-oldld case on ARM.
18572 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
18573 for ARM targets.
18574
18575 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
18576
18577 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
18578 * gdb.java/configure: Rebuild.
18579
18580 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
18581
18582 * gdb.java/jv-exp.exp: New file.
18583
18584 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
18585
18586 * configure: Rebuilt.
18587 * configure.in (configdirs): Add gdb.java.
18588 * gdb.java/jmisc.java: New file.
18589 * gdb.java/jmisc.exp: New file.
18590 * gdb.java/Makefile.in: New file.
18591 * gdb.java/configure: Rebuilt.
18592 * gdb.java/configure.in: New file.
18593 * lib/java.exp: New file.
18594
18595 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
18596
18597 * gdb.base/exprs.exp: Test casts to a pointer including over and
18598 underflow.
18599
18600 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
18601
18602 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
18603 and the compilers sizes.
18604
18605 2000-07-09 Nick Duffek <nsd@redhat.com>
18606
18607 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
18608 (use_methods): New function.
18609 (main): Call use_methods().
18610 * gdb.c++/classes.exp (test_method_param_class): New procedure.
18611 (do_tests): Call test_method_param_class.
18612
18613 2000-07-09 Nick Duffek <nsd@redhat.com>
18614
18615 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18616 spelling.
18617 (test_enums): New procedure. Move enum tests from end of script
18618 to here. Set breakpoint on function name instead of line number.
18619 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18620 (enums2): New marker function.
18621 (enums1): New function.
18622 (main): Call enums1(). Move enum tests to enums1().
18623
18624 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
18625
18626 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
18627 compile/link program. Update line numbers.
18628 * gdb.asm/d10v.inc: Define ``startup''.
18629 * gdb.asm/asmsrc1.s: Add definition of _start.
18630
18631 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
18632
18633 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18634
18635 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18636
18637 * gdb.base/maint.exp: Add 'maint print architecture' item to output
18638 of 'help maint print' command.
18639
18640 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
18641
18642 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
18643 they use gdb_expect_list.
18644
18645 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
18646
18647 * gdb.base/commands.exp: Use ``set remote
18648 memory-read-packet-size'' instead of ``set endian big'' to test
18649 long commands.
18650
18651 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
18652
18653 * gdb.c++/templates.exp (do_tests): Make all of these work under
18654 g++, and stop skipping them.
18655
18656 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18657 work under g++.
18658
18659 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
18660 initialization.
18661
18662 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18663
18664 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18665 the regular expression: accept an (almost) arbitrary sequence of
18666 "frames-invalid" and "breakpoints-invalid" messages both before
18667 and after the "starting" message.
18668
18669 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18670
18671 * gdb.c++/local.exp: This test has never been known to work with g++.
18672
18673 2000-05-18 Michael Snyder <msnyder@cygnus.com>
18674
18675 * gdb.base/annota1.exp (annotate-signal-handler-caller):
18676 Relax the regular expression a little, make it pass on Solaris 8.
18677
18678 2000-05-12 Kevin Buettner <kevinb@redhat.com>
18679
18680 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
18681 a call, do not require that gdb stop on the line after the call.
18682 Instead, it is permissible for gdb to stop on the line of the
18683 call itself.
18684
18685 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
18686
18687 * gdb.base/break.exp (bp on small function, optimized file):
18688 Add a second pass pattern. The behavior differs here between stabs
18689 and dwarf for one-line functions. Stabs preserves two line symbols
18690 (one before the prologue and one after) with the same line number,
18691 but dwarf regards these as duplicates and discards one of them.
18692 Therefore the address after the prologue (where the breakpoint is)
18693 has no exactly matching line symbol, and GDB reports the breakpoint
18694 as if it were in the middle of a line rather than at the beginning.
18695
18696 2000-05-08 Michael Snyder <msnyder@cygnus.com>
18697
18698 * gdb.base/interrupt.exp: Make "pass" message say "send"
18699 rather than "send_gdb" (for consistancy).
18700
18701 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18702
18703 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18704 * gdb.c++/templates.cc: Properly check for GCC version number.
18705 * lib/compiler.cc: Likewise
18706
18707 2000-04-28 Michael Snyder <msnyder@cygnus.com>
18708
18709 * gdb.base/break.exp: When compiled with -O2 optimization,
18710 gdb may not stop at the first line of main, due to code motion.
18711
18712 2000-04-26 Michael Snyder <msnyder@cygnus.com>
18713
18714 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18715 This test depends on parsing the printf output from the target.
18716 Since the sparclet stub doesn't do stdio, this will never work.
18717 * gdb.base/call-rt-st.exp: ditto.
18718 * gdb.base/call-strs: ditto.
18719
18720 2000-04-24 Michael Snyder <msnyder@cygnus.com>
18721
18722 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18723
18724 * gdb.base/ending-run.exp: After connecting to a remote target,
18725 but before running, the target will appear to be in a random
18726 location. Specify both a file and a line for breakpoints.
18727 Also, the function that calls main may be called 'init'
18728 rather than 'start'.
18729
18730 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18731
18732 * gdb.base/help.exp: Update output for add-symbol-file command.
18733
18734 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
18735
18736 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18737 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18738
18739 2000-04-07 J.T. Conklin <jtc@redback.com>
18740
18741 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18742
18743 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18744
18745 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18746
18747 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
18748 values that can be represented exactly.
18749 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18750 above change, and to not check against the directory part of the source
18751 file name.
18752 (step into print_long_arg_list): Likewise.
18753 (print print_small_structs from print_long_arg_list): Likewise.
18754 (print print_long_arg_list): Likewise.
18755
18756 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18757
18758 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
18759
18760 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18761
18762 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18763
18764 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
18765
18766 * gdb.base/commands.exp (deprecated_command_test): Add test for
18767 deprecate with no arguments.
18768
18769 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18770
18771 * gdb.base/break.exp: Add new test for setting breakpoints on
18772 optimized code so we can test breakpoints work even when function
18773 prologues may be optimized away
18774
18775 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18776
18777 From David Whedon <dwhedon@gordian.com>
18778 * gdb.base/commands.exp : Added command deprecator tests.
18779
18780 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
18781
18782 * gdb.base/help.exp: Added test for new apropos command.
18783
18784 2000-03-21 Kevin Buettner <kevinb@redhat.com>
18785
18786 * gdb.base/pointers.c (usevar): New function.
18787 (main): Make sure that global variables v_int_pointer2, rptr,
18788 and y are all referenced someplace in the program by calling
18789 usevar() on them. [Some linkers delete symbols which are
18790 never referenced. The space remains, but there's no way to
18791 get a (symbolic) handle on the variable from the debugger.]
18792
18793 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18794
18795 * gdb.base/printcmds.c: Add typedeffed arrays.
18796
18797 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
18798 procedure to test arrays that are typedef'd.
18799
18800 2000-03-13 James Ingham <jingham@leda.cygnus.com>
18801
18802 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
18803 the library directories.
18804
18805 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18806
18807 * configure.in (configdirs): Add sub directory gdb.mi.
18808 * configure: Re-generate.
18809
18810 * gdb.mi: New directory.
18811
18812 2000-02-25 Scott Bambrough <scottb@netwinder.org>
18813
18814 * gdb.base/long_long.exp: Correct test suite failure when printing
18815 a long long value as a double on ARM platforms.
18816
18817 2000-02-16 Jim Blandy <jimb@redhat.com>
18818
18819 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18820 default source file is set properly before running this test.
18821
18822 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18823
18824 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
18825 gdbtk/library directory, not in gdbtcl2.
18826
18827 2000-02-04 Jim Blandy <jimb@redhat.com>
18828
18829 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18830 backslash from regexp pattern.
18831
18832 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18833 procedure. Use it to run all the "continue to bp overloaded"
18834 tests. Note that this changes the names of the tests slightly.
18835 If the breakpoint hit message includes a hex PC value, because
18836 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18837 from the real source code, still consider that a pass.
18838
18839 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18840 XFAIL here if the breakpoint message contains a hex address. Note
18841 similar change on 1999-11-02.
18842
18843 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18844
18845 * gdb.base/ptype.exp: Establish a default source file before
18846 calling get_debug_format.
18847
18848 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18849
18850 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18851
18852 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18853
18854 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18855 of successive stepi commands -- while in the prologue we should see
18856 the function entry bracket.
18857
18858 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18859
18860 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18861 reach __change_mode() when stepping through the end of main().
18862
18863 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18864
18865 * gdb.base/default.exp: Fix expected pattern.
18866 * gdb.base/help.exp: Same.
18867
18868 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18869
18870 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
18871 Don't use xfail's because that affects only the following test.
18872
18873 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
18874 solaris or linux.
18875
18876 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18877
18878 2000-01-07 Michael Snyder <msnyder@cygnus.com>
18879
18880 * gdb.base/display.exp: Some yacc parsers like to say
18881 "A syntax error" rather than "A parse error". Accept both.
18882
18883 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18884
18885 * gdb.base/default.exp: Remove OS dependent string from "target
18886 remote" test.
18887 * gdb.base/help.exp: Same for "help target remote" test.
18888
18889 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18890
18891 From Jim Kingdon <kingdon@redhat.com>:
18892
18893 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
18894 prompt (cleanup rather than necessity, but still might keep output
18895 from spilling to next test).
18896
18897 2000-01-02 Fred Fish <fnf@cygnus.com>
18898
18899 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18900 AIX, which defines them in <sys/types.h>.
18901
18902 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
18903
18904 * gdb.base/default.exp: Match arm* etc instead of arm in "info
18905 float" test.
18906
18907 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
18908
18909 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
18910
18911 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18912 outermost frame disallowed".
18913
18914 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18915
18916 * gdb.base/setvar.exp: New tests for setting the value of a struct
18917 with a constant list.
18918
18919 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18920
18921 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18922 require the user to type a cast before setting the value of a struct.
18923
18924 1999-12-06 Jim Blandy <jimb@cygnus.com>
18925
18926 * gdb.base/default.exp: Expect the new 'info float' command on
18927 all i386 platforms.
18928
18929 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18930 LinuxThreads libraries that don't support debugging.
18931
18932 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18933
18934 * gdb.base/remote.c: Fill the buffer with truely random data.
18935 Change the buffer type to ``unsigned char'' to simplify size
18936 arithmetic.
18937
18938 * gdb.base/remote.exp: Reduce download numbers by one. Typical
18939 stub only handles 400-1 byte packets. Verify that the download
18940 worked.
18941
18942 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18943
18944 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18945 tests, using UNRESOLVED for the untested cases. Also, does not wait
18946 for a timeout if the prompt was received before a recognizable pattern.
18947
18948 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18949
18950 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18951
18952 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18953
18954 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
18955 watchpoints.
18956
18957 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
18958
18959 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18960
18961 * gdb.c++/local.exp: Be more flexible in recognizing local class
18962 name mangling. Don't allow horribly truncated method names.
18963 * gdb.c++/derivation.exp: Expect protected inheritance.
18964 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18965 * gdb.c++/virtfunc.exp: Likewise.
18966 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18967 when printing a nested enum.
18968
18969 1999-11-22 Jim Blandy <jimb@cygnus.com>
18970
18971 * gdb.base/step-test.exp: Properly await GDB's response to setting
18972 a breakpoint on the call to large_struct_by_value.
18973
18974 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18975 just because we have debug info for the `start' function.
18976
18977 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18978
18979 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18980 "Unknown signal" messages, which indicate (on LinuxThreads) that
18981 GDB doesn't know how to debug threads on this system. This is
18982 better than hanging while philosopher 0 dumps chatter into gdb.log.
18983
18984 1999-11-18 Tom Tromey <tromey@cygnus.com>
18985
18986 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18987
18988 1999-11-18 Fred Fish <fnf@cygnus.com>
18989
18990 * gdb.base/coremaker2.c: Add sample program for generating
18991 cores that is more self contained than coremaker.c. Eventually
18992 I'll add more code to this and tie it into the testsuite.
18993
18994 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18995
18996 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18997
18998 1999-11-10 Jimmy Guo <guo@cup.hp.com>
18999
19000 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
19001 from $srcdir/lib/.
19002 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
19003 and gdb.c++/.
19004
19005 * gdb.c++/derivation.exp: remove redundant get compiler info code.
19006
19007 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
19008 'continue with watch' test point.
19009
19010 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
19011
19012 Merged from p2linux-990323-branch:
19013
19014 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19015
19016 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
19017
19018 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
19019 {limit,fixed}''. Test ``set download-write-size''.
19020
19021 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
19022
19023 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
19024 gdb_expect_list.
19025
19026 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
19027
19028 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19029
19030 1999-11-03 Mark Salter <msalter@cygnus.com>
19031
19032 * gdb.base/break.exp: Fix "stub continue" pattern.
19033
19034 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
19035
19036 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19037
19038 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
19039
19040 * gdb.base/display.exp ("finish"): Add timeout clause.
19041
19042 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19043 plain prompt clause, so this doesn't have to time out in order to
19044 fail.
19045
19046 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
19047 breakpoint hit messages include an address.
19048
19049 * gdb.base/display.exp: Don't forget to escape parens in regular
19050 expressions. Unix regexp notatation sucks.
19051
19052 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19053
19054 * gdb.base/annota1.exp: Test for annotate-signalled: change output
19055 order for 'signalled' message.
19056
19057 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
19058
19059 From Jimmy Guo <guo@cup.hp.com>:
19060 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19061 * gdb.base/annota1.c: Add code for tests to work with.
19062
19063 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
19064
19065 * gdb.base/remote.exp: New test for remote downloading settings.
19066 * gdb.base/remote.c: New file with large .data.
19067
19068 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
19069
19070 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19071 for LinuxThreads support, merged from the Code Fusion branch.
19072
19073 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
19074
19075 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
19076 containing exp_continue into a while within an expect. Don't
19077 attempt a start more than three times. Check return value from
19078 gdb_load.
19079
19080 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
19081
19082 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
19083 a pass case.
19084
19085 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
19086
19087 * gdb.base/break.c (main): Added a statement that we can step
19088 off of.
19089 * gdb.base/break.exp: Added tests for setting a breakpoint
19090 at an offset and stepping onto a breakpoint.
19091
19092 1999-10-01 Fred Fish <fnf@cygnus.com>
19093
19094 * gdb.base/help.exp (help add-symbol-file): Update to match current
19095 gdb output.
19096
19097 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
19098
19099 * gdb.base/break.exp: Code locations are in hex, don't forget!
19100 (For HP-UX.)
19101
19102 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
19103
19104 * condbreak.exp: Use break.c as test program.
19105 * condbreak.c: Remove, redundant with break.c.
19106
19107 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
19108
19109 * config/monitor.exp (gdb_target_monitor): Disable X- and
19110 Z-packets if the target needs it.
19111
19112 1999-09-13 James Ingham <jingham@leda.cygnus.com>
19113
19114 * gdb.c++/overload.exp: Added tests for listing overloaded
19115 functions with function pointers in the arg, explicitly calling
19116 out the version you want.
19117
19118 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
19119
19120 * long_long.exp: Add variations of test cases that work for
19121 targets with 16-bit ints and 32-bit doubles.
19122
19123 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19124
19125 * break.c (main): Compare a possibly-uninitialized argc with an
19126 unlikely value that fits in 16 bits.
19127
19128 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19129
19130 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19131 0xfeeb, don't want negative numbers if ints are 16 bits.
19132
19133 * lib/gdb.exp (skip_cplus_tests): New proc.
19134 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19135 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19136 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19137 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19138 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19139 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19140 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19141 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19142
19143 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19144
19145 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19146
19147 * gdb.base/corefile.exp (up): Allow a parameter to appear
19148 in the frame that we're going up to.
19149
19150 From Jim Blandy <jimb@cygnus.com>:
19151
19152 * gdb.base/default.exp (info float): Expect some output now.
19153
19154 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19155 returning floating-point values to fail on the x86.
19156 * gdb.base/callfwmall.exp (do_function_calls): Same.
19157
19158 * gdb.base/list.exp (test_listsize): Correct expectations for
19159 listing line 1 with listsize 2. Also, listing a single line
19160 works now, as does listing three lines. [Kevin's note: There
19161 were a number of other cases fixed too where the expectations
19162 differed...]
19163
19164 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19165
19166 * gdb.base/selftest.exp: Add case for when version prints as
19167 constant string instead of char pointer.
19168
19169 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19170
19171 * gdb.base/ending-run.exp: Add Solaris case for what happens when
19172 stepping out of main.
19173
19174 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19175 G++ used.
19176
19177 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19178 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19179
19180 * gdb.c++/ovldbreak.exp: Update match string in test that
19181 includes a warning of multiple breakpoints.
19182
19183 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19184
19185 * gdb.base/display.exp: Improve precision of step-after-finish
19186 added yesterday.
19187
19188 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19189 test.
19190
19191 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19192 configs when using G++, not just hppa*.
19193
19194 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19195
19196 * gdb.base/async.c: New file.
19197 * gdb.base/async.exp: New file.
19198
19199 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19200
19201 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19202 PA64.
19203
19204 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19205
19206 * gdb.base/display.exp: "finish" can leave us mid-line on many
19207 targets, deal with it. Add a small constant to main, instead of
19208 1000 since main+1000 may not be a valid address in the target.
19209
19210 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19211 on hpux11.
19212
19213 * gdb.base/attach.exp: Handle another hpux11 error message variant
19214 when attaching to a process that does not exist.
19215
19216 1999-08-19 J.T. Conklin <jtc@redback.com>
19217
19218 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19219 characters in 'continue to 1241' test.
19220
19221 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19222
19223 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19224 stop in print_long_arg_list, define and use a whitespace
19225 variable in print_small_structs test, add an XFAIL for Solaris.
19226 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19227 interested enough to fix.
19228
19229 1999-08-13 Keith Seitz <keiths@cygnus.com>
19230
19231 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19232 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19233 proc knows about targets other than the natives.
19234 (test_assign): Use "gdb_run_cmd" to "run" the target.
19235 Check that we've actually hit the breakpoint at main.
19236 When we attempt to assign a value to a local variable, check
19237 that the variable is in the current scope, i.e., don't use
19238 a test with an empty result.
19239
19240 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19241
19242 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19243 command.
19244
19245 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19246
19247 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19248 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19249 gdb.compat, gdb.threads-hp.
19250 gdb.hp/configure, gdb.hp/configure.in: New files.
19251 gdb.hp/Makefile.in: Recurse into new subdirs.
19252 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19253 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19254 in object files.
19255 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19256
19257 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19258
19259 * gdb.base/display.exp: Help expect by putting a newline in the
19260 funky printf, remove a bogus p/a test.
19261
19262 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19263
19264 * gdb.base/display.exp: Make sure that when we say 'run', we are
19265 connected to the target. This is necessary when running not
19266 natively.
19267
19268 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
19269
19270 * gdb.base/step-test.exp: Removed some extraneous messages.
19271
19272 * gdb.base/long_long.exp: Don't run memory examination tests
19273 on little-endian targets (they will need a different set of
19274 results to match).
19275
19276 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
19277
19278 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19279 until somebody decides to fix GDB.
19280
19281 * gdb.base/long_long.c: Stop compiler complaint by specifying long
19282 constant as "ULL".
19283 * gdb.base/long_long.exp: Loosen x/c test, add partial result
19284 matches for a couple x/2 commands.
19285
19286 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
19287
19288 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19289 by merging in ref-types2 tests.
19290 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19291
19292 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19293 * gdb.c++/Makefile.in: Add standard actions.
19294 (EXECUTABLES): Rename from PROGS, update list.
19295 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19296 from gdb.hp.
19297 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19298 foo and bar locals.
19299 * gdb.c++/anon-union.exp: Fix tests to match.
19300 * gdb.c++/classes.exp: Run if HP compiler used, add extra
19301 expect matches to handle output variations.
19302 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19303 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19304 output, add HP alternatives for new and delete prints.
19305 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19306 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19307 * gdb.c++/demangle.exp: Use $style when reporting failure.
19308 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19309 * gdb.c++/inherit.exp: Run if HP compiler used, add some
19310 match alternatives.
19311 * gdb.c++/local.exp: Add match alternatives or xfails for HP
19312 compilers.
19313 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19314 * gdb.c++/method.exp: Add match alternatives.
19315 * gdb.c++/misc.cc: Add bool types.
19316 * gdb.c++/misc.exp: Add tests for bool types.
19317 * gdb.c++/overload.exp: Add xfails.
19318 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19319 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19320 add some more template parameter tests (only for HP currently).
19321 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
19322 * gdb.c++/virtfunc.cc: Add return type and value for main.
19323 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
19324 match alternatives.
19325
19326 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19327
19328 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
19329
19330 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
19331
19332 * gdb.base/signals.exp: Don't expect getting a backtrace from
19333 within a signal handler to fail on Linux.
19334
19335 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
19336
19337 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19338 * lib/gdb.exp: Remove some gratuitious semicolons.
19339 (delete_breakpoints): Increase timeout.
19340 (gdb_expect): Add -notransfer option.
19341 (gdb_test): Use -notransfer option.
19342 (get_compiler_info): Add f77 case.
19343 (get_compiler): New proc, split out from gdb_preprocess, add f77
19344 case.
19345 (gdb_preprocess): Call get_compiler.
19346
19347 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
19348 * gdb.base/attach.exp, gdb.base/display.exp,
19349 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
19350 gdb.base/long_long.exp, gdb.base/printcmds.exp,
19351 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
19352 third arg to gdb_test.
19353 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
19354 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
19355 HP-UX xfails, add others.
19356 * gdb.base/completion.exp: Reflect name change of self-test.
19357 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
19358 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
19359 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
19360 HP failure number.
19361 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
19362 useless HP-UX 10.30 references.
19363 * gdb.base/maint.exp: Loosen matches.
19364 * gdb.base/pointers.c (main): Declare more_code.
19365 * gdb.base/pointers.exp: Match on output of a `next'.
19366 * gdb.base/structs.c: Add prototypes.
19367 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
19368 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
19369
19370 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19371
19372 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
19373 command.
19374
19375 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19376
19377 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
19378 Fix run to main failures. Watchpoint can be hardware watchpoint.
19379
19380 * gdb.base/annota1.exp: Clean up some more, in case printf has
19381 debug info. Deal with lack of signal hanlder info in stack.
19382
19383 From Jim Kingdon <kingdon@redhat.com>:
19384 * gdb.base/annota1.exp: If printf has debug info, deal with it.
19385
19386 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
19387
19388 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
19389 gdb.base/foll-vfork.exp: Don't run for crosses.
19390
19391 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19392
19393 * gdb.base/configure.in: Check for gdbvars.exp instead of
19394 a1-selftest.exp.
19395 * gdb.base/configure: Re-generate.
19396
19397 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
19398
19399 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
19400 in trying to run first and name is too long.
19401
19402 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
19403 pointers2.c and pointers2.exp, respectively.
19404 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
19405 doschk happier.
19406
19407 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
19408
19409 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
19410 callfuncs2.c and callfuncs2.exp.
19411
19412 * gdb.base/list.exp: Remove mistaken xfails.
19413 * gdb.base/list0.h: Add optional prototypes.
19414
19415 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
19416
19417 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
19418 calling malloc.
19419 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
19420 * ptype.exp: Move test for get_debug_format to before its first
19421 use.
19422
19423 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19424
19425 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
19426 * gdb.base/annota2.cc, annota2.exp: Move from here.
19427 * gdb.c++/annota2.cc, annota2.exp: To here.
19428 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
19429
19430 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
19431
19432 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
19433 a consistent format.
19434
19435 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
19436
19437 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19438 * lib/gdb.exp (get_compiler_info): Add detection for assorted
19439 HP compilers, also set the globals $true and $false.
19440
19441 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
19442 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
19443 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
19444 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
19445 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
19446 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
19447 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
19448 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
19449 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
19450 whatis.c} Add C++ compatible function definitions and return
19451 types, add includes for library functions.
19452 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
19453 * gdb.base/step-test.c (myglob): Rename from glob.
19454 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
19455 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
19456 files, move here from gdb.hp.
19457 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
19458 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
19459 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19460 Adjust line numbers in regexps.
19461
19462 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19463 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19464 instead of 0/1.
19465
19466 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19467 foll-vfork.exp: New files, move here from gdb.hp.
19468 * gdb.base/page.exp: New file, test of pagination command.
19469
19470 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19471 recursion test.
19472 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19473
19474 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
19475 gdb.base/solib.exp: Fix compiler invocation process.
19476
19477 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
19478 HP-UX 11, turn off overload resolution explicitly.
19479 * gdb.base/commands.exp: Set argument list explicitly, add
19480 watchpoint test.
19481 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19482 them work.
19483 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19484 expressions properly.
19485 * gdb.base/corefile.exp: Loosen the match slightly.
19486 * gdb.base/default.exp: Allow "Error accessing memory" message
19487 also.
19488 * gdb.base/display.exp: Skip over x/0 j if PA64.
19489 * gdb.base/funcargs.exp: Add xfails for HP-UX.
19490 * gdb.base/interrupt.exp: Ditto.
19491 * gdb.base/langs.exp: Add symbolic matches governed by compiler
19492 in use.
19493 * gdb.base/list.exp: Add xfails for HP-UX.
19494 * gdb.base/long_long.exp: Refine some of the numeric matches.
19495 * gdb.base/mips_pro.exp: Xfail on HP-UX.
19496 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19497 * gdb.base/nodebug.exp: Succeed on more varieties of output.
19498 * gdb.base/opaque.exp: Remove some HP-UX xfails.
19499 * gdb.base/ptype.exp: Succeed on more varieties of output.
19500 * gdb.base/scope.exp: Add xfails for HP-UX.
19501 * gdb.base/sect-cmd.exp: Add more cases.
19502 * gdb.base/setvar.exp: Add xfails for HP-UX.
19503 * gdb.base/shlib-call.exp: Loosen some matches slightly.
19504 * gdb.base/signals.exp: Match on void symbolically.
19505 * gdb.base/step-test.exp: Add case for PA64.
19506 * gdb.base/term.exp: Add exit and restart.
19507 * gdb.base/twice.exp: Clean up after self.
19508 * gdb.base/varargs.exp: Disable overload resolution explicitly.
19509 * gdb.base/whatis.exp: Allow more ways to pass tests.
19510
19511 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
19512 no longer useful.
19513
19514 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
19515
19516 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
19517 list of patterns.
19518 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
19519 print_double_array(double_array)", "continuing to breakpoint
19520 1018", "print print_double_array(array_d)" and "continuing to
19521 1034" tests.
19522
19523 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
19524
19525 * Makefile.in: Add empty html and install-html targets.
19526
19527 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
19528
19529 * config/mt-*: Remove, these haven't been used since 1996.
19530
19531 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
19532
19533 * gdb.base/call-strs.c, gdb.base/ending-run.c,
19534 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
19535 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
19536
19537 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
19538
19539 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
19540 simpler match case for the ptype of the big class.
19541
19542 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19543
19544 * gdb.exp: Fix test for gdb_prompt existence.
19545
19546 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19547
19548 * gdb.exp (gdb_test): Add fail after calls to perror.
19549
19550 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19551
19552 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
19553
19554 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19555
19556 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
19557
19558 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
19559
19560 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
19561 malloc() is linked in.
19562
19563 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19564
19565 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
19566 step at end.
19567
19568 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
19569
19570 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
19571
19572 * gdb.java/jv-print.exp: New file. (Our first Java test!)
19573
19574 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
19575
19576 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
19577 * gdb.base/mips_pro.exp: Likewise.
19578
19579 1999-06-02 Keith Seitz <keiths@cygnus.com>
19580
19581 * gdb.c++/templates.cc: Change all "new" operators to throw
19582 an exception.
19583 * gdb.c++/cplusfuncs.cc: Likewise.
19584
19585 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
19586
19587 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
19588
19589 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
19590 * gdb.base/ending-run.exp: When stepping out of main, accept a
19591 step into an arbitrary assembler file.
19592
19593 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19594
19595 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
19596 "breakpoint-invalid" to be printed.
19597 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
19598 number of "frames-invalid" and "breakpoint-invalid" to be printed.
19599 * gdb.base/annota2.cc: Initialize a.x to 0.
19600
19601 1999-05-17 Keith Seitz <keiths@cygnus.com>
19602
19603 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
19604 when "skip_float_tests" set.
19605 Ditto for "print print_double_array(array_d)", "print print_small_structs",
19606 "print print_ten_doubles", and "step into print_long_arg_list".
19607 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
19608 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
19609 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
19610 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
19611 "skip_float_tests" is set.
19612 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19613 when "skip_float_tests" set.
19614
19615 1999-05-06 Keith Seitz <keiths@cygnus.com>
19616
19617 * gdb.base/annota2.cc: Include stdio.h.
19618
19619 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
19620
19621 * gdb.base/crossload.exp: Remove, this has been disabled ever
19622 since BFD stopped including all targets, and cross-GDB gets
19623 plenty of testing anyway.
19624 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
19625 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19626 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
19627 * gdb.base/README: Remove, was doc for this.
19628 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
19629 needed.
19630
19631 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19632
19633 * gdb.base/call-ar-st.exp: Fix one regular expression in test
19634 output.
19635
19636 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19637 * gdb.base/annota2.exp: New file. More annotation tests.
19638 * gdb.base/annota1.c: New file. Source file for annota1.exp.
19639 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19640
19641 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
19642
19643 * config/cfdbug.exp: New file.
19644
19645 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
19646
19647 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19648 Marcus Daniel's and Dale Hawkins's demangler crashes.
19649
19650 * gdb.c++/demangle.exp (test_gnu_style_demangling,
19651 test_lucid_style_demangling, test_arm_style_demangling,
19652 test_hp_style_demangling): Try Tom Tromey's core-dumping
19653 identifier under each demangling style.
19654
19655 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
19656
19657 * gdb.c++/demangle.exp: Include the current demangling style
19658 in all test names.
19659 (current_demangling_style): New global variable.
19660 (set_demangling_style, test_demangling_core, test_demangling,
19661 test_demangling_exact): New functions.
19662 (test_gnu_style_demangling, test_lucid_style_demangling,
19663 test_arm_style_demangling, test_hp_style_demangling): Use those,
19664 instead of calling gdb_test and gdb_test_exact directly.
19665 (catch_demangling_errors): New function, which reports errors
19666 signalled by the demangling test functions in an orderly way.
19667 (do_tests): Use catch_demangling_errors.
19668
19669 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
19670
19671 * gdb.base/signals.exp (test_handle_all_print): Use () for
19672 grouping in expressions, not {}.
19673
19674 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
19675 initialized yet.
19676
19677 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
19678
19679 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19680 are listed.
19681
19682 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
19683
19684 * gdb.stabs/weird.exp: Test for CC being defined before
19685 looking at its value.
19686
19687 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
19688
19689 * gdb.base/call-ar-st.exp: Remove stray '#'.
19690 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19691 "short int" and "long int".
19692 * gdb.c++/overload.cc: Cast the string added in the previous
19693 change, to mollify finicky HP compiler.
19694 * gdb.hp/reg-test.exp (testfile): Fix file name.
19695 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
19696
19697 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19698 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19699 alternate form of enum ptype.
19700
19701 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19702
19703 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19704 * gdb.hp/*.exp: Change all to run compiler probe only after
19705 passing skip_hp_tests, so as not to waste time on guaranteed
19706 failure.
19707
19708 * gdb.c++/overload.cc: Pass string instead of char addr, always
19709 init ccpfoo.
19710 * gdb.c++/templates.cc: Fix syntax error.
19711
19712 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19713
19714 * gdb.base/commands.exp: Add test for correct position of '>'
19715 when issuing the 'commands' command after a 'while' or 'if'
19716 command.
19717
19718 1999-03-18 James Ingham <jingham@cygnus.com>
19719
19720 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19721
19722 * gdb.c++/method.exp: It was testing an uninitialized int on the
19723 stack and assuming it was positive.
19724
19725 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19726
19727 * gdb.base/step-test.exp: Catch a case where finish is broken and
19728 keep it from killing the rest of the tests.
19729 Use gdb_continue_to_end.
19730
19731 * gdb.base/sigall.exp: use gdb_continue_to_end.
19732
19733 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19734
19735 * gdb.base/display.exp: use runto_main, not run.
19736
19737 * gdb.base/default.exp: Check for the current error message in the
19738 r abbreviation test.
19739 Add strongarm to the targets that know info float.
19740
19741 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
19742 run which doesn't work with monitors.
19743
19744 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19745
19746 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19747
19748 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
19749 program. Traps the case (in Cygmon) when the program never really
19750 exits. Same as Mark's continue_to_exit, but I had put it in a lot
19751 more places, so I used my name. Sorry Mark...
19752
19753 * config/monitor.exp (gdb_target_monitor): added another
19754 target_info parameter: remotebinarydownload. This will set the
19755 remotebinarydownload flag if this is causing some boards trouble.
19756
19757 1999-03-18 Mark Salter <msalter@cygnus.com>
19758
19759 * lib/gdb.exp (continue_to_exit): New function.
19760
19761 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19762 * gdb.base/ending-run.exp: Ditto.
19763 * gdb.base/step-test.exp: Ditto.
19764
19765 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19766
19767 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19768 (suggested by Art Haas <ahaas@neosoft.com>).
19769
19770 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19771
19772 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
19773
19774 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19775
19776 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
19777 descriptions of types (short unsigned int vs unsigned short, etc).
19778
19779 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19780
19781 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19782 a call to strlen; sometimes we do have sources.
19783
19784 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19785
19786 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
19787 character, so GDB won't print garbage after its end.
19788
19789 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19790 breakpoint there instead. Sometimes GCC emits memcpy to handle
19791 the large structures being passed by value, so we step into that
19792 instead of sum_array_print, which obscures what we're really testing.
19793 * gdb.base/step-test.exp: However, we do want a test that notices
19794 the bizarre steps into memcpy, so do that here. Add check for
19795 stepping into function calls that pass large structures by value.
19796 ("Is that a noun clause, or are you just happy to see me?")
19797 Remove all references to specific line numbers.
19798 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19799 New type and function.
19800 (main): Call large_struct_by_value, passing it a large struct by value.
19801 * lib/gdb.exp (gdb_get_line_number): New function.
19802
19803 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19804 more portable.
19805
19806 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19807
19808 * lib/gdb.exp: Doc fixes.
19809
19810 1999-03-05 Nick Clifton <nickc@cygnus.com>
19811
19812 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
19813
19814 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19815
19816 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
19817 commands. They're not germane to this test, and they don't work
19818 that way on remote targets.
19819
19820 1999-03-01 James Ingham <jingham@cygnus.com>
19821
19822 * Changelog entries merged over from gdb development branch.
19823
19824 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19825
19826 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19827 for outputting results of test run.
19828
19829 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
19830
19831 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
19832
19833 1999-02-25 Felix Lee <flee@cygnus.com>
19834
19835 * lib/gdb.exp (debug_format): initialize
19836
19837 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19838
19839 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19840 * gdb.base/call-rt-st.c: Ditto.
19841
19842 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19843
19844 * gdb.threads/pthreads.exp (horiz): New variable.
19845 (test_startup): Fix regexps that capture thread numbers.
19846
19847 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19848
19849 * gdb.base/smoke.exp: Disambiguate two test case names (both
19850 called ``print'').
19851
19852 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19853
19854 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
19855 compilation.
19856
19857 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19858
19859 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19860 actual output formatting.
19861 * gdb.base/smoke.exp: GDB removes leading 0's.
19862 * gdb.base/volatile.exp: Don't check type of remuneration;
19863 that variable is no longer defined in constvars.c.
19864 * gdb.base/step-test.c (main): Exit with explicit exit code.
19865 * gdb.base/step-test.exp: Remove two nexti checks--they are
19866 not portable.
19867
19868 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19869
19870 * gdb.base/help.exp ("help delete display"): Fix test to match
19871 gdb's output.
19872
19873 * gdb.base/long_long.c (known_types): Initialize values to zero.
19874 * gdb.base/long_long.exp: Step one more line
19875 so 'dec' is initialized in "get to known place". GDB removes
19876 leading zeros. Explicitly ask for hex formatting. Use
19877 unique test case names.
19878
19879 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19880
19881 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
19882
19883 * gdb.c++/method.exp: Add missing close brace.
19884
19885 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19886
19887 * gdb.base/maint.exp: Use 'set height 0' to disable page
19888 prompting, not 'set height 400'.
19889
19890 Fix a bunch of timeouts.
19891 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19892 four separate tests, so expect doesn't take forever to match a ton
19893 of text against a regexp with lots of .* forms.
19894 ("maint print psymbols", "maint print symbols"): Make some of
19895 these greps more selective, so that expect doesn't try to wade
19896 through huge piles of output and time out.
19897
19898 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19899
19900 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
19901 tests: one which doesn't expect shlib events to be reported, and
19902 another which does, but is XFAIL for all platforms other than
19903 HP/UX.
19904
19905 * gdb.base/break.exp: Teach the test suite that the `catch
19906 fork', `catch vfork', and `catch exec' commands produce error
19907 messages on platforms that don't provide these features.
19908
19909 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19910
19911 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
19912 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19913 (shortening names from solib_threshold.exp etc), won't run on
19914 anything but HP-UX for the foreseeable future.
19915 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
19916 reflect move.
19917
19918 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19919
19920 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19921 gdb.trace/Makefile.in (clean): Remove all test executables.
19922
19923 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19924
19925 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19926 successfully re-sets breakpoints in shared libraries.
19927 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19928
19929 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19930
19931 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19932 and compiled w/o GCC.
19933
19934 * gdb.hp/watch-cmd.exp: ditto.
19935
19936 * gdb.hp/watch-hp.exp: ditto.
19937
19938 * gdb.hp/xdb1.exp: ditto.
19939
19940 * gdb.hp/xdb2.exp: ditto.
19941
19942 * gdb.hp/dbx.exp: ditto.
19943
19944 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19945
19946 * constvars.c: Remove C++-isms.
19947 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
19948 with GCC.
19949
19950 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19951
19952 The following changes are part of the HP merge.
19953
19954 * gdb.base/break.exp: new tests to verify that catchpoints for
19955 fork, vfork, and exec don't trigger inappropriately.
19956
19957 * gdb.base/opaque.exp: compile one file at a time, then link.
19958
19959 * gdb.base/signals.exp: be more restrictive about which hppa
19960 systems receive a setup_xfail. new tests.
19961
19962 * gdb.base/solib_threshold.build: new file.
19963 * gdb.base/solib_threshold.exp: new file.
19964 * gdb.base/solib_threshold.link_opts: new file.
19965 * gdb.base/solib_threshold.mk: new file.
19966 * gdb.base/gen_solib_threshold.c: new file.
19967
19968 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19969 tests. New tests for enums inside classes.
19970
19971 * gdb.c++/compiler.cc: indicate support of template debugging.
19972
19973 * gdb.c++/demangle.exp: run hp style demangling tests.
19974
19975 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19976 tests.
19977
19978 * gdb.c++/misc.cc: changes to support new tests.
19979
19980 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19981 to support new tests.
19982
19983 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19984 gcc, then skip these tests.
19985
19986 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19987
19988 The following files are part of the HP merge; some had longer
19989 names at HP, but have been renamed to be no more than 14
19990 characters in length.
19991
19992 * gdb.hp/ambiguous.cc: new file.
19993 * gdb.hp/ambiguous.exp: new file.
19994 * gdb.hp/attach.exp: new file.
19995 * gdb.hp/attach2.exp: new file.
19996 * gdb.hp/classes-hp.exp: new file.
19997 * gdb.hp/ctti.exp: new file.
19998 * gdb.hp/ctti-add.cc: new file.
19999 * gdb.hp/ctti-add1.cc: new file.
20000 * gdb.hp/ctti-add2.cc: new file.
20001 * gdb.hp/ctti-add3.cc: new file.
20002 * gdb.hp/dbx.exp: new file.
20003 * gdb.hp/exception.cc: new file.
20004 * gdb.hp/exception.exp: new file.
20005 * gdb.hp/foll-exec.c: new file.
20006 * gdb.hp/foll-exec.exp: new file.
20007 * gdb.hp/foll-fork.c: new file.
20008 * gdb.hp/foll-fork.exp: new file.
20009 * gdb.hp/foll-vfork.c: new file.
20010 * gdb.hp/foll-vfork.exp: new file.
20011 * gdb.hp/inherit-hp.exp: new file.
20012 * gdb.hp/more-steps.exp: new file.
20013 * gdb.hp/namespace.cc: new file.
20014 * gdb.hp/namespace.exp: new file.
20015 * gdb.hp/optimize.exp: new file.
20016 * gdb.hp/pxdb.c: new file.
20017 * gdb.hp/pxdb.exp: new file.
20018 * gdb.hp/quicksort.exp: new file.
20019 * gdb.hp/reg-test.exp: new file.
20020 * gdb.hp/reg-test.s: new file.
20021 * gdb.hp/sized-enum.c: new file.
20022 * gdb.hp/sized-enum.exp: new file.
20023 * gdb.hp/start-stop.exp: new file.
20024 * gdb.hp/templ-hp.cc: new file.
20025 * gdb.hp/templ-hp.exp: new file.
20026 * gdb.hp/thr-lib.c: new file.
20027 * gdb.hp/thr-lib.exp: new file.
20028 * gdb.hp/thr-lib.h: new file.
20029 * gdb.hp/thr-liblib.c: new file.
20030 * gdb.hp/virtfun-hp.c: new file.
20031 * gdb.hp/virtfun-hp.exp: new file.
20032 * gdb.hp/watch-cmd.exp: new file.
20033 * gdb.hp/watch-hp.exp: new file.
20034 * gdb.hp/xdb1.exp: new file.
20035 * gdb.hp/xdb2.exp: new file.
20036 * gdb.hp/xdb3.exp: new file.
20037
20038 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
20039
20040 The following files are part of the HP merge; some had longer
20041 names at HP, but have been renamed to be no more than 14
20042 characters in length.
20043
20044 * gdb.base/ss.h: new file.
20045 * gdb.base/call-ar-st.c: new file.
20046 * gdb.base/call-ar-st.exp: new file.
20047 * gdb.base/call-rt-st.c: new file.
20048 * gdb.base/call-rt-st-exp: new file.
20049 * gdb.base/call-strs.exp: new file.
20050 * gdb.base/ena-dis-br.exp: new file.
20051 * gdb.base/environ.exp: new file.
20052 * gdb.base/long_long.exp: new file.
20053 * gdb.base/sect-cmd.exp: new file.
20054 * gdb.base/shlib-cl2.exp: new file.
20055 * gdb.base/smoke.exp: new file.
20056 * gdb.base/so-impl-ld.c: new file.
20057 * gdb.base/so-impl-ld.exp: new file.
20058 * gdb.base/so-indr-cl.c: new file.
20059 * gdb.base/so-indr-cl.exp: new file.
20060 * gdb.base/varargs.exp: new file.
20061 * gdb.base/volatile.exp: new file.
20062 * gdb.base/whatis-exp.exp: new file.
20063 * gdb.base/display.exp: new file.
20064 * gdb.c++/derivation.exp: new file.
20065 * gdb.c++/local.exp: new file.
20066 * gdb.c++/member-ptr.exp: new file.
20067 * gdb.c++/overload.exp: new file.
20068 * gdb.c++/ovldbreak.exp: new file.
20069 * gdb.c++/ref-types.exp: new file.
20070 * gdb.c++/ref-types2.exp: new file.
20071 * gdb.c++/userdef.exp: new file.
20072
20073 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
20074
20075 * gdb.base/default.exp: Reflect wording change in remote.c.
20076
20077 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
20078
20079 * gdb.base/help.exp: Update to reflect current text.
20080
20081 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
20082
20083 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20084 they're stack variables and contain garbage.
20085 * gdb.c++/anon-union.exp: new file.
20086
20087 The following changes were made by David Taylor
20088 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20089 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20090 in changes by HP.
20091
20092 * gdb.base/bitops.exp: new file.
20093 * gdb.base/default.exp: change expected messages for catch and
20094 info catch tests to reflect HP merge changes.
20095 * gdb.base/enable-disable-break.exp
20096 * gdb.base/ending-run.c: new file.
20097 * gdb.base/long_long.c: new file.
20098 * gdb.base/maint.exp: new file.
20099 * gdb.base/pointers2.exp: new file.
20100 * gdb.base/shlib-call2.exp: new file.
20101 * gdb.base/solib.exp: new file.
20102 * gdb.base/step-test.c: new file.
20103 * gdb.c++/anon-union.cc: new file.
20104 * gdb.c++/local.cc: new file.
20105 * gdb.c++/member-pointer.cc: new file.
20106 * gdb.c++/method.cc: new file.
20107 * gdb.c++/ref-types.cc: new file.
20108 * gdb.c++/ref-types2.cc: new file.
20109 * gdb.c++/userdef.cc: new file.
20110
20111 * gdb.base/scope.exp: compile one file at a time, then link.
20112 * gdb.base/langs.exp: ditto.
20113 * gdb.base/list.exp: ditto.
20114
20115 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
20116
20117 The following changes were made by David Taylor
20118 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20119 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20120 in changes by HP.
20121
20122 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20123 skip tests. When compiling pass c++ flag to gdb_compile.
20124 * gdb.c++/
20125
20126 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20127 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20128 (skip_hp_tests): new function.
20129 (gdb_preprocess): new function.
20130
20131 * configure.in (hpdir): decide whether to configure gdb.hp.
20132 * configure: regenerated.
20133
20134 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20135 to delete on clean.
20136 (EXECUTABLES): update to reflect new additions.
20137 * gdb.base/commands.exp: update message expected.
20138 * gdb.base/default.exp: add copyright notice.
20139 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20140 * gdb.base/help.exp: update messages to reflect current text.
20141 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20142 targets for recurse tests.
20143 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20144 skip this file.
20145
20146 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20147 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20148 compilation.
20149 * gdb.c++/misc.exp: ditto.
20150 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20151 run the tests. tell gdb_compile that it's a c++ compilation.
20152
20153 * gdb.threads/pthreads.exp: fix typo in message.
20154
20155 * gdb.base/all-bin.exp: new file.
20156 * gdb.base/arithmet.exp: new file.
20157 * gdb.base/assign.exp: new file.
20158 * gdb.base/completion.exp: new file.
20159 * gdb.base/cond-expr.exp: new file.
20160 * gdb.base/condbreak.exp: new file.
20161 * gdb.base/define.exp: new file.
20162 * gdb.base/dollar.exp: new file.
20163 * gdb.base/environment.exp: new file.
20164 * gdb.base/eval-skip.exp: new file.
20165 * gdb.base/jump.exp: new file.
20166 * gdb.base/logical.exp: new file.
20167 * gdb.base/pointers.exp: new file.
20168 * gdb.base/relational.exp: new file.
20169 * gdb.base/section_command.exp: new file.
20170 * gdb.base/whatis-expr.exp: new file.
20171
20172 * gdb.base/all-types.c: new file.
20173 * gdb.base/call-array-struct.c: new file.
20174 * gdb.base/call-return-struct.c: new file.
20175 * gdb.base/call-strings.c: new file.
20176 * gdb.base/callfuncs2.c: new file.
20177 * gdb.base/condbreak.c: new file.
20178 * gdb.base/constvars.c: new file.
20179 * gdb.base/display.c: new file.
20180 * gdb.base/int-type.c: new file.
20181 * gdb.base/jump.c: new file.
20182 * gdb.base/miscexprs.c: new file.
20183 * gdb.base/pointers.c: new file.
20184 * gdb.base/pointers2.c: new file.
20185 * gdb.base/shmain.c: new file.
20186 * gdb.base/shr1.c: new file.
20187 * gdb.base/shr2.c: new file.
20188 * gdb.base/solib.c: new file.
20189 * gdb.base/solib1.c: new file.
20190 * gdb.base/solib2.c: new file.
20191 * gdb.base/varargs.c: new file.
20192 * gdb.c++/derivation.cc: new file.
20193 * gdb.c++/overload.cc: new file.
20194 * gdb.c++/ovldbreak.cc: new file.
20195 * gdb.hp/attach.c: new file.
20196 * gdb.hp/attach2.c: new file.
20197 * gdb.hp/average.c: new file.
20198 * gdb.hp/compiler.c: new file.
20199 * gdb.hp/compiler.cc: new file.
20200 * gdb.hp/execd-program.c: new file.
20201 * gdb.hp/follow-exec.c: new file.
20202 * gdb.hp/follow-fork.c: new file.
20203 * gdb.hp/follow-vfork-and-exec.c: new file.
20204 * gdb.hp/misc-hp.cc: new file.
20205 * gdb.hp/more-steps.c: new file.
20206 * gdb.hp/optimize.c: new file.
20207 * gdb.hp/quicksort.c: new file.
20208 * gdb.hp/run-hp.c: new file.
20209 * gdb.hp/start-stop.c: new file.
20210 * gdb.hp/sum.c: new file.
20211 * gdb.hp/templates-hp.cc: new file.
20212 * gdb.hp/thread-local-in-lib.c: new file.
20213 * gdb.hp/thread-local-in-lib.h: new file.
20214 * gdb.hp/thread-local-in-lib.lib.c: new file.
20215 * gdb.hp/vforked-program.c: new file.
20216 * gdb.hp/virtfunc-hp.cc: new file.
20217 * gdb.hp/watchpoint-hp.c: new file.
20218 * gdb.hp/xdb.c: new file.
20219 * gdb.hp/xdb0.c: new file.
20220 * gdb.hp/xdb0.h: new file.
20221 * gdb.hp/xdb1.c: new file.
20222
20223 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20224
20225 The following change was made by Edith Epstein
20226 <eepstein@cygnus.com> as part of a project to merge in changes
20227 originally made by HP; HP did not create ChangeLog entries.
20228
20229 * gdb.c++/demangle.exp: changed the expected output for some
20230 ARM-style mangling -- removed second reference to datatype.
20231 For example, maint demangle __dt__11T1__pt__2_cFv
20232 T1<char>::~T1<char>(void)
20233 becomes,
20234 maint demangle __dt__11T1__pt__2_cFv
20235 T1<char>::~T1(void)
20236
20237 (test_hp_style_demangling): new hp specific demangling test cases.
20238
20239 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20240
20241 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20242 * gdb.trace/backtrace.exp: Likewise.
20243 * gdb.trace/circ.exp: Likewise.
20244 * gdb.trace/collection.exp: Likewise.
20245 * gdb.trace/deltrace.exp: Likewise.
20246 * gdb.trace/infotrace.exp: Likewise.
20247 * gdb.trace/limits.exp: Likewise.
20248 * gdb.trace/packetlen.exp: Likewise.
20249 * gdb.trace/passc-dyn.exp: Likewise.
20250 * gdb.trace/passcount.exp: Likewise.
20251 * gdb.trace/report.exp: Likewise.
20252 * gdb.trace/save-trace.exp: Likewise.
20253 * gdb.trace/tfind.exp: Likewise.
20254 * gdb.trace/tracecmd.exp: Likewise.
20255 * gdb.trace/while-dyn.exp: Likewise.
20256 * gdb.trace/while-stepping.exp: Likewise.
20257
20258 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20259
20260 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20261
20262 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20263
20264 From Brendan Kehoe:
20265 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20266 int return types.
20267
20268 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
20269
20270 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20271 remote dos host testing right.
20272
20273 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
20274
20275 * gdb.base/corefile.exp: remove some xfails.
20276
20277 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
20278
20279 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20280 have different timestamps.
20281
20282 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
20283
20284 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20285 gdb.base/default.exp: Replace "exec" with "executable".
20286
20287 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
20288
20289 * gdb.base/default.exp: Change else if to elseif from previous
20290 delta.
20291
20292 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
20293
20294 * gdb.base/default.exp: Add brace missing from previous delta.
20295
20296 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
20297
20298 * gdb.base/default.exp: Support test for info float for all
20299 varieties of arm toolchain.
20300
20301 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
20302
20303 * gdb.trace/*.exp: remove "remote_download" command.
20304
20305 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
20306
20307 * gdb.trace/*.exp: remove -gdwarf from compile.
20308
20309 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
20310
20311 * gdb.trace/configure.in(AC_INIT): typo
20312 * gdb.trace/configure: regenerated
20313
20314 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
20315
20316 * config/m68k-emc.exp: New file.
20317 * lib/<emc-support.exp trace-support.exp}: New files.
20318 * configure.in: add new test directory gdb.trace.
20319 * gdb.trace/{configure configure.in Makefile.in}: New files.
20320 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
20321 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
20322 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
20323 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
20324 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
20325 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
20326 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
20327
20328 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
20329
20330 * gdb.c++/classes.exp: Change all regular expressions to match
20331 arbitrary combinations of newline/carriage-return, so that they
20332 will work equally well on Unix and Windows.
20333 * gdb.c++/inherit.exp: ditto.
20334 * gdb.c++/virtfunc.exp: ditto.
20335
20336 1998-08-11 Dawn Perchik <dawn@cygnus.com>
20337
20338 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
20339
20340 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
20341
20342 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
20343 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
20344 to use a0-a3/d0-d3 as needed.
20345
20346 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
20347
20348 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
20349 * gdb.disasm/am33.exp: Corresponding changes.
20350
20351 1998-07-11 Felix Lee <flee@cygnus.com>
20352
20353 * gdb.base/callfuncs.exp: add cmp10 test.
20354 * gdb.base/callfuncs.c (cmp10): new function.
20355
20356 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
20357
20358 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
20359 into two parts to get around a synchronization problem in expect.
20360
20361 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
20362
20363 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
20364
20365 * configure.in: Add options for gdbtk testsuite.
20366
20367 * configure: Regenerate.
20368
20369 * gdb.gdbtk: New directory to hold gdbtk tests.
20370
20371 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20372
20373 * gdb.fortran/types.exp: Escape brackets in expect patterns
20374 for test_float_literal_types_accepted tests.
20375 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
20376 before run test.
20377
20378 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
20379
20380 * am33.exp: Just compile, do not link the testcase.
20381 * am33.s: Add ".am33" pseudoop to force am33 mode.
20382
20383 1998-06-25 Felix Lee <flee@cygnus.com>
20384
20385 * gdb.base/setshow.exp: make sure $pc is sane.
20386
20387 * gdb.stabs/weird.exp: split expect patterns properly.
20388
20389 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
20390
20391 * gdb.disasm/am33.s: New disassembler testfile for the am33.
20392 * gdb.disasm/am33.exp: Run it.
20393
20394 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
20395
20396 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
20397 match processing (and eliminate spurious timeouts when running).
20398
20399 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
20400
20401 * gdb.base/signals.exp (test_handle_all_print): put back Mach
20402 exception test, but conditionalize it on target [mach | gnu].
20403
20404 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
20405
20406 * gdb.base/overlays.exp: fixup compile line for linker script.
20407
20408 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
20409
20410 * gdb.fortran/types.exp: don't guess at float size.
20411
20412 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
20413
20414 * gdb.base/exprs.exp: delete test that depends on int size.
20415
20416 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
20417
20418 * config/sim.exp: Removed checks for target triplets.
20419 (gdb_target_sim): Use gdb,target_sim_options.
20420
20421 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
20422
20423 * gdb.base/reread.exp: New file.
20424 * gdb.base/reread1.c: New file.
20425 * gdb.base/reread2.c: New file.
20426
20427 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
20428
20429 * config/sim.exp: Use 'target sim -sparclite' when running
20430 SPARClite programs.
20431
20432 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
20433
20434 * gdb.base/structs2.exp: New file.
20435 * gdb.base/structs2.c: New file.
20436
20437 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
20438
20439 * gdb.asm/common.inc: New file.
20440 * gdb.asm/d10v.inc: New file.
20441 * asm-source.exp: Pass -I's to gas to find .inc files.
20442 Update line numbers in expected output.
20443 * asmsrc1.s: Rewrite.
20444 * asmsrc2.s: Rewrite.
20445 * configure.in: Create arch.inc symlink.
20446 * configure: Regenerate.
20447 * Makefile.in (distclean): Delete arch.inc.
20448
20449 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
20450
20451 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
20452 (t_enum_value2): ditto
20453 (t_enum_value3): ditto
20454 (main): ditto
20455 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20456
20457 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
20458 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
20459 change.
20460 Use gdb_test instead of send_gdb/gdb_expect sequences.
20461
20462 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
20463
20464 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20465 not void.
20466
20467 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
20468
20469 * gdb.base/branches.c: Code with lots of loops and
20470 subroutines. Used to test gdbs ability to single step through PC
20471 changes, especially to test mips-tdep.c:mips_next_pc
20472
20473 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20474
20475 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20476 more rigorous EGCS C++ error checking.
20477
20478 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20479
20480 * gdb.base/help.exp: Clean up `help set args' and `help show args'
20481 tests.
20482 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
20483 function when asleep.
20484 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
20485 for i*86 Linux and SVR4 signal handling problems.
20486 Remove linux xfail for `next to handler in signals_tests_1', fixed
20487 by recent infrun.c change.
20488 Limit backtrace to 10 frames to avoid timeout problems with infinite
20489 stack backtraces.
20490 Adjust expect pattern in `handle all print' test to match Apr 28 1997
20491 target.[ch] change.
20492
20493 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
20494
20495 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20496 for a newline from gdb before continuing.
20497 (default_gdb_exit): Just look for y or n.
20498 (gdb_test): Detect abnormal exit from GDB running on DOS; if
20499 it does, fail the rests of the tests in the file.
20500
20501 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
20502
20503 * config/cygmon.exp: New file.
20504
20505 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
20506
20507 * gdb.base/list.exp: Fix problem with "list default lines around
20508 main" test on remote targets.
20509
20510 * gdb.base/scope.exp: Fix problem with filelocal_bss before
20511 run test on remote targets.
20512
20513 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
20514
20515 * gdb.asm: New directory.
20516 * configure.in: Configure it.
20517 * configure: Regenerate.
20518 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
20519 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
20520
20521 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
20522
20523 * config/mn10300-eval.exp: New file to support MN10300 eval board.
20524
20525 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
20526
20527 * gdb.base/overlays (several files): Merge the two overlay
20528 managers into one. Change variables (foox, barx, bazx, grbxx)
20529 back into ints but force them to load in their proper sections.
20530
20531 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
20532
20533 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
20534 on-chip insn memory and IMAP1 to upper 128k.
20535 (D10VCopy): Handle memory regions crossing 16k boundaries.
20536 (D10VCopy): Transfer data in 32 bit chunks.
20537
20538 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
20539
20540 * gdb.base/overlays.c (main): Exit normally when result is
20541 correct.
20542
20543 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
20544 map. Include space for printf in .text segment.
20545
20546 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
20547 updated d10v memory VMA/LMA map.
20548 (D10VCopy): Call D10VTranslate.
20549
20550 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
20551
20552 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
20553
20554 * gdb.base/bar.c (barx, bar): Change variable to small array so
20555 that it won't be put into the .sdata - small data -
20556 section. Update reference.
20557 * gdb.base/baz.c (bazx, baz): Ditto.
20558 * gdb.base/foo.c (foox, foo): Ditto.
20559 * gdb.base/grbx.c (grbxx, grbx): Ditto.
20560
20561 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
20562 to be arrays.
20563
20564 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
20565
20566 * gdb.base/overlays.exp: fix up and get working again.
20567 Add tests for backtraces from an overlay function.
20568
20569 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
20570
20571 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
20572 "calling function with watchpoint enabled".
20573
20574 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
20575
20576 * gdb.base/break.exp (test_next_with_recursion): Remove
20577 gdb_suppress_tests for d10v-*-*.
20578 * lib/gdb.exp (gdb_suppress_tests): Disable this function
20579 pending review of whether it is useful or not.
20580
20581 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
20582
20583 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
20584
20585 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
20586
20587 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
20588 * config/dve.exp: New file to support Densan boards.
20589
20590 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
20591
20592 * gdb.base/interrupt.exp: Document problem of simulators, signals,
20593 reads and BSD.
20594
20595 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
20596
20597 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
20598 response.
20599
20600 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
20601
20602 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
20603
20604 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
20605 test.
20606
20607 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
20608 target_sizeof_long and target_bigendian_p.
20609 (structs_by_value, structs_by_reference): Check values according
20610 to targets word size and endianess.
20611
20612 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20613
20614 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
20615 output.
20616
20617 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
20618
20619 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
20620 Update test of set args help to match source change.
20621
20622 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
20623
20624 * gdb.base/default.exp: Expect help system output to be in
20625 alphabetical order.
20626 * gdb.base/help.exp: Ditto.
20627
20628 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
20629
20630 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20631 "i*86-pc-linux-gnu*".
20632 * gdb.base/interrupt.exp: Ditto.
20633 * gdb.base/corefile.exp: Ditto.
20634
20635 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
20636 define vxworks when building the testcase.
20637
20638 * gdb.base/ptype.exp: Fix testnames to be unique.
20639 * gdb.base/radix.exp: Ditto.
20640 * gdb.base/term.exp: Ditto.
20641 * gdb.base/whatis.exp: Ditto.
20642 * gdb.c++/classes.exp: Ditto.
20643
20644 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
20645
20646 * gdb.base/callfuncs.exp: Fix indentation.
20647
20648 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20649 suppress_flag has been set.
20650 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20651 target feature.
20652
20653 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
20654
20655 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20656 the testcase.
20657
20658 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
20659 set_debug_traps() and breakpoint().
20660 * gdb.c++/misc.cc (main): Ditto.
20661 * gdb.c++/templates.cc (main): Ditto.
20662 * gdb.c++/virtfunc.cc (main): Ditto.
20663
20664 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
20665
20666 * lib/gdb.exp(gdb_step_for_stub): New function.
20667 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20668 exists, reload the executable and do a "continue" instead of
20669 doing a jump.
20670 (runto_main): Use gdb_step_for_stub.
20671
20672 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
20673 tests to have unique names.
20674 * gdb.base/callfuncs.exp: Ditto.
20675 * gdb.base/commands.exp: Ditto.
20676 * gdb.base/default.exp: Ditto.
20677 * gdb.base/help.exp: Ditto.
20678 * gdb.base/list.exp: Ditto.
20679 * gdb.base/opaque.exp: Ditto.
20680 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20681 similar tests.
20682
20683 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20684 * gdb.c++/cplusfuncs.cc: Ditto.
20685 * gdb.c++/virtfunc.cc: Ditto.
20686
20687 * config/monitor.exp: Keep track of the last file we saw, rather
20688 than trying to get the info from gdb.
20689
20690 * gdb.fortran/types.exp: Move comment to previous line.
20691
20692 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
20693
20694 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
20695 target mode.
20696
20697 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
20698
20699 From Bob Manson:
20700 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
20701 string from GDB when it connects.
20702
20703 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20704
20705 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20706
20707 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
20708 if we can't get a debug format from GDB (we may be testing an
20709 older GDB). Use a 10 second timeout when checking for the format.
20710
20711 * gdb.stabs/weird.exp: Fix quoting.
20712
20713 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20714
20715 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20716
20717 * config/arm-ice.exp: New file.
20718
20719 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20720
20721 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
20722 until it has been modified to work with the new testsuite.
20723
20724 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
20725 testcase won't compile, cause all of the testcases in the file to
20726 fail instead.
20727
20728 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20729 (gdb_clear_suppressed): New procedure.
20730 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20731 it contains a positive value.
20732
20733 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20734
20735 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20736
20737 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20738
20739 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20740
20741 * lib/gdb.exp (setup_xfail_format): New function.
20742 (get_debug_format): New function to get debug format.
20743 (debug_format): New global variable to hold last value set
20744 by get_debug_format.
20745 * gdb.base/list.exp: Call get_debug_format and expect some
20746 tests to fail for DWARF 1 and COFF formats.
20747 * gdb.c++/ptype.exp: Ditto.
20748 * gdb.c++/classes.exp: Ditto.
20749 * gdb.c++/cplusfuncs.exp: Ditto.
20750 * gdb.c++/inherit.exp: Ditto.
20751 * gdb.c++/templates.exp: Ditto.
20752 * gdb.c++/virtfunc.exp: Ditto.
20753
20754 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20755
20756 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20757 host doesn't have a currently-open connection.
20758
20759 * config/sparclet.exp: Cleanups and fixes to make it generic for
20760 any gdb stub target. Handle cases where gdb doesn't respond when
20761 interrupted in a sane fashion.
20762
20763 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
20764 same thing in a totally different way.
20765
20766 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
20767 setting "timeout".
20768 (gdb_start): We set the global gdb_prompt variable in
20769 default_gdb_init now.
20770
20771 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20772
20773 * gdb.base/printcmds.exp: Fix "check for floating addition"
20774 regexp to accept results within approx +/- .01 of exact value.
20775 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20776
20777 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20778
20779 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
20780 properly.
20781 (gdb_expect): Add optional timeout parameter, and add timeout
20782 value to various calls.
20783 (gdb_suppress_tests): Only give one warning message per group.
20784
20785 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20786
20787 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
20788 global variables. Handle getting a value for $timeout more
20789 gracefully.
20790
20791 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20792
20793 * lib/gdb.exp: Close connection to remote host if gdb doesn't
20794 initialize.
20795 (default_gdb_init): New procedure; allow gdb_init to be overridden
20796 by a target configuration file.
20797 (gdb_expect): Pass the timeout to remote_expect.
20798
20799 * config/monitor.exp(gdb_load): Fix typo in regexp.
20800
20801 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20802
20803 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20804
20805 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20806
20807 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
20808 here. Call gdb_target_exec before rebooting the target, to make
20809 sure the connection to the target is closed.
20810 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20811 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20812 Also detect "Timeout reading from remote" error.
20813
20814 * config/gdbserver.exp: Pass the executable being loaded to
20815 gdb_target_monitor. Don't call gdb_file_cmd here; let
20816 gdb_target_monitor do it.
20817
20818 * gdb.disasm/hppa.exp: Don't use exec_output.
20819
20820 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20821
20822 * gdb.base/list.exp: If we're debugging a non-native target,
20823 try to set the pc register to point to the start of the
20824 program before doing the first list command.
20825
20826 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
20827 test_calls after restarting.
20828
20829 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
20830 reloading.
20831
20832 * gdb.base/watchpoint.exp: Fix typo.
20833
20834 * gdb.base/setshow.exp: Check for use_gdb_stub.
20835
20836 * gdb.base/break.exp: Fix continue until exit test for the gdb
20837 stub case.
20838 * gdb.base/langs.exp: Ditto.
20839
20840 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
20841 gdb_load_offset. If we weren't given a file to load, figure out
20842 what the current file is and use it.
20843
20844 * config/i386-bozo.exp: New file.
20845
20846 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20847
20848 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20849 feature.
20850
20851 * config/proelf.exp: New entry.
20852
20853 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20854
20855 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20856 of regexps.
20857
20858 * gdb.base/watchpoint.exp: Don't run the test_stepping
20859 tests if gdb can't call functions on the target.
20860
20861 * gdb.base/setshow.exp: Don't run the set prompt tests if
20862 the board has gdb_prompt set.
20863
20864 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20865
20866 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20867 * gdb.base/commands.exp: Likewise.
20868 * gdb.base/setshow.exp: Likewise.
20869
20870 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20871
20872 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20873 feature.
20874
20875 * config/i960.exp: New file.
20876
20877 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20878
20879 * gdb.base/funcargs.exp: Check for gdb,short_int target
20880 feature instead of looking for explicit target triplets.
20881
20882 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
20883
20884 * gdb.base/printcmds.exp: add a couple more tests a la
20885 "p 123DEADBEEF", to check parse_number.
20886 * top.c: change "to enable to enable" to "to enable" in a couple
20887 of help strings.
20888
20889 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20890
20891 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20892 on the mn10300.
20893
20894 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20895
20896 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20897 where the test executable is run with explicit args.
20898 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20899
20900 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20901
20902 * gdb.base/run.c: Use FAKEARGV to build test executable that
20903 does not require a command line arg, since most simulators
20904 don't currently support passing such an arg into the simulated
20905 program.
20906 * gdb.base/commands.exp: Change tests to insert the proper
20907 value as the arg to the first recursive factorial call. Change
20908 compilation line to define FAKEARGV at compile time.
20909
20910 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20911
20912 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20913 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20914 function with watchpoint enabled" test.
20915
20916 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20917
20918 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
20919 Don't call gdb_test when the command doesn't return to a gdb prompt.
20920
20921 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
20922 "Tests restarted" messages.
20923
20924 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20925
20926 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20927
20928 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
20929
20930 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20931 for INFO SYMBOL; add help tests for OVERLAY commands.
20932 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20933 add tests for OVERLAY commands
20934 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20935 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20936 * gdb.base/sigall.c: add usestubs code frag
20937 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
20938
20939 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20940
20941 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20942 failures.
20943 (gdb_stop_suppressing_tests): Note that tests have restarted.
20944
20945 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20946
20947 * config/h8300.exp: New file.
20948
20949 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20950
20951 * gdb.base/setshow.exp: Check for the existence of a
20952 feature, not its value.
20953
20954 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20955
20956 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20957
20958 * gdb.base/scope.exp: It's now init0(), not init().
20959
20960 * gdb.base/scope0.c: For now, change init() to be init0().
20961
20962 * config/monitor.exp: Use gdb_serial in preference to serial
20963 or netport.
20964
20965 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
20966 and it's not already set.
20967
20968 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20969
20970 * gdb.base/setshow.exp: Only test the run command if the target
20971 isn't using a stub and if it supports argument passing.
20972
20973 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20974
20975 * config/udi.exp(gdb_start): Make sure UDICONF is set
20976 properly before starting gdb.
20977
20978 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20979
20980 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20981 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20982 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20983
20984 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20985
20986 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
20987 specialized code to reboot the board, use remote_reboot instead.
20988
20989 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20990
20991 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20992
20993 * config/monitor.exp: Make sure we disconnect from the target.
20994 Also, try a reboot/reload cycle instead of failing if the
20995 load fails.
20996
20997 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20998
20999 * gdb.base/default.exp: Don't set match_max.
21000 * gdb.base/help.exp: Ditto.
21001 * gdb.base/list.exp: Ditto.
21002 * gdb.base/signals.exp: Ditto.
21003
21004 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21005 set, use remote_ld to download the testcase instead of
21006 the GDB loader.
21007
21008 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
21009
21010 * config/vr5000.exp: New file.
21011
21012 * config/monitor.exp(gdb_target_monitor): Add pattern for
21013 "Ending remote" to detect errors in connecting.
21014
21015 * gdb.base/setshow.exp: Add .* within auto language test.
21016
21017 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21018 target feature.
21019
21020 * config/monitor.exp(gdb_load): Check for a failure when loading,
21021 and reboot the board if necessary.
21022
21023 * gdb.base/setvar.exp(test_set): Handle multiple prints within
21024 a set of tests. Remove print.* from the patterns being checked.
21025
21026 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
21027
21028 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21029 refer to gdb_spawn_id.
21030
21031 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21032 longer used.
21033 * config/sparclet.exp: Ditto.
21034 * config/sparclet-old.exp: Ditto.
21035 * config/slite.exp: Ditto.
21036 * config/sim.exp: Ditto.
21037 * gdb.base/funcargs.exp: Ditto.
21038
21039 * lib/gdb.exp:Remove references to gdb_spawn_id.
21040 (gdb_expect): Move to remote.exp.
21041
21042 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
21043
21044 * config/monitor.exp: Detect the "Couldn't establish connection"
21045 message from GDB.
21046
21047 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
21048
21049 * gdb.base/bitfields.exp: Use runto instead of explicit
21050 gdb_run_cmd/gdb_expect sequences.
21051
21052 * gdb.base/break.exp(text_next_with_recursion): Add match for
21053 gdb_expect call.
21054
21055 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21056 We also need to handle the "A program is being debugged already"
21057 prompt from gdb. Use gdb_test to set the baud rate.
21058
21059 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21060 to 20000. Really. I mean it.
21061
21062 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21063
21064 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
21065 fails. If suppress_flag is set, skip perror message about not
21066 being able to send to GDB.
21067 (send_gdb): If suppress_flag is set, don't try to send commands to
21068 GDB.
21069 (gdb_expect): If suppress_flag is set, always fail immediately.
21070 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21071 (gdb_init): Call gdb_stop_suppressing_tests.
21072 (default_gdb_exit): Ditto.
21073 (default_gdb_start): Ditto.
21074
21075 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
21076 gdb_stop_suppressing_tests as appropriate.
21077 * gdb.base/break.exp: Ditto.
21078 * gdb.base/callfuncs.exp: Ditto.
21079 * gdb.base/commands.exp: Ditto.
21080 * gdb.base/exprs.exp: Ditto.
21081 * gdb.base/funcargs.exp: Ditto.
21082 * gdb.base/list.exp: Ditto.
21083 * gdb.base/recurse.exp: Ditto.
21084 * gdb.base/scope.exp: Ditto.
21085 * gdb.base/structs.exp: Ditto.
21086 * gdb.c++/inherit.exp: Ditto.
21087
21088 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
21089
21090 * config/vr4300.exp: New file.
21091
21092 * gdb.*/*.exp: Call gdb_expect instead of expect.
21093
21094 * lib/gdb.exp(gdb_expect): New function.
21095
21096 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
21097
21098 * lib/gdb.exp(gdb_init): New function.
21099
21100 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21101 for each individual variable set.
21102
21103 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21104 name.
21105
21106 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21107
21108 * gdb.base/scope.exp: Use gdb_test.
21109
21110 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21111 aborting; the testsuite driver will do that for us (see
21112 gdb_finish). Also, use gdb_test in a few more places.
21113
21114 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
21115
21116 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21117
21118 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
21119
21120 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21121 and "add_tests" are not at the same address.
21122
21123 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21124
21125 * gdb.base/ptype.exp: Use gdb_test.
21126
21127 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21128
21129 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21130 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21131 left in. No longer expect them to fail.
21132
21133 * gdb.stabs/*.mt; Deleted, no longer used.
21134 * gdb.stabs/configure.in: Remove references to target makefile
21135 frags.
21136 * gdb.stabs/configure: Rebuilt.
21137
21138 * gdb.disasm/*.mt: Deleted, no longer used.
21139 * gdb.disasm/configure.in: Remove references to target makefile
21140 frags. Use "sh3.s" as the unique filename for this directory.
21141 * gdb.disasm/configure: Rebuilt.
21142
21143 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21144 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21145 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21146
21147 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21148
21149 * config/udi.exp: Use mondfe,name instead of remote_host.
21150
21151 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21152
21153 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21154 a function with a watchpoint enabled on the mn10200.
21155
21156 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21157 before trying to create it!
21158
21159 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21160
21161 * config/vx.exp: Use hostname instead of netport.
21162
21163 * config/vxworks.exp: New file.
21164
21165 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21166
21167 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21168 gdb before assuming everything worked. Send a ^C if a timeout
21169 occurs.
21170
21171 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21172 $gdb_spawn_id directly.
21173 (gdb_run_cmd): Try _start as well as start. Use the target feature
21174 gdb,start_symbol as the symbol to start from when jumping.
21175
21176 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21177
21178 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21179 redundant) test.
21180
21181 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21182 it doesn't lose for 16bit integer systems.
21183
21184 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21185
21186 * gdb.fortran/types.exp: If the target doesn't support "double"
21187 data types, then expect "real" types to only be 4 bytes.
21188
21189 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21190 call tests if the target doesn't support inferior function calls.
21191
21192 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21193 in printf tests.
21194
21195 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21196
21197 * gdb.base/help.exp: Disable "help set", "help show", and
21198 "help support". Simplify regexp for "help stack".
21199
21200 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21201 to 60 seconds. Temporarily set match_max to 15000 around the
21202 "info copying" test.
21203
21204 * gdb.base/nodebug.exp: Don't try to do an inferior function
21205 call if the target doesn't support them.
21206 * gdb.base/printcmds.exp: Likewise.
21207 * gdb.base/setvar.exp: Likewise.
21208 * gdb.base/structs.exp: Likewise.
21209 * gdb.c++/templates.exp: Likewise.
21210 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21211
21212 * gdb.base/recurse.exp: Enable for the mn10200.
21213
21214 * configure.in: Do configure gdb.stabs directory for *-*-elf
21215 targets.
21216 * configure: Rebuilt.
21217
21218 * gdb.base/break.exp: Check for gdb,noresults before testing
21219 exit status and/or results from the target.
21220 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21221 * lib/gdb.exp: Remove old (now bogus) initialization of
21222 noinferior, noargs, noresults and nosignals.
21223
21224 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21225
21226 * config/sh.exp: New file.
21227
21228 * config/slite.exp: Try to connect multiple times to the board
21229 before rebooting. Only send a "monitor run" if need_monitor_run
21230 is set.
21231
21232 * gdb.base/break.exp: Don't do the "stub continue" test if
21233 the target has gdb_stub set.
21234
21235 * gdb.base/callfuncs.exp: Increase the timeout.
21236
21237 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21238 if the target has gdb,noinferiorio set.
21239
21240 * gdb.base/list.exp: Increase match_max to 10000 characters.
21241
21242 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21243
21244 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21245 target.
21246
21247 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21248
21249 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21250
21251 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21252 trying to delete the copy of gdb. Catch the file delete so we
21253 don't die if the delete fails; also, the file should be copied to
21254 the host, not to the build.
21255
21256 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21257
21258 * lib/gdb.exp(gdb_test): Surround the result pattern with
21259 parenthesis in case it contains multiple regexps separated
21260 with |.
21261
21262 * gdb.base/watchpoint.exp: Use gdb_test.
21263 * gdb.base/default.exp: Ditto.
21264
21265 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
21266
21267 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21268
21269 * gdb.base/scope.exp: Use gdb_test.
21270 * gdb.c++/classes.exp: Ditto.
21271 * gdb.c++/inherit.exp: Ditto.
21272
21273 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
21274
21275 * gdb.base/crossload.exp: Don't use execute_anywhere, use
21276 remote_exec instead.
21277 * gdb.base/corefile.exp: Don't be ridiculous.
21278 * gdb.base/*.c: Add missing stub invocations.
21279
21280 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
21281
21282 * config/slite.exp: Miscellaneous fixes.
21283
21284 * lib/gdb.exp: Fix runto.
21285
21286 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21287 the target.
21288
21289 * gdb.base/watchpoint.exp: Fix regexp.
21290
21291 * lib/gdb.exp(default_gdb_exit): Add a catch to the
21292 close and wait commands, as the descriptor may now be
21293 invalid. Always call "remote_close host".
21294
21295 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
21296
21297 Major rewrite for testsuite revision.
21298
21299 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21300 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21301 instead of relying on spawn_id to always contain a valid
21302 spawn id.
21303 (get_compiler_info): New procedure to build the ${binfile}.ci
21304 file, instead of replicating this in N different places.
21305 (gdb_compile): New procedure.
21306
21307 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21308 appropriate arguments) instead of compile. Use gdb_test in a lot
21309 more places. Use send_gdb instead of send. Always run gdb_start
21310 at the start of a testcase, as this is no longer done magically.
21311
21312 config/*-gdb.exp: Rename without the -gdb suffix.
21313
21314 config/mips.exp: Use remote_close instead of exit_remote_shell.
21315 config/monitor.exp: Use target_info instead of looking at
21316 baud, timeout, etc.
21317 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21318
21319 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21320
21321 * gdb.c++/templates.exp (test_ptype_of_templates),
21322 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
21323 Update expect patterns for destructors and assignment operators
21324 to match corresponding c-typeprint.c changes.
21325 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
21326 to destructor breakpoint test, GDB should be able to set the
21327 destructor breakpoint without specifying arguments.
21328
21329 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
21330
21331 * gdb.threads/pthreads.exp: Change result for failure to compile due
21332 to lack of pthreads runtime support from an error to simply an
21333 unsupported test, per dejagnu standards.
21334
21335 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21336
21337 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
21338 where GDB exits to reduce pattern match time.
21339 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
21340
21341 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
21342
21343 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
21344
21345 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
21346 * gdb.base/default.exp: ditto.
21347 * gdb.base/nodebug.exp: ditto.
21348 * gdb.base/printcmds.exp: ditto.
21349 * gdb.base/ptype.exp: ditto.
21350 * gdb.base/setvar.exp: ditto.
21351 * gdb.base/structs.exp: ditto.
21352 * gdb.base/setshow.c: Guard against uninitialized values of argc.
21353
21354 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
21355
21356 * configure, */configure: Rebuild with autoconf 2.12.
21357
21358 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
21359
21360 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
21361 use new i*86-pc-linux*-gnu quads.
21362 * gdb.base/corefile.exp: Ditto.
21363 * gdb.base/signals.exp: Ditto.
21364 * gdb.base/sigall.exp: Ditto.
21365 * gdb.base/interrupt.exp: Ditto.
21366
21367 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
21368 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
21369 RedHat 4.0.
21370
21371 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
21372 linux. This allows the test case to at least compile on latest
21373 linux, but still not run due to missing the threads runtime library.
21374
21375 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21376
21377 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
21378 directory to search gdb directory. Accept and step over conditional
21379 stack alignment code. Consume $prompt in failure cases.
21380 Reset timeout to $oldtimeout instead of some arbitrary value.
21381 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
21382 timeout problems with infinite stack backtraces.
21383 * gdb.base/ptype.exp (ptype struct link, union tu_link):
21384 Accept function parameters for linkfunc member.
21385
21386 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
21387
21388 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
21389 (CXXFLAGS): Remove, unreferenced.
21390 (B_OPTIONS): Add for -B options and add code to initialize with
21391 previous -B options and also add -B option to pick up cross compiled
21392 runtime.
21393 (TARGET_INCLUDES): Add for -I options and add code to initialize when
21394 doing cross compiles.
21395 (target_alias): Declare global.
21396 (xgcc): Set variable to full path of gcc in build tree. Use findfile
21397 to verify that gcc exists in build tree, and if so set CC to that
21398 gcc and to use B_OPTIONS and TARGET_INCLUDES.
21399
21400 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
21401
21402 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
21403 ptype test for anonymous union. Fixup testcase to match
21404 current gcc debug output.
21405
21406 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
21407
21408 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
21409 force argument to an unsigned long type.
21410
21411 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
21412
21413 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
21414 tests and anonymous union print/ptype tests.
21415 * gdb.base/list.exp (test_forward-search): Increase timeout by
21416 5 minutes for the "search extremely long line" case.
21417 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
21418 completely optional and that the pass/fail messages use the command as
21419 the message if that third arg is a null string.
21420 (gdb_test_exact): Arrange that a null string pattern means match a
21421 null string output rather than any output, which might include random
21422 errors.
21423 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
21424 backtrace test.
21425 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
21426 always failing and failure is now exposed by gdb.exp changes.
21427
21428 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
21429
21430 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
21431 weren't being noted.
21432
21433 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21434
21435 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
21436 * gdb.stabs/weird.exp: Remove v_comb xfails.
21437
21438 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
21439
21440 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
21441 list.exp scope.exp watchpoint.exp]
21442 Make all timeout error msgs explicitly say "(timeout)".
21443
21444 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
21445
21446 * config/monitor.exp: Increase download timeout to 1000 seconds.
21447
21448 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
21449
21450 * config/m32r.exp: Increase timeout to 120 seconds.
21451
21452 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
21453
21454 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
21455 and accept older ordering as obsolescent gcc or gdb.
21456 * gdb.c++/templates.exp: Ditto.
21457 * gdb.c++/virtfunc.exp: Ditto.
21458
21459 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
21460
21461 * gdb.base/coremaker.c: Add code to mmap some data so we
21462 can check that it ends up in the core file.
21463 * gdb.base/corefile.exp: Add test to read mmapped data
21464 from core file.
21465
21466 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
21467
21468 * config/m32r.exp: New file.
21469
21470 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
21471
21472 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
21473 that cflags can contains -gstabs, and work correctly for other tests.
21474
21475 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
21476
21477 * gdb.base/setshow.exp: New file, tests show and set.
21478 * gdb.base/setshow.c: New file, tests show and set.
21479 * gdb.base/help.exp: Add test for help set|show annotate.
21480 * gdb.base/default.exp: Add test for set|show annotate.
21481
21482 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
21483
21484 * testsuite/gdb.base/break.exp: Make backtrace from factorial
21485 errors unique.
21486 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
21487 explicitly.
21488
21489 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
21490
21491 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
21492 and width commands. This is done elsewhere.
21493 * (gdb_start): Don't call gdb_start_sim here. That's already
21494 done in gdb_load. This fixes lots of failures in default.exp.
21495
21496 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
21497
21498 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
21499 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
21500 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
21501 in the same we we treat other failures (since it may be an expected
21502 condition), rather than as an error.
21503 * gdb.base/signals.exp (test_handle_all_print): Revert back to
21504 old test format.
21505
21506 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
21507
21508 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
21509 (distclean maintainer-clean realclean): No need to remove files
21510 twice. Nuke the duplicates.
21511 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
21512 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
21513 Remove config.h along with other config files.
21514
21515 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
21516
21517 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
21518 "p func1 ()" and note that rests of tests are skipped.
21519 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
21520 setup_xfails for "print func2::coremaker_local".
21521 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
21522 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
21523 affected by the previous run test.
21524 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
21525 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
21526 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
21527 "pass int powerset tuple" and "pass modeless int powerset tuple".
21528 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
21529 "real write 4" and "real write 8".
21530 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
21531 setup_xfails for "print vs1 after tuple assign 2",
21532 "print \$i after tuple assign 2", and
21533 "print vs2 after tuple assign 2".
21534 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
21535 meaningful error message and return -1 so the caller can
21536 suppress further tests and avoid a cascade of errors.
21537
21538 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
21539
21540 * gdb.base/a1-selftest.exp: Tweak tests to account for new
21541 format for printing version.
21542 * gdb.base/default.exp: Ditto.
21543 * gdb.base/interrupt.exp: Fix problem with cascade of
21544 errors if child process dies while calling a function.
21545
21546 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
21547
21548 * Makefile.in (VPATH): Add
21549 * Makefile.in (Makefile, config.status): Fix rules so things get
21550 remade when necessary.
21551
21552 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
21553
21554 * Makefile.in (just-check): Add path to sibling expect dir
21555 to environment variable specified by RPATH_ENVVAR.
21556
21557 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
21558
21559 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
21560 (just-check): Add shared library paths for libstdc++, tk,
21561 tcl, bfd, and opcodes to the environment variable specified
21562 in RPATH_ENVVAR.
21563 * configure.in: Add support to recognize --enable-shared flag
21564 and generate correct value for RPATH_ENVVAR.
21565 * configure: Regenerated with autoconf.
21566
21567 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
21568
21569 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
21570 include all osf versions.
21571 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
21572 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
21573 when target is linux. When failing to build pthreads test
21574 executable, give more meaningful message.
21575 * gdb.threads/pthreads.c: Hpux also uses old definition of second
21576 arg for pthread_create.
21577
21578 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
21579
21580 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
21581 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
21582 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
21583 and -lpthreads (everybody else).
21584 (test_startup): Fail gracefully if threads are not supported.
21585 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
21586 "p/c array_index("abcdef",2)" when not gcc compiled.
21587 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
21588 "print func2::coremaker_local" when not gcc compiled.
21589 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
21590 "ptype on opaque struct tagname (statically)",
21591 "ptype on opaque struct tagname (dynamically) 1", and
21592 "ptype on opaque struct tagname (dynamically) 2"
21593 for not compiled with gcc.
21594 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
21595 backtrace when compiled with gcc.
21596 * lib/gdb.exp (runto_main): Return result of "runto main" rather
21597 than always return success.
21598
21599 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
21600
21601 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
21602
21603 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
21604
21605 * gdb.base/structs.exp: Undo last change.
21606
21607 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
21608
21609 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
21610 encapsulate all the steps/nexts done during self test, starting
21611 at main, and makes them less sensitive to optimization issues.
21612 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21613 signal handler" test.
21614 * gdb.threads/pthreads.exp: Only run this for native configs.
21615 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21616 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21617 tests.
21618 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21619 for "runto test_calls(void)" test.
21620
21621 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
21622
21623 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21624 and don't expect address info in breakpoint confirmations.
21625
21626 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
21627
21628 * gdb.base/list.exp (test_forward_search): Increase timeout
21629 temporarily by 60 seconds for searching extremely long line,
21630 and then reset to old value when done. Increase expect input
21631 buffer to 10000.
21632
21633 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
21634
21635 * gdb.base/list.exp (test_forward_search): Fix to handle very
21636 long source line without overflowing expect's input buffer.
21637
21638 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
21639
21640 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21641 "buffer_full".
21642
21643 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21644 "buffer_full".
21645
21646 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21647 "buffer_full".
21648
21649 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21650 "buffer_full".
21651
21652 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
21653
21654 * configure.in (configdirs): Add gdb.threads.
21655 * configure: Regenerated with autoconf.
21656 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21657 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21658 * gdb.threads/configure: New, generated with autoconf.
21659
21660 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
21661
21662 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21663
21664 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
21665
21666 * gdb.base/signals.exp (test_handle_all_print): Test separately for
21667 each signal's status in the output of "handle all print".
21668 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21669 the \r\n sequence that immediately precedes the gdb prompt.
21670 * gdb.base/a1-selftest.exp: Save original timeout and restore
21671 after test.
21672
21673 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
21674
21675 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21676 symbol.
21677
21678 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
21679
21680 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21681
21682 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
21683
21684 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21685 timeout by 60 seconds.
21686
21687 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
21688
21689 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21690 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21691 error return.
21692
21693 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
21694
21695 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21696 gdb initialization, also report how long dejagnu waited. Restore
21697 old timeout before doing error return. Temporarily increase timeout
21698 by 3 minutes to allow for slow startups over heavy NFS use.
21699
21700 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
21701
21702 * lib/gdb.exp: Report timeout value for verbosity level 2.
21703 * config/gdbserver.exp: Ditto.
21704 * config/hppro.exp: Ditto.
21705 * config/mips-gdb.exp: Ditto.
21706 * config/monitor.exp: Ditto.
21707 * config/netware.exp: Ditto.
21708 * config/sim-gdb.exp: Ditto.
21709 * config/slite-gdb.exp: Ditto.
21710 * config/udi-gdb.exp: Ditto.
21711 * config/unix-gdb.exp: Ditto.
21712 * config/vx-gdb.exp: Ditto.
21713 * gdb.base/a1-selftest.exp: Ditto.
21714 * gdb.base/a2-run.exp: Ditto.
21715 * gdb.base/break.exp: Ditto.
21716 * gdb.base/corefile.exp: Ditto.
21717 * gdb.base/list.exp: Ditto.
21718 * gdb.base/recurse.exp: Ditto.
21719 * gdb.base/scope.exp: Ditto.
21720 * gdb.base/signals.exp: Ditto.
21721
21722 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21723
21724 * gdb.threads/Makefile.in (docdir): Removed.
21725
21726 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21727
21728 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
21729 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
21730 @srcdir@.
21731 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
21732 autoconf 2.5 or higher.
21733 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21734
21735 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21736
21737 * configure: Regenerated.
21738 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21739 avoid name clashes with SunOS headers.
21740
21741 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21742
21743 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21744
21745 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21746
21747 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21748 prototype information ends up in the compiler info file.
21749
21750 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21751
21752 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21753 attempting to regenerate it. Eliminate use of a temporary file
21754 and just generate the info file directly. Source it immediately,
21755 for consistency of use.
21756 * gdb.base/corefile.exp: Ditto
21757 * gdb.base/exprs.exp: Ditto.
21758 * gdb.base/funcargs.exp: Ditto.
21759 * gdb.base/langs.exp: Ditto.
21760 * gdb.base/list.exp: Ditto.
21761 * gdb.base/mips_pro.exp: Ditto.
21762 * gdb.base/nodebug.exp: Ditto.
21763 * gdb.base/opaque.exp: Ditto.
21764 * gdb.base/ptype.exp: Ditto.
21765 * gdb.base/scope.exp: Ditto.
21766 * gdb.base/setvar.exp: Ditto.
21767 * gdb.base/signals.exp: Ditto.
21768 * gdb.base/whatis.exp: Ditto.
21769 * gdb.c++/templates.exp: Ditto.
21770 * gdb.c++/virtfunc.exp: Ditto.
21771 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
21772 whether or not to add -lstdc++ to the compile command line args.
21773
21774 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21775
21776 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21777 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21778 Increase timeout, a lot of single stepping might be needed if the
21779 target has no hardware watchpoints.
21780
21781 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21782
21783 * gdb.base/break.exp: Ignore compiler warnings when compiling
21784 break.c.
21785 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21786 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21787 from remote-sim.
21788 * gdb.base/exprs.exp: Add h8300 xfails.
21789 * gdb.base/funcargs.exp: Likewise.
21790 * gdb.base/nodebug.exp: Likewise.
21791 * gdb.base/printcmds.exp: Likewise.
21792 * gdb.base/ptype.exp: Likewise.
21793 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21794 h8300 xfails.
21795 * gdb.base/return.exp: Handle float/double precision problems
21796 on the h8300.
21797 * gdb.base/funcargs.c: Explicitly make last constant argument to
21798 call_after_alloca_subr an unsigned long type.
21799 * gdb.base/return.c: Include stdio.h.
21800
21801 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21802
21803 * config/abug.exp: New file for the older Motorola Bug monitor
21804 that runs on the mvme13x series VME boards.
21805 * config/monitor.exp: Use the new config array for target settings
21806 if they exist.
21807
21808 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21809
21810 * sim-gdb.exp: Make the SH simulator allocate less space when
21811 it is targeted.
21812
21813 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21814
21815 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21816 test.
21817
21818 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21819
21820 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21821 "rs6000-*-*" for "list function in include file" when gcc compiled.
21822 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21823 for "p ctable1[120]".
21824 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21825 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21826 Remove setup_xfail for "rs6000-*-*" for
21827 "print 'scope0.c'::filelocal before run".
21828 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21829 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21830 since some compilers don't allow both options to be given
21831 on the same command line. Create object file and move it.
21832
21833 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21834
21835 * gdb.base/corefile.exp: Always regenerate the core file, since
21836 we always regenerate the coremaker program. Detect special case
21837 where registers cannot be read from core file.
21838
21839 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21840
21841 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21842 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21843 * gdb.c++/templates.exp: Only match on basename of file since
21844 some formats like xcoff don't encode directory information.
21845 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21846 and rs6000 AIX xcoff targets.
21847 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21848 * configure: Regenerate.
21849 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21850 here, rather than in distclean.
21851
21852 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21853
21854 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21855 defined, and use it to compile the test case with -O2. The
21856 native compilation still uses no optimization.
21857 * gdb.base/mips_pro.c: Remove inline assembly code since
21858 it is compiled PIC by default, which results in assembler
21859 warnings that make the testsuite think the compilation
21860 was unsuccessful.
21861
21862 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21863
21864 * gdb.c++/misc.exp: Add note to message for
21865 "print s.a for foo struct" that this is a known gcc 2.7.2
21866 and earlier bug.
21867
21868 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21869
21870 * gdb.base/break.exp: Fix pattern for matching "Delete all
21871 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21872 setup_xfail for deleting all breakpoints test. Fix various
21873 timeout messages to include "(timeout)".
21874 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21875 for "p t_float_values2(3.14159,float_val2)".
21876 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21877 for "continue to call2g" when gcc compiled.
21878 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21879 "up to foo in langs.exp", "show language at foo in langs.exp",
21880 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21881 and "show language at fsub in langs.exp".
21882 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21883 "list line 1 in include file", "list message for lines past EOF",
21884 "list function in include file", "list list0.h:foo", and
21885 "list filename:function; nonexistant function".
21886 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21887 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21888 and "ptype t_char_array" to be for native cc only.
21889
21890 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21891
21892 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
21893 setup_xfail for "print coremaker_bss", "print coremaker_ro",
21894 "print func2::coremaker_local", and "backtrace in corefile.exp".
21895
21896 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21897
21898 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21899 "bt in signals.exp". This problem only appears when running
21900 the testsuite, and then only intermittently.
21901
21902 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21903
21904 * gdb.base/return.exp (return_tests): Differentiate between
21905 two tests of continuing.
21906
21907 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21908
21909 * */Makefile.in (maintainer-clean): Remove config.log.
21910 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21911 * gdb.c++/Makefile.in (PROGS): Add inherit.
21912 (clean): Remove *.ci.
21913
21914 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21915
21916 * gdb.c++/misc.cc: Add test code from Mike Stump.
21917 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21918
21919 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21920
21921 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21922 to "alpha-*-osf2*" and add comment.
21923 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
21924 setup_xfail for "step over execarg initialization" and
21925 "step over corearg initialization".
21926 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21927 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21928 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
21929 gcc compiled for "print coremaker_bss", "print coremaker_ro",
21930 "print func2::coremaker_local", and "backtrace in corefile.exp".
21931 * gdb.base/signals.exp: Build and source signals.ci.
21932 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21933 to be for gcc only.
21934 * lib/gdb.exp: Move verbose statements outside conditionals.
21935
21936 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21937
21938 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21939 Feb 3 procfs.c change.
21940
21941 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21942
21943 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21944
21945 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21946
21947 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21948 from dejagnu's apparent default of 10 seconds, which gives random
21949 results when running the tests over NFS on moderately loaded systems.
21950 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21951
21952 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21953
21954 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21955 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
21956 result reports.
21957
21958 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21959
21960 * configure.in (CY_AC_PATH_TCLH): Remove.
21961 * configure: Regenerate.
21962
21963 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21964
21965 * gdb.c++/Makefile.in (clean): Add missing '{'.
21966
21967 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21968
21969 * lib/gdb.exp: Provide a default value for noinferior.
21970
21971 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21972 Load libgloss.exp.
21973
21974 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21975
21976 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21977 the executable, not the .o to run the tests from.
21978
21979 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21980
21981 * gdb.base/break.exp: Don't test for program exit or exit status
21982 if $noresults if nonzero.
21983 * gdb.base/langs.exp: Likewise.
21984 * gdb.base/watchpoint.exp: Likewise.
21985
21986 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21987 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21988 trying to compile the testcase.
21989
21990 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21991
21992 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21993 * gdb.base/signals.exp (continue to handler): Likewise.
21994
21995 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21996
21997 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21998
21999 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
22000
22001 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
22002
22003 * gdb.base/corefile.exp: Recognize "not found" as failure
22004 when trying to determine if a core file was generated.
22005 If no core file was generate the first time, try again without
22006 the ulimit -c to work around braindamaged shells.
22007
22008 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
22009
22010 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22011 [] tests with "test" and enclose string in quotes.
22012 * gdb.stabs/configure: Rebuild
22013
22014 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
22015
22016 Changes in sync with expect:
22017 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22018 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22019 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22020 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
22021 argument to AC_REQUIRE.
22022 * configure: Regenerated.
22023
22024 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
22025
22026 * gdb.base/corefile.exp: When generating a core, discard any
22027 error messages about ulimit not found and the "core dumped"
22028 message from the shell that runs the coredumper.
22029
22030 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
22031
22032 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22033
22034 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22035 which sed script to run. Expect failure for v_comb test
22036 on PA targets too.
22037
22038 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
22039
22040 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
22041 "print func2::coremaker_local" and for "backtrace in corefile.exp"
22042
22043 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
22044
22045 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22046 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
22047 "sparc-sun-solaris*" xfails for "p v_comb".
22048 * lib/gdb.exp (default_gdb_start): Fix typo.
22049 * gdb.base/corefile.exp: Allow "Core was generated by ..."
22050 messages to not include the full program name that caused
22051 the core dump since some systems (such as solaris) apparently
22052 truncate this path to about 80 characters.
22053 When generating a core file first try increasing the core file
22054 size limit to unlimited since some systems may default it to
22055 zero, and it is harmless to try it. Move the test for failing
22056 to generate a core file to where it will actually get executed.
22057 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22058 new gdb result from g++ debug info improvements and make old
22059 pattern obsolescent. Also account for size_t differences
22060 (may be int or long).
22061 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22062 initialization before function call is placed in the delay slot
22063 and thus appears to be skipped over by commands such as "next".
22064
22065 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
22066
22067 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22068
22069 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
22070
22071 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22072 input source file; fix code to compile test to deal with this
22073 convention.
22074 * gdb.c++/*.exp: Likewise.
22075
22076 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
22077
22078 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22079 "bt in signals.exp".
22080
22081 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
22082
22083 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22084 "step over execarg initialization" and
22085 "step over corearg initialization".
22086
22087 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
22088
22089 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22090 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
22091
22092 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
22093
22094 From Rob Savoye (rob@poseidon.cygnus.com)
22095 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22096 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22097 configure.in}, gdb.disasm/{Makefile.in, configure.in},
22098 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22099 configure.in}: Major reworking for autoconfig.
22100 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22101 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22102 New files.
22103 * config/unix-gdb.exp: Make GDB global.
22104 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22105 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22106 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22107 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22108 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22109 term.exp, twice.exp, watchpoint.exp, whatis.exp},
22110 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22111 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22112 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22113 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22114 pr-8136.exp, result.exp, string.exp, tuples.exp},
22115 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22116 to returns as necessary, arrange for test to compile own testcase
22117 executable.
22118 * lib/gdb.exp: Changes for testsuite to compile own test cases.
22119
22120 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
22121
22122 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22123 clear_xfail at end of test which might not call either pass or fail.
22124 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22125 "backtrace through signal handler".
22126
22127 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22128
22129 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22130 continuing from a job control stop signal.
22131 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22132
22133 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22134
22135 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22136 * gdb.base/corefile.exp: Likewise.
22137 * gdb.base/funcargs.exp: Likewise.
22138
22139 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22140
22141 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22142 * config/monitor.exp: Add support for setting baud rate.
22143
22144 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22145
22146 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22147 i*86-*-linux* xfails for "backtrace through signal handler".
22148 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22149 "print func2::coremaker_local".
22150 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22151 alpha-dec-osf2* xfail for
22152 "delete all breakpoints when none".
22153
22154 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22155
22156 * gdb.base/break.exp: Change test that deletes all breakpoints
22157 when no user breakpoints are installed. A post 4.15 change
22158 causes gdb to no longer prompt in this case.
22159
22160 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22161
22162 * gdb.base/return.exp (return_tests): Change xfail for test
22163 "correct value returned double test" to stop xfailing at
22164 Solaris 2.5. Apparently the bug has been fixed.
22165
22166 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22167
22168 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22169 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22170
22171 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22172
22173 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22174 * gdb.disasm/hppa.s: Corresponding changes.
22175
22176 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22177
22178 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22179 makefile fragment.
22180 * config/mt-hpux: Deleted.
22181
22182 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22183
22184 * Many files: When warning about suppressed tests due to a
22185 nonexistant test binary, avoid incrementing the warning count.
22186
22187 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22188
22189 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
22190
22191 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22192
22193 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22194 "sparc-*-solaris2*".
22195
22196 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22197
22198 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22199 Add global and local variables and initialize them.
22200 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22201 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22202 extracts the file name and terminating signal from the core file.
22203 * TODO: Remove note about tests for correct mapping of corefile.
22204 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22205 from optimizing it away.
22206 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22207 handles common blocks.
22208
22209 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22210
22211 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22212 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22213
22214 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22215
22216 * Makefile.in (maintainer-clean): New target, synonym for
22217 realclean.
22218 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22219 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22220 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22221 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22222 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22223 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22224
22225 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22226
22227 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22228 xfails when not gcc compiled for "print foo::funclocal".
22229 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22230 "print foo::funclocal at foo",
22231 "print 'scope1.c'::foo::funclocal at foo",
22232 "print foo::funclocal_bss at foo",
22233 "print 'scope1.c'::foo::funclocal_bss at foo",
22234 "print foo::funclocal_ro at foo",
22235 "print 'scope1.c'::foo::funclocal_ro at foo",
22236 "print bar::funclocal at foo" and
22237 "print 'scope1.c'::bar::funclocal at foo".
22238 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22239 gcc compiled for "print foo::funclocal at bar".
22240 Expand all messages to ensure that they identify that
22241 the test is at bar().
22242 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22243 gcc compiled for:
22244 "ptype on opaque struct pointer (statically)",
22245 "ptype on opaque struct tagname (statically)",
22246 "ptype on opaque struct pointer (dynamically) 1",
22247 "ptype on opaque struct tagname (dynamically) 1",
22248 "ptype on opaque struct pointer (dynamically) 2" and
22249 "ptype on opaque struct tagname (dynamically) 2
22250 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22251 gcc compiled for:
22252 "p datalocal"
22253 "whatis datalocal",
22254 "ptype datalocal",
22255 "p bsslocal",
22256 "whatis bsslocal", and
22257 "ptype bsslocal".
22258 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22259 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22260 when not gcc compiled.
22261 * gdb.base/funcargs.exp (float_and_integral_args): Add
22262 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22263 compiled.
22264 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
22265 "backtrace from call6a" when not gcc compiled.
22266 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22267 "backtrace from call7a" when not gcc compiled.
22268 * gdb.base/callfuncs.exp (do_function_calls):
22269 Add "hppa*-*-hpux*" xfail when not gcc compiled for
22270 "p t_char_array_values(char_array_val2,char_array_val1)",
22271 "p t_char_array_values(char_array_val1,char_array_val2)",
22272 "p t_char_array_values("carray 1","carray 2")",
22273 "p t_char_array_values("carray 1",char_array_val2)",
22274 "p t_char_array_values(char_array_val1,"carray 2")",
22275 "p sum_args(1,{2})",
22276 "p sum_args(2,{2,3})",
22277 "p sum_args(3,{2,3,4})",
22278 "p sum_args(4,{2,3,4,5})"
22279 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22280 "backtrace in corefile.exp" when not gcc compiled.
22281
22282 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22283
22284 * gdb.base/signals.exp: Rewrite `handle all print' test as
22285 a procedure. Accept blanks or TABs as whitespace, increase
22286 timeout and expect input buffer size for the large output
22287 from the command. Remove "i*86-*-bsdi2.0" xfail.
22288
22289 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22290
22291 * gdb.base/setvar.exp: Add new testcases for truncation when
22292 assigning invalid values to bitfields.
22293
22294 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
22295
22296 * gdb.base/callfuncs.exp (do_function_calls): Remove
22297 mips-sgi-irix* xfail for
22298 "call inferior func with struct - returns char *"
22299 and fix test so that an optional (unsigned char *) cast is
22300 accepted in the result.
22301
22302 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
22303
22304 * gdb.base/funcargs.exp (float_and_integral_args): Remove
22305 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22306 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22307 * gdb.base/signals.exp: Remove duplicate "handle all print" test
22308 that accidentally got checked in.
22309
22310 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
22311
22312 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
22313 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22314 compiled test.
22315 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22316 Add mips-sgi-irix5* xfail for not gcc compiled.
22317 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
22318 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22319 "p top", "whatis top", "p middle", and "whatis middle".
22320 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
22321 "whatis signed char" for not gcc compiled.
22322 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
22323 "set variable signed char=-1 (-1)" and
22324 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
22325 * gdb.base/funcargs.exp (float_and_integral_args):
22326 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
22327 Add mips-sgi-irix* xfail when not gcc compiled for
22328 "continue to call2b".
22329 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
22330 "continue to call2g".
22331 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
22332 "backtrace from call6a"
22333 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
22334 "backtrace from call7k".
22335 Add mips-sgi-irix5* xfail when not gcc compiled for
22336 "backtrace from call7a".
22337 (localvars_after_alloca): Fix gdb_test cmds for
22338 "print * after runto ...".
22339 Remove rs6000-*-* xfails for
22340 "print i after runto localvars_after_alloca" and
22341 "print l after runto localvars_after_alloca"
22342 for all compilers.
22343 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
22344 when not compiled with gcc, for:
22345 "print signed char == (minus)",
22346 "print signed char != (minus)",
22347 "print signed char < (minus)",
22348 "print signed char > (minus)".
22349 * gdb.base/callfuncs.exp (do_function_calls):
22350 Add mips-sgi-irix* xfail, when compiled with native compiler, for
22351 "call inferior func with struct - returns char *".
22352 * gdb.base/return.exp (return_tests): Change xfail for
22353 "correct value returned double test" to include Solaris 2.4.
22354 * gdb.base/funcargs.exp (float_and_integral_args):
22355 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22356
22357 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22358
22359 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
22360 enumeration bitfields if compiling with GNU C.
22361 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
22362 to empty' prompt.
22363
22364 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
22365
22366 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
22367 test for PRO targets.
22368
22369 * gdb.base/funcargs.exp: Avoid ever setting more than 8
22370 breakpoints in the inferior at any given time by making
22371 two groups of breakpoints for call2*, call6* and call7*
22372 tests.
22373
22374 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22375
22376 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
22377 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
22378 from optimizing it away.
22379 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
22380 "call inferior func with struct".
22381
22382 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
22383
22384 * configure.in: Only configure gdb.chill for particular targets.
22385
22386 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
22387
22388 * gdb.base/Makefile.in: Add action to .c.o transformation
22389 rule that generates a .ci file for each .o file and remove
22390 explicit .c.o rules except for callfuncs.o.
22391 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
22392 generates a .ci file for each .o file and remove explicit
22393 .cc.o rules.
22394 (clean): Remove *.tmp *.ci files.
22395 (EXECUTABLES): Remove templ-info.exp.
22396 * gdb.base/compiler.c: New file.
22397 * gdb.c++/compiler.cc: New file
22398 * gdb.base/scope.exp: Source gdb.base/scope.ci.
22399 Change rs6000-*-* xfail for
22400 "print 'scope0.c'::filelocal_ro" and
22401 "print 'scope1.c'::filelocal" and
22402 "print 'scope1.c'::filelocal_bss" and
22403 "print 'scope1.c'::filelocal_ro" and
22404 "print 'scope1.c'::foo::funclocal" and
22405 "print 'scope1.c'::foo::funclocal_ro" and
22406 "print 'scope1.c'::bar::funclocal" and
22407 "print 'scope0.c'::filelocal_ro" and
22408 "print 'scope1.c'::filelocal at foo" and
22409 "print 'scope1.c'::filelocal_bss at foo" and
22410 "print 'scope1.c'::filelocal_ro at foo" and
22411 "print 'scope1.c'::foo::funclocal at foo" and
22412 "print 'scope1.c'::foo::funclocal_bss at foo" and
22413 "print 'scope1.c'::foo::funclocal_ro at foo" and
22414 "print 'scope1.c'::bar::funclocal at foo" and
22415 "print 'scope0.c'::filelocal_ro" and
22416 "print 'scope1.c'::filelocal" and
22417 "print 'scope1.c'::filelocal_bss" and
22418 "print 'scope1.c'::filelocal_ro" and
22419 "print 'scope1.c'::foo::funclocal" and
22420 "print 'scope1.c'::foo::funclocal_bss" and
22421 "print 'scope1.c'::foo::funclocal_ro" and
22422 "print 'scope1.c'::bar::funclocal" and
22423 "print 'scope1.c'::bar::funclocal_bss"
22424 to only be xfail'd when not compiled with gcc.
22425 Add rs6000-*-* xfail for
22426 "print 'scope0.c'::filelocal_bss before run"
22427 when compiled with gcc.
22428 (test_at_main): Add rs6000-*-* xfail for
22429 "print filelocal_ro in test_at_main"
22430 when compiled with gcc.
22431 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
22432 Add rs6000-*-aix* xfail for
22433 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
22434 "ptype t_char_array", not compiled with gcc.
22435 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
22436 xfail for "list foo (in include file)" when gcc compiled.
22437 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
22438 (integral_args): Add rs6000-*-* xfail for
22439 "run to call0a" if not compiled with gcc.
22440 (unsigned_integral_args): Add rs6000-*-* xfail for
22441 "run to call1a" if not compiled with gcc.
22442 (float_and_integral_args): Add rs6000-*-* xfail for
22443 "run to call2a" if not compiled with gcc and for
22444 "continue to call2b" for any compiler.
22445 Add rs6000-*-* xfail to
22446 "print f1 after run to call2a" for gcc compiled.
22447 (discard_and_shuffle): Add rs6000-*-* xfail for
22448 "run to call6a".
22449 (shuffle_round_robin): Add rs6000-*-* xfail for
22450 "backtrace from call7a" if not compiled with gcc.
22451 Add rs6000-*-* xfail for
22452 "backtrace from call7b" if compiled with gcc.
22453 (call_after_alloca): Add rs6000-*-* xfail for
22454 "print c in call_after_alloca" and
22455 "print s in call_after_alloca" and
22456 "backtrace from call_after_alloca_subr"
22457 if not compiled with gcc.
22458 (localvars_in_indirect_call): Add rs6000-*-* xfail for
22459 "print c in localvars_in_indirect_call" and
22460 "print c in localvars_in_indirect_call" and
22461 "backtrace in indirectly called function" and
22462 "stepping into indirectly called function"
22463 if not compiled with gcc.
22464 (localvars_after_alloca): Add rs6000-*-* xfail for
22465 "print c after runto localvars_after_alloca" and
22466 "print s after runto localvars_after_alloca" and
22467 "print i after runto localvars_after_alloca" and
22468 "print l after runto localvars_after_alloca"
22469 for all compilers.
22470 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22471 than whatis-info.exp.
22472 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22473 than opaque-info.exp.
22474 Setup rs6000-*-* xfail for
22475 "ptype on opaque struct pointer (statically)" and
22476 "ptype on opaque struct pointer (dynamically)" when
22477 not compiled with gcc.
22478 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22479 rather than callf-info.exp.
22480 (do_function_calls): Add clear_xfail for rs6000-*-* for
22481 "p t_float_values2(3.14159,float_val2)". Seems to work
22482 fine there, both with xlc and gcc. Need to find out what
22483 it is doing right and fix other platforms.
22484 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22485 "call inferior func with struct - returns int",
22486 "call inferior func with struct - returns long",
22487 "call inferior func with struct - returns float",
22488 "call inferior func with struct - returns double",
22489 "call inferior func with struct - returns char *",
22490 but only if not gcc compiled (presumes xlc compiled).
22491 Change rs6000-*-* xfails for
22492 "call inferior func with struct - returns char" and
22493 " call inferior func with struct - returns short" to only
22494 xfail if not using gcc.
22495 (clean mostlyclean): Remove *.ci and *.tmp files.
22496 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22497 than templ-info.exp.
22498 * gdb.base/langs.exp: Source gdb.base/langs.ci.
22499 Add rs6000-*-* xfail for "up to foo in langs.exp"
22500 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
22501 when not gcc compiled.
22502
22503 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22504
22505 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
22506 * gdb.base/corefile.exp: Likewise.
22507 * gdb.base/list.exp: Likewise.
22508 * gdb.base/scope.exp: Likewise.
22509 * gdb.base/siganls.exp: Likewise.
22510
22511 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
22512 compiler output.
22513 * gdb.base/whatis.exp: Likewise.
22514
22515 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
22516
22517 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
22518 failure (opcode table has been fixed to match reality).
22519
22520 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
22521
22522 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
22523 "call inferior func with struct - returns char",
22524 "call inferior func with struct - returns short"
22525
22526 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
22527 "print 'scope0.c'::filelocal at main",
22528 "print 'scope0.c'::filelocal_bss in test_at_main",
22529 "print 'scope0.c'::filelocal at foo",
22530 "print 'scope0.c'::filelocal_bss in test_at_foo",
22531 "print 'scope0.c'::filelocal at bar",
22532 "print 'scope0.c'::filelocal_bss in test_at_bar"
22533
22534 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
22535 in source file 1". This bug seems to have been fixed with both
22536 gcc and native cc (was native assembler bug?).
22537
22538 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
22539
22540 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
22541 "backtrace through signal handler" to "i*86-*-sysv4*".
22542 * gdb.base/signals.exp: Add xfail for "'next' behaved as
22543 continue" case. Add "known SVR4 bug" to fail message.
22544 Add "i*86-*-bsdi2.0" xfail for "handle all print".
22545 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
22546 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
22547 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
22548 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
22549 "up to foo in langs.exp", "show language at foo in
22550 langs.exp", "up to cppsub_ in langs.exp", "show
22551 language at cppsub_ in langs.exp", "up to fsub in
22552 langs.exp", and "show language at fsub in langs.exp".
22553 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
22554 "bactrace in corefile.exp".
22555 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
22556 "call inferior function with struct - returns float" and
22557 "call inferior function with struct - returns double".
22558
22559 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
22560
22561 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
22562 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
22563 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
22564 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
22565
22566 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
22567
22568 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
22569 (or overriden) "CHILL" macro rather then bare "gcc".
22570 Also look for ../../gcc/xgcc since that is what we will
22571 actually need, not "Makefile". Remove following assignment
22572 of CHILL to CHILL_FOR_TARGET because that results in
22573 recursive definition.
22574
22575 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
22576
22577 * gdb.base/corefile.exp: Change xfail for backtrace in
22578 corefile.exp from linuxaout to all linux.
22579 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
22580 cases where we miss the breakpoint at the signal handler
22581 for some reason. Setup xfail for linuxoldld/linuxaout and
22582 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
22583 hitting SIGURG breakpoint.
22584 * gdb.base/signals.exp: Setup xfail for "next" acting like
22585 continue to add linuxoldld. Setup xfail for all linux for
22586 "next to handler in signals_tests_1", "backtrace in
22587 signals_tests_1", "continue to func1", "pass SIGUSR1",
22588 and continue to handler".
22589
22590 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
22591
22592 * Update all FSF addresses except those in COPYING* files.
22593
22594 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
22595
22596 * gdb.base/a2-run.exp: Change messages to be more explicit about
22597 the status of args, and quote binfile in results.
22598
22599 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
22600
22601 * gdb.base/callfuncs.exp: Add tests for passing structs to
22602 inferior functions and return various types.
22603 * gdb.base/callfuncs.c: Add functions to receive a struct
22604 and return a member of the struct, in various types.
22605
22606 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22607
22608 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
22609
22610 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
22611
22612 * config/vxworks29k.exp: New file, sources vxworks.exp.
22613
22614 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22615
22616 * config/gdbremote.exp: New file. Testing framework using
22617 gdbserver.
22618
22619 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
22620
22621 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22622 "call function when asleep" and "send end of file".
22623 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22624 for "backtrace in corefile.exp".
22625 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22626 for "backtrace through signal handler".
22627 * gdb.base/corefile.exp: Make sure we actually generate a core file
22628 before trying the core tests. Some systems allow the user to suppress
22629 generation of core files and default to that (linux for example).
22630 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22631 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
22632
22633 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22634
22635 * gdb.threads: New directory with some crude multi-threaded
22636 gdb tests (step.exp and step2.exp).
22637 * config/mt-lynx (STEP_EXECUTABLE): Define.
22638 (THREADFLAGS): Define.
22639
22640 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
22641
22642 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22643
22644 * gdb.base/signals.exp: Disable whole file for lynx until
22645 further notice.
22646
22647 * gdb.base/signals.exp: xfail test where "next" acts like
22648 "continue" for lynx.
22649
22650 * gdb.base/interrupt.exp: xfail test for calling function while
22651 inferior is asleep for lynx.
22652
22653 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22654 than one cr-lf after each command.
22655
22656 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22657
22658 * configure.in: Reinstate setting of stabsdirs variable, fix
22659 typo in setting up configdirs for native builds.
22660
22661 * gdb.base/return.exp: Fix typo in return double test.
22662 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
22663 compiler from optimizing them away.
22664
22665 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
22666
22667 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22668 sequences to be echo'd by gdb when using gdb_test.
22669 * gdb.chill/chexp.exp: Likewise.
22670 * gdb.fortran/exprs.exp: Likewise
22671
22672 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22673
22674 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22675 after the inferior gdb has started.
22676
22677 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22678 after each command.
22679 * gdb.base/funcargs.exp: Likewise.
22680 * gdb.base/gdbvars.exp: Likewise.
22681 * gdb.base/interrupt.exp: Likewise.
22682 * gdb.base/list.exp: Likewise.
22683 * gdb.base/watchpoint.exp: Likewise.
22684 * gdb.c++/demangle.exp: Likewise.
22685 * gdb.c++/inherit.exp: Likewise.
22686 * gdb.chill/chexp.exp: Likewise.
22687 * gdb.fortran/exprs.exp: Likewise.
22688
22689 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22690 test if we can't handle IO to/from the inferior.
22691
22692 * gdb.c++/misc.exp: Always check for a program already being
22693 started after sending a "run" command to gdb.
22694
22695 * gdb.base/twice.exp: Start with a fresh gdb.
22696
22697 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22698 only depend on gdb's expression code, not the chill runtime.
22699
22700 * gdb.base/return.c: Put return values into variables so we
22701 can have gdb print them rather than depending on the program
22702 to print them.
22703 * gdb.base/return.exp: Corresponding changes.
22704
22705 * lib/gdb.exp: Provide default value for noinferiorio.
22706 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22707 the inferior.
22708
22709 * gdb.base/break.exp: Always check for a program already being
22710 started after sending a "run" command to gdb.
22711 (text_next_with_recursion): Don't check the output from the
22712 program's printf statement. Instead just make sure the program
22713 exited.
22714
22715 * gdb.base/commands.exp: Protect tests which need arguments with
22716 $noargs conditionals.
22717
22718 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22719
22720 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22721 of structure member arrays to match gdb/valops.c:value_addr change.
22722
22723 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22724
22725 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22726 cases.
22727
22728 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22729
22730 * configure.in (configdirs): Remove gdb.chill from default list
22731 of subdirs and then add it back in only if doing a native build.
22732 The current chill compiler does not yet work in any cross build.
22733 * Revert all signal changes from Jul 6.
22734 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22735 for sh-hms targets, allowing these tests to link, with no other
22736 changes. Testing is suppressed by setting "nosignals" in site.exp.
22737
22738 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22739
22740 * configure.in (signaldirs): Define and add to configdirs for all
22741 targets except some specific ones that are known to not support signals.
22742 Also clean up formatting.
22743 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22744 (signals, sigall): Remove rules to build.
22745 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22746 Moved to new gdb.signals directory.
22747 * gdb.signals: New test directory.
22748 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22749 signals.c signals.exp}: New or moved files.
22750
22751 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22752
22753 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22754
22755 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22756
22757 * gdb.base/return.exp: Xfail `return double' test failure
22758 on at least Solaris 2.3 and handle future/past versions on
22759 a case by case basis as appropriate. Also update message
22760 to include i*86 failures.
22761
22762 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22763
22764 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22765
22766 * lib/gdb.exp: Fix comment which erroneously identified
22767 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22768 gdb_file_cmd not gdb_load).
22769 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22770
22771 * gdb.base/setvar.exp: Make test names consistent between pass and
22772 fail cases. Use gdb_test more.
22773
22774 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22775
22776 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22777
22778 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22779
22780 * gdb.base/help.exp: Fix expected help string for `show commands'.
22781
22782 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22783
22784 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22785
22786 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22787 of a text section.
22788
22789 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22790
22791 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22792 that loop eventually terminates. Fix Connection refused logic so
22793 that testsuite will expire nicely.
22794
22795 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22796
22797 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22798 config/rom68k.exp: New tcl glue for the appropriate monitors.
22799 These all just end up calling monitor.exp.
22800 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22801 refused' by retrying. Cleanup some timeout issues.
22802 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22803 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22804 callers don't have to set/restore global timeout variable.
22805
22806 * The following set of changes centralizes management of the global
22807 timeout variable. This way, it can be set in one target dependent
22808 place instead of dozens of places scattered throughout the test suite.
22809 If you need to lengthen a timeout, then you should either set timeout
22810 in one of the config/{target}.exp files, or multiply it by a factor.
22811 Setting it to an absolute value is always going to lose for some
22812 targets.
22813 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22814 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22815 * gdb.base/funcargs.exp: Don't set timeout.
22816 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22817 * gdb.base/printcmds.exp (test_print_string_constants
22818 test_print_array_constants): Don't set timeout.
22819 * gdb.base/ptype.exp: Don't set timeout.
22820 * gdb.base/recurse.exp: Don't set timeout.
22821 * gdb.base/return.exp: Don't set timeout.
22822 * gdb.base/watchpoint.exp: Don't set timeout.
22823 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22824 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22825
22826 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22827
22828 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22829
22830 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22831
22832 * lib/gdb.exp: Disable chill tests for irix5.
22833
22834 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22835
22836 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22837 each test pass or fail.
22838
22839 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22840
22841 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22842 xlc not gcc.
22843
22844 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22845
22846 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22847
22848 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22849
22850 * config/est.exp: Fix copyright and comments. Remove dead code.
22851 Use targetname, serialport and baud variables instead of fixed
22852 constants.
22853 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22854 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22855
22856 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22857
22858 * gdb.base/watchpoint.exp: Don't run
22859 test_watchpoint_triggered_in_syscall for sunos.
22860
22861 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22862
22863 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22864 they don't seem to exist. Do include stdio.h.
22865
22866 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22867
22868 * gdb.base/a1-selftest.exp: Add alpha xfail.
22869
22870 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22871
22872 * gdb.base/watchpoint.c (main): Prompt before calling read().
22873 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22874 Revise accordingly. Remove cruft about sending "123" several
22875 times, until it gets noticed. Clean up the "print buf[0]" stuff
22876 so that it passes or fails, and waits for prompts in the usual way.
22877
22878 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22879
22880 * gdb.base/recurse.exp: Fix comment.
22881
22882 * TODO: Remove item about printing variables in nodebug.exp. Add
22883 item about enabling tests which are only run on some targets.
22884
22885 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22886 fail, make test names unique, use new gdb_test convention
22887 regarding pattern, use gdb_test more, etc.).
22888
22889 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22890 fail, make test names unique, etc.).
22891
22892 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22893
22894 * gdb.base/nodebug.c: Change return type of top and middle to
22895 short.
22896 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22897 are fixed by the recent mdebugread.c changes. Allow `short ()'
22898 as type for top and middle.
22899
22900 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22901
22902 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22903 nearly as I can tell, the whole thing was an accident in Stu's
22904 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22905 to replace a send/expect pair with gdb_test, but ended up only
22906 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22907 of 30 Mar 1995 took care of it, but left this vestigial comment
22908 which I am now nuking.
22909
22910 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22911
22912 * gdb.base/break.exp: Look for different line number for
22913 breakpoint at main depending on usestubs.
22914
22915 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22916
22917 * gdb.base/list.exp: Adjust some alternate expect patterns to
22918 match recent list0.c change. Add alternate expect pattern for
22919 output from `list default lines around main' for optimizing
22920 compilers.
22921
22922 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22923
22924 * lib/gdb.exp: If nosignals is not set, set it to 0.
22925
22926 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22927
22928 * config/slite-gdb.exp: Responds to load symbol table prompt.
22929 * gdb.base/break.exp: Adjust line number, fix rerun.
22930 * gdb.base/langs0.c: Add #ifdef usestubs.
22931
22932 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22933
22934 * gdb.base/list.exp: Adjust line contents after adding new lines in
22935 list0.c. Also fix a syntax error.
22936
22937 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22938 * gdb.base/break.exp: ditto.
22939 * gdb.base/list.exp: ditto.
22940 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22941 * gdb.base/run.c: ditto.
22942 * gdb.base/list0.c: ditto.
22943 * gdb.base/funcargs.c: ditto.
22944
22945 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22946
22947 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22948 $targetname, $serialport and $baud instead of hardwired variables.
22949 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22950 target doesn't support signals.
22951
22952 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22953
22954 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22955
22956 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22957
22958 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22959 Don't rely on the value of an auto variable before it has been
22960 initialized. Use gdb_test more.
22961
22962 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22963
22964 * lib/gdb.exp (default_gdb_version): A version number must start
22965 with a digit, but other than that contains all characters up to
22966 the first whitespace character.
22967
22968 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22969
22970 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22971
22972 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22973
22974 * gdb.c++/*.exp: Warn if executable does not exist. The original
22975 reason for skipping the warning was that configure.in sometimes
22976 intentionally skipped building the executables but the tcl code
22977 had no way of knowing. That (a) was always bogus with respect to
22978 error handling, (b) is no longer true (right now there is no way
22979 to skip C++ tests).
22980
22981 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22982
22983 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22984
22985 * gdb.base/list.exp: Add expect patterns for output from
22986 SunPRO compiled executables.
22987 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22988 types.
22989
22990 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22991
22992 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22993 number (we are already testing that the correct source line text
22994 gets printed).
22995
22996 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22997 that is what is intended, but something needed to be done to get
22998 sunos4 native working again.
22999
23000 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23001
23002 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23003 apparently went with a (very) old xfail.
23004
23005 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
23006
23007 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23008 runto_main is a proc in gdb.exp that will do 'step' for target use
23009 stubs.
23010 * gdb.base/exprs.exp: ditto.
23011 * gdb.base/interrupt.exp: ditto.
23012 * gdb.base/opaque.exp: ditto.
23013 * gdb.base/printcmds.exp: ditto.
23014 * gdb.base/ptype.exp: ditto.
23015 * gdb.base/scope.exp: ditto.
23016 * gdb.base/setvar.exp: ditto.
23017 * gdb.base/signals.exp: ditto.
23018 * gdb.base/twice.exp: ditto.
23019 * gdb.c++/classes.exp: ditto.
23020 * gdb.c++/inherit.exp: ditto.
23021 * gdb.c++/templates.exp: ditto.
23022 * gdb.base/break.exp: no run and hit main for stubs. Change line
23023 numbers for breakpoints and info breakpoint.
23024 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23025 breakpoint().
23026 * gdb.base/callfuncs.c: ditto.
23027 * gdb.base/exprs: ditto.
23028 * gdb.base/interrupt.c: ditto.
23029 * gdb.base/opaque0.c: ditto.
23030 * gdb.base/printcmds.c: ditto.
23031 * gdb.base/ptype.c: ditto.
23032 * gdb.base/scope0.c: ditto.
23033 * gdb.base/setvar.c: ditto.
23034 * gdb.base/signals.c: ditto.
23035 * gdb.base/twice.c: ditto.
23036 * gdb.c++/misc.cc: ditto.
23037 * gdb.c++/templates.cc: ditto.
23038
23039 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23040
23041 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23042
23043 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23044 somewhere between `read' and `main.c'. I'm pretty sure the
23045 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23046 and it isn't particularly useful.
23047
23048 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
23049
23050 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23051
23052 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23053
23054 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
23055
23056 * config/mt-slite: add LIBS and -nostdlib.
23057 * config/slite-gdb.exp: add this new file to support sparclite target.
23058
23059 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
23060
23061 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23062
23063 * gdb.base/a2-run.exp: Change argument to istarget from
23064 "*-*-vxworks" to "*-*-vxworks*".
23065 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23066
23067 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
23068
23069 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23070 will not runto main but do a 'step' to step out of breakpoint().
23071 * config/mt-slite: add -Dusestubs.
23072
23073 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23074
23075 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23076 instead of just @.
23077
23078 * gdb.base/signals.exp: Add test for "handle all print".
23079 * TODO: Remove "handle all print". Also remove item about
23080 checking copyright date (I don't like the idea of a spurious FAIL
23081 based on when we run the tests).
23082
23083 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
23084 for SunOS4 (reason for failure not investigated). Remove
23085 redundant test for $binfile.
23086
23087 * gdb.base/nodebug.c (array_index): Call malloc.
23088
23089 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23090
23091 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
23092
23093 * gdb.base/recurse.exp: Update gdb_test invocation to use new
23094 conventions and slightly simplify the matching regexp.
23095
23096 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23097
23098 * gdb.base/break.exp: Update gdb_test invocation to use new
23099 convention.
23100
23101 * lib/gdb.exp: If noargs is not set, set it to 0.
23102
23103 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
23104 tests unique.
23105
23106 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23107
23108 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23109
23110 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23111 one argument of type "<non-float parameter>".
23112
23113 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
23114
23115 * config/rom68k.exp: New file to support Motorola IDP board.
23116 * gdb.base/a2-run.exp: Skip this file if noargs is set.
23117 * gdb.base/break.c: Change things around so that this program
23118 doesn't depend upon args. This is necessary to make remote
23119 targets work (in general, they can't take args).
23120 * gdb.base/break.exp: Don't try to send args to program. Don't
23121 expect output. Also, replace lots of code with gdb_test.
23122
23123 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23124
23125 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23126 printing of '\'' (which is what the comment says we are testing,
23127 even though we were not), not '''.
23128 (test_integer_literals_rejected): Test that printing ''' is an error.
23129
23130 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23131 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23132 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23133 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23134 Use gdb_test not test_print_accept.
23135 * lib/gdb.exp: Remove test_print_accept.
23136
23137 * gdb.base/signals.exp (signal_tests_1): Make pass message
23138 consistent with fail message.
23139
23140 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23141 unsigned char; the bug (PR 1821) is fixed.
23142
23143 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23144
23145 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23146 successful tests--makes xfailing them work right.
23147
23148 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23149
23150 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23151 only \r\n, not .*. The test can pass .* as the last thing in
23152 $pattern if that is what it wants. In addition to providing this
23153 flexibility, this change should speed up pattern matching in cases
23154 where the pattern already ended with .* (there were a number of
23155 them). This change also helps catch bad patterns--in the old
23156 scheme the typo "char \*" instead of "char \\*" would pass. Now
23157 it is caught.
23158 * Many .exp files: Update callers.
23159
23160 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23161 clearer and does not spuriously match multiple ('s. Likewise for
23162 ) and *.
23163
23164 * gdb.base/nodebug.exp: Test ability to call a function and pass
23165 it a string (even with no debugging info).
23166
23167 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23168 "p '\'", which is the same as "p ''" once tcl gets done with
23169 quoting, to "p '\\'", which I suspect is what is intended (one
23170 backslash gets sent to GDB).
23171
23172 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23173
23174 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23175
23176 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23177 1817) was fixed literally years ago.
23178
23179 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23180
23181 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23182 test, it causes stepping out of call_after_alloca_subr with
23183 optimizing compilers.
23184 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23185 fails.
23186
23187 * gdb.c++/templates.exp: Source templ-info.exp only if
23188 the templates executable exists.
23189
23190 * gdb.c++/misc.cc (class Contains_static_instance,
23191 class Contains_nested_static_instance),
23192 gdb.c++/classes.exp (test_static_members): Test printing of
23193 a class that contains a static instance of the class.
23194
23195 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23196
23197 * gdb.base/langs2.c (cppsub_): Don't prototype.
23198 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23199 only, I believe).
23200
23201 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23202
23203 * lib/gdb.exp (skip_chill_tests): New procedure.
23204
23205 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23206
23207 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23208
23209 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23210 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23211
23212 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23213
23214 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23215
23216 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23217 disassemble 8, not 16, instructions for part 4.
23218
23219 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23220 support the latter anymore.
23221
23222 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23223 -DNO_PROTOTYPES.
23224 * gdb.base/callfuncs.c: Control use of prototypes based on
23225 NO_PROTOTYPES, not __STDC__.
23226 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23227 t_float_values2 tests if prototypes in use.
23228
23229 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23230 t_double_values): When checking differences against DELTA, check
23231 that difference is within the range (-DELTA,DELTA), not just
23232 (-infinity,DELTA).
23233
23234 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23235
23236 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23237 'file' command firts, then 'target', then 'load', this is due to gdb
23238 target set up.
23239 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23240
23241 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23242
23243 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23244 FP load/store variants.
23245 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23246
23247 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23248
23249 * gdb.base/term.exp: Do not give a warning if not native, it is
23250 not an abnormal condition.
23251
23252 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23253
23254 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23255 t_char_array".
23256
23257 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23258
23259 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23260 are getting the version number.
23261
23262 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23263 if not native, it is not an abnormal condition.
23264
23265 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23266
23267 * lib/gdb.exp: Just use "file exists", rather than undocumented
23268 dejagnu procedure "findfile".
23269
23270 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23271
23272 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23273 (LDFLAGS): Set to -Xlinker -Ur.
23274
23275 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23276 Removed, these values are set by lib/gdb.exp.
23277
23278 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23279
23280 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23281
23282 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23283 of replicating gdb startup code.
23284
23285 * config/mt-vxworks (LDFLAGS): Set to -r.
23286 (CFLAGS_FOR_TARGET): Removed.
23287
23288 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23289 (gdb) and gdb for vxworks uses (vxgdb).
23290
23291 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23292 executable is not in the tree and host != target, use sed and
23293 program_transform_name to determine the gdb name used by the
23294 target.
23295
23296 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23297 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23298
23299 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23300
23301 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23302 floats, chars, and shorts where there are ANSI-style function
23303 definitions.
23304
23305 * gdb.base/langs.exp, gdb.base/langs*: New test.
23306 * gdb.base/Makefile.in: Build it.
23307 * TODO: Remove item about checking that C names don't get C++
23308 demangling applied; this test tests it.
23309
23310 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23311
23312 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23313 went with the const70 xfail. The xfail went away a year ago.
23314
23315 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23316
23317 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
23318 for hp300.
23319
23320 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
23321
23322 * gdb.base/a1-selftest.exp: Don't run on hp300.
23323
23324 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23325
23326 * Makefile.in (site.exp): Set host_alias and target_alias as well
23327 as host_triplet and target_triplet.
23328
23329 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23330
23331 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
23332
23333 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
23334 places as other ecoff systems).
23335
23336 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
23337 ultrix.
23338
23339 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23340
23341 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
23342 remove them.
23343 * gdb.base/nodebug.exp: Accept "function" in addition to "text
23344 variable and "variable" in addition to "data variable".
23345 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
23346
23347 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
23348 2.
23349 * gdb.base/list1.c (long_line): Add additional statement at start
23350 of function.
23351 * gdb.base/list.exp (test_forward_search): Update line number to
23352 reflect new statement.
23353
23354 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23355
23356 * gdb.base/signals.exp: Reinitialize searched source directories
23357 after gdb_start call.
23358
23359 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
23360
23361 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
23362 * gdb.stabs/Makefile.in: Likewise.
23363
23364 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
23365 change. Instead split the tests into smaller pieces.
23366 * gdb.disasm/hppa.s: Corresponding changes.
23367
23368 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23369
23370 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23371 Quote ^C when passing it to stty. For some shells ^ is a pipe.
23372
23373 * gdb.base/funcargs.exp: Modify many tests so that every test
23374 either passes or fails. Make some test names unique.
23375
23376 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23377
23378 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23379 Call stty to set interrupt character.
23380
23381 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
23382 for HP assembler versus GNU assembler based on actual behavior of
23383 $(CC), rather than assuming that $(AS) is always the GNU assembler.
23384
23385 * TODO: Suggest a few more stepping tests.
23386
23387 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
23388
23389 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
23390 restart GDB for h8300 after a continue.
23391 (return): Add pattern to match a29k-udi behavior.
23392 * gdb.base/nodebug.exp: Remove obsolete comment.
23393 * gdb.base/regs.exp: New file, testing of register displays.
23394 * gdb.base/return.exp: Fix typo in reference to $objdir.
23395 * gdb.base/whatis.exp: Always start with a fresh GDB.
23396
23397 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23398
23399 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
23400 higher, these tests generate a lot of output.
23401
23402 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23403
23404 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
23405 code following the catch silently ignored some errors; without the
23406 catch they should be thrown like any other tcl error. Also, the
23407 catch used "" instead of {} which meant all the callers who wanted
23408 to include one of the characters "[]$ had to quote it an extra time.
23409 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
23410 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
23411 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
23412 Remove extra quoting.
23413
23414 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
23415
23416 * gdb.base/commands.exp: Make test names unique; every test either
23417 passes or fails. Update some comments.
23418
23419 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
23420
23421 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23422
23423 The following fixes a FAIL caused by the fact that the alpha stabs
23424 configuration didn't use the ".if alpha" code in weird.def.
23425 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
23426 bit pointer, so the 32 bit version works even on the alpha.
23427 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
23428 Remove the stuff which allowed us to have separate versions for
23429 alpha and everything else.
23430
23431 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
23432 regexp which "info func operator\[\](" is supposed to match. Fix
23433 string to send to GDB. Note that GDB still doesn't work right. Add a
23434 new test for "info func .perator\[\](" which GDB does handle correctly.
23435
23436 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
23437
23438 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23439
23440 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
23441 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
23442 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
23443 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
23444 it makes the tests harder to understand and confuses test-o-matic.
23445 The preferred style is that each test provides a PASS or a FAIL,
23446 and has a unique message (e.g. "continue #54" not just "continue")
23447 which is the same for the pass and the fail.
23448 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23449 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
23450 to lib/gdb.exp.
23451 * gdb.base/printcmds.exp: Use test_print_accept. Remove
23452 prt_accept which was basically the same thing. Likewise for
23453 test_print_reject and prt_reject.
23454 * lib/gdb.exp (test_print_reject): Add some more error message
23455 patterns to match from the former printcmds.exp (prt_reject).
23456 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
23457 One defect of the passcount stuff is that some of it failed to
23458 report XPASS where appropriate.
23459 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23460 stuff before and after arg in expected pattern.
23461 (test_paddr_operator_functions): Re-do test without print_addr_of;
23462 this is the only test which seems to want extra stuff there.
23463
23464 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23465
23466 * gdb.base/nodebug.exp: Update new tests to reflect improved
23467 wording of gdb output.
23468
23469 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23470 and "ptype" work on variables in files compiled without -g.
23471 Replaces commented out "maint print msymbol" tests.
23472
23473 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23474
23475 * gdb.base/setvar.c (dummy): Call malloc.
23476
23477 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23478 losing with the irix4 sed.
23479
23480 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23481 ALRM" on irix4.
23482
23483 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23484
23485 * TODO: Remove items about corefile.exp testing new exec-file and
23486 backtrace; both are now done. Add items about printing enums.
23487
23488 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23489
23490 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23491 "get signal $thissig" test fails.
23492
23493 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23494
23495 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23496
23497 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23498 compiler warning with dec alpha compiler.
23499
23500 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
23501 extra \n from gdb_test call (this explains why the prompt test
23502 that I removed yesterday was there).
23503 (user_defined_command_test): Remove extra \n and prompt test.
23504
23505 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
23506 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
23507 doesn't exist.
23508 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
23509 Also remove alpha workaround, which turns out to be because
23510 SIGABRT == SIGLOST.
23511
23512 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
23513
23514 * gdb.base/help.exp: Don't test "help show".
23515
23516 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23517
23518 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
23519 "set print address" is on.
23520 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
23521 pass prompt to gdb_test; gdb_test already looks for the prompt.
23522
23523 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
23524
23525 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
23526 was a vestige of the manual TESTSTRATEGY, and the purpose of it
23527 was to make sure that gdb can read a core file. But (a) the "read
23528 the corefile" part didn't make it to a1-selftest.exp, we just
23529 delete the corefile after creating it, and (b) we test reading
23530 corefiles in corefile.exp anyway. Also, this test left around a
23531 xgdb process on Solaris.
23532
23533 * gdb.base/corefile.exp: Also test backtrace.
23534
23535 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
23536
23537 * gdb.base/commands.exp: Test a simple user defined command with
23538 arguments and if/while statements; verify the full user command is
23539 printed by "show user".
23540
23541 * gdb.base/commands.exp: Test if/while commands as part of a
23542 breakpoint command list; verify they appear in breakpoint
23543 information.
23544
23545 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23546
23547 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
23548 than by dividing by zero.
23549
23550 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
23551
23552 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
23553 performing an inferior call with watchpoints enabled.
23554 * gdb.base/watchpoint.c (main): Delete second unnecessary read
23555 call.
23556
23557 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23558
23559 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
23560 of "file" command.
23561
23562 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
23563 Add additional pattern for when "int operator int(void);" appears
23564 in a different order.
23565
23566 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23567
23568 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
23569
23570 * gdb.base/help.exp: Replace most of docstrings for "info signals"
23571 and "signal" with ".*".
23572
23573 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23574
23575 * TODO: Add note about "handle all nostop".
23576
23577 * gdb.base/{sigall.c, sigall.exp}: New test.
23578 * gdb.base/Makefile.in: Add it.
23579
23580 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
23581
23582 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
23583 when invoking GDB, suppresses any windowing interface.
23584
23585 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
23586
23587 * config/sim-gdb: New file, simulator testing support.
23588
23589 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
23590
23591 * gdb.base/interrupt.exp: Test calling func1 twice.
23592
23593 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
23594
23595 * gdb.base/list.exp (test_forward_search): Set timeout higher
23596 when we'll be getting lots of output from gdb.
23597
23598 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
23599 "init_malloc" to after the expect statement. Run it if that
23600 regexp is taken, but also for two others which happen if source
23601 cannot be found.
23602
23603 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23604
23605 * gdb.base/printcmds.exp: New test, for printing register before
23606 program is running.
23607
23608 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23609
23610 * gdb.base/list.exp: Correct some alternate expect patterns
23611 to reflect changes in list1.c.
23612
23613 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23614
23615 * TODO: Add item regarding large frames.
23616
23617 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23618
23619 * TODO: Remove item about enabling return.exp; it
23620 is enabled. Suggest a few more "return" tests.
23621
23622 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23623
23624 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
23625 anonymous unions.
23626
23627 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23628
23629 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23630 and pr-5646.o, so "make" is the same as "make all", not "make
23631 pr-4975.o".
23632
23633 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
23634
23635 * gdb.base/list.exp: Adjust expectations to reflect changes in
23636 list1.c.
23637 (test_forward_search): New test proc.
23638 * gdb.base/list1.c (long_line): New function, has long source line.
23639
23640 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
23641
23642 * gdb.base/a1-selftest.exp: Change initial stepping to know about
23643 additional line of code that was added.
23644
23645 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
23646
23647 * gdb.disasm/hppa.s: Break the large branching tests into smaller
23648 tests so as not to overflow expect's input buffers.
23649 * gdb.disasm/hppa.exp: Corresponding changes.
23650
23651 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23652
23653 Beginnings of template debugging tests.
23654 * gdb.c++/templ-info.cc: New file to test for template
23655 debugging capability of the compiler.
23656 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
23657 templ-info.cc.
23658 * gdb.c++/templates.cc: Add explicit template instantiations
23659 to enable compiling with -fno-implicit-templates. Add destructor
23660 and 'value' method to T5 class for template tests.
23661 * gdb.c++/templates.exp: Add testcases for printing of template
23662 types, setting breakpoints on template methods and calling a
23663 template method.
23664
23665 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
23666
23667 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23668 branch target since some assemblers (gas-2.5) may emit a
23669 relocation for the branch instead of resolving it in the
23670 assembler.
23671
23672 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23673
23674 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
23675 through signal handler.
23676
23677 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23678
23679 * configure.in (*-*-netware): Use config/mt-netware.
23680
23681 * config/mt-netware: New file.
23682 * config/mt-i386-netware: Removed, separate configs for different
23683 netware architectures are no longer needed now that we have
23684 --with-headers.
23685
23686 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23687
23688 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
23689 by the recent changes to use ANSI C arithmetic conversions.
23690
23691 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23692
23693 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23694 bug involving using inferior_pid to figure out whether to select a
23695 frame.
23696
23697 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
23698
23699 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23700 match the current disassembler output.
23701
23702 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23703
23704 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23705 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23706 types, expect "int" as type of integer values (for now).
23707
23708 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23709
23710 * gdb.base/commands.exp: New tests for if/while commands.
23711
23712 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23713
23714 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23715 by .*, since hex values have different syntax in Chill mode.
23716
23717 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23718
23719 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23720 linefeed from expect pattern for repeated types with indices > 9.
23721
23722 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23723
23724 First part of Fortran test suite.
23725 * gdb.fortran: New directory.
23726 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23727
23728 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23729
23730 * gdb.base/default.exp: Update expect pattern for load command
23731 without arguments.
23732
23733 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23734
23735 * configure.in: Change i386 to i[345]86.
23736 * gdb.base/configure.in: Likewise.
23737 * gdb.c++/configure.in: Likewise.
23738 * gdb.chill/configure.in: Likewise.
23739
23740 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23741
23742 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23743 patterns, since that is not a valid context for comments.
23744
23745 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23746
23747 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23748 repeated types and repeated types with indices > 9.
23749
23750 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23751
23752 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23753 2417; old bug has been fixed.
23754
23755 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23756
23757 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23758 send the newline ourselves instead of assuming gdb_test will do
23759 so when passed an empty input string.
23760
23761 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23762 stabs testcode.
23763
23764 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23765
23766 * lib/gdb.exp (gdb_test): Don't send anything if the first
23767 argument is an empty string. This makes cases where we want to
23768 match output that is already in expect's buffers (for example,
23769 matching a breakpoint after gdb_run_cmd has been called) work
23770 reliably.
23771
23772 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23773
23774 * config/netware.exp: New file.
23775
23776 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23777
23778 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23779 the -B and -L prefixes so we can find the debugging stub.
23780
23781 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23782 there and we are using the gcc from the tree.
23783
23784 * gdb.base/types.c: Removed.
23785
23786 * gdb.base/configure.in: Look for makefile fragments in ../config.
23787 Recognize i386-*-netware.
23788 * gdb.c++/configure.in: Likewise.
23789
23790 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23791
23792 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23793 the correct TCL syntax.
23794
23795 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23796
23797 * gdb.base/opaque.exp: use runto instead of messing around with
23798 breakpoints. Simplify by using gdb_test.
23799
23800 * gdb.base/bitfields.exp: restart between tests on netware targets
23801 because breakpoints aren't relocated after target death. Run
23802 processes to completion.
23803
23804 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23805
23806 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23807
23808 * Makefile.in: Remove extra tabs that confuse some versions
23809 of "make". Use the newly built gdb to test with by default,
23810 rather than the first one in the tester's search path.
23811
23812 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23813
23814 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23815
23816 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23817 condition help.
23818
23819 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23820
23821 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23822
23823 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23824 running.
23825 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23826 * gdb.base/funcargs.exp: Likewise.
23827
23828 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23829 * gdb.base/funcargs.exp: Likewise.
23830
23831 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23832 message is "".
23833
23834 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23835
23836 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23837 return,signals,twice}.exp: Handle non-existant binaries
23838 consistantly.
23839
23840 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23841 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23842 might testing a cross development system.
23843
23844 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23845
23846 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23847 runtest script is relative to ${srcdir}, not ${rootdir}.
23848
23849 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23850
23851 * gdb.base/signals.exp: Allow for optionality of breakpoint
23852 address.
23853
23854 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23855
23856 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23857
23858 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23859
23860 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23861 for size_t definition.
23862 * gdb.c++/templates.cc: Likewise
23863
23864 * config/mt-i386-netware: New file.
23865
23866 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23867 defined.
23868
23869 * gdb.base/Makefile.in: Added support for systems that name core
23870 files by appending "core" to the program name.
23871 * gdb.base/a1-selftest.exp: Likewise.
23872
23873 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23874
23875 * gdb.base/return.exp: Add comment and message for `return double'
23876 test failure on Sparc Solaris.
23877
23878 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23879
23880 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23881
23882 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23883
23884 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23885 from optimizing them away.
23886 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23887 patterns to include default constructors and assignment operators,
23888 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23889 character in the output of the virtual base pointer.
23890
23891 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23892
23893 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23894 expression match in print_addr_of to avoid unintented matches.
23895 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23896 versions up to 2.5.8.
23897
23898 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23899
23900 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23901 included file to run under newer versions of expect.
23902 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23903 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23904 Remove xfail for the virtual table of BDDHookV.
23905
23906 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23907
23908 * lib/gdb.exp (string_to_regexp): Set a default result.
23909 (default_gdb_start): Fix misleading message.
23910
23911 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23912
23913 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23914 Remove all CC, etc definitions.
23915 * config/mt-hpux: New file.
23916 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23917 (CFLAGS, LDFLAGS): Define.
23918 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23919
23920 * Makefile.in (site.exp): Don't insert host_os, etc.
23921 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23922 (distclean): Check existence of subdir.
23923 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23924 * gdb.base/Makefile.in: General cleanup and simplification.
23925 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23926 to build executables. Use default rule to build .o files.
23927 (EXPECT, RUNTEST, CC): Fix relative pathname.
23928 (site.exp): Don't insert host_os, etc.
23929 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23930 and/or SIGUSR1 defined.
23931 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23932 * gdb.c++/Makefile.in: General cleanup and simplification.
23933 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23934 (CFLAGS): Remove.
23935 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23936
23937 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23938
23939 * gdb.base/recurse.exp: Misc changes to get tests running again
23940 after Kung's changes to the watchpoint code.
23941 * gdb.base/watchpoint.exp: Likewise.
23942
23943 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23944
23945 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23946
23947 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23948
23949 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23950 * lib/gdb.exp (default_gdb_start): Define.
23951 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23952 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23953 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23954 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23955 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23956 Don't call gdb_target_udi in between tests.
23957
23958 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23959
23960 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23961 (which was basically just a local version of the same thing). In
23962 addition to avoiding duplication, gdb_test_exact is faster.
23963 * lib/gdb.exp (gdb_test_exact): Fix typo.
23964
23965 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23966 don't give an error.
23967
23968 * gdb.base/term.exp: Call delete_breakpoints before starting.
23969
23970 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23971 (t10): Add comment.
23972
23973 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23974
23975 Reorganization of the GDB Test Suite.
23976
23977 * gdb.base: New directory, contains all the basic tests.
23978 * gdb.c++: New directory, tests specific to C++.
23979 * gdb.chill: New directory, tests specific to Chill.
23980 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23981 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23982 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23983 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23984 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23985 t30-31 to chill).
23986 * */gdbme.*: Rename to match appropriate expect scripts.
23987 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23988 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23989 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23990 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23991 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23992 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23993 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23994 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23995 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23996 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23997 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23998 gdb.c++/virtfunc.cc: New names of C++ files.
23999 * gdb.chill/chillvars.ch: New name of Chill file.
24000 * gdb.base/configure.in, gdb.c++/configure.in,
24001 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24002 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24003 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24004 * configure.in (configdirs): Update to reflect directory changes.
24005 (target_abbrev): No longer define for any configuration.
24006 * Makefile.in: Cosmetic improvements to header comments.
24007
24008 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
24009
24010 Various changes to gdb.t31:
24011
24012 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
24013 * gdbme.ch: Make all key-words and predefineds be upper-case.
24014 * chillvars.exp: Expect key-words and predefinds in upper-case.
24015
24016 * chillvars.exp: Use gdb_test_exact many places.
24017 Change expected output for arrays (which now includes index labels).
24018
24019 * pr-5020.exp, gdme.ch (module PR_5020):
24020 New test, for PR-5020.
24021
24022 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
24023
24024 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
24025 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
24026
24027 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
24028
24029 * Makefile.in: Fix bit-rot in definitions of CHILL,
24030 CHILL_FOR_TARGET and Chill_LIB.
24031 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
24032 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
24033 CHILL, and CHILL_LIB.
24034
24035 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
24036
24037 * Revert the previous changes. Please see Rob's directory
24038 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24039
24040 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
24041
24042 * Makefile.in, configure.in, config/mips-gdb.exp,
24043 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24044 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24045 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
24046 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24047 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24048 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24049 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24050 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24051 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24052 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24053 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24054 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24055 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24056 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24057 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
24058 changes from 94Q1.
24059
24060 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
24061
24062 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24063 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24064 Rob's new testing fragments.
24065
24066 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
24067
24068 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
24069 lib/gdb.exp: Replace error proc calls with perror.
24070
24071 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24072
24073 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24074 version also, match on casted version strings, and match on
24075 gdb startup case where the line numbers might be messed up.
24076
24077 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
24078
24079 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
24080 (CFLAGS): Delete it from here.
24081
24082 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
24083
24084 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24085
24086 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
24087
24088 * Makefile.in (RUNTEST): Default to just "runtest".
24089
24090 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24091
24092 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24093 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24094 the code has been restructured.
24095
24096 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24097
24098 * gdb.t00/default.exp (set write): Allow any number of \r and/or
24099 \n, not just one of each.
24100
24101 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24102 /bin/cc gives a warning if you do.
24103
24104 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
24105
24106 * gdb.t24/demangle.exp: change expect pattern of
24107 __t10ListS_link1ZUiRCUiPT0
24108
24109 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24110
24111 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24112 on local variables in recursive functions.
24113
24114 * gdb.t07/Makefile.in: Build the new test.
24115
24116 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24117
24118 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24119 directly. Instead compare the return values from actual calls.
24120
24121 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
24122
24123 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24124
24125 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24126
24127 * From Peter Schauer with minor modifications.
24128 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24129 stops in mid-line in the caller. Add xfail for returning a float
24130 value on X86 targets.
24131
24132 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24133
24134 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24135 to avoid expect lossage.
24136 (fmem_LRbug_tests): Likewise.
24137 * gdb.disasm/hppa.s: Corresponding changes.
24138
24139 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24140 conditions to work with latest dejagnu/expect.
24141
24142 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24143 expected to fail on the PA.
24144 (backtrace in call with trampolines): Explicitly require main
24145 to be frame #1 (no trampolines should show up in backtrace).
24146
24147 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24148 "continue -expect".
24149 * gdb.t06/break.exp: Likewise.
24150 * gdb.t07/watchpoint.exp: Likewise.
24151 * gdb.t13/bitfields.exp: Likewise.
24152 * gdb.t15/{funcargs,return}.exp: Likewise.
24153 * gdb.stabs/weird.exp: Likewise.
24154 * config/{mips,udi}-gdb.exp: Likewise.
24155
24156 * hppa.sed: Enclose comments within a sed command to avoid
24157 losing with the old OSF1 sed.
24158
24159 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24160
24161 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24162 sequent dynix.
24163 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24164 * gdb.t15/funcargs.exp: Conditionally step again to really
24165 finish from marker_call_with_trampolines. Handle the case where
24166 the first step from within call_with_trampolines already steps
24167 us back to main.
24168 * gdb.t15/gdbme.c: Add comment to closing brace of
24169 call_with_trampolines for funcargs.exp.
24170
24171 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24172
24173 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24174 Fix typo(s).
24175
24176 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24177
24178 * gdb.t07/gdbme.c: More code for watchpoint testing.
24179
24180 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24181 "Hardware watchpoint" throughout file.
24182 (test_watchpoint_triggered_in_syscall): New test.
24183 (test_complex_watchpoint): New test.
24184
24185 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24186
24187 * gdbme.c (call_with_trampolines): New function to try and step
24188 into. Tests trampoline problems on the PA.
24189
24190 * funcargs.exp (localvars_in_indirect_call): No longer expect
24191 stepping into indirect call to fail on PAs.
24192 (test_stepping_over_trampolines): New test.
24193
24194 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24195
24196 * TODO: Add suggestions for static member function tests, and
24197 completion tests.
24198
24199 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24200
24201 * TODO: Add suggestions for "p/a" tests.
24202
24203 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24204 (default_gdb_exit): Replace all the hair with sending "quit" to
24205 the process with a simple close.
24206
24207 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24208
24209 * TODO: Add suggestions for shared library tests.
24210
24211 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24212
24213 * TODO: Add suggestions for x/s tests.
24214
24215 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24216
24217 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24218 "enable once", and "enable breakpoints once" with ".*".
24219
24220 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24221
24222 * TODO: Add suggestions about structure passing tests.
24223
24224 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24225
24226 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24227 the primary1 test, use work around if __GNUC__ < 2.
24228 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24229 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24230 Test for bad output rather than waiting for timeout. Issue
24231 second continue only if first continue failed.
24232
24233 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24234
24235 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24236 operator[] test with gdb_test because the old code didn't seem to
24237 be getting the quoting right with the new dejagnu.
24238
24239 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24240
24241 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24242 one from the path.
24243 * Makefile.in: Use a fresh expect if there is one, use runtest
24244 from the src tree if there is one.
24245
24246 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24247
24248 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24249 next over recursive call. Revise the tests from that point on
24250 (which had been skipped) to match GDB's actual (correct) output.
24251
24252 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24253 with next over a breakpoint whose condition is false.
24254
24255 * gdb.t00/help.exp: Comment out "help set print" tests just like
24256 (and for same reason as) "help set" test.
24257
24258 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24259
24260 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24261 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24262
24263 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24264
24265 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24266 necessary gdb_target_udi.
24267
24268 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24269
24270 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24271 1838 and 2417; they are fixed.
24272
24273 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24274 gdb.t03/ptype.exp (ptype structure, ptype union):
24275 Remove xfails; the test is looser than when the xfails were added.
24276
24277 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24278 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24279
24280 * gdb.t01/run.exp: Only run shell test if isnative.
24281
24282 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24283 since "run" automatically loads if necessary. Call gdb_target_udi
24284 after the "file" since "file" kills any execution target.
24285
24286 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24287 GDB. GDB doesn't work that way (not anymore at least) on UDI.
24288 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24289 argument for UDI.
24290
24291 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24292
24293 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24294
24295 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24296
24297 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24298
24299 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24300 properly quoting regexps. This makes the second argument to
24301 demangle a fixed string, which matches the callers, instead of a
24302 shell-style pattern which is what the previous implementation
24303 used. Update some of the callers.
24304
24305 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24306
24307 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24308 (comib_nullified_tests): Fix typo.
24309 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24310 strings. No longer expected to fail.
24311
24312 * gdb.disasm/hppa.s (addib_tests): Fix typo.
24313 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24314 strings. No longer expected to fail.
24315
24316 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24317 string. No longer expected to fail.
24318
24319 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24320
24321 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
24322 No longer expected to fail.
24323
24324 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
24325 string. No longer expected to fail.
24326
24327 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24328
24329 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
24330 only in the names (I probably got most of them). I was even
24331 generous with some which differed in underscores in names, and
24332 probably missed a few, and I *still* was able to remove almost a
24333 third of the file with almost no impact on testsuite coverage.
24334
24335 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24336
24337 * gdb.t00/default.exp: Match udi_attach error message as well as
24338 the one from child_attach.
24339
24340 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
24341
24342 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
24343
24344 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
24345 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
24346
24347 * Move test with enums and partial symbols back to
24348 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
24349 Reverts the change of 26 May 93. Per today's change to
24350 stabs.texinfo, the behavior that weird.exp was expecting was
24351 unreasonable; what is important is that the compiler+gdb get
24352 things right, which happens with a recent gcc. Also fix the test
24353 to deal with native compilers which put out the stab gdb can't
24354 deal with.
24355
24356 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24357
24358 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
24359 in the names. The main thing these accomplish is to slow things down.
24360 Many more such duplicates surely remain.
24361
24362 * gdb.t00/help.exp: Comment out "help support" test just like
24363 (and for same reason as) "help set" test.
24364
24365 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
24366
24367 * gdb.t06/break.exp: Remove setup_xfails for
24368 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
24369 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
24370 about known bug in gcc to include up through 2.5.8.
24371 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
24372 well as "_vb$".
24373 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
24374 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
24375 with latest gcc and gdb.
24376 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
24377 well as "_vb$".
24378
24379 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24380
24381 * configure.in (hppa*-*-*): Also configure and build stabs-only
24382 tests.
24383
24384 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24385
24386 * gdb.t10/hppa.mt: A makefile fragment for the PA.
24387 * gdb.t10/configure.in (hppa*-*-*): Use it.
24388
24389 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24390
24391 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
24392
24393 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24394
24395 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
24396 versions prior to 1.13.5.
24397
24398 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24399
24400 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
24401 the prompt is at the start of a line.
24402
24403 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24404
24405 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
24406 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
24407 in the copr tests now.
24408 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
24409 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
24410 expected to fail.
24411
24412 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
24413
24414 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
24415 gdb.t31/chillvars.exp, lib/gdb.exp:
24416 Tweak to run under either version of expect.
24417 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
24418 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
24419 * gdb.t11/list.exp: Remove extraneous whitespace.
24420
24421 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24422
24423 * gdb.t16/printcmds.exp (test_print_strings): Accept
24424 "(unsigned char *) " before the string.
24425
24426 * TODO: Add notes about printing of fancy types and GDB expressions.
24427
24428 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
24429
24430 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
24431 * gdb.t06/configure.in: Don't try to compile signals test program
24432 if doing mips-idt-ecoff.
24433
24434 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
24435
24436 * Most .exp files: Tweak to run under either version of expect.
24437
24438 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24439
24440 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
24441 xfails; I'm not sure why they are failing, but not because of PR 1806.
24442
24443 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
24444
24445 * config/unix-gdb.exp: Remove gdb_unload cause it's already
24446 defined in lib/gdb.exp.
24447
24448 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24449
24450 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
24451 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
24452 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
24453 have to be typeless.
24454
24455 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24456
24457 * TODO: Add suggestion for copyright year test.
24458
24459 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
24460
24461 * configure.in (*-*-lynxos*): Add stabs tests.
24462
24463 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24464
24465 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24466 so insert a tab before any assembler directive in column zero.
24467
24468 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24469 stores.
24470 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24471 stores.
24472 (fpu_short_memory_tests): Likewise.
24473
24474 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24475
24476 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
24477 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
24478 .stabs directives in comments.
24479
24480 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24481
24482 * TODO: New file, describing tests we could write.
24483 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24484
24485 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24486
24487 * gdb.t06/signals.exp: Add kludge to force re-sync.
24488
24489 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24490 to xgdb instead of gdb, get out of gdb.
24491
24492 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
24493
24494 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24495 for info.
24496
24497 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24498
24499 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
24500 * gdb.stabs/configure.in (hppa*-*-*): Use it.
24501 * gdb.stabs/hppa.sed: New sed script for the PA.
24502
24503 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24504
24505 * gdb.stabs: Re-write weird.def and configuration to use sed
24506 instead of cpp. sed is portable and POSIX; cpp is neither.
24507
24508 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24509
24510 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
24511
24512 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24513
24514 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
24515
24516 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24517
24518 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
24519 "_vb$".
24520 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
24521 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
24522
24523 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24524
24525 * lib/gdb.exp: Comment out code which depends on non-existent
24526 `transform' procedure.
24527
24528 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
24529
24530 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
24531 * lib/gdb.exp: Transform tool name.
24532 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
24533 1.1's new error handling system.
24534
24535 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24536
24537 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
24538
24539 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24540
24541 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
24542 They made pattern matching so slow that timeouts happened on
24543 heavily loaded systems. Now any output from "show print" which
24544 gets us back to the GDB prompt is a PASS.
24545
24546 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
24547
24548 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
24549
24550 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24551
24552 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
24553
24554 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
24555 It is not from PR 3220.
24556
24557 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24558
24559 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
24560 just started failing because they depended on the order the
24561 subcommands are presented, or exact docstring text. This kind of
24562 test is a pain and has minimal benefit.
24563
24564 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24565
24566 * gdb.t09/corefile.exp: At end of test, use "core" command with
24567 no arguments.
24568
24569 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
24570
24571 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
24572 17}/Makefile.in: Make it possible to run the testsuite with Sun
24573 make and CC = cross gcc by adding explicit build rules for .o
24574 files.
24575
24576 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24577
24578 * gdb.t15/funcargs.exp: Don't put comments on same line as
24579 setup_xfail (@#$*%& tcl braindamage!).
24580
24581 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24582
24583 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
24584
24585 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
24586
24587 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
24588 * gdb.t20/inherit.exp: remove three dumplicate entries.
24589
24590 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24591
24592 * gdb.t06/break.exp: For "next over recursive call", fail on any
24593 incorrect output, not just on "factorial (value=2)".
24594
24595 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24596
24597 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
24598 working now. Add an xfail if accesing a bss variable causes
24599 a memory error if the target is not yet run.
24600
24601 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24602
24603 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
24604 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
24605 name of __st* demangling (2 strings). Did Kung really get the
24606 more than 95 others right without testing them?
24607
24608 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
24609
24610 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
24611
24612 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
24613
24614 * configure.in (configdirs): Add gdb.disasm
24615 * gdb.disasm: New directory for GDB disassembler tests.
24616 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24617
24618 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24619
24620 * gdb.t00/help.exp: Don't test "help set".
24621
24622 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24623 from within expect statements. None of these happen anymore and
24624 they cause regressions to be silently unnoticed.
24625
24626 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24627 messages) about known failures with gcc cygnus-2.4.5-930417.
24628
24629 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24630 comp-info.exp so it gets built if it doesn't exist.
24631
24632 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24633 it is no longer used.
24634 * gdb.t13/comp-info.c: Removed.
24635
24636 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24637
24638 * gdb.t06/signals.exp: Add xfail for sun3.
24639
24640 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24641
24642 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24643 relevant because ^C doesn't get sent but failure can be reproduced
24644 interactively).
24645
24646 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24647
24648 * gdb.stabs/alpha.mt: New configuration file for alpha.
24649 * gdb.stabs/configure.in: Use it.
24650 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
24651 sharing with alpha.mt, redefine long to word via preprocessor.
24652 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
24653 for alpha.
24654 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
24655 native cc.
24656 * gdb.t00/teststrategy.exp: Change expect string so that we
24657 consume the `(xgdb)' from the command echo and from the gdb prompt.
24658 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
24659 gdb currently compares all values as long, so this failure probably
24660 applies to any configuration where LONGEST is bigger than a target int.
24661 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
24662 with gcc.
24663 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
24664 to handle opaque pointers, gcc is.
24665 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
24666 as first argument. Include <sys/types.h> and change all operator
24667 new definitions to use size_t.
24668 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
24669 now that we use size_t.
24670
24671 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24672
24673 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
24674 a long or float array cast all array members to the same type.
24675 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
24676 with 64 bit longs.
24677 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
24678 on alpha.
24679 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
24680
24681 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24682
24683 * gdb.t24 (demangle.exp): Constructors of templates have names like
24684 vector<int>::vector(int) not vector<int>::vector<int>(int). See
24685 section 14.6 of the ARM.
24686
24687 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24688 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24689 accomplish little and slow down the testsuite.
24690
24691 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24692 Accept spaces various places.
24693
24694 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24695
24696 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24697 with watchpoint enabled.
24698
24699 * Makefile.in: Remove definition of CC and remove the second
24700 definition of CXX (the "CXX = gcc" one remains). These definitions
24701 were causing backquotes to be expanded within backquotes, which
24702 doesn't work.
24703
24704 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24705
24706 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24707
24708 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24709
24710 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24711 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
24712 by mips cc and contains no stabs entries.
24713
24714 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24715
24716 * config/vx-gdb.exp: Use fake device to load files rather than
24717 NFS.
24718 * lib/gdb.exp: New proc to do "file" command.
24719 * config/unix-gdb.exp: Use new "file" proc.
24720
24721 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24722
24723 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24724 Rework board rebooting slightly.
24725 (gdb_exit): Don't exit from the remote shell; there isn't one.
24726 * gdb.stabs/weird.exp: If a program is being debugged already,
24727 kill it.
24728 * gdb.t04/setvar.exp: Stop and restart gdb.
24729 * gdb.t05/expr.exp: Likewise.
24730 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24731 restart gdb and reload the program.
24732 * gdb.t08/opaque.exp: Likewise.
24733 * gdb.t12/scope.exp: Likewise.
24734 * gdb.t13/bitfields.exp: Likewise.
24735 * gdb.t15/funcargs.exp: Likewise.
24736 * gdb.t20/classes.exp: Likewise.
24737 * gdb.t03/ptype.exp: Increase timeout.
24738 * gdb.t16/printcmds.exp (test_print_string_constants,
24739 test_print_array_constants): Likewise.
24740 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24741 * gdb.t20/classes.exp (do_tests): Likewise.
24742 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24743
24744 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24745
24746 * gdb.stabs: Renamed *wierd* to *weird*.
24747
24748 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24749
24750 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24751 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24752
24753 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24754
24755 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24756 (do_tests): Remove xfail for whatis on one_var and two_var.
24757
24758 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24759
24760 * Makefile.in: Made cross building work better by adding
24761 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24762
24763 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24764
24765 * gdb.t15/{return.c,return.exp,Makefile.in}:
24766 New test, currently commented out.
24767
24768 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24769
24770 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24771 still running and removes the leftover named socket so GDb can do
24772 clean restarts.
24773
24774 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24775
24776 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24777 console, not GDB.
24778 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24779 cross testing works better with "make check"
24780 * config/unix-gdb: Use default procedures for exit and version.
24781 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24782 with the newest VxWorks.
24783
24784 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24785
24786 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24787 old form.
24788
24789 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24790 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24791
24792 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24793
24794 * config/unix-gdb.exp: Remove this version of gdb_exit
24795 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24796 Rob says he'll look at it when he gets back to testing boards.
24797
24798 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24799
24800 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24801 an expected fail for certain ptype commands.
24802
24803 * gdb.t20/classes.exp: Update expected results of "ptype class
24804 Base1" to account for the constructor that now appears in the type.
24805
24806 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24807
24808 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24809 disappeared from list.
24810 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24811 "alldone" proc with call to cleanup and exit.
24812 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24813 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24814 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24815 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24816 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24817 "alldone" proc with simple returns that suppress remaining
24818 tests. The alldone proc went away many months ago.
24819
24820 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24821
24822 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24823
24824 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24825
24826 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24827
24828 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24829 as vax gdb will display them.
24830
24831 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24832
24833 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24834 optimizers.
24835
24836 * scope.exp: Change "bad value for localval" messages so each one
24837 is unique.
24838
24839 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24840 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24841
24842 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24843
24844 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24845
24846 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24847 doesn't exist (due to optimization).
24848
24849 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24850
24851 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24852 contains \r because the filename is long.
24853
24854 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24855 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24856
24857 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24858
24859 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24860 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24861 Ultrix.
24862 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24863 int tests.
24864 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24865
24866 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24867
24868 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24869
24870 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
24871 to match does not match the passing case but still matches the
24872 failing case.
24873
24874 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24875
24876 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24877
24878 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24879
24880 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24881 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24882 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24883 Remove various versions of gdb_exit.
24884 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24885 gdb_exit.
24886 * config/unix-gdb.exp: gdb_exit remains here, and should override
24887 the generic version, since it's doing a lot of wierd stuff that
24888 the other versions aren't. FIXME, fold it in, or abandon this
24889 version.
24890
24891 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24892
24893 * gdb.t24/demangle.exp: Add tests for PR 3220.
24894
24895 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24896
24897 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24898
24899 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24900
24901 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24902 "i386-*-*". Works for i486 as well.
24903
24904 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24905 bug, and expand domain of xfail to all SVR4 systems, since the
24906 actual problem is likely to be in generic SVR4 /proc support.
24907
24908 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24909
24910 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24911
24912 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24913
24914 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24915 xfails for other systems. Match a missing 'Continuing.' as an
24916 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24917
24918 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24919 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24920 Only issue warning for missing executables if -all option is used.
24921
24922 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24923 file if -all option is used. It's like an unpredictable XFAIL.
24924
24925 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24926
24927 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24928 for dynamically linked binaries.
24929
24930 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24931
24932 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24933
24934 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24935 to state that this is a known bug in old versions of g++.
24936
24937 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24938
24939 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24940 while waiting for `Continuing'.
24941
24942 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24943
24944 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24945 in text, data, and bss.
24946 * gdb.t10/nodebug.c: Add local and global test variables for
24947 initialized and uninitialized data.
24948
24949 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24950
24951 * config/unix-gdb.exp (gdb_exit): Add "wait".
24952
24953 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24954
24955 * gdb.t06/signals.exp: xfail the continue from the handler for all
24956 targets.
24957
24958 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24959 function with watchpoints enabled, the i386 call dummy starts with
24960 a call.
24961
24962 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24963 386 bsd names its corefiles.
24964
24965 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24966
24967 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24968 compilers don't grok it.
24969 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24970 with small octal ints rather than character constants, which
24971 are signed and might not fit if first promoted to int.
24972
24973 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24974
24975 * gdb.t09/Makefile.in (clean): Remove corefile.
24976
24977 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24978
24979 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24980
24981 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24982 and Jim Kingdon (kingdon@cygnus.com)
24983
24984 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24985 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24986 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24987
24988 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24989
24990 * gdb.t17/interrupt.exp: Add xfail for hppa.
24991
24992 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24993
24994 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24995 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24996 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24997 to determine signed-ness of bitfields and use the result to setup
24998 the xfail.
24999 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
25000 * gdb.t15/funcargs.exp: Use them to step until the second indirect
25001 call line is reached if necessary.
25002
25003 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25004
25005 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25006
25007 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25008
25009 * gdb.t06/break.exp: Also test `clear' command.
25010
25011 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25012
25013 * gdb.t00/teststrategy.exp: Remove extra quote.
25014
25015 * gdb.t07/watchpoint.exp: Change xfail for calling function with
25016 watchpoint enabled to be for all non-68k machines.
25017
25018 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25019
25020 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25021
25022 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25023 targets use aout.mt instead of ecoff.mt as gas understands
25024 standard aout format.
25025
25026 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25027
25028 * lib/gdb.exp (runto): Don't insist that function we are running to
25029 was compiled with -g.
25030
25031 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25032
25033 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25034 to get back into the read system call.
25035 Accept leading newline in case where we woke it up.
25036
25037 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25038
25039 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
25040 to make the stabs test work on ecoff systems using gcc and -with-stabs.
25041 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
25042 enable ecoff configuration.
25043
25044 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25045
25046 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25047
25048 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25049
25050 * gdb.t16/printcmds.exp: Add another printf test.
25051
25052 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
25053
25054 * configure.in: If configured -with-stabs on any target, add
25055 stabsdirs to configdirs.
25056
25057 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25058
25059 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25060 fun" so pattern does not match the command itself.
25061
25062 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25063
25064 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25065
25066 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25067
25068 * gdb.t17/interrupt.exp: Test for more things.
25069
25070 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25071
25072 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25073 compiler arranges the code and line numbers.
25074
25075 * gdb.t17/interrupt.exp: Don't send \n after ^C.
25076
25077 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25078
25079 * gdb.t00/help.exp: Increase expect input buffer size.
25080
25081 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25082
25083 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25084
25085 * gdb.t07/watchpoint.exp: Add xfail for hppa.
25086
25087 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25088
25089 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25090 [0-9]*, not just [0-9].
25091
25092 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25093
25094 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25095
25096 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25097
25098 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25099
25100 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25101
25102 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25103
25104 * gdb.t06/signals.c: Add xfails for sun3.
25105
25106 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25107
25108 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
25109 test_stepping tests.
25110
25111 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25112
25113 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25114
25115 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25116
25117 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25118 rather than actually putting it through cpp twice.
25119
25120 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25121
25122 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
25123
25124 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25125 no longer needed.
25126
25127 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25128
25129 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25130
25131 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25132 C++ features prints as "struct", make it a pass, not an xfail.
25133
25134 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25135
25136 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25137 Don't require VA to print as "class" rather than "struct".
25138
25139 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25140
25141 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25142
25143 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25144
25145 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25146
25147 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25148
25149 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25150 order.
25151
25152 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25153
25154 * gdb.t16/printcmds.exp: Add printf tests.
25155
25156 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25157
25158 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25159
25160 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25161
25162 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25163 pass counts, to counteract any existing or future setup_xfails.
25164
25165 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25166
25167 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25168 {BEGIN,END}_COMMON for common block instead of STAB.
25169 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25170
25171 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25172 intp_var should be N_GSYM not N_LSYM.
25173 wierd-aout.S: Use a label for the value of the N_SO.
25174 wierd.def: Remove all backslashes.
25175 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25176
25177 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25178
25179 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25180 get the expected next to inheritance3.
25181
25182 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25183
25184 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25185 now that gcc-2.4 gets it right.
25186
25187 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25188
25189 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25190
25191 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25192 generating comp-info.exp which works for cross-compilation.
25193
25194 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25195
25196 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25197 "*-*-sysv4.*".
25198
25199 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25200
25201 * gdb.t01/run.exp: Start with a fresh gdb.
25202 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25203 SVR4.x.
25204
25205 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25206
25207 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25208 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25209 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25210 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25211 things to remove.
25212
25213 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25214
25215 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25216 test cases from bug reports.
25217
25218 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25219
25220 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25221 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25222 avoid spurious xfails.
25223 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25224 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25225 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25226
25227 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25228
25229 * gdb.t00/teststrategy.exp: Rework to provide more useful
25230 description of each test, fix problem with systems that define
25231 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25232 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25233 results for "next over recursive call" so timeouts aren't taken
25234 by error.
25235
25236 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25237
25238 * gdb.t12/scope.exp: Test printing of variables before run.
25239
25240 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25241 printed in wrong order due to sorting.
25242
25243 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25244
25245 * gdb.t00/teststrategy.exp: Fix expected results for printing
25246 user entered string constant. Is array of char, prints with no
25247 address.
25248
25249 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25250 commands.
25251 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25252 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25253 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25254 of struct of char arrays.
25255 * gdb.t00/radix.exp: New tests for radix commands.
25256
25257 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25258
25259 * gdb.t16/printcmd.exp: Print a variable before running program
25260 (with xfail for AIX).
25261
25262 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25263
25264 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25265
25266 * gdb.t16/printcmd.exp: Don't print variables before running program.
25267
25268 * gdb.t06/break.exp: Don't require envp argument to main.
25269
25270 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25271
25272 * gdb.t02/whatis.exp, gdb.t11/list.exp:
25273 Add xfails for rs6000.
25274
25275 * gdb.t02/whatis.exp: Change other tests not to re-test something
25276 we already tested.
25277
25278 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25279 each type used has a variable of that type.
25280
25281 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
25282
25283 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25284
25285 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25286
25287 * configure.in: change srctrigger to be a file, not a directory
25288
25289 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
25290
25291 * configure.in (mips-idt-ecoff*): Added trailing '*'.
25292
25293 * gdb.t11/list.exp: Fixed a couple of typos.
25294
25295 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
25296
25297 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
25298 is fixed and PR is closed.
25299 * gdb.t16 (gdbme.c): Add simple test string variable.
25300 * gdb.t16 (printcmds.exp): Add tests with simple test string
25301 variable, primarily for boundaries on "set print elements".
25302
25303 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
25304
25305 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25306 Make leading 0's optional and don't expect a tab in the middle
25307 of the number.
25308
25309 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25310
25311 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25312 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
25313 don't end command passed to gdb_test with newline.
25314
25315 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25316 signed keyword away, don't expect signed bitfields to be signed.
25317
25318 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25319 printing with only as many 1's as are in the field as well as printing
25320 with 32 1's (see comment).
25321
25322 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
25323
25324 * gdb.t00/default.exp: Start with a fresh gdb.
25325 * configure.in (configdirs): Remove gdb.t31 until the chill
25326 compiler works again. It no longer is able to find chillrt0
25327 since it isn't in libchill.a anymore.
25328 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
25329 wierd.o, make more modular.
25330 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
25331 spurious newlines that caused problems.
25332
25333 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25334
25335 * Move test with enums and partial symbols from gdb.t03/ptype.exp
25336 to gdb.stabs/wierd.exp since GCC has worked around the bug.
25337 gdb.stabs/wierd.{exp,def}: Many new tests.
25338
25339 * gdb.t00/default.exp: update info line for new message.
25340
25341 * gdb.t02/{whatis.exp,gdbme.c}:
25342 Test that "char *" doesn't print as "caddr_t".
25343
25344 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25345
25346 * gdb.t00/help.exp: Use .* in place of some help messages which
25347 just changed.
25348 gdb.t00/default.exp: Update "info frame" test for new message.
25349 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
25350 Remove some xfails
25351
25352 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25353
25354 * gdb.t03/{gdbme.c,ptype.exp}:
25355 Add tests for typedef'd struct and union without tags.
25356 Also check "whatis" on a variable of a typedef'd enum without a tag.
25357
25358 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
25359 PRMS 1823; the bug still exists but isn't reproduced by this test
25360 anymore), and remove rs6000 XFAIL (the bug is fixed).
25361
25362 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
25363 duplicated from whatis.exp. For those that are left, accept
25364 "long", "long int", or "int" for long variables (whatis.exp already
25365 has an XFAIL for "int", so no need to fail it here).
25366
25367 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
25368 Deal with GCC's names for types now that GDB uses the compiler's names.
25369
25370 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
25371 setup_xfail's for sunos4. If we #defined the signed keyword away,
25372 don't expect GDB to know that char it is signed.
25373
25374 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
25375
25376 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
25377
25378 * configure.in (configdirs): Add gdb.t24 for C++ tests that
25379 should work on any system, regardless of debugging format.
25380 * gdb.t21/demangle.exp: Move to gdb.t24.
25381 * gdb.t24/demangle.exp: Move from gdb.t21.
25382 * gdb.t24/{Makefile.in, configure.in}: New files.
25383
25384 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25385
25386 * configure.in: Do gdb.stabs and C++ tests only for stabs.
25387 * gdb.stabs: New directory.
25388
25389 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25390
25391 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
25392 not just "Quit anyway?".
25393
25394 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
25395
25396 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
25397 that all setup_xfails are immediately followed by clear_xfails.
25398
25399 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
25400
25401 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
25402 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
25403 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
25404 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
25405 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
25406 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25407 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25408 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
25409 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
25410 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
25411 gdb.t31/chillvars.exp, lib/gdb.exp:
25412 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
25413 bug-gdb@prep.ai.mit.edu.
25414
25415 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
25416
25417 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
25418 with 0.0, not integer 0.
25419
25420 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
25421
25422 * gdb.t06/break.exp: Update for "Kill the program" message change.
25423
25424 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
25425
25426 * Makefile.in (GDBFLAGS): Set to -nx.
25427 * Makefile.in (site.exp): Use GDBFLAGS.
25428
25429 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25430
25431 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
25432 Makefiles.
25433 (check): depend on just-check.
25434 (just-check): added so that tests can be run without a noop
25435 build pass.
25436
25437 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25438
25439 Switch to using configure's configdirs.
25440 * Makefile.in (Makefile): add configure.in dependency.
25441 (SUBDIRS): removed redundant assignment.
25442 * configure.in: switch subdirs assignment to configdirs.
25443 * gdb.t*/configure.in: new files.
25444
25445 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
25446
25447 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
25448 works.
25449
25450 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
25451
25452 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
25453 in explicit rules. Apparently this is not supported by some makes.
25454
25455 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
25456
25457 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
25458
25459 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25460
25461 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
25462 disappeared.
25463
25464 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
25465
25466 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
25467
25468 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
25469
25470 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
25471 watchpoint problem that is now fixed.
25472 * gdb.t30/chexp.exp: Remove setup_xfail for printing
25473 uninitialized convenience variables.
25474 * gdb.t31/chillvars.exp: Fix expected patterns for printing
25475 structures.
25476
25477 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25478
25479 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25480 which causes expect to get out of sync with gdb on long output
25481 from help set.
25482 * gdb.t09/corefile.exp: Make expected pattern for core file
25483 failing signal and frame output format less sun specific.
25484
25485 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
25486
25487 * gdb.t31/chillvars.exp: Add and remove initial dummy
25488 breakpoint, so that symbol table is forced in.
25489 (Needed at least on Sunos4, though it seems not SVR4.)
25490 * gdb.t31/chillvars.exp: Update for changed output format.
25491
25492 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
25493
25494 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
25495
25496 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
25497
25498 * Makefile.in: Added --srcdir when invoking runtest, removed the
25499 need for a local config file. (optional now)
25500
25501 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
25502
25503 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
25504 failure count used to force early termination. Add some more
25505 expected failures for gnu style demangling.
25506
25507 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25508
25509 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
25510 pmi variable from gdb.t20/gdbme to get optimized away.
25511 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
25512 Check for written corefile upon timeout _and_ eof.
25513
25514 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25515
25516 * config/unix-gdb.exp: Add missing return 0.
25517
25518 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25519
25520 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
25521 test termination.
25522
25523 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
25524
25525 * configure.in (subdirs): Put back gdb.t17 which mysteriously
25526 disappeared.
25527
25528 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
25529
25530 * gdb.t10/crossload.exp: Disable the i860-elf test until such
25531 time as i860 support works.
25532
25533 * gdb.t15/funcargs.exp: Fix expected outputs to include
25534 "backtrace 100\r" rather than just "backtrace\r", to match last
25535 change.
25536
25537 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
25538
25539 * config/udi-gdb.exp (gdb_exit): Remove close command.
25540 (gdb_target_udi): New procedure to set the UDI target.
25541 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
25542 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
25543 Added waits for prompts after several question responses. Added
25544 some more responses used by a29k-amd-udi-gdb.
25545 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
25546 pass different arguments, restart UDI connection after program
25547 completion.
25548 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
25549 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25550 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
25551 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
25552 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
25553 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
25554 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25555 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
25556 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
25557 after program completion.
25558 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
25559 compiled with a SELECT_VECS setting.
25560 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
25561 infinite recursion.
25562
25563 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
25564 Added checks for COFF results, and made them expected failures for
25565 all targets. It would be better to make them expected failures
25566 for COFF targets only.
25567
25568 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
25569
25570 * Makefile.in: add null dvi target, don't bother to recurse
25571 through test directories for info and install-info; rename
25572 $(datadir) to be dejagnu instead of deja-gnu
25573
25574 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
25575
25576 * gdb.t31/gdbme.ch: Re-enable code that previously caused
25577 compiler to coredump.
25578 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
25579 code.
25580
25581 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
25582
25583 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
25584 coredump.
25585 * gdb.t31/chillvars.exp: Comment out tests that depend on that
25586 code.
25587
25588 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
25589
25590 * gdb.t03/ptype.exp: tests for return code from gdb_test.
25591 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
25592 which in a shell. Deletes xgdb when done.
25593 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
25594 Tests the return from the "set height" or "set width" commands.
25595 Added a few return codes where needed.
25596
25597 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
25598
25599 * Makefile.in (SUBDIRS): Add gdb.t17.
25600 * configure.in (subdirs): Add gdb.t17.
25601 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
25602 files to test gdb's calling of functions in the inferior with
25603 the correct arguments and gdb's ability to retrieve any
25604 result returned.
25605
25606 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
25607
25608 * config/unix-gdb.exp (gdb_exit): Remove close commands that
25609 may be called after gdb goes away. Previous versions of expect
25610 needed these to avoid file descriptor leaks, but they cause
25611 errors with the current revision of expect.
25612 * gdb.t00/gdbvars.exp: Use -re on expected output after
25613 setting sevenbit-strings.
25614 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
25615 to set sevenbit-strings consistent across tests.
25616 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
25617 set sevenbit-strings consistent across tests.
25618
25619 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
25620
25621 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
25622 expected output to match current "expect" expectations.
25623
25624 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
25625
25626 * gdb.t00/default.exp: Change expected output for default "source"
25627 command, to match new gdb behavior which requires a filename to
25628 source.
25629
25630 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
25631
25632 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
25633 expected fail for i486-*-* that misses the marker2 function.
25634 * gdb.t10/crossload.exp (bfddefault): Allow successful
25635 recognition of a format to pass even if no symbols are found.
25636 Explicitly catch failures where the format is not recognized
25637 or is ambiguous, and add the reason to the fail message.
25638 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
25639 the cause is and invalid target and add reason to failure message.
25640 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
25641 elf32-i386, elf32-sparc, and elf32-i860.
25642 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25643 Set up expected failure for 'filename'::variable scope resolution,
25644 which is now apparently broken on all targets.
25645 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25646 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25647 gdb.t23/templates.exp: Change failure for missing binfile into
25648 just a warning.
25649 gdb.t21/demangle.exp: Change all cfront references to 'arm'
25650 references.
25651
25652 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
25653
25654 * gdb.t00/default.exp: Add expected output for default "source"
25655 command, to match new gdb behavior.
25656 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
25657
25658 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
25659
25660 * config/*-gdb.exp: returns an error, rather than exiting on
25661 internal errors.
25662
25663 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
25664
25665 * gdb.t03/gdbme.c: Add pointer to struct variable.
25666 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
25667 referencing struct members.
25668
25669 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
25670
25671 * configure.in (mips-idt-ecoff): New target.
25672 * config/mips-gdb.exp: New file for remote board using MIPS remote
25673 debugging protocol.
25674
25675 * Redid configuration scheme. Removed gdb.t*/configure.in.
25676 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
25677 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
25678 distclean targets. Built executables via .o files. Adjusted
25679 tests to account for source files in $(srcdir) rather than
25680 $(objdir).
25681 * lib/gdb.exp (runto): Don't expect () after the function name,
25682 because it may have arguments.
25683
25684 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
25685
25686 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25687 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25688 expected failures for mips-idt-* and mips-sgi-*.
25689 * gdb.t00/default.exp (attach): Kill process if requested.
25690 * gdb.t00/help.exp (help target core, help target): Accept a gdb
25691 that does not read core files.
25692 * gdb.t01/run.exp: Removed checks for exit status code.
25693 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25694 it is linked in.
25695 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25696 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25697 appropriate, rather than doing it by hand.
25698 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25699 execution.
25700 * gdb.t10/crossload.exp: Kill existing program if needed.
25701 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25702 appropriate, rather than doing it by hand. Always increase
25703 timeout for this test, not just for VxWorks.
25704
25705 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25706
25707 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25708 of Chill STRUCT types and STRUCT values.
25709 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25710 than "char".
25711 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
25712 struct2): New struct definitions and initializations to test
25713 simple Chill STRUCT types.
25714
25715 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25716
25717 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25718 the null byte at the end of strings.
25719 * gdb.t00/default.exp: Make show version insensitive to copyright
25720 date.
25721 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25722 to avoid dependencies on target char signedness.
25723 * gdb.t16/printcmds.exp: Update expected results for explicitly
25724 unsigned char.
25725 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25726 now work.
25727 * gdb.t21/demangle.exp: Add many more patterns for template
25728 demangling, most of them being expected failures.
25729 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25730 string we are matching for, to match on the whole string.
25731 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25732 and fix a whole bunch that had incorrect expected output but were
25733 passing anyway because of the bug in "proc demangle".
25734 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25735 type.
25736 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25737
25738 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25739
25740 * gdb/testsuite: made modifications to testcases, etc., to allow
25741 them to work properly given the reorganization of deja-gnu and the
25742 relocation of the testcases from deja-gnu to a "tool" subdirectory.
25743
25744 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25745
25746 * gdb/testsuite: Initial creation of gdb/testsuite.
25747 Migrated dejagnu testcases and support files for testing nm to
25748 gdb/testsuite from deja-gnu. These files were moved "as is"
25749 with no modifications. This migration is part of a major overhaul
25750 of dejagnu. The modifications to these testcases, etc., which
25751 will allow them to work with the new version of dejagnu will be
25752 made in a future update.
25753
25754 For additional changes see gdb.mi/ChangeLog-1999-2003.
25755 \f
25756 ;; Local Variables:
25757 ;; mode: change-log
25758 ;; left-margin: 8
25759 ;; fill-column: 74
25760 ;; version-control: never
25761 ;; End:
25762
25763 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25764 2003, 2004, 2005 Free Software Foundation, Inc.
25765 Copying and distribution of this file, with or without modification,
25766 are permitted provided the copyright notice and this notice are preserved.