daily update
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-02-07 Pedro Alves <pedro@codesourcery.com>
2 Pedro Alves <palves@redhat.com>
3
4 * gdb.threads/step-after-sr-lock.c: New file.
5 * gdb.threads/step-after-sr-lock.exp: New file.
6
7 2014-02-07 Pedro Alves <palves@redhat.com>
8
9 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10
11 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15
16 2014-02-06 Doug Evans <xdje42@gmail.com>
17
18 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19 output.
20
21 * gdb.gdb/python-interrupts.exp: New file.
22
23 2014-02-05 Yao Qi <yao@codesourcery.com>
24
25 * gdb.trace/report.exp (use_collected_data): Test the output
26 of "info threads" and "info inferiors".
27
28 2014-02-05 Yao Qi <yao@codesourcery.com>
29
30 Revert this patch:
31
32 2013-05-24 Yao Qi <yao@codesourcery.com>
33
34 * gdb.trace/tfile.exp: Test inferior and thread.
35
36 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
37
38 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
39 on a function.
40 * gdb.base/step-bt.c: Call hello via function pointer to make
41 sure its first instruction is executed on powerpc64le-linux.
42
43 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
44
45 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
46
47 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
48
49 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
50 of the test patterns for use on little-endian systems.
51
52 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
53
54 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
55 (decimal_vector): Fix for little-endian.
56
57 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
58
59 * gdb.arch/sparc-sysstep.exp: New file.
60 * gdb.arch/sparc-sysstep.c: Likewise.
61
62 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
63
64 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
65
66 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
67
68 2014-01-23 Tom Tromey <tromey@redhat.com>
69
70 * gdb.ada/array_char_idx: New testcase.
71
72 2014-01-23 Tom Tromey <tromey@redhat.com>
73
74 PR python/16487:
75 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
76 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
77 classes.
78
79 2014-01-23 Tom Tromey <tromey@redhat.com>
80
81 PR python/16491:
82 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
83 string from an inferior frame.
84 * gdb.python/py-framefilter-mi.exp: Update.
85
86 2014-01-22 Doug Evans <dje@google.com>
87
88 * gdb.server/server-mon.exp: Add tests for "set debug-format".
89
90 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
91
92 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
93
94 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
95
96 * gdb.trace/entry-values.exp: Remove excess space character from
97 regex patterns. Handle s390 call instruction.
98
99 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
100
101 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
102 define "*_start" label. Make "name" static.
103 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
104 ${name} by references to ${name}_start.
105
106 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
107
108 * gdb.base/info-macros.exp: Remove "debug" from the compile
109 options.
110
111 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
112
113 * gdb.dlang/demangle.exp: New file.
114
115 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
116
117 * gdb.dlang/primitive-types.exp: New file.
118
119 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
120
121 * configure.ac: Create gdb.dlang/Makefile.
122 * configure: Regenerate.
123 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
124 * gdb.dlang/Makefile.in: New file.
125 * lib/d-support.exp: New file.
126 * lib/gdb.exp (skip_d_tests): New proc.
127
128 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
129
130 * gdb.btrace/delta.exp: Check reverse stepi.
131 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
132 * gdb.btrace/finish.exp: New.
133 * gdb.btrace/next.exp: New.
134 * gdb.btrace/nexti.exp: New.
135 * gdb.btrace/record_goto.c: Add comments.
136 * gdb.btrace/step.exp: New.
137 * gdb.btrace/stepi.exp: New.
138 * gdb.btrace/multi-thread-step.c: New.
139 * gdb.btrace/multi-thread-step.exp: New.
140 * gdb.btrace/rn-dl-bind.c: New.
141 * gdb.btrace/rn-dl-bind.exp: New.
142 * gdb.btrace/data.c: New.
143 * gdb.btrace/data.exp: New.
144 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
145
146 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
147
148 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
149 * gdb.btrace/exception.exp: Update.
150 * gdb.btrace/instruction_history.exp: Update.
151 * gdb.btrace/record_goto.exp: Update.
152 * gdb.btrace/tailcall.exp: Update.
153 * gdb.btrace/unknown_functions.exp: Update.
154 * gdb.btrace/delta.exp: New.
155
156 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
157
158 * gdb.btrace/record_goto.exp: Add backtrace test.
159 * gdb.btrace/tailcall.exp: Add backtrace test.
160
161 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
162
163 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
164 * gdb.btrace/record_goto.c: New.
165 * gdb.btrace/record_goto.exp: New.
166 * gdb.btrace/x86-record_goto.S: New.
167
168 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
169
170 * gdb.btrace/function_call_history.exp: Update tests.
171 * gdb.btrace/instruction_history.exp: Update tests.
172
173 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
174
175 * gdb.btrace/function_call_history.exp: Fix expected field
176 order for "record function-call-history".
177 Add new tests for "record function-call-history /c".
178 * gdb.btrace/exception.cc: New.
179 * gdb.btrace/exception.exp: New.
180 * gdb.btrace/tailcall.exp: New.
181 * gdb.btrace/x86-tailcall.S: New.
182 * gdb.btrace/x86-tailcall.c: New.
183 * gdb.btrace/unknown_functions.c: New.
184 * gdb.btrace/unknown_functions.exp: New.
185 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
186
187 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
188
189 * gdb.btrace/instruction_history.exp: Update.
190 * gdb.btrace/function_call_history.exp: Update.
191
192 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
193
194 * gdb.btrace/function_call_history.exp: Fix expected function
195 trace.
196 * gdb.btrace/instruction_history.exp: Initialize traced.
197 Remove traced_functions.
198
199 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
200
201 * gdb.btrace/function_call_history.exp: Update
202 * gdb.btrace/instruction_history.exp: Update.
203
204 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
205
206 * gdb.btrace/enable.exp: Update expected text.
207
208 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
209
210 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
211 bytes.
212
213 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
214
215 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
216
217 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
218
219 * lib/gdb.exp (supports_process_record): Return true for
220 arm*-linux*. (supports_reverse): Likewise.
221
222 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
223
224 PR python/15464
225 PR python/16113
226 * gdb.python/py-type.c: Enhance test case.
227 * gdb.python/py-value-cc.cc: Likewise
228 * gdb.python/py-type.exp: Add new tests.
229 * gdb.python/py-value-cc.exp: Likewise
230
231 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
232 Pedro Alves <palves@redhat.com>
233
234 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
235 Make "name" extern.
236 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
237 references to ${name}_start by references to ${name}.
238
239 2014-01-10 Joel Brobecker <brobecker@adacore.com>
240
241 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
242
243 2014-01-10 Joel Brobecker <brobecker@adacore.com>
244
245 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
246
247 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
248 Pedro Alves <palves@redhat.com>
249
250 * gdb.mi/mi-info-os.exp: Connect to the target with
251 mi_gdb_target_load.
252
253 2014-01-08 Pedro Alves <palves@redhat.com>
254
255 * gdb.threads/reconnect-signal.c: New file.
256 * gdb.threads/reconnect-signal.exp: New file.
257
258 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 * gdb.base/source-dir.exp: New file.
261
262 2014-01-07 Joel Brobecker <brobecker@adacore.com>
263
264 * gdb.ada/mi_interface: New testcase.
265
266 2014-01-07 Joel Brobecker <brobecker@adacore.com>
267
268 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
269 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
270 gdb.ada/pp-rec-component/pck.ads: New files.
271
272 2014-01-07 Joel Brobecker <brobecker@adacore.com>
273
274 * gdb.python/py-pp-integral.c: New file.
275 * gdb.python/py-pp-integral.py: New file.
276 * gdb.python/py-pp-integral.exp: New file.
277
278 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
279
280 PR breakpoints/16297
281 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
282 (write_syscall): New variables.
283 (main): Create a pipe, write 1 byte in it, and read 1 byte from
284 it.
285 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
286 "write" and "read" syscalls.
287 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
288 numbers.
289
290 2013-12-19 Keven Boell <keven.boell@intel.com>
291
292 * gdb.fortran/module.exp: Completion matches fortran module
293 names as well. ptype/whatis on modules return a proper type.
294 Add new check for having the correct scope.
295
296 2013-12-19 Keven Boell <keven.boell@intel.com>
297
298 * gdb.fortran/type.f90: New file.
299 * gdb.fortran/whatis_type.f90: New file.
300
301 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
304 (close_syscall, chroot_syscall, exit_group_syscall): New
305 variables.
306 * gdb.base/catch-syscall.exp: Replace gdb_compile by
307 prepare_for_testing. Call fill_all_syscalls_numbers before
308 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
309 gdb_load by clean_restart.
310 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
311 (check_info_bp_many_syscalls): Remove global gdb_prompt.
312 (check_call_to_syscall): Likewise. Add global decimal. Improve
313 testing regex.
314 (check_return_from_syscall): Likewise.
315 (check_continue, insert_catch_syscall_with_arg): Remove global
316 gdb_prompt.
317 (insert_catch_syscall_with_many_args): Likewise. Add global
318 decimal. Fix $filter_str. Improve testing regex.
319 (check_for_program_end): Remove global gdb_prompt.
320 (test_catch_syscall_without_args): Likewise. Add global decimal.
321 Improve testing regex.
322 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
323 (test_catch_syscall_with_wrong_args)
324 (test_catch_syscall_restarting_inferior)
325 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
326 (do_syscall_tests): Likewise. Remove global srcdir.
327 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
328 Add global last_syscall_number. Test for the exact syscall number
329 to be caught.
330 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
331 Add global all_syscalls_numbers. Test each syscall number to be
332 caught, instead of only testing "close".
333 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
334 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
335 Remove stale comment.
336 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
337 the correct syscall numbers using information from the inferior.
338
339 2013-12-17 Pedro Alves <palves@redhat.com>
340
341 * gdb.trace/circ.exp: Expect frame info to be printed when
342 switching between frames with unavailable stack, but different
343 functions.
344
345 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
346
347 * gdb.trace/unavailable-dwarf-piece.c: New file.
348 * gdb.trace/unavailable-dwarf-piece.exp: New file.
349
350 2013-12-15 Yao Qi <yao@codesourcery.com>
351
352 * gdb.perf/skip-prologue.c: New.
353 * gdb.perf/skip-prologue.exp: New.
354 * gdb.perf/skip-prologue.py: New.
355
356 2013-12-13 Joel Brobecker <brobecker@adacore.com>
357
358 * gdb.ada/arraydim: New testcase.
359
360 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
361
362 PR python/16113
363 * gdb.python/py-value-cc.cc: Improve test case.
364 * gdb.python/py-value-cc.exp: Add new tests to test usage of
365 gdb.Field objects as subscripts on gdb.Value objects.
366
367 2013-12-10 Doug Evans <dje@google.com>
368
369 PR 16286
370 * gdb.python/py-value.c: #include stdlib.h, string.h.
371 (str): New struct.
372 (main): New local xstr.
373 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
374 fetch a value as a string with a length beyond the declared length
375 of the array.
376
377 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
378
379 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
380 update comment.
381
382 2013-12-10 Joel Brobecker <brobecker@adacore.com>
383
384 * gdb.ada/int_deref.exp: Add test verifying that we print
385 the decoded symbol name when printing the address of Ada
386 symbols.
387
388 2013-12-10 Joel Brobecker <brobecker@adacore.com>
389
390 * gdb.mi/mi-start.exp: Add test verifying that -list-features
391 contains "exec-run-start-option".
392
393 2013-12-08 Yao Qi <yao@codesourcery.com>
394
395 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
396 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
397 (is_64_target, is_amd64_regs_target): Likewise.
398 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
399
400 2013-12-07 Mike Frysinger <vapier@gentoo.org>
401
402 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
403 * gdb.base/testenv.c: Likewise.
404
405 2013-12-07 Mike Frysinger <vapier@gentoo.org>
406
407 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
408 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
409 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
410
411 2013-12-06 Pedro Alves <palves@redhat.com>
412
413 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
414 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
415 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
416
417 2013-12-06 Doug Evans <dje@google.com>
418
419 * gdb.base/break.exp: Fix setting of $baz.
420
421 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
422
423 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
424 DW_OP_plus_uconst.
425
426 2013-12-06 Keven Boell <keven.boell@intel.com>
427
428 * lib/mi-support.exp (mi_list_varobj_children_range): Add
429 call to mi_list_array_varobj_children_with_index.
430 (mi_list_array_varobj_children_with_index): New function.
431 Add parameter to specify array start.
432
433 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
434
435 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
436 SIGPWR in sparc64.
437
438 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
439 have the same signal number. Handle this situation.
440
441 2013-12-03 Joel Brobecker <brobecker@adacore.com>
442
443 * gdb.ada/dot_all: New testcase.
444
445 2013-12-03 Joel Brobecker <brobecker@adacore.com>
446
447 * gdb.mi/mi-undefined-cmd.exp: New testcase.
448
449 2013-12-03 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.mi/mi-i-cmd.exp: New file.
452
453 2013-12-02 Doug Evans <dje@google.com>
454
455 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
456 at start.
457 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
458 has been specified with a relative path and we have chdir'd before
459 accessing the debug info.
460
461 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
462
463 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
464 expected results.
465 (gdb_collect_locals_test): Likewise.
466 (gdb_collect_globals_test): Likewise.
467
468 2013-11-28 Yao Qi <yao@codesourcery.com>
469
470 * lib/gdb.exp (with_gdb_prompt): New proc.
471 * gdb.perf/disassemble.exp: New.
472 * gdb.perf/disassemble.py: New.
473
474 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
475
476 * gdb.base/callfuncs.c (main): Assign malloc's return value
477 and free it afterwards.
478 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
479 * gdb.base/printcmds.c (main): Likewise.
480 * gdb.base/randomize.c (main): Free "p" and change breakpoint
481 marker position.
482 * gdb.base/setvar.c (dummy): Assign malloc's return value
483 and free it afterwards.
484
485 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
486
487 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
488 gdb_test_multiple.
489
490 2013-11-26 Tom Tromey <tromey@redhat.com>
491
492 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
493 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
494 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
495
496 2013-11-25 Keith Seitz <keiths@redhat.com>
497
498 PR c++/14819
499 * gdb.cp/impl-this.cc: New file.
500 * gdb.cp/impl-this.exp: New file.
501
502 2013-11-25 Yao Qi <yao@codesourcery.com>
503
504 * gdb.perf/backtrace.c: New.
505 * gdb.perf/backtrace.exp: New.
506 * gdb.perf/backtrace.py: New.
507
508 2013-11-24 Yao Qi <yao@codesourcery.com>
509
510 * gdb.perf/single-step.c: New.
511 * gdb.perf/single-step.exp: New.
512 * gdb.perf/single-step.py: New.
513
514 2013-11-23 Doug Evans <xdje42@gmail.com>
515
516 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
517 with ignore count".
518
519 2013-11-23 Doug Evans <xdje42@gmail.com>
520
521 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
522 (test_subscript_regression): Ditto.
523 (top level): Run test_subscript_regression for c++ with "c++" prefix.
524
525 2013-11-23 Doug Evans <xdje42@gmail.com>
526
527 * gdb.python/py-type.exp (test_enums): Fix typo.
528
529 2013-11-23 Doug Evans <xdje42@gmail.com>
530
531 * gdb.python/py-symbol.exp: Add some comments. Make all test names
532 unique.
533
534 2013-11-23 Doug Evans <xdje42@gmail.com>
535
536 * gdb.python/py-symbol.exp: Fix whitespace.
537
538 2013-11-23 Doug Evans <xdje42@gmail.com>
539
540 * gdb.python/python.exp: Don't call skip_python_tests, we still want
541 to test some things in the case where python is not configured in.
542
543 2013-11-22 Pedro Alves <palves@redhat.com>
544
545 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
546 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
547 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
548 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
549 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
550 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
551
552 2013-11-22 Tom Tromey <tromey@redhat.com>
553
554 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
555
556 2013-11-22 Tom Tromey <tromey@redhat.com>
557
558 * gdb.dwarf2/dw2-bad-cfi.c: New file.
559 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
560 * gdb.dwarf2/dw2-bad-cfi.S: New file.
561
562 2013-11-22 Pedro Alves <palves@redhat.com>
563
564 PR 16155
565 * gdb.dwarf2/dw2-dup-frame.S: New file.
566 * gdb.dwarf2/dw2-dup-frame.c: New file.
567 * gdb.dwarf2/dw2-dup-frame.exp: New file.
568
569 2013-11-22 Yao Qi <yao@codesourcery.com>
570
571 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
572 comment and add one more argument "has_more".
573 * gdb.python/py-mi.exp: Callers update.
574
575 2013-11-22 Yao Qi <yao@codesourcery.com>
576
577 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
578 of mi_create_dynamic_varobj.
579
580 2013-11-20 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
583 time, and run it through all three milestone regexes.
584
585 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
586
587 * gdb.base/eval-avoid-side-effects.exp: New file.
588
589 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
590
591 * gdb.arch/i386-mpx.c: New file
592 * gdb.arch/i386-mpx.exp: New file.
593
594 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
595
596 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
597 for bnd registers.
598
599 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
600
601 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
602 start and end equal 0.
603
604 2013-11-19 Yao Qi <yao@codesourcery.com>
605
606 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
607 (mi_list_varobj_children_range): Likewise.
608
609 2013-11-19 Yao Qi <yao@codesourcery.com>
610
611 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
612
613 2013-11-19 Yao Qi <yao@codesourcery.com>
614
615 * lib/mi-support.exp: Fix format.
616
617 2013-11-19 Joel Brobecker <brobecker@adacore.com>
618
619 * gdb.ada/py_range: New testcase.
620
621 2013-11-18 Joel Brobecker <brobecker@adacore.com>
622
623 * mi-language.exp: Add "-list-features" test verifying that
624 its output contains "language-option".
625
626 2013-11-16 Joel Brobecker <brobecker@adacore.com>
627
628 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
629 * info_exc/foo.adb: Adjust to new exception name.
630 * info_exc.exp: Adjust after exception renaming in const.ads.
631 Update "info exception global" test to test "info exceptions
632 global_gdb" instead.
633
634 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
635 * mi_exc_info/foo.adb (Adjust to new exception name.
636 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
637 Update "-info-ada-exceptions global" test to test
638 "-info-ada-exceptions global_gdb" instead.
639
640 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
641
642 * lib/mi-support.exp (mi_gdb_test): Expect different formats
643 of inferior output for remote and native sessions.
644 * gdb.mi/mi-console.exp: Remove obsolete comment.
645 Check for semihosted inferior output pattern.
646 (semihosted_string): New function.
647
648 2013-11-15 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.ada/info_exc.exp: Allow other global exceptions to be
651 listed in the output of "info exceptions".
652 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
653 listed in the output of "-info-ada-exceptions".
654
655 2013-11-15 Joel Brobecker <brobecker@adacore.com>
656
657 * gdb.ada/info_exc.exp: Start inferior before starting
658 the "info exceptions" tests.
659 * gdb.ada/mi_exc_info.exp: Start inferior before starting
660 the "-info-ada-exceptions" tests.
661
662 2013-11-15 Tom Tromey <tromey@redhat.com>
663
664 * gdb.cp/includefile: New file.
665 * gdb.cp/filename.exp: New file.
666 * gdb.cp/filename.cc: New file.
667
668 2013-11-15 Doug Evans <xdje42@gmail.com>
669
670 * gdb.python/py-breakpoint.exp: Make tests have unique names.
671
672 2013-11-15 Doug Evans <xdje42@gmail.com>
673
674 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
675
676 2013-11-15 Doug Evans <xdje42@gmail.com>
677
678 * gdb.python/py-breakpoint.exp: Split up into several functions,
679 each with their own test prefix.
680
681 2013-11-15 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.ada/O2_float_param: New testcase.
684
685 2013-11-14 Tom Tromey <tromey@redhat.com>
686
687 * Makefile.in (check-parallel): Print summary from gdb.sum.
688
689 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
690
691 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
692 and function label names.
693 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
694 compile unit labels.
695
696 2013-11-14 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.mi/mi-language.exp: New file.
699
700 2013-09-17 Keith Seitz <keiths@redhat.com>
701
702 PR c++/7935
703 PR c++/10541
704 * gdb.cp/nsalias.exp: New file.
705 * gdb.cp/nsalias.cc: New file.
706 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
707 tests only on known, working compiler versions.
708
709 2013-11-13 Tom Tromey <tromey@redhat.com>
710
711 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
712 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
713
714 2013-11-12 Doug Evans <dje@google.com>
715
716 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
717 so that "rm -rf $builddir" Just Works.
718
719 2013-11-12 Joel Brobecker <brobecker@adacore.com>
720
721 * gdb.ada/mi_exc_info: New testcase.
722
723 2013-11-12 Joel Brobecker <brobecker@adacore.com>
724
725 * gdb.ada/info_exc: New testcase.
726
727 2013-11-11 Doug Evans <dje@google.com>
728
729 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
730 of testfile.
731
732 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
733
734 * gdb.python/py-linetable.S: New file.
735 * gdb.python/py-linetable.c: New file.
736 * gdb.python/py-linetable.exp: New file.
737
738 2013-11-11 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.ada/mi_ex_cond: New testcase.
741
742 2013-11-07 Doug Evans <dje@google.com>
743
744 PR 11786
745 * gdb.base/gcore-relro-pie.c: New file.
746 * gdb.base/gcore-relro-pie.exp: New file.
747
748 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
749
750 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
751 * gdb.python/py-cmd.c: New File.
752
753 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
754
755 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
756
757 2013-11-06 Doug Evans <xdje42@gmail.com>
758
759 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
760
761 2013-11-06 Yao Qi <yao@codesourcery.com>
762
763 * lib/gdb.exp (gdb_produce_source): New procedure.
764 * gdb.perf/solib.c: New.
765 * gdb.perf/solib.exp: New.
766 * gdb.perf/solib.py: New.
767
768 2013-11-06 Yao Qi <yao@codesourcery.com>
769
770 * README: Mention performance tests.
771
772 2013-11-06 Yao Qi <yao@codesourcery.com>
773
774 * lib/perftest.exp: New.
775 * gdb.perf/lib/perftest/__init__.py: New.
776 * gdb.perf/lib/perftest/measure.py: New.
777 * gdb.perf/lib/perftest/perftest.py: New.
778 * gdb.perf/lib/perftest/reporter.py: New.
779 * gdb.perf/lib/perftest/testresult.py: New.
780
781 2013-11-06 Yao Qi <yao@codesourcery.com>
782
783 * Makefile.in (check-perf): New target.
784 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
785 * configure: Re-generated.
786 * gdb.perf/Makefile.in: New.
787
788 2013-11-04 Tom Tromey <tromey@redhat.com>
789
790 * Makefile.in (TEST_DIRS): Remove.
791 (TEST_TARGETS, check-parallel): Rewrite.
792 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
793 (subdir_do, subdirs): Remove.
794 (do-check-parallel, check/%): New targets.
795 (clean): Remove outputs, temp, and cache directories.
796 (saw_dash_j): New variable.
797 (CHECK_TARGET): Use it.
798 (check): Depend on all, site.exp. Rewrite.
799 (check-single): Remove dependencies.
800 (slow_tests, all_tests, reordered_tests): New variables.
801
802 2013-11-04 Tom Tromey <tromey@redhat.com>
803
804 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
805 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
806 before loading binfile.
807 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
808 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
809 before loading binfile.
810
811 2013-11-04 Tom Tromey <tromey@redhat.com>
812
813 * gdb.base/foll-exec.c (main): Use BASEDIR.
814 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
815 * gdb.base/foll-vfork.c (main): Use BASEDIR.
816 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
817 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
818 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
819
820 2013-11-04 Tom Tromey <tromey@redhat.com>
821
822 * gdb.base/argv0-symlink.exp: Compute executable's directory
823 dynamically.
824
825 2013-11-04 Tom Tromey <tromey@redhat.com>
826
827 * gdb.asm/asm-source.exp: Use standard_output_file.
828
829 2013-11-04 Tom Tromey <tromey@redhat.com>
830
831 * gdb.server/file-transfer.exp: Use standard_output_file.
832
833 2013-11-04 Tom Tromey <tromey@redhat.com>
834
835 * gdb.base/fullname.exp: Use standard_output_file,
836 relative_filename.
837 * gdb.base/hashline1.exp: Use standard_testfile,
838 standard_output_file, relative_filename, clean_restart.
839 * gdb.base/hashline2.exp: Use standard_testfile,
840 standard_output_file.
841 * gdb.base/hashline3.exp: Use standard_testfile,
842 standard_output_file, relative_filename.
843 * lib/gdb.exp (relative_filename): New proc.
844
845 2013-11-04 Tom Tromey <tromey@redhat.com>
846
847 * gdb.base/fileio.c (test_open, test_write, test_read)
848 (test_lseek, test_close, test_stat, test_fstat)
849 (test_isatty, test_system, test_rename, test_unlink):
850 Use OUTDIR define.
851 * gdb.base/fileio.exp: Define OUTDIR during compilation.
852 Use standard_output_file.
853
854 2013-11-04 Tom Tromey <tromey@redhat.com>
855
856 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
857 defines.
858 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
859 compilation. Use prepare_for_testing, standard_output_file.
860
861 2013-11-04 Tom Tromey <tromey@redhat.com>
862
863 * gdb.base/advance.exp: Use standard_testfile and
864 prepare_for_testing.
865 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
866 appropriate directory when local.
867 * gdb.base/dump.exp: Use standard_output_file. Update all
868 "dump" and "restore" filenames.
869 * gdb.base/interact.exp: Use standard_output_file.
870 * gdb.base/jit-so.exp: Don't download file when local.
871 * gdb.base/jit.exp (compile_jit_test): Don't download file
872 when local.
873 * gdb.base/list.exp: Use gdb_remote_download.
874 * gdb.base/maint.exp: Use standard_output_file.
875 * gdb.base/prelink.exp: Use standard_output_file.
876 * gdb.base/save-bp.exp: Use standard_output_file.
877 * gdb.base/sepdebug.exp: Use standard_testfile,
878 standard_output_file.
879 (test_different_dir): Don't declare objdir.
880 * gdb.base/solib-search.exp: Use standard_output_file.
881 * gdb.base/step-line.exp: Use gdb_remote_download.
882 * gdb.base/trace-commands.exp: Use standard_output_file.
883
884 2013-11-04 Tom Tromey <tromey@redhat.com>
885
886 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
887 to compilation. Use standard_output_file.
888 (test_tfind_tfile): Update.
889 * gdb.trace/tfile.c (write_basic_trace_file)
890 (write_error_trace_file): Use TFILE_DIR.
891 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
892 standard_output_file.
893
894 2013-11-04 Tom Tromey <tromey@redhat.com>
895
896 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
897 Use "dwarf2 always-disassemble" for the "maint set" test.
898 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
899 standard_output_file.
900 * gdb.mi/mi-logging.exp: Use standard_output_file.
901
902 2013-11-04 Tom Tromey <tromey@redhat.com>
903
904 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
905 downloads conditional on remote host.
906 (set_arch): Likewise.
907 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
908 (load_description): Use standard_output_file.
909
910 2013-11-04 Tom Tromey <tromey@redhat.com>
911
912 * gdb.gdb/selftest.exp: Use standard_output_file.
913 * lib/selftest-support.exp (do_self_tests): Use
914 standard_output_file.
915
916 2013-11-04 Tom Tromey <tromey@redhat.com>
917
918 * gdb.stabs/weird.exp: Use gdb_remote_download and
919 standard_output_file.
920
921 2013-11-04 Tom Tromey <tromey@redhat.com>
922
923 * gdb.base/gcore-buffer-overflow.exp: Use
924 standard_output_file, not standard_testfile.
925 * gdb.base/twice.exp: Use standard_testfile, not
926 standard_output_file. Use gdb_remote_download.
927
928 2013-11-04 Tom Tromey <tromey@redhat.com>
929
930 * lib/gdb.exp (get_compiler_info): Use log_file -info and
931 restore from that.
932
933 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
934
935 * gdb.cp/derivation.exp: s/perrro/perror/
936
937 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
938
939 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
940 `debugdir'.
941
942 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
943
944 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
945 tests and update expected error message.
946 (test_watch_register_location): New tests.
947 (do_tests): Call test_watch_register_location.
948 * gdb.base/watchpoints.exp: Update expected error message.
949
950 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
951
952 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
953 the patterns in gdb_test_multiple.
954
955 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
956
957 * gdb.base/sym-file-lib.c: New file.
958 * gdb.base/sym-file-loader.c: New file.
959 * gdb.base/sym-file-loader.h: New file.
960 * gdb.base/sym-file-main.c: New file.
961 * gdb.base/sym-file.exp: New file.
962 * lib/gdb.exp (is_elf_target): New function.
963
964 2013-10-29 Pedro Alves <palves@redhat.com>
965
966 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
967 variable setting change-log-default-name to ChangeLog-mi.
968
969 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
970
971 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
972 Expect <unavailable> pattern.
973
974 2013-10-28 Tom de Vries <tom@codesourcery.com>
975
976 * gdb.arch/thumb2-it.S (it_8): Fix typo.
977
978 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
979
980 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
981 remote stubs where exit() behaviour is unreliable.
982
983 2013-10-25 Pedro Alves <palves@redhat.com>
984
985 * gdb.cp/m-static.exp: Adjust expected output of printing a
986 nonexistent or optimized out static field. Also test printing the
987 the "container" object.
988
989 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
990
991 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
992 if in the persistent mode.
993 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
994
995 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
996
997 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
998 support core file generation" reply.
999
1000 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1001
1002 PR gdb/15986
1003 * gdb.base/run.c (main): gdb_get_line_number tag added for
1004 commands.exp.
1005 (factorial): Likewise.
1006
1007 * gdb.base/commands.exp (watchpoint_command_test): Use
1008 gdb_get_line_number in order to determine the locations in run.c
1009 where local_var is detected to go out of scope.
1010
1011 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1012
1013 * gdb.base/gnu_vector.exp: Care about endianness when casting
1014 scalars to vectors.
1015
1016 2013-10-18 Tom Tromey <tromey@redhat.com>
1017
1018 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1019 of "binfile".
1020
1021 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1022
1023 * gdb.base/watchpoints.exp: Add test for setting software
1024 watchpoints of different types before starting the inferior.
1025
1026 2013-10-18 Pedro Alves <palves@redhat.com>
1027
1028 PR gdb/16062
1029 * gdb.threads/stepi-random-signal.c: New file.
1030 * gdb.threads/stepi-random-signal.exp: New file.
1031
1032 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1033
1034 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1035 Fix comment typo.
1036 * lib/gdb.exp (gdb_init): Likewise.
1037
1038 2013-10-17 Tom Tromey <tromey@redhat.com>
1039
1040 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1041
1042 2013-10-14 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1045 name to gdb_test_no_output.
1046
1047 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 Canonicalize directories for EXEC_FILENAME.
1050 * gdb.base/argv0-symlink.exp
1051 (kept file symbolic link name for info inferiors): New.
1052 (kept directory symbolic link name): Setup kfail.
1053 (kept directory symbolic link name for info inferiors): New.
1054
1055 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1056
1057 * gdb.arch/s390-multiarch.exp: New file.
1058 * gdb.arch/s390-multiarch.c: New file.
1059
1060 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1061
1062 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1063 use the appropriate GDB/MI command instead, and verify
1064 the test output.
1065
1066 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1067
1068 * gdb.base/source-nofile.gdb: New file.
1069 * gdb.base/source.exp: Add two tests verifying the behavior when
1070 the "source" command is given a non-existant filename.
1071
1072 2013-10-11 Yao Qi <yao@codesourcery.com>
1073
1074 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1075 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1076 and 'dlclose'.
1077 [!__WIN32__]: Include "dlfcn.h".
1078 * gdb.mi/mi-catch-load.exp: Set up kfail.
1079
1080 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1081
1082 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1083 generated corefile" by argument "$test".
1084
1085 2013-10-09 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1088 output.
1089
1090 2013-10-09 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1093 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1094 (test_catch_syscall_with_wrong_args)
1095 (test_catch_syscall_restarting_inferior)
1096 (test_catch_syscall_fail_nodatadir)
1097 (test_catch_syscall_without_args_noxml)
1098 (test_catch_syscall_with_args_noxml)
1099 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1100
1101 2013-10-08 Tom Tromey <tromey@redhat.com>
1102
1103 * gdb.dwarf2/dwzbuildid.exp: New file.
1104 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1105 parameters.
1106 (Dwarf::_defer_output): Change "section" parameter to
1107 "section_spec"; update.
1108 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1109 procs.
1110
1111 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1114
1115 2013-10-07 Tom Tromey <tromey@redhat.com>
1116
1117 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1118 to 0.
1119
1120 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1121
1122 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1123 $_exitcode is void when opening a corefile.
1124 * gdb.base/exitsignal.exp: New file.
1125 * gdb.base/segv.c: Likewise.
1126 * gdb.base/normal.c: Likewise.
1127
1128 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1131
1132 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1133
1134 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1135 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1136
1137 2013-10-02 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1140 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1141 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1142 (not_saved_pattern): New.
1143 Replace use of the former with the latter.
1144
1145 2013-10-02 Pedro Alves <palves@redhat.com>
1146
1147 * README (Board Settings): Document "exit_is_reliable".
1148 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1149 running to exit reliably reports program exits.
1150 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1151 info.
1152 * boards/native-stdio-gdbserver.exp: Likewise.
1153
1154 2013-10-01 Doug Evans <dje@google.com>
1155
1156 * gdb.python/python.exp: Remove redundant print-stack tests.
1157 Make all print-stack test names unique. Fix spelling of print-stack.
1158
1159 2013-09-29 Yao Qi <yao@codesourcery.com>
1160
1161 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1162 is remote.
1163
1164 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1165
1166 PR shlibs/8882
1167 * gdb.base/corefile.exp: Add a check to assure warning-free
1168 core-file load.
1169
1170 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1171
1172 * gdb.dwarf2/dwp-symlink.c: New file.
1173 * gdb.dwarf2/dwp-symlink.exp: New file.
1174
1175 2013-09-20 Doug Evans <dje@google.com>
1176
1177 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1178 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1179 file.
1180 * gdb.dwarf2/fission-loclists.S: Ditto.
1181 * gdb.dwarf2/fission-reread.S: Ditto.
1182 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1183 build_executable_from_fission_assembler.
1184 * gdb.dwarf2/fission-loclists.exp: Ditto.
1185 * gdb.dwarf2/fission-reread.exp: Ditto.
1186
1187 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1188 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1189 (gdb_gnu_strip_debug): Ditto.
1190 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1191 * gdb.arch/altivec-abi.exp: Ditto.
1192 * gdb.base/attach-pie-misread.exp: Ditto.
1193 * gdb.base/comprdebug.exp: Ditto.
1194 * gdb.base/dup-sect.exp: Ditto.
1195 * gdb.base/gnu-debugdata.exp: Ditto.
1196 * gdb.base/step-symless.exp: Ditto.
1197 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1198 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1199 * gdb.dwarf2/gdb-index.exp: Ditto.
1200
1201 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1202
1203 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1204 register to "<optimized out>", and also print the registers.
1205
1206 2013-09-18 Pedro Alves <palves@redhat.com>
1207
1208 PR server/15967
1209 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1210 change text.
1211
1212 2013-09-18 Yao Qi <yao@codesourcery.com>
1213
1214 * gdb.server/wrapper.c: New.
1215 * gdb.server/wrapper.exp: New.
1216
1217 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1218 Jan Kratochvil <jan.kartochvil@redhat.com>
1219 Pedro Alves <palves@redhat.com>
1220
1221 PR gdb/11568
1222 * gdb.thread/thread-specific-bp.c: New file.
1223 * gdb.thread/thread-specific-bp.exp: New file.
1224
1225 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1226
1227 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1228 convenience function.
1229
1230 2013-09-17 Pedro Alves <palves@redhat.com>
1231
1232 PR gdb/15911
1233 * gdb.threads/info-threads-cur-sal-2.c: New file.
1234 * gdb.threads/info-threads-cur-sal.c: New file.
1235 * gdb.threads/info-threads-cur-sal.exp: New file.
1236
1237 2013-09-17 Yao Qi <yao@codesourcery.com>
1238
1239 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1240 [__WIN32__]: Include "windows.h" and define macro dlopen
1241 and dlclose.
1242 [!__WIN32__]: Include "dlfcn.h".
1243 * gdb.base/catch-load.exp (one_catch_load_test): Match
1244 directory separator.
1245
1246 2013-09-16 Doug Evans <dje@google.com>
1247
1248 * lib/gdb.exp (using_fission): New proc.
1249 * gdb.base/info-macros.exp: Skip test if using Fission.
1250
1251 * gdb.base/break-interp.exp: Fix indentation.
1252
1253 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1254
1255 * gdb.base/gdbvars.c (foo_void): New function.
1256 (foo_int): Likewise.
1257 * gdb.base/gdbvars.exp (test_convenience_functions): New
1258 function. Call it.
1259
1260 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1261
1262 * gdb.arch/s390-tdbregs.c: New file.
1263 * gdb.arch/s390-tdbregs.exp: New file.
1264
1265 2013-09-12 Stan Shebs <stan@codesourcery.com>
1266
1267 * README: New file.
1268
1269 2013-09-12 Doug Evans <dje@google.com>
1270
1271 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1272 added code to print event.inferior.
1273
1274 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1275
1276 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1277 debug part of the binary.
1278
1279 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1282 (addlink): Add comment.
1283
1284 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1285
1286 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1287 canonical pathname.
1288
1289 2013-09-04 Doug Evans <dje@google.com>
1290
1291 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1292 event.
1293 (continue_handler, new_objfile_handler): Ditto.
1294 (test_events): Rename command to "test-events".
1295 (test_newobj_events): Rename command to "test-objfile-events".
1296 * gdb.python/py-events.exp: Update.
1297 * gdb.python/py-evsignal.exp: Update.
1298 * gdb.python/py-evthreads.exp: Update.
1299
1300 * gdb.base/enumval.c (ZERO): New enum value.
1301 (main): Use it
1302 * gdb.base/enumval.exp: Test ability to print ZERO.
1303
1304 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1305 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.base/relocate.exp: Check that invalid options are
1308 rejected.
1309
1310 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
1311
1312 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1313 (my_static_symbol): Add comment.
1314 (main): Reference my_bss_symbol.
1315
1316 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1317
1318 * gdb.python/py-arch.exp: Tests for invalid architecture.
1319
1320 2013-08-29 Sterling Augustine <saugustine@google.com>
1321
1322 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1323 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1324 said conditional.
1325
1326 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1327
1328 * gdb.python/py-arch.exp: Load gdb-python.exp.
1329
1330 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1331
1332 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1333 itertools for imap attribute. Otherwise use map().
1334 (ElidingIterator): Define wrapper function __next__.
1335 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1336 use exec (open (read ())) instead.
1337 * gdb.python/py-framefilter.exp: Ditto.
1338 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1339 compliance.
1340 * gdb.python/py-frame.exp: Ditto.
1341 * gdb.python/py-type.exp: Ditto.
1342
1343 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1344
1345 PR gdb/15415
1346 * gdb.base/argv0-symlink.c: New file.
1347 * gdb.base/argv0-symlink.exp: New file.
1348
1349 2013-08-28 Tom Tromey <tromey@redhat.com>
1350
1351 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1352 when saving index.
1353
1354 2013-08-27 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.trace/entry-values.exp: Test unavailable entry value is
1357 not shown when option '--skip-unavailable' is specified.
1358 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1359 Add tests for new option '--skip-unavailable'.
1360
1361 2013-08-27 Yao Qi <yao@codesourcery.com>
1362
1363 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1364 remote_download if it is empty.
1365
1366 2013-08-26 Doug Evans <dje@google.com>
1367
1368 PR symtab/15885
1369 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1370 (clean): rm -f *.gdb-index *.with-index.
1371 * gdb.dwarf2/gdb-index.exp: New testcase.
1372
1373 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1374 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1375 run_on_host. All callers updated.
1376
1377 2013-08-24 Yao Qi <yao@codesourcery.com>
1378
1379 * gdb.trace/entry-values.c (end): New
1380 (main): Call end.
1381 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1382 tracepoint and collect data. Test entry value is unavailable.
1383
1384 2013-08-24 Yao Qi <yao@codesourcery.com>
1385
1386 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1387 * gdb.trace/entry-values.c: New.
1388 * gdb.trace/entry-values.exp: New.
1389
1390 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1391
1392 PR gdb/15501
1393 * gdb.base/ena-dis-br.exp: Add test to verify
1394 enable/disable commands work correctly with
1395 multiple arguments that include multiple locations.
1396
1397 2013-08-22 Samuel Bronson <naesten@gmail.com>
1398
1399 ARM Linux support for `catch syscall'.
1400 * gdb.base/catch-syscall.exp: Test this on ARM now.
1401 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1402
1403 2013-08-22 Tom Tromey <tromey@redhat.com>
1404
1405 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1406 default addr_size.
1407 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1408
1409 2013-08-22 Tom Tromey <tromey@redhat.com>
1410
1411 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1412 standard_temp_file.
1413
1414 2013-08-22 Tom Tromey <tromey@redhat.com>
1415
1416 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1417 clean_restart.
1418 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1419 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1420 clean_restart.
1421 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1422 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1423 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1424 * gdb.arch/amd64-word.exp: Use standard_testfile,
1425 clean_restart.
1426 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1427 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1428 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1429 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1430 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1431 * gdb.arch/i386-signal.exp: Use standard_testfile.
1432 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1433 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1434 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1435 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1436
1437 2013-08-22 Tom Tromey <tromey@redhat.com>
1438
1439 * gdb.python/py-error.exp: Use gdb_remote_download.
1440 * gdb.python/py-mi.exp: Use gdb_remote_download.
1441 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1442 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1443 (run_lang_tests): Likewise.
1444 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1445 filename.
1446 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1447 compiling. Use gdb_remote_download. Update some tests.
1448 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1449 standard_output_file.
1450 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1451 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1452 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1453 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1454 standard_output_file.
1455
1456 2013-08-22 Tom Tromey <tromey@redhat.com>
1457
1458 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1459
1460 2013-08-22 Tom Tromey <tromey@redhat.com>
1461
1462 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1463 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1464 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1465 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1466 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1467 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1468 * lib/gdb.exp (gdb_remote_download): New proc.
1469
1470 2013-08-22 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1473 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1474 * gdb.dwarf2/fission-base.S: Remove directory from
1475 DW_AT_GNU_dwo_name.
1476 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1477 debug-file-directory.
1478 * gdb.dwarf2/fission-reread.S: Remove directory from
1479 DW_AT_GNU_dwo_name.
1480 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1481 debug-file-directory.
1482
1483 2013-08-16 Doug Evans <dje@google.com>
1484
1485 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1486 prelink complains about an unhandled DWARF version.
1487
1488 2013-08-14 Cary Coutant <ccoutant@google.com>
1489
1490 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1491
1492 2013-08-13 Tom Tromey <tromey@redhat.com>
1493 Yao Qi <yao@codesourcery.com>
1494
1495 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1496 * lib/gdb.exp: Handle GDB_PARALLEL.
1497 (default_gdb_version): Kill inotify_pid if it exists.
1498 (default_gdb_exit): Emit warning if the inotify log is not
1499 empty.
1500 (standard_output_file): Respect GDB_PARALLEL.
1501 (standard_temp_file): Likewise.
1502 (gdb_init): Start inotifywait if requested.
1503
1504 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1505
1506 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1507 pointer with various flags.
1508
1509 2013-08-13 Tom Tromey <tromey@redhat.com>
1510
1511 * lib/cache.exp: New file.
1512 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1513 * lib/gdb.exp: Load cache.exp.
1514 (support_complex_tests, is_ilp32_target, is_lp64_target)
1515 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1516 (gdb_skip_xml_test): Use gdb_caching_proc.
1517 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1518
1519 2013-08-13 Tom Tromey <tromey@redhat.com>
1520
1521 * lib/gdb.exp (standard_temp_file): New proc.
1522 (support_complex_tests, is_ilp32_target, is_lp64_target)
1523 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1524 standard_temp_file.
1525
1526 2013-08-13 Tom Tromey <tromey@redhat.com>
1527
1528 * lib/gdb.exp (build_id_debug_filename_get): Use
1529 standard_output_file.
1530 * lib/prelink-support.exp (section_get)
1531 (build_executable_own_libs): Use standard_output_file.
1532
1533 2013-08-12 Tom Tromey <tromey@redhat.com>
1534
1535 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1536
1537 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
1538
1539 * gdb.base/break.exp: Test break via convenience variable
1540 with file name.
1541
1542 2013-08-09 Doug Evans <dje@google.com>
1543
1544 * lib/future.exp (gdb_find_ldd): New proc.
1545 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1546 Make "/usr/sbin/" in prelink path optional.
1547
1548 2013-08-09 Yao Qi <yao@codesourcery.com>
1549
1550 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1551 "only" and "both" to 'print entry-values' before selecting
1552 trace frame.
1553
1554 2013-08-08 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.trace/mi-trace-unavailable.exp: Don't set
1557 "print entry-values" to "no".
1558 (test_trace_unavailable): Set various values to
1559 "print entry-values" to test that the output of
1560 '-stack-list-locals' is not affected, and then set
1561 set "print entry-values" to "no".
1562
1563 2013-08-07 Doug Evans <dje@google.com>
1564
1565 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1566 * gdb.python/py-value-cc.exp: Update.
1567 * gdb.python/py-value.exp: Use different names for .o files for
1568 C and C++. Only perform C++ tests if !skip_cplus_tests.
1569
1570 2013-08-07 Tom Tromey <tromey@redhat.com>
1571
1572 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1573
1574 2013-08-07 Tom Tromey <tromey@redhat.com>
1575
1576 * gdb.dwarf2/dwz.exp: New file.
1577
1578 2013-08-02 Tom Tromey <tromey@redhat.com>
1579
1580 * gdb.base/watchpoint.c (struct foo5): New.
1581 (nullptr): New global.
1582 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1583
1584 2013-08-01 Doug Evans <dje@google.com>
1585
1586 PR symtab/15691
1587 * gdb.dwarf2/fission-mix.exp: New file.
1588 * gdb.dwarf2/fission-mix.h: New file.
1589 * gdb.dwarf2/fission-mix.c: New file.
1590 * gdb.dwarf2/fission-mix2.c: New file.
1591
1592 PR symtab/15695
1593 * gdb.base/func-ptr.exp: New file.
1594 * gdb.base/func-ptr.c: New file.
1595
1596 2013-08-01 Yao Qi <yao@codesourcery.com>
1597
1598 * gdb.python/py-sync-interp.c: New.
1599 * gdb.python/py-sync-interp.exp: New.
1600
1601 2013-07-31 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1604 'tdump' on stack frame 0 and 1 respectively.
1605
1606 2013-07-31 Yao Qi <yao@codesourcery.com>
1607
1608 PR gdb/13443
1609 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1610 'traceframe'. Wrap test with with_test_prefix.
1611 (top level): Update.
1612
1613 2013-07-31 Yao Qi <yao@codesourcery.com>
1614
1615 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1616 'gdb_start'.
1617 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1618 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1619
1620 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1621
1622 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1623 when printing an optimized out value. Expect an error when using
1624 an optimized out value in an expression.
1625
1626 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1627
1628 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1629 * gdb.dwarf2/pieces-optimized-out.c: New file.
1630 * gdb.dwarf2/pieces-optimized-out.S: New file.
1631
1632 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1633
1634 PR gdb/15715
1635 * gdb.base/setshow.exp: Test that relative paths passed to
1636 'set history filename' are converted to absolute paths.
1637
1638 2013-07-26 Keith Seitz <keiths@redhat.com>
1639
1640 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1641 of f77.
1642 Allow for compiler variations of integer types.
1643 Use mi_create_varobj.
1644 Use mi_list_varobj_children for the immediate children of `array'.
1645 Add "has_more" attribute for grandchildren test.
1646
1647 2013-07-26 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1650 files.
1651
1652 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1653
1654 * gdb.mi/mi-reg-undefined.exp: New file.
1655 * gdb.mi/mi-reg-undefined.c: Likewise.
1656 * gdb.mi/mi-reg-undefined.S: Likewise.
1657
1658 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1659
1660 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1661 z, o, and t output formats.
1662 * gdb.base/display.exp: Use 'k' as an undefined format now that
1663 'z' is defined.
1664
1665 2013-07-24 Doug Evans <dje@google.com>
1666
1667 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1668 "--" to switch.
1669
1670 2013-07-24 Yao Qi <yao@codesourcery.com>
1671
1672 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1673 host.
1674 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1675 Likewise. If host is remote, copy ${binfile} to host.
1676
1677 2013-07-23 Yao Qi <yao@codesourcery.com>
1678
1679 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1680 message.
1681
1682 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1683
1684 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1685 instructions and enable disp-step-syscall for arm targets.
1686
1687 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1688
1689 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1690 assembler errors on arm.
1691 * gdb.dwarf2/mac-fileno.S: Likewise.
1692 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1693 * gdb.dwarf2/pr13961.S: Likewise.
1694
1695 2013-07-19 Hui Zhu <hui@codesourcery.com>
1696
1697 PR gdb/15692
1698 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1699
1700 2013-07-19 Yao Qi <yao@codesourcery.com>
1701
1702 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1703 (teset_from_exec): Likewise.
1704
1705 2013-07-19 Yao Qi <yao@codesourcery.com>
1706
1707 * gdb.trace/read-memory.c: New.
1708 * gdb.trace/read-memory.exp: New.
1709
1710 2013-07-19 Yao Qi <yao@codesourcery.com>
1711
1712 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1713 $dest to link options if host is remote. Move the
1714 generated file to $dest.a on host if host is remote.
1715
1716 2013-07-18 Will Newton <will.newton@linaro.org>
1717
1718 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1719 to ensure the test is linked against pthreads.
1720 * gdb.threads/tls-var-main.c: Likewise.
1721 * gdb.threads/tls-shared.c: Likewise.
1722
1723 2013-07-18 Yao Qi <yao@codesourcery.com>
1724
1725 * lib/future.exp (gdb_default_target_compile): Use tail name
1726 of $destfile as the output name of compile. Move the
1727 generated file to $destfile on build.
1728
1729 2013-07-18 Yao Qi <yao@codesourcery.com>
1730
1731 * lib/gdb.exp (gdb_compile): Set
1732 gdb_saved_set_unbuffered_mode_obj to
1733 set_unbuffered_mode_saved.o if host is remote. Invoke
1734 remote_download to copy $unbuf_obj to host.
1735
1736 2013-07-17 Doug Evans <dje@google.com>
1737
1738 * gdb.python/py-frame-args.c: New file.
1739 * gdb.python/py-frame-args.py: New file.
1740 * gdb.python/py-frame-args.exp New file.
1741
1742 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1743
1744 * gdb.base/printcmds.exp (test_printf): Add tests for format
1745 strings with missing format specifier.
1746
1747 2013-07-16 Tom Tromey <tromey@redhat.com>
1748
1749 * gdb.ada/info_types.exp: Use standard_testfile.
1750
1751 2013-07-16 Tom Tromey <tromey@redhat.com>
1752
1753 * gdb.mi/mi-basics.exp: Use standard_output_file.
1754 (test_dir_specification, test_cwd_specification)
1755 (test_path_specification): Use testsubdir, not subdir and objdir.
1756
1757 2013-07-16 Tom Tromey <tromey@redhat.com>
1758
1759 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1760
1761 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.ada/small_reg_param.exp: Accept optional entry value
1764 for parameter "w".
1765
1766 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1767
1768 * gdb.ada/small_reg_param.exp: Remove trailing space.
1769
1770 2013-07-09 Doug Evans <dje@google.com>
1771
1772 * gdb.base/default.exp: Update expected output of "show print array"
1773 and "show print pretty".
1774
1775 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1776
1777 * gdb.threads/wp-replication.exp: Stop counting available hardware
1778 watchpoints after NR_THREADS iterations.
1779
1780 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1781
1782 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1783
1784 2013-07-07 Yao Qi <yao@codesourcery.com>
1785
1786 * boards/native-gdbserver.exp: Move invoke of
1787 process_multilib_options to gdbserver-base.exp.
1788 Move set_board_info 'compiler', 'gdb,noinferiorio',
1789 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1790 gdbserver-base.exp.
1791 Move proc ${board}_download, ${board}_upload and
1792 ${board}_file to gdbserver-base.exp.
1793 * boards/native-extended-gdbserver.exp: Likewise.
1794 * boards/native-stdio-gdbserver.exp: Likewise.
1795 * boards/gdbserver-base.exp: New file.
1796
1797 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1798
1799 * gdb.base/dump.exp: Remove arch-specific tests and do a
1800 generic data address check to set is64bitonly correctly.
1801
1802 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1803
1804 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1805 the register number instead of expecting only 0.
1806
1807 2013-07-05 Will Newton <will.newton@linaro.org>
1808
1809 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1810 in asm syntax to allow building on ARM.
1811
1812 2013-07-05 Yao Qi <yao@codesourcery.com>
1813
1814 * boards/local-remote-host.exp: Remove obsolete comments.
1815 * boards/native-extended-gdbserver.exp: Likewise.
1816 * boards/native-gdbserver.exp: Likewise.
1817 * boards/native-stdio-gdbserver.exp: Likewise.
1818
1819 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1820
1821 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1822 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1823 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1824
1825 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.base/break-on-linker-gcd-function.exp: Replace
1828 prepare_for_testing by build_executable_from_specs and clean_restart.
1829
1830 2013-06-27 Tom Tromey <tromey@redhat.com>
1831
1832 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1833 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1834 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1835 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1836 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1837 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1838 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1839 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1840 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1841 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1842 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1843 Use standard_testfile, standard_output_file, prepare_for_testing,
1844 clean_restart.
1845
1846 2013-06-27 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1849 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1850 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1851 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1852 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1853 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1854 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1855 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1856 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1857 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1858 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1859 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1860 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1861 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1862 gdb.base/solib-weak.exp, gdb.base/source.exp,
1863 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1864 gdb.base/stap-probe.exp, gdb.base/start.exp,
1865 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1866 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1867 gdb.base/step-test.exp, gdb.base/structs.exp,
1868 gdb.base/structs2.exp, gdb.base/structs3.exp,
1869 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1870 standard_output_file, prepare_for_testing, clean_restart.
1871
1872 2013-06-27 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1875 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1876 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1877 gdb.base/pending.exp, gdb.base/permissions.exp,
1878 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1879 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1880 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1881 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1882 gdb.base/ptype.exp, gdb.base/randomize.exp,
1883 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1884 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1885 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1886 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1887 standard_testfile, standard_output_file, prepare_for_testing,
1888 clean_restart.
1889
1890 2013-06-27 Tom Tromey <tromey@redhat.com>
1891
1892 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1893 gdb.base/huge.exp, gdb.base/included.exp,
1894 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1895 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1896 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1897 gdb.base/info-target.exp, gdb.base/infoline.exp,
1898 gdb.base/interp.exp, gdb.base/interrupt.exp,
1899 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1900 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1901 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1902 gdb.base/logical.exp, gdb.base/long_long.exp,
1903 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1904 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1905 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1906 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
1907 standard_testfile, standard_output_file, prepare_for_testing,
1908 clean_restart.
1909
1910 2013-06-27 Tom Tromey <tromey@redhat.com>
1911
1912 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1913 gdb.base/enumval.exp, gdb.base/environ.exp,
1914 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1915 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1916 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1917 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1918 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1919 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1920 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1921 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1922 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1923 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1924 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1925 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1926 gdb.base/gnu_vector.exp: Use standard_testfile,
1927 standard_output_file, prepare_for_testing, clean_restart.
1928
1929 2013-06-27 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1932 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1933 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1934 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1935 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1936 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1937 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1938 gdb.base/commands.exp, gdb.base/completion.exp,
1939 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1940 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1941 gdb.base/constvars.exp, gdb.base/corefile.exp,
1942 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1943 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1944 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1945 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1946 gdb.base/dup-sect.exp: Use standard_testfile,
1947 standard_output_file, prepare_for_testing, clean_restart.
1948
1949 2013-06-27 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1952 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1953 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1954 gdb.base/async-shell.exp, gdb.base/async.exp,
1955 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1956 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1957 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1958 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1959 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1960 gdb.base/break-on-linker-gcd-function.exp,
1961 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1962 standard_output_file, prepare_for_testing, clean_restart.
1963
1964 2013-06-26 Yao Qi <yao@codesourcery.com>
1965
1966 * gdb.trace/mi-trace-frame-collected.exp: New.
1967
1968 2013-06-25 Yao Qi <yao@codesourcery.com>
1969
1970 * boards/native-extended-gdbserver.exp: Set board_info
1971 'gdb,predefined_tsv'.
1972 * boards/native-gdbserver.exp: Likewise.
1973 * boards/native-stdio-gdbserver.exp: Likewise.
1974 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1975 uploaded TSVs if target supports tracing.
1976 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1977 tracing and target has predefined tsv.
1978
1979 2013-06-25 Yao Qi <yao@codesourcery.com>
1980 Hui Zhu <hui@codesourcery.com>
1981 Pedro Alves <palves@redhat.com>
1982
1983 PR breakpoints/15075
1984 PR breakpoints/15434
1985 * gdb.base/dprintf-next.c: New file.
1986 * gdb.base/dprintf-next.exp: New file.
1987 * gdb.base/dprintf-non-stop.c: New file.
1988 * gdb.base/dprintf-non-stop.exp: New file.
1989 * gdb.base/dprintf.exp: Don't check "continue" in the output
1990 of "info breakpoints".
1991 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1992 Don't check "continue" in script field.
1993
1994 2013-06-21 Tom Tromey <tromey@redhat.com>
1995
1996 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1997 name in a test name.
1998
1999 2013-06-20 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2002 and set an action.
2003 (test_trace_unavailable): Test command -data-list-register-values
2004 in the context of traceframe and with option --skip-unavailable.
2005 * gdb.trace/trace-unavailable.c (foo): New.
2006 (main): Call it.
2007 * gdb.mi/gdb2549.exp: Update matching pattern.
2008
2009 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2010
2011 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2012 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2013 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2014 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2015 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2016
2017 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2018
2019 * gdb.base/subst.exp: Delete default rules before further
2020 tests.
2021
2022 2013-06-19 Yao Qi <yao@codesourcery.com>
2023
2024 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2025 unsupported if it is not registered.
2026
2027 2013-06-18 Tom Tromey <tromey@redhat.com>
2028
2029 * gdb.base/random-signal.c: New file.
2030 * gdb.base/random-signal.exp: New file.
2031
2032 2013-06-18 Will Newton <will.newton@linaro.org>
2033
2034 * gdb.base/skip.c: Use comma to evaluate results of foo()
2035 and bar() before passing to baz().
2036 * gdb.base/skip.c: baz() now takes one argument instead of
2037 two.
2038
2039 2013-06-18 Tom Tromey <tromey@redhat.com>
2040
2041 * gdb.dwarf2/implptrpiece.exp: New file.
2042 * gdb.dwarf2/implptrconst.exp (d): New variable.
2043 Print d.
2044 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2045
2046 2013-06-18 Tom Tromey <tromey@redhat.com>
2047
2048 * lib/selftest-support.exp (do_self_tests): Reject remote or
2049 non-native targets.
2050 * gdb.gdb/complaints.exp: Remove check.
2051 * gdb.gdb/observer.exp: Remove check.
2052 * gdb.gdb/xfullpath.exp: Remove check.
2053 * gdb.gdb/complaints.exp: Remove check.
2054
2055 2013-06-07 Pedro Alves <palves@redhat.com>
2056
2057 * boards/native-extended-gdbserver.exp: Remove semicolon.
2058 * config/arm-ice.exp: Likewise.
2059 * config/bfin.exp: Likewise.
2060 * config/cygmon.exp: Likewise.
2061 * config/h8300.exp: Likewise.
2062 * config/monitor.exp: Likewise.
2063 * config/sid.exp: Likewise.
2064 * config/sim.exp: Likewise.
2065 * config/slite.exp: Likewise.
2066 * config/vx.exp: Likewise.
2067 * gdb.arch/i386-bp_permanent.exp: Likewise.
2068 * gdb.asm/asm-source.exp: Likewise.
2069 * gdb.base/args.exp: Likewise.
2070 * gdb.base/attach-pie-misread.exp: Likewise.
2071 * gdb.base/auxv.exp: Likewise.
2072 * gdb.base/bigcore.exp: Likewise.
2073 * gdb.base/bitfields2.exp: Likewise.
2074 * gdb.base/bitfields.exp: Likewise.
2075 * gdb.base/break.exp: Likewise.
2076 * gdb.base/break-interp.exp: Likewise.
2077 * gdb.base/callfuncs.exp: Likewise.
2078 * gdb.base/call-sc.exp: Likewise.
2079 * gdb.base/commands.exp: Likewise.
2080 * gdb.base/corefile.exp: Likewise.
2081 * gdb.base/dbx.exp: Likewise.
2082 * gdb.base/ending-run.exp: Likewise.
2083 * gdb.base/exprs.exp: Likewise.
2084 * gdb.base/funcargs.exp: Likewise.
2085 * gdb.base/hbreak2.exp: Likewise.
2086 * gdb.base/huge.exp: Likewise.
2087 * gdb.base/list.exp: Likewise.
2088 * gdb.base/memattr.exp: Likewise.
2089 * gdb.base/overlays.exp: Likewise.
2090 * gdb.base/printcmds.exp: Likewise.
2091 * gdb.base/recurse.exp: Likewise.
2092 * gdb.base/remotetimeout.exp: Likewise.
2093 * gdb.base/reread.exp: Likewise.
2094 * gdb.base/savedregs.exp: Likewise.
2095 * gdb.base/scope.exp: Likewise.
2096 * gdb.base/sepdebug.exp: Likewise.
2097 * gdb.base/setshow.exp: Likewise.
2098 * gdb.base/setvar.exp: Likewise.
2099 * gdb.base/sigaltstack.exp: Likewise.
2100 * gdb.base/siginfo-addr.exp: Likewise.
2101 * gdb.base/siginfo.exp: Likewise.
2102 * gdb.base/siginfo-obj.exp: Likewise.
2103 * gdb.base/sigrepeat.exp: Likewise.
2104 * gdb.base/sigstep.exp: Likewise.
2105 * gdb.base/structs.exp: Likewise.
2106 * gdb.base/testenv.exp: Likewise.
2107 * gdb.base/twice.exp: Likewise.
2108 * gdb.base/valgrind-db-attach.exp: Likewise.
2109 * gdb.base/valgrind-infcall.exp: Likewise.
2110 * gdb.base/varargs.exp: Likewise.
2111 * gdb.base/watchpoint.exp: Likewise.
2112 * gdb.cp/gdb1355.exp: Likewise.
2113 * gdb.cp/misc.exp: Likewise.
2114 * gdb.disasm/hppa.exp: Likewise.
2115 * gdb.disasm/t01_mov.exp: Likewise.
2116 * gdb.disasm/t02_mova.exp: Likewise.
2117 * gdb.disasm/t03_add.exp: Likewise.
2118 * gdb.disasm/t04_sub.exp: Likewise.
2119 * gdb.disasm/t05_cmp.exp: Likewise.
2120 * gdb.disasm/t06_ari2.exp: Likewise.
2121 * gdb.disasm/t07_ari3.exp: Likewise.
2122 * gdb.disasm/t08_or.exp: Likewise.
2123 * gdb.disasm/t09_xor.exp: Likewise.
2124 * gdb.disasm/t10_and.exp: Likewise.
2125 * gdb.disasm/t11_logs.exp: Likewise.
2126 * gdb.disasm/t12_bit.exp: Likewise.
2127 * gdb.disasm/t13_otr.exp: Likewise.
2128 * gdb.gdb/selftest.exp: Likewise.
2129 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2130 * gdb.mi/mi-reverse.exp: Likewise.
2131 * gdb.pascal/floats.exp: Likewise.
2132 * gdb.python/py-inferior.exp: Likewise.
2133 * gdb.threads/attach-into-signal.exp: Likewise.
2134 * gdb.threads/pthreads.exp: Likewise.
2135 * gdb.threads/thread_events.exp: Likewise.
2136 * gdb.threads/watchthreads.exp: Likewise.
2137 * gdb.trace/actions-changed.exp: Likewise.
2138 * gdb.trace/actions.exp: Likewise.
2139 * gdb.trace/ax.exp: Likewise.
2140 * gdb.trace/backtrace.exp: Likewise.
2141 * gdb.trace/change-loc.exp: Likewise.
2142 * gdb.trace/deltrace.exp: Likewise.
2143 * gdb.trace/disconnected-tracing.exp: Likewise.
2144 * gdb.trace/ftrace.exp: Likewise.
2145 * gdb.trace/infotrace.exp: Likewise.
2146 * gdb.trace/passc-dyn.exp: Likewise.
2147 * gdb.trace/passcount.exp: Likewise.
2148 * gdb.trace/pending.exp: Likewise.
2149 * gdb.trace/qtro.exp: Likewise.
2150 * gdb.trace/range-stepping.exp: Likewise.
2151 * gdb.trace/report.exp: Likewise.
2152 * gdb.trace/save-trace.exp: Likewise.
2153 * gdb.trace/status-stop.exp: Likewise.
2154 * gdb.trace/strace.exp: Likewise.
2155 * gdb.trace/tfile.exp: Likewise.
2156 * gdb.trace/tfind.exp: Likewise.
2157 * gdb.trace/trace-break.exp: Likewise.
2158 * gdb.trace/tracecmd.exp: Likewise.
2159 * gdb.trace/trace-mt.exp: Likewise.
2160 * gdb.trace/tspeed.exp: Likewise.
2161 * gdb.trace/tsv.exp: Likewise.
2162 * gdb.trace/while-stepping.exp: Likewise.
2163 * lib/gdb.exp: Likewise.
2164 * lib/gdbserver-support.exp: Likewise.
2165 * lib/java.exp: Likewise.
2166 * lib/mi-support.exp: Likewise.
2167 * lib/pascal.exp: Likewise.
2168 * lib/prompt.exp: Likewise.
2169 * lib/trace-support.exp: Likewise.
2170
2171 2013-06-07 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.ada/info_types.c: Fix formating in copyright header.
2174 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2175 * gdb.base/float.c: Likewise.
2176 * gdb.base/inferior-died.c: Likewise.
2177 * gdb.base/interp.c: Likewise.
2178 * gdb.base/jit-main.c: Likewise.
2179 * gdb.base/jit-solib.c: Likewise.
2180 * gdb.base/long_long.c: Likewise.
2181 * gdb.base/longjmp.c: Likewise.
2182 * gdb.base/nextoverexit.c: Likewise.
2183 * gdb.base/pr11022.c: Likewise.
2184 * gdb.base/prelink-lib.c: Likewise.
2185 * gdb.base/prelink.c: Likewise.
2186 * gdb.base/prologue.c: Likewise.
2187 * gdb.base/restore.c: Likewise.
2188 * gdb.base/sigchld.c: Likewise.
2189 * gdb.base/solib-search-lib1.c: Likewise.
2190 * gdb.base/solib-search-lib2.c: Likewise.
2191 * gdb.base/solib-search.c: Likewise.
2192 * gdb.base/solib-search.h: Likewise.
2193 * gdb.base/whatis.c: Likewise.
2194 * gdb.cp/abstract-origin.cc: Likewise.
2195 * gdb.cp/anon-struct.cc: Likewise.
2196 * gdb.cp/baseenum.cc: Likewise.
2197 * gdb.cp/bs15503.cc: Likewise.
2198 * gdb.cp/call-c-1.c: Likewise.
2199 * gdb.cp/call-c.cc: Likewise.
2200 * gdb.cp/class2.cc: Likewise.
2201 * gdb.cp/classes.cc: Likewise.
2202 * gdb.cp/cttiadd.cc: Likewise.
2203 * gdb.cp/cttiadd1.cc: Likewise.
2204 * gdb.cp/cttiadd2.cc: Likewise.
2205 * gdb.cp/cttiadd3.cc: Likewise.
2206 * gdb.cp/derivation.cc: Likewise.
2207 * gdb.cp/derivation2.cc: Likewise.
2208 * gdb.cp/dispcxx.cc: Likewise.
2209 * gdb.cp/exception.cc: Likewise.
2210 * gdb.cp/gdb2384-base.cc: Likewise.
2211 * gdb.cp/gdb2384-base.h: Likewise.
2212 * gdb.cp/gdb2384.cc: Likewise.
2213 * gdb.cp/gdb2495.cc: Likewise.
2214 * gdb.cp/mb-inline.h: Likewise.
2215 * gdb.cp/mb-inline1.cc: Likewise.
2216 * gdb.cp/mb-inline2.cc: Likewise.
2217 * gdb.cp/member-name.cc: Likewise.
2218 * gdb.cp/member-ptr.cc: Likewise.
2219 * gdb.cp/misc.cc: Likewise.
2220 * gdb.cp/namespace1.cc: Likewise.
2221 * gdb.cp/nextoverthrow.cc: Likewise.
2222 * gdb.cp/pr-574.cc: Likewise.
2223 * gdb.cp/pr9631.cc: Likewise.
2224 * gdb.cp/printmethod.cc: Likewise.
2225 * gdb.cp/psmang1.cc: Likewise.
2226 * gdb.cp/psmang2.cc: Likewise.
2227 * gdb.cp/psymtab-parameter.cc: Likewise.
2228 * gdb.cp/ptype-flags.cc: Likewise.
2229 * gdb.cp/ref-params.cc: Likewise.
2230 * gdb.cp/ref-types.cc: Likewise.
2231 * gdb.cp/smartp.cc: Likewise.
2232 * gdb.cp/try_catch.cc: Likewise.
2233 * gdb.cp/userdef.cc: Likewise.
2234 * gdb.cp/using-crash.cc: Likewise.
2235 * gdb.cp/virtfunc.cc: Likewise.
2236 * gdb.cp/virtfunc2.cc: Likewise.
2237 * gdb.dwarf2/callframecfa.S: Likewise.
2238 * gdb.dwarf2/dw2-ranges.c: Likewise.
2239 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2240 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2241 * gdb.dwarf2/dw2-restore.S: Likewise.
2242 * gdb.dwarf2/pieces.S: Likewise.
2243 * gdb.dwarf2/valop.S: Likewise.
2244 * gdb.java/jnpe.java: Likewise.
2245 * gdb.mi/mi-stepn.c: Likewise.
2246 * gdb.mi/mi-var-cp.cc: Likewise.
2247 * gdb.mi/mi-var-rtti.cc: Likewise.
2248 * gdb.mi/ns-stale-regcache.c: Likewise.
2249 * gdb.mi/pr11022.c: Likewise.
2250 * gdb.mi/solib-lib.c: Likewise.
2251 * gdb.mi/solib-main.c: Likewise.
2252 * gdb.python/py-arch.c: Likewise.
2253 * gdb.python/py-block.c: Likewise.
2254 * gdb.python/py-breakpoint.c: Likewise.
2255 * gdb.python/py-events.c: Likewise.
2256 * gdb.python/py-evthreads.c: Likewise.
2257 * gdb.python/py-explore.c: Likewise.
2258 * gdb.python/py-explore.cc: Likewise.
2259 * gdb.python/py-finish-breakpoint.c: Likewise.
2260 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2261 * gdb.python/py-symbol.c: Likewise.
2262 * gdb.threads/execl.c: Likewise.
2263 * gdb.threads/execl1.c: Likewise.
2264
2265 2013-06-07 Will Newton <will.newton@linaro.org>
2266
2267 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2268
2269 2013-06-07 Will Newton <will.newton@linaro.org>
2270
2271 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2272 and "starting".
2273
2274 2013-06-07 Will Newton <will.newton@linaro.org>
2275
2276 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2277 destructor prototypes for ARM ABI.
2278 * gdb.cp/m-static.exp: Likewise.
2279
2280 2013-06-07 Yao Qi <yao@codesourcery.com>
2281
2282 * gdb.trace/mi-trace-unavailable.exp: New.
2283 * gdb.trace/trace-unavailable.c: New.
2284
2285 2013-06-06 Doug Evans <dje@google.com>
2286
2287 * gdb.cp/derivation.exp: Make tests have unique names.
2288
2289 2013-06-06 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.base/dump.exp (capture_value): Don't put expression into
2292 test name if arguments passed in.
2293 Rename a couple more tests to make them unique.
2294
2295 2013-06-06 Tom Tromey <tromey@redhat.com>
2296
2297 * gdb.base/break-always.exp: Explicitly specify test name.
2298
2299 2013-06-05 Doug Evans <dje@google.com>
2300 Keith Seitz <keiths@redhat.com>
2301
2302 * gdb.cp/derivation2.cc: New file.
2303 * gdb.cp/derivation.cc (main): Call foo2.
2304 * gdb.cp/derivation.exp: Add tests for typedefs in another
2305 file, and when there's an active block.
2306
2307 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2308
2309 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2310 from targets that use function descriptors in the virtual tables.
2311 Handle presence of dot symbols.
2312
2313 2013-06-04 Gary Benson <gbenson@redhat.com>
2314
2315 * gdb.base/break-probes.exp: New file.
2316 * gdb.base/break-probes.c: Likewise.
2317 * gdb.base/break-probes-solib.c: Likewise.
2318 * gdb.base/info-shared.exp: New file.
2319 * gdb.base/info-shared.c: Likewise.
2320 * gdb.base/info-shared-solib1.c: Likewise.
2321 * gdb.base/info-shared-solib2.c: Likewise.
2322
2323 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2324 Gary Benson <gbenson@redhat.com>
2325
2326 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2327 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2328 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2329 to be set to "no" to indicate that no ld.so copy should be made.
2330 * gdb.base/break-interp.exp (solib_bp): New constant.
2331 (reach_1): Use the above instead of "_dl_debug_state".
2332 (test_attach): Likewise.
2333 (test_ld): Likewise.
2334 * gdb.threads/dlopen-libpthread.exp: New file.
2335 * gdb.threads/dlopen-libpthread.c: Likewise.
2336 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2337 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2338
2339 2013-05-30 Yao Qi <yao@codesourcery.com>
2340
2341 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2342 Add a test that no MI notification is emitted when executing
2343 -exec-arguments.
2344
2345 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 PR testsuite/12649
2348 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2349 $mi_gdb_prompt expectation by mi_expect_stop.
2350 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2351 (mi info dprintf second time): Replace them by mi_send_resuming_command
2352 and mi_expect_stop.
2353
2354 2013-05-24 Gary Benson <gbenson@redhat.com>
2355
2356 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2357 backslash.
2358 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2359 backslashes.
2360 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2361 backslash.
2362
2363 2013-05-24 Yao Qi <yao@codesourcery.com>
2364
2365 * gdb.trace/tfile.exp: Test inferior and thread.
2366
2367 2013-05-24 Yao Qi <yao@codesourcery.com>
2368 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2371 test fails.
2372 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2373 Return 0 if the test passes, otherwise return 1.
2374
2375 2013-05-23 Doug Evans <dje@google.com>
2376
2377 * boards/fission-dwp.exp: New file.
2378
2379 2013-05-23 Yao Qi <yao@codesourcery.com>
2380 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.base/range-stepping.c: New file.
2383 * gdb.base/range-stepping.exp: New file.
2384 * gdb.trace/range-stepping.c: New file.
2385 * gdb.trace/range-stepping.exp: New file.
2386 * lib/range-stepping-support.exp: New file.
2387
2388 2013-05-22 Tom Tromey <tromey@redhat.com>
2389
2390 * gdb.cp/class2.cc (main): New local 'aref'.
2391 * gdb.cp/class2.exp: Check printing of 'aref'.
2392
2393 2013-05-22 Doug Evans <dje@google.com>
2394
2395 * gdb.threads/wp-replication.c (main): Insert some code at the start
2396 to ensure the breakpoint on main is only hit once. Fix comment.
2397
2398 2013-05-21 Keith Seitz <keiths@redhat.com>
2399 Pedro Alves <palves@redhat.com>
2400
2401 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2402 gdb_expect.
2403 Add test to flush the remaining input buffer so that this
2404 file passes testsuite/12649.
2405
2406 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2407
2408 * gdb.base/catch-signal-fork.exp: New file.
2409 * gdb.base/catch-signal-fork.c: New file.
2410
2411 2013-05-21 Sterling Augustine <saugustine@google.com>
2412
2413 * boards/remote-stdio-gdbserver.exp: New file.
2414
2415 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2416
2417 PR testsuite/12649
2418 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2419 racy matches.
2420
2421 2013-05-21 Christian Groessler <chris@groessler.org>
2422
2423 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2424 since it's not supported in all shells.
2425
2426 2013-05-21 Hui Zhu <hui@codesourcery.com>
2427
2428 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2429 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2430
2431 2013-05-20 Doug Evans <dje@google.com>
2432
2433 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2434 (_handle_DW_TAG): Use it.
2435 (cu, tu): Replace parameters is_64, version, addr_size with options.
2436 All callers updated. Add Fission support.
2437 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2438 * gdb.dwarf2/method-ptr.exp: Ditto.
2439 * gdb.dwarf2/nostaticblock.exp: Ditto.
2440 * gdb.dwarf2/subrange.exp: Ditto.
2441 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2442
2443 2013-05-20 Tom Tromey <tromey@redhat.com>
2444
2445 * gdb.gdb/python-selftest.exp: New file.
2446
2447 2013-05-20 Doug Evans <dje@google.com>
2448
2449 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2450 -fdebug-types-section.
2451
2452 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2453
2454 * gdb.ada/float_param: New testcase.
2455
2456 2013-05-17 Doug Evans <dje@google.com>
2457
2458 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2459 Add tests for "maint check-symtabs", "maint expand-symtabs".
2460
2461 * gdb.base/maint.exp: Remove testing of individual maint command
2462 help output.
2463
2464 2013-05-16 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2467 comment. Use gdb_test_no_output.
2468
2469 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.ada/complete.exp: Add test verifying completion using
2472 the "tab" key.
2473
2474 2013-05-15 Keith Seitz <keiths@redhat.com>
2475
2476 * gdb.base/filesym.exp: New completer test.
2477 * gdb.base/filesym.c: New file.
2478
2479 2013-05-15 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.base/fixsection.c: Remove attribution.
2482 * gdb.base/watch-read.exp: Ditto.
2483
2484 2013-05-13 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2487 size and change type sizes to 4 bytes.
2488
2489 2013-05-13 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.base/exprs.exp (test_expr): Add regression test.
2492 * gdb.base/exprs.c (null_t_struct): New global.
2493
2494 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2495
2496 * gdb.base/default.exp: Disable history saving.
2497 * gdb.base/setshow.exp: Likewise.
2498
2499 2013-05-10 Pedro Alves <palves@redhat.com>
2500
2501 PR remote/15455
2502
2503 * gdb.trace/qtro.c: New file.
2504 * gdb.trace/qtro.exp: New file.
2505
2506 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2507
2508 * gdb.python/py-framefilter.py: New File.
2509 * gdb.python/py-framefilter-mi.exp: Ditto.
2510 * gdb.python/py-framefilter.c: Ditto.
2511 * gdb.python/py-framefilter-mi.exp: Ditto.
2512 * gdb.python/py-framefilter-mi.c: Ditto,
2513 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2514
2515 2013-05-08 Tom Tromey <tromey@redhat.com>
2516
2517 * gdb.base/solib-search.exp: Set test name for "set
2518 solib-search-path" test.
2519
2520 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2521
2522 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2523 (set_a_tracepoint): Set tracepoint before prologue.
2524 (run_trace_experiment): Test setup_tracepoints and 'break end'
2525 in it.
2526 (trace_buffer_normal): Remove.
2527 (gdb_trace_circular_tests): Remove. Move tests to...
2528 (top level): ...here. Call 'runto_main' before checking for
2529 trace support. Use commands to check the support for circular
2530 trace buffer and changing of trace buffer size. Add test
2531 to calculate size of single frame. Use this size to
2532 calculate the size of trace buffer. Use 'tfind pc func9'
2533 instead of 'tfind 9'. Use 'with_test_prefix'.
2534
2535 2013-05-07 Tom Tromey <tromey@redhat.com>
2536
2537 * lib/selftest-support.exp: New file.
2538 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2539 do_self_tests.
2540 (setup_test, find_gdb): Remove.
2541 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2542 do_self_tests.
2543 (setup_test, find_gdb): Remove.
2544 (test_observer): Don't call setup_test. Remove argument.
2545 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2546 (find_gdb): Remove.
2547 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2548 do_self_tests.
2549 (setup_test, find_gdb): Remove.
2550 (test_with_self): Don't call setup_test. Remove argument.
2551
2552 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2553
2554 * gdb.arch/system-gcore.exp: Remove.
2555 * gdb.arch/gcore.c: Remove.
2556 * gdb.base/gcore.exp: Add "info reg system".
2557
2558 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2559
2560 PR breakpoints/15413:
2561 * gdb.base/pending.exp: Add test for completion of the "condition"
2562 command for pending breakpoints.
2563 * gdb.linespec/linespec.ex: Add test for completion of the
2564 "condition" command when dealing with multiple locations.
2565
2566 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2567
2568 * gdb.threads/wp-replication.c: New file.
2569 * gdb.threads/wp-replication.exp: New file.
2570
2571 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2572
2573 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2574
2575 2013-05-06 Doug Evans <dje@google.com>
2576
2577 * gdb.base/solib-search-lib1.c: New file.
2578 * gdb.base/solib-search-lib2.c: New file.
2579 * gdb.base/solib-search.c: New file.
2580 * gdb.base/solib-search.h: New file.
2581 * gdb.base/solib-search.exp: New file.
2582
2583 * lib/gdb.exp (gdb_core_cmd): New function.
2584 * gdb.arch/system-gcore.exp: Use it.
2585 * gdb.arch/vsx-regs.exp: Ditto.
2586 * gdb.base/gcore.exp: Ditto.
2587 * gdb.threads/gcore-thread.exp: Ditto.
2588
2589 * gdb.reverse/shr.h: New file.
2590 * gdb.reverse/shr1.c: New file.
2591 * gdb.reverse/shr2.c: #include "shr.h".
2592 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2593 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2594 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2595 Update tests using sleep/printf to use shr2.sl instead.
2596 * gdb.reverse/solib-reverse.exp: Ditto.
2597
2598 2013-05-06 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.dwarf2/implptrconst.c: New file.
2601 * gdb.dwarf2/implptrconst.exp: New file.
2602 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2603 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2604 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2605
2606 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2607
2608 * gdb.base/catch-sig.c (main): Raise SIGINT.
2609 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2610
2611 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2612
2613 * status-stop.exp (test_tstart_tstart): Check for error
2614 returned by the second 'tstart' command.
2615
2616 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2617
2618 * gdb.xml/maint_print_struct.exp: New file.
2619 * gdb.xml/maint_print_struct.xml: New file.
2620
2621 2013-04-25 Tom Tromey <tromey@redhat.com>
2622
2623 * gdb.dwarf2/nostaticblock.exp: New file.
2624
2625 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2626
2627 PR gdb/10462
2628 * gdb.base/setshow.exp: Add test case.
2629
2630 2013-04-23 Hui Zhu <hui@codesourcery.com>
2631
2632 PR gdb/15293
2633 * gdb.base/dprintf.exp: Add ignore command.
2634
2635 2013-04-23 Hui Zhu <hui@codesourcery.com>
2636
2637 PR gdb/15165
2638 * gdb.base/save-bp.exp: Add test for dprintf.
2639
2640 2013-04-22 Tom Tromey <tromey@redhat.com>
2641
2642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2643 notice_open_fds.
2644
2645 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2646
2647 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2648 ldflags.
2649
2650 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2651
2652 * gdb.arch/arm-bl-branch-dest.c: New file.
2653 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2654
2655 2013-04-19 Vladimir Kargov <kargov@gmail.com>
2656 Pedro Alves <palves@redhat.com>
2657
2658 * gdb.arch/i386-float.S: New file.
2659 * gdb.arch/i386-float.exp: New file.
2660
2661 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
2662
2663 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2664 type void *.
2665
2666 2013-04-17 Doug Evans <dje@google.com>
2667
2668 * lib/dwarf.exp (Dwarf): New proc "tu".
2669 * gdb.dwarf2/missing-sig-type.exp: New file.
2670
2671 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2672
2673 Add option to link testcases with Pthreads library when
2674 using 'prepare_for_testing' in tests.
2675
2676 * lib/gdb.exp (build_executable_from_specs): Use
2677 gdb_compile_pthreads to compile if option "pthreads" is
2678 specified.
2679
2680 2013-04-15 Tom Tromey <tromey@redhat.com>
2681
2682 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2683
2684 2013-04-15 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.base/default.exp: Update for $_exception.
2687 * gdb.cp/exceptprint.cc: New file.
2688 * gdb.cp/exceptprint.exp: New file.
2689 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2690
2691 2013-04-15 Tom Tromey <tromey@redhat.com>
2692
2693 * gdb.cp/typeid.cc: New file.
2694 * gdb.cp/typeid.exp: New file.
2695
2696 2013-04-15 Tom Tromey <tromey@redhat.com>
2697
2698 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2699
2700 2013-04-13 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.base/completion.exp: Test completion of command
2703 'target ctf' if target ctf is supported.
2704
2705 2013-04-10 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/completion.exp: Test "set height", "set listsize" and
2708 "set trace-buffer-size" completion.
2709 * gdb.base/setshow.exp: Test "set height unlimited".
2710 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2711 unlimited".
2712
2713 2013-04-10 Yao Qi <yao@codesourcery.com>
2714
2715 * gdb.trace/actions.exp: Save trace data to CTF.
2716 Change to ctf target if GDB supports, read CTF data in ctf
2717 target, and check the actions of tracepoints.
2718 * gdb.trace/while-stepping.exp: Likewise.
2719 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2720 format and read CTF trace file if GDB supports.
2721 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2722 target is supported, change to ctf target, read trace data and
2723 check output of command "tstatus".
2724 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2725 read CTF data by target ctf and call check_tsv.
2726
2727 2013-04-10 Yao Qi <yao@codesourcery.com>
2728
2729 * gdb.trace/actions.exp (check_tracepoint): New.
2730 (top level): Start the tracing and check the actions of
2731 tracepoints. Save trace data to tfile format. Restart GDB
2732 and read trace file in tfile target. Check the actions of
2733 tracepoints again.
2734 * gdb.trace/while-stepping.exp: Likewise.
2735
2736 2013-04-10 Yao Qi <yao@codesourcery.com>
2737
2738 * gdb.trace/report.exp: Use standard_output_file for saved
2739 trace file.
2740
2741 2013-04-10 Hui Zhu <hui@codesourcery.com>
2742
2743 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2744 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2745 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2746
2747 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2748
2749 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2750 response.
2751
2752 2013-04-08 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2755 the location.
2756
2757 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2758
2759 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2760 for breakpoint location.
2761
2762 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2763
2764 * gdb.linespec/linespec.exp: Make dir/file:line tests
2765 conditional for non-remote hosts only.
2766
2767 2013-04-04 Stan Shebs <stan@codesourcery.com>
2768 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2771 * gdb.trace/actions-changed.c: New file.
2772 * gdb.trace/actions-changed.exp: New file.
2773 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2774 (gdb_trace_setactions_command): ... this. Add "actions_command"
2775 parameter, and handle it.
2776 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2777
2778 2013-04-04 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2781 'step'.
2782
2783 2013-04-03 Yao Qi <yao@codesourcery.com>
2784
2785 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2786 "tfile-basic.tf".
2787 (test_tfind_tfile): Likewise.
2788
2789 2013-04-03 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2792 "tfile-basic.tf" instead of "basic.tf".
2793 (write_error_trace_file): Pass argument "tfile-error.tf"
2794 instead of "error.tf".
2795 * gdb.trace/tfile.exp: Update tfile names to
2796 "tfile-basic.tf" and "tfile-error.tf".
2797
2798 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2799
2800 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2801 empty directory in file for breakpoint hit.
2802
2803 2013-03-29 Yao Qi <yao@codesourcery.com>
2804
2805 * gdb.base/completion.exp: Test completion of commands
2806 "target core", "target tfile" and "target exec".
2807 * gdb.trace/tfile.exp: Test completion of command
2808 "target tfile".
2809
2810 2013-03-28 Joel Brobecker <brobecker@adacore.com>
2811
2812 * gdb.ada/win_fu_syms: New testcase.
2813
2814 2013-03-28 Doug Evans <dje@google.com>
2815
2816 * gdb.base/maint.exp (maint print statistics): Update expected output.
2817
2818 2013-03-28 Pedro Alves <palves@redhat.com>
2819
2820 PR gdb/15294
2821
2822 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2823 mean unlimited instead of $arg < 0.
2824 (test_listsize): Remove "listsize of 0 suppresses output" test.
2825 Test that "set listsize 0" ends up with an unlimited listsize.
2826
2827 2013-03-28 Pedro Alves <palves@redhat.com>
2828
2829 * gdb.base/list.exp (last_line): New global.
2830 (last_line_re): New global.
2831 (test_listsize, test_list_function, test_list_forward)
2832 (test_repeat_list_command, test_list_range)
2833 (test_list_filename_and_function): Use them.
2834 * gdb.base/list0.c: Comment the last line of the file with "last
2835 line".
2836
2837 2013-03-28 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2840 list the whole file.
2841
2842 2013-03-28 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2845 "set listsize".
2846
2847 2013-03-26 Keith Seitz <keiths@redhat.com>
2848
2849 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2850 from passing.
2851
2852 2013-03-26 Pedro Alves <palves@redhat.com>
2853
2854 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2855 until after GDB has run.
2856
2857 2013-03-26 Yao Qi <yao@codesourcery.com>
2858
2859 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2860 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2861
2862 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2863
2864 * gdb.btrace/enable.exp: Add regression test.
2865
2866 2013-03-25 Tom Tromey <tromey@redhat.com>
2867
2868 * gdb.cp/m-static.exp: Add destructor-printing tests.
2869
2870 2013-03-25 Tom Tromey <tromey@redhat.com>
2871
2872 * gdb.cp/m-static.exp: Add constructor ptype tests.
2873 * gdb.cp/m-static.cc (single_constructor): New class.
2874 (main): Make instance of single_constructor.
2875
2876 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2877 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.server/server-kill.c: New file.
2880 * gdb.server/server-kill.exp: New file.
2881
2882 2013-03-21 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2885 Expect $gdb_prompt in gdb_test_multiple.
2886
2887 2013-03-21 Doug Evans <dje@google.com>
2888
2889 * gdb.base/maint.exp: Update tests for per-command stats.
2890
2891 2013-03-21 Tom Tromey <tromey@redhat.com>
2892
2893 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2894 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2895
2896 2013-03-20 Pedro Alves <palves@redhat.com>
2897
2898 PR gdb/15289
2899
2900 * gdb.base/remote.exp: Test
2901 "set remote hardware-watchpoint-limit -1",
2902 "set remote hardware-breakpoint-limit -1",
2903 "set remote hardware-watchpoint-limit 2147483647" and
2904 "set remote hardware-breakpoint-limit 2147483647".
2905
2906 2013-03-20 Pedro Alves <palves@redhat.com>
2907 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.trace/tfile.c: Add comments.
2910 (nonconstglob): New global.
2911 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2912 global that is not covered by the trace frame. Test
2913 disassembling.
2914
2915 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.base/valgrind-infcall.exp
2918 (continue #$continue_count) <remote connection closed>
2919 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2920 $valgrind_pid.
2921
2922 2013-03-15 Tom Tromey <tromey@redhat.com>
2923
2924 * gdb.cp/overload.cc (intintfunc): New.
2925 * gdb.cp/overload.exp: Add regression test.
2926
2927 2013-03-15 Yao Qi <yao@codesourcery.com>
2928
2929 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2930 using with_test_prefix.
2931 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2932 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2933 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2934 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2935 * gdb.base/break-interp.exp (test_core): Likewise.
2936 (test_attach_gdb): Likewise.
2937 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2938 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2939 Likewise.
2940 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2941 * gdb.base/jit.exp (one_jit_test): Likewise.
2942 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2943 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2944 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2945 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2946 Likewise.
2947 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2948 Likewise.
2949 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2950 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2951 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2952 (tracepoint_change_loc_2): Likewise.
2953 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2954 Likewise.
2955 (disconnected_tfind): Likewise.
2956 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2957 Likewise.
2958 (test_tfind_remote): Likewise.
2959 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2960 Likewise.
2961 (test_pending_resolved): Likewise.
2962 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2963 Likewise.
2964 (test_upload_tsv): Likewise.
2965 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2966 Likewise.
2967 (pending_tracepoint_works): Likewise.
2968 * gdb.trace/report.exp (use_collected_data): Likewise.
2969 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2970 Likewise.
2971 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2972 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2973 (strace_trace_on_same_addr): Likewise.
2974 (strace_trace_on_diff_addr): Likewise.
2975 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2976 (gdb_collect_locals_test): Likewise.
2977 (gdb_unavailable_registers_test): Likewise.
2978 (gdb_collect_globals_test): Likewise.
2979
2980 2013-03-15 Yao Qi <yao@codesourcery.com>
2981
2982 * gdb.base/condbreak.exp: Add semicolon back which was removed
2983 by my previous commit.
2984
2985 2013-03-14 Yao Qi <yao@codesourcery.com>
2986
2987 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2988 'return'.
2989 (gdb_target_monitor, gdb_load): Likewise.
2990 * config/sid.exp (gdb_load): Likewise.
2991 * config/slite.exp (gdb_load): Likewise.
2992 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2993 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2994 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2995 (single_step_until): Likewise.
2996 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2997 * gdb.arch/system-gcore.exp: Likewise.
2998 * gdb.base/bigcore.exp (extract_heap): Likewise.
2999 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3000 * gdb.base/call-ar-st.exp: Likewise.
3001 * gdb.base/call-rt-st.exp: Likewise.
3002 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3003 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3004 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3005 * gdb.base/corefile.exp: Likewise.
3006 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3007 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3008 * gdb.base/fixsection.exp: Likewise.
3009 * gdb.base/funcargs.exp: Likewise.
3010 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3011 * gdb.base/gcore-relro.exp: Likewise.
3012 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3013 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3014 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3015 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3016 * gdb.base/list.exp: Likewise.
3017 (set_listsize): Likewise.
3018 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3019 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3020 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3021 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3022 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3023 * gdb.base/setvar.exp: Likewise.
3024 (test_set): Likewise.
3025 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3026 * gdb.base/solib-overlap.exp: Likewise.
3027 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3028 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3029 * gdb.base/watchpoint.exp (initialize): Likewise.
3030 (test_simple_watchpoint): Likewise.
3031 (test_disabling_watchpoints): Likewise.
3032 (test_watchpoint_triggered_in_syscall): Likewise.
3033 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3034 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3035 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3036 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3037 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3038 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3039 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3040 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3041 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3042 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3043 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3044 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3045 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3046 * gdb.mi/gdb792.exp: Likewise.
3047 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3048 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3049 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3050 * gdb.threads/gcore-thread.exp: Likewise.
3051 (load_core): Likewise.
3052 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3053 (test_startup, check_control_c): Likewise.
3054 * gdb.threads/sigstep-threads.exp: Likewise.
3055 * gdb.threads/thread_check.exp: Likewise.
3056 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3057 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3058 (set_a_tracepoint, trace_buffer_normal): Likewise.
3059 (gdb_trace_circular_tests): Likewise.
3060 * gdb.trace/collection.exp: Likewise.
3061 * gdb.trace/disconnected-tracing.exp: Likewise.
3062 * gdb.trace/infotrace.exp: Likewise.
3063 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3064 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3065 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3066 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3067 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3068 * gdb.trace/stap-trace.exp: Likewise.
3069 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3070 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3071 * gdb.trace/trace-buffer-size.exp: Likewise.
3072 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3073 * gdb.trace/unavailable.exp: Likewise.
3074 * gdb.trace/while-dyn.exp: Likewise.
3075 * lib/fortran.exp (set_lang_fortran): Likewise.
3076 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3077 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3078 (default_gdb_start, get_compiler_info): Likewise.
3079 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3080 (get_debug_format, setup_xfail_format): Likewise.
3081 (rerun_to_main, gdb_skip_float_test): Likewise.
3082 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3083 * lib/java.exp (set_lang_java): Likewise.
3084 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3085 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3086 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3087 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3088 * lib/objc.exp (set_lang_objc): Likewise.
3089 * lib/pascal.exp (set_lang_pascal): Likewise.
3090 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3091 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3092 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3093
3094 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3095
3096 PR c++/15203
3097 PR c++/15210
3098 * gdb.cp/m-static.cc (keepalive_int): New function.
3099 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3100 * gdb.cp/m-static.exp: New test for `sintvar'.
3101
3102 2013-03-14 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3105 of 'tstatus' into tstatus_output.
3106 (top level): Save the trace data to tfile. Read trace file in
3107 tfile target. Check the trace status.
3108
3109 2013-03-13 Yao Qi <yao@codesourcery.com>
3110
3111 * gdb.trace/tsv.exp (check_tsv): New.
3112 (top level): Save a tfile on current trace session. Call
3113 check_tsv on live target. Load the tfile with target tfile
3114 and call check_tsv again.
3115
3116 2013-03-13 Yao Qi <yao@codesourcery.com>
3117
3118 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3119 Replace some "gdb_test" with "gdb_test_no_output".
3120
3121 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3122
3123 * gdb.ada/expr_delims.exp: New file.
3124 * gdb.ada/expr_delims/foo.adb: New file.
3125 * gdb.ada/expr_delims/pck.ads: New file.
3126 * gdb.ada/expr_delims/pck.adb: New file.
3127
3128 2013-03-11 Keith Seitz <keiths@redhat.com>
3129
3130 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3131 both condition and thread. Then delete the watchpoint.
3132
3133 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3134
3135 * Makefile.in: Add btrace testsuite.
3136 * configure: Regenerated.
3137 * configure.ac: Add btrace testsuite.
3138 * gdb.btrace/Makefile.in: New file.
3139 * gdb.btrace/enable.c: New file.
3140 * gdb.btrace/enable.exp: New file.
3141 * gdb.btrace/function_call_history.c: New file.
3142 * gdb.btrace/function_call_history.exp: New file.
3143 * gdb.btrace/instruction_history.c: New file.
3144 * gdb.btrace/instruction_history.exp: New file.
3145 * gdb.btrace/instruction_history.S: New file.
3146 * lib/gdb.exp: Add btrace skip proc.
3147
3148 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 Fix entry-values if the callee called a noreturn function.
3151 * gdb.arch/amd64-tailcall-noret.S: New file.
3152 * gdb.arch/amd64-tailcall-noret.c: New file.
3153 * gdb.arch/amd64-tailcall-noret.exp: New file.
3154
3155 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 Fix entry-values in C++ across CUs.
3158 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3159 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3160 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3161 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3162 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3163
3164 2013-03-08 Stan Shebs <stan@codesourcery.com>
3165 Hafiz Abid Qadeer <abidh@codesourcery.com>
3166
3167 gdb/testsuite/
3168 * gdb.trace/trace-buffer-size.exp: New file.
3169 * gdb.trace/trace-buffer-size.c: New file.
3170
3171 2013-03-06 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3174 doesn't support the tested optional feature, call "unsupported"
3175 with the same test message as the "pass" case, instead of calling
3176 "pass" with a different message. Use the same text for the "fail"
3177 cases too.
3178
3179 2013-03-06 Yao Qi <yao@codesourcery.com>
3180
3181 * gdb.trace/tstatus.exp: Remove the invocation of
3182 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3183 (test_tracepoints): Don't set fast tracepoint.
3184 (top level): Don't check agent library is loaded or not.
3185
3186 2013-03-06 Yao Qi <yao@codesourcery.com>
3187
3188 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3189 parentheses by "\\".
3190
3191 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 * gdb.linespec/base/one/thefile.cc (twodup): New.
3194 (m): Call it.
3195 * gdb.linespec/base/two/thefile.cc (dupname): New.
3196 (n): Call it.
3197 * gdb.linespec/break-ask.exp: New file.
3198 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3199
3200 2013-02-28 Yao Qi <yao@codesourcery.com>
3201
3202 * gdb.trace/report.exp: Move some code to ...
3203 (use_collected_data): New.
3204 (top level): Call use_collected_data once on the live target.
3205 Save at file of the current trace session, load it with target
3206 tfile, and call use_collected_data again.
3207
3208 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3211
3212 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3215 Add final kill of ${valgrind_pid}.
3216
3217 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3218
3219 * gdb.python/py-arch.c: New test case
3220 * gdb.python/py-arch.exp: New tests to test
3221 gdb.Architecture.disassemble
3222 * gdb.python/Makefile.in: Add py-arch to the list of
3223 EXECUTABLES.
3224
3225 2013-02-18 Tom Tromey <tromey@redhat.com>
3226
3227 * gdb.dwarf2/subrange.exp: New file.
3228
3229 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3230 Hafiz Abid Qadeer <abidh@codesourcery.com>
3231
3232 * gdb.trace/tfile.exp: Add test for -trace-status command.
3233
3234 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3237 nanosleep by sleep.
3238
3239 2013-02-14 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3242
3243 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3244 Hafiz Abid Qadeer <abidh@codesourcery.com>
3245
3246 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3247
3248 2013-02-12 Tom Tromey <tromey@redhat.com>
3249
3250 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3251 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3252
3253 2013-02-12 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/catch-signal.c: Update copyright years.
3256 * gdb.base/catch-signal.exp: Update copyright years.
3257 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3258 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3259 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3260 * gdb.dwarf2/dw2-error.S: Update copyright years.
3261 * gdb.dwarf2/dw2-error.c: Update copyright years.
3262 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3263 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3264 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3265
3266 2013-02-12 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3269 message.
3270 * gdb.base/sigaltstack.exp: Ditto.
3271 * gdb.base/siginfo.exp: Ditto.
3272 * gdb.base/sizeof.exp: Ditto.
3273
3274 2013-02-12 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.mi/mi-basics.exp: Tweak intro comment.
3277 * gdb.mi/mi-break.exp: Tweak intro comment.
3278 * gdb.mi/mi-console.exp: Tweak intro comment.
3279 * gdb.mi/mi-file.exp: Tweak intro comment.
3280 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3281 * gdb.mi/mi-return.exp: Tweak intro comment.
3282 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3283 * gdb.mi/mi-until.exp: Tweak intro comment.
3284 * gdb.mi/mi-watch.exp: Tweak intro comment.
3285
3286 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3287
3288 * gdb.server/no-thread-db.exp: New file.
3289 * gdb.server/no-thread-db.c: New file.
3290 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3291
3292 2013-02-11 Doug Evans <dje@google.com>
3293
3294 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3295 two decfloats.
3296
3297 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3298
3299 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3300 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3301
3302 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3305
3306 2013-02-06 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3309 to ...
3310 (test_create_delete_modify_tsv): ... here. New test on modifying
3311 the initial value of a tsv.
3312
3313 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3314
3315 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3316 (cd .../rdir): ... here.
3317
3318 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * gdb.linespec/base/one/header.h: New file.
3321 * gdb.linespec/base/two/header.h: New file.
3322 * gdb.linespec/macro-relative.c: New file.
3323 * gdb.linespec/macro-relative.exp: New file.
3324
3325 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3326
3327 * gdb.base/fullpath-expand-func.c: New file.
3328 * gdb.base/fullpath-expand.c: New file.
3329 * gdb.base/fullpath-expand.exp: New file.
3330 * gdb.base/realname-expand-real.c: New file.
3331 * gdb.base/realname-expand.c: New file.
3332 * gdb.base/realname-expand.exp: New file.
3333
3334 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3337 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3338
3339 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3342 (compare_filenames_for_search does not match)
3343 (compare_filenames_for_search does match): New tests.
3344
3345 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3348
3349 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3352
3353 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3356 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3357 ${binfile}.mini_debuginfo-debuglink and
3358 ${binfile}.mini_debuginfo-debuglink.xz.
3359
3360 2013-02-01 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3363 attributes.
3364
3365 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3366 Tom Tromey <tromey@redhat.com>
3367
3368 * gdb.dwarf2/method-ptr.exp: Link with c++.
3369 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3370
3371 2013-01-31 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.base/jit.exp (compile_jit_test): New proc.
3374 Add PIE tests.
3375
3376 2013-01-31 Tom Tromey <tromey@redhat.com>
3377
3378 * gdb.dwarf2/method-ptr.cc: New file.
3379 * gdb.dwarf2/method-ptr.exp: New file.
3380
3381 2013-01-31 Tom Tromey <tromey@redhat.com>
3382
3383 * lib/dwarf.exp (namespace Dwarf): New.
3384
3385 2013-01-29 Tom Tromey <tromey@redhat.com>
3386
3387 * gdb.dwarf2/fission-reread.exp: Add unload test.
3388
3389 2013-01-28 Doug Evans <dje@google.com>
3390
3391 * gdb.dwarf2/fission-loclists.exp: New file.
3392 * gdb.dwarf2/fission-loclists.S: New file.
3393
3394 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 Code cleanup.
3397 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3398 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3399 and prepare_for_testing.
3400 * gdb.base/store.exp: Likewise.
3401
3402 2013-01-25 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.python/py-explore.exp: Expect the gdb prompt.
3405
3406 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
3407
3408 * gdb.base/gnu_vector.c: New variable for use in tests.
3409 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3410 changes in scalar to vector casting and widening.
3411 * gdb.python/py-type.c: New variables for use in tests.
3412 * gdb.python/py-type.exp: Update vector related tests to reflect
3413 changes in scalar to vector casting and widening.
3414
3415 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3416
3417 * gdb.base/prologue-include.c: New file.
3418 * gdb.base/prologue-include.exp: New file.
3419 * gdb.base/prologue-include.h: New file.
3420
3421 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3422
3423 PR gdb/13443
3424 * gdb.mi/mi-var-block.exp: Make test messages unique.
3425
3426 2013-01-23 Tom Tromey <tromey@redhat.com>
3427
3428 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3429
3430 2013-01-23 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.cp/converts.cc (main): Initialize 'a'.
3433
3434 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3435
3436 * testsuite/gdb.python/frame.exp: Add a test for
3437 gdb.Frame.architecture() method.
3438
3439 2013-01-22 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.base/annota1.exp (signal sent): No longer expect
3442 breakpoints-invalid.
3443 * gdb.cp/annota2.exp (continue until exit)
3444 (watch triggered on a.x): Ditto.
3445
3446 2013-01-22 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3449 Adjust tests to breakpoints-invalid changes.
3450 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3451 variables.
3452 Adjust tests to breakpoints-invalid changes.
3453
3454 2013-01-22 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.base/annota1.exp (annotate ignore count change): Add
3457 expected output for failure case.
3458
3459 2013-01-22 Tom Tromey <tromey@redhat.com>
3460
3461 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3462 call.
3463
3464 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3465
3466 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3467 * gdb.mi/mi-catch-load.exp: Ditto.
3468 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3469 Also handle 'thread' field.
3470 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3471 * gdb.mi/mi-watch.exp: Ditto.
3472 * lib/mi-support.exp: Ditto.
3473
3474 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3475
3476 * gdb.python/py-explore.exp: Improve a test
3477
3478 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3479
3480 * gdb.base/label.c (main): Correct the type of the second
3481 parameter.
3482
3483 2013-01-18 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.dwarf2/trace-crash.s: New file.
3486 * gdb.dwarf2/trace-crash.exp: New file.
3487
3488 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3489
3490 PR gdb/13443
3491 * gdb.base/checkpoint.exp: Update test messages to make them
3492 unique.
3493
3494 2013-01-18 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3497 output of 'info tracepoints'.
3498 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3499 Likewise.
3500 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3501 * gdb.trace/disconnected-tracing.c (struct foo): New.
3502
3503 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 * gdb.dwarf2/dw2-dos-drive.S: New file.
3506 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3507
3508 2013-01-17 Doug Evans <dje@google.com>
3509
3510 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3511 CXX_FOR_TARGET.
3512
3513 * boards/cc-with-tweaks.exp: New file.
3514
3515 2013-01-17 Tom Tromey <tromey@redhat.com>
3516
3517 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3518
3519 2013-01-17 Pedro Alves <palves@redhat.com>
3520
3521 Merge dg-extract-results.sh from upstream (svn 195224).
3522
3523 2013-01-15 David Blaikie <dblaikie@gmail.com>
3524 * dg-extract-results.sh: Fix order of summary counts.
3525
3526 2013-01-15 David Blaikie <dblaikie@gmail.com>
3527 * dg-extract-results.sh: Constrain the start-of-log pattern.
3528
3529 2013-01-15 David Blaikie <dblaikie@gmail.com>
3530 * dg-extract-results.sh: Handle KPASSes.
3531
3532 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3533 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3534 of grep -q.
3535
3536 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3537
3538 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3539 interface.
3540 * gdb.base/jithost.c: New file.
3541 * gdb.base/jithost.h: New file.
3542 * gdb.base/jitreader.c : New file.
3543 * gdb.base/jit-protocol.h: New file.
3544
3545 2013-01-16 Tom Tromey <tromey@redhat.com>
3546
3547 * gdb.base/catch-signal.c: New file.
3548 * gdb.base/catch-signal.exp: New file.
3549
3550 2013-01-16 Tom Tromey <tromey@redhat.com>
3551
3552 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3553
3554 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3557
3558 2013-01-14 Tom Tromey <tromey@redhat.com>
3559
3560 * gdb.base/completion.exp: Add "set gnutarget" test.
3561
3562 2013-01-14 Tom Tromey <tromey@redhat.com>
3563
3564 * gdb.dwarf2/dw2-restrict.S: New file.
3565 * gdb.dwarf2/dw2-restrict.c: New file.
3566 * gdb.dwarf2/dw2-restrict.exp: New file.
3567
3568 2013-01-14 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.dwarf2/dw2-error.exp: New file.
3571 * gdb.dwarf2/dw2-error.c: New file.
3572 * gdb.dwarf2/dw2-error.S: New file.
3573
3574 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3575
3576 * gdb.cp/parse-lang.cc: New file.
3577 * gdb.cp/parse-lang.exp: New file.
3578
3579 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3580
3581 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3582 (set substitute-path): New test.
3583 (fullname present): Remove content.
3584 (substituted fullname): New test.
3585
3586 2013-01-13 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3589 check. Move $gdb_py_is_py24 value check right after.
3590
3591 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3594 targets.
3595
3596 2013-01-11 Yao Qi <yao@codesourcery.com>
3597
3598 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3599 for dprintf.
3600 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3601 Check the fields in "=breakpoint-created" for dprintf.
3602
3603 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * gdb.mi/mi-fullname-deleted.exp: New file.
3606
3607 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3610 expected output.
3611 (info skip with pending file): Remove.
3612 (ignoring function in solib, info skip for function multiply): Update
3613 the expected output.
3614 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3615 (info skip (delete 1), info skip after disabling all)
3616 (info skip after enabling all, info skip after disabling 4 2-3)
3617 (info skip after enabling 2-3, info skip 2-3)
3618 (info skip after deleting 2 3): Update the expected output.
3619 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3620 statement to its initialization and return.
3621 * gdb.linespec/skip-two.exp: New file.
3622
3623 2012-12-19 Doug Evans <dje@google.com>
3624
3625 * gdb.base/maint.exp: Handle testing with .gdb_index.
3626
3627 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3630 Cavium to FSF.
3631
3632 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3633
3634 * dg-extract-results.sh: Update contact info in copyright notice.
3635 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3636 GPL v3 or later. Update contact info.
3637 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3638 gdb.threads/watchpoint-fork-mt.c,
3639 gdb.threads/watchpoint-fork-parent.c,
3640 gdb.threads/watchpoint-fork-st.c,
3641 gdb.threads/watchpoint-fork.h: Likewise.
3642
3643 2012-12-15 Yao Qi <yao@codesourcery.com>
3644
3645 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3646 'installed' field in '=breakpoint-modified'.
3647 (test_reconnect): Check 'installed' field in
3648 '=breakpoint-modified' and '=breakpoint-created'.
3649
3650 * gdb.trace/actions.exp: Update test for 'installed' field.
3651 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3652 (tracepoint_change_loc_2): Likewise.
3653 Check 'info tracepoint' display nothing else.
3654 * gdb.trace/deltrace.exp: Likewise.
3655 * gdb.trace/infotrace.exp: Likewise.
3656 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3657 Likewise.
3658 * gdb.trace/passcount.exp: Likewise.
3659 * gdb.trace/tracecmd.exp: Likewise.
3660 * gdb.trace/while-stepping.exp: Likewise.
3661
3662 2012-12-14 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.cp/member-name.exp: New file.
3665 * gdb.cp/member-name.cc: New file.
3666
3667 2012-12-14 Tom Tromey <tromey@redhat.com>
3668
3669 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3670
3671 2012-12-14 Doug Evans <dje@google.com>
3672
3673 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3674 DW_OP_GNU_implicit_pointer is section-relative.
3675
3676 2012-12-14 Tom Tromey <tromey@redhat.com>
3677
3678 * gdb.base/info-proc.exp: Add core file tests.
3679
3680 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3681
3682 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
3683
3684 2012-12-13 Doug Evans <dje@google.com>
3685
3686 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3687 * gdb.multi/multi-arch.exp: Ditto.
3688
3689 2012-12-12 Keven Boell <keven.boell@intel.com>
3690
3691 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3692 catch load test library source file.
3693 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3694 load test source file.
3695 * gdb.mi/mi-catch-load.exp: New. Test file for
3696 basic MI -catch-load and -catch-unload tests.
3697
3698 2012-12-11 Paul Koning <paul_koning@dell.com>
3699
3700 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3701 exception.
3702 (_iterator_except): New function.
3703 (ArrayPrinter): Use _iterator function instead of local _iterator
3704 class for Python 3 compatibility.
3705 (NoStringContainerPrinter): Use _iterator_except instead of
3706 _iterator.
3707 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3708 execfile for Python 3 compatibility.
3709 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3710 format in error_prompt test.
3711
3712 2012-12-10 Paul Koning <paul_koning@dell.com>
3713
3714 * gdb.base/charset.exp: Change print syntax for Python 3
3715 compatibility.
3716 * gdb.python/py-block.exp: Ditto.
3717 * gdb.python/py-breakpoint.exp: Ditto.
3718 * gdb.python/py-cmd.exp: Ditto.
3719 * gdb.python/py-events.py: Ditto.
3720 * gdb.python/py-finish-breakpoint.py: Ditto.
3721 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3722 * gdb.python/py-finish-breakpoint2.py: Ditto.
3723 * gdb.python/py-frame-inline.exp: Ditto.
3724 * gdb.python/py-frame.exp: Ditto.
3725 * gdb.python/py-infthread.exp: Ditto.
3726 * gdb.python/py-objfile.exp: Ditto.
3727 * gdb.python/py-parameter.exp: Ditto.
3728 * gdb.python/py-progspace.exp: Ditto.
3729 * gdb.python/py-prompt.exp: Ditto.
3730 * gdb.python/py-symbol.exp: Ditto.
3731 * gdb.python/py-symtab.exp: Ditto.
3732 * gdb.python/py-template.exp: Ditto.
3733 * gdb.python/py-value-cc.exp: Ditto.
3734 * gdb.python/python.exp: Ditto.
3735 * gdb.python/source2.py: Ditto.
3736 * gdb.python/lib-types.exp: Change print syntax for Python 3
3737 compatibility.
3738 Use sorted() function rather than sort() method.
3739 Accept either int or long values for enum values.
3740 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3741 execfile for Python 3 compatibility.
3742 * gdb.python/py-evsignal.exp: Ditto.
3743 * gdb.python/py-evthreads.exp: Ditto.
3744 * gdb.python/py-mi.exp: Ditto.
3745 * gdb.python/py-pp-maint.exp: Ditto.
3746 * gdb.python/py-prettyprint.exp: Ditto.
3747 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
3748 Python 3 compatibility.
3749 Skip tests for Python 2.4.
3750 * gdb.python/py-inferior.exp: Change print syntax for
3751 Python 3 compatibility.
3752 Use byte string rather than character string in memory write test
3753 if Python 3.
3754 * gdb.python/py-pp-maint.py: Change class declarations to "new
3755 class" syntax.
3756 * gdb.python/py-prettyprint.py: Change iterator class to generator
3757 function for Python 3 compatibility.
3758 Make all classes "new style".
3759 Fix indentation issue and stray semicolon.
3760 * gdb.python/py-shared.expChange print syntax for Python 3
3761 compatibility.
3762 Define "long" if Python 3.
3763 * gdb.python/py-type.exp: Change print syntax for Python 3
3764 compatibility.
3765 Accept either int or long values for enum values.
3766 * gdb.python/py-value.exp: Change print syntax for Python 3
3767 compatibility.
3768 Skip "long" and "unicode" tests if Python 3.
3769 Accept either "type" or "class" in type checks.
3770 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3771 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3772
3773 2012-12-10 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3776 (test): Add "two_cu" argument.
3777 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3778 for types; allow two CUs.
3779
3780 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3783 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3784
3785 2012-12-08 Yao Qi <yao@codesourcery.com>
3786 Pedro Alves <palves@redhat.com>
3787
3788 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3789 '=breakpoint-created' when GDB merges the tracepoints of both
3790 sides.
3791
3792 2012-12-07 Tom Tromey <tromey@redhat.com>
3793
3794 * gdb.base/break1.c (enum some_enum, union some_union): New.
3795 (some_enum_global, some_union_global, some_value): New globals.
3796 * gdb.base/completion.exp: Add tag completion tests.
3797
3798 2012-12-07 Tom Tromey <tromey@redhat.com>
3799
3800 * gdb.base/completion.exp: Add tests for ptype and whatis
3801 completion.
3802
3803 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.base/stale-infcall.exp: Fix copyright line.
3806
3807 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3808
3809 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3810
3811 2012-12-06 Pedro Alves <palves@redhat.com>
3812 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.base/exprs.exp: Add tests for cast to void.
3815
3816 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3817
3818 * gdb.python/py-mi.exp: Correct expected results for attribute
3819 "dynamic" returned by -var-update.
3820 Add test case for correct handling of "diplayhint" for children
3821 of dynamic varobjs.
3822 * gdb.python/py-prettyprint.c (set_itme): New function.
3823 (bug_14741) New function.
3824 (main) Add call to bug_14741().
3825 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3826
3827 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3828
3829 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3830 ${binfile}.funcsyms list.
3831
3832 2012-12-04 Yao Qi <yao@codesourcery.com>
3833
3834 PR gdb/13443
3835 * gdb.trace/actions.exp: Make test messages unique.
3836
3837 2012-11-29 Tom Tromey <tromey@redhat.com>
3838
3839 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3840
3841 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3842
3843 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3844 * gdb.opencl/datatypes.exp: Likewise.
3845 * gdb.opencl/operators.exp: Likewise.
3846 * gdb.opencl/vec_comps.exp: Likewise.
3847
3848 2012-11-29 Jerome Guitton <guitton@adacore.com>
3849
3850 * gdb.ada/iwide: New testcase.
3851
3852 2012-11-29 Jerome Guitton <guitton@adacore.com>
3853
3854 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3855 ptype test.
3856
3857 2012-11-29 Jerome Guitton <guitton@adacore.com>
3858
3859 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3860 form {VARIANT_TYPE}ADDRESS.
3861
3862 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3865 (func): New function.
3866 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3867 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3868 pointers to members with pointer-to-function type.
3869
3870 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3871 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.base/gnu-debugdata.exp: New file.
3874 * gdb.base/gnu-debugdata.c: New file.
3875 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3876 (gdb_unload): Return 0 on success.
3877
3878 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3881
3882 2012-11-26 Joel Brobecker <brobecker@adacore.com>
3883
3884 * gdb.base/empty_exe.exp: New testcase.
3885
3886 2012-11-20 Mike Frysinger <vapier@gentoo.org>
3887
3888 * gdb.base/completion.exp: Add test for help aliases completion.
3889
3890 2012-11-20 Yao Qi <yao@codesourcery.com>
3891
3892 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3893 Don't test 'maint set show-debug-regs'.
3894 Use command 'set remotecache' instead of
3895 'set circular-trace-buffer'.
3896
3897 2012-11-16 Keith Seitz <keiths@redhat.com>
3898
3899 PR c++/13615
3900 * gdb.cp/baseenum.cc: New file.
3901 * gdb.cp/baseenum.exp: New file.
3902 * gdb.cp/derivation.cc (A): Add copyright.
3903 Add a typedef.
3904 (B): Use A::value_type instead of int. Change all references.
3905 (D): Use value_type instead of int. Change all references.
3906 (E): Likewise.
3907 (F); Likewise.
3908 (Z): New class.
3909 (ZZ): New class.
3910 (N, Base, Derived): New namespace and classes.
3911 (main): Add instances of Z and ZZ.
3912 Make sure all symbols from N are kept.
3913 * gdb.cp/derivation.exp: Update typedef changes in tests.
3914 Add tests for class typedefs both before and after starting
3915 the inferior.
3916 Add tests for searching for a typedef while stopped in a
3917 method.
3918
3919 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3920
3921 * gdb.mi/mi-var-create-rtti.c: New file.
3922 * gdb.mi/mi-var-create-rtti.exp: New file.
3923
3924 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3925
3926 * gdb.base/structs3.exp: Run to main before doing any tests.
3927
3928 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
3929
3930 * gdb.python/py-type.exp: Uniquify test names.
3931
3932 2012-11-14 Yao Qi <yao@codesourcery.com>
3933
3934 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3935 (thread_function) [DEBUG]: Call 'printf'.
3936 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3937 command line if 'DEBUG=1' is passed to test.
3938 Remove a pattern to match inferior's output.
3939
3940 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3941
3942 * gdb.mi/mi-fill-memory.exp: New test.
3943
3944 2012-11-12 Tom Tromey <tromey@redhat.com>
3945
3946 * gdb.base/completion.exp: Update for "info type-printers".
3947 * gdb.python/py-typeprint.cc: New file.
3948 * gdb.python/py-typeprint.exp: New file.
3949 * gdb.python/py-typeprint.py: New file.
3950
3951 2012-11-12 Tom Tromey <tromey@redhat.com>
3952
3953 * gdb.base/call-sc.exp: Use "ptype/r".
3954 * gdb.base/volatile.exp: Don't expect "int".
3955 * gdb.cp/ptype-flags.cc: New file.
3956 * gdb.cp/ptype-flags.exp: New file.
3957 * gdb.cp/templates.exp: Use ptype/r.
3958 (test_ptype_of_templates, test_template_typedef): Likewise.
3959 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3960 argument. Handle template names and template parameters.
3961 * gdb.mi/mi-var-cmd.exp: Accept "long".
3962 * gdb.mi/mi-var-child.exp: Accept "long".
3963 * gdb.mi/mi-var-display.exp: Accept "long".
3964 * gdb.mi/mi2-var-child.exp: Accept "long".
3965
3966 2012-11-12 Tom Tromey <tromey@redhat.com>
3967
3968 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3969 "ptype" from calls to cp_test_ptype_class.
3970 (test_enums): Likewise.
3971 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3972 cp_test_ptype_class.
3973 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3974 calls to cp_test_ptype_class.
3975 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3976 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3977 from calls to cp_test_ptype_class.
3978 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3979 command here. Change "in_command" argument to "in_exp".
3980
3981 2012-11-10 Keith Seitz <keiths@redhat.com>
3982
3983 PR gdb/14288
3984 * gdb.base/printcmds.c: Add invalid_XXX globals
3985 for repeated byte tests.
3986 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3987 * gdb.base/wchar.c (main): Add and construct a wchar_t
3988 array with repeated characters.
3989 * gdb.base/wchar.exp: Add repeated character tests.
3990
3991 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3992
3993 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3994 disassembly output.
3995
3996 2012-11-09 Pedro Alves <palves@redhat.com>
3997
3998 PR gdb/14306
3999
4000 * gdb.multi/multi-arch-exec.c: New file.
4001 * gdb.multi/multi-arch-exec.exp: New file.
4002
4003 2012-11-09 Yao Qi <yao@codesourcery.com>
4004
4005 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4006 (top level): Call it.
4007
4008 2012-11-09 Yao Qi <yao@codesourcery.com>
4009
4010 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4011 typo.
4012
4013 2012-11-09 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.multi/multi-arch.exp: New.
4016
4017 2012-11-08 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4020 core files, if possible.
4021 * gdb.base/siginfo-thread.c: New file
4022 * gdb.base/siginfo-thread.exp: New file
4023
4024 2012-11-08 Tom Tromey <tromey@redhat.com>
4025
4026 * gdb.base/comprdebug.exp: New file.
4027
4028 2012-11-06 Pedro Alves <palves@redhat.com>
4029
4030 PR gdb/14810
4031
4032 * gdb.base/disabled-location.c: New file.
4033 * gdb.base/disabled-location.exp: New file.
4034
4035 2012-11-06 Tom Tromey <tromey@redhat.com>
4036
4037 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4038 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4039 gdb_gcore_cmd.
4040 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4041 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4042 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4043 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4044 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4045 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4046 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4047 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4048 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4049
4050 2012-11-05 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4053 procedure.
4054 (do_vfork_and_follow_child_tests_exec)
4055 (do_vfork_and_follow_child_tests_exit): Call it.
4056
4057 2012-11-05 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4060 fails.
4061
4062 2012-11-03 Yao Qi <yao@codesourcery.com>
4063
4064 Fix PR gdb/14617.
4065 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4066 Remove setup_kfail, and update test.
4067
4068 2012-11-02 Tom Tromey <tromey@redhat.com>
4069
4070 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4071 test.
4072
4073 2012-11-02 Pedro Alves <palves@redhat.com>
4074
4075 PR gdb/14766
4076
4077 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4078 setup_kfail.
4079 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4080 get registers".
4081
4082 2012-11-02 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.base/foll-vfork-exit.c: New file.
4085 * gdb.base/foll-vfork.exp (top level): New file-describing
4086 comment.
4087 (vfork_child_follow_to_exit): New procedure.
4088 (tcatch_vfork_then_child_follow): Rename as ...
4089 (tcatch_vfork_then_child_follow_exec): ... this.
4090 (tcatch_vfork_then_child_follow_exit): New procedure.
4091 (do_vfork_and_follow_parent_tests): New procedure, factored out
4092 from do_vfork_and_exec_tests.
4093 (do_vfork_and_follow_child_tests_exec): Ditto.
4094 (do_vfork_and_exec_tests): Delete.
4095 (do_vfork_and_follow_child_tests_exit): New procedure.
4096 (top level): Run tests with both the program that has the vfork
4097 child execing, and the program has the vfork child exiting.
4098
4099 2012-11-02 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4102 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4103 (vfork_parent_follow_to_bp): Call it.
4104 (kill_child): Delete.
4105 (vfork_and_exec_child_follow_to_main_bp)
4106 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4107 longer call kill_child.
4108 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4109 (do_vfork_and_exec_tests): Don't runto_main before calling each
4110 test procedure.
4111 (top level): Don't clean restart and set verbose before running
4112 each test procedure.
4113
4114 2012-11-02 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4117 (vfork_parent_follow_to_bp)
4118 (vfork_and_exec_child_follow_to_main_bp)
4119 (vfork_and_exec_child_follow_through_step)
4120 (tcatch_vfork_then_parent_follow)
4121 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4122 Use with_test_prefix.
4123
4124 2012-11-02 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.base/foll-vfork.c: Add copyright header.
4127 * gdb.base/vforked-prog.c: Add copyright header.
4128
4129 2012-11-02 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/foll-vfork.exp
4132 (vfork_and_exec_child_follow_through_step): Don't skip on
4133 non-HP/UX targets. Expect the next to only step one line on
4134 non-HP/UX targets, rather than stopping only after the exec.
4135
4136 2012-11-02 Pedro Alves <palves@redhat.com>
4137
4138 Don't hard code line numbers.
4139
4140 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4141 Expect text from the sources instead of a line number.
4142 (vfork_parent_follow_to_bp)
4143 (vfork_and_exec_child_follow_to_main_bp)
4144 (vfork_and_exec_child_follow_through_step)
4145 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4146 Use gdb_get_line_number.
4147
4148 2012-11-02 Pedro Alves <palves@redhat.com>
4149
4150 Modernize.
4151
4152 * gdb.base/foll-vfork.exp: Use standard_testfile and
4153 build_executable. Pass descriptive string to untested.
4154 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4155 (vfork_and_exec_child_follow_to_main_bp)
4156 (vfork_and_exec_child_follow_through_step)
4157 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4158 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4159 of send_gdb/gdb_expect.
4160
4161 (kill_child): New procedure.
4162 (vfork_and_exec_child_follow_to_main_bp)
4163 (vfork_and_exec_child_follow_through_step): Use it.
4164
4165 2012-11-02 Yao Qi <yao@codesourcery.com>
4166
4167 * gdb.base/setvar.exp: Test setting nested struct.
4168 * gdb.base/setvar.c (v_struct3): New.
4169
4170 2012-11-01 Doug Evans <dje@google.com>
4171
4172 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4173 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4174 use them.
4175
4176 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4177
4178 PR cli/14772
4179 * gdb.base/gnu_vector.c (union_with_vector_1)
4180 (struct_with_vector_1): Add new struct and union for testing
4181 ptype.
4182 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4183 structs / unions containing vectors.
4184
4185 2012-10-25 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4188 'setup_kfail' instead of 'setup_kfail_for_target'.
4189 * gdb.base/varargs.exp: Likewise.
4190 * lib/gdb.exp (setup_kfail_for_target): Remove.
4191
4192 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4193
4194 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4195
4196 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4197
4198 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4199
4200 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.ada/set_wstr: New testcase.
4203
4204 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4205
4206 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4207
4208 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4211
4212 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4213
4214 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4215
4216 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4217
4218 * gdb.base/callfuncs.exp (do_function_calls): Fix
4219 setup_kfail_for_target for -m32 mode.
4220
4221 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4222
4223 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4224 are now fixed.
4225
4226 2012-10-23 Yao Qi <yao@codesourcery.com>
4227
4228 * gdb.base/info-os.exp: Resume the inferior until it exits.
4229
4230 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4231
4232 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4233 * gdb.base/print-file-var.exp: Likewise.
4234 * gdb.base/type-opaque.exp: Likewise.
4235
4236 2012-10-17 Yao Qi <yao@codesourcery.com>
4237
4238 * gdb.mi/mi-memory-changed.exp: New.
4239
4240 2012-10-16 Yao Qi <yao@codesourcery.com>
4241
4242 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4243 returns true.
4244 Call gdb_load_shlibs.
4245 * gdb.reverse/solib-reverse.exp: Likewise.
4246
4247 2012-10-15 Keith Seitz <keiths@redhat.com>
4248
4249 * lib/cp-support.exp (cp_test_ptype_class): Add support
4250 for class typedefs.
4251
4252 * gdb.cp/derivation.exp: Add tests for g_instance.
4253
4254 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4255
4256 Fix entry values resolving in inlined frames.
4257 * gdb.arch/amd64-entry-value-inline.S: New file.
4258 * gdb.arch/amd64-entry-value-inline.c: New file.
4259 * gdb.arch/amd64-entry-value-inline.exp: New file.
4260
4261 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4262 Doug Evans <dje@google.com>
4263
4264 Fix recent gdb_breakpoint regression.
4265 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4266 braces from the parameter.
4267 * gdb.java/jprint.exp: Likewise.
4268
4269 2012-10-15 Doug Evans <dje@google.com>
4270
4271 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4272
4273 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4274
4275 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4276
4277 2012-10-15 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4280
4281 2012-10-15 Tom Tromey <tromey@redhat.com>
4282
4283 * gdb.python/py-symbol.exp: Test symbol destructor.
4284
4285 2012-10-14 Yao Qi <yao@codesourcery.com>
4286
4287 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4288 * gdb.mi/mi-cli.exp: New.
4289
4290 * gdb.mi/mi2-basics.exp: Remove.
4291 * gdb.mi/mi2-break.exp: Remove.
4292 * gdb.mi/mi2-console.exp: Remove.
4293 * gdb.mi/mi2-disassemble.exp: Remove.
4294 * gdb.mi/mi2-eval.exp: Remove.
4295 * gdb.mi/mi2-file.exp: Remove.
4296 * gdb.mi/mi2-hack-cli.exp: Remove.
4297 * gdb.mi/mi2-pthreads.exp: Remove.
4298 * gdb.mi/mi2-read-memory.exp: Remove.
4299 * gdb.mi/mi2-regs.exp: Remove.
4300 * gdb.mi/mi2-return.exp: Remove.
4301 * gdb.mi/mi2-simplerun.exp: Remove.
4302 * gdb.mi/mi2-stack.exp: Remove.
4303 * gdb.mi/mi2-stepi.exp: Remove.
4304 * gdb.mi/mi2-syn-frame.exp: Remove.
4305 * gdb.mi/mi2-until.exp: Remove.
4306 * gdb.mi/mi2-watch.exp: Remove.
4307 * gdb.mi/mi2-var-block.exp: Remove.
4308 * gdb.mi/mi2-var-cmd.exp: Remove.
4309 * gdb.mi/mi2-var-display.exp: Remove.
4310
4311 2012-10-12 Yao Qi <yao@codesourcery.com>
4312
4313 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4314 trail '.*' on matching patterns.
4315
4316 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4317
4318 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4319 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4320 * gdb.arch/i386-disp-step.exp: Likewise.
4321 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4322 * gdb.arch/i386-prologue.exp: Likewise.
4323 * gdb.arch/i386-size-overlap.exp: Likewise.
4324 * gdb.arch/i386-size.exp: Likewise.
4325 * gdb.arch/i386-unwind.exp: Likewise.
4326
4327 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4328
4329 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4330 * gdb.arch/i386-word.exp: Likewise.
4331
4332 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4333
4334 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4335 is_ilp32_target to set nr_regs.
4336 * gdb.arch/i386-sse.exp: Likewise.
4337
4338 2012-10-11 Doug Evans <dje@google.com>
4339
4340 PR breakpoints/14643.
4341 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4342 * gdb.linespec/thread.c: New file.
4343 * gdb.linespec/thread.exp: New file.
4344
4345 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4346 Recognize "message" -> print pass and fail. Add eof case.
4347 (runto): Recognize message, no-message. Print pass/fail if requested,
4348 with same treatment as gdb_breakpoint.
4349 (runto_main): Pass no-message to runto.
4350 (gdb_internal_error_resync): Add log message.
4351 (gdb_file_cmd): Tweak internal error fail text for consistency.
4352
4353 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 Fix crash during stepping on ppc32.
4356 * gdb.base/step-symless.c: New file.
4357 * gdb.base/step-symless.exp: New file.
4358
4359 2012-10-03 Doug Evans <dje@google.com>
4360
4361 PR symtab/14601
4362 * gdb.cp/using-crash.exp: New file.
4363 * gdb.cp/using-crash.cc: New file.
4364
4365 2012-10-02 Doug Evans <dje@google.com>
4366
4367 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4368 more consistent.
4369 (runto,gdb_debug_format): Ditto.
4370 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4371 Clean up logging and error messages.
4372
4373 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
4374
4375 Test find command on unmapped memory.
4376 * gdb.base/find-unmapped.c: New file.
4377 * gdb.base/find-unmapped.exp: New file.
4378
4379 2012-09-29 Yao Qi <yao@codesourcery.com>
4380
4381 * gdb.trace/mi-tracepoint-changed.exp: New.
4382 * gdb.mi/mi-breakpoint-changed.exp: New.
4383 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4384 * gdb.mi/pendshr2.c: New.
4385
4386 2012-09-28 Yao Qi <yao@codesourcery.com>
4387
4388 * gdb.mi/pr11022.exp: New.
4389 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4390
4391 2012-09-27 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.cp/derivation.exp: Add regression test.
4394 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4395 V_derived): New.
4396 (vderived): New global.
4397
4398 2012-09-26 Tom Tromey <tromey@redhat.com>
4399
4400 * gdb.dwarf2/dw2-common-block.S: New file.
4401 * gdb.dwarf2/dw2-common-block.exp: New file.
4402
4403 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4404
4405 * gdb.fortran/common-block.exp: New file.
4406 * gdb.fortran/common-block.f90: New file.
4407
4408 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
4409
4410 * gdb.base/duplicate-bp.c: New file.
4411 * gdb.base/duplicate-bp.exp: New file.
4412
4413 2012-09-26 Yao Qi <yao@codesourcery.com>
4414
4415 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4416
4417 Revert:
4418 2012-09-21 Yao Qi <yao@codesourcery.com>
4419
4420 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4421
4422 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4423
4424 * gdb.base/longest-types.c: New test case.
4425 * gdb.base/longest-types.exp: New test case.
4426
4427 2012-09-25 Yao Qi <yao@codesourcery.com>
4428
4429 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4430
4431 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 Fix internal error on canonicalization of clang types.
4434 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4435 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4436 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4437
4438 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 Fix disassemble without parameters in tailcall frame.
4441 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4442
4443 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
4444
4445 * gdb.dwarf2/dw2-op-out-param.S: New file.
4446 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4447
4448 2012-09-21 Yao Qi <yao@codesourcery.com>
4449
4450 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4451
4452 2012-09-21 Yao Qi <yao@codesourcery.com>
4453
4454 * gdb.mi/mi-cli.exp: Remove.
4455 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4456
4457 2012-09-21 Yao Qi <yao@codesourcery.com>
4458
4459 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4460 "=record-started" notification.
4461
4462 2012-09-21 Yao Qi <yao@codesourcery.com>
4463
4464 * gdb.mi/mi-record-changed.exp: New.
4465 * gdb.mi/mi-reverse.exp: Adjust expected output.
4466
4467 2012-09-20 Tom Tromey <tromey@redhat.com>
4468
4469 * gdb.python/python.exp: Test atexit.register.
4470
4471 2012-09-20 Doug Evans <dje@google.com>
4472
4473 * boards/dwarf4-gdb-index.exp: New file.
4474
4475 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4476 while running the tests.
4477
4478 2012-09-18 Joel Brobecker <brobecker@adacore.com>
4479
4480 * gdb.ada/bp_reset: New testcase.
4481
4482 2012-09-18 Yao Qi <yao@codesourcery.com>
4483
4484 * gdb.trace/mi-tsv-changed.exp: New.
4485
4486 2012-09-18 Yao Qi <yao@codesourcery.com>
4487
4488 * gdb.trace/mi-traceframe-changed.exp: New.
4489
4490 2012-09-17 Yao Qi <yao@codesourcery.com>
4491
4492 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4493 when it is less than 0.
4494
4495 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 PR 14119
4498 * gdb.arch/amd64-tailcall-ret.S: New file.
4499 * gdb.arch/amd64-tailcall-ret.c: New file.
4500 * gdb.arch/amd64-tailcall-ret.exp: New file.
4501 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4502 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4503 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4504
4505 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 PR 14548
4508 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4509 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4510 * gdb.reverse/singlejmp-reverse.S: New file.
4511 * gdb.reverse/singlejmp-reverse.c: New file.
4512 * gdb.reverse/singlejmp-reverse.exp: New file.
4513
4514 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 Fix compatibility with old GCC (~4.1).
4517 * gdb.cp/converts.cc (my_enum_var): New variable.
4518
4519 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
4520
4521 * gdb.xml/tdesc-regs.exp: Update expected output for new
4522 vector_size syntax of vector types.
4523
4524 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4525
4526 Refactor Python "gdb" module into a proper Python package, by
4527 introducing a new "_gdb" module for code implemented in C, and
4528 using reload/__import__ instead of exec.
4529 * gdb.python/python.exp (Test stderr location): Update module
4530 location of GDB-specific sys.stderr.
4531 (Test stdout location): Ditto for sys.stdout.
4532
4533 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4534
4535 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4536
4537 2012-09-12 Keith Seitz <keiths@redhat.com>
4538
4539 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4540 conversion statement.
4541
4542 2012-09-12 Doug Evans <dje@google.com>
4543
4544 * gdb.base/help.exp: Remove testing of individual command help text,
4545 too much of a maintenance burden. Instead, test the functionality
4546 of "help" itself.
4547
4548 2012-09-11 Doug Evans <dje@google.com>
4549
4550 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4551 breakpoint.
4552
4553 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4554 * gdb.dwarf2/fission-reread.S: Ditto.
4555 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4556 * gdb.dwarf2/fission-reread.exp: Ditto.
4557
4558 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
4559
4560 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4561
4562 2012-09-10 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/optim_drec: New testcase.
4565
4566 2012-09-10 Doug Evans <dje@google.com>
4567
4568 * boards/fission.exp: Explicitly mark "board" as not remote.
4569
4570 2012-09-10 Keith Seitz <keiths@redhat.com>
4571
4572 PR gdb/13483
4573 * gdb.cp/converts.cc (A::A): Add ctor.
4574 (A::member_): Add member.
4575 (enum my_enum): New enumeration.
4576 (main): Add calls to foo1_7 with various
4577 permitted arguments.
4578 * gdb.cp/converts.exp: Add tests for boolean
4579 conversions permitted by the standard.
4580
4581 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4582
4583 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4584 avoid spurious results due to ~/.gdbinit.
4585 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4586 $INTERNAL_GDBFLAGS in run command.
4587 * gdb.gdb/observer.exp (setup_test): Ditto.
4588 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4589 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4590
4591 2012-09-06 Doug Evans <dje@google.com>
4592
4593 * boards/fission.exp: New file.
4594
4595 * gdb.python/py-value.exp: Use clean_restart.
4596
4597 2012-09-05 Doug Evans <dje@google.com>
4598
4599 * gdb.base/info-macros.c: Fix whitespace.
4600
4601 2012-08-28 Pedro Alves <palves@redhat.com>
4602
4603 PR gdb/14428
4604
4605 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4606
4607 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4608
4609 * gdb.base/break-caller-line.c: New file.
4610 * gdb.base/break-caller-line.exp: New file.
4611
4612 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4615 * gdb.arch/i386-cfi-notcurrent.S: New file.
4616 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4617
4618 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
4619 Yao Qi <yao@codesourcery.com>
4620 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4623 New procedures.
4624 (top level): Add overlap checking tests.
4625
4626 2012-08-24 Tom Tromey <tromey@redhat.com>
4627
4628 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4629 gdb_test_multiple fails for other reasons.
4630
4631 2012-08-24 Yao Qi <yao@codesourcery.com>
4632
4633 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4634
4635 2012-08-23 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/help.exp: Adjust to "handle" help text change.
4638
4639 2012-08-23 Yao Qi <yao@codesourcery.com>
4640
4641 * gdb.trace/disconnected-tracing.c (start, end): New.
4642 (main): Call start and end.
4643 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4644 existing tests into this proc.
4645 (disconnected_tfind): New.
4646
4647 2012-08-23 Yao Qi <yao@codesourcery.com>
4648
4649 * boards/native-gdbserver.exp (${board}_upload): New.
4650 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4651 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4652 Execute tfile on remote target.
4653 Copy trace file from target to host.
4654
4655 2012-08-22 Joseph Myers <joseph@codesourcery.com>
4656
4657 * gdb.arch/thumb-bx-pc.S: New file.
4658 * gdb.arch/thumb-bx-pc.exp: New file.
4659
4660 2012-08-22 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.base/maint.exp: Update.
4663
4664 2012-08-22 Tom Tromey <tromey@redhat.com>
4665
4666 * lib/gdb.exp (skip_unwinder_tests): New proc.
4667 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4668 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4669
4670 2012-08-21 Tom Tromey <tromey@redhat.com>
4671
4672 * gdb.hp/gdb.aCC/exception.exp: Remove.
4673
4674 012-08-19 Andrew Pinski <apinski@cavium.com>
4675
4676 * gdb.arch/mips-octeon-bbit.c: New file.
4677 * gdb.arch/mips-octeon-bbit.exp: New Test.
4678
4679 012-08-19 Keith Seitz <keiths@redhat.com>
4680
4681 PR c++/14365
4682 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4683 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4684
4685 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4686
4687 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4688 verbose -log by more specific untested call.
4689
4690 2012-08-18 Yao Qi <yao@codesourcery.com>
4691
4692 * gdb.trace/tfind.exp: Move tests on various command help before
4693 checking target supports trace.
4694 Fix the expected output of 'help tfind end'.
4695
4696 2012-08-17 Keith Seitz <keiths@redhat.com>
4697
4698 PR c++/13356
4699 * gdb.base/default.exp: Update all "check type" tests.
4700 * gdb.base/help.exp: Likewise.
4701 * gdb.base/setshow.exp: Likewise.
4702 * gdb.cp/converts.cc (foo1_type_check): New function.
4703 (foo2_type_check): New function.
4704 (foo3_type_check): New function.
4705 (main): Call new functions.
4706 * converts.exp: Add tests for integer-to-pointer conversions
4707 with/without strict type-checking.
4708
4709 2012-08-16 Mike Frysinger <vapier@gentoo.org>
4710
4711 * gdb.base/help.exp: Update expected output.
4712
4713 2012-08-16 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.ada/rdv_wait: New testcase.
4716
4717 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4720
4721 2012-08-13 Doug Evans <dje@google.com>
4722
4723 * gdb.base/help.exp: Update expected output.
4724 * gdb.base/default.exp: Update expected output of "show convenience".
4725
4726 2012-08-10 Doug Evans <dje@google.com>
4727
4728 * gdb.python/py-strfns.c: New file.
4729 * gdb.python/py-strfns.exp: New file.
4730 * gdb.python/py-type.exp (test_fields): Add vector tests.
4731
4732 2012-08-10 Mike Frysinger <vapier@gentoo.org>
4733
4734 PR cli/10436:
4735 * gdb.base/completion.exp: Add tests for handle completion.
4736
4737 2012-08-09 Yao Qi <yao@codesourcery.com>
4738
4739 * gdb.mi/mi-cmd-param-changed.exp: New.
4740 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4741 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4742 * gdb.mi/mi2-prompt.exp: Likewise.
4743
4744 2012-08-08 Doug Evans <dje@google.com>
4745
4746 * gdb.base/debug-expr.c: New file.
4747 * gdb.base/debug-expr.exp: New file.
4748 * gdb.base/exprs.exp: Test {type} casts.
4749 * gdb.cp/debug-expr.exp: New file.
4750
4751 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4754 global variable loop, not a 'break'. Add loop count limit to 100.
4755 Add new fail case for terminated vgdb.
4756
4757 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4758 Jean-Marc Saffroy <saffroy@gmail.com>
4759
4760 PR 11804
4761 * gdb.base/gcore-relro.exp: New file.
4762 * gdb.base/gcore-relro-main.c: New file.
4763 * gdb.base/gcore-relro-lib.c: New file.
4764
4765 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 Do not false FAIL with old GCCs.
4768 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4769 GCC < 4.5 in $no_hw mode.
4770
4771 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4774
4775 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.base/list.exp (test_only_end): New function.
4778 Call it.
4779
4780 2012-08-06 Tom Tromey <tromey@redhat.com>
4781
4782 * gdb.python/py-mi.exp: Add test for printer whose children
4783 are a list.
4784 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4785 (main): New variable children_as_list.
4786 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4787 New.
4788 (register_pretty_printers): Register new printer.
4789
4790 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4791
4792 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4793 symbols. Abort if vgdb remote connection is closed.
4794
4795 2012-08-02 Doug Evans <dje@google.com>
4796
4797 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4798
4799 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4800
4801 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4802 s390x, PowerPC 64 and m68k-linux.
4803
4804 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4805
4806 * gdb.base/annota1.exp: Accept no frames-invalid notification
4807 when starting up the program.
4808 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4809 show a symbolic value as well.
4810 * gdb.server/server-exec-info.exp: Skip test when skipping
4811 gdbserver test and/or when skipping shared library tests.
4812 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4813 avoid name conflicts with other tests.
4814
4815 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4816
4817 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4818 Fix wrong output on big-endian systems.
4819 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4820 4-byte pointer types on 64-bit s390x.
4821
4822 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4823
4824 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4825 marker comment at the beginning (after intialization).
4826 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4827 breakpoint on marker comment instead of function begin.
4828 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4829 PowerPC.
4830 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4831 or 64-bit PowerPC.
4832 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4833 gdb,no_hardware_watchpoints flag is set.
4834 (initialize): Remove now redundant can-use-hw-watchpoints change.
4835
4836 2012-08-02 Yao Qi <yao@codesourcery.com>
4837 Pedro Alves <palves@redhat.com>
4838
4839 * boards/local-remote-host.exp: New.
4840
4841 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4842
4843 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4844 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4845 * gdb.base/print-file-var.exp: Likewise.
4846 * gdb.server/solib-list.exp: Skip on remote targets.
4847
4848 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4849
4850 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4851 watchpoints on ARM. When expecting software watchpoints, tolerate
4852 (remote) targets that report unsupported hardware watchpoint only
4853 at continue time.
4854 (test_wide_location_2): Likewise.
4855
4856 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4857
4858 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4859 valgrind versions.
4860
4861 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.base/valgrind-infcall.c: New file.
4864 * gdb.base/valgrind-infcall.exp: New file.
4865
4866 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4867
4868 2012-07-30 Keith Seitz <keiths@redhat.com>
4869
4870 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4871 linespecs.
4872
4873 2012-07-30 Doug Evans <dje@google.com>
4874
4875 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4876 * gdb.dwarf2/pr13961.S: Ditto.
4877
4878 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4879
4880 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4881
4882 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4883 change its format immediately after reloading the binary.
4884
4885 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 Fix testsuite regression after --use-deprecated-index-sections removal.
4888 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4889 string.
4890 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4891
4892 2012-07-27 Yao Qi <yao@codesourcery.com>
4893
4894 KFAIL for PR remote/14161.
4895 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4896 Cleanup socket files.
4897 (strace_info_marker): Detach inferior.
4898
4899 2012-07-26 Tom Tromey <tromey@redhat.com>
4900
4901 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
4902
4903 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4904
4905 * gdb.python/py-inferior.c (thread): New function.
4906 (check_threads): New function.
4907 (test_threads): New function.
4908 * gdb.python/py-inferior.exp: Added test.
4909 Replaced runto with continue to breakpoint.
4910
4911 2012-07-26 Tom Tromey <tromey@redhat.com>
4912
4913 * lib/ada.exp (standard_ada_testfile): New proc.
4914 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4915 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4916 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4917 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4918 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4919 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4920 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4921 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4922 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4923 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4924 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4925 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4926 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4927 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4928 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4929 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4930 * gdb.ada/complete.exp: Use standard_ada_testfile.
4931 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4932 standard_output_file.
4933 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4934 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4935 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4936 standard_output_file.
4937 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4938 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4939 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4940 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4941 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4942 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4943 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4944 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4945 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4946 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4947 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4948 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4949 * gdb.ada/interface.exp: Use standard_ada_testfile.
4950 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4951 standard_output_file
4952 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4953 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4954 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4955 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4956 * gdb.ada/nested.exp: Use standard_ada_testfile.
4957 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4958 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4959 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4960 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4961 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4962 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4963 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4964 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4965 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4966 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4967 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4968 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4969 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4970 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4971 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4972 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4973 * gdb.ada/start.exp: Use standard_ada_testfile.
4974 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4975 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4976 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4977 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4978 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4979 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4980 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4981 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4982 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4983 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4984 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4985 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4986 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4987 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4988
4989 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 Fix testsuite regression after --use-deprecated-index-sections removal.
4992 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4993
4994 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4995
4996 Fix compatibility with Tcl before 7.5.
4997 * lib/future.exp (lreverse): New function if it does not exist.
4998
4999 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5000
5001 * gdb.mi/mi-pending.c: New method to set a second pending
5002 breakpoint.
5003 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5004 condition.
5005
5006 2012-07-20 Pedro Alves <palves@redhat.com>
5007
5008 PR threads/11692
5009 PR gdb/12203
5010
5011 * gdb.threads/create-fail.c: New file.
5012 * gdb.threads/create-fail.exp: New file.
5013
5014 2012-07-19 Pedro Alves <palves@redhat.com>
5015
5016 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5017 * config/vx.exp (gdb_start): Likewise.
5018 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5019 * gdb.base/setvar.exp (test_set): Likewise.
5020 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5021 * gdb.reverse/sigall-precsave.exp: Likewise.
5022 * gdb.reverse/sigall-reverse.exp: Likewise.
5023
5024 2012-07-19 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5027 handler before recording.
5028
5029 2012-07-19 Tom Tromey <tromey@redhat.com>
5030
5031 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5032 * gdb.cp/casts.cc (decltype): New function.
5033 (main): Use it.
5034
5035 2012-07-19 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/sigall.exp (signals): New list.
5038 <top level>: Loop over signals in the $signals list instead of
5039 calling a test function once per signal.
5040 * gdb.reverse/sigall-precsave.exp (signals): New list.
5041 <top level>: Loop over signals in the $signals list instead of
5042 calling a test function once per signal.
5043 * gdb.reverse/sigall-reverse.exp (signals): New list.
5044 <top level>: Loop over signals in the $signals list instead of
5045 calling a test function once per signal.
5046
5047 2012-07-19 Yao Qi <yao@codesourcery.com>
5048
5049 * gdb.base/setshow.exp: Test 'set args ~'.
5050
5051 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.base/store.exp (check_set): Import gdb_prompt.
5054 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5055 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5056
5057 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 PR 11914
5060 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5061 (main): Call eval_sub.
5062 * gdb.python/py-prettyprint.exp:
5063 (python execfile ('py-prettyprint.py')): Move it earlier.
5064 New breakpoint for eval-break.
5065 (continue to breakpoint: eval-break, info locals): New test.
5066 (python execfile ('py-prettyprint.py')): Move it from here.
5067 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5068 (register_pretty_printers): Register pp_eval_type.
5069
5070 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 Fix a testcase regression by me.
5073 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5074 DW_FORM_data4.
5075
5076 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5077 Doug Evans <dje@google.com>
5078
5079 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5080 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5081
5082 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 Fix gdbserver run regression.
5085 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5086
5087 2012-07-12 Tom Tromey <tromey@redhat.com>
5088
5089 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5090 (clean_restart): Likewise.
5091 (core_find): Use standard_output_file.
5092
5093 2012-07-12 Tom Tromey <tromey@redhat.com>
5094
5095 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5096 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5097 prepare_for_testing_full.
5098 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5099 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5100 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5101 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5102 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5103 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5104 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5105 prepare_for_testing_full.
5106 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5107 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5108 prepare_for_testing_full.
5109 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5110 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5111 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5112
5113 2012-07-12 Tom Tromey <tromey@redhat.com>
5114
5115 * lib/gdb.exp (build_executable_from_specs): New proc, from
5116 build_executable.
5117 (build_executable): Use it.
5118 (prepare_for_testing_full): New proc.
5119
5120 2012-07-11 Tom Tromey <tromey@redhat.com>
5121
5122 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5123 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5124 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5125 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5126 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5127 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5128 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5129 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5130 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5131 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5132
5133 2012-07-10 Tom Tromey <tromey@redhat.com>
5134
5135 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5136 standard_output_file.
5137 * gdb.mi/gdb2549.exp: Use standard_testfile.
5138 * gdb.mi/gdb669.exp: Use standard_testfile.
5139 * gdb.mi/gdb701.exp: Use standard_testfile.
5140 * gdb.mi/gdb792.exp: Use standard_testfile.
5141 * gdb.mi/mi-async.exp: Use standard_testfile.
5142 * gdb.mi/mi-basics.exp: Use standard_testfile.
5143 * gdb.mi/mi-break.exp: Use standard_testfile.
5144 * gdb.mi/mi-cli.exp: Use standard_testfile.
5145 * gdb.mi/mi-console.exp: Use standard_testfile.
5146 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5147 * gdb.mi/mi-eval.exp: Use standard_testfile.
5148 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5149 * gdb.mi/mi-file.exp: Use standard_testfile.
5150 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5151 * gdb.mi/mi-logging.exp: Use standard_testfile.
5152 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5153 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5154 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5155 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5156 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5157 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5158 * gdb.mi/mi-pending.exp: Use standard_testfile,
5159 standard_output_file.
5160 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5161 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5162 * gdb.mi/mi-regs.exp: Use standard_testfile.
5163 * gdb.mi/mi-return.exp: Use standard_testfile.
5164 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5165 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5166 * gdb.mi/mi-solib.exp: Use standard_testfile,
5167 standard_output_file.
5168 * gdb.mi/mi-stack.exp: Use standard_testfile.
5169 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5170 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5171 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5172 * gdb.mi/mi-until.exp: Use standard_testfile.
5173 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5174 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5175 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5176 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5177 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5178 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5179 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5180 standard_output_file.
5181 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5182 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5183 * gdb.mi/mi-watch.exp: Use standard_testfile.
5184 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5185 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5186 * gdb.mi/mi2-break.exp: Use standard_testfile.
5187 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5188 * gdb.mi/mi2-console.exp: Use standard_testfile.
5189 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5190 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5191 * gdb.mi/mi2-file.exp: Use standard_testfile.
5192 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5193 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5194 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5195 * gdb.mi/mi2-return.exp: Use standard_testfile.
5196 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5197 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5198 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5199 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5200 * gdb.mi/mi2-until.exp: Use standard_testfile.
5201 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5202 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5203 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5204 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5205 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5206
5207 2012-07-10 Tom Tromey <tromey@redhat.com>
5208
5209 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5210 * gdb.cp/ambiguous.exp: Use standard_testfile,
5211 prepare_for_testing.
5212 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5213 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5214 * gdb.cp/anon-ns.exp: Use standard_testfile.
5215 * gdb.cp/anon-struct.exp: Use standard_testfile.
5216 * gdb.cp/anon-union.exp: Use standard_testfile,
5217 prepare_for_testing.
5218 * gdb.cp/arg-reference.exp: Use standard_testfile,
5219 prepare_for_testing.
5220 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5221 * gdb.cp/breakpoint.exp: Use standard_testfile,
5222 prepare_for_testing.
5223 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5224 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5225 standard_output_file.
5226 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5227 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5228 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5229 (test_static_members): Update.
5230 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5231 * gdb.cp/converts.exp: Use standard_testfile.
5232 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5233 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5234 prepare_for_testing.
5235 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5236 * gdb.cp/cplabel.exp: Use standard_testfile.
5237 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5238 prepare_for_testing.
5239 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5240 * gdb.cp/derivation.exp: Use standard_testfile,
5241 prepare_for_testing.
5242 * gdb.cp/destrprint.exp: Use standard_testfile.
5243 * gdb.cp/dispcxx.exp: Use standard_testfile.
5244 * gdb.cp/exception.exp: Use standard_testfile,
5245 prepare_for_testing.
5246 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5247 * gdb.cp/extern-c.exp: Use standard_testfile,
5248 prepare_for_testing.
5249 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5250 prepare_for_testing.
5251 * gdb.cp/fpointer.exp: Use standard_testfile.
5252 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5253 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5254 standard_output_file.
5255 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5256 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5257 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5258 standard_output_file.
5259 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5260 (do_tests): Update.
5261 * gdb.cp/koenig.exp: Use standard_testfile.
5262 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5263 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5264 * gdb.cp/m-static.exp: Use standard_testfile,
5265 prepare_for_testing.
5266 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5267 * gdb.cp/mb-inline.exp: Use standard_testfile,
5268 prepare_for_testing.
5269 * gdb.cp/mb-templates.exp: Use standard_testfile,
5270 prepare_for_testing.
5271 * gdb.cp/member-ptr.exp: Use standard_testfile,
5272 prepare_for_testing.
5273 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5274 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5275 * gdb.cp/method2.exp: Use standard_testfile.
5276 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5277 standard_output_file.
5278 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5279 (do_tests): Update.
5280 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5281 prepare_for_testing.
5282 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5283 prepare_for_testing.
5284 * gdb.cp/namespace.exp: Use standard_testfile,
5285 prepare_for_testing.
5286 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5287 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5288 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5289 * gdb.cp/nsimport.exp: Use standard_testfile,
5290 prepare_for_testing.
5291 * gdb.cp/nsnested.exp: Use standard_testfile.
5292 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5293 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5294 prepare_for_testing.
5295 * gdb.cp/nsstress.exp: Use standard_testfile,
5296 prepare_for_testing.
5297 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5298 * gdb.cp/operator.exp: Use standard_testfile.
5299 * gdb.cp/oranking.exp: Use standard_testfile.
5300 * gdb.cp/overload-const.exp: Use standard_testfile.
5301 * gdb.cp/overload.exp: Use standard_testfile,
5302 prepare_for_testing.
5303 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5304 * gdb.cp/ovsrch.exp: Use standard_testfile.
5305 * gdb.cp/paren-type.exp: Use standard_testfile.
5306 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5307 prepare_for_testing.
5308 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5309 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5310 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5311 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5312 * gdb.cp/pr10728.exp: Use standard_testfile,
5313 standard_output_file.
5314 * gdb.cp/pr12028.exp: Use standard_testfile.
5315 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5316 * gdb.cp/pr9167.exp: Use standard_testfile.
5317 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5318 * gdb.cp/printmethod.exp: Use standard_testfile,
5319 prepare_for_testing.
5320 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5321 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5322 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5323 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5324 standard_output_file.
5325 * gdb.cp/readnow-language.exp: Use standard_testfile.
5326 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5327 (gdb_start_again): Use clean_restart.
5328 * gdb.cp/ref-types.exp: Use standard_testfile,
5329 prepare_for_testing.
5330 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5331 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5332 * gdb.cp/smartp.exp: Use standard_testfile.
5333 * gdb.cp/static-method.exp: Use standard_testfile.
5334 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5335 * gdb.cp/temargs.exp: Use standard_testfile.
5336 * gdb.cp/templates.exp: Use standard_testfile,
5337 prepare_for_testing.
5338 (do_tests): Update.
5339 * gdb.cp/try_catch.exp: Use standard_testfile,
5340 prepare_for_testing.
5341 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5342 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5343 * gdb.cp/virtbase.exp: Use standard_testfile,
5344 prepare_for_testing.
5345 * gdb.cp/virtfunc.exp: Use standard_testfile,
5346 prepare_for_testing.
5347 (do_tests): Update.
5348 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5349 prepare_for_testing.
5350
5351 2012-07-10 Tom Tromey <tromey@redhat.com>
5352
5353 * lib/gdb.exp (standard_testfile): Unset output variables from
5354 earlier invocations.
5355
5356 2012-07-10 Yao Qi <yao@codesourcery.com>
5357
5358 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5359 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5360 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5361 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5362 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5363 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5364 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5365 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5366 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5367 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5368 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5369 * gdb.mi/mi-var-display.exp: Likewise.
5370 * gdb.mi/mi-var-invalidate.exp: Likewise.
5371 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5372 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5373 * gdb.mi/mi2-console.exp: Likewise.
5374 * gdb.mi/mi2-disassemble.exp: Likewise.
5375 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5376 * gdb.mi/mi2-read-memory.exp: Likewise.
5377 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5378 * gdb.mi/mi2-simplerun.exp: Likewise.
5379 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5380 * gdb.mi/mi2-syn-frame.exp: Likewise.
5381 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5382 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5383 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5384
5385 2012-07-09 Tom Tromey <tromey@redhat.com>
5386
5387 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5388 * gdb.base/callfuncs.exp: Add cast-based test.
5389 * gdb.base/callfuncs.c (voidfunc): New function.
5390
5391 2012-07-08 Doug Evans <dje@google.com>
5392
5393 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5394
5395 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5396
5397 Fix XFAIL compatibility with old i386 systems.
5398 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5399 Check also 'Cannot insert breakpoint 0'.
5400
5401 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 PR 14321
5404 * gdb.base/find.exp
5405 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5406
5407 2012-07-06 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.base/whatis.exp: Add test.
5410
5411 2012-07-06 Tom Tromey <tromey@redhat.com>
5412
5413 * gdb.base/whatis.exp: Add regression test.
5414
5415 2012-07-06 Tom Tromey <tromey@redhat.com>
5416
5417 * gdb.base/whatis.exp: Add tests.
5418
5419 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 PR 12649
5422 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5423 gdb_test_multiple $gdb_prompt terminator.
5424
5425 2012-07-04 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5428 supports_process_record.
5429
5430 2012-07-04 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5433 endings.
5434 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5435
5436 2012-07-03 Stan Shebs <stan@codesourcery.com>
5437
5438 * gdb.base/info-os.c (main): Retry resource acquisition until an
5439 available one is found.
5440 * gdb.base/info-os.exp: Collect resource keys from the program
5441 and use them in matching.
5442
5443 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5444
5445 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5446 Wrap the test into loop for corefile and core0file.
5447
5448 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5449
5450 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5451 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5452 .note.GNU-stack.
5453
5454 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5455
5456 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5457
5458 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5459 break): Include help message for the new `-probe' and `-probe-stap'
5460 options.
5461
5462 2012-07-02 Stan Shebs <stan@codesourcery.com>
5463
5464 * gdb.base/dprintf.exp: Add agent style tests.
5465
5466 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 * gdb.base/stale-infcall.c (infcall): New label test-next.
5469 (main): New labels test-pass and test-fail.
5470 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5471 $test_fail_bpnum to test-fail.
5472 (test system longjmp tracking support): New test.
5473 Delete $test_fail_bpnum.
5474 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5475 breakpoint.
5476
5477 2012-06-30 Doug Evans <dje@google.com>
5478
5479 * gdb.dwarf2/fission-reread.S: New file.
5480 * gdb.dwarf2/fission-reread.exp: New file.
5481
5482 2012-06-28 Stan Shebs <stan@codesourcery.com>
5483
5484 * gdb.mi/mi-logging.exp: New file.
5485
5486 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5487 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.threads/siginfo-threads.exp: New file.
5490 * gdb.threads/siginfo-threads.c: New file.
5491 * gdb.threads/sigstep-threads.exp: New file.
5492 * gdb.threads/sigstep-threads.c: New file.
5493
5494 2012-06-28 Tom Tromey <tromey@redhat.com>
5495
5496 * gdb.go/package.exp: Partially revert earlier patch; use
5497 gdb_compile again. Use standard_output_file.
5498
5499 2012-06-27 Doug Evans <dje@google.com>
5500
5501 * gdb.dwarf2/fission-base.c: New file.
5502 * gdb.dwarf2/fission-base.S: New file.
5503 * gdb.dwarf2/fission-base.exp: New file.
5504
5505 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5508
5509 2012-06-27 Tom Tromey <tromey@redhat.com>
5510
5511 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5512 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5513
5514 2012-06-27 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5517 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5518 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5519 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5520 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5521 prepare_for_testing.
5522 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5523 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5524 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5525 standard_testfile.
5526 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5527 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5528 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5529 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5530 prepare_for_testing.
5531 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5532 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5533 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5534 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5535 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5536 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5537 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5538 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5539 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5540 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5541 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5542 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5543 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5544 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5545 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5546 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5547 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5548 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5549 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5550 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5551 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5552 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5553 standard_output_file.
5554 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5555 standard_output_file.
5556 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5557 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5558 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5559 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5560 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5561 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5562 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5563 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5564 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5565 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5566 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5567 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5568 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5569 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5570 * gdb.dwarf2/valop.exp: Use standard_testfile,
5571 prepare_for_testing.
5572
5573 2012-06-27 Tom Tromey <tromey@redhat.com>
5574
5575 * gdb.python/python.exp: Fix regexps in pagination tests.
5576
5577 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5578
5579 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5580 'last' of gdb.Symtab_and_line.
5581 * gdb.python/py-symbol.c: Move break point comment to enable
5582 testing of gdb.Symtab_and_line.last.
5583
5584 2012-06-26 Tom Tromey <tromey@redhat.com>
5585
5586 * gdb.threads/step.c: Remove.
5587 * gdb.threads/step.exp: Remove.
5588 * gdb.threads/step2.exp: Remove.
5589
5590 2012-06-26 Tom Tromey <tromey@redhat.com>
5591
5592 * gdb.threads/watchpoint-fork.exp (test): Use
5593 standard_output_file. Don't declare objdir.
5594 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5595 standard_output_file.
5596 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5597 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5598 clean_restart. Remove incdir.
5599 * gdb.threads/corethreads.exp: Use standard_testfile.
5600 * gdb.threads/execl.exp: Use standard_testfile,
5601 standard_output_file, clean_restart.
5602 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5603 clean_restart.
5604 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5605 clean_restart.
5606 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5607 incdir.
5608 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5609 clean_restart. Remove incdir.
5610 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5611 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5612 clean_restart. Remove incdir.
5613 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5614 Remove incdir.
5615 * gdb.threads/leader-exit.exp: Use standard_testfile.
5616 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5617 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5618 clean_restart.
5619 * gdb.threads/manythreads.exp: Use standard_testfile,
5620 clean_restart. Remove incdir.
5621 * gdb.threads/multi-create.exp: Use standard_testfile,
5622 clean_restart.
5623 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5624 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5625 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5626 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5627 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5628 * gdb.threads/pending-step.exp: Use standard_testfile,
5629 clean_restart. Remove incdir.
5630 * gdb.threads/print-threads.exp: Use standard_testfile,
5631 clean_restart. Remove incdir.
5632 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5633 clean_restart. Remove incdir.
5634 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5635 Remove incdir.
5636 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5637 incdir.
5638 * gdb.threads/sigthread.exp: Use standard_testfile,
5639 clean_restart.
5640 * gdb.threads/staticthreads.exp: Use standard_testfile,
5641 clean_restart. Remove incdir.
5642 * gdb.threads/switch-threads.exp: Use standard_testfile,
5643 clean_restart. Remove incdir.
5644 * gdb.threads/thread-execl.exp: Use standard_testfile,
5645 clean_restart. Remove incdir.
5646 * gdb.threads/thread-find.exp: Use standard_testfile,
5647 clean_restart.
5648 * gdb.threads/thread-specific.exp: Use standard_testfile,
5649 clean_restart. Remove incdir.
5650 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5651 clean_restart. Remove incdir.
5652 * gdb.threads/thread_check.exp: Use standard_testfile,
5653 clean_restart. Remove incdir.
5654 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5655 incdir.
5656 * gdb.threads/threadapply.exp: Use standard_testfile,
5657 clean_restart. Remove incdir.
5658 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5659 clean_restart. Remove incdir.
5660 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5661 clean_restart.
5662 * gdb.threads/tls-shared.exp: Use standard_testfile,
5663 clean_restart, standard_output_file.
5664 * gdb.threads/tls-var.exp: Use standard_testfile,
5665 standard_output_file.
5666 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5667 Remove incdir.
5668 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5669 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5670 incdir.
5671 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5672 clean_restart. Remove incdir.
5673
5674 2012-06-26 Tom Tromey <tromey@redhat.com>
5675
5676 * gdb.trace/actions.exp: Use standard_testfile.
5677 * gdb.trace/ax.exp: Use standard_testfile.
5678 * gdb.trace/backtrace.exp: Use standard_testfile.
5679 * gdb.trace/change-loc.exp: Use standard_testfile.
5680 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5681 * gdb.trace/collection.exp: Use standard_testfile,
5682 prepare_for_testing.
5683 * gdb.trace/deltrace.exp: Use standard_testfile.
5684 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5685 * gdb.trace/ftrace.exp: Use standard_testfile.
5686 * gdb.trace/infotrace.exp: Use standard_testfile.
5687 * gdb.trace/packetlen.exp: Use standard_testfile.
5688 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5689 * gdb.trace/passcount.exp: Use standard_testfile.
5690 * gdb.trace/pending.exp: Use standard_testfile.
5691 * gdb.trace/report.exp: Use standard_testfile.
5692 * gdb.trace/save-trace.exp: Use standard_testfile.
5693 * gdb.trace/stap-trace.exp: Use standard_testfile.
5694 * gdb.trace/status-stop.exp: Use standard_testfile.
5695 * gdb.trace/strace.exp: Use standard_testfile.
5696 * gdb.trace/tfile.exp: Use standard_testfile.
5697 * gdb.trace/tfind.exp: Use standard_testfile.
5698 * gdb.trace/trace-break.exp: Use standard_testfile.
5699 * gdb.trace/trace-mt.exp: Use standard_testfile.
5700 * gdb.trace/tracecmd.exp: Use standard_testfile.
5701 * gdb.trace/tspeed.exp: Use standard_testfile.
5702 * gdb.trace/tstatus.exp: Use standard_testfile.
5703 * gdb.trace/tsv.exp: Use standard_testfile.
5704 * gdb.trace/unavailable.exp: Use standard_testfile,
5705 prepare_for_testing.
5706 * gdb.trace/while-dyn.exp: Use standard_testfile.
5707 * gdb.trace/while-stepping.exp: Use standard_testfile.
5708
5709 2012-06-26 Tom Tromey <tromey@redhat.com>
5710
5711 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5712 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5713 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5714 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5715 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5716 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5717 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5718 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5719 prepare_for_testing.
5720 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5721 prepare_for_testing.
5722 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5723 prepare_for_testing.
5724 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5725 prepare_for_testing.
5726 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5727 prepare_for_testing
5728 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5729 * gdb.reverse/machinestate.exp: Use standard_testfile.
5730 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5731 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5732 build_executable.
5733 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5734 build_executable.
5735 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5736 standard_output_file.
5737 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5738 standard_output_file.
5739 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5740 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5741 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5742 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5743 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5744 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5745
5746 2012-06-26 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5749 standard_output_file.
5750 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5751 prepare_for_testing. Remove directory-checking code.
5752
5753 2012-06-25 Tom Tromey <tromey@redhat.com>
5754
5755 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5756 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5757 build_executable, not prepare_for_testing.
5758 * gdb.multi/base.exp: Use standard_output_file. Use
5759 build_executable, not prepare_for_testing.
5760
5761 2012-06-25 Tom Tromey <tromey@redhat.com>
5762
5763 * gdb.fortran/subarray.exp: Use standard_testfile,
5764 prepare_for_testing.
5765 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5766 * gdb.fortran/module.exp: Use standard_testfile.
5767 * gdb.fortran/logical.exp: Use standard_testfile.
5768 * gdb.fortran/library-module.exp: Use standard_testfile,
5769 standard_output_file.
5770 * gdb.fortran/derived-type.exp: Use standard_testfile,
5771 prepare_for_testing.
5772 * gdb.fortran/complex.exp: Use standard_testfile,
5773 prepare_for_testing.
5774 * gdb.fortran/charset.exp: Use standard_testfile.
5775 * gdb.fortran/array-element.exp: Use standard_testfile,
5776 prepare_for_testing.
5777
5778 2012-06-25 Keith Seitz <keiths@redhat.com>
5779
5780 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5781 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5782
5783 2012-06-25 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5786 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5787 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5788 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5789
5790 2012-06-25 Tom Tromey <tromey@redhat.com>
5791
5792 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5793 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5794 * gdb.linespec/linespec.exp: Use standard_testfile.
5795
5796 2012-06-25 Tom Tromey <tromey@redhat.com>
5797
5798 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5799 prepare_for_testing.
5800
5801 2012-06-25 Tom Tromey <tromey@redhat.com>
5802
5803 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5804 prepare_for_testing.
5805 * gdb.opt/inline-break.exp: Use standard_testfile,
5806 prepare_for_testing.
5807 * gdb.opt/inline-bt.exp: Use standard_testfile,
5808 prepare_for_testing.
5809 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5810 prepare_for_testing.
5811 * gdb.opt/inline-locals.exp: Use standard_testfile,
5812 prepare_for_testing.
5813
5814 2012-06-25 Tom Tromey <tromey@redhat.com>
5815
5816 * gdb.asm/asm-source.exp: Use standard_output_file,
5817 standard_testfile. Construct .o files in proper subdir.
5818
5819 2012-06-25 Tom Tromey <tromey@redhat.com>
5820
5821 * gdb.server/ext-attach.exp: Use standard_testfile,
5822 prepare_for_testing.
5823 * gdb.server/ext-run.exp: Use standard_testfile,
5824 build_executable.
5825 * gdb.server/file-transfer.exp: Use standard_testfile,
5826 prepare_for_testing.
5827 * gdb.server/server-exec-info.exp: Use standard_testfile.
5828 * gdb.server/server-mon.exp: Use standard_testfile,
5829 prepare_for_testing.
5830 * gdb.server/server-run.exp: Use standard_testfile,
5831 build_executable.
5832 * gdb.server/solib-list.exp: Use standard_testfile,
5833 standard_output_file.
5834
5835 2012-06-25 Tom Tromey <tromey@redhat.com>
5836
5837 * lib/gdb.exp (standard_output_file): Use "file join".
5838 * gdb.go/chan.exp: Use standard_testfile.
5839 * gdb.go/handcall.exp: Use standard_testfile.
5840 * gdb.go/hello.exp: Use standard_testfile.
5841 * gdb.integers/chan.exp: Use standard_testfile.
5842 * gdb.go/methods.exp: Use standard_testfile.
5843 * gdb.go/package.exp: Use standard_testfile.
5844 * gdb.go/strings.exp: Use standard_testfile.
5845 * gdb.go/types.exp: Use standard_testfile.
5846 * gdb.go/unsafe.exp: Use standard_testfile.
5847
5848 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5849
5850 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5851
5852 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5853
5854 Fix regression by the previous commit.
5855 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5856
5857 2012-06-22 Tom Tromey <tromey@redhat.com>
5858
5859 * gdb.python/lib-types.exp: Use standard_testfile,
5860 prepare_for_testing.
5861 * gdb.python/py-block.exp: Use standard_testfile.
5862 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5863 * gdb.python/py-events.exp: Use standard_testfile,
5864 standard_output_file.
5865 * gdb.python/py-evsignal.exp: Use standard_testfile.
5866 * gdb.python/py-evethreads.exp: Use standard_testfile.
5867 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5868 * gdb.python/py-explore.exp: Use standard_testfile.
5869 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5870 standard_output_file.
5871 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5872 prepare_for_testing.
5873 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5874 * gdb.python/py-frame.exp: Use standard_testfile.
5875 * gdb.python/py-inferior.exp: Use standard_testfile.
5876 * gdb.python/py-infthread.exp: Use standard_testfile.
5877 * gdb.python/py-mi.exp: Use standard_testfile.
5878 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5879 build_executable.
5880 * gdb.python/py-objfile.exp: Use standard_testfile.
5881 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5882 prepare_for_testing.
5883 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5884 * gdb.python/py-progspace.exp: Use standard_testfile,
5885 build_executable.
5886 * gdb.python/py-prompt.exp: Use standard_testfile,
5887 build_executable.
5888 * gdb.python/py-section-script.exp: Use standard_testfile,
5889 build_executable.
5890 * gdb.python/py-shared.exp: Use standard_testfile,
5891 standard_output_file, clean_restart.
5892 * gdb.python/py-symbol.exp: Use standard_output_file,
5893 prepare_for_testing.
5894 * gdb.python/py-symtab.exp: Use standard_output_file,
5895 prepare_for_testing
5896 * gdb.python/py-template.exp: Use standard_testfile.
5897 * gdb.python/py-type.exp: Use standard_testfile.
5898 * gdb.python/py-value-cc.exp: Use standard_testfile.
5899 * gdb.python/py-value.exp: Use standard_testfile.
5900 * gdb.python/python.exp: Use standard_testfile, build_executable.
5901
5902 2012-06-22 Tom Tromey <tromey@redhat.com>
5903
5904 * gdb.objc/basicclass.exp: Use standard_testfile.
5905 (do_objc_tests): Don't declare objdir.
5906 * gdb.objc/nondebug.exp: Use standard_testfile.
5907 (do_objc_tests): Don't declare objdir.
5908 * gdb.objc/objcdecode.exp: Use standard_testfile.
5909 (do_objc_tests): Don't declare objdir.
5910
5911 2012-06-22 Tom Tromey <tromey@redhat.com>
5912
5913 * gdb.java/jmain.exp: Use standard_testfile.
5914 * gdb.java/jmisc.exp: Use standard_testfile.
5915 * gdb.java/jnpe.exp: Use standard_testfile.
5916 * gdb.java/jprint.exp: Use standard_testfile.
5917
5918 2012-06-22 Tom Tromey <tromey@redhat.com>
5919
5920 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5921 (standard_output_file, standard_testfile): New procs.
5922 (build_executable, clean_restart): Use standard_output_file.
5923
5924 2012-06-22 Yao Qi <yao@codesourcery.com>
5925
5926 * boards/native-gdbserver.exp: New proc ${board}_exec.
5927 * boards/native-stdio-gdbserver.exp: Likewise.
5928
5929 2012-06-21 Tom Tromey <tromey@redhat.com>
5930
5931 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5932 (build_executable): Update.
5933 (get_compiler_info): Remove 'binfile' argument.
5934 * gdb.ada/arrayidx.exp: Update.
5935 * gdb.ada/null_array.exp: Update.
5936 * gdb.arch/altivec-abi.exp: Update.
5937 * gdb.arch/altivec-regs.exp: Update.
5938 * gdb.arch/amd64-byte.exp: Update.
5939 * gdb.arch/amd64-dword.exp: Update.
5940 * gdb.arch/amd64-word.exp: Update.
5941 * gdb.arch/i386-avx.exp: Update.
5942 * gdb.arch/i386-byte.exp: Update.
5943 * gdb.arch/i386-sse.exp: Update.
5944 * gdb.arch/i386-word.exp: Update.
5945 * gdb.arch/ppc-dfp.exp: Update.
5946 * gdb.arch/ppc-fp.exp: Update.
5947 * gdb.arch/vsx-regs.exp: Update.
5948 * gdb.base/all-bin.exp: Update.
5949 * gdb.base/annota1.exp: Update.
5950 * gdb.base/async.exp: Update.
5951 * gdb.base/attach.exp: Update.
5952 * gdb.base/break-interp.exp: Update.
5953 * gdb.base/call-ar-st.exp: Update.
5954 * gdb.base/call-rt-st.exp: Update.
5955 * gdb.base/call-sc.exp: Update.
5956 * gdb.base/callfuncs.exp: Update.
5957 * gdb.base/catch-load.exp: Update.
5958 * gdb.base/completion.exp: Update.
5959 * gdb.base/complex.exp: Update.
5960 * gdb.base/condbreak.exp: Update.
5961 * gdb.base/consecutive.exp: Update.
5962 * gdb.base/constvars.exp: Update.
5963 * gdb.base/corefile.exp: Update.
5964 * gdb.base/eval-skip.exp: Update.
5965 * gdb.base/expand-psymtabs.exp: Update.
5966 * gdb.base/exprs.exp: Update.
5967 * gdb.base/fileio.exp: Update.
5968 * gdb.base/fixsection.exp: Update.
5969 * gdb.base/funcargs.exp: Update.
5970 * gdb.base/gdb11530.exp: Update.
5971 * gdb.base/gdb1555.exp: Update.
5972 * gdb.base/gnu-ifunc.exp: Update.
5973 * gdb.base/gnu_vector.exp: Update.
5974 * gdb.base/info-macros.exp: Update.
5975 * gdb.base/jit-simple.exp: Update.
5976 * gdb.base/jit-so.exp: Update.
5977 * gdb.base/jit.exp: Update.
5978 * gdb.base/langs.exp: Update.
5979 * gdb.base/list.exp: Update.
5980 * gdb.base/logical.exp: Update.
5981 * gdb.base/long_long.exp: Update.
5982 * gdb.base/longjmp.exp: Update.
5983 * gdb.base/macscp.exp: Update.
5984 * gdb.base/mips_pro.exp: Update.
5985 * gdb.base/miscexprs.exp: Update.
5986 * gdb.base/morestack.exp: Update.
5987 * gdb.base/nodebug.exp: Update.
5988 * gdb.base/opaque.exp: Update.
5989 * gdb.base/pc-fp.exp: Update.
5990 * gdb.base/pending.exp: Update.
5991 * gdb.base/permissions.exp: Update.
5992 * gdb.base/pointers.exp: Update.
5993 * gdb.base/prelink.exp: Update.
5994 * gdb.base/printcmds.exp: Update.
5995 * gdb.base/psymtab.exp: Update.
5996 * gdb.base/ptype.exp: Update.
5997 * gdb.base/relational.exp: Update.
5998 * gdb.base/scope.exp: Update.
5999 * gdb.base/setvar.exp: Update.
6000 * gdb.base/shlib-call.exp: Update.
6001 * gdb.base/shreloc.exp: Update.
6002 * gdb.base/signals.exp: Update.
6003 * gdb.base/sizeof.exp: Update.
6004 * gdb.base/so-impl-ld.exp: Update.
6005 * gdb.base/so-indr-cl.exp: Update.
6006 * gdb.base/solib-disc.exp: Update.
6007 * gdb.base/solib-display.exp: Update.
6008 * gdb.base/solib-nodir.exp: Update.
6009 * gdb.base/solib-overlap.exp: Update.
6010 * gdb.base/solib-symbol.exp: Update.
6011 * gdb.base/solib-weak.exp: Update.
6012 * gdb.base/solib.exp: Update.
6013 * gdb.base/store.exp: Update.
6014 * gdb.base/structs.exp: Update.
6015 * gdb.base/structs2.exp: Update.
6016 * gdb.base/type-opaque.exp: Update.
6017 * gdb.base/unload.exp: Update.
6018 * gdb.base/varargs.exp: Update.
6019 * gdb.base/volatile.exp: Update.
6020 * gdb.base/watch_thread_num.exp: Update.
6021 * gdb.base/watchpoint-solib.exp: Update.
6022 * gdb.base/watchpoint.exp: Update.
6023 * gdb.base/watchpoints.exp: Update.
6024 * gdb.base/whatis.exp: Update.
6025 * gdb.cell/arch.exp: Update.
6026 * gdb.cell/break.exp: Update.
6027 * gdb.cell/bt.exp: Update.
6028 * gdb.cell/core.exp: Update.
6029 * gdb.cell/data.exp: Update.
6030 * gdb.cell/ea-cache.exp: Update.
6031 * gdb.cell/f-regs.exp: Update.
6032 * gdb.cell/fork.exp: Update.
6033 * gdb.cell/gcore.exp: Update.
6034 * gdb.cell/mem-access.exp: Update.
6035 * gdb.cell/ptype.exp: Update.
6036 * gdb.cell/registers.exp: Update.
6037 * gdb.cell/sizeof.exp: Update.
6038 * gdb.cell/solib-symbol.exp: Update.
6039 * gdb.cell/solib.exp: Update.
6040 * gdb.cp/ambiguous.exp: Update.
6041 * gdb.cp/breakpoint.exp: Update.
6042 * gdb.cp/bs15503.exp: Update.
6043 * gdb.cp/casts.exp: Update.
6044 * gdb.cp/class2.exp: Update.
6045 * gdb.cp/cpexprs.exp: Update.
6046 * gdb.cp/cplusfuncs.exp: Update.
6047 * gdb.cp/ctti.exp: Update.
6048 * gdb.cp/dispcxx.exp: Update.
6049 * gdb.cp/gdb1355.exp: Update.
6050 * gdb.cp/gdb2384.exp: Update.
6051 * gdb.cp/gdb2495.exp: Update.
6052 * gdb.cp/infcall-dlopen.exp: Update.
6053 * gdb.cp/local.exp: Update.
6054 * gdb.cp/m-data.exp: Update.
6055 * gdb.cp/m-static.exp: Update.
6056 * gdb.cp/mb-ctor.exp: Update.
6057 * gdb.cp/mb-inline.exp: Update.
6058 * gdb.cp/mb-templates.exp: Update.
6059 * gdb.cp/member-ptr.exp: Update.
6060 * gdb.cp/method.exp: Update.
6061 * gdb.cp/namespace.exp: Update.
6062 * gdb.cp/nextoverthrow.exp: Update.
6063 * gdb.cp/nsdecl.exp: Update.
6064 * gdb.cp/nsrecurs.exp: Update.
6065 * gdb.cp/nsstress.exp: Update.
6066 * gdb.cp/nsusing.exp: Update.
6067 * gdb.cp/pr-1023.exp: Update.
6068 * gdb.cp/pr-1210.exp: Update.
6069 * gdb.cp/pr-574.exp: Update.
6070 * gdb.cp/pr9631.exp: Update.
6071 * gdb.cp/printmethod.exp: Update.
6072 * gdb.cp/psmang.exp: Update.
6073 * gdb.cp/re-set-overloaded.exp: Update.
6074 * gdb.cp/rtti.exp: Update.
6075 * gdb.cp/shadow.exp: Update.
6076 * gdb.cp/templates.exp: Update.
6077 * gdb.cp/try_catch.exp: Update.
6078 * gdb.dwarf2/dw2-ranges.exp: Update.
6079 * gdb.dwarf2/pr10770.exp: Update.
6080 * gdb.fortran/library-module.exp: Update.
6081 * gdb.hp/gdb.aCC/optimize.exp: Update.
6082 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6083 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6084 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6085 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6086 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6087 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6088 * gdb.hp/gdb.compat/xdb1.exp: Update.
6089 * gdb.hp/gdb.compat/xdb2.exp: Update.
6090 * gdb.hp/gdb.compat/xdb3.exp: Update.
6091 * gdb.hp/gdb.defects/bs14602.exp: Update.
6092 * gdb.hp/gdb.defects/solib-d.exp: Update.
6093 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6094 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6095 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6096 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6097 * gdb.mi/gdb792.exp: Update.
6098 * gdb.mi/mi-pending.exp: Update.
6099 * gdb.mi/mi-solib.exp: Update.
6100 * gdb.mi/mi-var-cp.exp: Update.
6101 * gdb.opt/clobbered-registers-O2.exp: Update.
6102 * gdb.opt/inline-bt.exp: Update.
6103 * gdb.opt/inline-cmds.exp: Update.
6104 * gdb.opt/inline-locals.exp: Update.
6105 * gdb.python/py-events.exp: Update.
6106 * gdb.python/py-finish-breakpoint.exp: Update.
6107 * gdb.python/py-type.exp: Update.
6108 * gdb.reverse/solib-precsave.exp: Update.
6109 * gdb.reverse/solib-reverse.exp: Update.
6110 * gdb.server/solib-list.exp: Update.
6111 * gdb.stabs/weird.exp: Update.
6112 * gdb.threads/attach-into-signal.exp: Update.
6113 * gdb.threads/attach-stopped.exp: Update.
6114 * gdb.threads/tls-shared.exp: Update.
6115 * gdb.trace/change-loc.exp: Update.
6116 * gdb.trace/strace.exp: Update.
6117
6118 2012-06-19 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.base/whatis.exp: Add tests.
6121
6122 2012-06-19 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.cp/m-static.cc (keepalive): New function.
6125 (gnu_obj_1::method): Use it.
6126
6127 2012-06-18 Doug Evans <dje@google.com>
6128
6129 * gdb.base/info-fun.exp: New file.
6130 * gdb.base/info-fun.c: New file.
6131 * gdb.base/info-fun-solib.c: New file.
6132
6133 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6134
6135 Remove stale dummy frames.
6136 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6137 (maintenance info breakpoints): New tests.
6138 * gdb.base/stale-infcall.c: New file.
6139 * gdb.base/stale-infcall.exp: New file.
6140
6141 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 * gdb.arch/amd64-entry-value-param.S: New file.
6144 * gdb.arch/amd64-entry-value-param.c: New file.
6145 * gdb.arch/amd64-entry-value-param.exp: New file.
6146
6147 2012-06-15 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.cp/namespace.exp: Add "show lang" test.
6150
6151 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6152
6153 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6154 case. (top level): Use gdb_file_cmd instead of gdb_load.
6155
6156 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6157
6158 PR tdep/14222
6159 * gdb.arch/i386-sse-stack-align.S: New file.
6160 * gdb.arch/i386-sse-stack-align.c: New file.
6161 * gdb.arch/i386-sse-stack-align.exp: New file.
6162
6163 2012-06-13 Keith Seitz <keiths@redhat.com>
6164
6165 PR breakpoints/13798 and mi/11541
6166 * gdb.linespec/ls-errs.exp: Add a few more tests for
6167 filenames with spaces and colons.
6168
6169 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6172 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6173 (test_function): Call CV_f.
6174 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6175 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6176 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6177 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6178 (p CV_f(CV::i)): New tests.
6179
6180 2012-06-13 Tom Tromey <tromey@redhat.com>
6181
6182 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6183
6184 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 Fix regression by the "ambiguous linespec" series.
6187 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6188 tests.
6189
6190 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6191
6192 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6193 missing.
6194
6195 2012-06-11 Tom Tromey <tromey@redhat.com>
6196
6197 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6198 location...
6199 (main): ...here.
6200
6201 2012-06-07 Yao Qi <yao@codesourcery.com>
6202
6203 * gdb.trace/strace.exp: Shorten some too-long lines.
6204
6205 2012-06-06 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.threads/clone-new-thread-event.c: New file.
6208 * gdb.threads/clone-new-thread-event.exp: New file.
6209
6210 2012-06-06 Yao Qi <yao@codesourcery.com>
6211
6212 * gdb.base/dprintf.c (main): Add extra parameter when calling
6213 printf and fprintf.
6214 (bar): New function. It is a dead function, but to ensure
6215 'malloc' is linked explicitly.
6216
6217 2012-06-06 Yao Qi <yao@codesourcery.com>
6218
6219 * gdb.base/info-proc.exp: Return if target doesn't support
6220 'info proc'.
6221
6222 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6225 (run program with breakpoint commands): XFAIl if it is not.
6226
6227 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6228
6229 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6230 and add comment.
6231 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6232 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6233 "STOP" marker. Adjust testing strategy to make it work on
6234 all targets.
6235
6236 * gdb.base/print-file-var-main.c (main): Rewrite using local
6237 variables and adjust get_version_2's return value check.
6238 Add small comment.
6239 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6240 marker. Adjust testing strategy to make it work on all targets.
6241
6242 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6243
6244 * gdb.ada/bad-task-bp-keyword: New testcase.
6245
6246 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6247
6248 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6249 Simplify it to ...
6250 (symbol-file ${testfile1}): ... here.
6251 (test eliminated var my_global_symbol)
6252 (test eliminated var my_static_symbol)
6253 (test eliminated var my_global_func, get address of main): Wrap them to
6254 'single psymtabs' and 'single symtabs'
6255 (get address of my_global_symbol, get address of my_static_symbol)
6256 (get address of my_global_func, get address of main): Wrap them to
6257 'order1' and 'order2'.
6258
6259 * gdb.base/code_elim.exp
6260 (add-symbol-file ${testfile1} 0x100000)
6261 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6262 'order2'.
6263 (order1: add-symbol-file ${testfile1} 0x100000)
6264 (order1: add-symbol-file ${testfile2} 0x200000)
6265 (order2: add-symbol-file ${testfile2} 0x200000)
6266 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6267 .bss as appropriate.
6268
6269 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6270
6271 * gdb.server/solib-list-lib.c: New file.
6272 * gdb.server/solib-list-main.c: New file.
6273 * gdb.server/solib-list.exp: New file.
6274
6275 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6276
6277 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6278 for 'set print symbol' change.
6279
6280 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6281
6282 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6283 .debug_abbrev_seg3.
6284
6285 2012-05-24 John Steele Scott <toojays@toojays.net>
6286
6287 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6288 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6289 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6290
6291 2012-05-23 Stan Shebs <stan@codesourcery.com>
6292
6293 * gdb.mi/mi-info-os.exp: New file.
6294
6295 2012-05-23 Keith Seitz <keiths@redhat.com>
6296
6297 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6298 return -1 to suppress the rest of the tests.
6299 (compile_stap_bin): Return boolean success value.
6300
6301 2012-05-21 Tom Tromey <tromey@redhat.com>
6302
6303 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6304 Remove kfails.
6305 (test_print_mi_member_types): Likewise.
6306
6307 2012-05-21 Tom Tromey <tromey@redhat.com>
6308
6309 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6310 print symbol' change.
6311
6312 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6313
6314 * gdb.python/py-prompt.exp: Quit if the target is remote.
6315
6316 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6317
6318 Fix ERROR: internal buffer is full.
6319 * gdb.base/info-os.exp (expect_multiline): New function.
6320 (get process list, get process groups, get threads)
6321 (get file descriptors, get internet-domain sockets)
6322 (get shared-memory regions, get semaphores, get message queues): Use
6323 it for these tests.
6324
6325 2012-05-18 Tom Tromey <tromey@redhat.com>
6326
6327 * gdb.mi/mi-var-cmd.exp: Update.
6328 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6329 * gdb.cp/virtbase.exp: Update.
6330 * gdb.cp/classes.exp (test_static_members): Update.
6331 * gdb.cp/casts.exp: Update.
6332 * gdb.base/pointers.exp: Update.
6333 * gdb.base/funcargs.exp (pointer_args): Update.
6334 (structs_by_reference): Update.
6335 * gdb.base/find.exp: Update.
6336 * gdb.base/call-strs.exp: Send "set print symbol off".
6337 * gdb.base/call-ar-st.exp: Update.
6338 * gdb.ada/fun_addr.exp: Update.
6339 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6340 Call it.
6341 (test_print_repeats_10, test_print_strings)
6342 (test_print_char_arrays): Update.
6343
6344 2012-05-18 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb.base/charset.exp (string_display): Update.
6347
6348 2012-05-18 Tom Tromey <tromey@redhat.com>
6349
6350 * gdb.mi/mi2-var-display.exp: Update.
6351 * gdb.mi/mi-var-display.exp: Update.
6352 * gdb.mi/mi-var-child.exp: Update.
6353 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6354 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6355
6356 2012-05-17 Doug Evans <dje@google.com>
6357
6358 * info-macros.exp: Pass "debug" to prepare_for_testing.
6359
6360 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6361 * gdb.ada/Makefile.in (clean): Ditto.
6362 * gdb.arch/Makefile.in (clean): Ditto.
6363 * gdb.asm/Makefile.in (clean): Ditto.
6364 * gdb.base/Makefile.in (clean): Ditto.
6365 * gdb.cell/Makefile.in (clean): Ditto.
6366 * gdb.cp/Makefile.in (clean): Ditto.
6367 * gdb.disasm/Makefile.in (clean): Ditto.
6368 * gdb.dwarf2/Makefile.in (clean): Ditto.
6369 * gdb.fortran/Makefile.in (clean): Ditto.
6370 * gdb.go/Makefile.in (clean): Ditto.
6371 * gdb.hp/Makefile.in (clean): Ditto.
6372 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6373 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6374 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6375 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6376 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6377 * gdb.java/Makefile.in (clean): Ditto.
6378 * gdb.linespec/Makefile.in (clean): Ditto.
6379 * gdb.mi/Makefile.in (clean): Ditto.
6380 * gdb.modula2/Makefile.in (clean): Ditto.
6381 * gdb.multi/Makefile.in (clean): Ditto.
6382 * gdb.objc/Makefile.in (clean): Ditto.
6383 * gdb.opencl/Makefile.in (clean): Ditto.
6384 * gdb.opt/Makefile.in (clean): Ditto.
6385 * gdb.pascal/Makefile.in (clean): Ditto.
6386 * gdb.python/Makefile.in (clean): Ditto.
6387 * gdb.reverse/Makefile.in (clean): Ditto.
6388 * gdb.server/Makefile.in (clean): Ditto.
6389 * gdb.stabs/Makefile.in (clean): Ditto.
6390 * gdb.threads/Makefile.in (clean): Ditto.
6391 * gdb.trace/Makefile.in (clean): Ditto.
6392 * gdb.xml/Makefile.in (clean): Ditto.
6393
6394 2012-05-16 Tom Tromey <tromey@redhat.com>
6395
6396 * gdb.base/macscp1.c (macscp_expr): Add comment.
6397 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6398
6399 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6400
6401 * gdb.base/return-nodebug.exp: Also test float and double types.
6402
6403 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 PR testsuite/12649
6406 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6407
6408 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6409
6410 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6411
6412 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6413 `rerun_to_main'.
6414 (stap_test_no_debuginfo): Likewise.
6415
6416 2012-05-14 Stan Shebs <stan@codesourcery.com>
6417
6418 * gdb.base/dprintf.c: New file.
6419 * gdb.base/dprintf.exp: New file.
6420
6421 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
6422
6423 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6424 * gdb.trace/disconnected-tracing.c: New file.
6425 * gdb.trace/disconnected-tracing.exp: New file.
6426
6427 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6428
6429 * gdb.python/python.c: Add a new breakpoint comment.
6430 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6431
6432 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6433
6434 * gdb.base/info-os.exp: New file.
6435 * gdb.base/info-os.c: New file.
6436
6437 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6440 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6441 New files.
6442
6443 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6446 gdb.base/ctxobj.exp: New files.
6447
6448 2012-05-09 Tom Tromey <tromey@redhat.com>
6449
6450 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6451
6452 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6453
6454 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6455
6456 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6457
6458 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6459 before using it.
6460
6461 2012-05-04 Tristan Gingold <gingold@adacore.com>
6462
6463 * gdb.base/set-noassign.exp: New test.
6464
6465 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6466
6467 * gdb.python/py-symbol.exp: Add tests to test the new methods
6468 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6469 * gdb.python/py-symbol.c: Add new struct to help test
6470 gdb.Symtab.static_block().
6471
6472 2012-05-03 Doug Evans <dje@google.com>
6473
6474 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6475 commented out.
6476
6477 2012-05-03 Yao Qi <yao@codesourcery.com>
6478
6479 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6480 doesn't support.
6481 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6482 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6483
6484 2012-05-03 Yao Qi <yao@codesourcery.com>
6485
6486 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6487
6488 2012-04-30 Doug Evans <dje@google.com>
6489
6490 PR testsuite/13961
6491 * gdb.dwarf2/pr13961.S: New file.
6492 * gdb.dwarf2/pr13961.exp: New file.
6493
6494 2012-04-29 Yao Qi <yao@codesourcery.com>
6495
6496 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6497
6498 2012-04-28 Doug Evans <dje@google.com>
6499
6500 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6501 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6502 All uses updated.
6503 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6504 "ptype func_cu1" to expand cu2 before cu1.
6505
6506 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6507 Tom Tromey <tromey@redhat.com>
6508
6509 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6510 variables.
6511 * gdb.base/stap-probe.c: New file.
6512 * gdb.base/stap-probe.exp: New file.
6513 * gdb.trace/stap-trace.c: New file.
6514 * gdb.trace/stap-trace.exp: New file.
6515 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6516 libgcc's unwinder.
6517
6518 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6519
6520 * gdb.arch/mips16-thunks-inmain.c: New file.
6521 * gdb.arch/mips16-thunks-main.c: New file.
6522 * gdb.arch/mips16-thunks-sin.c: New file.
6523 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6524 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6525 * gdb.arch/mips16-thunks-sinmain.c: New file.
6526 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6527 * gdb.arch/mips16-thunks.exp: New file.
6528
6529 2012-04-25 Doug Evans <dje@google.com>
6530
6531 * configure.ac: Create gdb.go/Makefile.
6532 * configure: Regenerate.
6533 * gdb.base/default.exp: Add "go" to "set language" testing.
6534 * gdb.go/Makefile.in: New file.
6535 * gdb.go/basic-types.exp: New file.
6536 * gdb.go/chan.exp: New file.
6537 * gdb.go/chan.go: New file.
6538 * gdb.go/handcall.exp: New file.
6539 * gdb.go/handcall.go: New file.
6540 * gdb.go/hello.exp: New file.
6541 * gdb.go/hello.go: New file.
6542 * gdb.go/integers.exp: New file.
6543 * gdb.go/integers.go: New file.
6544 * gdb.go/methods.exp: New file.
6545 * gdb.go/methods.go: New file.
6546 * gdb.go/package.exp: New file.
6547 * gdb.go/package1.go: New file.
6548 * gdb.go/package2.go: New file.
6549 * gdb.go/print.exp: New file.
6550 * gdb.go/strings.exp: New file.
6551 * gdb.go/strings.go: New file.
6552 * gdb.go/types.exp: New file.
6553 * gdb.go/types.go: New file.
6554 * gdb.go/unsafe.exp: New file.
6555 * gdb.go/unsafe.go: New file.
6556 * lib/future.exp: Add Go support.
6557 (gdb_find_go, gdb_find_go_linker): New procs.
6558 (gdb_default_target_compile): Add Go support.
6559 * lib/gdb.exp (skip_go_tests): New proc.
6560 * lib/go.exp: New file.
6561
6562 2012-04-25 Tom Tromey <tromey@redhat.com>
6563
6564 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6565
6566 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6567 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 PR symtab/7259:
6570 * gdb.base/enumval.c: New test case.
6571 * gdb.base/enumval.exp: New test case.
6572 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6573 field.bitpos.
6574
6575 2012-04-17 Pedro Alves <palves@redhat.com>
6576
6577 * Makefile.in (site.exp): Make site.exp source
6578 $srcdir/lib/append_gdb_boards_dir.exp.
6579 * lib/append_gdb_boards_dir.exp: New file.
6580
6581 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 New option "set auto-load safe-path".
6584 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6585 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6586
6587 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 auto-load: Implementation.
6590 * gdb.base/help.exp (test set height): Increase the height.
6591 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6592 to ...
6593 (info auto-load python-scripts): ... here.
6594 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6595 to ...
6596 (info auto-load python-scripts *): ... here.
6597
6598 2012-04-16 Yao Qi <yao@codesourcery.com>
6599
6600 * lib/trace-support.exp (get_in_proc_agent): New.
6601 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6602 of in process trace agent.
6603 * gdb.trace/ftrace.exp: Likewise.
6604 * gdb.trace/pending.exp: Likewise.
6605 * gdb.trace/trace-break.exp: Likewise.
6606 * gdb.trace/trace-mt.exp
6607 * gdb.trace/tspeed.exp: Likewise.
6608 * gdb.trace/tstatus.exp
6609 * gdb.trace/strace.exp: Likewise.
6610
6611 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6612
6613 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6614 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6615
6616 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6617
6618 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6619
6620 PR mi/13393
6621 * gdb.mi/mi-var-rtti.cc: New file.
6622 * gdb.mi/mi-var-rtti.exp: New file.
6623 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6624 function.
6625 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6626
6627 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6628
6629 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6630 EXECUTABLES.
6631 * gdb.python/py-explore.c: C program used for testing the new
6632 'explore' command on C constructs.
6633 * gdb.python/py-explore.cc: C++ program used for testing the new
6634 'explore' command on C++ constructs.
6635 * gdb-python/py-explore.exp: Tests for the new 'explore'
6636 command on C constructs.
6637 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6638 command on C++ constructs.
6639
6640 2012-04-07 Mark Kettenis <kettenis@gnu.org>
6641
6642 * gdb.base/funcargs.exp (complex_args): Fix typo.
6643
6644 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6647 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6648
6649 2012-04-05 Keith Seitz <keiths@redhat.com>
6650
6651 * gdb.base/advance.exp: Update error message for
6652 "advance malformed" test.
6653 * gdb.base/break.exp: Likewise for "breakpoint with
6654 trailing garbage" test.
6655 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6656 with trailing garbage" test.
6657 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6658 trailng garbage" test.
6659 * gdb.base/until.exp: Likewise for "malformed until" test.
6660 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6661 for "breakpoint info (after setting on all)".
6662 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6663 tests.
6664 * gdb.cp/cplabel.cc: New file.
6665 * gdb.cp/cplabel.exp: New test.
6666 * gdb.linespec/ls-errs.c: New file.
6667 * gdb.linespec/ls-errs.exp: New test.
6668
6669 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6670
6671 * gdb.trace/unavailable.exp
6672 (collect globals: print object on: print derived_partial)
6673 (collect globals: print object on: print derived_whole)
6674 (collect globals: print object off: print derived_partial)
6675 (collect globals: print object off: print derived_whole): Update
6676 expected output.
6677
6678 2012-03-30 Keith Seitz <keiths@redhat.com>
6679
6680 * gdb.python: Add test for linespecs with commas.
6681
6682 2012-03-28 Keith Seitz <keiths@redhat.com>
6683
6684 * gdb.linespec/ls-dollar.cc: New file.
6685 * gdb.linespec/ls-dollar.exp: New test.
6686
6687 2012-03-28 Keith Seitz <keiths@redhat.com>
6688
6689 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6690 starting with the global namespace.
6691
6692 2012-03-23 Doug Evans <dje@google.com>
6693
6694 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6695
6696 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6697
6698 * gdb.python/py-value.cc: Add test case for testing the
6699 methodology exposing C++ values to Python.
6700 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6701 exposing C++ values to Python.
6702 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6703
6704 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6705 Siddhesh Poyarekar <siddhesh@redhat.com>
6706
6707 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6708 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6709 (generate native core dump): Make the test unsupported if core cannot
6710 be generated.
6711
6712 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6713
6714 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6715 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6716 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6717
6718 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6719
6720 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6721
6722 2012-03-17 Doug Evans <dje@google.com>
6723
6724 * dg-extract-results.sh: Handle KFAILs.
6725
6726 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 PR symtab/13777
6729 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6730
6731 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6732
6733 * gdb.ada/set_pckd_arr_elt: New testcase.
6734
6735 2012-03-16 Gary Benson <gbenson@redhat.com>
6736
6737 PR breakpoints/10738
6738 * gdb.opt/inline-break.exp: New file.
6739 * gdb.opt/inline-break.c: Likewise.
6740 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6741 * gdb.dwarf2/dw2-inline-break.S: Likewise.
6742 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6743 * gdb.base/async-shell.exp: Likewise.
6744 * lib/mi-support.exp (library_loaded_re): Likewise.
6745
6746 2012-03-15 Tom Tromey <tromey@redhat.com>
6747
6748 * gdb.cp/virtfunc2.exp: Update expected output.
6749 * gdb.cp/pr9631.exp: Update expected output.
6750 * gdb.cp/member-ptr.exp: Update expected output.
6751 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6752 output.
6753 * gdb.cp/casts.exp: Update expected output.
6754
6755 2012-03-15 Tom Tromey <tromey@redhat.com>
6756
6757 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6758 (test_info_vtbl): Likewise.
6759 (do_tests): Call test_info_vtbl.
6760 * gdb.cp/virtfunc.cc (va): New global.
6761
6762 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6763
6764 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6765 describing DWARF data structures.
6766 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6767 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6768 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6769 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6770 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6771 * gdb.dwarf2/dw2-param-error.S: Likewise.
6772 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6773 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6774 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6775 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6776 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6777 * gdb.dwarf2/pr11465.S: Likewise.
6778
6779 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6780
6781 * gdb.mi/mi2-prompt.exp: New file.
6782
6783 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6784
6785 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6786
6787 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/bp_range_type: New testcase.
6790
6791 2012-03-13 Doug Evans <dje@google.com>
6792
6793 * gdb.base/default.exp: Delete tests for symbol-reloading.
6794 * gdb.base/help.exp: Ditto.
6795 * gdb.base/setshow.exp: Ditto.
6796 * gdb.base/gdb_history: Delete references to symbol-reloading.
6797
6798 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * gdb.base/attach-twice.c: New files.
6801 * gdb.base/attach-twice.exp: New files.
6802
6803 2012-03-08 Keith Seitz <keiths@redhat.com>
6804
6805 * lib/gdb.exp (gdb_get_line_number): Throw an
6806 error instead of returning -1.
6807 * gdb.base/break.exp: Remove unused variable
6808 bp_location5.
6809 * gdb.base/hbreak2.exp: Likewise.
6810 * gdb.base/sepdebug.exp: Likewise.
6811
6812 2012-03-08 Yao Qi <yao@codesourcery.com>
6813 Pedro Alves <palves@redhat.com>
6814
6815 Fix PR server/13392.
6816 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6817 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6818 download tracepoints.
6819 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6820 (pending_tracepoint_resolved_during_trace): Likewise.
6821 (pending_tracepoint_installed_during_trace): Likewise.
6822 (pending_tracepoint_with_action_resolved): Likewise.
6823
6824 2012-03-08 Keith Seitz <keiths@redhat.com>
6825
6826 * gdb.ada/array_bounds.exp: Get breakpoint for line
6827 with "START", not "STOP".
6828 * gdb.python/py-infthread.exp: Do not continue to
6829 line marked "Break here.", which is undefined.
6830
6831 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6832
6833 Revert:
6834
6835 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 Implement testsuite workaround for PR breakpoints/13781.
6838 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6839 (set breakpoint condition-evaluation host): New conditional command.
6840
6841 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 Fix CU relative vs. absolute DIE offsets.
6844 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6845 one.
6846
6847 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 Fix false FAIL on distros with relro linkage as default.
6850 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6851 -Wl,-z,norelro first.
6852
6853 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.ada/bp_on_var: New testcase.
6856
6857 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.ada/bp_enum_homonym: New testcase.
6860
6861 2012-03-06 Yao Qi <yao@codesourcery.com>
6862
6863 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6864 x86_64-*-* and i?86-*-*.
6865 Set up KFAIL for gdb/13808.
6866
6867 2012-03-05 Tom Tromey <tromey@redhat.com>
6868
6869 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6870 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6871
6872 2012-03-05 Tom Tromey <tromey@redhat.com>
6873
6874 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6875
6876 2012-03-04 Yao Qi <yao@codesourcery.com>
6877
6878 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6879 messages for KFAIL.
6880
6881 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6884 (print one_two_three, indexes off, print few_reps, indexes off)
6885 (print many_reps, indexes off, print empty, indexes off)
6886 (print one_two_three, print few_reps, print many_reps, print empty):
6887 Call setup_xfail if $gcc_old.
6888
6889 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6890
6891 Implement testsuite workaround for PR breakpoints/13781.
6892 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6893 (set breakpoint condition-evaluation host): New conditional command.
6894
6895 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 Code cleanup.
6898 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6899 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6900 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6901 number 1 by $bpnum. Four times.
6902
6903 2012-03-03 Yao Qi <yao@codesourcery.com>
6904
6905 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6906
6907 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6908
6909 Setup KFAIL for PR server/13796.
6910 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6911
6912 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.ada/operator_bp: New testcase.
6915
6916 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6917
6918 * gdb.ada/info_locals_renaming: New testcase.
6919
6920 2012-03-02 Tom Tromey <tromey@redhat.com>
6921
6922 * gdb.base/nextoverexit.c: New file.
6923 * gdb.base/nextoverexit.exp: New file.
6924
6925 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6926
6927 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6928 parameter.
6929
6930 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6931
6932 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6933 core registers.
6934
6935 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6936 Maciej W. Rozycki <macro@codesourcery.com>
6937 Daniel Jacobowitz <dan@codesourcery.com>
6938
6939 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6940
6941 2012-03-01 Pedro Alves <palves@redhat.com>
6942
6943 PR gdb/13767
6944
6945 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6946 (gdb_collect_globals_test): Call it.
6947
6948 2012-03-01 Keith Seitz <keiths@redhat.com>
6949
6950 * gdb.cp/method2.exp: Output of overload menu is now
6951 alphabetized. Update tests for "break A::method".
6952 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6953 of hard-coding them.
6954 Overload menu is alphabetized: rewrite to accommodate.
6955 Unset variables LINE and TYPES which are used in other tests.
6956 Compute the output of "info break".
6957 Update the breakpoint table after all breakpoints are deleted.
6958 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6959 compute ACTUALS and the method body based on parameters.
6960 Update expected output accordingly.
6961 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6962 unique comments to allow the use of gdb_get_line_number.
6963
6964 2012-03-01 Keith Seitz <keiths@redhat.com>
6965
6966 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6967 some Tcl syntax.
6968 * gdb.cp/ovldbreak.exp: Likewise.
6969
6970 2012-03-01 Keith Seitz <keiths@redhat.com>
6971
6972 * gdb.base/help.exp (help show user): Update expected result
6973 for new doc string changes (add "non-python").
6974
6975 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6976
6977 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6978 be put in the user-defined category and that the commands appear in
6979 "help user-defined".
6980
6981 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6982
6983 * gdb.ada/tagged_not_init: New testcase.
6984
6985 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6986
6987 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6988 * gdb.ada/enum_idx_packed: New testcase.
6989
6990 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.ada/aliased_array: New testcase.
6993
6994 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.ada/whatis_array_val: New testcase.
6997
6998 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6999
7000 Fix disp-step-syscall.exp: fork: single step over fork.
7001 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7002 whitespaces.
7003 (single step over $syscall): Remove its check.
7004 (single step over $syscall final pc): New check.
7005
7006 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 Support processors without SSSE3.
7009 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7010 pabsd into ...
7011 (ssse3_test): ... a new function.
7012 (main): Call ssse3_test.
7013 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7014 Update expected values everywhere.
7015 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7016 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7017 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7018 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7019 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7020 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7021 Move these tests lower.
7022 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7023 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7024 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7025 New tests.
7026
7027 2012-02-29 Yao Qi <yao@codesourcery.com>
7028 Pedro Alves <palves@redhat.com>
7029
7030 * gdb.trace/trace-mt.c: New.
7031 * gdb.trace/trace-mt.exp: New.
7032
7033 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7034
7035 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7036 numbers instead of hardcoding them.
7037 * gdb.base/annota1.c: Provide suitable markers.
7038 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7039 numbers instead of hardcoding them.
7040 * gdb.base/annota3.c: Provide suitable markers.
7041
7042 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7043 * gdb.base/annota3.c: Likewise.
7044 * gdb.base/sigall.c: Likewise.
7045 * gdb.base/signals.c: Likewise.
7046 * gdb.reverse/sigall-reverse.c: Likewise.
7047
7048 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7049
7050 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7051 failure return path.
7052
7053 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7054
7055 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7056
7057 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7058
7059 * gdb.base/cond-eval-mode.exp: New file.
7060
7061 2012-02-24 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7064 (top level): Use with_test_prefix.
7065
7066 2012-02-24 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.threads/attach-into-signal.exp (corefunc): Use
7069 with_test_prefix.
7070
7071 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7072
7073 Fix false FAILs on old CPUs without SSE.
7074 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7075 Return untested for Illegal instruction.
7076
7077 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 Fix false FAILs with glibc debug infos installed.
7080 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7081 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7082
7083 2012-02-22 Sterling Augustine <saugustine@google.com>
7084
7085 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7086 constant with cast.
7087
7088 2012-02-21 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7091
7092 2012-02-21 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7095
7096 2012-02-21 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7099 with_test_prefix.
7100
7101 2012-02-21 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7104 with_test_prefix here.
7105 (top level): Do it here instead. Remove `:' from the
7106 with_test_prefix string.
7107 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7108 the suffix `:' from the with_test_prefix prefix string.
7109 * gdb.base/break-interp.exp: Ditto.
7110 * gdb.base/catch-load.exp: Ditto.
7111 * gdb.base/disp-step-syscall.exp: Ditto.
7112 * gdb.base/jit-so.exp: Ditto.
7113 * gdb.base/jit.exp: Ditto.
7114 * gdb.base/sepdebug.exp: Ditto.
7115 * gdb.base/solib-display.exp: Ditto.
7116 * gdb.base/solib-overlap.exp: Ditto.
7117 * gdb.base/watch-cond-infcall.exp: Ditto.
7118 * gdb.base/watchpoint.exp: Ditto.
7119 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7120 * gdb.mi/mi-watch.exp: Ditto.
7121 * gdb.mi/mi2-watch.exp: Ditto.
7122 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7123 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7124 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7125 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7126 * gdb.threads/watchpoint-fork.exp: Ditto.
7127 * gdb.threads/watchthreads-reorder.exp: Ditto.
7128 * gdb.trace/change-loc.exp: Ditto.
7129 * gdb.trace/pending.exp: Ditto.
7130 * gdb.trace/status-stop.exp: Ditto.
7131 * gdb.trace/strace.exp: Ditto.
7132 * gdb.trace/trace-break.exp: Ditto.
7133 * gdb.trace/unavailable.exp: Ditto.
7134 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7135 suffix with colon. Adjust leading comments.
7136
7137 2012-02-21 Pedro Alves <palves@redhat.com>
7138 Tom Tromey <tromey@redhat.com>
7139
7140 * lib/gdb.exp: Add description of test prefixes.
7141 (with_test_prefix): New procedure.
7142 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7143 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7144 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7145 instead of lappend to append to pf_prefix.
7146 * gdb.base/catch-load.exp: Use with_test_prefix.
7147 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7148 * gdb.base/jit-so.exp: Use with_test_prefix.
7149 * gdb.base/jit.exp: Use with_test_prefix.
7150 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7151 lappend to append to pf_prefix.
7152 * gdb.base/sepdebug.exp: Use with_test_prefix.
7153 * gdb.base/solib-display.exp: Use with_test_prefix.
7154 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7155 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7156 * gdb.base/watchpoint.exp: Use with_test_prefix.
7157 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7158 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7159 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7160 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7161 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7162 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7163 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7164 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7165 append instead of lappend to append to pf_prefix.
7166 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7167 * gdb.trace/change-loc.exp: Use with_test_prefix.
7168 * gdb.trace/pending.exp: Use with_test_prefix.
7169 * gdb.trace/status-stop.exp: Use with_test_prefix.
7170 * gdb.trace/strace.exp: Use with_test_prefix.
7171 * gdb.trace/trace-break.exp: Use with_test_prefix.
7172 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7173 instead of lappend to append to pf_prefix.
7174
7175 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 Fix racy FAILs.
7178 * gdb.base/inferior-died.c (main): Add return of 0.
7179 * gdb.base/inferior-died.exp (continue): Fix expectation of
7180 asynchronous events.
7181 (p 1): New test.
7182
7183 2012-02-20 Pedro Alves <palves@redhat.com>
7184
7185 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7186 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7187 gdb's internal debug output. For the non-threaded case, look for
7188 "Program received signal SIGLARM", for the threaded case, peek at
7189 the thread's siginfo.
7190
7191 2012-02-20 Pedro Alves <palves@redhat.com>
7192
7193 General cleanup, make output test messages unique, and build
7194 different executable files for the non-threaded and threaded
7195 cases.
7196
7197 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7198 Delete.
7199 (executable_nothr, executable_thr): New globals.
7200 (top level): Adjust to delete both executables.
7201 (corefunc): New parameter $executable. Set $pf_prefix instead of
7202 hand writing a prefix in tests. Issue a clean_restart and enable
7203 lin-lwp debug output here.
7204 (top level): Adjust. Use build_executable. Don't start gdb here,
7205 and don't enable lin-lwp debug output here.
7206 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7207
7208 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7209
7210 Fix racy FAILs.
7211 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7212 "continue" command.
7213
7214 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7215
7216 Fix for gdbserver non-extended mode.
7217 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7218 and gdb_run_cmd.
7219
7220 2012-02-17 Tom Tromey <tromey@redhat.com>
7221
7222 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7223 * gdb.python/py-events.exp: Check 'dir' output.
7224 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7225
7226 2012-02-17 Yao Qi <yao@codesourcery.com>
7227
7228 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7229
7230 2012-02-16 Tom Tromey <tromey@redhat.com>
7231
7232 * gdb.base/inferior-died.c: Don't include stdio.h.
7233
7234 2012-02-16 Tom Tromey <tromey@redhat.com>
7235
7236 * gdb.base/inferior-died.c: New file.
7237 * gdb.base/inferior-died.exp: New file.
7238
7239 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7240
7241 * gdb.base/break-inline.exp: New file.
7242 * gdb.base/break-inline.c: New file.
7243
7244 2012-02-15 Tom Tromey <tromey@redhat.com>
7245
7246 * gdb.base/pc-fp.exp: Add "info register" tests.
7247
7248 2012-02-15 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.base/regs.exp: Remove.
7251
7252 2012-02-15 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7255 the target doesn't support tracepoints.
7256 * gdb.trace/circ.exp: Ditto.
7257 * gdb.trace/collection.exp: Ditto.
7258 * gdb.trace/packetlen.exp: Ditto.
7259 * gdb.trace/passc-dyn.exp: Ditto.
7260 * gdb.trace/report.exp: Ditto.
7261 * gdb.trace/tfind.exp: Ditto.
7262 * gdb.trace/tspeed.exp: Ditto.
7263 * gdb.trace/tsv.exp: Ditto.
7264 * gdb.trace/unavailable.exp: Ditto.
7265 * gdb.trace/while-dyn.exp: Ditto.
7266
7267 2012-02-15 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7270 gdb_test_multiple, and call unsupported instead of fail, if the
7271 remote side does not support the request.
7272
7273 2012-02-15 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7276 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7277 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7278 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7279 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7280 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7281 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7282 doesn't start with "extended-" already.
7283
7284 2012-02-15 Pedro Alves <palves@redhat.com>
7285
7286 Support extended-remote. Avoid cascading timeouts.
7287
7288 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7289 the extended-remote target. If attaching with no file fails, load
7290 the file manually.
7291 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7292
7293 2012-02-14 Stan Shebs <stan@codesourcery.com>
7294
7295 * gdb.base/ena-dis-br.exp: Add enable count test.
7296
7297 2012-02-13 Pedro Alves <palves@redhat.com>
7298
7299 * config/mips-idt.exp: Delete.
7300 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7301 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7302 * gdb.base/break.exp: Remove mips-idt references.
7303 * gdb.base/chng-syms.exp: Ditto.
7304 * gdb.base/default.exp: Ditto.
7305 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7306 (top level): Don't call it.
7307 * gdb.base/opaque.exp: Remove mips-idt restarts.
7308 * gdb.base/ptype.exp: Remove mips-idt xfails.
7309 * gdb.base/scope.exp: Remove mips-idt restarts.
7310 * gdb.base/sepdebug.exp: Remove mips-idt references.
7311 * gdb.base/watchpoint.exp (maybe_clean_restart)
7312 (maybe_reinitialize): Delete.
7313 (test_disabling_watchpoints, test_disabling_watchpoints)
7314 (test_watchpoint_triggered_in_syscall)
7315 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7316 Don't call them.
7317
7318 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7319
7320 * gdb.server/server-exec-info.exp: New file.
7321
7322 2012-02-10 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7325 always non-empty.
7326 (test_attach): Always pass $exec to test_attach_gdb.
7327
7328 2012-02-08 Tom Tromey <tromey@redhat.com>
7329
7330 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7331 before inferior is started.
7332
7333 2012-02-07 Tom Tromey <tromey@redhat.com>
7334
7335 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7336 Symbol.value.
7337 * gdb.python/py-symbol.c (qq): Set default value.
7338
7339 2012-02-07 Tom Tromey <tromey@redhat.com>
7340
7341 * gdb.python/py-symbol.c (qq): New global.
7342 * gdb.python/py-symbol.exp: Add test for frame-less
7343 lookup_symbol.
7344 * gdb.python/py-symtab.exp: Fix line number.
7345
7346 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7347
7348 * gdb.ada/mi_task_arg: New testcase.
7349
7350 2012-02-02 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7353 extended timeout.
7354
7355 2012-02-02 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7358 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7359
7360 2012-02-02 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/term.exp: Rewrite.
7363 * gdb.base/term.c: New.
7364
7365 2012-02-02 Pedro Alves <palves@redhat.com>
7366
7367 * gdb.base/default.exp (run "r" abbreviation, run): Add
7368 extended-remote expected output.
7369
7370 2012-02-02 Tom Tromey <tromey@redhat.com>
7371
7372 * gdb.cp/dispcxx.exp: New file.
7373 * gdb.cp/dispcxx.cc: New file.
7374
7375 2012-02-01 Tom Tromey <tromey@redhat.com>
7376
7377 * gdb.base/jit-simple.exp: New file.
7378 * gdb.base/jit-simple.c: New file.
7379
7380 2012-01-30 Yao Qi <yao@codesourcery.com>
7381
7382 * gdb.base/skip.exp: Make test result unique.
7383
7384 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7387 compatibility with valgrind-3.7.0.
7388
7389 2012-01-27 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.base/watchpoint.exp (no_hw): New global.
7392 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7393 disable hw watchpoints.
7394 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7395 don't expect hw watchpoints.
7396 (no_hw_watchpoints): Always clean restart.
7397 (do_tests): New procedure, factored out from the top level.
7398 (top level): Run tests twice. Once with hw watchpoints enabled,
7399 another time with hw watchpoints disabled.
7400
7401 2012-01-27 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7404 out from the top level.
7405 (top level): Call it instead.
7406
7407 2012-01-27 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7410 watchpoints sooner.
7411
7412 2012-01-27 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7415
7416 2012-01-27 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7419 "You may have requested too many hardware
7420 breakpoints/watchpoints".
7421
7422 2012-01-27 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/watchpoint.exp (maybe_clean_restart)
7425 (maybe_reinitialize): New.
7426 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7427 expect "hit N times".
7428 (test_disabling_watchpoints, test_complex_watchpoint)
7429 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7430 Call maybe_clean_restart.
7431 (top level): Use clean_restart. Remove "mips-idt-*"
7432 reinitialization.
7433
7434 2012-01-27 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7437
7438 2012-01-27 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7441 require `initialize' anymore. Remove unnecessary `initialize'
7442 calls.
7443
7444 2012-01-27 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.base/watchpoint.exp (wp_set): Delete.
7447 (initialize, test_simple_watchpoint, top level): Remove dead code.
7448
7449 2012-01-27 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7452 typo.
7453
7454 2012-01-27 Pedro Alves <palves@redhat.com>
7455
7456 * config/extended-gdbserver.exp: New file.
7457 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7458 comment.
7459 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7460 * boards/native-extended-gdbserver.exp: New file.
7461
7462 2012-01-26 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7465 and gdb_test_multiple.
7466
7467 2012-01-26 Pedro Alves <palves@redhat.com>
7468
7469 Make test messages unique, and more identifiable.
7470 * gdb.multi/watchpoint-multi.exp: Change test messages.
7471
7472 2012-01-25 Tom Tromey <tromey@redhat.com>
7473
7474 * gdb.base/solib-disc.exp: Fix regexps.
7475
7476 2012-01-24 Tom Tromey <tromey@redhat.com>
7477
7478 * lib/mi-support.exp (mi_expect_stop): Add special case for
7479 solib-event.
7480 * gdb.base/catch-load-so.c: New file.
7481 * gdb.base/catch-load.exp: New file.
7482 * gdb.base/catch-load.c: New file.
7483 * gdb.base/break-interp.exp (reach_1): Update regexp.
7484
7485 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 Fix fuzzy results.
7488 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7489 lpsimple and func.
7490
7491 2012-01-24 Gary Benson <gbenson@redhat.com>
7492
7493 Delete #if 0'd out code.
7494 * gdb.base/default.exp (info catch): Remove.
7495 * gdb.base/gdb_history (info catch): Likewise.
7496 * gdb.base/help.exp (info catch): Likewise.
7497
7498 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7499
7500 Fix watchpoints to be specific for each inferior.
7501 * gdb.multi/watchpoint-multi.c: New file.
7502 * gdb.multi/watchpoint-multi.exp: New file.
7503
7504 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 Fix watchpoints across inferior fork.
7507 * gdb.threads/watchpoint-fork-child.c: New file.
7508 * gdb.threads/watchpoint-fork-mt.c: New file.
7509 * gdb.threads/watchpoint-fork-parent.c: New file.
7510 * gdb.threads/watchpoint-fork-st.c: New file.
7511 * gdb.threads/watchpoint-fork.exp: New file.
7512 * gdb.threads/watchpoint-fork.h: New file.
7513
7514 2012-01-23 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/call-signal-resume.exp: Allow output after "return".
7517
7518 2012-01-20 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.python/py-finish-breakpoint.py: Fix typo.
7521
7522 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7523
7524 * gdb.base/info-proc.exp: Also run on remote targets. Main
7525 "info proc" command is now always present; whether target supports
7526 actual info proc operation is detected when attempting to issue
7527 the command.
7528
7529 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 * .gdbinit: Remove.
7532
7533 2012-01-19 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7536 look at the funtions' returns.
7537 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7538 (jprint.print(int, int)): Change return type to int. Adjust.
7539
7540 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7541
7542 PR gdb/9538
7543 * gdb.base/sepdebug.exp: New test.
7544
7545 2012-01-18 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7548 Allow output before ^done.
7549
7550 2012-01-16 Tom Tromey <tromey@redhat.com>
7551
7552 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7553 Add tests for relative directory.
7554
7555 2012-01-16 Tom Tromey <tromey@redhat.com>
7556
7557 * gdb.base/printcmds.c (enum flag_enum): New.
7558 (three): New global.
7559 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7560 enum printing.
7561 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7562 FlagEnumerationPrinter.
7563 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7564 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7565 (fval): New global.
7566
7567 2012-01-16 Pedro Alves <palves@redhat.com>
7568
7569 * lib/gdb.exp (banned_procedures): New variable.
7570 (banned_variables_traced): Rename to ...
7571 (banned_traced): ... this.
7572 (gdb_init): Also trace banned procedures.
7573 (gdb_finish): Also untrace banned procedures.
7574
7575 2012-01-16 Pedro Alves <palves@redhat.com>
7576
7577 Remove all calls to strace.
7578
7579 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7582 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7583
7584 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7585
7586 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7587 * gdb.base/pie-execl.exp: Likewise.
7588
7589 2012-01-12 Keith Seitz <keiths@redhat.com>
7590
7591 PR mi/10586
7592 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7593 (do_anonymous_type_tests): New function.
7594 (main): Call do_anonymous_type_tests.
7595 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7596 (verify_everything): New procedure.
7597 * gdb.mi/mi-var-cp.cc (class A): New class.
7598 (anonymous_structs_and_unions): New function.
7599 (main): Call anonymous_structs_and_unions.
7600 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7601 (verify_everything): New procedure.
7602
7603 2012-01-12 Keith Seitz <keiths@redhat.com>
7604
7605 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7606 (varobj_tree::get_path_expr): Assume that all varobjs are
7607 compound unless they are known simple types.
7608 Adjust path expressions based on parent type, path parent type,
7609 and tree language.
7610 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7611 the root varobj.
7612 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7613
7614 2012-01-11 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7617 core files on this machine" anymore.
7618
7619 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7620
7621 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7622 (main): Repeat recurser call.
7623 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7624 equivalent to 'local_x'.
7625
7626 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7627 Joel Brobecker <brobecker@adacore.com>
7628
7629 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7630
7631 2012-01-05 Pedro Alves <alves.ped@gmail.com>
7632
7633 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7634 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7635 * gdb.python/py-events.exp: Test that "step N" tripping on a
7636 breakpoint emits a breakpoint event.
7637
7638 2012-01-03 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdb.base/auxv.exp: Reformat the copyright notice.
7641
7642 2012-01-03 Yao Qi <yao@codesourcery.com>
7643
7644 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7645 (strace_trace_on_diff_addr): New.
7646 * gdb.trace/strace.c: (main): Add two local variables.
7647
7648 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7649
7650 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7651 * gdb.cell/gcore.exp: Likewise.
7652 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7653 to verify the correct instance of main is selected.
7654
7655 2012-01-02 Joel Brobecker <brobecker@adacore.com>
7656
7657 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7658 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7659 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7660 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7661 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7662 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7663 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7664 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7665 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7666 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7667 gdb.threads/thread_check.c: Reformat copyright header.
7668
7669 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7670
7671 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
7672 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7673 is not enabled.
7674
7675 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7678 parameter to self_exec, adjust the function.
7679 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7680 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7681 (set var do_exit = 0): Remove test.
7682 (newline at end of file): Add one.
7683
7684 2011-12-27 Joel Brobecker <brobecker@adacore.com>
7685
7686 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7687 New files.
7688
7689 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 Fix racy FAILs.
7692 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7693 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7694 (main): Call pthread_barrier_init for it.
7695
7696 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 Fix double send_gdb leading to racy FAILs.
7699 * gdb.base/break.exp (set silent break bp_location1): Replace
7700 3x send_gdb and gdb_expect by gdb_test.
7701 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7702 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7703 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7704 instead of send_gdb. Twice.
7705 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7706 3x send_gdb and gdb_expect by gdb_test.
7707 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7708
7709 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7710
7711 * gdb.linespec/linespec.exp: Compile using {c++}.
7712
7713 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7716 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7717 (verify GCC PR debug/51668): New test.
7718
7719 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
7720
7721 Introduce gdb.FinishBreakpoint in Python.
7722 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7723 py-finish-breakpoint2
7724 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7725 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7726 instead of line number.
7727 * gdb.python/py-finish-breakpoint.c: New file.
7728 * gdb.python/py-finish-breakpoint.exp: New file.
7729 * gdb.python/py-finish-breakpoint.py: New file.
7730 * gdb.python/py-finish-breakpoint2.cc: New file.
7731 * gdb.python/py-finish-breakpoint2.exp: New file.
7732 * gdb.python/py-finish-breakpoint2.py: New file.
7733
7734 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 Partial fix of compatibility with gcc-4.7.
7737 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7738 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7739 Add comment to add a PASS case in the future.
7740
7741 Fix compatibility with gcc-4.7.
7742 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7743
7744 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7745
7746 PR tdep/12797
7747 * gdb.base/callfuncs.exp: Remove KFAIL.
7748
7749 2011-12-21 Joel Brobecker <brobecker@adacore.com>
7750
7751 * gdb.ada/task_bp: New testcase.
7752
7753 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7754
7755 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7756 -DNO_SECTIONS.
7757 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7758
7759 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7760
7761 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7762 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7763 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7764 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7765 conditional for gcc <= 4.5.
7766
7767 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7770 by XFAIL.
7771 * gdb.cp/static-method.exp (info addr A::func())
7772 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7773 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7774 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7775 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7776 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7777 (test value of F in k3_m): Likewise.
7778 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7779 Likewise.
7780
7781 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7782
7783 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7784 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7785 Remove.
7786 * gdb.threads/attachstop-mt.c: Remove.
7787 * gdb.threads/attachstop-mt.exp: Remove.
7788
7789 2011-12-17 Mark Kettenis <kettenis@gnu.org>
7790
7791 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7792
7793 2011-12-16 Doug Evans <dje@google.com>
7794
7795 * boards/native-stdio-gdbserver.exp: New file.
7796 * boards/native-gdbserver.exp: New file.
7797
7798 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7799 gdbserver output.
7800 (gdbserver_default_get_remote_address): New function.
7801 (gdbserver_start): Call gdb,get_remote_address to compute argument
7802 to "target remote" command.
7803
7804 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7805
7806 * gdb.python/py-function.exp: Change "on" to "full" for
7807 python print-stack. Add set/show python print-stack
7808 off|full|message tests.
7809
7810 2011-12-15 Yao Qi <yao@codesourcery.com>
7811
7812 * gdb.trace/strace.c: New
7813 * gdb.trace/strace.exp: New.
7814
7815 2011-12-14 Tom Tromey <tromey@redhat.com>
7816
7817 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7818
7819 2011-12-14 Doug Evans <dje@google.com>
7820
7821 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7822
7823 2011-12-14 Pedro Alves <pedro@codesourcery.com>
7824
7825 PR threads/10729
7826
7827 * gdb.mi/watch-nonstop.c: New file.
7828 * gdb.mi/mi-watch-nonstop.exp: New file.
7829
7830 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7831 Doug Evans <dje@google.com>
7832
7833 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7834 (clean_restart): Remove references to the gdb_stub target board
7835 variable.
7836 (gdb_step_for_stub): Delete.
7837
7838 * gdb.base/annota1.exp: Remove all references to [target_info
7839 exists gdb_stub], gdb_step_for_stub and usestubs.
7840 * gdb.base/annota3.exp: Ditto.
7841 * gdb.base/async.exp: Ditto.
7842 * gdb.base/break.exp: Ditto.
7843 * gdb.base/code-expr.exp: Ditto.
7844 * gdb.base/commands.exp: Ditto.
7845 * gdb.base/completion.exp: Ditto.
7846 * gdb.base/condbreak.exp: Ditto.
7847 * gdb.base/consecutive.exp: Ditto.
7848 * gdb.base/cvexpr.exp: Ditto.
7849 * gdb.base/define.exp: Ditto.
7850 * gdb.base/display.exp: Ditto.
7851 * gdb.base/ena-dis-br.exp: Ditto.
7852 * gdb.base/environ.exp: Ditto.
7853 * gdb.base/gnu-ifunc.exp: Ditto.
7854 * gdb.base/maint.exp: Ditto.
7855 * gdb.base/pending.exp: Ditto.
7856 * gdb.base/sect-cmd.exp: Ditto.
7857 * gdb.base/sepdebug.exp: Ditto.
7858 * gdb.base/unload.exp: Ditto.
7859 * gdb.base/watchpoint-solib.exp: Ditto.
7860 * gdb.cp/annota2.exp: Ditto.
7861 * gdb.cp/annota3.exp: Ditto.
7862 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7863 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7864 * gdb.mi/mi-pending.exp: Ditto.
7865 * gdb.trace/circ.exp: Ditto.
7866 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7867 * gdb.base/list.exp: Ditto.
7868
7869 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7870 breakpoint function and all references to the usestubs macro.
7871 * gdb.base/exprs.c: Ditto.
7872 * gdb.base/freebpcmd.c: Ditto.
7873 * gdb.base/bitfields.c: Ditto.
7874 * gdb.base/bitfields2.c: Ditto.
7875 * gdb.base/break.c: Ditto.
7876 * gdb.base/call-sc.c: Ditto.
7877 * gdb.base/call-signals.c: Ditto.
7878 * gdb.base/callfuncs.c: Ditto.
7879 * gdb.base/charset.c: Ditto.
7880 * gdb.base/consecutive.c: Ditto.
7881 * gdb.base/constvars.c: Ditto.
7882 * gdb.base/funcargs.c: Ditto.
7883 * gdb.base/int-type.c: Ditto.
7884 * gdb.base/interrupt.c: Ditto.
7885 * gdb.base/langs0.c: Ditto.
7886 * gdb.base/list0.c: Ditto.
7887 * gdb.base/mips_pro.c: Ditto.
7888 * gdb.base/miscexprs.c: Ditto.
7889 * gdb.base/nodebug.c: Ditto.
7890 * gdb.base/opaque0.c: Ditto.
7891 * gdb.base/pointers.c: Ditto.
7892 * gdb.base/printcmds.c: Ditto.
7893 * gdb.base/ptype.c: Ditto.
7894 * gdb.base/recurse.c: Ditto.
7895 * gdb.base/reread1.c: Ditto.
7896 * gdb.base/reread2.c: Ditto.
7897 * gdb.base/restore.c: Ditto.
7898 * gdb.base/return.c: Ditto.
7899 * gdb.base/run.c: Ditto.
7900 * gdb.base/scope0.c: Ditto.
7901 * gdb.base/sepdebug.c: Ditto.
7902 * gdb.base/setshow.c: Ditto.
7903 * gdb.base/setvar.c: Ditto.
7904 * gdb.base/sigall.c: Ditto.
7905 * gdb.base/signals.c: Ditto.
7906 * gdb.base/structs.c: Ditto.
7907 * gdb.base/structs2.c: Ditto.
7908 * gdb.base/testenv.c: Ditto.
7909 * gdb.base/twice.c: Ditto.
7910 * gdb.base/unwindonsignal.c: Ditto.
7911 * gdb.base/watchpoint.c: Ditto.
7912 * gdb.base/watchpoints.c: Ditto.
7913 * gdb.base/whatis.c: Ditto.
7914 * gdb.cp/classes.cc: Ditto.
7915 * gdb.cp/cplusfuncs.cc: Ditto.
7916 * gdb.cp/derivation.cc: Ditto.
7917 * gdb.cp/formatted-ref.cc: Ditto.
7918 * gdb.cp/misc.cc: Ditto.
7919 * gdb.cp/overload.cc: Ditto.
7920 * gdb.cp/ovldbreak.cc: Ditto.
7921 * gdb.cp/ref-params.cc: Ditto.
7922 * gdb.cp/ref-types.cc: Ditto.
7923 * gdb.cp/templates.cc: Ditto.
7924 * gdb.cp/virtfunc.cc: Ditto.
7925 * gdb.hp/gdb.aCC/run.c: Ditto.
7926 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7927 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7928 * gdb.reverse/consecutive-reverse.c: Ditto.
7929 * gdb.reverse/sigall-reverse.c: Ditto.
7930 * gdb.reverse/until-reverse.c: Ditto.
7931 * gdb.reverse/watch-reverse.c: Ditto.
7932 * gdb.trace/actions.c: Ditto.
7933 * gdb.trace/circ.c: Ditto.
7934 * gdb.trace/collection.c: Ditto.
7935
7936 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7937
7938 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7939 (func6, func7): New.
7940 (main): Call func6 and func7.
7941 * gdb.base/watchpoint.exp (test_wide_location_1)
7942 (test_wide_location_2): New.
7943 (top level): Re-enable hardware watchpoints if necessary. Call
7944 test_wide_location_1 and test_wide_location_2.
7945
7946 2011-12-11 Yao Qi <yao@codesourcery.com>
7947
7948 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7949
7950 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7951
7952 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7953 expected output for unsupported case.
7954
7955 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7956
7957 PR testsuite/12649
7958 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7959 Protect gdb_test_multiple by final $gdb_prompt match.
7960
7961 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7962
7963 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7964 New variable, new test.
7965 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7966 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7967 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7968 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7969 them if HAVE_GCC_45682_FIXED is not set.
7970
7971 2011-12-10 Yao Qi <yao@codesourcery.com>
7972
7973 * gdb.trace/status-stop.exp: New.
7974 * gdb.trace/status-stop.c: New.
7975
7976 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7977
7978 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7979 timeout.
7980
7981 2011-12-08 Tom Tromey <tromey@redhat.com>
7982
7983 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7984 condition.
7985
7986 2011-12-07 Stan Shebs <stan@codesourcery.com>
7987
7988 * gdb.trace/tfind.exp: Update for output changes.
7989
7990 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7991
7992 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7993 throws "Cannot insert catchpoints in this configuration".
7994 * gdb.ada/mi_catch_ex.exp: Likewise.
7995
7996 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7997
7998 * gdb.base/break-always.exp: Test changing memory at addresses
7999 with breakpoints inserted.
8000
8001 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8002
8003 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8004 involving a fully qualified function name.
8005
8006 2011-12-06 Tom Tromey <tromey@redhat.com>
8007
8008 * gdb.ada/homonym.exp: Add three breakpoint tests.
8009
8010 2011-12-06 Tom Tromey <tromey@redhat.com>
8011
8012 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8013 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8014 * gdb.objc/objcdecode.exp: Update for output changes.
8015 * gdb.linespec/linespec.exp: New file.
8016 * gdb.linespec/lspec.cc: New file.
8017 * gdb.linespec/lspec.h: New file.
8018 * gdb.linespec/body.h: New file.
8019 * gdb.linespec/base/two/thefile.cc: New file.
8020 * gdb.linespec/base/one/thefile.cc: New file.
8021 * gdb.linespec/Makefile.in: New file.
8022 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8023 output changes.
8024 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8025 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8026 makes one breakpoint.
8027 * gdb.cp/method2.exp (test_break): Update for output changes.
8028 * gdb.cp/mb-templates.exp: Update for output changes.
8029 * gdb.cp/mb-inline.exp: Update for output changes.
8030 * gdb.cp/mb-ctor.exp: Update for output changes.
8031 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8032 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8033 has multiple matches.
8034 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8035 error message change.
8036 * gdb.base/list.exp (test_list_filename_and_number): Update for
8037 error message change.
8038 * gdb.base/break.exp: Disable pending breakpoints. Update for
8039 output changes.
8040 * configure.ac: Add gdb.linespec.
8041 * configure: Rebuild.
8042 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8043
8044 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8047 last_break register on s390*-*-* targets.
8048
8049 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8050
8051 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8052 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8053 of parameter X in procedure Foo.
8054
8055 2011-12-05 Stan Shebs <stan@codesourcery.com>
8056
8057 * gdb.trace/tfind.exp: Update help string matches.
8058
8059 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8060
8061 * gdb.server/ext-run.exp (get process list): Accept also systemd
8062 as PID 1.
8063
8064 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8065 Pedro Alves <pedro@codesourcery.com>
8066
8067 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8068 starting GDB.
8069 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8070 $use_gdb_stub.
8071 * gdb.base/display.exp: Likewise.
8072 * gdb.base/ending-run.exp: Likewise.
8073 * gdb.base/list.exp (test_listsize): Likewise.
8074 * gdb.base/setshow.exp: Likewise.
8075 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8076 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8077 check by global $use_gdb_stub.
8078 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8079 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8080 (default_gdb_init): Unset global $use_gdb_stub.
8081 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8082 by global $use_gdb_stub.
8083 * lib/gdbserver-support.exp: Extend comments for set_board_info
8084 gdb_protocol and gdb,socketport.
8085 (gdbserver_start_extended): Set global gdbserver_protocol and
8086 gdbserver_gdbport. Clear global use_gdb_stub.
8087 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8088 from target use_gdb_stub.
8089 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8090
8091 2011-12-03 Doug Evans <dje@google.com>
8092
8093 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8094 (gdb_step_for_stub): Add comments.
8095
8096 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8097
8098 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8099 to the caller.
8100 (gdb_test_multiple): Likewise.
8101
8102 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 Fix gdb.mi/mi-solib.exp without system debug info installed.
8105 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8106 expect attribute, return 0 for it. Update comments.
8107
8108 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8111 (corrupted list): Adjust the expectation.
8112
8113 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 PR threads/13448
8116 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8117 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8118 * gdb.threads/tls-var-main.c: New file.
8119 * gdb.threads/tls-var.c: New file.
8120 * gdb.threads/tls-var.exp: New file.
8121
8122 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8123
8124 PR testsuite/12649
8125 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8126 Protect gdb_test_multiple by final $gdb_prompt match.
8127 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8128 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8129 (test_tracepoints): Likewise.
8130
8131 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 PR breakpoints/13346
8134 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8135 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8136 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8137
8138 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8139
8140 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8141 * gdb.ada/homonym/homonym.adb: For use of all types defined
8142 locally inside both Get_Value subprograms.
8143
8144 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8145
8146 Fix racy FAILs.
8147 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8148 of send_gdb.
8149
8150 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8151
8152 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8153 environment variable after test completed.
8154
8155 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8156
8157 * gdb.base/solib-nodir.exp: Skip if remote target.
8158 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8159 application. Call gdb_load_shlibs.
8160 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8161
8162 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8163
8164 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8165
8166 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8167
8168 * gdb.ada/fullname_bp: New testcase.
8169
8170 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8171
8172 PR testsuite/12649
8173 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8174 Wrap send_gdb into a new gdb_test.
8175
8176 Code cleanup.
8177 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8178 Convert send_gdb and gdb_expect to gdb_test_multiple.
8179
8180 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8183
8184 2011-11-23 Keith Seitz <keiths@redhat.com>
8185
8186 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8187 (mi_varobj_tree_test_children_callback): New proc.
8188 (mi_walk_varobj_tree): New proc.
8189
8190 2011-11-22 Tom Tromey <tromey@redhat.com>
8191
8192 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8193 Add "use_mi_command" argument.
8194 (mi_run_cmd, mi_run_with_cli): New procs.
8195 * gdb.mi/solib-lib.c: New file.
8196 * gdb.mi/solib-main.c: New file.
8197 * gdb.mi/mi-solib.exp: New file.
8198
8199 2011-11-21 Doug Evans <dje@google.com>
8200
8201 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8202 _Unwind_DebugHook is missing.
8203
8204 2011-11-20 Stan Shebs <stan@codesourcery.com>
8205
8206 * gdb.trace/tstatus.exp: New.
8207 * gdb.trace/actions.c: Include string.h.
8208
8209 2011-11-18 Yao Qi <yao@codesourcery.com>
8210
8211 * gdb.trace/pending.exp: New.
8212 * gdb.trace/pending.c: New.
8213 * gdb.trace/pendshr1.c: New.
8214 * gdb.trace/pendshr2.c: New.
8215 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8216 tracepoint location becomes pending.
8217 (tracepoint_change_loc_2): New.
8218
8219 2011-11-16 David S. Miller <davem@davemloft.net>
8220
8221 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8222 target is sparc*-*-linux*
8223
8224 2011-11-15 Paul Koning <paul_koning@dell.com>
8225
8226 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8227 types.
8228
8229 2011-11-14 Doug Evans <dje@google.com>
8230
8231 * gdb.base/shell.exp: New file.
8232
8233 2011-11-14 Stan Shebs <stan@codesourcery.com>
8234
8235 * gdb.trace/ftrace.c: New.
8236 * gdb.trace/ftrace.exp: New.
8237
8238 2011-11-14 Yao Qi <yao@codesourcery.com>
8239
8240 * gdb.trace/change-loc-1.c: New.
8241 * gdb.trace/change-loc-2.c: New.
8242 * gdb.trace/change-loc.c: New.
8243 * gdb.trace/change-loc.exp: New.
8244 * gdb.trace/change-loc.h: New.
8245 * gdb.trace/trace-break.c (marker): Define new symbol.
8246 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8247 New.
8248 (break_trace_same_addr_6): New.
8249
8250 2011-11-12 Matt Rice <ratmice@gmail.com>
8251
8252 * gdb.base/info-macros.exp: Make tests for info definitions
8253 test info macro. Add tests for info macro argument processing.
8254 Rename a few tests.
8255
8256 2011-11-11 Keith Seitz <keiths@redhat.com>
8257
8258 PR gdb/12843
8259 * gdb.base/linespecs.exp: New file.
8260
8261 2011-11-11 Doug Evans <dje@google.com>
8262
8263 * gdb.threads/print-threads.exp: Extend timeout for slower
8264 tests.
8265
8266 2011-11-10 Doug Evans <dje@google.com>
8267
8268 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8269 "record to end of main" test.
8270
8271 * gdb.python/py-type.c (TS): New typedef.
8272 (ts): New global.
8273 * gdb.python/py-type.exp: Test field list of typedef.
8274
8275 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8276
8277 * gdb.ada/small_reg_param: New testcase.
8278
8279 2011-11-09 Tom Tromey <tromey@redhat.com>
8280
8281 * gdb.cp/destrprint.exp: New file.
8282 * gdb.cp/destrprint.cc: New file.
8283
8284 2011-11-08 Meador Inge <meadori@codesourcery.com>
8285
8286 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8287 (switch_stack_to_other): New test function.
8288 * gdb.arch/thumb-prologue.exp: New test cases.
8289
8290 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8291
8292 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8293
8294 2011-11-08 Yao Qi <yao@codesourcery.com>
8295
8296 * gdb.exp (supports_process_record): New.
8297 (supports_reverse): New.
8298 * gdb.reverse/break-precsave.exp: Call support_process_record
8299 to run test conditionally.
8300 * gdb.reverse/consecutive-precsave.exp: Likewise.
8301 * gdb.reverse/i386-precsave.exp: Likewise.
8302 * gdb.reverse/machinestate-precsave.exp: Likewise.
8303 * gdb.reverse/solib-precsave.exp: Likewise.
8304 * gdb.reverse/step-precsave.exp: Likewise.
8305 * gdb.reverse/until-precsave.exp: Likewise.
8306 * gdb.reverse/watch-precsave.exp: Likewise.
8307 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8308 test conditionally.
8309 * gdb.reverse/consecutive-reverse.exp: Likewise.
8310 * gdb.reverse/finish-precsave.exp: Likewise.
8311 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8312 * gdb.reverse/finish-reverse.exp: Likewise.
8313 * gdb.reverse/i386-reverse.exp: Likewise.
8314 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8315 * gdb.reverse/machinestate.exp: Likewise.
8316 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8317 * gdb.reverse/sigall-precsave.exp: Likewise.
8318 * gdb.reverse/sigall-reverse.exp: Likewise.
8319 * gdb.reverse/solib-reverse.exp: Likewise.
8320 * gdb.reverse/step-reverse.exp: Likewise.
8321 * gdb.reverse/until-reverse.exp: Likewise.
8322 * gdb.reverse/watch-reverse.exp: Likewise.
8323
8324 2011-11-05 Yao Qi <yao@codesourcery.com>
8325
8326 * gdb.trace/trace-break.exp: Add test on setting two
8327 fast tracepoints at the same address.
8328
8329 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8332
8333 2011-11-02 Stan Shebs <stan@codesourcery.com>
8334
8335 * gdb.trace/collection.c: Add code using strings.
8336 * gdb.trace/collection.exp: Add tests of string collection.
8337
8338 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8339
8340 * gdb.base/skip-solib.exp (executable_main): New variable.
8341 (binfile_main): Base it on that.
8342 Use $executable_main in clean_restart calls. Drop gdb_exit and
8343 gdb_start calls.
8344
8345 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8346
8347 Fix racy FAILs.
8348 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8349 breakpoint_re globals import by async. Set string_regex to .* for
8350 async. Remove the optional thread_selected_re and breakpoint_re
8351 globals expectations.
8352
8353 2011-11-01 Joseph Myers <joseph@codesourcery.com>
8354
8355 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8356 well as Cygwin.
8357
8358 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
8359
8360 Add tests for skip command.
8361 * gdb.base/skip-solib-lib.c: New
8362 * gdb.base/skip-solib-main.c: New
8363 * gdb.base/skip-solib.exp: New
8364 * gdb.base/skip.c: New
8365 * gdb.base/skip.exp: New
8366 * gdb.base/skip1.c: New
8367 * gdb.base/Makefile.in: Adding new files.
8368
8369 2011-10-31 Yao Qi <yao@codesourcery.com>
8370 Pedro Alves <pedro@codesourcery.com>
8371
8372 * gdb.trace/trace-break.c: New.
8373 * gdb.trace/trace-break.exp: New.
8374
8375 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8376
8377 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8378 break-here-2.
8379
8380 2011-10-28 Pedro Alves <pedro@codesourcery.com>
8381
8382 * gdb.threads/no-unwaited-for-left.c: New.
8383 * gdb.threads/no-unwaited-for-left.exp: New.
8384 * gdb.threads/non-ldr-exc-1.c: New.
8385 * gdb.threads/non-ldr-exc-1.exp: New.
8386 * gdb.threads/non-ldr-exc-2.c: New.
8387 * gdb.threads/non-ldr-exc-2.exp: New.
8388 * gdb.threads/non-ldr-exc-3.c: New.
8389 * gdb.threads/non-ldr-exc-3.exp: New.
8390 * gdb.threads/non-ldr-exc-4.c: New.
8391 * gdb.threads/non-ldr-exc-4.exp: New.
8392
8393 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8396 * gdb.base/attach-pie-misread.exp: Likewise.
8397 * gdb.base/break-interp.exp: Likewise.
8398 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8399 testcases for use_gdb_stub.
8400 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8401 (continue): New testcase.
8402 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8403 * gdb.threads/attach-into-signal.exp: Likewise.
8404 * gdb.threads/attach-stopped.exp: Likewise.
8405 * gdb.threads/attachstop-mt.exp: Likewise.
8406
8407 2011-10-28 Paul Koning <paul_koning@dell.com>
8408
8409 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8410
8411 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8414 (mi_gdb_test): Import globals thread_selected_re
8415 and breakpoint_re. Expect them optionally at the regex start.
8416
8417 2011-10-27 Doug Evans <dje@google.com>
8418
8419 * gdb.python/python.exp: Test source -s.
8420
8421 2011-10-26 Paul Koning <paul_koning@dell.com>
8422
8423 * gdb.python/lib-types.cc (struct A): New structure.
8424 * gdb.python/lib-types.exp (deepitems): New tests.
8425
8426 2011-10-25 Paul Koning <paul_koning@dell.com>
8427
8428 PR python/13327
8429
8430 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8431 fetch_lazy method.
8432
8433 2011-10-24 Yao Qi <yao@codesourcery.com>
8434
8435 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8436 target is tic6x-*-*.
8437
8438 2011-10-21 Joel Brobecker <brobecker@adacore.com>
8439
8440 * gdb.ada/mi_task_info/task_switch.adb: New file.
8441 * gdb.ada/mi_task_info.exp: New file.
8442
8443 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8446 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8447
8448 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8449
8450 PR python/12656
8451
8452 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8453 global_block tests.
8454
8455 2011-10-18 Tom Tromey <tromey@redhat.com>
8456
8457 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8458
8459 2011-10-18 Tom Tromey <tromey@redhat.com>
8460
8461 * gdb.base/source.exp: Don't include full file name in test name.
8462 * gdb.python/python.exp: Don't include full file name in test
8463 name.
8464
8465 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 * gdb.base/attach-pie-noexec.c: New files.
8468 * gdb.base/attach-pie-noexec.exp: New files.
8469
8470 2011-10-17 Joseph Myers <joseph@codesourcery.com>
8471
8472 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8473 prompt for each extra line in command.
8474
8475 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8476
8477 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8478 Revert the part of:
8479 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8480 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8481 Change the expected string.
8482
8483 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8484
8485 Fix results with system glibc debug info installed.
8486 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8487 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8488 Accept also __libc_ symbol prefix and no prefix.
8489
8490 2011-10-14 Keith Seitz <keiths@redhat.com>
8491
8492 PR c++/13225
8493 * gdb.cp/converts.cc (foo3_1): New function.
8494 (foo3_2): New functions.
8495 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8496 and null pointer conversions of integer constant zero.
8497 Add test to check if all arguments are checked for incompatible
8498 conversion BADNESS.
8499
8500 2011-10-14 Tom Tromey <tromey@redhat.com>
8501
8502 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8503 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8504 linespec.
8505
8506 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 Fix internal error regression.
8509 * gdb.dwarf2/implptr-optimized-out.S: New file.
8510 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8511
8512 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8515 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8516 (loclist): New.
8517 (4): New abbrev.
8518 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8519 Use prepare_for_testing, remove clean_restart.
8520 (p arraynoloc, p arraycallnoloc): New tests.
8521
8522 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 * gdb.cp/namespace-enum.exp (executable): New variable.
8525 (binfile): Use ${objdir}/${subdir}/ prefix.
8526 Use ${executable} for clean_restart.
8527
8528 2011-10-11 Sterling Augustine <saugustine@google.com>
8529
8530 * gdb.cp/Makefile.in: Add namespace-enum test.
8531 * gdb.cp/namespace-enum.exp: New file.
8532 * gdb.cp/namespace-enum.c: New file.
8533 * gdb.cp/namespace-enum-main.c: New file.
8534
8535 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8536
8537 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8538 sysroot.
8539
8540 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8541
8542 Reimplement @entry in input expressions.
8543 * gdb.base/exprs.c (v_int_array_init): New variable.
8544 * gdb.base/exprs.exp (print v_int_array_init)
8545 (print *v_int_array_init@1, print *v_int_array_init@2)
8546 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8547 (print v_int_array_init[1]@1): New tests.
8548
8549 2011-10-10 Joseph Myers <joseph@codesourcery.com>
8550
8551 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8552 expected message.
8553
8554 2011-10-09 Doug Evans <dje@google.com>
8555
8556 * gdb.base/alias.exp: Add tests for alias command.
8557
8558 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.arch/amd64-entry-value.s: New file.
8561 * gdb.mi/mi2-amd64-entry-value.s: New file.
8562
8563 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8564
8565 Display @entry parameter values even for references.
8566 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8567 functions.
8568 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8569 reference and datap_input.
8570 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8571 breakpoints.
8572 (continue to breakpoint: entry_reference: reference)
8573 (entry_reference: bt at entry)
8574 (continue to breakpoint: entry_reference: breakhere_reference)
8575 (entry_reference: bt, entry_reference: ptype regparam)
8576 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8577 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8578 (entry_reference: p regcopy, entry_reference: p nodataparam)
8579 (entry_reference: p nodataparam@entry): New tests.
8580
8581 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 Support @entry in input expressions.
8584 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8585 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8586 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8587 (tailcall: p j@entry): New tests.
8588 * gdb.cp/koenig.cc (A::entry): New function.
8589 (main): Call it.
8590 * gdb.cp/koenig.exp (p entry (c)): New test.
8591
8592 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 Display @entry parameter values (without references).
8595 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8596 (different, validity, invalid): New functions.
8597 (main): Call them.
8598 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8599 stacktest, breakhere_stacktest, different, breakhere_different,
8600 breakhere_validity and breakhere_invalid.
8601 (entry: bt): Update for @entry.
8602 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8603 (entry_validity: *, entry_invalid: *): Many new tests.
8604 * gdb.base/break.exp
8605 (run until breakpoint set at small function, optimized file): Accept
8606 also the @entry suffix.
8607 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8608 * gdb.mi/mi2-amd64-entry-value.c: New files.
8609 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8610
8611 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 Protect entry values against self tail calls.
8614 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8615 (main): Call self.
8616 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8617 (set debug entry-values 1, self: bt debug entry-values): New tests.
8618
8619 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8620
8621 Recognize virtual tail call frames.
8622 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8623 (amb_b, amb_a): New.
8624 (main): Call a and b.
8625 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8626 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8627 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8628 New tests.
8629
8630 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8631
8632 Implement basic support for DW_TAG_GNU_call_site.
8633 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8634 * gdb.arch/amd64-entry-value.cc: New file.
8635 * gdb.arch/amd64-entry-value.exp: New file.
8636
8637 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8638
8639 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8640 * gdb.dwarf2/implptr-64bit.S: New file.
8641 * gdb.dwarf2/implptr-64bit.exp: New file.
8642
8643 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 Fix initial language detection with -readnow.
8646 * gdb.cp/readnow-language.cc: New file.
8647 * gdb.cp/readnow-language.exp: New file.
8648
8649 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8650
8651 Fix printed anonymous struct name.
8652 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8653
8654 2011-10-09 Joseph Myers <joseph@codesourcery.com>
8655
8656 * gdb.base/solib-symbol.exp: Do not include directories in
8657 filenames in expected messages.
8658
8659 2011-10-07 Doug Evans <dje@google.com>
8660
8661 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8662
8663 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
8664
8665 Allow Python notification of new object-file loadings.
8666 * gdb.python/py-events.exp: Test newobjfile event.
8667 * gdb.python/py-events.py: Register newobjfile callback.
8668 * gdb.python/py-events.c: Add call to shared library
8669 * gdb.python/py-events-shlib.c: New file.
8670
8671 2011-10-06 Joseph Myers <joseph@codesourcery.com>
8672
8673 * gdb.base/fixsection.exp: Do not include directories in filename
8674 in expected message.
8675
8676 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8677
8678 Add tests for passing of environment variables to inferior.
8679 * gdb.base/testenv.c: New test source.
8680 * gdb.base/testenv.exp: New expect test.
8681
8682 2011-10-04 Paul Koning <paul_koning@dell.com>
8683
8684 * gdb.python/py-value.c (main): Break before return.
8685
8686 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
8687
8688 PR python/12691: Add the inferior to Python exited event
8689 * gdb.python/py-events.exp: Test the inferior attribute of exited
8690 event with a fork.
8691 * gdb.python/py-events.py: Print inferior number on exit.
8692 * gdb.python/py-events.c: Fork the inferior.
8693
8694 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8695
8696 * gdb.base/jit.exp: Add testcase name to log message
8697
8698 2011-10-03 Paul Koning <paul_koning@dell.com>
8699 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 * gdb.python/py-value.exp
8702 (python inval = gdb.parse_and_eval('*(int*)0'))
8703 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8704 (set argc=2, python print argc_lazy): New tests.
8705
8706 2011-10-02 Joel Brobecker <brobecker@adacore.com>
8707
8708 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8709
8710 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8711 Pedro Alves <pedro@codesourcery.com>
8712
8713 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8714 can_read_0, test for it.
8715 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8716 (parse_and_eval with memory error): ... here, make it untested if
8717 can_read_0.
8718
8719 2011-09-30 Marek Polacek <mpolacek@redhat.com>
8720
8721 * gdb.python/python.exp (verify pagination beforehand)
8722 (verify pagination afterwards): Fix race by splitting the line.
8723
8724 2011-09-29 Joseph Myers <joseph@codesourcery.com>
8725
8726 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8727 for 64-bit multilibs from i?86-* targets.
8728
8729 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8730
8731 * lib/gdb.exp: Fix a typo in one of the comments.
8732
8733 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8734
8735 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8736 matching pattern.
8737
8738 2011-09-28 Paul Koning <paul_koning@dell.com>
8739
8740 * gdb.python/py-type.c (enum E): New.
8741 * gdb.python/py-type.exp (test_fields): Add tests for Python
8742 mapping access to fields.
8743 (test_enums): New test for field access on enums.
8744
8745 2011-09-27 Stan Shebs <stan@codesourcery.com>
8746
8747 * gdb.trace/collection.exp: Test collection of $_ret.
8748
8749 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
8750
8751 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8752 list of compilation switches for <*-*-freebsd*>.
8753
8754 2011-09-19 Stan Shebs <stan@codesourcery.com>
8755
8756 * gdb.trace/tspeed.exp: New file.
8757 * gdb.trace/tspeed.c: New file.
8758
8759 2011-09-18 Yao Qi <yao@codesourcery.com>
8760
8761 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8762 instructions.
8763 (test_adr_32bit, test_pop_pc): Likewise.
8764 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8765 Thumb instructions.
8766 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8767 in gdb_test_multiple.
8768 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8769
8770 2011-09-17 Yao Qi <yao@codesourcery.com>
8771
8772 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8773 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8774 support single step to signal handler.
8775
8776 2011-09-17 Yao Qi <yao@codesourcery.com>
8777
8778 * gdb.base/disp-step-fork.c: New.
8779 * gdb.base/disp-step-syscall.exp: New.
8780 * gdb.base/disp-step-vfork.c: New.
8781
8782 2011-09-16 Joel Brobecker <brobecker@adacore.com>
8783
8784 * gdb.ada/tasks.exp: Make the expected output for
8785 the `info tasks' tests more resilient to spacing
8786 changes.
8787
8788 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8789
8790 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8791 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8792
8793 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
8794
8795 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8796 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8797
8798 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
8799
8800 Handle multiple breakpoint hits in Python interface:
8801 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8802 presence.
8803 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8804 breakpoint hits.
8805
8806 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8807 Jan Kratochvil <jan.kratochvil@redhat.com>
8808
8809 * gdb.python/py-events.exp: Remove pretty printing comment.
8810 * gdb.python/py-evsignal.exp: New file.
8811 * gdb.python/py-evthreads.c: Include signal.h.
8812 (thread3): Remove variable count3. Remove variable bad and use raise
8813 instead.
8814 (thread2): Remove variable count2. Move thread3 pthread_create here,
8815 merge pthread_join to a single line.
8816 (main): Remove variable count1. Merge pthread_join with pthread_create
8817 to a single line.
8818 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8819 KFAIL python/12966 for gdbserver. Test return value of
8820 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8821 gdb_expect by gdb_test and gdb_test_multiple.
8822 (thread 2, thread 3): New tests.
8823
8824 2011-09-12 Matt Rice <ratmice@gmail.com>
8825 Pedro Alves <pedro@codesourcery.com>
8826
8827 PR gdb/13175
8828
8829 * gdb.base/interp.exp: New tests.
8830 * gdb.base/interp.c: New file.
8831
8832 2011-09-12 Doug Evans <dje@google.com>
8833
8834 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8835 * gdb.dwarf2/typeddwarf.exp: Ditto.
8836
8837 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 Fix compatibility with x32 arch.
8840 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8841 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8842 is_x86_like_target.
8843 * testsuite/gdb.trace/collection.exp: Likewise.
8844 * testsuite/gdb.trace/report.exp: Likewise.
8845 * testsuite/gdb.trace/unavailable.exp: Likewise.
8846 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8847 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8848 (is_x86_like_target): Check also is_amd64_regs_target.
8849
8850 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 PR breakpoints/12435
8853 * gdb.arch/amd64-prologue-xmm.c: New file.
8854 * gdb.arch/amd64-prologue-xmm.exp: New file.
8855 * gdb.arch/amd64-prologue-xmm.s: New file.
8856
8857 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8858
8859 * gdb.dwarf2/dw2-param-error-main.c: New file.
8860 * gdb.dwarf2/dw2-param-error.S: New file.
8861 * gdb.dwarf2/dw2-param-error.exp: New file.
8862
8863 2011-09-08 Pedro Alves <pedro@codesourcery.com>
8864
8865 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8866 inferior's pid and look for a core dump named core.$pid. Use
8867 `remote_file' commands on the host instead of hand coding shell
8868 commands on the build.
8869 * gdb.base/valgrind-db-attach.exp: Kill the program before
8870 finishing the test.
8871
8872 2011-09-02 Matt Rice <ratmice@gmail.com>
8873
8874 * lib/prompt.exp: New file for testing the first prompt.
8875 * gdb.python/py-prompt.exp: Ditto.
8876 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8877
8878 2011-09-02 Pedro Alves <pedro@codesourcery.com>
8879
8880 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8881 0, before testing gcore.
8882
8883 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8884
8885 * dw2-ifort-parameter-debug.S: Update copyright year.
8886 * dw2-ifort-parameter.c: Update copyright year.
8887 * dw2-ifort-parameter.exp: Update copyright year.
8888
8889 * dw2-ifort-parameter-debug.S: New file.
8890 * dw2-ifort-parameter.c: New file.
8891 * dw2-ifort-parameter.exp: New file.
8892
8893 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8894
8895 * gdb.base/commands.exp (error_clears_commands_left): New function.
8896 (): Call it.
8897
8898 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8899
8900 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8901 (C): Initialize `a'.
8902 * gdb.mi/mi-inheritance-syntax-error.exp
8903 (-data-evaluate-expression $path): Expect `a' as 5.
8904
8905 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8906
8907 PR mi/11912
8908 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8909 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8910 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8911 keyword in output of -var-info-path-expression.
8912
8913 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8914
8915 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8916 * gdb.trace/collection.exp: Likewise.
8917 * gdb.trace/report.exp: Likewise.
8918 * gdb.trace/unavailable.exp: Likewise.
8919 * gdb.trace/while-dyn.exp: Likewise.
8920
8921 2011-08-18 Keith Seitz <keiths@redhat.com>
8922
8923 PR c++/12266
8924 * gdb.cp/meth-typedefs.cc: New file.
8925 * gdb.cp/meth-typedefs.exp: New file.
8926
8927 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8928
8929 * gdb.python/python.exp: Add extended-prompt tests.
8930
8931 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 * gdb.arch/i386-dr3-watch.exp
8934 (watchpoint on gap1 does not fit debug registers)
8935 (delete all watchpoints): Fix racy expect strings.
8936
8937 2011-08-14 Yao Qi <yao@codesourcery.com>
8938
8939 * gdb.base/maint.exp: set data_section to ".neardata".
8940 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8941 * gdb.base/savedregs.exp: Handle SIGILL.
8942 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8943 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8944
8945 2011-08-12 Doug Evans <dje@google.com>
8946
8947 * gdb.python/py-symbol.exp: Add test for symbol.type.
8948
8949 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8950
8951 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8952 * gdb.mi/mi-pthreads.exp: Likewise.
8953 * gdb.mi/mi2-pthreads.exp: Likewise.
8954 * gdb.mi/gdb669.exp.exp: Likewise.
8955
8956 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8957
8958 * lib/mi-support.exp (detect_async): Rename to...
8959 (mi_detect_async): ... this.
8960 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8961 * gdb.mi/mi-nonstop.exp: Adjust.
8962 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8963 * gdb.mi/mi-nsintrall.exp: Adjust.
8964 * gdb.mi/mi-nsmoribund.exp: Adjust.
8965 * gdb.mi/mi-nsthrexec.exp: Adjust.
8966
8967 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8968
8969 * gdb.base/display.c (do_loops): New `p_i' local.
8970 * gdb.base/display.exp: Test displaying a variable that is
8971 temporarily at a bad address.
8972
8973 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8974
8975 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8976 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8977
8978 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8981 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8982 (p fuNC_symtab): Permit also ppc64 leading dot.
8983
8984 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8985
8986 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8987 procedure.
8988 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8989
8990 2011-08-05 Yao Qi <yao@codesourcery.com>
8991
8992 * gdb.base/callfuncs.exp: Set language after main.
8993 * gdb.cp/cplusfuncs.exp: Likewise.
8994 * gdb.cp/inherit.exp: Likewise.
8995
8996 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8997
8998 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8999 * gdb.base/watch-vfork.exp: Skip on remote targets.
9000
9001 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9002
9003 * gdb.threads/thread-find.exp: Support remote targets.
9004
9005 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9006
9007 * gdb.base/jit.exp: Download solib_binfile to target.
9008 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9009 and call dlopen without full path name.
9010 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9011 dlopen without full path name.
9012
9013 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9014
9015 * gdb.base/break-always.exp: Complete the test
9016 with duplicated breakpoints and enabling/disabling them.
9017
9018 2011-08-02 Tom Tromey <tromey@redhat.com>
9019
9020 PR gdb/11289:
9021 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9022
9023 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9024
9025 PR gdb/13045
9026 * gdb.base/float.exp: Add new test case for PR gdb/13045
9027 * gdb.base/float.c: New file.
9028
9029 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9030
9031 * gdb.python/py-mi.exp: Test printers returning string hint, and
9032 also not returning a value.
9033 * gdb.python/py-prettyprint.c: Add testcase for above.
9034 * gdb.python/py-prettyprint.py: Add test printer for above.
9035
9036 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9037
9038 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9039 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9040 (.Ldie30) Add as field "data4".
9041 (.Ldie32) Rename field "b" to "shl".
9042 (abbrev4) Change for the "data4" field.
9043 (abbrev5, abbrev6) Remove.
9044 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9045 (p &s.shl): ... here. Add comment.
9046 (p &s.data4): New.
9047
9048 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9049
9050 Fix crash on lval_computed values.
9051 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9052
9053 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.base/help.exp (help whatis): Update the expected string.
9056
9057 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9060 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9061 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9062 Change the expected string.
9063
9064 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9065
9066 * gdb.base/watchpoint.exp
9067 (test_disable_enable_software_watchpoint): New procedure.
9068 (top level): Run it.
9069
9070 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9071
9072 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9073 executable file "${binfile}", C++ version "${binfile}-cxx".
9074 * gdb.python/py-prettyprint.exp: Likewise.
9075 * gdb.python/py-symbol.exp: Likewise.
9076 * gdb.python/py-type.exp: Likewise.
9077 * gdb.python/py-value.exp: Likewise.
9078 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9079 file name instead of just suffix.
9080
9081 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 Fix implicit pointer offsets.
9084 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9085 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9086 (continue to breakpoint: continue to baz breakpoint for implptr)
9087 (sanity check element 0, sanity check element 1)
9088 (enter the inlined function, check element 0 for the offset)
9089 (check element 1 for the offset)
9090 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9091 (set foo breakpoint for implptr): Update the breakpoint number.
9092
9093 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9094
9095 * gdb.python/py-mi.exp: Use different file names for different
9096 versions of the executable under test.
9097 * gdb.python/py-prettyprint.exp: Likewise.
9098 * gdb.python/py-symbol.exp: Likewise.
9099 * gdb.python/py-template.exp: Likewise.
9100 * gdb.python/py-type.exp: Likewise.
9101 * gdb.python/py-value.exp: Likewise.
9102
9103 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9104
9105 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9106 flag after restarting GDB if necessary.
9107
9108 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9109
9110 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9111
9112 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9113
9114 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9115 backend doesn't leave used debug registers behind.
9116
9117 2011-07-22 Tom Tromey <tromey@redhat.com>
9118
9119 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9120 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9121 argument.
9122 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9123
9124 2011-07-21 Matt Rice <ratmice@gmail.com>
9125
9126 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9127 in mostlyclean rule. Add files ending in .core.
9128
9129 2011-07-21 Matt Rice <ratmice@gmail.com>
9130
9131 PR macros/12999
9132 * gdb.base/info-macros.c: New test sources.
9133 * gdb.base/info-macros.exp: New tests.
9134
9135 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9136
9137 * gdb.python/python.exp: Add prompt substitution tests.
9138
9139 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 Fix crash if referenced CU is aged out.
9142 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9143 New.
9144 * gdb.dwarf2/implptr.exp: Likewise.
9145
9146 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9147
9148 * gdb.dwarf2/implptr.S: Rebuilt.
9149 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9150 (bar): Use them for j, k, l.
9151 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9152 COMPILE.
9153 (print j in implptr:bar): Update for the intp typedef.
9154 (print p[0].x in implptr:foo): Use more exact regex.
9155
9156 2011-07-18 Tom Tromey <tromey@redhat.com>
9157
9158 * gdb.cp/static-method.exp: Add missing single quote.
9159
9160 2011-07-18 Yao Qi <yao@codesourcery.com>
9161
9162 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9163 supported.
9164 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9165 * gdb.mi/mi-nonstop.exp: Likewise.
9166 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9167 * gdb.mi/mi-nsintrall.exp: Likewise.
9168 * gdb.mi/mi-nsmoribund.exp: Likewise.
9169 * gdb.mi/mi-nsthrexec.exp: Likewise.
9170 * gdb.python/py-evthreads.exp: Likewise.
9171
9172 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9173
9174 Code cleanup.
9175 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9176 it. Substitute it instead of test_compiler_info everywhere.
9177
9178 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9179
9180 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9181 remote targets as well.
9182
9183 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9184
9185 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9186 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9187
9188 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9189
9190 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9191 a remote machine, not the host.
9192 (gdb_compile_shlib): Set soname if target is remote.
9193
9194 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9195
9196 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9197
9198 2011-07-13 Matt Rice <ratmice@gmail.com>
9199
9200 * gdb.python/py-objfile-script-gdb.py: Renamed to
9201 py-objfile-script-gdb.py.in.
9202 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9203 py-objfile-script-gdb.py.
9204 * gdb.python/py-objfile-script.exp: Update reference to
9205 py-objfile-script-gdb.py.
9206
9207 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9208
9209 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9210 reference undefined label.
9211
9212 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9213
9214 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9215 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9216 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9217 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9218
9219 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9220
9221 PR python/12438
9222 * gdb.python/python.exp: Add maint set/show python print-stack
9223 deprecated tests. Add set/show python print-backtrace tests.
9224
9225 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9226
9227 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9228 debug info.
9229
9230 2011-07-06 Matt Rice <ratmice@gmail.com>
9231
9232 * gdb.python/python.exp: Update filename paths.
9233 * gdb.python/py-symtab.exp: Ditto.
9234
9235 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9236
9237 * gdb.python/py-evthreads.exp: Add missing `$'.
9238
9239 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9240
9241 * config/bfin.exp: New file.
9242 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9243 * gdb.asm/bfin.inc: New file.
9244
9245 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9246
9247 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9248 the whole output.
9249
9250 2011-07-05 Tom Tromey <tromey@redhat.com>
9251
9252 * gdb.java/jprint.java (jprint.hi): New field.
9253 * gdb.java/jprint.exp: Print string.
9254
9255 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9256
9257 * gdb.base/call-sc.c: Fix typos.
9258 * gdb.base/ifelse.exp: Likewise.
9259 * gdb.base/structs.c: Likewise.
9260
9261 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9262
9263 * gdb.base/jit-so.exp: New test.
9264 * gdb.base/jit-dlmain.c: New file.
9265 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9266
9267 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * gdb.cp/m-static.exp: Call get_compiler_info.
9270 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9271 * gdb.cp/pr9167.exp (p b): Likewise.
9272 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9273 (test value of P in inner_m, test type of Z in inner_m): Call
9274 setup_xfail for gcc <= 4.5.
9275
9276 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * gdb.cp/paren-type.cc: New files.
9279 * gdb.cp/paren-type.exp: New files.
9280
9281 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 Stop on first linespec terminator instead of eating what we can.
9284 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9285 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9286 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9287 (break C::f()): ... this one.
9288 (break C::operator()()): New test.
9289 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9290 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9291 test.
9292
9293 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9294
9295 Fall back linespec to minimal symbols.
9296 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9297 error message.
9298 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9299 * gdb.cp/minsym-fallback-main.cc: New file.
9300 * gdb.cp/minsym-fallback.cc: New file.
9301 * gdb.cp/minsym-fallback.exp: New file.
9302 * gdb.cp/minsym-fallback.h: New file.
9303
9304 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9305
9306 * gdb.cp/no-dmgl-verbose.cc: New file.
9307 * gdb.cp/no-dmgl-verbose.exp: New file.
9308
9309 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9312 __GI_.
9313 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9314 (f): New function.
9315 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9316 (complete p 'func<short>(): ... here.
9317 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9318 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9319 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9320 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9321 Make them KFAIL gcc/49546.
9322
9323 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9324
9325 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9326
9327 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 Test GCC PR debug/49546.
9330 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9331 (test type of F in k3_m, test value of F in k3_m): New.
9332 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9333 (main): New variable k3. Call k3.k3_m.
9334
9335 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9336
9337 * gdb.ada/packed_array.exp: Fix expected outout.
9338
9339 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9340
9341 * gdb.ada/packed_array.exp: fixed expected output.
9342
9343 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9344
9345 * gdb.ada/same_enum: New testcase.
9346
9347 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9348
9349 * gdb.ada/ptr_typedef: New testcase.
9350
9351 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9352
9353 * gdb.ada/arrayptr.exp: Add ptype test.
9354
9355 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9356
9357 * gdb.ada/char_enum: New testcase.
9358
9359 2011-07-01 Yao Qi <yao@codesourcery.com>
9360
9361 * gdb.base/dump.exp (capture_pointer_with_type): New.
9362 Get value from address instead of name.
9363 Start GDB once, and do `dump' and `restore'
9364 tests together.
9365
9366 2011-06-30 Jie Zhang <jie.zhang@analog.com>
9367 Mike Frysinger <vapier@gentoo.org>
9368
9369 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9370 helper functions for getting/setting remotetimeout variable.
9371 * lib/gdb.exp (gdb_load): If the target is remote, set
9372 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9373 with $loadtimeout. Set $load_ok to 0 before doing the load.
9374 Instead of returning, immediately, set $load_ok to 0. Call
9375 set_remotetimeout with $oldremotetimeout, and then return if
9376 $load_ok is 1.
9377
9378 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
9379
9380 * gdb.python/py-template.exp: Don't run this test if the target
9381 does not support c++ tests.
9382
9383 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9384
9385 Fix non-only rename list for Fortran modules import.
9386 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9387 tests.
9388 * gdb.fortran/module.f90 (module moduse): New.
9389 (program module): use moduse, test var_x, var_y and var_z.
9390
9391 2011-06-29 Tom Tromey <tromey@redhat.com>
9392
9393 PR testsuite/12040:
9394 * gdb.fortran/array-element.exp: Use f90, not f77.
9395 * gdb.fortran/complex.exp: Use f90, not f77.
9396 * gdb.fortran/derived-type.exp: Use f90, not f77.
9397 * gdb.fortran/library-module.exp: Use f90, not f77.
9398 * gdb.fortran/logical.exp: Use f90, not f77.
9399 * gdb.fortran/module.exp: Use f90, not f77.
9400 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9401 * gdb.fortran/subarray.exp: Use f90, not f77.
9402
9403 2011-06-29 Tom Tromey <tromey@redhat.com>
9404
9405 * gdb.fortran/charset.exp: New file.
9406 * gdb.fortran/charset.f90: New file.
9407
9408 2011-06-29 Tom Tromey <tromey@redhat.com>
9409
9410 PR testsuite/12040:
9411 * lib/future.exp: New file, mostly extracted from ada.exp.
9412 Rewrote compatibility code to use rename.
9413 (gdb_find_gfortran): New proc.
9414 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9415 gfortran patch.
9416 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9417 Move to future.exp.
9418 * lib/gdb.exp: Always load future.exp.
9419
9420 2011-06-28 Yao Qi <yao@codesourcery.com>
9421
9422 * gdb.cp/exception.cc: Don't include iostream.
9423 (bar): Remove print statement.
9424 (catcher): New.
9425 (main): Remove print statements. Call function catcher.
9426 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9427 Set breakpoint on catcher, and check the value of parameter.
9428
9429 2011-06-23 Yao Qi <yao@codesourcery.com>
9430
9431 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9432 breakpoint 1.2 is disabled. KFAIL for uclinux.
9433
9434 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9435
9436 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9437 mi_gdb_test.
9438
9439 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9440
9441 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9442
9443 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9444
9445 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9446
9447 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9448
9449 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9450 `test_exec_and_symbol_mi_operatons' return value.
9451 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9452 gdb_test_multiple.
9453 (test_exec_and_symbol_mi_operatons): Likewise.
9454 (test_path_specification): Likewise.
9455
9456 2011-06-23 Yao Qi <yao@codesourcery.com>
9457
9458 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9459 supported.
9460 * lib/gdb.exp (support_displaced_stepping): New.
9461
9462 2011-06-23 Yao Qi <yao@codesourcery.com>
9463
9464 * gdb.threads/execl.exp: Skip on remote target.
9465
9466 2011-06-21 Marek Polacek <mpolacek@redhat.com>
9467
9468 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9469 mi_gdb_test.
9470
9471 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9472
9473 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9474
9475 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9476
9477 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9478 mi_gdb_test.
9479
9480 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9481
9482 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9483
9484 2011-06-14 Yao Qi <yao@codesourcery.com>
9485
9486 gdb/testsuite/
9487 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9488
9489 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9490
9491 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9492
9493 2011-06-10 Tom Tromey <tromey@redhat.com>
9494
9495 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9496 Add tests for pointer-to-member-function.
9497 * gdb.cp/temargs.cc (S::somefunc): New function.
9498 (K2): New class.
9499 (main): Instantiate K2; call method.
9500
9501 2011-06-08 Joel Brobecker <brobecker@adacore.com>
9502
9503 * gdb.python/py-inferior.c (f2): Make str an array rather
9504 than a pointer.
9505 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9506
9507 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.base/async-shell.c: New file.
9510 * gdb.base/async-shell.exp: New file.
9511
9512 2011-06-06 Pedro Alves <pedro@codesourcery.com>
9513
9514 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9515
9516 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9517
9518 From Stephen Kitt <steve@sk2.org>
9519 * gdb.base/help.exp: Adjust following some spelling corrections
9520 in GDB.
9521
9522 2011-06-01 Yao Qi <yao@codesourcery.com>
9523
9524 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9525
9526 2010-05-31 Keith Seitz <keiths@redhat.com>
9527
9528 PR c++/12750
9529 * gdb.cp/static-method.cc: New file.
9530 * gdb.cp/static-method.exp: New file.
9531
9532 2010-05-31 Keith Seitz <keiths@redhat.com>
9533
9534 PR symtab/12704
9535 * gdb.cp/anon-ns.cc: New file.
9536 * gdb.cp/anon-ns.exp: New file.
9537
9538 2011-05-31 Pedro Alves <pedro@codesourcery.com>
9539
9540 * gdb.arch/i386-dr3-watch.c: New file.
9541 * gdb.arch/i386-dr3-watch.exp: New file.
9542
9543 2011-05-30 Yao Qi <yao@codesourcery.com>
9544
9545 * gdb.base/callfuncs.c (t_structs_fc): New.
9546 (t_structs_dc, t_structs_ldc): New.
9547 (t_double_many_args):
9548 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9549 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9550 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9551 * gdb.base/callfuncs.exp: Call new functions.
9552
9553 2011-05-30 Yao Qi <yao@codesourcery.com>
9554
9555 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9556 Call rerun_and_prepare for each test to isolate effects.
9557
9558 2011-05-30 Yao Qi <yao@codesourcery.com>
9559
9560 * gdb.base/varargs.c (find_max_float_real): New.
9561 (find_max_double_real, find_max_long_double_real): New.
9562 * gdb.base/varargs.exp: Call these new added functions.
9563 * lib/gdb.exp (setup_kfail_for_target): New.
9564
9565 2011-05-30 Yao Qi <yao@codesourcery.com>
9566
9567 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9568 (callcd, callce, callcf, callc1a, callc1b): New.
9569 (callc2a, callc2b): New.
9570 * gdb.base/funcargs.exp (complex_args): New.
9571 (complex_integral_args, complex_float_integral_args): New.
9572 * lib/gdb.exp (support_complex_tests): New. Determine
9573 whether to run test cases on _Complex types.
9574
9575 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9576
9577 * gdb.threads/leader-exit.c: New file.
9578 * gdb.threads/leader-exit.exp: New file.
9579
9580 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9581
9582 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9583
9584 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9585
9586 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9587 remove the `supported' variable.
9588 * gdb.mi/mi-nonstop.exp: Likewise.
9589 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9590 * gdb.mi/mi-nsintrall.exp: Likewise.
9591 * gdb.mi/mi-nsmoribund.exp: Likewise.
9592 * gdb.mi/mi-nsthrexec.exp: Likewise.
9593
9594 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9595
9596 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9597
9598 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9599
9600 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9601
9602 2011-05-24 Keith Seitz <keiths@redhat.com>
9603
9604 PR breakpoint/12803
9605 * gdb.cp/cmpd-minsyms.cc (a): New method.
9606 (b): New method.
9607 (c): New method.
9608 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9609
9610 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9611
9612 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9613 watchpoint's command list didn't execute when the watchpoint went
9614 out of scope.
9615
9616 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9617
9618 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9619 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9620 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9621 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9622 * gdb.arch/i386-permbkpt.exp: Likewise.
9623 * gdb.arch/i386-prologue.exp: Likewise.
9624 * gdb.arch/i386-size-overlap.exp: Likewise.
9625 * gdb.arch/i386-size.exp: Likewise.
9626 * gdb.arch/i386-unwind.exp: Likewise.
9627 * gdb.reverse/i386-precsave.exp: Likewise.
9628 * gdb.reverse/i386-reverse.exp: Likewise.
9629 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9630 * gdb.reverse/i387-env-reverse.exp: Likewise.
9631 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9632
9633 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9634
9635 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9636 file doesn't error, using MI.
9637
9638 2011-05-23 Tom Tromey <tromey@redhat.com>
9639
9640 * gdb.base/charset.exp (string_display): Add tests to assign to
9641 arrays.
9642 * gdb.base/charset.c (short_array, int_array, long_array): New.
9643
9644 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9645
9646 Cope with async mode.
9647
9648 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9649 into gdb_test + mi_expect_stop.
9650
9651 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9652
9653 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9654 (callme): Remove printf call.
9655
9656 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9657
9658 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9659 quote pattern to avoid problems with Cygwin/mingw expect versions.
9660 * gdb.base/default.exp (show convenience): Use double
9661 quote pattern for regular expressions.
9662
9663 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 Fix -readnow for -gdwarf-4 unused type units.
9666 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9667 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9668
9669 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9670
9671 * gdb.base/kill-after-signal.c: New file.
9672 * gdb.base/kill-after-signal.exp: New file.
9673
9674 2011-05-16 Pedro Alves <pedro@codesourcery.com>
9675
9676 * gdb.ada/start.exp: Call untested with the correct test filename.
9677 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9678 test filename. Make the test's binary unique.
9679 * gdb.arch/i386-signal.exp: Call untested with the correct test
9680 filename.
9681 * gdb.arch/i386-size-overlap.exp: Ditto.
9682 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9683 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9684 * gdb.cp/call-c.exp: Ditto.
9685 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9686 filename. Make the test's binary unique.
9687 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9688 * gdb.python/py-mi.exp: Ditto.
9689 * gdb.python/Makefile.in (EXECUTABLES): Update.
9690 * gdb.reverse/i386-precsave.exp: Ditto.
9691 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9692 test filename.
9693 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9694 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9695 unique.
9696 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9697 test filename.
9698 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9699 * gdb.trace/tfile.exp: Ditto.
9700
9701 2011-05-14 Yao Qi <yao@codesourcery.com>
9702
9703 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9704 type.
9705
9706 2011-05-13 Doug Evans <dje@google.com>
9707
9708 * gdb.python/py-objfile-script.exp: New file.
9709 * gdb.python/py-objfile-script.c: New file.
9710 * gdb.python/py-objfile-script-gdb.py: New file.
9711 * testsuite/gdb.python/py-section-script.exp: Test
9712 "info auto-load-scripts".
9713
9714 2011-05-13 Tom Tromey <tromey@redhat.com>
9715
9716 * gdb.dwarf2/clztest.exp: New file.
9717 * gdb.dwarf2/clztest.c: New file.
9718 * gdb.dwarf2/clztest.S: New file.
9719
9720 2011-05-13 Doug Evans <dje@google.com>
9721
9722 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9723 String16 tests.
9724
9725 2011-05-13 Tom Tromey <tromey@redhat.com>
9726
9727 * lib/gdb.exp (is_x86_like_target): New proc.
9728 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9729 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9730 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9731 -nostdlib to compiler.
9732 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9733 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9734 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9735 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9736 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9737
9738 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9739
9740 * gdb.python/py-function.exp: Test setting a value from a function
9741 which executes a command.
9742
9743 2011-05-12 Tom Tromey <tromey@redhat.com>
9744
9745 * gdb.dwarf2/typeddwarf.S: New file.
9746 * gdb.dwarf2/typeddwarf.c: New file.
9747 * gdb.dwarf2/typeddwarf.exp: New file.
9748
9749 2011-05-12 Marek Polacek <mpolacek@redhat.com>
9750
9751 * gdb.mi/mi-basics.exp: Fix races. Honour the
9752 `test_exec_and_symbol_mi_operatons' return value.
9753 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9754 gdb_test_multiple.
9755 (test_exec_and_symbol_mi_operatons): Likewise.
9756 (test_path_specification): Likewise.
9757
9758 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9761 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9762 Replace `file copy' and `file rename' by `file mtime'. Twice.
9763
9764 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb.base/readline-ask.c: New file.
9767 * gdb.base/readline-ask.exp: New file.
9768 * gdb.base/readline-ask.inputrc: New file.
9769
9770 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9771
9772 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9773 to avoid race condition.
9774 * gdb.cell/coremaker.c: Use small stack size.
9775 * gdb.cell/ea-standalone.exp: Use file name without path as
9776 argument to c_to.
9777 * gdb.cell/fork.exp: Allow other output when continuing to end.
9778
9779 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9780
9781 * gdb.threads/corethreads.c: New file.
9782 * gdb.threads/corethreads.exp: New file.
9783
9784 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9785
9786 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9787 Try to compile the test using -Wl,-z,norelro first.
9788 (load_core): New variable libthread_db_seen, initialize it.
9789 (zeroed-threads cannot be listed): Protect it by XFAIL on
9790 !$libthread_db_seen.
9791
9792 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9793
9794 PR 12573
9795 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9796 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9797 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9798
9799 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9800
9801 * gdb.cp/psymtab-parameter.cc: New file.
9802 * gdb.cp/psymtab-parameter.exp: New file.
9803
9804 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 Fix a race.
9807 * gdb.cp/static-print-quit.exp (print c): Split to ...
9808 (print c - <return>, print c - q <return>, print c - to quit):
9809 ... these. Make the testfile untested on gdb-7.1.
9810
9811 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
9812
9813 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9814 gdb_rename_execfile, gdb_touch_execfile): New.
9815 * gdb.base/reread.exp: Use new procs to handle multiple
9816 exec files.
9817
9818 2011-05-05 Yao Qi <yao@codesourcery.com>
9819
9820 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9821 (test_adr_32bit, test_pop_pc): New.
9822 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9823 (test_adr_32bit, test_pop_pc): New.
9824
9825 2011-05-04 Joseph Myers <joseph@codesourcery.com>
9826
9827 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9828 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9829 targets.
9830 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9831 handle targets.
9832
9833 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 * gdb.base/completion.exp (complete help info wat): Rename to ...
9836 (complete 'help info wat'): ... here.
9837 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9838 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9839
9840 2011-05-04 Pedro Alves <pedro@codesourcery.com>
9841
9842 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9843 gdb_test and explicit $gdb_prompt/timeout matches.
9844
9845 2011-05-04 Yao Qi <yao@codesourcery.com>
9846
9847 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9848 and __thumb2__.
9849
9850 2011-05-03 Marek Polacek <mpolacek@redhat.com>
9851
9852 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9853 in place of `gdb_test "delete breakpoints"'. This eliminates two
9854 testcases.
9855
9856 2011-05-02 Pedro Alves <pedro@codesourcery.com>
9857
9858 PR testsuite/12649
9859 Fix races.
9860
9861 * gdb.base/completion.exp: Remove all sleep calls. Remove
9862 unnecessary regexs. Don't explicitly expect anything after the
9863 prompt. Eat the prompt if necessary.
9864
9865 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9866
9867 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9868 accept to show the caller line again as well as the line after.
9869
9870 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9871
9872 PR mi/12531
9873
9874 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9875 compile target.
9876 * gdb.python/py-prettyprint.exp: Add C++ object for
9877 CPLUS_FAKE_CHILD test.
9878
9879 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9880
9881 * gdb.base/signest.exp: New file.
9882 * gdb.base/signest.c: Likewise.
9883
9884 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9885
9886 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9887 thread and breakpoint notifications.
9888
9889 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 * gdb.base/fortran-sym-case.c: New file.
9892 * gdb.base/fortran-sym-case.exp: New file.
9893 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9894 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9895 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9896
9897 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9900 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9901 false #1', `if true else false #2' and `if true else false #3'.
9902
9903 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9904
9905 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9906 while delivering signal.
9907
9908 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9909
9910 MI breakpoint notifications.
9911
9912 * testsuite/gdb.mi/mi-cli.exp: Adust.
9913 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9914 * testsuite/gdb.mi/mi-watch.exp: Adust.
9915 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9916 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9917 notifications.
9918
9919 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9920
9921 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9922 * gdb.base/gdbindex-stabs.c: New file.
9923 * gdb.base/gdbindex-stabs.exp: New file.
9924
9925 2011-04-25 Yao Qi <yao@codesourcery.com>
9926
9927 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9928 with /*...*/.
9929 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9930
9931 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9932
9933 * gdb.python/py-value.exp (test_objfiles): Name the first test
9934 `py-value in file.filename'.
9935
9936 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9939 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9940 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9941 !gdbserver_reconnect_p..
9942 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9943
9944 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9945
9946 * gdb.cp/cpcompletion.exp (complete class methods)
9947 (complete class methods beginning with F): Move them above runto. New
9948 comment about the runto delimiter.
9949
9950 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9951
9952 * gdb.base/maint.exp: Test that "maint print registers" works
9953 without a running program.
9954
9955 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9956
9957 * gdb.base/setshow.exp: Fix racy tests.
9958 ($old_gdb_prompt): New variable.
9959
9960 2011-04-19 Tom Tromey <tromey@redhat.com>
9961
9962 * gdb.mi/mi-nsmoribund.exp:
9963 * gdb.hp/gdb.objdbg/objdbg01.exp:
9964 * gdb.base/structs.exp (test_struct_returns):
9965 * gdb.base/call-sc.exp (test_scalar_returns):
9966 * gdb.base/bigcore.exp: Remove duplicate words.
9967
9968 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9971 * gdb.base/break-interp.exp (test_attach): New comment.
9972
9973 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9976 (clear __stack_user.next, clear stack_used.next)
9977 (save a zeroed-threads corefile): New test.
9978 Call core_load for $core0file.
9979 (zeroed-threads cannot be listed): New test.
9980
9981 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9982
9983 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9984 filename.
9985 ($srcfile): Preserve the original value.
9986 ($testfile): Match it the .exp filename.
9987 ($corefile): New variable. Substitute it around.
9988 Use clean_restart.
9989 ($prev_timeout): Remove.
9990 (load_core): Move core loading into this proc.
9991 Fix restore of $timeout if load_core fails.
9992
9993 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9994
9995 * gdb.base/eu-strip-infcall.c: New file.
9996 * gdb.base/eu-strip-infcall.exp: New file.
9997
9998 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10001 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10002
10003 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10004
10005 Fix Python access to inlined frames.
10006 * gdb.python/py-frame-inline.c: New file.
10007 * gdb.python/py-frame-inline.exp: New file.
10008
10009 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10010
10011 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10012 content of 's24' correctly (avoiding "optimized out").
10013 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10014
10015 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10016
10017 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10018
10019 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10020
10021 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10022 expect a colon in watch -location output.
10023
10024 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10025
10026 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10027 New testcase `expect response to define backtrace'. Also remove
10028 redundant `default' block.
10029
10030 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10031
10032 * gdb.python/py-prettyprint.c (struct hint_error): New.
10033 (main): New variable hint_error.
10034 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10035 "print hint_error".
10036 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10037 (register_pretty_printers): Register it.
10038
10039 2011-04-04 Tom Tromey <tromey@redhat.com>
10040
10041 * gdb.cp/maint.exp (test_help): Update.
10042 (test_namespace): Likewise.
10043
10044 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10045
10046 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10047 * gdb.ada/arrayptr.exp: Add new tests.
10048
10049 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10050
10051 * gdb.ada/mi_catch_ex: New testcase.
10052
10053 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10054
10055 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10056 base::overload(void) method without specifying "const".
10057
10058 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10059
10060 * gdb.arch/thumb-singlestep.S: New file.
10061 * gdb.arch/thumb-singlestep.exp: Likewise.
10062
10063 2011-03-31 Tom Tromey <tromey@redhat.com>
10064
10065 * gdb.python/py-prettyprint.py (exception_flag): New global.
10066 (NoStringContainerPrinter._iterator.next): Check it.
10067 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10068 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10069
10070 2011-03-29 Tom Tromey <tromey@redhat.com>
10071
10072 * gdb.cp/anon-struct.cc: New file.
10073 * gdb.cp/anon-struct.exp: New file.
10074
10075 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10076
10077 Test STT_GNU_IFUNC support.
10078 * gdb.base/gnu-ifunc-lib.c: New file.
10079 * gdb.base/gnu-ifunc.c: New file.
10080 * gdb.base/gnu-ifunc.exp: New file.
10081
10082 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10083
10084 Support a ring of related breakpoints.
10085 * gdb.base/watchpoint-delete.c: New file.
10086 * gdb.base/watchpoint-delete.exp: New file.
10087
10088 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10089
10090 * gdb.ada/arrayparam.exp (print first after function call): Use
10091 explicit package name. Add a comment
10092 (print lasta after function call): Rename ...
10093 (print last after function call): ... it and use explicit package
10094 name.
10095 (print length after function call): Use explicit package name.
10096 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10097 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10098 (multiple matches for symbol i): Rename ...
10099 (multiple matches for symbol integervar): ... it.
10100 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10101 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10102
10103 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10104
10105 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10106 environment variable to make grep output more predictable. Move
10107 all the environment setup into gdb_init so it's done once per test
10108 case rather than each time we start gdb.
10109
10110 2011-03-24 Tom Tromey <tromey@redhat.com>
10111
10112 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10113 test.
10114
10115 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10118 * gdb.dwarf2/dw2-entry-value.S: New file.
10119 * gdb.dwarf2/dw2-entry-value.exp: New file.
10120
10121 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10122
10123 PR python/12183
10124
10125 * gdb.python/py-function.exp: Add GdbError tests.
10126
10127 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10128
10129 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10130 (reglocal_test_func, statlocal_test_func): New functions.
10131 (globals_test_func): Call new functions.
10132 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10133 (gdb_collect_locals_test): New procedure.
10134 (gdb_trace_collection_test): Call new procedures.
10135
10136 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10137
10138 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10139 (test_register, test_register_unavailable): New procedures.
10140 (gdb_unavailable_registers_test): New procedure.
10141 (gdb_trace_collection_test): Call it.
10142
10143 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10144
10145 PR python/12149
10146
10147 * gdb.python/python.exp: Add gdb.write tests.
10148
10149 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10150
10151 * gdb.python/Makefile.in: Add py-objfile.
10152 * gdb.python/py-objfile.exp: New file.
10153 * gdb.python/py-objfile.c: New file.
10154 * gdb.python/py-block.exp: Add is_valid tests.
10155 * gdb.python/py-inferior.exp: Ditto.
10156 * gdb.python/py-infthread.exp: Ditto.
10157 * gdb.python/py-symbol.exp: Ditto.
10158 * gdb.python/py-symtab.exp: Ditto.
10159
10160 2011-03-16 Keith Seitz <keiths@redhat.com>
10161
10162 PR c++/12273
10163 * gdb.cp/cmpd-minsyms.exp: New test.
10164 * gdb.cp/cmpd-minsyms.cc: New file.
10165
10166 PR c++/11734
10167 * gdb.cp/ovsrch.exp: New test.
10168 * gdb.cp/ovsrch.h: New file.
10169 * gdb.cp/ovsrch1.cc: New file.
10170 * gdb.cp/ovsrch2.cc: New file.
10171 * gdb.cp/ovsrch3.cc: New file.
10172 * gdb.cp/ovsrch4.cc: New file.
10173
10174 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10175
10176 PR gdb/12528
10177 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10178 * gdb.base/break-on-linker-gcd-function.exp: New test.
10179 * gdb.base/break-on-linker-gcd-function.cc: New file.
10180
10181 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10182
10183 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10184
10185 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10186
10187 * lib/gdb.exp (gdb_unload): Add another termination case.
10188
10189 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10192 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10193 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10194 Provide a stub byte there.
10195 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10196 DW_AT_entry_pc.
10197 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10198
10199 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10200
10201 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10202 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10203 "generic ABI, auto".
10204 (altivec_abi_tests): Accept vectors returned by reference.
10205
10206 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10207
10208 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10209
10210 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10211
10212 * gdb.python/py-section-script.exp: Skip test if no Python support.
10213
10214 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10215
10216 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10217
10218 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10219
10220 * gdb.python/py-parameter.exp: Update tests to the new Python
10221 parameter API. Add "no documentation" test. Add deprecated API
10222 backward compatibility test.
10223
10224 2011-03-09 Tom Tromey <tromey@redhat.com>
10225
10226 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10227 gdb_continue_to_end.
10228
10229 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10230
10231 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10232 tabs.
10233
10234 2011-03-09 Tom Tromey <tromey@redhat.com>
10235
10236 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10237 parentheses.
10238 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10239 $command.
10240 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10241 argument to gdb_continue_to_end.
10242 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10243 argument to gdb_continue_to_end.
10244 * gdb.cp/annota3.exp: Fix regex.
10245 * gdb.cp/annota2.exp: Fix regex.
10246 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10247 gdb_continue_to_end.
10248 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10249 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10250 gdb_continue_to_end.
10251
10252 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10253
10254 * gdb.server/ext-run.exp
10255 (load new file without any gdbserver inferior): New test.
10256
10257 2011-03-07 Tom Tromey <tromey@redhat.com>
10258
10259 * Makefile.in (TAGS): Rewrite.
10260
10261 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10262
10263 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10264 initial commands echo. New match for `Found trace'. Anchor all the
10265 other matches. Anchor and match for `No trace frame found' the final
10266 match.
10267
10268 2011-03-07 Tom Tromey <tromey@redhat.com>
10269
10270 * Makefile.in (TAGS): New target.
10271
10272 2011-03-07 Tom Tromey <tromey@redhat.com>
10273
10274 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10275 change.
10276 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10277 change.
10278 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10279 exit message change.
10280 (skip_altivec_tests): Update for exit message change.
10281 (skip_vsx_tests): Likewise.
10282 (gdb_continue_to_end): Likewise. Add 'command' argument.
10283 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10284 * gdb.threads/tls.exp: Update for exit message change.
10285 * gdb.threads/thread-unwindonsignal.exp: Use
10286 gdb_continue_to_end.
10287 * gdb.threads/step.exp (step_it): Update for exit message change.
10288 (continue_all): Likewise.
10289 * gdb.threads/print-threads.exp (test_all_threads): Update for
10290 exit message change.
10291 * gdb.threads/interrupted-hand-call.exp: Use
10292 gdb_continue_to_end.
10293 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10294 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10295 gdb_continue_to_end.
10296 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10297 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10298 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10299 * gdb.cp/method.exp: Update for exit message change.
10300 * gdb.cp/mb-templates.exp: Update for exit message change.
10301 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10302 * gdb.cp/annota3.exp: Update for exit message change.
10303 * gdb.cp/annota2.exp: Update for exit message change.
10304 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10305 * gdb.base/term.exp: Update for exit message change.
10306 * gdb.base/step-test.exp (test_i): Update for exit message change.
10307 * gdb.base/sigstep.exp (advance): Update for exit message change.
10308 (advancei): Likewise.
10309 * gdb.base/siginfo.exp: Update for exit message change.
10310 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10311 * gdb.base/reread.exp: Use gdb_continue_to_end.
10312 * gdb.base/langs.exp: Use gdb_continue_to_end.
10313 * gdb.base/interrupt.exp: Update for exit message change.
10314 * gdb.base/gdb1555.exp: Update for exit message change.
10315 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10316 * gdb.base/ending-run.exp: Update for exit message change.
10317 * gdb.base/chng-syms.exp: Update for exit message change.
10318 * gdb.base/checkpoint.exp: Update for exit message change.
10319 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10320 gdb_continue_to_end.
10321 (test_catch_syscall_with_wrong_args): Likewise.
10322 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10323 * gdb.base/break-interp.exp (test_ld): Update for exit message
10324 change.
10325 * gdb.base/bang.exp: Update for exit message change.
10326 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10327 (do_call_attach_tests): Likewise.
10328 * gdb.base/a2-run.exp: Update for exit message change.
10329 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10330 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10331 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10332
10333 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10334
10335 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10336
10337 2011-03-03 Tom Tromey <tromey@redhat.com>
10338
10339 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10340 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10341 * gdb.hp/gdb.aCC/configure.ac: Remove.
10342 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10343 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10344 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10345 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10346 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10347 * gdb.hp/gdb.compat/configure.ac: Remove.
10348 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10349 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10350 * gdb.hp/gdb.defects/configure.ac: Remove.
10351 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10352 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10353 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10354 * gdb.hp/configure.ac: Remove.
10355 * gdb.hp/configure: Remove.
10356 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10357 substitution.
10358 (Makefile): Remove rule.
10359 * gdb.cell/configure.ac: Remove.
10360 * gdb.cell/configure: Remove.
10361 * gdb.stabs/Makefile.in (Makefile): Remove.
10362 (distclean): Don't remove config.status or config.log.
10363 * gdb.stabs/configure (Makefile): Remove.
10364 * gdb.stabs/configure.ac: Remove.
10365 * configure: Rebuild.
10366 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10367 Remove stabs- and cell-specific logic. Test for existence of
10368 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10369 subdirectories, gdb.cell, and and gdb.stabs.
10370 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10371
10372 2011-03-03 Joel Brobecker <brobecker@adacore.com>
10373
10374 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10375 end of buffer.
10376
10377 2011-03-02 Joel Brobecker <brobecker@adacore.com>
10378
10379 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10380 gdb_test when running a test where we expected no output back.
10381
10382 2011-02-28 Michael Snyder <msnyder@vmware.com>
10383
10384 * gdb.cp/overload.cc: Change initializer value to integer.
10385
10386 2011-02-27 Michael Snyder <msnyder@vmware.com>
10387
10388 * gdb.multi/base.exp: Add test for remove-inferiors.
10389
10390 2011-02-26 Joel Brobecker <brobecker@adacore.com>
10391
10392 * gdb.python/py-frame.exp: Simplify the initialization phase
10393 using prepare_for_testing.
10394
10395 2011-02-25 Michael Snyder <msnyder@vmware.com>
10396
10397 * gdb.multi/base.exp: Add tests for info inferiors with args.
10398
10399 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10402 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10403 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10404 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10405 asmfile3. Comment the STABS (#3) file compilation. Compile
10406 everything through assembler. Provide KFAIL for symtab/12497.
10407 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10408 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10409 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10410 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10411
10412 2011-02-24 Michael Snyder <msnyder@vmware.com>
10413
10414 * gdb.base/break.exp: Add tests for delete breakpoints using
10415 convenience variables and value history references.
10416
10417 2011-02-24 Michael Snyder <msnyder@vmware.com>
10418
10419 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10420 left behind in previous check-in.
10421
10422 2011-02-23 Michael Snyder <msnyder@vmware.com>
10423
10424 * gdb.base/break.exp: Add tests for "info break" with arguments.
10425 * gdb.trace/infotrace.exp: Update patterns for error and help.
10426 * gdb.base/completion.exp: Update pattern.
10427 * gdb.base/ena-dis-br.exp: Update pattern.
10428 * gdb.base/help.exp: Update patterns.
10429
10430 2011-02-23 Michael Snyder <msnyder@vmware.com>
10431
10432 * gdb.base/memattr.exp: New test.
10433 * gdb.base/memattr.c: Test load for memattr.exp.
10434
10435 2011-02-22 Doug Evans <dje@google.com>
10436
10437 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10438
10439 2011-02-22 Michael Snyder <msnyder@vmware.com>
10440
10441 * Makefile.in: Make more clean.
10442 * gdb.ada/Makefile.in: Ditto.
10443 * gdb.arch/Makefile.in: Ditto.
10444 * gdb.asm/Makefile.in: Ditto.
10445 * gdb.base/Makefile.in: Ditto.
10446 * gdb.cp/Makefile.in: Ditto.
10447 * gdb.dwarf2/Makefile.in: Ditto.
10448 * gdb.java/Makefile.in: Ditto.
10449 * gdb.mi/Makefile.in: Ditto.
10450 * gdb.modula2/Makefile.in: Ditto.
10451 * gdb.python/Makefile.in: Ditto.
10452 * gdb.server/Makefile.in: Ditto.
10453 * gdb.stabs/Makefile.in: Ditto.
10454 * gdb.threads/Makefile.in: Ditto.
10455 * gdb.trace/Makefile.in: Ditto.
10456
10457 2011-02-22 Michael Snyder <msnyder@vmware.com>
10458
10459 * gdb.threads/thread-find.exp: Add tests for bad input to
10460 info threads.
10461
10462 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10463
10464 * gdb.python/py-breakpoint.exp: Fix the expected output of
10465 one of the "maint info breakpoints" tests to accept the output
10466 generated on platforms that do not have hardware watchpoints.
10467
10468 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10471 clean_restart. Be a little stricter in the expected output
10472 for one of the tests. Fix a typo in one of the comments.
10473
10474 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10475
10476 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10477 Delete variable binfile, no longer use. Add or modify test
10478 comments to make them unique.
10479
10480 2011-02-21 Michael Snyder <msnyder@vmware.com>
10481
10482 * Makefile.in: Update for make clean.
10483 * gdb.ada/Makefile.in: Ditto.
10484 * gdb.arch/Makefile.in: Ditto.
10485 * gdb.asm/Makefile.in: Ditto.
10486 * gdb.base/Makefile.in: Ditto.
10487 * gdb.cp/Makefile.in: Ditto.
10488 * gdb.dwarf2/Makefile.in: Ditto.
10489 * gdb.java/Makefile.in: Ditto.
10490 * gdb.mi/Makefile.in: Ditto.
10491 * gdb.modula2/Makefile.in: Ditto.
10492 * gdb.python/Makefile.in: Ditto.
10493 * gdb.server/Makefile.in: Ditto.
10494 * gdb.stabs/Makefile.in: Ditto.
10495 * gdb.threads/Makefile.in: Ditto.
10496 * gdb.trace/Makefile.in: Ditto.
10497
10498 2011-02-21 Michael Snyder <msnyder@vmware.com>
10499
10500 * gdb.threads/thread-find.exp: Update patterns for changes in
10501 output of "info threads" command.
10502
10503 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10504 Ulrich Weigand <uweigand@de.ibm.com>
10505
10506 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10507 (skip_hw_watchpoint_tests): Likewise.
10508 (skip_hw_watchpoint_multi_tests): Likewise.
10509
10510 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10511
10512 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10513 (skip_hw_watchpoint_tests): Likewise.
10514 (skip_hw_watchpoint_multi_tests): Likewise.
10515 (skip_hw_watchpoint_access_tests): Likewise.
10516
10517 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10518 * gdb.base/pr11022.exp: Likewise.
10519 * gdb.base/watch-read.exp: Likewise.
10520 * gdb.base/watch_thread_num.exp: Likewise.
10521 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10522 * gdb.base/watchpoint-hw.exp: Likewise.
10523 * gdb.base/watchpoint.exp: Likewise.
10524 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10525 * gdb.threads/watchthreads-reorder.exp: Likewise.
10526 * gdb.threads/watchthreads.exp: Likewise.
10527 * gdb.threads/watchthreads2.exp: Likewise.
10528
10529 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10530
10531 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10532 the debugger is unable to find the array bounds.
10533
10534 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * gdb.cp/typedef-operator.exp: New file.
10537 * gdb.cp/typedef-operator.cc: New file.
10538
10539 2011-02-17 Michael Snyder <msnyder@vmware.com>
10540
10541 * gdb.threads/thread-find.exp: Fix regular expressions.
10542
10543 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10544
10545 * gdb.ada/packed_array: Expand testcase to test printing of
10546 unconstrained packed array.
10547
10548 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10549
10550 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10551
10552 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10553
10554 * gdb.trace/collection.c (globalarr3): New global.
10555 (main): Initialize it before collecting, and and clear it
10556 afterwards.
10557 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10558 collecting with '{type} addr', where the addr expression is not an
10559 rvalue.
10560
10561 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
10562
10563 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10564 a bool variable. Expect correct OpenCL names for vector types. Use the
10565 uc3 variable name instead of referring to the uchar3 built-in type.
10566 Escape the asterisk at the half pointer test.
10567
10568 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10569
10570 * gdb.trace/collection.c (globalarr2): New global.
10571 (main): Initialize it before collecting, and and clear it
10572 afterwards.
10573 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10574 collecting overlapping memory ranges.
10575
10576 2011-02-15 Michael Snyder <msnyder@vmware.com>
10577
10578 * gdb.base/default.exp: Add tests for thread commands.
10579 * gdb.base/help.exp: Add tests for thread commands.
10580 * gdb.threads/thread-find.exp: New test for thread find command.
10581
10582 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10583
10584 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10585
10586 2011-02-15 Yao Qi <yao@codesourcery.com>
10587
10588 PR tdep/12352
10589 * gdb.arch/arm-disp-step.S : New test for str instruction.
10590 * gdb.arch/arm-disp-step.exp : Likewise.
10591
10592 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10593
10594 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10595 "vector_register2_vr" test strings. Test the extended floating
10596 point registers (F32~F63).
10597 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10598 IBM XL C compiler. Make the test program use a register provided
10599 by the compiler for the lxvd2x instruction.
10600
10601 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10602
10603 * gdb.trace/unavailable.cc (class Base, class Middle, class
10604 Derived): New types.
10605 (derived_unavail, derived_partial, derived_whole): New globals.
10606 (virtual_partial): New global.
10607 (virtualp): Point at virtual_partial.
10608 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10609 related to unavailable vptr.
10610
10611 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10612
10613 * gdb.trace/unavailable.cc (a, b, c): New globals.
10614 (main): Set and clear them.
10615 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10616 `a' and `c', and check that `b' isn't collected, although `a' and
10617 `c' are.
10618
10619 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10620
10621 * gdb.trace/unavailable.cc (struct Virtual): New.
10622 (virtualp): New global pointer.
10623 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10624 printing a pointer to an object whose type has a vtable, with
10625 print object on.
10626
10627 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10628
10629 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10630 value repeat handles unavailableness.
10631
10632 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10633
10634 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10635 tests for building arrays from unavailable values, subscripting
10636 non-memory rvalue unvailable arrays, and accessing fields or
10637 baseclasses of non-lazy unavailable values,
10638 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10639 struct types.
10640 (g_smallstruct, g_smallstruct_b): New globals.
10641
10642 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10643
10644 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10645
10646 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10649 * gdb.cp/overload-const.exp: New file.
10650 * gdb.cp/overload-const.cc: New file.
10651
10652 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10653
10654 * gdb.opencl/callfuncs.cl: New file.
10655 * gdb.opencl/callfuncs.exp: New test.
10656 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10657
10658 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10659
10660 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10661 when computing result.
10662 * gdb.arch/altivec-abi.exp: Update expected results.
10663
10664 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10665
10666 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10667 * gdb.base/jit.exp: Likewise.
10668 * gdb.base/pie-execl.exp: Likewise.
10669 * gdb.base/solib-nodir.exp: Likewise.
10670 * gdb.base/solib-overlap.exp: Likewise.
10671
10672 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10673
10674 * gdb.trace/collection.c (global_pieces): New.
10675 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10676 New procedure.
10677 (gdb_trace_collection_test): Call it.
10678
10679 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10680
10681 * gdb.python/py-evthreads.c: New file.
10682 * gdb.python/py-evthreads.exp: New file.
10683 * gdb.python/py-events.py: New file.
10684 * gdb.python/py-events.exp: New file.
10685 * gdb.python/py-events.c: New file.
10686
10687 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10688
10689 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10690
10691 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
10692
10693 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10694 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10695 boundary between two compilation units.
10696
10697 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10698
10699 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10700 (Virtual): New structs.
10701 (virtual_o, virtual_middle_b): New globals.
10702 * gdb.cp/virtbase.exp: New tests.
10703
10704 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10705
10706 * gdb.base/jit.exp: New file.
10707 * gdb.base/jit-main.c: New file.
10708 * gdb.base/jit-solib.c: New file.
10709
10710 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10711
10712 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10713 proceed to initial kernel entry point.
10714 * gdb.opencl/datatypes.exp: Likewise.
10715 * gdb.opencl/operators.exp: Likewise.
10716 * gdb.opencl/vec_comps.exp: Likewise.
10717
10718 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10719
10720 * gdb.cp/nsnested.cc: New.
10721 * gdb.cp/nsnested.exp: New.
10722 * gdb.cp/nsnoimports.exp: New.
10723 * gdb.cp/nsnoimports.cc: New.
10724
10725 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10726
10727 * gdb.base/interact.exp: Add extra tests that verify that
10728 the value of the interactive-mode setting does not change
10729 after the script is sourced.
10730
10731 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10732
10733 * gdb.cp/noparam.exp: New file.
10734 * gdb.cp/noparam.cc: New file.
10735
10736 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10737
10738 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10739 there's no stack or registers.
10740
10741 2011-01-26 Tom Tromey <tromey@redhat.com>
10742
10743 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10744 space before string output. Add test for "set print pretty off"
10745 case.
10746
10747 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10748
10749 * gdb.base/frame-args.exp: Adjust.
10750 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10751 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10752 * gdb.dwarf2/pieces.exp: Adjust.
10753 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10754 * gdb.opt/inline-locals.exp: Adjust.
10755 * gdb.threads/fork-child-threads.exp: Adjust.
10756
10757 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
10758
10759 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10760 OpenCL kernel function. Add a comment as marker. Add address space
10761 qualifiers for the remaining program scope variables.
10762 * gdb.opencl/datatypes.cl: Likewise.
10763 * gdb.opencl/operators.cl: Likewise.
10764 * gdb.opencl/vec_comps.cl: Likewise.
10765 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10766 Add breakpoint at the marker comment.
10767 * gdb.opencl/datatypes.exp: Likewise.
10768 * gdb.opencl/operators.exp: Likewise.
10769 * gdb.opencl/vec_comps.exp: Likewise.
10770
10771 2011-01-24 Pedro Alves <pedro@codesourcery.com>
10772
10773 * gdb.base/printcmds.c (some_struct): New struct and instance.
10774 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10775 procedure.
10776 <global scope>: Call it.
10777
10778 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
10779
10780 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10781 argument to the gdb_compile_opencl_hostapp call.
10782
10783 2011-01-19 Yao Qi <yao@codesourcery.com>
10784
10785 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10786 positve list.
10787
10788 2011-01-19 Yao Qi <yao@codesourcery.com>
10789
10790 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10791 canonical form.
10792 Remove "xscale-*-*"
10793 * gdb.xml/tdesc-regs.exp: Likewise.
10794 * gdb.python/py-section-script.exp: Replace ARM target triplet
10795 with canonical form.
10796 Match arm*-*-symbianelf*.
10797 * gdb.base/dup-sect.exp: Likewise.
10798 * lib/dwarf.exp: New.
10799 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10800 dwarf2_support.
10801 * gdb.dwarf2/dup-psym.exp: Likewise.
10802 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10803 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10804 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10805 * gdb.dwarf2/dw2-basic.exp: Likewise.
10806 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10807 * gdb.dwarf2/dw2-const.exp: Likewise.
10808 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10809 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10810 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10811 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10812 * gdb.dwarf2/dw2-filename.exp: Likewise.
10813 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10814 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10815 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10816 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10817 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10818 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10819 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10820 * gdb.dwarf2/dw2-producer.exp: Likewise.
10821 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10822 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10823 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10824 * gdb.dwarf2/dw2-strp.exp: Likewise.
10825 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10826 * gdb.dwarf2/implptr.exp: Likewise.
10827 * gdb.dwarf2/mac-fileno.exp: Likewise.
10828 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10829 * gdb.dwarf2/pieces.exp: Likewise.
10830 * gdb.dwarf2/pr11465.exp: Likewise.
10831 * gdb.dwarf2/valop.exp: Likewise.
10832 * gdb.dwarf2/watch-notconst.exp: Likewise.
10833 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10834
10835 2011-01-19 Tom Tromey <tromey@redhat.com>
10836
10837 * gdb.python/py-infthread.exp: Add thread tests.
10838
10839 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10842
10843 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10844
10845 * gdb.ada/widewide: New testcase.
10846
10847 2011-01-13 Joel Brobecker <brobecker@adacore.com>
10848
10849 * gdb.base/interact.exp: New testcase.
10850
10851 2011-01-12 Tom Tromey <tromey@redhat.com>
10852
10853 * gdb.mi/gdb2549.exp: Update for error message changes.
10854 * gdb.mi/mi-cli.exp: Likewise.
10855 * gdb.mi/mi-disassemble.exp: Likewise.
10856 * gdb.mi/mi-pthreads.exp: Likewise.
10857 * gdb.mi/mi-regs.exp: Likewise.
10858 * gdb.mi/mi-stack.exp: Likewise.
10859 * gdb.mi/mi-var-block.exp: Likewise.
10860 * gdb.mi/mi-var-cmd.exp: Likewise.
10861 * gdb.mi/mi2-cli.exp: Likewise.
10862 * gdb.mi/mi2-disassemble.exp: Likewise.
10863 * gdb.mi/mi2-pthreads.exp: Likewise.
10864 * gdb.mi/mi2-regs.exp: Likewise.
10865 * gdb.mi/mi2-stack.exp: Likewise.
10866 * gdb.mi/mi2-var-block.exp: Likewise.
10867 * gdb.mi/mi2-var-cmd.exp: Likewise.
10868
10869 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10870 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 PR fortran/11104 and DWARF unbound arrays detection.
10873 * gdb.fortran/multi-dim.exp: New file.
10874 * gdb.fortran/multi-dim.f90: New file.
10875
10876 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10877
10878 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10879 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10880 add new tests for opcode dumping.
10881
10882 2011-01-11 Tom Tromey <tromey@redhat.com>
10883
10884 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10885
10886 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10887
10888 Convert hardware watchpoints to use breakpoint_ops.
10889 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10890 type is not supported.
10891 * gdb.base/foll-fork.exp: Likewise.
10892 * gdb.base/foll-vfork.exp: Likewise.
10893
10894 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10895
10896 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10897 Use load_lib gdb-python.exp.
10898 * gdb.python/python.exp: Ditto.
10899 * gdb.python/py-function.exp: Ditto.
10900
10901 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10902
10903 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10904
10905 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 * configure: Regenerate.
10908
10909 2011-01-06 Tom Tromey <tromey@redhat.com>
10910
10911 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10912
10913 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10914
10915 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10916 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10917 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10918 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10919 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10920 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10921 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10922 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10923 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10924 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10925 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10926 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10927 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10928 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10929 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10930 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10931 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10932 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10933 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10934 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10935 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10936 gdb.ada/uninitialized_vars.exp,
10937 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10938 Simplify by using clean_restart.
10939
10940 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10941
10942 Add marker to be used as anchor for inserting breakpoints.
10943 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10944 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10945 Likewise.
10946
10947 Remove uses of gdb_start_cmd.
10948 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10949 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10950
10951 Do not run testcase if testing with GDBserver.
10952 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10953 if testing with GDBserver.
10954
10955 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10958 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10959 copyright header.
10960
10961 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10962
10963 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10964 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10965 testsuite/gdb.fortran/complex.f,
10966 testsuite/gdb.fortran/derived-type.f90,
10967 testsuite/gdb.fortran/library-module-lib.f90,
10968 testsuite/gdb.fortran/library-module-main.f90,
10969 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10970 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10971 Copyright year update.
10972
10973 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10974
10975 * gdb.base/langs1.f: Add copyright header.
10976
10977 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10978
10979 * gdb.base/morestack.exp: New file.
10980 * gdb.base/morestack.c: New file.
10981
10982 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10985
10986 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10989 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10990
10991 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10992
10993 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10994
10995 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10996
10997 * gdb.threads/tls.exp: Fix typo.
10998
10999 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11000 * gdb.threads/execl.exp: Update.
11001
11002 2010-12-23 Yao Qi <yao@codesourcery.com>
11003
11004 * gdb.arch/arm-disp-step.exp: New.
11005 * gdb.arch/arm-disp-step.S: New.
11006
11007 2010-12-21 Tom Tromey <tromey@redhat.com>
11008
11009 * gdb.threads/execl.exp: Update.
11010 * gdb.threads/linux-dp.exp: Update.
11011 * gdb.threads/manythreads.exp: Update.
11012 * gdb.threads/tls.exp: Update.
11013
11014 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11017 (NextOverThrowDerivates) <resumebpt>: New.
11018 (resumebpt_test): New.
11019 (main): Call resumebpt_test.
11020 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11021
11022 2010-12-12 Stan Shebs <stan@codesourcery.com>
11023
11024 * gdb.trace/tsv.exp: Test print command on trace state variables.
11025
11026 2010-12-09 Tom Tromey <tromey@redhat.com>
11027
11028 * gdb.base/interp.exp: Add regression test.
11029
11030 2010-12-09 Tom Tromey <tromey@redhat.com>
11031
11032 * gdb.java/jnpe.java: New file.
11033 * gdb.java/jnpe.exp: New file.
11034 * gdb.cp/nextoverthrow.exp: New file.
11035 * gdb.cp/nextoverthrow.cc: New file.
11036
11037 2010-12-07 Doug Evans <dje@google.com>
11038
11039 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11040 of data-directory.
11041 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11042 updated.
11043 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11044
11045 2010-11-29 Michael Snyder <msnyder@vmware.com>
11046
11047 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11048 * gdb.base/call-sc.exp: Ditto.
11049 * gdb.base/finish.exp: Ditto.
11050 * gdb.base/return.exp: Ditto.
11051 * gdb.base/return2.exp: Ditto.
11052
11053 2010-11-30 Doug Evans <dje@google.com>
11054
11055 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11056 (gdb_expect_list): Fix spelling errors in comments.
11057 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11058 send_gdb/gdb_expect_list where applicable.
11059 * gdb.base/call-ar-st.exp: Ditto.
11060 * gdb.base/funcargs.exp: Ditto.
11061 * gdb.base/gcore.exp: Ditto.
11062 * gdb.base/page.exp: Ditto.
11063 * gdb.base/sigaltstack.exp: Ditto.
11064 * gdb.base/siginfo.exp: Ditto.
11065 * gdb.base/sigstep.exp: Ditto.
11066 * gdb.base/trace-commands.exp: Ditto.
11067
11068 2010-11-29 Doug Evans <dje@google.com>
11069
11070 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11071 printer-name;subprinter-name.
11072
11073 2010-11-29 Tom Tromey <tromey@redhat.com>
11074
11075 * gdb.dwarf2/implptr.exp: New file.
11076 * gdb.dwarf2/implptr.c: New file.
11077 * gdb.dwarf2/implptr.S: New file.
11078
11079 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11080
11081 PR python/12199
11082
11083 * gdb.python/py-breakpoint.exp: Test the delete method.
11084
11085 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 Fix step_resume_breakpoint unsaved during an infcall.
11088 * gdb.base/step-resume-infcall.exp: New file.
11089 * gdb.base/step-resume-infcall.c: New file.
11090
11091 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11092
11093 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11094
11095 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11096
11097 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11098 on ppc64's symbols; "finish" and "return" commands must accept to
11099 show the caller line again as well as the line after.
11100 * gdb.asm/powerpc64.inc: New file.
11101
11102 2010-11-23 Doug Evans <dje@google.com>
11103
11104 * lib/gdb.exp (gdb_test_sequence): New function.
11105 (gdb_expect_list): Add verbose -log call for each pattern.
11106 * gdb.base/signals.exp (test_handle_all_print): Call it.
11107 Reduce timeout increment from 6 minutes to 1 minute.
11108 * gdb.server/ext-run.exp: Call it.
11109
11110 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11111
11112 PR python/12212
11113
11114 * gdb.python/python.exp: Check that selected_thread raises an
11115 error when no inferior is loaded.
11116
11117 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11118
11119 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11120 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11121
11122 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11123
11124 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11125 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11126
11127 2010-11-18 Doug Evans <dje@google.com>
11128
11129 * gdb.server/ext-run.exp: Fix intermittent failures.
11130
11131 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11132
11133 * gdb.stabs/gdb11479.exp: Use runto_main.
11134
11135 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11136
11137 * gdb.base/break-entry.exp: Skip if using a stub.
11138
11139 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11140
11141 * gdb.python/py-inferior.exp: Pack values in target endianness.
11142
11143 2010-11-12 Tom Tromey <tromey@redhat.com>
11144
11145 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11146 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11147 MemoryError.
11148 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11149 type.
11150 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11151 MemoryError.
11152 (test_subscript_regression): Update exception type.
11153
11154 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11155
11156 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11157 breakpoint tests.
11158
11159 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11160
11161 * gdb.base/watchpoint.exp: Test "watch -location" with an
11162 innacessible location.
11163
11164 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11165 Luis Machado <luisgpm@br.ibm.com>
11166
11167 * gdb.base/maint.exp: Expect "." prefix.
11168 * gdb.base/nodebug.exp: Expect "." Likewise.
11169 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11170 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11171 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11172 POWER server processors.
11173
11174 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11175 Luis Machado <luisgpm@br.ibm.com>
11176
11177 * gdb.base/break-entry.exp: convert entry point for
11178 ppc64 and expect leading `.' on ppc64's symbols
11179
11180 2010-11-05 Doug Evans <dje@google.com>
11181
11182 * gdb.base/help.exp: Update expected output.
11183 * gdb.python/py-param.exp: Delete, contents moved to ...
11184 * gdb.python/py-parameter.exp: ... here. New file.
11185 Add test for gdb.parameter ("directories").
11186
11187 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11188
11189 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11190 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11191 * configure: Regenerate.
11192 * gdb.opencl/Makefile.in: New File.
11193 * gdb.opencl/datatypes.exp: Likewise.
11194 * gdb.opencl/datatypes.cl: Likewise.
11195 * gdb.opencl/operators.exp: Likewise.
11196 * gdb.opencl/operators.cl: Likewise.
11197 * gdb.opencl/vec_comps.exp: Likewise.
11198 * gdb.opencl/vec_comps.cl: Likewise.
11199 * gdb.opencl/convs_casts.exp: Likewise.
11200 * gdb.opencl/convs_casts.cl: Likewise.
11201 * lib/opencl.exp: Likewise.
11202 * lib/opencl_hostapp.c: Likewise.
11203 * lib/opencl_kernel.cl: Likewise.
11204 * lib/cl_util.c: Likewise.
11205 * lib/cl_util.c: Likewise.
11206 * gdb.base/default.exp (set language): Add "opencl" to the list of
11207 languages.
11208
11209 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11210
11211 * gdb.cp/overload.exp: Added test for inheritance overload.
11212 * gdb.cp/overload.cc: Ditto.
11213 * gdb.cp/oranking.exp: Removed releveant kfails.
11214
11215 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11216 Joel Brobecker <brobecker@adacore.com>
11217
11218 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11219 check test_compiler_info.
11220
11221 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11222
11223 * gdb.base/gnu_vector.exp: Adjust expect messages.
11224
11225 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11226
11227 * gdb.base/gnu_vector.exp: Add unary operator tests.
11228
11229 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11230
11231 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11232
11233 2010-11-02 Doug Evans <dje@google.com>
11234
11235 * gdb.python/py-pp-maint.c: New file.
11236 * gdb.python/py-pp-maint.exp: New file.
11237 * gdb.python/py-pp-maint.py: New file.
11238
11239 2010-11-02 Tom Tromey <tromey@redhat.com>
11240
11241 * gdb.base/default.exp: Remove "scheme" from language list.
11242
11243 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11244
11245 Revert:
11246 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11247 * gdb.threads/sigstep-threads.exp: New file.
11248 * gdb.threads/sigstep-threads.c: New file.
11249
11250 2010-10-20 Michael Snyder <msnyder@vmware.com>
11251
11252 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11253
11254 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11255
11256 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11257 Skip test completely if gdb,no_hardware_watchpoints.
11258
11259 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11260
11261 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11262 strict, but do not check for any particular function name within libc.
11263
11264 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11265
11266 * gdb.cp/smartp.exp: New test.
11267 * gdb.cp/smartp.cc : New test.
11268
11269 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11270
11271 * gdb.cp/converts.exp: Test pointer to bool conversion.
11272 Test pointer to long conversion.
11273 * gdb.cp/oranking.exp: Removed relevant kfail.
11274
11275 2010-10-18 Tom Tromey <tromey@redhat.com>
11276
11277 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11278 argument to lazy_string.
11279 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11280 (pp_ls.to_string): Use it.
11281 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11282 Add "estring2" local.
11283
11284 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11285
11286 Fix s390x compatibility.
11287 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11288 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11289
11290 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11291
11292 * gdb.threads/sigstep-threads.exp: New file.
11293 * gdb.threads/sigstep-threads.c: New file.
11294
11295 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11296
11297 * gdb.base/pie-execl.exp: New file.
11298 * gdb.base/pie-execl.c: New file.
11299
11300 2010-10-13 Doug Evans <dje@google.com>
11301 Jan Kratochvil <jan.kratochvil@redhat.com>
11302
11303 PR exp/12117
11304 * gdb.cp/ptype-cv-cp.cc: New file.
11305 * gdb.cp/ptype-cv-cp.exp: New file.
11306
11307 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11308
11309 * gdb.cp/converts.cc: New test program.
11310 * gdb.cp/converts.exp: New test.
11311 * gdb.cp/overload.exp: Added test for void* vs int*.
11312 * gdb.cp/overload.exp: Ditto.
11313 * gdb.cp/oranking.exp: Removed related kfail.
11314
11315 2010-10-13 Doug Evans <dje@google.com>
11316
11317 * lib/gdb-python.exp (gdb_check_python_config): New function.
11318 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11319 * gdb.python/lib-types.cc: New file.
11320 * gdb.python/lib-types.exp: New file.
11321
11322 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb.python/py-error.exp: New file.
11325 * gdb.python/py-error.py: New file.
11326
11327 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11330 gdb_test_multiple.
11331
11332 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11335 * gdb.base/prelink.exp: Likewise.
11336 * gdb.base/solib-nodir.exp: Likewise.
11337 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11338 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11339 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11340
11341 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11342
11343 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11344 for the "info files" test to avoid timeouts on slow machines.
11345
11346 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11349 (main): Make openlib dummy call.
11350
11351 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11354 * break-interp.exp (reach): Move the core body ...
11355 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11356 (test_ld): Provide always real argument, even to the linker. Replace
11357 dl_main by _dl_debug_state.
11358
11359 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 Fix results of prelinked PIEs on ppc*.
11362 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11363 Accept also DISPLACEMENT "PRESENT".
11364 (main): Replace "ZERO" displacements by "PRESENT".
11365
11366 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11367
11368 * gdb.cp/oranking.exp: New test.
11369 * gdb.cp/oranking.cc: New test program.
11370
11371 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
11372
11373 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11374 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11375
11376 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11377
11378 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11379 lush, lynx) New constant.
11380 * gdb.base/constvars.exp: Test const array types.
11381 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11382
11383 2010-10-06 Doug Evans <dje@google.com>
11384
11385 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11386 of syscall staging area.
11387
11388 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11389
11390 * gdb.base/gnu_vector.c: Add variable c4.
11391 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11392 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11393
11394 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11395
11396 * gdb.arch/altivec-abi.exp: Fix a typo.
11397
11398 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11399
11400 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11401 to match a thread ID.
11402
11403 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11404
11405 Fix s390x testcase compatibility.
11406 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11407
11408 2010-10-01 Doug Evans <dje@google.com>
11409
11410 * lib/gdb-python.exp: New file.
11411 * gdb.python/py-block.exp: Use it.
11412 * gdb.python/py-breakpoint.exp: Ditto.
11413 * gdb.python/py-frame.exp: Ditto.
11414 * gdb.python/py-inferior.exp: Ditto.
11415 * gdb.python/py-param.exp: Ditto.
11416 * gdb.python/py-prettyprint.exp: Ditto.
11417 * gdb.python/py-shared.exp: Ditto.
11418 * gdb.python/py-symbol.exp: Ditto.
11419 * gdb.python/py-symtab.exp: Ditto.
11420 * gdb.python/py-type.exp: Ditto.
11421 * gdb.python/py-value.exp: Ditto.
11422 * gdb.python/python.exp: Ditto.
11423
11424 2010-09-30 Tom Tromey <tromey@redhat.com>
11425
11426 * gdb.base/anon.exp: New file.
11427 * gdb.base/anon.c: New file.
11428
11429 2010-09-30 Tom Tromey <tromey@redhat.com>
11430
11431 * gdb.base/completion.exp: Test completion through anonymous
11432 union.
11433 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11434
11435 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 Fix printing parameters of inlined functions.
11438 * gdb.dwarf2/dw2-inline-param.exp: New file.
11439 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11440 * gdb.dwarf2/dw2-inline-param.S: New file.
11441
11442 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 PR corefiles/12071.
11445 * gdb.base/corefile.exp (quit with a process, no question: load core)
11446 (quit with a core file): New tests.
11447
11448 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11449
11450 Fix GDB crash on inferior calls with self-referencing classes.
11451 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11452 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11453 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11454
11455 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11456
11457 Fix lost siginfo_t for inferior calls.
11458 * gdb.base/siginfo-infcall.exp: New file.
11459 * gdb.base/siginfo-infcall.c: New file.
11460
11461 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11462
11463 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11464
11465 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11468 New test.
11469 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11470
11471 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11472
11473 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11474 type of our const type.
11475
11476 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11477
11478 * gdb.cp/pr12028.cc: New.
11479 * gdb.cp/pr12028.exp: New.
11480
11481 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11482
11483 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11484
11485 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11486 Jan Kratochvil <jan.kratochvil@redhat.com>
11487
11488 PR mi/11407
11489 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11490 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11491 * gdb.mi/dw2-ref-missing-frame.S New File.
11492 * gdb.mi/dw2-ref-missing-frame.exp New File.
11493
11494 2010-09-14 Tom Tromey <tromey@redhat.com>
11495
11496 PR symtab/8399:
11497 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11498
11499 2010-09-14 Tom Tromey <tromey@redhat.com>
11500
11501 PR exp/11803:
11502 * gdb.threads/tls.exp: Use C++.
11503 (check_thread_local): Use K::another_thread_local.
11504 * gdb.threads/tls.c (class K): New.
11505 (another_thread_local): Now a member of K.
11506 (spin): Update. No longer K&R C.
11507
11508 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11509
11510 * gdb.cp/koenig.cc: created class for testing member lookup.
11511 * gdb.cp/koenig.exp: Added test for member lookup.
11512
11513 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11514
11515 Fix false FAILs on sourcetree topdir directory containing "kill".
11516 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11517 source line matching regexp.
11518
11519 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 * gdb.python/python.exp (set height 0, collect help from uiout)
11522 (verify help to uiout): New tests.
11523
11524 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11525
11526 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11527 is_lp64_target to check 64bit target.
11528
11529 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11532 (test_ld) <powerpc64-*>: New.
11533
11534 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11535
11536 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11537
11538 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11539
11540 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11541 (FunctionArg::method): New function.
11542 (empty, arg): New variables.
11543 (main): Call arg.method.
11544 * gdb.cp/templates.exp (test_template_args): New function.
11545 (do_tests): Call it.
11546
11547 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11548
11549 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11550 of "next" to proceed over pthread_exit call.
11551
11552 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11553
11554 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11555 "maint print statistics" output to prevent expect timeouts.
11556
11557 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11560 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11561 (test_float_rejected): ... here.
11562 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11563 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11564 (test_float_rejected): ... here.
11565 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11566 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11567 (test_float_rejected): ... here.
11568 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11569 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11570 (test_float_rejected): ... here.
11571
11572 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11573
11574 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11575 before disabling hardware watchpoints.
11576 (test_inaccessible_watchpoint): Check that hardware watchpoints
11577 are used. Test for watchpoints on a constant address.
11578
11579 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11580
11581 * gdb.base/ui-redirect.exp: New file.
11582
11583 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11584 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11587
11588 2010-08-31 Doug Evans <dje@google.com>
11589
11590 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11591
11592 2010-08-30 Tom Tromey <tromey@redhat.com>
11593
11594 PR python/11792:
11595 * gdb.python/py-value.exp (test_subscript_regression): Add
11596 dynamic_type test.
11597
11598 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11599
11600 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11601 instead of running to main. Do not test the main function.
11602 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11603 Add new main.
11604
11605 2010-08-26 Pedro Alves <pedro@codesourcery.com>
11606
11607 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11608 one test.
11609
11610 2010-08-24 Doug Evans <dje@google.com>
11611
11612 PR symtab/11942
11613 * gdb.dwarf2/dw4-sig-types.cc: New file.
11614 * gdb.dwarf2/dw4-sig-types.h: New file.
11615 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11616 * gdb.dwarf2/dw4-sig-types.exp: New file.
11617
11618 2010-08-23 Tom Tromey <tromey@redhat.com>
11619
11620 PR python/11145:
11621 * gdb.python/py-value.c (Base, Derived): New types.
11622 (base): New global.
11623 * gdb.python/py-value.exp (test_subscript_regression): Add
11624 dynamic_cast test.
11625
11626 2010-08-23 Tom Tromey <tromey@redhat.com>
11627
11628 PR python/10676:
11629 * gdb.python/py-type.exp (test_fields): Add tests for type
11630 equality.
11631
11632 2010-08-23 Tom Tromey <tromey@redhat.com>
11633
11634 PR python/11915:
11635 * gdb.python/py-type.exp (test_fields): Add tests for array.
11636
11637 2010-08-23 Keith Seitz <keiths@redhat.com>
11638
11639 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11640 have any children. Create a new abbrev for it.
11641 Add missing terminal sequence to .debug_abbrev.
11642
11643 2010-08-20 Keith Seitz <keiths@redhat.com>
11644
11645 PR symtab/11465:
11646 * gdb.dwarf2/pr11465.exp: New test.
11647 * gdb.dwarf2/pr11465.S: New file.
11648 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11649 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11650
11651 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11652
11653 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11654 registers. Update data sets with the new v2_double element in the
11655 VSX register union. Add vector_register3_vr data set for the AltiVec
11656 registers. Use gdb_test_no_output instead of send_gdb.
11657
11658 2010-08-19 Pedro Alves <pedro@codesourcery.com>
11659
11660 * gdb.python/py-shared.exp: New file, factored out from
11661 python.exp.
11662 * gdb.python/py-shared.c: New file.
11663 * gdb.python/py-shared-sl.c: New file.
11664 * gdb.python/python-1.c: New file.
11665 * gdb.python/python-sl.c: Delete.
11666 * gdb.python/python.c: Mention python-1.c.
11667 * gdb.python/python.exp: Move shared library tests to
11668 py-shared.exp.
11669 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11670 (MISCELLANEOUS): New.
11671 (clean mostlyclean): Also remove $MISCELLANEOUS.
11672
11673 2010-08-19 Doug Evans <dje@google.com>
11674
11675 PR exp/11926
11676 * gdb.base/printcmds.exp (test_float_accepted): New function.
11677 Move existing float tests there. Add tests for floats with suffixes.
11678 (test_float_rejected): New function.
11679 * gdb.java/jv-print.exp (test_float_accepted): New function.
11680 (test_float_rejected): New function.
11681 * gdb.objc/print.exp: New file.
11682 * gdb.pascal/print.exp: New file.
11683 * lib/objc.exp: New file.
11684
11685 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11686
11687 * gdb.base/default.exp (info set): Avoid full buffer error and force
11688 reading up to final gdb prompt.
11689 (show): Likewise.
11690
11691 2010-08-18 Tom Tromey <tromey@redhat.com>
11692
11693 PR symtab/11919:
11694 * gdb.base/completion.exp: Add test.
11695
11696 2010-08-18 Doug Evans <dje@google.com>
11697
11698 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11699 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11700 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11701 Simplify, early exit if runto_main fails.
11702 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11703 (set_lang_fortran): Moved to lib/fortran.exp.
11704 * gdb.fortran/types.exp: load_lib fortran.exp.
11705 (set_lang_fortran): Moved to lib/fortran.exp.
11706 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11707 * gdb.java/jprint.exp (set_lang_java): Ditto.
11708 * gdb.java/jv-exp.exp: load_lib java.exp.
11709 If set_lang_java fails, issue a warning instead of failure to be
11710 consistent with other set_lang_foo uses.
11711 (set_lang_java): Moved to lib/java.exp.
11712 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11713 If set_lang_java fails, issue a warning instead of failure to be
11714 consistent with other set_lang_foo uses.
11715 * gdb.pascal/types.exp: load_lib pascal.exp.
11716 (set_lang_pascal): Moved to lib/pascal.exp.
11717 * lib/fortran.exp: New file.
11718 * lib/java.exp (set_lang_java): New function.
11719 * lib/pascal.exp (set_lang_pascal): New function.
11720
11721 2010-08-18 Yao Qi <yao@codesourcery.com
11722
11723 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11724 func_nofb_start and func_loopfb_start, so that address of functions
11725 is equal to these labels on Thumb.
11726
11727 2010-08-18 Yao Qi <yao@codesourcery.com>
11728
11729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11730 to reflect latest c source file.
11731
11732 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11733
11734 * gdb.cp/infcall-dlopen.exp: New file.
11735 * gdb.cp/infcall-dlopen.cc: New file.
11736 * gdb.cp/infcall-dlopen-lib.cc: New file.
11737
11738 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11739 Pedro Alves <pedro@codesourcery.com>
11740
11741 PR breakpoints/11371
11742
11743 * gdb.base/watch-cond-infcall.exp: New file.
11744 * gdb.base/watch-cond-infcall.c: New file.
11745
11746 2010-08-16 Tom Tromey <tromey@redhat.com>
11747
11748 * gdb.base/help.exp: Update.
11749 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11750 watchpoint.
11751 (test_watch_location): New proc.
11752 (test_watchpoint_in_big_blob): Delete watchpoint.
11753 * gdb.base/watchpoint.c (func5): New function.
11754 (main): Call it.
11755
11756 2010-08-16 Doug Evans <dje@google.com>
11757
11758 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11759
11760 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11761
11762 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11763 tests.
11764
11765 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
11766
11767 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11768 * gdb.base/gnu_vector.c: New File.
11769 * gdb.base/gnu_vector.exp: Likewise.
11770
11771 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11772
11773 * gdb.python/python.c: New File.
11774 * gdb.python/python-sl.c: New File.
11775 * gdb.python/python.exp: Test solib_address and decode_line
11776 * functions.
11777
11778 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11779
11780 * gdb.python/python.exp (show height, set height 10)
11781 (verify pagination beforehand, verify pagination beforehand: q)
11782 (gdb.execute does not page, verify pagination afterwards)
11783 (verify pagination afterwards: q): New.
11784
11785 2010-08-02 Doug Evans <dje@google.com>
11786
11787 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11788 because of an older gcc, change test2
11789 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11790 to unsupported.
11791
11792 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
11793
11794 * gdb.base/break-always.exp: Do not expect full paths to file
11795 names.
11796 * gdb.base/commands.exp: Likewise.
11797
11798 2010-07-30 Doug Evans <dje@google.com>
11799
11800 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11801 xfail them when run with older gccs.
11802
11803 * lib/gdb.exp (build_executable): Forward "c++" option to
11804 get_compiler_info.
11805
11806 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11807 "python print ttype.template_argument(1)" and
11808 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11809 if using gcc 4.4 or earlier.
11810
11811 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11812 attach-to-debugger handling.
11813
11814 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11815
11816 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11817 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11818 (main): Use copyreloc.
11819 * gdb.base/prelink.exp (split debug of executable)
11820 (.dynbss vs. .bss address shift): New tests.
11821
11822 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11823
11824 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11825 in gdb_test_multiple.
11826
11827 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11828
11829 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11830 environment.
11831
11832 2010-07-28 Tom Tromey <tromey@redhat.com>
11833
11834 PR python/11060:
11835 * gdb.python/py-type.c (Temargs): New template.
11836 (temvar): New variable.
11837 * gdb.python/py-type.exp (test_template): New proc.
11838
11839 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11840
11841 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11842 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11843
11844 2010-07-28 Tom Tromey <tromey@redhat.com>
11845
11846 PR c++/9946:
11847 * gdb.cp/temargs.exp: New file.
11848 * gdb.cp/temargs.cc: New file.
11849
11850 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11851
11852 * gdb.base/help.exp (help disassemble): Update the content.
11853
11854 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11855
11856 * gdb.threads/ia64-sigill.exp: New file.
11857 * gdb.threads/ia64-sigill.c: New file.
11858
11859 2010-07-27 Tom Tromey <tromey@redhat.com>
11860
11861 * gdb.opt/inline-cmds.c (ATTR): New define.
11862 (func1): Use it.
11863 (func2): Likewise.
11864 (func3): Likewise.
11865 (outer_inline1): Likewise.
11866 (outer_inline2): Likewise.
11867 * gdb.opt/inline-bt.c (ATTR): New define.
11868 (func1): Use it.
11869 (func2): Likewise.
11870 * gdb.opt/inline-locals.c (ATTR): New define.
11871 (func1): Use it.
11872 (func2): Likewise.
11873
11874 2010-07-27 Tom Tromey <tromey@redhat.com>
11875
11876 * gdb.stabs/gdb11479.c (hack): New function.
11877 (test): Use it.
11878 (test2): Use it.
11879 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11880 (int32_search_buf, int64_search_buf): No longer static.
11881 (x): Remove.
11882 * gdb.base/relocate.c (hack): New function.
11883
11884 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11885
11886 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11887 * gdb.python/py-value.c (func1): New function.
11888 (func2): Likewise.
11889
11890 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
11891
11892 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11893 as not to clash with .data section.
11894
11895 2010-07-26 Jerome Guitton <guitton@adacore.com>
11896
11897 * gdb.base/code_elim.exp: New file.
11898 * gdb.base/code_elim1.c: New file.
11899 * gdb.base/code_elim2.c: New file.
11900
11901 2010-07-21 Pedro Alves <pedro@codesourcery.com>
11902
11903 PR symtab/11827
11904
11905 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11906 (some_volatile_enum): New variable.
11907 * gdb.base/printcmds.exp (test_print_enums): New.
11908 <top level>: Call it.
11909
11910 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11911
11912 * gdb.cp/fpointer.cc: New test.
11913 * gdb.cp/fpointer.exp: New test.
11914
11915 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11916
11917 * gdb.base/solib-nodir.exp: New file.
11918 * lib/gdb.exp (runto): New case for a GDB internal error.
11919
11920 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11921 Ulrich Weigand <uweigand@de.ibm.com>
11922 Tom Tromey <tromey@redhat.com>
11923
11924 * gdb.base/charset-malloc.c: New file.
11925 * gdb.base/charset.c (malloc_stub): New prototype.
11926 (main): Call it instead of malloc itself.
11927 * gdb.base/charset.exp: Use only prepare_for_testing.
11928 (binfile): Remove the variable.
11929
11930 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11931
11932 Make core files the process_stratum.
11933 * gdb.base/corefile.exp (run: load core again)
11934 (run: sanity check we see the core file, run: with core)
11935 (run: core file is cleared, attach: load core again)
11936 (attach: sanity check we see the core file, attach: with core)
11937 (attach: core file is cleared): New tests.
11938 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11939
11940 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11941
11942 * gdb.arch/altivec-abi.exp: New tests.
11943
11944 2010-07-13 Tom Tromey <tromey@redhat.com>
11945
11946 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11947 (main): Use it.
11948 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11949
11950 2010-07-13 Tom Tromey <tromey@redhat.com>
11951
11952 * gdb.base/label.exp: New file.
11953 * gdb.base/label.c: New file.
11954
11955 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11956 H.J. Lu <hongjiu.lu@intel.com>
11957
11958 * lib/gdb.exp (is_ilp32_target): New.
11959 (is_lp64_target): Likewise.
11960
11961 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11962 target.
11963 * gdb.arch/amd64-disp-step.exp: Likewise.
11964 * gdb.arch/amd64-dword.exp: Likewise.
11965 * gdb.arch/amd64-i386-address.exp: Likewise.
11966 * gdb.arch/amd64-word.exp: Likewise.
11967
11968 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11969 target.
11970 * gdb.arch/i386-bp_permanent.exp: Likewise.
11971 * gdb.arch/i386-byte.exp: Likewise.
11972 * gdb.arch/i386-disp-step.exp: Likewise.
11973 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11974 * gdb.arch/i386-prologue.exp: Likewise.
11975 * gdb.arch/i386-size-overlap.exp: Likewise.
11976 * gdb.arch/i386-size.exp: Likewise.
11977 * gdb.arch/i386-sse.exp: Likewise.
11978 * gdb.arch/i386-unwind.exp: Likewise.
11979 * gdb.arch/i386-word.exp: Likewise.
11980
11981 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11982 test only when building 64-bit executables. Do not hard-code
11983 -m64 option.
11984
11985 2010-07-07 Doug Evans <dje@google.com>
11986
11987 * lib/gdb.exp (gdb_test_list_exact): New function.
11988 * gdb.base/default.exp (show convenience): Call it, add tests for
11989 $_sdata = void, $_thread = 0.
11990
11991 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11992 Joel Brobecker <brobecker@adacore.com>
11993
11994 Fix re-run of PIE executable, PR shlibs/11776.
11995 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11996 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11997 and re-"run" of the inferior.
11998
11999 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12000 Joel Brobecker <brobecker@adacore.com>
12001
12002 Cope with missing /usr/sbin/prelink.
12003 * lib/prelink-support.exp (prelink_no):
12004 <result == 1 && $output is "no such file or directory">: New.
12005 (prelink_yes): Likewise. Return on failed prelink_no.
12006
12007 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12008 Joel Brobecker <brobecker@adacore.com>
12009
12010 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12011 build_executable by build_executable_own_libs. Replace "prelink -R"
12012 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12013 change.
12014 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12015 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12016 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12017 Replace build_executable by build_executable_own_libs's function
12018 build_executable_own_libs.
12019 (prelinkNO): Create new stub to call prelink_no.
12020 (prelinkYES): Create new stub to call prelink_yes.
12021 (test_attach): Rename calls of copy to file_copy.
12022 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12023 (copy): Move to ...
12024 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12025 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12026 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12027 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12028 special flags by gdb_compile_shlib. Replace second gdb_compile by
12029 build_executable_own_libs. Replace "prelink -R" execution by a call of
12030 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12031 a second call of prelink_yes. Replace restart commands by
12032 clean_restart.
12033 (prelink): Rename to ...
12034 (seen displacement message): ... this test. Extend its expectation
12035 strictness.
12036
12037 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12038
12039 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12040 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12041 displacement message exactly once.
12042
12043 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12044 Joel Brobecker <brobecker@adacore.com>
12045
12046 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12047 its restore after the <$relink_args != ""> loop. new comment.
12048
12049 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12050 Joel Brobecker <brobecker@adacore.com>
12051
12052 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12053 code for it. New variable relink_args.
12054 (prelinkYES): Call prelinkNO.
12055 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12056 in such case. Move the core code to ...
12057 (test_attach_gdb): ... a new function. Send GDB command "file".
12058 Extend expected "Attaching to " string.
12059
12060 2010-07-02 Tom Tromey <tromey@redhat.com>
12061
12062 * gdb.base/bitops.exp: Remove extraneous "pass".
12063
12064 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12065
12066 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12067
12068 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12069
12070 * gdb.base/help.exp: Adjust expected output.
12071
12072 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12073
12074 * gdb.base/help.exp: Adjust expected output.
12075
12076 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12077
12078 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12079 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12080 c++/11702.
12081
12082 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12083 Doug Evans <dje@google.com>
12084
12085 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12086 add .dynamic entry'.
12087
12088 2010-06-29 Doug Evans <dje@google.com>
12089
12090 Test PR c++/11702.
12091 * gdb.cp/m-static.exp: Add testcase.
12092 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12093
12094 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12095 Tom Tromey <tromey@redhat.com>
12096 Thiago Jung Bauermann <bauerman@br.ibm.com>
12097
12098 * gdb.python/py-inferior.c: New File.
12099 * gdb.python/py-infthread.c: New File.
12100 * gdb.python/py-inferior.exp: New File.
12101 * gdb.python/py-infthread.exp: New File.
12102
12103 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12106 (ptype ::C::OtherFileClass typedefs): New.
12107 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12108 (C::OtherFileClass::cOtherFileClassVar2): New.
12109 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12110 cOtherFileClassVar2.
12111 (C::cOtherFileType2, C::cOtherFileVar2): New.
12112 (C::cOtherFileVar_use): use also cOtherFileVar2.
12113 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12114
12115 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12116
12117 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12118 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12119 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12120 (print ::C::cOtherFileVar)
12121 (whatis C::OtherFileClass::cOtherFileClassType)
12122 (whatis ::C::OtherFileClass::cOtherFileClassType)
12123 (print C::OtherFileClass::cOtherFileClassVar)
12124 (print ::cOtherFileClassVar)
12125 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12126 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12127 trailing content.
12128 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12129 (C::OtherFileClass::cOtherFileClassVar)
12130 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12131 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12132
12133 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12134
12135 Test PR c++/11703 and PR gdb/1448.
12136 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12137 gdb/1448.
12138
12139 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12140
12141 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12142 (main) <rtti_data>: New.
12143 * gdb.cp/virtbase.exp (print rtti_data): New.
12144
12145 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12146 Joel Brobecker <brobecker@adacore.com>
12147
12148 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12149
12150 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12151
12152 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12153
12154 2010-06-28 Doug Evans <dje@google.com>
12155
12156 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12157
12158 2010-06-27 Doug Evans <dje@google.com>
12159
12160 * gdb.cp/m-static.exp: Update expected test output.
12161
12162 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12163
12164 * gdb.gdb/selftest.exp: Adjust expected message for
12165 capturing start-up runtime.
12166
12167 2010-06-25 Tom Tromey <tromey@redhat.com>
12168
12169 PR python/10808:
12170 * gdb.python/python.exp: Add new tests.
12171
12172 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12173
12174 * gdb.cp/operator.cc: Created an import loop.
12175 * gdb.cp/operator.exp: Added testcase for import loop.
12176
12177 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12178
12179 Test PR python/11407.
12180 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12181 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12182 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12183 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12184 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12185 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12186 binfile. Call gdb_compile with clean_restart twice.
12187 (func_nofb print, func_nofb backtrace, func_loopfb print)
12188 (func_loopfb backtrace): New.
12189
12190 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12191
12192 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12193 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12194 by a hand made one.
12195 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12196 i?86 requirement. Remove variables srcfile and binfile. New variable
12197 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12198
12199 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12200
12201 * gdb.cell/dwarfaddr.exp: New file.
12202 * gdb.cell/dwarfaddr.S: New file.
12203
12204 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12205
12206 Test PR 9436.
12207 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12208
12209 2010-06-24 Hui Zhu <teawater@gmail.com>
12210
12211 * gdb.base/eval.exp: New file.
12212
12213 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12214
12215 * gdb.cell/fork.exp: New file.
12216 * gdb.cell/fork.c: Likewise.
12217 * gdb.cell/fork-spu.c: Likewise.
12218
12219 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12220
12221 * lib/gdb.exp (banned_variables_traced): New global variable.
12222 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12223 (gdb_init): Use `trace add variable' instead of obsolete
12224 `trace variable'.
12225
12226 2010-06-21 Doug Evans <dje@google.com>
12227
12228 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12229
12230 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12231
12232 * gdb.arch/spu-ls.exp: New file.
12233 * gdb.arch/spu-ls.c: Likewise.
12234
12235 2010-06-18 Stan Shebs <stan@codesourcery.com>
12236
12237 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12238
12239 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12240
12241 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12242 * gdb.base/watch-cond.exp: Likewise.
12243 * gdb.python/py-breakpoint.exp: Likewise.
12244
12245 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12246
12247 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12248 clean_restart, make sure every test has a distinct message, and
12249 that messages don't include the executable' full path.
12250
12251 2010-06-17 Doug Evans <dje@google.com>
12252
12253 * gdb.arch/i386-size.exp: Updated expected output for
12254 DISASSEMBLY_OMIT_FNAME.
12255
12256 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12257 Sergio Durigan Junior <sergiodj@redhat.com>
12258
12259 * gdb.base/watch-notconst.c: New file.
12260 * gdb.base/watch-notconst.S: New file.
12261 * gdb.base/watch-notconst2.c: New file.
12262 * gdb.base/watch-notconst2.S: New file.
12263 * gdb.base/watch-notconst.exp: New file.
12264 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12265 (func4): Add operations on `global_ptr_ptr'.
12266 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12267 routine to test watchpoints created with a constant expression.
12268 (test_inaccessible_watchpoint): Include tests for watchpoints
12269 created with a constant expression.
12270
12271 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12272
12273 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12274 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12275 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12276 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12277 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12278 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12279 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12280 of `_start'.
12281
12282 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12283
12284 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12285 not supported on the target.
12286 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12287 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12288 * gdb.mi/mi-nsintrall.exp: Likewise.
12289 * gdb.mi/mi-nsmoribund.exp: Likewise.
12290 * gdb.mi/mi-nsthrexec.exp: Likewise.
12291
12292 2010-06-11 Stan Shebs <stan@codesourcery.com>
12293
12294 * gdb.base/permissions.exp: New file.
12295
12296 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12297
12298 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12299 does not support ELF executable class.
12300
12301 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12302
12303 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12304
12305 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12306
12307 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12308 (runto): Catch "The target does not support running in non-stop mode.".
12309
12310 2010-06-11 Michael Snyder <msnyder@vmware.com>
12311
12312 * gdb.base/setshow.exp (set language asm): Don't use
12313 gdb_test_no_output, fails on some targets.
12314
12315 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12316
12317 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12318 * gdb.cp/pr9167.exp: Likewise.
12319
12320 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12321
12322 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12323
12324 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12325
12326 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12327
12328 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12329
12330 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12331
12332 2010-06-11 Tom Tromey <tromey@redhat.com>
12333
12334 PR gdb/9977, PR exp/11636::
12335 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12336 (pieces_test_f6): Update expected output.
12337
12338 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12339
12340 * gdb.base/moribund-step.exp: New.
12341
12342 2010-06-08 Michael Snyder <msnyder@vmware.com>
12343
12344 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12345 * gdb.ada/boolean_expr.exp:
12346 * gdb.ada/frame_args.exp: Ditto.
12347 * gdb.ada/lang_switch.exp: Ditto.
12348 * gdb.ada/ptype_arith_binop.exp: Ditto.
12349 * gdb.ada/ref_param.exp: Ditto.
12350 * gdb.ada/type_coercion.exp:Ditto.
12351
12352 * gdb.asm/asm-source.exp: Ditto.
12353
12354 * gdb.base/attach.exp: Ditto.
12355 * gdb.base/bitfields2.exp: Ditto.
12356 * gdb.base/call-signal-resume.exp: Ditto.
12357 * gdb.base/callfuncs.exp: Ditto.
12358 * gdb.base/commands.exp: Ditto.
12359 * gdb.base/dbx.exp: Ditto.
12360 * gdb.base/default.exp: Ditto.
12361 * gdb.base/dump.exp: Ditto.
12362 * gdb.base/exprs.exp: Ditto.
12363 * gdb.base/freebpcmd.exp: Ditto.
12364 * gdb.base/interrupt.exp: Ditto.
12365 * gdb.base/list.exp: Ditto.
12366 * gdb.base/long_long.exp: Ditto.
12367 * gdb.base/maint.exp: Ditto.
12368 * gdb.base/ptype.exp: Ditto.
12369 * gdb.base/return.exp: Ditto.
12370 * gdb.base/setshow.exp: Ditto.
12371 * gdb.base/sigbpt.exp: Ditto.
12372 * gdb.base/sigrepeat.exp: Ditto.
12373
12374 * gdb.cp/classes.exp: Ditto.
12375
12376 * gdb.dwarf2/dw2-restore.exp: Ditto.
12377
12378 * gdb.gdb/selftest.exp: Ditto.
12379
12380 * gdb.multi/base.exp: Ditto.
12381 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12382
12383 * gdb.python/py-block.exp: Ditto.
12384 * gdb.python/py-prettyprint.exp: Ditto.
12385 * gdb.python/py-template.exp: Ditto.
12386
12387 * gdb.server/ext-attach.exp: Ditto.
12388 * gdb.server/ext-run.exp: Ditto.
12389 * gdb.server/server-mon.exp: Ditto.
12390
12391 * gdb.threads/fork-thread-pending.exp: Ditto.
12392 * gdb.threads/hand-call-in-threads.exp: Ditto.
12393 * gdb.threads/interrupted-hand-call.exp: Ditto.
12394 * gdb.threads/linux-dp.exp: Ditto.
12395 * gdb.threads/manythreads.exp: Ditto.
12396 * gdb.threads/print-threads.exp: Ditto.
12397 * gdb.threads/pthreads.exp: Ditto.
12398 * gdb.threads/schedlock.exp: Ditto.
12399 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12400 * gdb.threads/threadapply.exp: Ditto.
12401
12402 2010-06-08 Michael Snyder <msnyder@vmware.com>
12403
12404 * gdb.ada/exec_changed.exp:
12405 Use ".*" instead of "" as wildcard regexp.
12406
12407 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12408 * gdb.base/call-ar-st.exp: Ditto.
12409 * gdb.base/checkpoint.exp: Ditto.
12410 * gdb.base/default.exp: Ditto.
12411 * gdb.base/dump.exp: Ditto.
12412 * gdb.base/ending-run.exp: Ditto.
12413 * gdb.base/fileio.exp: Ditto.
12414 * gdb.base/miscexprs.exp: Ditto.
12415 * gdb.base/pointers.exp: Ditto.
12416 * gdb.base/readline.exp: Ditto.
12417 * gdb.base/reread.exp: Ditto.
12418 * gdb.base/restore.exp: Ditto.
12419 * gdb.base/shlib-call.exp: Ditto.
12420 * gdb.base/valgrind-db-attach.exp: Ditto.
12421 * gdb.base/volatile.exp: Ditto.
12422 * gdb.base/watchpoints.exp: Ditto.
12423
12424 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12425
12426 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12427 * gdb.python/py-value.exp: Ditto.
12428
12429 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12430 * gdb.trace/circ.exp: Ditto.
12431 * gdb.trace/collection.exp: Ditto.
12432 * gdb.trace/packetlen.exp: Ditto.
12433 * gdb.trace/passc-dyn.exp: Ditto.
12434 * gdb.trace/report.exp: Ditto.
12435 * gdb.trace/tfile.exp: Ditto.
12436 * gdb.trace/tfind.exp: Ditto.
12437 * gdb.trace/while-dyn.exp: Ditto.
12438
12439 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12440
12441 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12442
12443 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12444
12445 Test PR 10640.
12446 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12447
12448 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12449
12450 * gdb.cp/koenig.exp: Test for ADL operators.
12451 * gdb.cp/koenig.cc: Added ADL operators.
12452 * gdb.cp/operator.exp: New test.
12453 * gdb.cp/operator.cc: New test.
12454
12455 2010-06-04 Michael Snyder <msnyder@vmware.com>
12456
12457 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12458 * gdb.base/pending.exp: Ditto.
12459
12460 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12461
12462 2010-06-04 Doug Evans <dje@google.com>
12463
12464 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12465 disabled printers.
12466 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12467 (enable_lookup_function): New function.
12468
12469 2010-06-04 Tom Tromey <tromey@redhat.com>
12470
12471 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12472 of hash and id.
12473
12474 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12477 newline.
12478 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12479 (empty verbose non-noisy clear, empty verbose noisy clear)
12480 (empty non-verbose noisy clear): Likewise.
12481
12482 2010-06-03 Michael Snyder <msnyder@vmware.com>
12483
12484 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12485 * gdb.base/display.exp: Ditto.
12486 * gdb.base/find.exp: Ditto.
12487 * gdb.base/ifelse.exp: Ditto.
12488 * gdb.base/multi-forks.exp: Ditto.
12489 * gdb.base/recurse.exp: Ditto.
12490 * gdb.base/setshow.exp: Ditto.
12491 * gdb.base/value-double-free.exp: Ditto.
12492 * gdb.base/watch-vfork.exp: Ditto.
12493 * gdb.base/watch_thread_num.exp: Ditto.
12494 * gdb.base/watchpoint-solib.exp: Ditto.
12495 * gdb.base/watchpoint.exp: Ditto.
12496 * gdb.base/watchpoints.exp: Ditto.
12497
12498 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12499 * gdb.cp/overload.exp: Ditto.
12500 * gdb.cp/virtfunc.exp: Ditto.
12501
12502 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12503
12504 * gdb.reverse/watch-precsave.exp:
12505 Replace gdb_test with gdb_test_no_output.
12506
12507 * gdb.threads/attach-into-signal.exp:
12508 Replace gdb_test with gdb_test_no_output.
12509 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12510 * gdb.threads/watchthreads.exp: Ditto.
12511 * gdb.threads/watchthreads2.exp: Ditto.
12512
12513 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12514 * gdb.trace/tfind.exp: Ditto.
12515
12516 2010-06-03 Joel Brobecker <brobecker@adacore.com>
12517
12518 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12519 successful test if message is the empty string.
12520
12521 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 * gdb.fortran/module.exp (stopped language detection): New test.
12524
12525 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12526
12527 Support DW_TAG_module as separate namespaces.
12528 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12529 gdb.fortran/library-module-lib.f90: New.
12530 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12531 (print i): Remove.
12532 (continue to breakpoint: i-is-1, print var_i value 1)
12533 (continue to breakpoint: i-is-2, print var_i value 2)
12534 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12535 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12536 (complete `modmany, complete `modmany`, complete `modmany`var)
12537 (show language, setting breakpoint at module): New tests.
12538 * gdb.fortran/module.f90 (module mod): Remove.
12539 (module mod1, module mod2, module modmany, subroutine sub1)
12540 (subroutine sub2, program module): New.
12541
12542 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12545 (print value of rUC, print value of rI, print value of UI): ... here.
12546 * gdb.cp/anon-union.exp (pass): Rename to ...
12547 (print z 2): ... here.
12548
12549 2010-06-02 Michael Snyder <msnyder@vmware.com>
12550
12551 * gdb.trace/actions.exp: Use gdb_test_no_output.
12552 * gdb.trace/circ.exp: Ditto.
12553 * gdb.trace/packetlen.exp: Ditto.
12554 * gdb.trace/save-trace.exp: Ditto.
12555 * gdb.trace/tracecmd.exp: Ditto.
12556 * gdb.trace/tsv.exp: Ditto.
12557
12558 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12559 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12560 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12561 * gdb.threads/manythreads.exp: Ditto.
12562 * gdb.threads/print-threads.exp: Ditto.
12563 * gdb.threads/pthreads.exp: Ditto.
12564 * gdb.threads/schedlock.exp: Ditto.
12565 * gdb.threads/staticthreads.exp: Ditto.
12566 * gdb.threads/thread-specific.exp: Ditto.
12567 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12568 * gdb.threads/threadapply.exp: Ditto.
12569 * gdb.threads/watchthreads.exp: Ditto.
12570 * gdb.threads/watchthreads2.exp: Ditto.
12571
12572 * gdb.python/py-block.exp: Use gdb_test_no_output.
12573 * gdb.python/py-prettyprint.exp: Ditto.
12574 * gdb.python/py-template.exp: Ditto.
12575 * gdb.python/py-value.exp: Ditto.
12576
12577 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12578 * gdb.reverse/watch-reverse.exp: Ditto.
12579
12580 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12581 * gdb.server/ext-run.exp: Ditto.
12582
12583 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12584 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12585 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12586 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12587 * gdb.dwarf2/dw2-producer.exp: Ditto.
12588 * gdb.dwarf2/mac-fileno.exp: Ditto.
12589
12590 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12591 * gdb.gdb/selftest.exp: Ditto.
12592
12593 * gdb.multi/base.exp: Use gdb_test_no_output.
12594
12595 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12596
12597 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12600
12601 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12602
12603 * gdb.cp/class2.exp: Use gdb_test_no_output.
12604 * gdb.cp/classes.exp: Ditto.
12605 * gdb.cp/extern-c.exp: Ditto.
12606 * gdb.cp/inherit.exp: Ditto.
12607 * gdb.cp/maint.exp: Ditto.
12608 * gdb.cp/mb-inline.exp: Ditto.
12609 * gdb.cp/mb-templates.exp: Ditto.
12610 * gdb.cp/method2.exp: Ditto.
12611 * gdb.cp/misc.exp: Ditto.
12612 * gdb.cp/ovldbreak.exp: Ditto.
12613 * gdb.cp/punctuator.exp: Ditto.
12614 * gdb.cp/templates.exp: Ditto.
12615 * gdb.cp/virtbase.exp: Ditto.
12616
12617 * gdb.threads/attach-stopped.exp:
12618 Replace uses of send_gdb / gdb_expect.
12619 * gdb.threads/attachstop-mt.exp:
12620 Replace uses of send_gdb / gdb_expect.
12621 * gdb.threads/gcore-thread.exp:
12622 Replace uses of send_gdb / gdb_expect.
12623 * gdb.threads/hand-call-in-threads.exp:
12624 Replace uses of send_gdb / gdb_expect.
12625 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12626 * gdb.threads/print-threads.exp:
12627 Replace uses of send_gdb / gdb_expect.
12628 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12629 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12630 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12631
12632 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12633 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12634 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12635 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12636 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12637 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12638 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12639 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12640 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12641 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12642 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12643
12644 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12645
12646 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12647
12648 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12649
12650 * gdb.cp/koenig.exp: Added new test case.
12651 * gdb.cp/koenig.cc: Ditto.
12652
12653 2010-06-01 Michael Snyder <msnyder@vmware.com>
12654
12655 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12656 * gdb.base/arrayidx.exp: Ditto.
12657 * gdb.base/attach.exp: Ditto.
12658 * gdb.base/auxv.exp: Ditto.
12659 * gdb.base/bigcre.exp: Ditto.
12660 * gdb.base/break-always.exp: Ditto.
12661 * gdb.base/break-interp.exp: Ditto.
12662 * gdb.base/break.exp: Ditto.
12663 * gdb.base/breakpoint-shadow.exp: Ditto.
12664 * gdb.base/call-ar-st.exp: Ditto.
12665 * gdb.base/call-sc.exp: Ditto.
12666 * gdb.base/call-signal-resume.exp: Ditto.
12667 * gdb.base/callfuncs.exp: Ditto.
12668 * gdb.base/catch-syscall.exp: Ditto.
12669 * gdb.base/charset.exp: Ditto.
12670 * gdb.base/code-expr.exp: Ditto.
12671 * gdb.base/commands.exp: Ditto.
12672 * gdb.base/cond-expr.exp: Ditto.
12673 * gdb.base/condbreak.exp: Ditto.
12674 * gdb.base/cursal.exp: Ditto.
12675 * gdb.base/cvexpr.exp: Ditto.
12676 * gdb.base/default.exp: Ditto.
12677 * gdb.base/del.exp: Ditto.
12678 * gdb.base/detach.exp: Ditto.
12679 * gdb.base/display.exp: Ditto.
12680 * gdb.base/ena-dis-br.exp: Ditto.
12681 * gdb.base/eval-skip.exp: Ditto.
12682 * gdb.base/foll-fork.exp: Ditto.
12683 * gdb.base/foll-vfork.exp: Ditto.
12684 * gdb.base/frame-args.exp: Ditto.
12685 * gdb.base/funcargs.exp: Ditto.
12686 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12687 * gdb.base/gdbvars.exp: Ditto.
12688 * gdb.base/help.exp: Ditto.
12689 * gdb.base/ifelse.exp: Ditto.
12690 * gdb.base/included.exp: Ditto.
12691 * gdb.base/list.exp: Ditto.
12692 * gdb.base/macscp.exp: Ditto.
12693 * gdb.base/maint.exp: Ditto.
12694 * gdb.base/multi-fork.exp: Ditto.
12695 * gdb.base/overlays.exp: Ditto.
12696 * gdb.base/page.exp: Ditto.
12697 * gdb.base/pending.exp: Ditto.
12698 * gdb.base/pointers.exp: Ditto.
12699 * gdb.base/pr11022.exp: Ditto.
12700 * gdb.base/prelink.exp: Ditto.
12701 * gdb.base/printcmds.exp: Ditto.
12702 * gdb.base/psymtab.exp: Ditto.
12703 * gdb.base/randomize.exp: Ditto.
12704 * gdb.base/relational.exp: Ditto.
12705 * gdb.base/relocate.exp: Ditto.
12706 * gdb.base/remote.exp: Ditto.
12707 * gdb.base/sepdebug.exp: Ditto.
12708 * gdb.base/set-lang-auto.exp: Ditto.
12709 * gdb.base/setshow.exp: Ditto.
12710 * gdb.base/setvar.exp: Ditto.
12711 * gdb.base/signals.exp: Ditto.
12712 * gdb.base/signull.exp: Ditto.
12713 * gdb.base/sigstep.exp: Ditto.
12714 * gdb.base/sizeof.exp: Ditto.
12715 * gdb.base/solib-disc.exp: Ditto.
12716 * gdb.base/store.exp: Ditto.
12717 * gdb.base/structs.exp: Ditto.
12718 * gdb.base/structs2.exp: Ditto.
12719 * gdb.base/subst.exp: Ditto.
12720 * gdb.base/term.exp: Ditto.
12721 * gdb.base/trace-commands.exp: Ditto.
12722 * gdb.base/unwindonsignal.exp: Ditto.
12723 * gdb.base/valgrind-db-attach.exp: Ditto.
12724 * gdb.base/varargs.exp: Ditto.
12725 * gdb.base/watch-cond.exp: Ditto.
12726 * gdb.base/watch_thread_num.exp: Ditto.
12727 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12728 * gdb.base/watchpoint.exp: Ditto.
12729 * gdb.base/whatis-exp.exp: Ditto.
12730
12731 2010-06-01 Michael Snyder <msnyder@vmware.com>
12732
12733 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12734 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12735 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12736 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12737 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12738 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12739 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12740 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12741 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12742 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12743 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12744 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12745 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12746 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12747 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12748
12749 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12750
12751 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12752 trailing newline.
12753 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12754 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12755 (p *args): ... here and remove excessive trailing newline.
12756
12757 2010-05-31 Joel Brobecker <brobecker@adacore.com>
12758
12759 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12760
12761 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12762
12763 Accept the new Linux kernel "t (tracing stop)" string.
12764 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12765 Update comment.
12766 (state_wait) <T (tracing stop)>: New.
12767 (main): Update the state_wait expect string.
12768
12769 2010-05-28 Pedro Alves <pedro@codesourcery.com>
12770
12771 * limits.c, limits.exp: Delete files.
12772 * Makefile.in (clean mostlyclean): Adjust.
12773 * tracecmd.exp: Adjust.
12774
12775 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12776
12777 * gdb.base/tui-layout.exp: New.
12778
12779 2010-05-28 Michael Snyder <msnyder@vmware.com>
12780
12781 * gdb.reverse/break-precsave.exp:
12782 Replace uses of send_gdb / gdb_expect.
12783 * gdb.reverse/break-reverse.exp:
12784 Replace uses of send_gdb / gdb_expect.
12785 * gdb.reverse/consecutive-precsave.exp:
12786 Replace uses of send_gdb / gdb_expect.
12787 * gdb.reverse/consecutive-reverse.exp:
12788 Replace uses of send_gdb / gdb_expect.
12789 * gdb.reverse/finish-precsave.exp:
12790 Replace uses of send_gdb / gdb_expect.
12791 * gdb.reverse/finish-reverse.exp:
12792 Replace uses of send_gdb / gdb_expect.
12793 * gdb.reverse/i386-precsave.exp:
12794 Replace uses of send_gdb / gdb_expect.
12795 * gdb.reverse/i386-reverse.exp:
12796 Replace uses of send_gdb / gdb_expect.
12797 * gdb.reverse/i386-sse-reverse.exp:
12798 Replace uses of send_gdb / gdb_expect.
12799 * gdb.reverse/i387-env-reverse.exp:
12800 Replace uses of send_gdb / gdb_expect.
12801 * gdb.reverse/i387-stack-reverse.exp:
12802 Replace uses of send_gdb / gdb_expect.
12803 * gdb.reverse/machinestate-precsave.exp:
12804 Replace uses of send_gdb / gdb_expect.
12805 * gdb.reverse/machinestate.exp:
12806 Replace uses of send_gdb / gdb_expect.
12807 * gdb.reverse/sigall-precsave.exp:
12808 Replace uses of send_gdb / gdb_expect.
12809 * gdb.reverse/sigall-reverse.exp:
12810 Replace uses of send_gdb / gdb_expect.
12811 * gdb.reverse/solib-precsave.exp:
12812 Replace uses of send_gdb / gdb_expect.
12813 * gdb.reverse/solib-reverse.exp:
12814 Replace uses of send_gdb / gdb_expect.
12815 * gdb.reverse/step-precsave.exp:
12816 Replace uses of send_gdb / gdb_expect.
12817 * gdb.reverse/step-reverse.exp:
12818 Replace uses of send_gdb / gdb_expect.
12819 * gdb.reverse/until-precsave.exp:
12820 Replace uses of send_gdb / gdb_expect.
12821 * gdb.reverse/until-reverse.exp:
12822 Replace uses of send_gdb / gdb_expect.
12823 * gdb.reverse/watch-precsave.exp:
12824 Replace uses of send_gdb / gdb_expect.
12825 * gdb.reverse/watch-reverse.exp:
12826 Replace uses of send_gdb / gdb_expect.
12827
12828 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12829
12830 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12831 excessive newline.
12832
12833 2010-05-27 Michael Snyder <msnyder@vmware.com>
12834
12835 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
12836 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12837 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12838 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12839 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12840 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12841 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12842 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12843 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12844 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12845 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12846 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12847 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12848 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12849 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12850 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12851 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12852 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12853 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
12854
12855 2010-05-26 Michael Snyder <msnyder@vmware.com>
12856
12857 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12858 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12859
12860 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12861 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12862 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12863
12864 * gdb.reverse/consecutive-reverse.exp:
12865 Replace uses of send_gdb / gdb_expect.
12866 * gdb.reverse/consecutive-precsave.exp:
12867 Replace uses of send_gdb / gdb_expect.
12868
12869 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12870 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12871 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
12872 * gdb.mi/mi-ns-stale-regcache.exp:
12873 Replace uses of send_gdb / gdb_expect.
12874 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12875 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12876 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12877 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12878 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12879 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12880 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12881 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12882 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
12883
12884 2010-05-26 Michael Snyder <msnyder@vmware.com>
12885
12886 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
12887
12888 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
12889
12890 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12891 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12892 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12893 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12894 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12895 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12896 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12897 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12898 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
12899
12900 2010-05-25 Tom Tromey <tromey@redhat.com>
12901
12902 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12903
12904 2010-05-25 Tom Tromey <tromey@redhat.com>
12905
12906 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12907 argument order.
12908 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12909 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12910 order.
12911 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12912 order.
12913 * gdb.base/call-sc.exp (setup_kfails): Remove.
12914 (setup_compiler_kfails): Remove.
12915 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12916 argument order.
12917 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12918 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12919 (advancei): Fix setup_kfail argument order.
12920 * gdb.base/radix.exp: Fix setup_kfail argument order.
12921 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12922 order.
12923 * gdb.base/structs.exp (setup_kfails): Remove.
12924 (setup_compiler_kfails): Fix setup_kfail argument order.
12925 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12926 order.
12927 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12928 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12929 setup_kfail argument order.
12930 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12931
12932 2010-05-25 Tom Tromey <tromey@redhat.com>
12933
12934 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12935
12936 2010-05-25 Michael Snyder <msnyder@vmware.com>
12937
12938 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12939 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12940 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12941 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12942 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12943 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12944 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12945 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12946 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12947 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12948 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12949 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12950 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12951 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12952 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12953 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12954 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12955 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12956 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12957 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12958 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12959 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12960 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12961 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12962 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12963 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12964 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12965 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12966 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12967 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12968 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12969 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12970 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12971 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12972 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12973 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12974 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12975 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12976 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12977 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12978 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12979 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12980 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12981 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12982 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12983 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12984 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12985 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12986
12987 2010-05-25 Doug Evans <dje@google.com>
12988
12989 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12990 gdb.string_to_argv.
12991
12992 2010-05-21 Tom Tromey <tromey@redhat.com>
12993
12994 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12995 Call it.
12996 * gdb.dwarf2/pieces.S: Update.
12997 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12998
12999 2010-05-21 Tom Tromey <tromey@redhat.com>
13000
13001 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13002 Call it.
13003 * gdb.dwarf2/pieces.c (struct C): New.
13004 (f6): New function.
13005 * gdb.dwarf2/pieces.S: Replace.
13006
13007 2010-05-21 Tom Tromey <tromey@redhat.com>
13008
13009 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13010 Call it.
13011
13012 2010-05-21 Tom Tromey <tromey@redhat.com>
13013
13014 * gdb.dwarf2.pieces.exp: New file.
13015 * gdb.dwarf2.pieces.S: New file.
13016 * gdb.dwarf2.pieces.c: New file.
13017
13018 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13019 Joel Brobecker <brobecker@adacore.com>
13020
13021 * lib/gdb.exp (gdb_test_no_output): New function.
13022 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13023 when testing commands that should produce no output.
13024
13025 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13026
13027 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13028 parameter that we want to watch being a constant.
13029
13030 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13031
13032 * gdb.ada/cond_lang: New testcase.
13033
13034 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13035
13036 * lib/gdb.exp (banned_variables): New variable/constant.
13037 (gdb_init): Add write trace on variables listed in banned_variables.
13038 (gdb_finish): Remove write traces on variables listed in
13039 banned_variables.
13040
13041 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13042
13043 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13044 * gdb.cp/koenig.exp: Likewise.
13045
13046 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13047
13048 PR python/11482
13049
13050 * gdb.python/py-value.exp (test_value_hash): New function.
13051
13052 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13053
13054 PR exp/11530.
13055 * gdb.base/gdb11530.c: New file.
13056 * gdb.base/gdb11530.exp: New file.
13057
13058 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13061 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13062
13063 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13064
13065 * gdb.cp/koenig.exp: New test.
13066 * gdb.cp/koenig.cc: New test program.
13067
13068 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13069
13070 Remove the use of prms_id and bug_id throughout the testsuite.
13071
13072 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13073
13074 PR exp/11349.
13075 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13076 use a reference local variable.
13077
13078 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13079
13080 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13081 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13082 variable different_dir. Move debugfile into a full directory pathname
13083 under DIFFERENT_DIR.
13084 * lib/gdb.exp (separate_debug_filename): Remove.
13085 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13086 variable debug_dir and mkdir of it. Update function comments.
13087
13088 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13089
13090 PR gdb/11557
13091
13092 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13093 files.
13094
13095 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13096
13097 * gdb.python/py-param.exp: New File.
13098
13099 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13100
13101 * gdb.base/default.exp: Fix "set language" test.
13102
13103 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13104
13105 PR breakpoints/11531.
13106 * gdb.base/gdb11531.c: New file.
13107 * gdb.base/gdb11531.exp: New file.
13108
13109 2010-04-26 Tom Tromey <tromey@redhat.com>
13110
13111 * gdb.base/completion.exp: Add tests for completion and deprecated
13112 commands.
13113
13114 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13115
13116 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13117 (print /x char_array): Escape curly brackets.
13118
13119 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13120
13121 Fix deadlock on looped list of loaded shared objects.
13122 * gdb.base/solib-corrupted.exp: New.
13123
13124 2010-04-23 Doug Evans <dje@google.com>
13125
13126 * gdb.python/py-section-script.c: New file.
13127 * gdb.python/py-section-script.exp: New file.
13128 * gdb.python/py-section-script.py: New file.
13129
13130 2010-04-20 Chris Moller <cmoller@redhat.com>
13131
13132 PR 10179
13133
13134 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13135 * gdb.base/pr10179-a.c:
13136 * gdb.base/pr10179-b.c:
13137 * gdb.base/pr10179.exp: New files.
13138
13139 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13140
13141 Fix crashes on dangling display expressions.
13142 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13143 is SEP.
13144 (lib_flags): Remove the "debug" keyword.
13145 (libsepdebug): New variable for iterating new loop.
13146 (save_pf_prefix): New variable wrapping the loop.
13147 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13148 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13149
13150 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13151
13152 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13153
13154 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13155
13156 PR stabs/11479.
13157 * gdb.stabs/gdb11479.exp: New file.
13158 * gdb.stabs/gdb11479.c: New file.
13159
13160 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13161
13162 * gdb.base/charset.c (Strin16, String32): New variables.
13163 * gdb.base/charset.exp (gdb_test): Test correct display
13164 of 16 or 32 bit strings.
13165
13166 2010-04-21 Chris Moller <cmoller@redhat.com>
13167
13168 PR 9167
13169 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13170 * gdb.cp/pr9167.cc: New file.
13171 * gdb.cp/pr9167.exp: New file.
13172
13173
13174 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13175
13176 PR pascal/11492.
13177 * gdb.pascal/gdb11492.pas: New file.
13178 * gdb.pascal/gdb11492.exp: New file.
13179
13180 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13181
13182 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13183
13184 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13185
13186 * gdb.ada/dyn_loc: New testcase.
13187
13188 2010-04-20 Chris Moller <cmoller@redhat.com>
13189
13190 PR 10867
13191
13192 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13193 * gdb.cp/pr10687.cc: New file.
13194 * gdb.cp/pr10687.exp: New file.
13195
13196
13197 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13198 Sergio Durigan Junior <sergiodj@redhat.com>
13199
13200 * gdb.fortran/logical.exp: New testcase.
13201 * gdb.fortran/logical.f90: New file.
13202
13203 2010-04-19 Doug Evans <dje@google.com>
13204
13205 * gdb.base/help.exp (help source): Update expected output.
13206
13207 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13208
13209 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13210 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13211 gdb_exit and return.
13212 (executable): New variable.
13213 (binfile): Use it.
13214
13215 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13216
13217 PR breakpoints/8554.
13218
13219 * gdb.trace/save-trace.exp: Adjust.
13220
13221 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13222
13223 PR corefiles/11511
13224 * gdb.arch/system-gcore.exp: New.
13225 * gdb.arch/gcore.c: Likewise.
13226
13227 2010-04-15 Doug Evans <dje@google.com>
13228
13229 * gdb.python/py-progspace.c: New file.
13230 * gdb.python/py-progspace.exp: New file.
13231
13232 * gdb.base/source.exp: Add tests for "source -s".
13233
13234 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13235
13236 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13237 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13238 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13239 * gdb.python/py-mi.exp: New test for to_string returning None.
13240
13241 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13242
13243 * gdb.python/py-breakpoint.c: Make result global.
13244
13245 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13246
13247 Fix non-GNU make compatibility.
13248 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13249
13250 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13251
13252 * gdb.python/py-breakpoint.exp: New File.
13253 * gdb.python/py-breakpoint.C: Ditto.
13254
13255 2010-04-08 Stan Shebs <stan@codesourcery.com>
13256
13257 * gdb.trace/actions.exp: Clear default-collect.
13258 * gdb.trace/save-trace.exp: Clear default-collect.
13259
13260 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13261
13262 * gdb.python/py-value: Add null string variable.
13263 (test_lazy_string): Test zero length, NULL address lazy
13264 strings.
13265
13266 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13267
13268 * gdb.arch/i386-avx.c: New.
13269 * gdb.arch/i386-avx.exp: Likewise.
13270
13271 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13272
13273 2010-04-06 Doug Evans <dje@google.com>
13274
13275 * gdb.base/source-test.gdb: New file.
13276 * gdb.base/source.exp: Test source -v.
13277
13278 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13279
13280 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13281
13282 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13283
13284 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13285 within one line, unless it is followed by a double quote.
13286 * gdb.stabs/hppa.sed: Idem.
13287 * gdb.stabs/weird.def: Add char and String constants
13288 * gdb.stabs/weird.exp: Check for correct parsing of
13289 char and string constants.
13290 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13291 in .stabs to .stabx substitution.
13292
13293 2010-04-05 Stan Shebs <stan@codesourcery.com>
13294
13295 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13296 constant global.
13297 * gdb.trace/tfile.exp: Try to print them.
13298
13299 2010-04-04 Stan Shebs <stan@codesourcery.com>
13300
13301 * gdb.base/completion.exp: Update for new "info watchpoints".
13302 * gdb.base/default.exp: Ditto.
13303 * gdb.base/help.exp: Ditto.
13304 * gdb.base/watchpoint.exp: Ditto.
13305 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13306
13307 2010-04-04 Stan Shebs <stan@codesourcery.com>
13308
13309 * gdb.trace/tfile.exp: Sharpen tfind test.
13310
13311 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13312
13313 * gdb.base/break-entry.exp: New.
13314
13315 2010-04-02 Hui Zhu <teawater@gmail.com>
13316 Michael Snyder <msnyder@vmware.com>
13317
13318 * gdb.reverse/i386-sse-reverse.exp: New file.
13319 * gdb.reverse/i386-sse-reverse.c: New file.
13320
13321 2010-04-02 Pedro Alves <pedro@codesourcery.com>
13322
13323 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13324
13325 2010-04-01 Stan Shebs <stan@codesourcery.com>
13326
13327 * gdb.trace/actions.exp: Tweak expected output.
13328 * gdb.trace/while-stepping.exp: Tweak expected output.
13329
13330 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13331
13332 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13333
13334 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13335
13336 * gdb.base/commands.exp: Adjust.
13337 * gdb.cp/extern-c.exp: Adjust.
13338
13339 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13340
13341 * gdb.trace/collection.c (local_test_func): Define a local struct,
13342 and instanciate it.
13343
13344 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13345
13346 * gdb.trace/collection.exp (gdb_collect_args_test)
13347 (gdb_collect_argarray_test): XFAIL the tests that assume the
13348 argarray argument's elements are collected.
13349
13350 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13353 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13354
13355 2010-03-31 Stan Shebs <stan@codesourcery.com>
13356
13357 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13358 and tracepoint conditionals.
13359 (gdb_verify_tracepoints): Delete unused return.
13360
13361 2010-03-26 Keith Seitz <keiths@redhat.com>
13362
13363 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13364 appear in the output before main.
13365 Remove KFAIL for gdb/2215 aka bz 9320.
13366
13367 2010-03-30 Doug Evans <dje@google.com>
13368
13369 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13370 by dejagnu.
13371 * gdb.arch/amd64-dword.exp: Ditto.
13372
13373 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13374 match.
13375 (break printf): Ditto.
13376
13377 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13378
13379 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13380 gcc < 4.4.
13381 * gdb.cp/shadow.exp: Ditto.
13382
13383 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13384
13385 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13386 "tstart" is silent.
13387
13388 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13389
13390 * gdb.trace/collection.exp (executable): New.
13391 (binfile): Use it.
13392 (fpreg, spreg, pcreg): New.
13393 (test_register): Use gdb_test_multiple. Pass /x to print.
13394 (prepare_for_trace_test): New.
13395 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13396 (gdb_collect_args_test, gdb_collect_argstruct_test)
13397 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13398 prepare_for_trace_test.
13399 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13400 fpreg, spreg and pcreg.
13401 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13402 prepare_for_trace_test.
13403 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13404 try to detect tracing support here. Don't set breakpoints at
13405 `begin' or `end' here.
13406 <global scope>: Use clean_restart. Run to main before checking
13407 for tracing support. Check for for tracing support here.
13408
13409 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13410
13411 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13412 " as $displacement" to "seen displacement message".
13413
13414 2010-03-28 Pedro Alves <pedro@codesourcery.com>
13415
13416 * gdb.trace/while-dyn.exp (executable): New variable.
13417 (binfile): Use it.
13418 (test_while_stepping): New function. Move most tests here. Call
13419 it once for each of the while-stepping, stepping and ws aliases.
13420
13421 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13422
13423 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13424 that do not provide the tagless_struct type name at all.
13425 (test_print_anon_union): Do not check value of uninitialized
13426 union member. Do not use cp_test_ptype_class, so we can accept
13427 "long" as well as "long int".
13428
13429 2010-03-26 Pedro Alves <pedro@codesourcery.com>
13430
13431 * gdb.trace/tfile.c (tohex, bin2hex): New.
13432 (write_error_trace_file): Hexify error description.
13433
13434 2010-03-25 Stan Shebs <stan@codesourcery.com>
13435
13436 * gdb.trace/tfile.c: Generate an additional trace file, improve
13437 portability.
13438 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13439 files in a better way.
13440
13441 2010-03-25 Keith Seitz <keiths@redhat.com>
13442
13443 * gdb.java/jprint.exp: XFAIL printing of static class members
13444 because of GCC debuginfo problem.
13445
13446 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13447
13448 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13449
13450 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13451
13452 * gdb.base/completion.exp: Allow long instead of long int.
13453 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13454 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13455 variable p.
13456 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13457 * gdb.base/pointers.exp: Allow long instead of long int.
13458 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13459 * gdb.base/step-line.exp: Allow a directory before the source file name.
13460
13461 2010-03-24 Tom Tromey <tromey@redhat.com>
13462
13463 PR breakpoints/9352:
13464 * gdb.base/default.exp: Update.
13465 * gdb.base/commands.exp: Update.
13466 * gdb.cp/extern-c.exp: Test setting commands on multiple
13467 breakpoints at once.
13468
13469 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13470
13471 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13472 if gdb,nosignals.
13473 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13474 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13475 exited".
13476
13477 2010-03-24 Stan Shebs <stan@codesourcery.com>
13478
13479 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13480
13481 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13482
13483 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13484 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13485 argument. Handle "short" and "long".
13486 (Top level): Pass overprototyped output for old_fptr and xptr.
13487
13488 2010-03-23 Pedro Alves <pedro@codesourcery.com>
13489
13490 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13491 format strings and add casts to avoid compiler warnings.
13492
13493 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13494
13495 * lib/trace-support.exp (gdb_trace_setactions):
13496 Don't expect whitespace after ">" prompt.
13497 * gdb.trace/actions.exp: Adjust for output changes.
13498 * gdb.trace/while-stepping.exp: Likewise.
13499
13500 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13503 and r157645).
13504
13505 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13506
13507 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13508 New.
13509
13510 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13511
13512 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13513 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13514
13515 2010-03-19 Stan Shebs <stan@codesourcery.com>
13516
13517 * gdb.trace/ax.exp: New file.
13518
13519 2010-03-19 Doug Evans <dje@google.com>
13520
13521 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13522 output from gcc.
13523
13524 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13525 named /usr/sbin/prelink<foo>.
13526
13527 2010-03-18 Stan Shebs <stan@codesourcery.com>
13528
13529 * gdb.trace/circ.exp: Test circular-trace-buffer.
13530 * gdb.trace/tfile.exp: Update tstatus test.
13531
13532 2010-03-18 Joel Brobecker <brobecker@adacore.com>
13533
13534 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13535 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13536
13537 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13538
13539 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13540
13541 2010-03-18 Pedro Alves <pedro@codesourcery.com>
13542
13543 * gdb.base/default.exp: Adjust the expected output of the finish
13544 and until commands when the inferior is not being run.
13545
13546 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13547
13548 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13549 * gdb.cp/nsusing.exp: Ditto.
13550
13551 2010-03-15 Tom Tromey <tromey@redhat.com>
13552
13553 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13554 * gdb.cp/userdef.cc (operator==): New function.
13555 (main): New locals mem1, mem2.
13556
13557 2010-03-15 Jie Zhang <jie@codesourcery.com>
13558
13559 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13560 Declare and use new loadtimeout variable.
13561
13562 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13563
13564 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13565 Use gdb_load later.
13566
13567 2010-03-14 Pedro Alves <pedro@codesourcery.com>
13568
13569 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13570 literal. Add missing endlines to prints to stderr.
13571
13572 2010-03-12 Tom Tromey <tromey@redhat.com>
13573
13574 PR c++/9708:
13575 * gdb.cp/m-static.exp: Add regression test.
13576 * gdb.cp/m-static.cc (method): New method.
13577 (main): Call it.
13578
13579 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13580
13581 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13582 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13583
13584 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13585
13586 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13587
13588 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13589
13590 * lib/gdb.exp (skip_stl_tests): New.
13591 (gdb_compile): Symbian needs -ldl.
13592 (shlib_target_file): New.
13593 (shlib_symbol_file): New.
13594 (gdb_load_shlibs): Use shlib_target_file.
13595 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13596 * gdb.cp/exception.exp: Use skip_stl_tests.
13597 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13598 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13599 * gdb.cp/mb-templates.exp: Ditto.
13600 * gdb.base/commands.exp: Relax regexes.
13601 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13602 shlib_target_file and shlib_symbol_file.
13603 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13604 sections.
13605 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13606 * gdb.base/solib-disc.exp: Use
13607 shlib_target_file and shlib_symbol_file.
13608 * gdb.base/unload.exp: Don't skip on symbian. Use
13609 shlib_target_file and shlib_symbol_file.
13610 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13611
13612 2010-03-12 Pedro Alves <pedro@codesourcery.com>
13613
13614 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13615 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13616 Issue a tfind end before looking for a tracepoint frame.
13617 * gdb.trace/tfind.exp: Adjust tstatus output.
13618 Adjust disassembly output.
13619 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13620
13621 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13622
13623 * gdb.base/break-interp.exp: Create new displacement parameter value
13624 for the test_ld calls.
13625 (reach): New parameter displacement, verify its content. New push of
13626 pf_prefix "reach-$func:". Import global expect_out.
13627 (test_core): New parameter displacement, verify its content. New push
13628 of pf_prefix "core:". New command "set verbose on". Import global
13629 expect_out.
13630 (test_attach): New parameter displacement, verify its content. New
13631 push of pf_prefix "attach:". New command "set verbose on". Import
13632 global expect_out.
13633 (test_ld): New parameter displacement, pass it to the reach, test_core
13634 and test_attach calls and verify its content in the "ld.so exit" test.
13635 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13636 (prelink): Update expected text, use gdb_test.
13637
13638 2010-03-10 Doug Evans <dje@google.com>
13639
13640 * gdb.base/checkpoint.exp: Fix comment.
13641 Lengthen timeout while doing >600 checkpoints test.
13642 Rename duplicate "kill all one" test to keep test names unique.
13643
13644 2010-03-10 Pedro Alves <pedro@codesourcery.com>
13645
13646 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13647
13648 2010-03-08 Keith Seitz <keiths@redhat.com>
13649
13650 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13651 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13652 (dm_type_long): New function.
13653 (dm_type_unsigned_short): New function.
13654 (dm_type_unsigned_long): New function.
13655 (myint): New typedef.
13656 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13657 long, unsigned shor and long, operator char*, and typedef.
13658 (test_lookup_operator_functions): Add operator char* test.
13659 (test_paddr_operator_functions): Likewise.
13660 (test_paddr_overloaded_functions): Use probe values for
13661 short, long, and unsigned short and long.
13662 (test_paddr_hairy_functions): If the demangler probe detected
13663 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13664 demangler.
13665 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13666 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13667 and "print null_pmf".
13668 Add test "ptype a.*pmf".
13669 * gdb.cp/overload.exp: Allow optional "int" to appear with
13670 "short" and "long".
13671 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13672 long expect value for men_overload1arg.
13673 Allow "int" to appear with "short" and "long".
13674 When testing "info break", add argument for main (void).
13675 Also allow "int" to appear with "short" and "long".
13676 Ditto with "unsigned" and "long long".
13677 * gdb.java/jmain.exp: Do not enclose methods names in single
13678 quotes.
13679 * gdb.java/jmisc.exp: Likewise.
13680 * gdb.java/jprint.exp: Likewise.
13681 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13682
13683 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13684 * gdb.cp/exception.exp (backtrace after first throw)
13685 (backtrace after second throw): Allow a namespace before __cxa_throw.
13686 (backtrace after first catch, backtrace after second catch): Allow
13687 a namespace before __cxa_begin_catch.
13688
13689 * gdb.cp/cpexprs.exp: New file.
13690 * gdb.cp/cpexprs.cc: New file.
13691
13692 From Daniel Jacobowitz <dan@codesourcery.com>
13693 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13694 to use string_to_regexp.
13695 (ctor, dtor): New functions. Use them to match constructor
13696 and destructor function types.
13697 (Top level): Use runto_main.
13698
13699 2010-03-05 Tom Tromey <tromey@redhat.com>
13700
13701 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13702 gdb.target_charset.
13703 (pp_ns.to_string): Likewise.
13704
13705 2010-03-04 Keith Seitz <keiths@redhat.com>
13706
13707 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13708 can be quoted. Test that both the filename and function/line
13709 portions can be quoted at the same time.
13710
13711 2010-03-04 Pedro Alves <pedro@codesourcery.com>
13712
13713 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13714
13715 2010-03-03 Doug Evans <dje@google.com>
13716
13717 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13718 libc contains libpthread.
13719
13720 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13721 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13722 of gdb_compile. Add another pattern to match android backtrace.
13723
13724 2010-03-03 Tom Tromey <tromey@redhat.com>
13725
13726 PR gdb/11345:
13727 * gdb.base/printcmds.exp (test_printf): Add test.
13728
13729 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13730
13731 * gdb.arch/amd64-byte.exp: New.
13732 * gdb.arch/amd64-dword.exp: Likewise.
13733 * gdb.arch/amd64-pseudo.c: Likewise.
13734 * gdb.arch/amd64-word.exp: Likewise.
13735 * gdb.arch/i386-byte.exp: Likewise.
13736 * gdb.arch/i386-pseudo.c: Likewise.
13737 * gdb.arch/i386-word.exp: Likewise.
13738
13739 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13740
13741 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13742 types. Add structreg, bitfields, and flags registers.
13743 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13744 registers.
13745
13746 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13747
13748 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13749 (load_description): Set architecture if defined.
13750
13751 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13752
13753 * gdb.python/py-frame.exp: Add read_var block tests.
13754 * gdb.python/py-frame.c (block): New function.
13755
13756 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13757 Daniel Jacobowitz <dan@codesourcery.com>
13758
13759 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13760
13761 2010-02-25 David S. Miller <davem@davemloft.net>
13762
13763 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13764 fix logic for setting all_syscalls_numbers.
13765
13766 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13767
13768 * Makefile.in: Add py-block and py-symbol.
13769 * gdb.python/py-symbol.exp: New File.
13770 * gdb.python/py-symtab.exp: New File.
13771 * gdb.python/py-block.exp: New File.
13772 * gdb.python/py-symbol.c: New File.
13773 * gdb.python/py-block.c: New File.
13774
13775 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13776
13777 PR python/11314
13778 * lib/gdb.exp (skip_python_tests): New function.
13779 * gdb.python/py-cmd.exp: Use skip_python_tests.
13780 * gdb.python/py-frame.exp: Likewise.
13781 * gdb.python/py-function.exp: Likewise.
13782 * gdb.python/py-prettyprint.exp: Likewise.
13783 * gdb.python/py-template.exp: Likewise.
13784 * gdb.python/py-type.exp: Likewise.
13785 * gdb.python/py-value.exp: Likewise.
13786
13787 2010-02-22 Pedro Alves <pedro@codesourcery.com>
13788
13789 PR9605
13790
13791 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13792
13793 2010-02-19 Tom Tromey <tromey@redhat.com>
13794
13795 PR c++/8693, PR c++/9496:
13796 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13797 regression tests.
13798
13799 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13800
13801 Fix compatibility with m68k as.
13802 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13803 Use only /* comments */.
13804
13805 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13806
13807 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13808 * configure: Regenerate.
13809
13810 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13811
13812 * gdb.python/py-type.exp: Check for Python support.
13813
13814 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13815
13816 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13817 `regsub' syntax available.
13818
13819 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13820
13821 * gdb.base/shmain.c (main): Remove printf call.
13822 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13823 * gdb.base/unload.c (main): Make format of fprintf a string
13824 literal. Add missing endlines to prints to stderr.
13825 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13826
13827 2010-02-17 Tom Tromey <tromey@redhat.com>
13828
13829 * gdb.java/jprint.java (jprint.props): New field.
13830 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13831
13832 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13833
13834 * gdb.base/charset.exp: Don't assume new `regsub' syntax
13835 available.
13836
13837 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13838
13839 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13840 creation to support remote host testing.
13841
13842 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13843
13844 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13845 Recognize "command not found".
13846
13847 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13848
13849 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13850 single-stepping.
13851
13852 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13853
13854 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13855 if arguments are not supported.
13856
13857 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13858
13859 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13860 be const or non-const.
13861
13862 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13863
13864 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13865 mi_send_resuming_command to send -exec-continue.
13866
13867 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13868
13869 * gdb.base/list.exp (test_list_filename_and_function): Add test
13870 with single quotes.
13871 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13872 matching.
13873 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13874 Add KFAIL'd tests for PR gdb/11289.
13875
13876 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13877
13878 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13879
13880 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13881
13882 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13883 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13884 a temporary directory.
13885
13886 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13887
13888 * gdb.base/charset.exp: Use a single regular expression to match
13889 show host-charset and show target-charset output.
13890
13891 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13892
13893 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13894 "Illegal process-id" expect string more exact.
13895 (attach to digits-starting nonsense is prohibited): New.
13896
13897 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13898
13899 * gdb.base/prelink.exp (set verbose on): New.
13900
13901 2010-02-12 Tomas Holmberg <th@virtutech.com>
13902
13903 * mi-reverse.exp: New file. Test for reverse option to the
13904 following MI commands: exec-continue, exec-finish, exec-next,
13905 exec-step, exec-next-instruction, exec-step-instruction.
13906
13907 2010-02-09 Joel Brobecker <brobecker@adacore.com>
13908
13909 * gdb.ada/ptype_tagged_param: New testcase.
13910
13911 2010-02-08 Tom Tromey <tromey@redhat.com>
13912
13913 PR c++/8017:
13914 * gdb.cp/overload.exp: Add tests.
13915 * gdb.cp/overload.cc (struct K): New.
13916 (namespace N): New.
13917 (main): Call new functions.
13918 (K::staticoverload): Define.
13919
13920 2010-02-08 Chris Moller <moller@mollerware.com>
13921
13922 PR gdb/10728
13923 * gdb.cp/pr10728-x.h: New file.
13924 * gdb.cp/pr10728-x.cc: New file.
13925 * gdb.cp/pr10728-y.cc: New file.
13926 * gdb.cp/pr10728.exp: New file.
13927 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13928
13929 2010-02-08 Chris Moller <moller@mollerware.com>
13930
13931 PR gdb/9067
13932 * gdb.cp/pr9067.exp: New
13933 * gdb.cp/pr9067.cc: New
13934 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13935
13936 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13937
13938 * lib/gdb.exp (gdb_test_timeout): New global variable.
13939 Set it to timeout if not already set.
13940 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13941
13942 2010-02-05 Doug Evans <dje@google.com>
13943
13944 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13945 user.
13946
13947 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13948
13949 PR c++/7935:
13950 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13951
13952 2010-02-04 Tom Tromey <tromey@redhat.com>
13953
13954 * gdb.cp/virtbase.exp: Make test case names unique.
13955
13956 2010-02-02 Tom Tromey <tromey@redhat.com>
13957
13958 * gdb.cp/virtbase.exp: Add regression tests.
13959 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13960 (main): Instantiate RHC.
13961
13962 2010-02-02 Tom Tromey <tromey@redhat.com>
13963
13964 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13965 type-printing change.
13966
13967 2010-02-02 Tom Tromey <tromey@redhat.com>
13968
13969 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13970 * gdb.cp/virtbase.cc: New file.
13971 * gdb.cp/virtbase.exp: New file.
13972 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13973
13974 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13975
13976 PR libc/11214:
13977 * gdb.threads/current-lwp-dead.c: Include features.h.
13978 (HAS_NOMMU): New.
13979 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13980
13981 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13982
13983 * gdb.base/symbol-without-target_section.exp,
13984 gdb.base/symbol-without-target_section.c: New.
13985
13986 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13987
13988 * gdb.base/bigcore.exp: Reset increased timeout.
13989 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13990
13991 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13992
13993 * gdb.base/gcore.exp (capture_command_output): Use
13994 gdb_test_multiple.
13995
13996 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13997
13998 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13999 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14000 (Top level): Call it.
14001
14002 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14003
14004 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14005
14006 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14007
14008 * gdb.base/call-strs.exp, gdb.base/default.exp,
14009 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14010 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14011 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14012 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14013 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14014 * gdb.base/ending-run.exp: Correct restore of timeout.
14015 * gdb.base/page.exp: Remove unnecessary timeout setting.
14016
14017 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14018
14019 * gdb.ada/rec_return: New testcase.
14020
14021 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14022
14023 * gdb.ada/call_pn: New testcase.
14024
14025 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14026
14027 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14028 (Top level): Use it to resume.
14029 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14030 the Thumb mode displaced stepping error as unsupported.
14031
14032 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14033
14034 * gdb.cp/nsusing.exp: Added more tests.
14035 * gdb.cp/nsrecurs.exp: Ditto.
14036 * gdb.cp/nsusing.cc: Added test functions.
14037 * gdb.cp/nsrecurs.cc: Ditto.
14038
14039 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14040
14041 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14042 absolute directory pathnames in gdb.sum file.
14043
14044 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14045
14046 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14047 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14048
14049 2010-01-26 Tom Tromey <tromey@redhat.com>
14050
14051 PR exp/7643:
14052 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14053 setup_kfail.
14054
14055 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14056
14057 * gdb.cp/nsrecurs.exp: New test.
14058 * gdb.cp/nsrecurs.cc: New test program.
14059 * gdb.cp/nsstress.exp: New test.
14060 * gdb.cp/nsstress.cc: New test program.
14061 * gdb.cp/nsdecl.exp: New test.
14062 * gdb.cp/nsdecl.cc: New test program.
14063
14064 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14065
14066 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14067 imported into file scope.
14068 Marked test as xfail.
14069 * gdb.cp/namespace-using.cc (marker5): New function.
14070 * gdb.cp/shadow.exp: New test.
14071 * gdb.cp/shadow.cc: New test program.
14072 * gdb.cp/nsimport.exp: New test.
14073 * gdb.cp/nsimport.cc: New test program.
14074
14075 2010-01-25 Tom Tromey <tromey@redhat.com>
14076
14077 PR gdb/11049:
14078 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14079 with "set print null-stop on".
14080
14081 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14082
14083 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14084 Adjust it for DISASSEMBLY_OMIT_FNAME.
14085
14086 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14087
14088 PR symtab/11199:
14089 * gdb.dwarf2/member-ptr-forwardref.exp,
14090 gdb.dwarf2/member-ptr-forwardref.S: New.
14091
14092 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14093
14094 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14095 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14096 thread1_tid_mutex. Remove gdbstop_mutex handling.
14097 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14098 thread2_tid_mutex. Remove gdbstop_mutex handling.
14099 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14100 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14101 pthread_cond_wait conditionalizations by while loops.
14102
14103 2010-01-20 Tom Tromey <tromey@redhat.com>
14104
14105 PR backtrace/10770:
14106 * gdb.dwarf2/pr10770.exp: New file.
14107 * gdb.dwarf2/pr10770.c: New file.
14108 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14109
14110 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14111
14112 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14113 that target was removed, and the test always runs native anyway.
14114
14115 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14116
14117 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14118 gdb.base/watchpoint-cond-gone-stripped.c: New.
14119
14120 2010-01-19 Tom Tromey <tromey@redhat.com>
14121
14122 PR c++/8000:
14123 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14124 existing tests.
14125 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14126 (main): Use AAA::SomeEnum.
14127
14128 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14129
14130 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14131 (test_ignore_count): Declare line_callme_body global.
14132 (run to breakpoint with ignore count): Use line_callme_body.
14133 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14134 (set line_main_hello, set line_main_return): Reindent.
14135 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14136 New.
14137 (continue to callee4): Use line_callee4_body.
14138 (check *stopped from CLI command): Use line_callee4_next.
14139 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14140 (set line_main_hello, set line_main_return): Reindent.
14141 (set line_callee4_head, set line_callee4_body): New.
14142 (continue to callee4): Use line_callee4_body.
14143
14144 2010-01-18 Tom Tromey <tromey@redhat.com>
14145
14146 PR c++/9680:
14147 * gdb.cp/casts.cc: Add new classes and variables.
14148 * gdb.cp/casts.exp: Test new operators.
14149
14150 2010-01-18 Tom Tromey <tromey@redhat.com>
14151 Thiago Jung Bauermann <bauerman@br.ibm.com>
14152
14153 * gdb.python/source2.py: New file.
14154 * gdb.python/source1: New file.
14155 * gdb.python/python.exp: Test "source" command.
14156
14157 2010-01-15 Stan Shebs <stan@codesourcery.com>
14158
14159 * gdb.trace/tfile.c: New file.
14160 * gdb.trace/tfile.exp: New file.
14161
14162 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14163
14164 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14165
14166 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14167
14168 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14169
14170 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14173 (libfunc): New parameter action. Implement also selectable "sleep".
14174 * gdb.base/break-interp-main.c: Include assert.h.
14175 (libfunc): New parameter action.
14176 (main): New parameters argc and argv. Assert argc. Pass argv.
14177 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14178 (test_attach): New proc.
14179 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14180 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14181
14182 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14183
14184 * gdb.base/break-interp.exp (test_core): New proc.
14185 (test_ld): Call it.
14186
14187 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14188
14189 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14190 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14191 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14192 and gdb_compile_shlib. Use new -Wl compiler options.
14193 (dl bt, main bt): New tests.
14194
14195 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14196
14197 Support PIEs with no symfile_objfile.
14198 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14199 (test_ld): New parameter trynosym.
14200 (test_ld <$trynosym>): New block.
14201
14202 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14203
14204 * gdb.base/break-interp.exp: New file.
14205
14206 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14207
14208 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14209 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14211 test.
14212 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14213 * gdb.python/py-mi.exp: Add lazy string test.
14214
14215 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14216
14217 * lib/mi-support.exp (mi_check_thread_states): Handle
14218 core number in thread listing.
14219
14220 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14221
14222 * gdb.base/maint.exp: Adjust the expected output for the
14223 "maint print type" test. Use gdb_test_multiple instead of
14224 gdb_sent/gdb_expect.
14225
14226 2010-01-11 Doug Evans <dje@google.com>
14227
14228 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14229 from gdbserver_download. All callers updated.
14230
14231 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14232
14233 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 Implement binary numbers parsing.
14236 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14237 (test_integer_literals_rejected): New binary tests.
14238
14239 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14240
14241 * gdb.cell/configure: Regenerate.
14242
14243 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14244
14245 * gdb.base/corefile.exp: Move the core finding block out and call it as
14246 core_find, new variable $corefile, replace corefile by $corefile and
14247 [file tail $corefile] for usage vs. test names resp.
14248 * lib/gdb.exp (core_find): Move it as a new function here. New
14249 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14250 $destcore. Return "" on error.
14251
14252 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14253
14254 Workaround PR binutils/10802.
14255 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14256 (twice).
14257
14258 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14259
14260 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14261
14262 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14263
14264 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14265 call, to avoid interruption.
14266
14267 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 * gdb.stabs/weird.def (args93): New.
14270
14271 2010-01-07 Doug Evans <dje@google.com>
14272
14273 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14274
14275 2010-01-07 Tom Tromey <tromey@redhat.com>
14276
14277 * gdb.base/source.exp: Use correct line number.
14278
14279 2010-01-05 Stan Shebs <stan@codesourcery.com>
14280
14281 * gdb.trace/tracecmd.exp: Test ftrace.
14282
14283 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14284
14285 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14286
14287 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14288
14289 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14290 "uint_for_mi_testing".
14291
14292 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14293
14294 Test indented comment in file being sourced.
14295 * gdb.base/commands.exp: Test indented comment in file being sourced.
14296
14297 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14298
14299 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14300 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14301 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14302 notice.
14303
14304 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14305
14306 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14307 notice.
14308
14309 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14310
14311 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14312 missing $after_stopped and comma (,) expectation.
14313
14314 2009-12-31 Stan Shebs <stan@codesourcery.com>
14315
14316 * gdb.trace/actions.exp: Test teval action.
14317
14318 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14319
14320 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14321 (top level): Call test_watchpoint_in_big_blob.
14322 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14323 watchpoints.
14324 (func3): Write to buf.
14325
14326 2009-12-29 Stan Shebs <stan@codesourcery.com>
14327
14328 * gdb.trace/actions.exp: Test default-collect.
14329
14330 2009-12-28 Stan Shebs <stan@codesourcery.com>
14331
14332 * gdb.trace/tsv.exp: New file.
14333 * gdb.base/completion.exp: Update ambiguous info output.
14334
14335 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14336
14337 * gdb.base/find.c (main): Reference search buffers.
14338 * gdb.base/included.c (main): Reference integer.
14339 * gdb.base/ptype.c (charfoo): Declare.
14340 (intfoo): Call charfoo.
14341 * gdb.base/scope0.c (useitp): New function.
14342 (usestatics): Use useitp.
14343 (useit): Add a type for val.
14344 * gdb.base/scope1.c (useit1): Take a pointer argument.
14345 (usestatics1): Update calls to useit1.
14346 * gdb.cp/call-c.cc: Declare foo.
14347 (main): Call foo.
14348 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14349 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14350 (main): Call C::ensureRefs and ensureOtherRefs.
14351 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14352 variables.
14353 (ensureOtherRefs): New function.
14354 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14355 * gdb.cp/templates.cc (main): Call t5i.value.
14356
14357 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14358
14359 Fix compatibility with G++-4.5.
14360 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14361 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14362 (uncaught return): Remove.
14363
14364 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14365 Phil Muldoon <pmuldoon@redhat.com>
14366
14367 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14368 (bp_location13, bp_location14, bp_location17, bp_location18)
14369 (marker3_proto, marker4_proto): New variables.
14370 (breakpoint info): Update output.
14371 (run until breakpoint at marker3, run until breakpoint at marker4): New
14372 tests.
14373
14374 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14377 Replace the printf call of Y by provided "y-set-1" label. New block
14378 for the second shared library.
14379 * gdb.base/unload.exp: Compile also the second library, call
14380 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14381 (single pending breakpoint info): Rename to ...
14382 (pending breakpoint info before run): ... this extended test.
14383 (libfile2, libname2, libsrcfile2, libsrc2)
14384 (lib_sl2): New variables.
14385 (exec_opts): Set also SHLIB_NAME2.
14386 (pending breakpoint info on first run at shrfunc1)
14387 (pending breakpoint info on second run at shrfunc1)
14388 (pending breakpoint info on second run at shrfunc2)
14389 (print y from libfile, print y from libfile2): New tests.
14390 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14391 * gdb.base/unloadshr2.c: New.
14392
14393 2009-12-22 Hui Zhu <teawater@gmail.com>
14394
14395 * gdb.reverse/sigall-reverse.exp: Adjust.
14396
14397 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14398
14399 PR gdb/10884
14400
14401 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14402 (main): Call do_bitfield_tests.
14403 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14404
14405 2009-12-20 Joel Brobecker <brobecker@adacore.com>
14406
14407 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14408 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14409 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14410 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14411 gdb.modula2/unbounded1.c: Update copyright header.
14412
14413 2009-12-10 Chris Moller <moller@mollerware.com>
14414
14415 PR gdb/9399
14416 * gdb.cp/virtfunc2.exp: New tests
14417 * gdb.cp/virtfunc2.cc: New tests
14418 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14419
14420 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14421
14422 * gdb.reverse/i387-env-reverse.c: New file.
14423 * gdb.reverse/i387-env-reverse.exp: New file.
14424 * gdb.reverse/i387-stack-reverse.c: New file.
14425 * gdb.reverse/i387-stack-reverse.exp: New file.
14426
14427 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14428
14429 * gdb.python/py-type.exp (test_range): New test.
14430
14431 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14432
14433 PR python/10805
14434
14435 * gdb.python/py-type.exp: New file.
14436 * gdb.python/py-type.c: New file.
14437 * Makefile.in: Add py-type.
14438
14439 2009-12-03 Tom Tromey <tromey@redhat.com>
14440
14441 * gdb.python/py-value.exp (test_parse_and_eval): New
14442 function.
14443
14444 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14445
14446 PR gdb/11022
14447
14448 * gdb.base/pr11022.exp: New test.
14449 * gdb.base/pr11022.c: New test.
14450
14451 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14452
14453 Fix spurious false FAILs.
14454 * gdb.base/structs.c (chartest): New.
14455 (main): Fill-in chartest.
14456 * gdb.base/structs.exp (anychar_re, first): New.
14457 (start_structs_test): Import global anychar_re and first.
14458 New gdb_test call "set print elements 300; ${testfile}"
14459 (start_structs_test <$first>): New block.
14460 (any): Import global anychar_re. New variable ac. Use ${ac}.
14461
14462 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14465
14466 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14467
14468 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14469 Force $srcfile file.
14470 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14471
14472 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14473
14474 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14475 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14476 * gdb.threads/watchthreads-reorder.exp: Likewise.
14477
14478 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14479
14480 PR gdb/8704
14481
14482 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14483 "if", and "thread". Correct matching in the previous test.
14484
14485 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14486
14487 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14488
14489 2009-11-23 Michael Snyder <msnyder@vmware.com>
14490
14491 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14492 * gdb.reverse-watch-precsave.exp: Ditto.
14493
14494 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14495
14496 * gdb.asm/asm-source.exp: Adjust.
14497 * gdb.base/help.exp: Adjust.
14498
14499 2009-11-22 Pedro Alves <pedro@codesourcery.com>
14500
14501 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14502 (do_syscall_tests_without_xml): Set data-directory to
14503 /the/path/to/nowhere.
14504
14505 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14506
14507 * gdb.threads/local-watch-wrong-thread.c,
14508 gdb.threads/local-watch-wrong-thread.exp: New files.
14509
14510 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14511
14512 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14513 assume new `regsub' syntax available.
14514
14515 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14516
14517 * gdb.base/watchpoint-hw-hit-once.exp,
14518 gdb.base/watchpoint-hw-hit-once.c: New.
14519
14520 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14521
14522 * gdb.threads/watchthreads-reorder.exp,
14523 gdb.threads/watchthreads-reorder.c: New.
14524
14525 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14526
14527 * gdb.xml/tdesc-regs.exp: Use for m68k.
14528
14529 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14530
14531 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14532
14533 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14534
14535 * lib/gdb.exp (current_target_name): New procedure.
14536 (gdb_wrapper_target): New variable.
14537 (gdb_wrapper_init): Set gdb_wrapper_target.
14538 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14539 wrapper.
14540
14541 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14542
14543 * gdb.base/remote.exp: Delete the slowest load test.
14544 Do not load with fixed packet sizes.
14545
14546 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14547
14548 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14549
14550 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14551
14552 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14553 srcfile when setting a breakpoint.
14554
14555 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14556
14557 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14558 macros.
14559
14560 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14561
14562 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14563 to be in memory.
14564 * gdb.base/display.c (force_mem): New.
14565 (do_loops): Use it. Add breakpoint comments.
14566 (do_vars): Add a breakpoint comment.
14567 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14568 line numbers.
14569
14570 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14571
14572 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14573 instead of a bare "run".
14574
14575 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14576
14577 * gdb.python/py-prettyprint.exp: Adjust.
14578
14579 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14580
14581 * lib/cell.exp (skip_cell_tests): Clean up test files before
14582 returning.
14583
14584 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14585
14586 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14587 and the breakpoint menu. Do not call perror if a prompt is seen.
14588 Consume the following GDB prompt.
14589 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14590 * gdb.cp/namespace.exp: Use gdb_test.
14591 * gdb.cp/templates.exp: Use gdb_test.
14592 (test_template_breakpoints): Use gdb_test_multiple.
14593
14594 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14595
14596 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14597 (marker4): Reference values.
14598
14599 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14600
14601 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14602 is missing.
14603
14604 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14605
14606 * gdb.base/break.c (need_malloc): New.
14607 * gdb.base/constvars.c (main): Reference crass and crisp.
14608 * gdb.base/gdb1821.c (main): Reference bar.
14609 * gdb.cp/gdb1355.cc (main): Reference s1.
14610 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14611 (main): Call them.
14612 * gdb.cp/hang2.cc (dummy2): Define.
14613 * gdb.cp/hang3.cc (dummy3): Define.
14614 * gdb.cp/m-data.cc (main): Reference shadow.
14615
14616 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14617 Nathan Froyd <froydnj@codesourcery.com>
14618
14619 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14620 remote host.
14621
14622 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14623
14624 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14625 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14626 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14627 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14628 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14629 * gdb.dwarf2/dw2-producer.exp: Likewise.
14630 * gdb.dwarf2/mac-fileno.exp: Likewise.
14631 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14632 py-prettyprint.py to the remote host.
14633 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14634
14635 2009-11-11 Keith Seitz <keiths@redhat.com>
14636
14637 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14638 use it instead of "Foo".
14639 * gdb.cp/classes.exp (do_tests): Add a test to access
14640 a method through a typedef'd class name.
14641
14642 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14643
14644 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14645 exponents.
14646 * gdb.base/pointers.exp: Likewise.
14647 * gdb.cp/ref-types.exp: Likewise.
14648
14649 2009-11-11 Keith Seitz <keiths@redhat.com>
14650
14651 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14652 new[] and delete[].
14653 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14654 "void".
14655 (probe_demangler): Remove all single-quoting of
14656 method and variable names.
14657 (info_func_regexp): Remove the word "void" from any
14658 occurrence of "(void)".
14659 (print_addr_2): Remove all single-quoting of
14660 method names.
14661 (print_addr_2_kfail): Likewise.
14662 (print_addr): Single-quote C function names before
14663 passing to print_addr_2.
14664 (test_paddr_operator_functions): Remove single-quoting
14665 for method names.
14666 Add tests for operator new[] and operator delete[].
14667
14668 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14671
14672 2009-11-09 Keith Seitz <keiths@redhat.com>
14673
14674 * gdb.cp/overload.exp: Add tests for resolving overloaded
14675 methods in expression parsing/evaluation.
14676
14677 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14678
14679 * lib/gdb.exp (default_gdb_version): Use --version instead of
14680 --command.
14681
14682 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14683
14684 * lib/gdb.exp (gdb_compile_test): New.
14685 (skip_ada_tests, skip_java_tests): New.
14686 (gdb_compile): Use gdb_compile_test for f77.
14687 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14688 * lib/java.exp (compile_java_from_source): Remove runtests check,
14689 use gdb_compile_test to record result.
14690 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14691 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14692 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14693 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14694 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14695 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14696 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14697 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14698 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14699 adjust gdb_compile invocations.
14700
14701 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14702
14703 * Makefile.in (abs_builddir): New.
14704 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14705 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14706 `$(abs_builddir)/site.exp'.
14707
14708 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14709
14710 * config/m68k-emc.exp, lib/emc-support.exp,
14711 gdb.trace/gdb_c_test.c: Delete.
14712 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14713 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14714 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14715 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14716 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14717 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14718 casing for m68k-*-elf.
14719
14720 2009-11-03 Pedro Alves <pedro@codesourcery.com>
14721
14722 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14723 * gdb.arch/i386-prologue.exp: Likewise.
14724 * gdb.arch/i386-unwind.exp: Likewise.
14725
14726 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14727
14728 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14729
14730 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14731
14732 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14733
14734 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14735
14736 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14737
14738 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14741
14742 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14743
14744 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14745 * gdb.base/sepdebug2.c: New file.
14746
14747 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14748
14749 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14750 the modified warnings for catch syscall. Verify if GDB was compiled
14751 with support for lib expat, and choose which tests to run depending
14752 on this.
14753
14754 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14755
14756 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14757 that composite commands are parsed OK. And also test
14758 that breakpoint commands do work.
14759
14760 2009-10-23 Michael Snyder <msnyder@vmware.com>
14761
14762 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14763 to allow for new disassembly style.
14764
14765 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14766
14767 * gdb.asm/asm-source.exp: Adjust.
14768
14769 2009-10-22 Michael Snyder <msnyder@vmware.com>
14770
14771 * gdb.reverse/break-precsave.exp: New test.
14772 * gdb.reverse/consecutive-precsave.exp: Ditto.
14773 * gdb.reverse/finish-precsave.exp: Ditto.
14774 * gdb.reverse/i386-precsave.exp: Ditto.
14775 * gdb.reverse/machinestate-precsave.exp: Ditto.
14776 * gdb.reverse/sigall-precsave.exp: Ditto.
14777 * gdb.reverse/solilb-precsave.exp: Ditto.
14778 * gdb.reverse/step-precsave.exp: Ditto.
14779 * gdb.reverse/until-precsave.exp: Ditto.
14780 * gdb.reverse/watch-precsave.exp: Ditto.
14781
14782 2009-10-22 Michael Snyder <msnyder@vmware.com>
14783
14784 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14785 for gdb_expect. Adjust one test's expect strings for the new
14786 format of disassemble.
14787 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14788 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14789 gdb_test_multiple.
14790 * gdb.reverse/step-reverse.exp: Delete 'return'.
14791 * gdb.reverse/until-reverse.exp: Delete blank lines.
14792 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14793
14794 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14795
14796 * gdb.base/consecutive.exp: Adjust.
14797 * gdb.base/display.exp: Likewise.
14798 * gdb.base/pc-fp.exp: Likewise.
14799 * gdb.base/sigbpt.exp: Likewise.
14800
14801 2009-10-19 Michael Snyder <msnyder@vmware.com>
14802
14803 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14804 * gdb.reverse/finish-reverse.c: Ditto.
14805 * gdb.reverse/sigall-reverse.c: Ditto.
14806 * gdb.reverse/solib-reverse.c: Ditto.
14807 * gdb.reverse/step-reverse.c: Ditto.
14808 * gdb.reverse/watch-reverse.c: Ditto.
14809
14810 2009-10-19 Pedro Alves <pedro@codesourcery.com>
14811 Stan Shebs <stan@codesourcery.com>
14812
14813 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14814 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14815 "Executing new program".
14816 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14817 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14818 left listed after having been killed.
14819 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14820 * gdb.base/maint.exp: Adjust test.
14821
14822 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14823 * gdb.multi/Makefile.in: New.
14824 * gdb.multi/base.exp: New.
14825 * gdb.multi/goodbye.c: New.
14826 * gdb.multi/hangout.c: New.
14827 * gdb.multi/hello.c: New.
14828 * gdb.multi/bkpt-multi-exec.c: New.
14829 * gdb.multi/bkpt-multi-exec.exp: New.
14830 * gdb.multi/crashme.c: New.
14831
14832 2009-10-13 Tristan Gingold <gingold@adacore.com>
14833
14834 * gdb.base/sepdebug.exp: Check debug info are found.
14835
14836 2009-10-08 Pedro Alves <pedro@codesourcery.com>
14837
14838 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14839 bits.
14840
14841 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14842
14843 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14844
14845 2009-10-07 Joel Brobecker <brobecker@adacore.com>
14846
14847 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14848 of the comments.
14849
14850 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14851
14852 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14853 * gdb.base/annota3.exp: Idem.
14854 * gdb.base/maint.exp: Idem.
14855
14856 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14857
14858 * lib/gdb.exp (default_gdb_init): Set current value of match_max
14859 to default.
14860
14861 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14862
14863 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
14864 mingw and cygwin targets.
14865
14866 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14867 Pedro Alves <pedro@codesourcery.com>
14868
14869 * lib/gdb.exp (gdb_compile): Avoid adding
14870 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14871
14872 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14873
14874 * gdb.base/shr1.c: Use %p in format string.
14875 * gdb.base/unload.c: Avoid warning in fprintf.
14876 * gdb.base/watchpoint-solib.c: Idem.
14877
14878 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14879
14880 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14881 long type.
14882 (test_unlink): Correct printf string.
14883 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14884 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14885
14886 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14887
14888 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14889 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14890 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14891
14892 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14893
14894 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14895 * gdb.objc/nondebug.exp: Likewise.
14896
14897 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14898
14899 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14900 target_info setting.
14901
14902 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14903 that detect new threads during "info threads".
14904
14905 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14906
14907 * gdb.threads/manythreads.c (main): Increase thread stack size
14908 to 2*PTHREAD_STACK_MIN.
14909 * gdb.threads/multi-create.c (main): Likewise.
14910 (create_function): Likewise.
14911
14912 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14913
14914 * gdb.base/dump.exp: Pass difference of pointer types instead
14915 of integer types as offset to restore in intarr3.srec case.
14916
14917 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14918
14919 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14920
14921 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14922
14923 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14924
14925 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
14926
14927 New test for two watchpoints, with disabling of
14928 the first inserted.
14929 * testsuite/gdb.base/watchpoints.c: New file.
14930 * testsuite/gdb.base/watchpoints.exp: New file.
14931
14932 2009-09-25 Tom Tromey <tromey@redhat.com>
14933
14934 * gdb.base/charset.exp: Test utf-16 strings with Python.
14935
14936 2009-09-25 Tom Tromey <tromey@redhat.com>
14937
14938 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14939 UCS-4.
14940 * gdb.base/charset.c (utf_32_string): Rename.
14941 (init_utf32): Rename.
14942 (main): Update.
14943
14944 2009-09-22 Tom Tromey <tromey@redhat.com>
14945
14946 * gdb.python/py-function.exp: Add regression tests.
14947
14948 2009-09-21 Keith Seitz <keiths@redhat.com>
14949
14950 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14951 with invalid operator.
14952
14953 2009-09-21 Keith Seitz <keiths@redhat.com>
14954
14955 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14956 and destructor using typedef name of class.
14957 * gdb.cp/classes.cc (class Base1): Add a destructor.
14958 (base1): New typedef.
14959 (use_methods): Instanitate an object of type base1.
14960 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14961 (do_tests): Call test_template_typedef.
14962 * gdb.cp/templates.cc (Baz::~Baz): New method.
14963 (intBazOne): New typedef.
14964 (main): Instantiate intBazOne.
14965
14966 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14967
14968 PR python/10633
14969
14970 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14971 Function.
14972 (run_lang_tests): Add print elements test.
14973
14974 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14975
14976 * gdb.python/py-value.exp (test_subscript_regression): New
14977 function. Test for invalid subscripts.
14978 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14979 (ptr_ref): New function.
14980
14981 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14982
14983 * gdb.base/default.exp: Fix "show convenience".
14984
14985 2009-09-15 Tom Tromey <tromey@redhat.com>
14986
14987 * lib/mi-support.exp (mi_create_varobj): Update.
14988 (mi_create_floating_varobj): Likewise.
14989 (mi_create_dynamic_varobj): New proc.
14990 (mi_varobj_update): Update.
14991 (mi_varobj_update_with_type_change): Likewise.
14992 (mi_varobj_update_kv_helper): New proc.
14993 (mi_varobj_update_dynamic_helper): Rewrite.
14994 (mi_varobj_update_dynamic): New proc.
14995 (mi_list_varobj_children): Update.
14996 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14997 * gdb.python/python-prettyprint.py (pp_outer): New class.
14998 (pp_nullstr): Likewise.
14999 (lookup_function): Register new printers.
15000 * gdb.python/python-prettyprint.c (struct substruct): New type.
15001 (struct outerstruct): Likewise.
15002 (substruct_test): New function.
15003 (struct nullstr): New type.
15004 (string_1, string_2): New globals.
15005 (main): Add new tests.
15006 * gdb.python/python-mi.exp: Added regression tests.
15007 * gdb.mi/mi2-var-display.exp: Update.
15008 * gdb.mi/mi2-var-cmd.exp: Update.
15009 * gdb.mi/mi2-var-child.exp: Update.
15010 * gdb.mi/mi2-var-block.exp: Update.
15011 * gdb.mi/mi-var-invalidate.exp: Update.
15012 * gdb.mi/mi-var-display.exp: Update.
15013 * gdb.mi/mi-var-cmd.exp: Update.
15014 * gdb.mi/mi-var-child.exp: Update.
15015 * gdb.mi/mi-var-block.exp: Update.
15016 * gdb.mi/mi-break.exp: Update.
15017 * gdb.mi/gdb701.exp: Update.
15018
15019 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15020
15021 * Makefile.in: Inclusion of catch-syscall object.
15022 * gdb.base/catch-syscall.c: New file.
15023 * gdb.base/catch-syscall.exp: New file.
15024
15025 2009-09-12 Michael Snyder <msnyder@vmware.com>
15026
15027 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15028 that can support reverse debuggnig.
15029
15030 2009-09-11 Tom Tromey <tromey@redhat.com>
15031
15032 * gdb.dwarf2/valop.S: New file.
15033 * gdb.dwarf2/valop.exp: New file.
15034
15035 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15036
15037 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15038
15039 2009-09-10 Doug Evans <dje@google.com>
15040
15041 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15042 Add $gdb_prompt to second breakpoint regexp.
15043
15044 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15045
15046 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15047 names, add missing ones.
15048 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15049 * gdb.python/py-frame.c: Rename from python-frame.c.
15050 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15051 testfile name.
15052 * gdb.python/py-function.exp: Rename from python-function.exp.
15053 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15054 testfile name.
15055 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15056 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15057 Adjust testfile name.
15058 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15059 * gdb.python/py-template.cc: Rename from python-template.cc.
15060 * gdb.python/py-template.exp: Rename from python-template.exp.
15061 Adjust testfile name.
15062 * gdb.python/py-value.c: Rename from python-value.c.
15063 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15064 testfile name.
15065
15066 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15067
15068 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15069 $bpt2address.
15070 (Second breakpoint address is valid on ia64)
15071 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15072
15073 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15074
15075 * gdb.base/ending-run.exp: Restrict regular expression matching
15076 line number to require closing brace following.
15077
15078 2009-09-03 Doug Evans <dje@google.com>
15079
15080 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15081
15082 2009-09-02 Tom Tromey <tromey@redhat.com>
15083
15084 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15085
15086 2009-09-02 Tom Tromey <tromey@redhat.com>
15087
15088 * gdb.dwarf2/callframecfa.exp: New file.
15089 * gdb.dwarf2/callframecfa.S: New file.
15090
15091 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15092
15093 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15094 gdb.base/solib-overlap-main.c: New.
15095
15096 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15097
15098 PR gdb/10565
15099
15100 * gdb.base/bitfields.c (struct container, container): New.
15101 (main): Initialize it and call break5.
15102 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15103
15104 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15105
15106 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15107 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15108
15109 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15112
15113 2009-08-26 Michael Snyder <msnyder@vmware.com>
15114
15115 * gdb.base/i386-reverse.c: New file.
15116 * gdb.base/i386-reverse.exp: New file.
15117 * gdb.base/Makefile.in: Add new files to be removed.
15118
15119 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15120
15121 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15122 environment-pwd for remote host.
15123 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15124
15125 2009-08-24 Keith Seitz <keiths@redhat.com>
15126
15127 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15128 Add two new C++ completer tests which limit the output to a
15129 given class.
15130
15131 2009-08-24 Michael Snyder <msnyder@vmware.com>
15132
15133 * gdb.base/del.exp: Fix typo in comment.
15134 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15135
15136 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15137
15138 * configure: Regenerate.
15139 * gdb.hp/configure: Likewise.
15140 * gdb.hp/gdb.aCC/configure: Likewise.
15141 * gdb.hp/gdb.base-hp/configure: Likewise.
15142 * gdb.hp/gdb.compat/configure: Likewise.
15143 * gdb.hp/gdb.defects/configure: Likewise.
15144 * gdb.hp/gdb.objdbg/configure: Likewise.
15145 * gdb.stabs/configure: Likewise.
15146
15147 2009-08-19 Doug Evans <dje@google.com>
15148
15149 * gdb.base/gdbvars.c: New file.
15150 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15151
15152 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15153
15154 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15155 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15156
15157 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15158
15159 * gdb.base/default.exp: Adjust "set language test": it's now an
15160 enum command. Larger help string moved to "help set language".
15161 * gdb.base/help.exp: Adjust "help set language" expected output,
15162 now lists all known languages.
15163
15164 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15165
15166 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15167 all frame arguments.
15168 * gdb.arch/altivec-regs.exp: Likewise.
15169
15170 2009-08-07 Tom Tromey <tromey@redhat.com>
15171
15172 * gdb.base/setshow.exp: Add tests for changes to set language, set
15173 check range, and set check type.
15174
15175 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15176
15177 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15178 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15179 Call it.
15180
15181 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15182
15183 * configure.ac: Run gdb.cell tests when appropriate.
15184 * configure: Regenerate.
15185 * lib/cell.exp: New file.
15186 * gdb.cell: New directory.
15187 * gdb.cell/configure.ac: New file.
15188 * gdb.cell/configure: New file.
15189 * gdb.cell/Makefile.in: New file.
15190 * gdb.cell/arch.exp: New file.
15191 * gdb.cell/break.c: New file.
15192 * gdb.cell/break.exp: New file.
15193 * gdb.cell/break-spu.c: New file.
15194 * gdb.cell/bt.c: New file.
15195 * gdb.cell/bt2-spu.c: New file.
15196 * gdb.cell/bt-spu.c: New file.
15197 * gdb.cell/bt.exp: New file.
15198 * gdb.cell/coremaker.c: New file.
15199 * gdb.cell/coremaker-spu.c: New file.
15200 * gdb.cell/core.exp: New file.
15201 * gdb.cell/gcore.exp: New file.
15202 * gdb.cell/data.c: New file.
15203 * gdb.cell/data.exp: New file.
15204 * gdb.cell/data-spu.c: New file.
15205 * gdb.cell/ea-cache.exp: New file.
15206 * gdb.cell/ea-cache.c: New file.
15207 * gdb.cell/ea-cache-spu.c: New file.
15208 * gdb.cell/ea-standalone.c: New file.
15209 * gdb.cell/ea-standalone.exp: New file.
15210 * gdb.cell/ea-test.c: New file.
15211 * gdb.cell/ea-test.exp: New file.
15212 * gdb.cell/f-regs.exp: New file.
15213 * gdb.cell/mem-access.c: New file.
15214 * gdb.cell/mem-access.exp: New file.
15215 * gdb.cell/mem-access-spu.c: New file.
15216 * gdb.cell/ptype.exp: New file.
15217 * gdb.cell/registers.exp: New file.
15218 * gdb.cell/size.c: New file.
15219 * gdb.cell/sizeof.exp: New file.
15220 * gdb.cell/size-spu.c: New file.
15221 * gdb.cell/solib.exp: New file.
15222 * gdb.cell/solib-symbol.exp: New file.
15223
15224 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15225
15226 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15227
15228 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15229
15230 * gdb.base/float.exp: Handle VFP registers.
15231
15232 2009-07-14 Michael Snyder <msnyder@vmware.com>
15233
15234 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15235 to bring gdb to the beginning of the calling line.
15236
15237 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15238 confusing the i386 epilogue unwinder.
15239
15240 2009-07-14 Stan Shebs <stan@codesourcery.com>
15241
15242 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15243
15244 2009-07-14 Michael Snyder <msnyder@vmware.com>
15245
15246 * gdb.reverse/step-reverse.exp (stepi into function call):
15247 Call instruction may not be first instruction in the line.
15248 (reverse stepi from a function call): Used wrong line number.
15249
15250 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15251
15252 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15253
15254 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 Fix gdb.base/macscp.exp when using custom inputrc.
15257 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15258 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15259 env(TERM) set.
15260 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15261 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15262
15263 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15264
15265 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15266 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15267 Change the compilation target to match the testcase name.
15268 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15269 testcase name.
15270 * a2-run.exp: Use for setup prepare_for_testing. Change the
15271 compilation target to match the testcase name.
15272 * gdb.base/commands.exp: Likewise.
15273 * gdb.base/finish.exp: Likewise.
15274 * gdb.base/float.exp: Likewise.
15275 * gdb.base/info-target.exp: Likewise.
15276 * gdb.base/relational.exp: Likewise.
15277 * gdb.base/term.exp: Likewise.
15278 * gdb.base/until.exp: Likewise.
15279 * gdb.base/volatile.exp: Likewise.
15280 * gdb.base/whatis-exp.exp: Likewise.
15281
15282 2009-07-11 Hui Zhu <teawater@gmail.com>
15283
15284 * gdb.base/help.exp (disassemble): Update expected help text.
15285
15286 2009-07-09 Tom Tromey <tromey@redhat.com>
15287
15288 * lib/gdb.exp: Handle TRANSCRIPT.
15289 (remote_spawn, remote_close, send_gdb): New procs.
15290
15291 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15292
15293 * gdb.python/python-prettyprint.c: Add counted null string
15294 structure.
15295 * gdb.python/python-prettyprint.exp: Print null string. Test for
15296 embedded nulls.
15297 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15298 * gdb.python/python-value.exp (test_value_in_inferior): Add
15299 variable length string fetch tests.
15300 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15301
15302 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15303
15304 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15305
15306 2009-07-07 Tom Tromey <tromey@redhat.com>
15307
15308 * gdb.base/call-rt-st.exp: Update for change to escape output.
15309 * gdb.base/callfuncs.exp: Likewise.
15310 * gdb.base/charset.exp: Likewise.
15311 * gdb.base/constvars.exp: Likewise.
15312 * gdb.base/long_long.exp: Likewise.
15313 * gdb.base/pointers.exp: Likewise.
15314 * gdb.base/printcmds.exp: Likewise.
15315 * gdb.base/setvar.exp: Likewise.
15316 * gdb.base/store.exp: Likewise.
15317 * gdb.cp/ref-types.exp: Likewise.
15318 * gdb.mi/mi-var-child.exp: Likewise.
15319 * gdb.mi/mi-var-display.exp: Likewise.
15320 * gdb.mi/mi2-var-display.exp: Likewise.
15321 * gdb.base/charset.exp: Test octal escape sequence length.
15322 Update for change to escape output.
15323
15324 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15325
15326 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15327
15328 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15329
15330 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15331
15332 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15335 gdbserver increasing $portnum if "Can't bind address" has been seen.
15336
15337 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15338
15339 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15340 mingw32ce.
15341
15342 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15343
15344 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15345 VFP format.
15346
15347 2009-07-02 Pedro Alves <pedro@codesourcery.com>
15348
15349 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15350 linux. Adjust to use "inferior", "info inferiors", "detach
15351 inferior" and "kill inferior" instead of "restart", "info fork",
15352 "detach fork" and "delete fork".
15353 * gdb.base/ending-run.exp: Spell out "info".
15354 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15355 the "kill" command.
15356
15357 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15358
15359 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15360 change to prefix TLS offset in hex with 0x.
15361
15362 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15363
15364 * gdb.base/default.exp: Update test case for "x" changes.
15365
15366 2009-07-01 Tristan Gingold <gingold@adacore.com>
15367
15368 * gdb.base/bigcore.exp: Make darwin untested.
15369
15370 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15371
15372 * gdb.base/completion.exp (directory completion): Create the directory.
15373 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15374 escapeuniquesub.
15375 (directory completion 2): Expect now ${escapeuniquesub}.
15376 (Glob remaining of directory test): Remove one excessive newline.
15377 Expect the real output.
15378
15379 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15380
15381 Fix `make check//%' target after `make check' has been ran.
15382 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15383 a mkdir call.
15384 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15385 (%/.dir): Remove.
15386
15387 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15388
15389 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15390 the expected result record.
15391
15392 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15393
15394 Remove racy FAILs relying just on the timeouts.
15395 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15396 (annotation_level 2): Remove racy FAILs.
15397
15398 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15399
15400 gdb/10275
15401 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15402
15403 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15404
15405 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15406
15407 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15408
15409 * gdb.mi/mi-stack.exp: Testing symbolic options
15410 to -stack-list-locals and -stack-list-arguments.
15411
15412 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15413
15414 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15415
15416 2009-06-29 Tom Tromey <tromey@redhat.com>
15417
15418 * dg-extract-results.sh: New file.
15419 * Makefile.in (FORCE_PARALLEL): New variable.
15420 (CHECK_TARGET): New conditional variable.
15421 (check): Use CHECK_TARGET.
15422 (DO_RUNTEST): New variable.
15423 (check-single): New target.
15424 (TEST_DIRS): New variable.
15425 (TEST_TARGETS): Likewise.
15426 (check-parallel): New target.
15427 (check-gdb.%): New pattern.
15428 (BASE1_FILES): New variable.
15429 (BASE2_FILES): Likewise.
15430 (check-gdb.base%): New pattern.
15431 (%/.dir): New pattern.
15432 * configure: Rebuild.
15433 * aclocal.m4 (AM_CONDITIONAL): New defun.
15434 * configure.ac: Check whether user is using GNU make.
15435 (GMAKE): New conditional.
15436
15437 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15438
15439 * gdb.cp/namespace-nested-import.cc: New test.
15440 * gdb.cp/namespace-nested-import.exp: New test.
15441
15442 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15443
15444 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15445 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15446 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15447 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15448 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15449 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15450 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15451 gdb.opt/inline-markers.c: New files.
15452 * lib/gdb.exp (skip_inline_frame_tests): New function.
15453 (skip_inline_var_tests): New function.
15454
15455 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15456
15457 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15458 backtrace.
15459
15460 2009-06-27 Michael Snyder <msnyder@vmware.com>
15461
15462 * gdb.reverse: New directory.
15463 * gdb.reverse/break-reverse.c: New test.
15464 * gdb.reverse/break-reverse.exp: New test.
15465 * gdb.reverse/consecutive-reverse.c: New test.
15466 * gdb.reverse/consecutive-reverse.exp: New test.
15467 * gdb.reverse/finish-reverse.c: New test.
15468 * gdb.reverse/finish-reverse.exp: New test.
15469 * gdb.reverse/machinestate.c: New test.
15470 * gdb.reverse/ms1.c: New test.
15471 * gdb.reverse/machinestate.exp: New test.
15472 * gdb.reverse/Makefile.in: New file.
15473 * gdb.reverse/shr2.c: New test.
15474 * gdb.reverse/solib-reverse.c: New test.
15475 * gdb.reverse/solib-reverse.exp: New test.
15476 * gdb.reverse/step-reverse.c: New test.
15477 * gdb.reverse/step-reverse.exp: New test.
15478 * gdb.reverse/until-reverse.c: New test.
15479 * gdb.reverse/ur1.c: New test.
15480 * gdb.reverse/until-reverse.exp: New test.
15481 * gdb.reverse/watch-reverse.c: New test.
15482 * gdb.reverse/watch-reverse.exp: New test.
15483 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15484 * configure: Regenerate.
15485
15486 2009-06-26 Doug Evans <dje@google.com>
15487
15488 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15489
15490 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15491
15492 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15493 windows problem for 'file delete $binfile'.
15494
15495 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15496
15497 * gdb.cp/namespace-using.exp: New test.
15498 * gdb.cp/namespace-using.cc: New test.
15499
15500 2009-05-20 Joel Brobecker <brobecker@adacore.com>
15501
15502 * gdb.ada/variant_record_packed_array: New testcase.
15503
15504 2009-06-23 Tom Tromey <tromey@redhat.com>
15505
15506 * gdb.base/charset.exp (test_combination): Regression test.
15507 * gdb.base/charset.c (my_wchar_t): New typedef.
15508 (myvar): New global.
15509 (main): Set myvar.
15510
15511 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15512
15513 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15514 target.
15515
15516 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15517
15518 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15519
15520 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15521
15522 * gdb.mi/gdb680.exp: Update test for error message.
15523
15524 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15525
15526 * gdb.base/annota1.exp: Allow multiple occurrences of the
15527 frames-invalid annotation.
15528 * gdb.cp/annota2.exp: Likewise.
15529
15530 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15531
15532 * gdb.cp/gdb2495.cc: New file.
15533 * gdb.cp/gdb2495.exp: New file.
15534
15535 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15536
15537 Report error on GDB crash during runto.
15538 * lib/gdb.exp (runto <eof>): New.
15539
15540 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15541
15542 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15543 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15544 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15545 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15546 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15547 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15548 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15549 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15550 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15551 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15552 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15553 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15554 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15555 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15556 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15557 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15558 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15559 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15560 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15561 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15562 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15563 gdb.trace/passcount.exp, gdb.trace/report.exp,
15564 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15565 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15566 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15567 executable.
15568
15569 2009-06-07 Pedro Alves <pedro@codesourcery.com>
15570
15571 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15572 defined before referencing it.
15573
15574 2009-06-03 Doug Evans <dje@google.com>
15575
15576 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15577 * gdb.arch/i386-see.c: Ditto.
15578
15579 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15580
15581 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15582 (check_macro): Return 1 if undefined.
15583 If first test fails, check if macro debug information is available,
15584 and report unsupported test if no macro information is found.
15585
15586 2009-05-29 Doug Evans <dje@google.com>
15587
15588 * gdb.threads/hand-call-in-threads.exp: New.
15589 * gdb.threads/hand-call-in-threads.c: New.
15590
15591 2009-05-29 Michael Snyder <msnyder@vmware.com>
15592
15593 * gdb.base/break-always.exp: Change "1" to "on".
15594 Add confirmation check.
15595
15596 2009-05-28 Pedro Alves <pedro@codesourcery.com>
15597
15598 * gdb.threads/threxit-hop-specific.c: New.
15599 * gdb.threads/threxit-hop-specific.exp: New.
15600 * gdb.threads/thread-execl.c: New.
15601 * gdb.threads/thread-execl.exp: New.
15602
15603 2009-05-27 Tom Tromey <tromey@redhat.com>
15604 Thiago Jung Bauermann <bauerman@br.ibm.com>
15605
15606 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15607 (mi_child_regexp): Likewise.
15608 (mi_list_varobj_children_range): Likewise.
15609 (mi_get_features): Likewise.
15610 (mi_list_varobj_children): Rewrite.
15611 * gdb.python/python-mi.exp: New file.
15612
15613 2009-05-27 Tom Tromey <tromey@redhat.com>
15614 Thiago Jung Bauermann <bauerman@br.ibm.com>
15615 Phil Muldoon <pmuldoon@redhat.com>
15616 Paul Pluzhnikov <ppluzhnikov@google.com>
15617
15618 * gdb.python/python-prettyprint.exp: New file.
15619 * gdb.python/python-prettyprint.c: New file.
15620 * gdb.python/python-prettyprint.py: New file.
15621 * gdb.base/display.exp: print/r is now valid.
15622
15623 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15624 Tom Tromey <tromey@redhat.com>
15625 Pedro Alves <pedro@codesourcery.com>
15626 Paul Pluzhnikov <ppluzhnikov@google.com>
15627
15628 * gdb.python/python-template.exp: New file.
15629 * gdb.python/python-template.cc: New file.
15630 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15631 tests.
15632 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15633 Call it.
15634 (test_value_after_death): New proc.
15635 * gdb.python/python-value.c (PTR): New typedef.
15636 (main): New variable 'x'.
15637
15638 2009-05-27 Tom Tromey <tromey@redhat.com>
15639
15640 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15641 tests.
15642 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15643 Call it.
15644
15645 2009-05-27 Pedro Alves <pedro@codesourcery.com>
15646
15647 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15648
15649 2009-05-24 Pedro Alves <pedro@codesourcery.com>
15650
15651 * gdb.threads/fork-thread-pending.c: New.
15652 * gdb.threads/fork-thread-pending.exp: New.
15653
15654 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15655
15656 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15657 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15658
15659 2009-05-18 Jon Beniston <jon@beniston.com>
15660
15661 * gdb.asm/asm-source.exp: Add lm32 target.
15662
15663 2009-05-17 Pedro Alves <pedro@codesourcery.com>
15664
15665 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15666 `gdb_get_line_number'. Call `callee' in both parent and child.
15667 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15668 `gdb_get_line_number' instead of hardcoding line numbers.
15669 (catch_fork_unpatch_child): New procedure to test detaching
15670 breakpoints from child fork.
15671 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15672 hardcoding line numbers.
15673 (do_fork_tests): Run `catch_fork_unpatch_child'.
15674
15675 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15676
15677 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15678 of structure type enters or leaves the scope, it
15679 is reported by -var-update.
15680
15681 2009-05-11 Doug Evans <dje@sebabeach.org>
15682
15683 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
15684 * gdb.threads/pending-step.c (main): Fix off-by-one error.
15685 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15686
15687 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15690
15691 2009-04-30 Doug Evans <dje@google.com>
15692
15693 * gdb.threads/watchthreads2.exp: New testcase.
15694 * gdb.threads/watchthreads2.c: New testcase.
15695
15696 2009-04-29 Doug Evans <dje@google.com>
15697
15698 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15699 * gdb.cp/mb-ctor.cc: Ditto.
15700 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15701 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15702 * gdb.cp/mb-inline1.cc: Call it.
15703 * gdb.cp/mb-inline2.cc: Ditto.
15704 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15705 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15706
15707 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15708
15709 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15710 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15711 Replace all uses of `decimal' by `nonzero'.
15712 (info macro FROM_COMMANDLINE): New test.
15713
15714 2009-04-27 Tom Tromey <tromey@redhat.com>
15715
15716 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15717
15718 2009-04-27 Doug Evans <dje@google.com>
15719
15720 * gdb.threads/watchthreads.c (main): Initialize args before starting
15721 the threads. Plus formatting cleanup.
15722 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15723 biased scheduling of one thread.
15724
15725 2009-04-27 Jerome Guitton <guitton@adacore.com>
15726
15727 * gdb.cp/templates.cc (GetMax): New template.
15728 (main): Declare two instances of GetMax.
15729 * gdb.cp/templates.exp: Add new test.
15730
15731 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15732
15733 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15734
15735 2009-04-22 Joseph Myers <joseph@codesourcery.com>
15736
15737 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15738
15739 2009-04-15 Tom Tromey <tromey@redhat.com>
15740
15741 * gdb.base/charset.exp: Add regression test.
15742
15743 2009-04-14 Joel Brobecker <brobecker@adacore.com>
15744
15745 * gdb.base/exe-lock.exp: New testcase.
15746
15747 2009-04-13 Tom Tromey <tromey@redhat.com>
15748
15749 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15750 operator on Frame.
15751
15752 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15753
15754 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15755 * gdb.server/ext-attach.exp: Likewise.
15756
15757 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15758
15759 Eliminate some sleep usage.
15760
15761 * gdb.mi/basics.c (do_nothing): New.
15762 (main): Use do_nothing instead of printf, so that
15763 not to introduce race condition between output of
15764 inferiour and output of gdb. Do not use sleep as it
15765 is not generally available on embedded targets.
15766
15767 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15768
15769 * gdb.server/ext-attach.exp: Expect an optional process id after
15770 "Detached from remote process".
15771
15772 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15773
15774 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15775 gdb.dwarf2/dw2-unresolved.exp: New.
15776
15777 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15778
15779 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15780 mi_run_to_main.
15781
15782 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15783
15784 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15785 mi_run_to_main. Skip thread exit test on remote targets.
15786 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15787 mi_run_to_main.
15788 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15789 mi_run_to_main.
15790 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15791 when expecting ^connected. Detect when the target doesn't support
15792 non-stop mode.
15793 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15794 supported. Return -1 on error, 0 on success.
15795 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15796 (mi_runto): Return mi_runto_helper's result explicitly.
15797
15798 2009-04-01 Pedro Alves <pedro@codesourcery.com>
15799
15800 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15801
15802 2009-04-01 Tom Tromey <tromey@redhat.com>
15803
15804 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15805 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15806 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15807 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15808
15809 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15810 Jan Kratochvil <jan.kratochvil@redhat.com>
15811
15812 PR gdb/931
15813 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15814 output.
15815 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15816 for gdb/931.
15817 * dw2-strp.S (DW_AT_language): Change to C++.
15818 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15819
15820 2009-03-31 Joel Brobecker <brobecker@adacore.com>
15821
15822 * gdb.ada/tasks: New testcase.
15823
15824 2009-03-30 Stan Shebs <stan@codesourcery.com>
15825
15826 * gdb.trace/actions.exp: Update to match new info trace format.
15827 * gdb.trace/deltrace.exp: Ditto.
15828 * gdb.trace/infotrace.exp: Ditto.
15829 * gdb.trace/passcount.exp: Ditto.
15830 * gdb.trace/save-trace.exp: Ditto.
15831 * gdb.trace/while-stepping.exp: Ditto.
15832 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15833
15834 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15835
15836 * gdb.python/python-frame.c: New file.
15837 * gdb.python/python-frame.exp: New file.
15838
15839 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15840
15841 * gdb.python/python-value.exp: Add tests for the address
15842 attribute.
15843
15844 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15845
15846 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15847
15848 2009-03-26 Doug Evans <dje@google.com>
15849
15850 * gdb.mi/mi-nonstop-exit.exp: New file.
15851 * gdb.mi/non-stop-exit.c: New file.
15852
15853 2009-03-26 Tom Tromey <tromey@redhat.com>
15854
15855 Update for change to prologue skipping:
15856 * gdb.mi/mi2-simplerun.exp: Update.
15857 * gdb.mi/mi2-break.exp: Update.
15858 * gdb.mi/mi-simplerun.exp: Update.
15859 * gdb.mi/mi-break.exp: Update.
15860 * gdb.base/ending-run.exp: Update.
15861
15862 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15863
15864 * gdb.python/python-value.exp (test_value_in_inferior): Test
15865 gdb.Value.is_optimized_out attribute.
15866
15867 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15868
15869 * gdb.dwarf2/dw2-noloc-main.c: New file.
15870 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15871 (.text): Remove.
15872 (.data): New.
15873 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15874 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15875 (DW_TAG_subprogram func_cu1, noloc): Remove.
15876 (main): New.
15877 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15878 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15879 (file_symbols): New procedure.
15880
15881 2009-03-25 Tom Tromey <tromey@redhat.com>
15882
15883 * gdb.base/charset.exp (valid_target_charset): New proc.
15884 Use it to skip tests on invalid charsets.
15885
15886 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15887
15888 * gdb.base/completion.exp: Add a test for directory completion.
15889
15890 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15891
15892 Fix a racy FAIL.
15893 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15894 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15895
15896 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15897
15898 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15899 * gdb.python/python-function.exp: Add test for function returning
15900 a GDB value.
15901
15902 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15903
15904 * gdb.python/python-function.exp: New file.
15905
15906 2009-03-20 Tom Tromey <tromey@redhat.com>
15907
15908 * gdb.base/store.exp: Update for change to escape output.
15909 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15910 to escape output.
15911 * gdb.base/pointers.exp: Update for change to escape output.
15912 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15913 to escape output.
15914 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15915 escape output.
15916 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15917 to escape output.
15918 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15919 escape output.
15920 * gdb.base/setvar.exp: Update for change to escape output.
15921 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15922 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15923 to escape output.
15924 (test_print_string_constants): Likewise.
15925 * gdb.base/charset.exp (valid_host_charset): Check size of
15926 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15927 cases. Handle "auto"-related output.
15928 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15929 (uvar, Uvar): New globals.
15930
15931 2009-03-19 Jerome Guitton <guitton@adacore.com>
15932
15933 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15934 deltas.
15935 * gdb.ada/fixed_points.exp: Ditto.
15936
15937 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15938
15939 * return-nodebug.c: Don't include stdio.h.
15940 (init): Delete.
15941 (func): Delete definition and provide extern declaration.
15942 (t): New.
15943 (main): Don't call printf. Call func and store its result in t.
15944 * return-nodebug1.c: New.
15945 * return-nodebug.exp: Don't expect stdio output. Instead, print
15946 the global variable t. Drop printf formatters and cast types from
15947 foreach loop. Don't use prepare_for_testing. Compile
15948 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15949 define FORMAT or CAST.
15950
15951 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15952
15953 * gdb.base/solib-display.exp: Disable test for remote targers.
15954
15955 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15956
15957 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15958
15959 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15960
15961 Fix a racy FAIL.
15962 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15963 code from `follow parent, print pids'.
15964 (`follow child, print pids', `follow parent, print pids'): Call it.
15965 Replace `gdb_test "break..."' by gdb_breakpoint.
15966
15967 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15968
15969 * gdb.mi/mi-cli.exp: Adjust for output difference in
15970 sync and async modes.
15971
15972 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15975 that was checked in by mistake. Remove loading of ada.exp, since
15976 this is not necessary in this case.
15977
15978 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15979
15980 * gdb.ada/ptype_arith_binop.exp: New testcase.
15981
15982 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15983
15984 * gdb.ada/mod_from_name: New testcase.
15985
15986 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15987
15988 * gdb.ada/tick_last_segv: New testcase.
15989
15990 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15991
15992 * gdb.mi/mi-cli.exp: Remove debug print.
15993
15994 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15995
15996 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15997 include the token in ^running and frame info in *stopped.
15998
15999 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16000
16001 * solib-display.exp: New file.
16002 * solib-display-main.c: New file.
16003 * solib-display-lib.c: New file.
16004
16005 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16006
16007 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16008
16009 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16010
16011 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16012 (list_and_check_macro): Use more specific test name.
16013 (next to definition): Make the test names unique.
16014
16015 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16016
16017 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16018
16019 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16020
16021 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16022 notifications.
16023 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16024 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16025 * lib/mi-support.exp (library_loaded_re): New.
16026 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16027
16028 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16029
16030 * gdb.gdb/observer.exp: Use test_notification observer, not
16031 normal_stop, everywhere.
16032 (test_normal_stop_notifications): Rename to...
16033 (test_notifications): ...this.
16034 (test_observer_normal_stop): Rename to...
16035 (test_observer): ...this.
16036
16037 2009-02-16 Doug Evans <dje@google.com>
16038
16039 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16040 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16041 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16042 (test_prefixed_syscall,test_int3): New tests.
16043 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16044 (test_prefixed_syscall,test_int3): New tests.
16045
16046 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16047
16048 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16049 (mi_expect_interrupt): Likewise.
16050 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16051 response.
16052
16053 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16054
16055 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16056 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16057 Replace calls to get_valueofx by get_hexadecimal_valueof.
16058
16059 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16060
16061 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16062 (get_integer_valueof): New procedure.
16063 (get_sizeof): Use new get_integer_value_of.
16064 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16065 by get_integer_valueof.
16066
16067 2009-02-13 Tom Tromey <tromey@redhat.com>
16068
16069 * gdb.base/remote.exp (get_sizeof): Remove.
16070 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16071 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16072 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16073 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16074 (get_sizeof): Likewise.
16075
16076 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16077
16078 PR fortran/9806
16079 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16080
16081 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16082
16083 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16084
16085 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16086
16087 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16088
16089 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16090
16091 * gdb.python/python-cmd.exp: New file.
16092
16093 2009-02-06 Tristan Gingold <gingold@adacore.com>
16094
16095 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16096
16097 2009-02-05 Tristan Gingold <gingold@adacore.com>
16098
16099 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16100 pointer is dereferenced and use this signal name in regexp.
16101 * gdb.base/signull.exp: Ditto.
16102 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16103 * gdb.base/signull.c (main): Ditto.
16104
16105 2009-02-04 Tom Tromey <tromey@redhat.com>
16106 Thiago Jung Bauermann <bauerman@br.ibm.com>
16107
16108 * gdb.python/python-value.exp: Use `gdb.history' instead of
16109 `gdb.value_from_history'.
16110 (test_value_numeric_ops): Add test for conversion of enum constant.
16111 * gdb.python/python-value.c (enum e): New type.
16112 (evalue): New global.
16113 (main): Use argv.
16114
16115 2009-02-04 Jerome Guitton <guitton@adacore.com>
16116
16117 * gdb.ada/uninitialized_vars: New test program.
16118 * gdb.ada/uninitialized_vars.exp: New testcase.
16119
16120 2009-02-02 Tom Tromey <tromey@redhat.com>
16121
16122 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16123 * gdb.cp/pr2489.cc: Rename...
16124 * gdb.cp/pr9594.cc: ... to this.
16125
16126 2009-02-02 Tom Tromey <tromey@redhat.com>
16127
16128 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16129 * gdb.cp/pr2489.cc: New file.
16130 * gdb.cp/cpcompletion.exp: New file.
16131
16132 2009-02-02 Tom Tromey <tromey@redhat.com>
16133
16134 PR exp/9059:
16135 * gdb.cp/call-c.exp: Add regression test.
16136 * gdb.cp/call-c.cc (FooHandle): New typedef.
16137 (main): New variable 'handle'.
16138
16139 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16140
16141 * lib/mi-support.exp (et_mi_thread_list)
16142 (check_mi_and_console_threads): Adjust for current thread in
16143 -thread-list-ids output.
16144
16145 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16146
16147 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16148 Call it.
16149
16150 2009-01-28 Doug Evans <dje@google.com>
16151
16152 * gdb.arch/amd64-disp-step.S: New file.
16153 * gdb.arch/amd64-disp-step.exp: New file.
16154 * gdb.arch/i386-disp-step.S: New file.
16155 * gdb.arch/i386-disp-step.exp: New file.
16156
16157 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16158
16159 * gdb.base/find.exp: Set newline variable
16160 using quotes instead of braces to fix cygwin failures.
16161
16162 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16163
16164 * gdb.base/radix.exp: Add tests to ensure that that set
16165 input-radix 0 and set output-radix 0 are really rejected.
16166
16167 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16168
16169 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16170 copyright years.
16171
16172 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16173
16174 PR gdb/9664:
16175 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16176
16177 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16178
16179 PR c++/9631:
16180 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16181
16182 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16183
16184 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16185 binfile definition to fix Windows OS failure.
16186
16187 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16188
16189 PR gdb/9346
16190 * gdb.base/interrupt.c (sigint_handler): New.
16191 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16192 on error.
16193 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16194 Test "signal SIGINT".
16195
16196 2009-01-19 Doug Evans <dje@google.com>
16197
16198 * gdb.base/break.exp: Update expected gdb output.
16199 * gdb.base/sepdebug.exp: Ditto.
16200 * gdb.mi/mi-syn-frame.exp: Ditto.
16201 * gdb.mi/mi2-syn-frame.exp: Ditto.
16202 * gdb.base/call-signal-resume.exp: New file.
16203 * gdb.base/call-signals.c: New file.
16204 * gdb.base/unwindonsignal.exp: New file.
16205 * gdb.base/unwindonsignal.c: New file.
16206 * gdb.threads/interrupted-hand-call.exp: New file.
16207 * gdb.threads/interrupted-hand-call.c: New file.
16208 * gdb.threads/thread-unwindonsignal.exp: New file.
16209
16210 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16211
16212 * gdb.base/define.exp: Test defining and hooking prefix commands.
16213 * gdb.python/python.exp: Update test for "show user" output.
16214
16215 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16216
16217 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16218 now the output exactly, using less wildcards. Expect also the output
16219 of gfortran-4.3. Update for the f-valprint.c modification from
16220 2008-04-22.
16221 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16222 Remove gdb_test test names where matching the command.
16223
16224 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16225
16226 PR breakpoints/9681:
16227 * gdb.base/watchpoint.exp: Add regression test.
16228
16229 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16230
16231 * gdb.threads/attach-into-signal.exp: Don't use
16232 gdb_suppress_entire_file.
16233 * gdb.threads/attach-stopped.exp: Ditto.
16234 * gdb.threads/attachstop-mt.exp: Ditto.
16235
16236 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16237
16238 PR gdb/8812:
16239 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16240
16241 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16242
16243 PR gdb/7536:
16244 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16245 and unsupported output radices are really rejected.
16246
16247 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16248
16249 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16250
16251 2008-12-22 Tom Tromey <tromey@redhat.com>
16252
16253 * gdb.cp/punctuator.exp: New file.
16254
16255 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16256
16257 * gdb.base/completion.exp (Completing non-existing component): New test.
16258
16259 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16260
16261 Fix for PR gdb/8648.
16262 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16263 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16264 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16265 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16266
16267 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16268
16269 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16270
16271 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16272
16273 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16274 compiler actually generate code at the expected line number.
16275
16276 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16277
16278 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16279
16280 2008-12-12 Tom Tromey <tromey@redhat.com>
16281
16282 * gdb.base/commands.exp (redefine_hook_test): New proc.
16283 Call it.
16284
16285 2008-12-11 Tom Tromey <tromey@redhat.com>
16286
16287 * gdb.base/macscp.exp: New regression test.
16288
16289 2008-12-11 Tom Tromey <tromey@redhat.com>
16290
16291 * gdb.base/macscp.exp: Print "address.addr".
16292 * gdb.base/macscp1.c (struct outer): New struct.
16293 (address): New global.
16294
16295 2008-12-09 Tom Tromey <tromey@redhat.com>
16296
16297 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16298 Call it.
16299
16300 2008-12-04 Doug Evans <dje@google.com>
16301
16302 * gdb.server/ext-run.exp: Relax regexp for init program.
16303
16304 2008-12-03 Tristan Gingold <gingold@adacore.com>
16305
16306 * gdb.base/macscp.exp: Generate an object file during compilation
16307 to work around Darwin dsymutil limitations.
16308
16309 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16310
16311 Test resolving external references to TLS variables.
16312 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16313 FILE2_THREAD_LOCAL.
16314 (testfile2, srcfile2): New variables.
16315 * gdb.threads/tls.c (file2_thread_local)
16316 (function_referencing_file2_thread_local): New.
16317 * gdb.threads/tls2.c: New file.
16318
16319 2008-11-28 Joel Brobecker <brobecker@adacore.com>
16320
16321 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16322 rather than integer, as integer might not be big enough when
16323 on 64bit targets.
16324
16325 2008-11-27 Jerome Guitton <guitton@adacore.com>
16326
16327 * gdb.cp/formatted-ref.exp: Add equality test.
16328 * gdb.ada/formatted_ref.exp: Ditto.
16329
16330 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16333 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16334
16335 2008-11-20 Andreas Schwab <schwab@suse.de>
16336
16337 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16338 matching syscall entry point.
16339 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16340 (tcatch_vfork_then_child_follow): Likewise. Finish through
16341 vfork even if we stopped at the syscall trampoline.
16342
16343 2008-11-20 Doug Evans <dje@google.com>
16344
16345 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16346
16347 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16348
16349 * gdb.arch/ppc-dfp.exp: New file.
16350 * gdb.arch/ppc-dfp.c: New file.
16351
16352 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16353
16354 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16355
16356 2008-11-17 Doug Evans <dje@google.com>
16357
16358 * gdb.mi/mi-syn-frame.exp: Update expected output.
16359 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16360
16361 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16362
16363 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16364 "thread N" results in =thread-selected.
16365 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16366 (mi_send_resuming_command_raw): Be prepared for
16367 =thread-selected.
16368
16369 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16370
16371 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16372 * lib/mi-support.exp: Likewise.
16373
16374 2008-11-16 Joel Brobecker <brobecker@adacore.com>
16375
16376 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16377 commands from the expected output for "help catch".
16378
16379 2008-11-15 Joel Brobecker <brobecker@adacore.com>
16380
16381 * gdb.ada/int_deref.exp: New testcase.
16382
16383 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * gdb.mi/gdb2549.exp: New file.
16386
16387 2008-11-11 Doug Evans <dje@google.com>
16388
16389 * gdb.base/callexit.exp: New file.
16390 * gdb.base/callexit.c: New file.
16391
16392 2008-11-10 Doug Evans <dje@google.com>
16393
16394 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16395 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16396 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16397 (default_gdb_start,default_gdb_exit): Ditto.
16398 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16399 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16400 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16401 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16402 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16403 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16404
16405 2008-11-03 Andreas Schwab <schwab@suse.de>
16406
16407 * gdb.base/hashline2.exp: Fix typo.
16408 * gdb.base/hashline3.exp: Likewise.
16409
16410 2008-10-30 Tom Tromey <tromey@redhat.com>
16411
16412 * gdb.base/pointers.exp: Add test.
16413 * gdb.base/pointers.c (k, S): New typedefs.
16414 (instance): New global.
16415
16416 2008-10-30 Andreas Schwab <schwab@suse.de>
16417
16418 * gdb.base/args.exp: Add tests for newlines.
16419
16420 2008-10-30 Joel Brobecker <brobecker@adacore.com>
16421
16422 gdb.base/foll-exec.exp: Update the expected output of a couple
16423 of "info breakpoints" tests.
16424
16425 2008-10-28 Tom Tromey <tromey@redhat.com>
16426
16427 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16428
16429 2008-10-24 Pedro Alves <pedro@codesourcery.com>
16430
16431 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16432 gdb_start_cmd.
16433 Use runto_main before any test that requires execution.
16434
16435 2008-10-23 Pedro Alves <pedro@codesourcery.com>
16436
16437 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16438 instead of SIGINT.
16439
16440 2008-10-22 Joel Brobecker <brobecker@adacore.com>
16441
16442 * gdb.base/completion.exp: Update expected output following
16443 the addition of the "info tasks" command.
16444
16445 2008-10-22 Tom Tromey <tromey@redhat.com>
16446
16447 * gdb.base/exprs.exp (test_expr): Add test for string
16448 concatenation.
16449
16450 2008-10-19 Pedro Alves <pedro@codesourcery.com>
16451
16452 * configure.ac: Output gdb.python/Makefile.
16453 * configure: Regenerate.
16454 * gdb.python/Makefile.in: New.
16455
16456 2008-10-16 Joel Brobecker <brobecker@adacore.com>
16457
16458 * gdb.base/foll-fork.exp: Adjust the expected output to match
16459 the new description for fork/vfork catchpoints in the "info
16460 breakpoints" output.
16461
16462 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16463
16464 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16465
16466 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16467
16468 * gdb.python/python-value.c: New file.
16469 * gdb.python/python-value.exp: New file.
16470
16471 2008-10-15 Pedro Alves <pedro@codesourcery.com>
16472
16473 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16474
16475 2008-10-15 Denis Pilat <denis.pilat@st.com>
16476
16477 * gdb.cp/mb-ctor.exp: Fix a typo.
16478
16479 2008-10-09 Tom Tromey <tromey@redhat.com>
16480
16481 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16482 'fprintf' and 'stderr'.
16483
16484 2008-10-07 Joel Brobecker <brobecker@adacore.com>
16485
16486 * gdb.ada/ref_tick_size.exp: New testcase.
16487
16488 2008-10-06 Doug Evans <dje@google.com>
16489
16490 * gdb.dwarf2/dw2-cu-size.exp: New file.
16491 * gdb.dwarf2/dw2-cu-size.S: New file.
16492
16493 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16494 .Ltype_int for clarity.
16495
16496 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16497
16498 PR gdb/2384:
16499 * gdb.cp/gdb2384.exp: Extended to test more cases.
16500 * gdb.cp/gdb2384.cc: Likewise.
16501 * gdb.cp/gdb2384-base.h: Likewise.
16502 * gdb.cp/gdb2384-base.cc: Likewise.
16503
16504 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16505
16506 * gdb.base/maint.exp (maint print type): Remove printing
16507 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16508
16509 2008-09-30 Tom Tromey <tromey@redhat.com>
16510
16511 * gdb.base/macscp.exp: Add completion tests.
16512 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16513 (TWENTY_THREE): Likewise.
16514 (FORTY_EIGHT): Likewise.
16515
16516 2008-09-30 Tom Tromey <tromey@redhat.com>
16517
16518 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16519 everywhere.
16520 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16521
16522 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16523
16524 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16525 testcase is derived from. Fix racy dependency on an expected PID
16526 number. No longer support the testcase on Linux kernel 2.4.x.
16527
16528 2008-09-27 Tom Tromey <tromey@redhat.com>
16529
16530 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16531 and varargs.
16532
16533 2008-09-22 Pedro Alves <pedro@codesourcery.com>
16534
16535 * lib/mi-support.exp (mi_expect_interrupt): New.
16536 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16537 from gdb.mi/mi-nonstop.exp.
16538 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16539 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16540 lib/mi-support.exp.
16541 Use mi_check_thread_states throughout. Avoid ".*" and do not
16542 require an anchor after -exec-run.
16543
16544 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16545
16546 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16547 stop is pending. Avoid ".*" when two stops are pending.
16548 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16549 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16550 newlines in fullnames.
16551 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16552 (mi_expect_stop): Update comments. Only anchor in sync mode.
16553 Do not match newlines.
16554 (mi_send_resuming_command_raw): Always return status.
16555 (mi_get_stop_line): Do not match more than one line by accident.
16556 Only anchor in sync mode.
16557 (mi_run_inline_test): If -exec-next fails, give up.
16558
16559 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16560
16561 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16562 on SPU.
16563
16564 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16565
16566 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16567
16568 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16569
16570 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16571 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16572 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16573 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16574 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16575 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16576 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16577 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16578 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16579 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16580 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16581 Include the "= " sequence in the expected output of print tests.
16582
16583 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16584
16585 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16586 description for boolean types.
16587
16588 2008-09-09 Pedro Alves <pedro@codesourcery.com>
16589
16590 * gdb.base/hook-stop-continue.c: New.
16591 * gdb.base/hook-stop-continue.exp: New.
16592
16593 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16594
16595 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16596
16597 2008-09-08 Jerome Guitton <guitton@adacore.com>
16598
16599 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16600 (stack_check_probe_2, stack_check_probe_loop_1)
16601 (stack_check_probe_loop_2): New functions.
16602 (main): Add call to these new functions.
16603 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16604 functions, check that the breakpoint is inserted at the appropriate
16605 location.
16606 (insert_breakpoint): Slightly refine this procedure so that it can
16607 be called several times in the test.
16608
16609 2008-09-08 Jerome Guitton <guitton@adacore.com>
16610
16611 * gdb.base/stack-checking.c: New file.
16612 * gdb.base/stack-checking.exp: New file.
16613
16614 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16615
16616 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16617 * gdb.arch/altivec-regs.exp: Likewise.
16618 * gdb.arch/vsx-regs.exp: Likewise.
16619
16620 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16621
16622 * gdb.arch/ppc-fp.exp: New file.
16623 * gdb.arch/ppc-fp.c: New file.
16624
16625 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16626
16627 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16628 lest gcc-4.3.1 optimizes the whole thing away.
16629
16630 2008-09-04 Michael Snyder <msnyder@vmware.com>
16631
16632 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16633 as "at" (for non-debug functions such as _start).
16634
16635 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16636
16637 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16638 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16639 software watchpoints.
16640 * gdb.base/watch_thread_num.exp: Likewise.
16641
16642 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16643
16644 * gdb.arch/i386-bp_permanent.exp: New test.
16645
16646 2008-08-24 Tom Tromey <tromey@redhat.com>
16647
16648 * gdb.base/maint.exp: Update "maint print type".
16649
16650 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16651
16652 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16653 support. Adjust the order of "*running" notifications.
16654 * gdb.mi/non-stop.c: Don't cast from int to void* and
16655 back.
16656
16657 2008-08-20 Mark Kettenis <kettenis@gnu.org>
16658
16659 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16660 expect to find it in the "info frame" output.
16661
16662 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16663
16664 * gdb.base/interp.exp: Always consume both prompts.
16665
16666 2008-08-20 Pedro Alves <pedro@codesourcery.com>
16667
16668 * gdb.base/pending.exp: Test pending breakpoints without symbols
16669 loaded.
16670
16671 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16672
16673 * lib/mi-support.exp (mi_expect_stop): Produce
16674 more details on failures.
16675 * gdb.mi/mi-nonstop.exp: New.
16676 * gdb.mi/non-stop.c: New.
16677
16678 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16679
16680 * gdb.mi/mi-async.exp: Use 'set target-async'.
16681 * lib/mi-support.exp: Use 'set/show target-async'.
16682
16683 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16684
16685 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16686
16687 2008-08-17 Tom Tromey <tromey@redhat.com>
16688
16689 * gdb.base/help.exp (help catch): Rewrite.
16690
16691 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16692
16693 * gdb.base/define.exp: Test indented command documentation.
16694 * gdb.python/python.exp: Test indented multi-line command.
16695
16696 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
16697
16698 * testsuite/gdb.arch/vsx-regs.c: New source file.
16699 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16700 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16701
16702 2008-08-14 Tom Tromey <tromey@redhat.com>
16703
16704 * gdb.base/macscp.exp: Add regression test for "macro define" or
16705 "macro undef" with no arguments.
16706
16707 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16708
16709 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
16710
16711 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16712
16713 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16714
16715 2008-08-06 Tom Tromey <tromey@redhat.com>
16716
16717 * gdb.python/python.exp: New file.
16718
16719 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16720
16721 Fix for PR gdb/1543.
16722 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16723 $LOCATION.
16724 (location): New variable.
16725 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16726 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16727 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16728 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16729 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16730 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16731 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16732 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16733 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16734 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16735 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16736 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16737 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16738 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16739 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16740 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16741 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16742 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16743 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16744 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16745 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16746 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16747 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16748 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16749 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16750 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16751 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16752 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16753 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16754 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16755 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16756 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16757 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16758 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16759 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16760 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16761 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16762 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16763 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16764 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16765 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16766 gdb.base/type-opaque.exp, gdb.base/until.exp,
16767 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16768 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16769 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16770 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16771 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16772 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16773 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16774 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16775 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16776 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16777 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16778 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16779 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16780 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16781 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16782 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16783 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16784 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16785 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16786 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16787 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16788 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16789 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16790 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16791 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16792 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16793 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16794 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16795 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16796 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16797 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16798 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16799 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16800 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16801 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16802 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16803 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16804 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16805 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16806 to bug-gdb@prep.ai.mit.edu .
16807
16808 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16809
16810 * lib/mi-support.exp (mi_load_shlibs): New.
16811 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16812
16813 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16814
16815 * lib/mi-support.exp (get_mi_thread_list)
16816 (check_mi_and_console_threads): New, moved from ...
16817 * gdb.mi/mi-pthread.exp: ...here.
16818 * gdb.mi/gdb669.exp (get_mi_thread_list)
16819 (check_mi_and_console_threads): Delete.
16820 * gdb.mi/mi2-pthread.exp: Likewise.
16821
16822 2008-07-28 Tom Tromey <tromey@redhat.com>
16823
16824 * Makefile.in (just-check): Remove. Move body to...
16825 (check): ... here.
16826
16827 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16828
16829 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16830 Add a test for duplicated SIGINTs.
16831
16832 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16833
16834 * gdb.threads/schedlock.exp (get_args): Update to work for any
16835 value of NUM.
16836 (Top level): Report the number of threads that did not resume.
16837
16838 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16839
16840 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16841
16842 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16843
16844 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16845 non-MI prompt.
16846
16847 2008-07-26 Tom Tromey <tromey@redhat.com>
16848
16849 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16850 (function_struct, function_struct_ptr): New globals.
16851 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16852 function pointer in a struct.
16853
16854 2008-07-26 Tom Tromey <tromey@redhat.com>
16855
16856 * gdb.base/macscp.exp: Add test for macro lexing bug.
16857
16858 2008-07-18 Tom Tromey <tromey@redhat.com>
16859
16860 * gdb.base/macscp.exp: Add macro tests.
16861
16862 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16863
16864 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16865
16866 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16867
16868 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16869
16870 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16871
16872 * gdb.cp/class2.exp: fix for failure on spu-elf
16873
16874 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16875
16876 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
16877
16878 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16879
16880 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16881
16882 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16883
16884 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16885
16886 2008-07-11 Kevin Buettner <kevinb@redhat.com>
16887
16888 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16889 of regexp to account for changes made to GDB in the printing of
16890 byte vectors.
16891
16892 2008-07-11 Tom Tromey <tromey@redhat.com>
16893
16894 * gdb.base/completion.exp: Add 'help' completion test.
16895
16896 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16897
16898 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16899
16900 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16901
16902 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16903
16904 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16905
16906 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16907
16908 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16909
16910 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16911
16912 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16913
16914 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16915
16916 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16917
16918 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16919 previous commit. Add a comment.
16920
16921 2008-06-28 Pedro Alves <pedro@codesourcery.com>
16922
16923 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16924
16925 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16926
16927 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16928
16929 2008-06-27 Pedro Alves <pedro@codesourcery.com>
16930
16931 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16932 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16933 compiling an executable, link in an object that forces unbuffered
16934 output.
16935 * lib/set_unbuffered_mode.c: New file.
16936
16937 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16938
16939 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16940
16941 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16942
16943 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16944 mi_expect_stop.
16945 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16946 Demand that *running is output.
16947 (detect_async): Perform checking every time.
16948 (mi_send_resuming_command): Extract everything into...
16949 (mi_send_resuming_command_raw): ...this.
16950 (mi_expect_stop): Don't accept any output before *stopped.
16951
16952 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16953
16954 Robustify mi-simplerun.
16955 * gdb.mi/basics.c (main): Add a call to sleep.
16956 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16957 * gdb.mi/mi2-cli.exp: Likewise.
16958 * gdb.mi/mi-break.exp: Likewise.
16959
16960 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16961
16962 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16963
16964 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16965
16966 * gdb.mi/mi-console.exp: Adjust.
16967 * gdb.mi/mi-syn-frame.exp: Adjust.
16968 * gdb.mi/mi2-console.exp: Adjust.
16969 * gdb.mi/mi2-syn-frame.exp: Adjust.
16970 * lib/mi-support.exp (mi_run_cmd): Adjust.
16971 (mi_send_resuming_command): Adjust.
16972
16973 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16974
16975 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16976 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16977 testing of stopped.
16978 * gdb.mi/mi2-syn-frame.exp: Likewise.
16979 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16980 (async, detect_async): New.
16981 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16982 depending on if we're running in sync or async mode.
16983
16984 2008-06-09 Tom Tromey <tromey@redhat.com>
16985
16986 * gdb.base/completion.exp: New tests for field name completion
16987 with spaces, and field name completion with '->'.
16988
16989 2008-06-06 Tom Tromey <tromey@redhat.com>
16990
16991 * gdb.base/break1.c (struct some_struct): New struct.
16992 (values): New global.
16993 * gdb.base/completion.exp: Add field name completion test.
16994
16995 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16996
16997 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16998 to pointer.
16999 * gdb.cp/call-c.cc: Likewise.
17000
17001 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17002
17003 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17004 annotation.
17005
17006 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17007 Pedro Alves <pedro@codesourcery.com>
17008
17009 * gdb.threads/execl.c, gdb.threads/execl1.c,
17010 gdb.threads/execl.exp: New tests.
17011
17012 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17013 Daniel Jacobowitz <dan@codesourcery.com>
17014
17015 * gdb.cp/exception.exp: Activate test, make it work with pending
17016 catchpoints.
17017
17018 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17019
17020 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17021
17022 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17023
17024 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17025 now printed.
17026 * gdb.mi/mi2-var-cmd.exp: Likewise.
17027
17028 2008-05-27 Andreas Schwab <schwab@suse.de>
17029
17030 * gdb.base/frame-args.exp: Handle arguments that are optimized
17031 out.
17032
17033 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17034
17035 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17036 quiet for ppc32 and group options into a single variable.
17037
17038 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17039
17040 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17041 of zero-size elements.
17042 * gdb.ada/null_array.exp: Test printing this new array.
17043
17044 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17045
17046 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17047
17048 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17049
17050 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17051 of the "finish" command.
17052
17053 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17054
17055 * gdb.base/annota1.exp: Test for new annotation.
17056
17057 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17058
17059 * gdb.base/fixsection.exp: New file.
17060 * gdb.base/fixsection0.c: New file.
17061 * gdb.base/fixsection1.c: New file.
17062
17063 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17064
17065 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17066 * gdb.base/annota3.exp: Likewise.
17067
17068 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17069
17070 * gdb.base/watch_thread_num.exp: Don't run tests that require
17071 watchpoints if the target doesn't support them.
17072
17073 2008-05-12 Doug Evans <dje@google.com>
17074
17075 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17076
17077 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17078
17079 * gdb.ada/assign_1.exp: New testcase.
17080
17081 2008-05-09 Doug Evans <dje@google.com>
17082
17083 * gdb.base/find.exp: New file.
17084 * gdb.base/find.c: New file.
17085
17086 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17087
17088 * gdb.base/commands.exp (watchpoint_command_test): Handle
17089 gdb,no_hardware_watchpoints.
17090 * gdb.base/float.exp: Allow ARM targets without floating point.
17091 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17092
17093 2008-05-06 Jerome Guitton <guitton@adacore.com>
17094 Joel Brobecker <brobecker@adacore.com>
17095
17096 * gdb.ada/lang_switch: New test program.
17097 * gdb.ada/lang_switch.exp: New testcase.
17098
17099 2008-05-05 Doug Evans <dje@google.com>
17100
17101 * gdb.base/help.exp (disassemble): Update expected help text.
17102
17103 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17104
17105 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17106
17107 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17108
17109 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17110 different times.
17111
17112 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17113
17114 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17115 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17116 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17117 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17118
17119 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17120
17121 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17122 notification to appear.
17123
17124 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17125
17126 * gdb.base/fullname.c: New file.
17127 * gdb.base/fullname.exp: New file.
17128 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17129
17130 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17131
17132 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17133 expressions with macros.
17134
17135 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17136
17137 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17138
17139 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17140
17141 * gdb.base/completion.exp: Handle lack of other symbols beginning
17142 with "a".
17143
17144 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17145
17146 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17147
17148 * gdb.asm/asmsrc1.s: Add scratch space.
17149
17150 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17151 Daniel Jacobowitz <dan@codesourcery.com>
17152
17153 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17154 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17155 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17156
17157 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17158
17159 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17160
17161 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17162
17163 * gdb.base/info-target.exp: New testcase.
17164
17165 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17166
17167 * gdb.cp/hang.exp: Use .cc instead of .C.
17168 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17169 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17170
17171 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17172
17173 * gdb.base/gdb1250.exp: Remove perror.
17174 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17175
17176 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17177
17178 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17179 .2byte.
17180
17181 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17182
17183 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17184 (maybe_kfail): New.
17185
17186 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17187
17188 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17189
17190 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17191
17192 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17193 * gdb.mi/mi2-syn-frame.exp: Likewise.
17194 * lib/mi-support.exp: Likewise.
17195
17196 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17197
17198 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17199 to specify regexp for the location to stop at.
17200 * gdb.base/break-always.c: New.
17201 * gdb.base/break-always.exp: New.
17202
17203 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17204
17205 * lib/mi-support.exp (mi_runto_helper): Adjust
17206 for the original-location field.
17207 (mi_create_breakpoint, mi_list_breakpoints): New.
17208 * gdb.mi/mi-break.exp: Adjust.
17209 * gdb.mi/mi2-break.exp: Adjust.
17210 * gdb.mi/mi-pending.exp: Adjust.
17211 * gdb.mi/mi-simplerun.exp: Adjust.
17212 * gdb.mi/mi2-simplerun.exp: Adjust.
17213 * gdb.mi/mi-syn-frame.exp: Adjust.
17214 * gdb.mi/mi2-syn-frame.exp: Adjust.
17215 * gdb.mi/mi-until.exp: Adjust.
17216 * gdb.mi/mi2-until.exp: Adjust.
17217 * gdb.mi/mi-var-display.exp: Adjust.
17218 * gdb.mi/mi2-var-display.exp: Adjust.
17219 * gdb.mi/mi-watch.exp: Adjust.
17220 * gdb.mi/mi2-watch.exp: Adjust.
17221
17222 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17223
17224 * aclocal.m4: Add override.m4.
17225 * configure: Regenerate.
17226
17227 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17228
17229 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17230 '-var-update --all-values' reports new value even the type
17231 of a variable object has changed.
17232
17233 2008-04-18 Craig Silverstein <csilvers@google.com>
17234
17235 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17236 files.
17237
17238 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17239
17240 * gdb.ada/atomic_enum: New test program.
17241 * gdb.ada/atomic_enum.exp: New testcase.
17242
17243 2008-04-17 Doug Evans <dje@google.com>
17244
17245 * gdb.opt/Makefile.in: Fix whitespace.
17246
17247 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17248
17249 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17250
17251 2008-04-17 Doug Evans <dje@google.com>
17252
17253 * gdb.base/hashline1.exp: New testcase.
17254 * gdb.base/hashline2.exp: New testcase.
17255 * gdb.base/hashline2.exp: New testcase.
17256
17257 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17258
17259 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17260
17261 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17262
17263 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17264 temporary breakpoint to match "Temporary breakpoint".
17265 * gdb.base/break.exp (delete_breakpoints): Likewise.
17266 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17267 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17268 * gdb.base/display.exp: Likewise.
17269 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17270 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17271 * gdb.base/restore.exp (restore_tests): Likewise.
17272 * gdb.base/sepdebug.exp: Likewise.
17273 * gdb.base/watchpoint.exp: Likewise.
17274 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17275 * gdb.mi/mi-pending.exp: Likewise.
17276 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17277 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17278 * gdb.mi/mi-var-cmd.exp: Likewise.
17279 * gdb.mi/mi-var-display.exp: Likewise.
17280 * gdb.mi/mi2-cli.exp: Likewise.
17281 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17282 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17283 * gdb.mi/mi2-var-display.exp: Likewise.
17284 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17285 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17286 new "disp" field.
17287 (mi_expect_stop): Move after_reason argument to be really after
17288 reason. This is to support fix for PR2424.
17289
17290 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17291
17292 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17293
17294 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17295
17296 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17297 field. Add more floating varobj tests.
17298 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17299 field.
17300 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17301 (main): Call do_at_tests.
17302 * lib/mi-support.exp (mi_create_floating_varobj)
17303 (mi_varobj_update_with_type_change): New.
17304
17305 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17306
17307 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17308 option of -var-evaluate-expression.
17309 * gdb.mi/mi2-var-display.exp: Likewise.
17310
17311 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17312
17313 Introduce test setup helpers.
17314 * lib/gdb.exp (build_executable, clean_restart)
17315 (prepare_for_testing): New.
17316 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17317 * gdb.base/return.exp: Likewise.
17318 * gdb.base/ending-run.exp: Likewise.
17319
17320 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
17321
17322 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17323 Interface (MI) responses.
17324
17325 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17326
17327 * gdb.cp/breakpoint.cc: New code to test conditions involving
17328 member variables.
17329 * gdb.cp/breakpoint.exp: Test condition involving member
17330 variables.
17331
17332 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17333
17334 * lib/mi-support.exp (mi_expect_stop): New.
17335 (mi_run_cmd): Change the
17336 token. Use mi_send_resuming_command, use
17337 mi_expect_stop.
17338 (mi_execute_to_helper): Rename to mi_execute_to.
17339 (mi_send_resuming_command): Add more error patterns.
17340 (mi_wait_for_stop): Renamed to...
17341 (mi_get_stop_line): ...this.
17342 (mi_run_inline_test): Adjust.
17343
17344 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17345 * gdb.mi/mi-console.exp: Likewise.
17346 * gdb.mi/mi-pending.exp: Likewise.
17347 * gdb.mi/mi-simplerun.exp: Likewise.
17348 * gdb.mi/mi-stack.exp: Likewise.
17349 * gdb.mi/mi-stepi.exp: Likewise.
17350 * gdb.mi/mi-syn-frame.exp: Add comment.
17351 * gdb.mi/mi-until.exp: Likewise.
17352 * gdb.mi/mi-var-display.exp: Likewise.
17353 * gdb.mi/mi-watch.exp: Likewise.
17354 * gdb.mi/mi2-cli.exp: Likewise.
17355 * gdb.mi/mi2-console.exp: Likewise.
17356 * gdb.mi/mi2-simplerun.exp: Likewise.
17357 * gdb.mi/mi2-stack.exp: Likewise.
17358 * gdb.mi/mi2-stepi.exp: Likewise.
17359 * gdb.mi/mi2-until.exp: Likewise.
17360 * gdb.mi/mi2-var-display.exp: Likewise.
17361 * gdb.mi/mi2-watch.exp: Likewise.
17362
17363 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17364
17365 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17366
17367 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17368
17369 2008-04-04 Pedro Alves <pedro@codesourcery.com>
17370
17371 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17372 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17373 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17374 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17375 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17376 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17377 expect an mi error duplicated in stderr.
17378
17379 2008-04-03 Joel Brobecker <brobecker@adacore.com>
17380
17381 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17382 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17383 Add a couple of tests that verify the behavior when the new setting
17384 is set to "cancel" and "all".
17385 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17386 "ask" before we start the testing.
17387
17388 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17389
17390 * gdb.cp/casts.cc: Add class reference variables.
17391 * gdb.cp/casts.exp: New test cases for up/down casting references.
17392
17393 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17394
17395 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17396 instead of beginning to make an extra test pass.
17397 * gdb.mi/mi2-var-display.exp: Likewise.
17398
17399 2008-03-31 Maciej W. Rozycki <macro@mips.com>
17400
17401 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17402
17403 2008-03-31 Markus Deuling <deuling@de.ibm.com>
17404 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17405
17406 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17407 value. Add xfail for older kernels.
17408
17409 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17410
17411 Bring mi-support in line with gdb.exp.
17412 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17413 (mi_gdb_start): New function.
17414
17415 2008-03-28 Maciej W. Rozycki <macro@mips.com>
17416
17417 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17418
17419 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17420
17421 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17422 * gdb.mi/mi2-var-display.exp: Likewise.
17423
17424 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17425
17426 * lib/mi-support.exp (mi_create_varobj_checked): New.
17427 (mi_list_varobj_children): Allow to check for a
17428 value.
17429 (mi_list_array_varobj_children): New.
17430
17431 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17432 and mi_list_varobj_children, as opposed to hardcoding
17433 expected strings.
17434 * gdb.mi/gdb701.exp: Likewise.
17435 * gdb.mi/gdb792.exp: Likewise.
17436 * gdb.mi/mi-var-block.exp: Likewise.
17437 * gdb.mi/mi-var-cmd.exp: Likewise.
17438 * gdb.mi/mi-var-invalidate.exp: Likewise.
17439 * gdb.mi/mi2-var-block.exp: Likewise.
17440 * gdb.mi/mi2-var-child.exp: Likewise.
17441 * gdb.mi/mi2-var-cmd.exp: Likewise.
17442 * gdb.mi/mi2-var-display.exp: Likewise.
17443
17444 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17445
17446 Fix random false FAILs on i386.
17447 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17448
17449 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17450
17451 PR gdb/544
17452 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17453
17454 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17455
17456 PR gdb/544
17457 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17458
17459 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17460
17461 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17462 fixed PR gdb/544.
17463
17464 2008-03-21 Pedro Alves <pedro@codesourcery.com>
17465
17466 * gdb.threads/fork-child-threads.exp: Test next over fork.
17467
17468 2008-03-21 Chris Demetriou <cgd@google.com>
17469
17470 * gdb.base/break.exp (rbreak junk): New test for rbreak
17471 "Junk at end of arguments" issue.
17472
17473 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17474
17475 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17476 *& to work on created array elements.
17477 (Top level): Test print $pc with a file. Test string operations
17478 without a target.
17479 * gdb.base/ptype.exp: Do not expect *& to work on created array
17480 elements.
17481
17482 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17483
17484 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17485 gdb.threads/staticthreads.exp: Update exit query.
17486
17487 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17488
17489 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17490
17491 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17492
17493 * gdb.base/watchpoint.c (global_ptr, func4): New.
17494 (main): Call func4.
17495 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17496 (test_inaccessible_watchpoint): New.
17497
17498 2008-02-29 Maciej W. Rozycki <macro@mips.com>
17499
17500 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17501 select the largest.
17502
17503 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17504
17505 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17506 frames-invalid annotations.
17507
17508 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17509
17510 * gdb.base/assign.exp: avoid same output for different tests.
17511
17512 2008-02-27 Doug Evans <dje@google.com>
17513
17514 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17515 for bug 1738.
17516 (breakpoint_to_handler_entry): Ditto.
17517
17518 2008-02-27 Joel Brobecker <brobecker@adacore.com>
17519
17520 * gdb.base/ending-run.exp: Use the first line of code inside
17521 function body to test breakpoints.
17522 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17523 location where the breakpoint is inserted when using the line
17524 where a function is declared. Fix typo in the description of
17525 one of the tests.
17526 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17527
17528 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17529
17530 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17531 tests.
17532
17533 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17534
17535 * gdb.base/args.exp: avoid same output for tests
17536 with single quotes.
17537
17538 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17539
17540 * gdb.base/annota1.exp: Adjust for 'info break'
17541 format changes.
17542 * gdb.base/annota3.exp: Likewise.
17543 * gdb.base/break.exp: Likewise.
17544 * gdb.base/condbreak.exp: Likewise.
17545 * gdb.base/pending.exp: Likewise.
17546 * gdb.base/sepdebug.exp: Likewise.
17547 * gdb.base/unload.exp: Likewise.
17548 * gdb.cp/ovldbreak.exp: Likewise.
17549 * gdb.mi/mi-pending.exp: Likewise.
17550
17551 2008-02-07 Doug Evans <dje@google.com>
17552
17553 * gdb.cp/mb-inline.exp: New.
17554 * gdb.cp/mb-inline.h: New.
17555 * gdb.cp/mb-inline1.cc: New.
17556 * gdb.cp/mb-inline2.cc: New.
17557
17558 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17559
17560 * gdb.pascal/floats.pas: New test program.
17561 * gdb.pascal/floats.exp: New testcase.
17562
17563 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17564
17565 * gdb.base/callfuncs.c (t_float_many_args): New function.
17566 (t_double_many_args): New function.
17567 * gdb.base/callfuncs.exp: Add tests for exceeding float
17568 and double parameters passed through the stack.
17569
17570 2008-02-05 Joel Brobecker <brobecker@adacore.com>
17571
17572 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17573 gdb.ada/complete/foo.adb: New files.
17574 * gdb.ada/complete.exp: New testcase.
17575
17576 2008-02-03 Doug Evans <dje@google.com>
17577
17578 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17579
17580 * gdb.cp/gdb2384.exp: New file.
17581 * gdb.cp/gdb2384.cc: New file.
17582 * gdb.cp/gdb2384-base.h: New file.
17583 * gdb.cp/gdb2384-base.cc: New file.
17584
17585 2008-02-02 Doug Evans <dje@google.com>
17586
17587 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17588
17589 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17590
17591 * gdb.ada/sym_print_name: New test program.
17592 * gdb.ada/sym_print_name.exp: New testcase.
17593
17594 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17595
17596 * gdb.ada/nested/hello.adb: New file.
17597 * gdb.ada/nested.exp: New testcase.
17598 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17599
17600 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17601
17602 * gdb.mi/basic.c (return_1): New function.
17603 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17604 don't cause future evaluations of function to report
17605 creation of internal breakpoints.
17606
17607 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17608
17609 * gdb.mi/mi-break.exp (test_error): New.
17610 Call it.
17611
17612 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
17613
17614 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17615 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17616
17617 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17618
17619 * gdb.pascal/integers.pas: New test program.
17620 * gdb.pascal/integers.exp: New testcase.
17621
17622 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17623
17624 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17625
17626 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
17627
17628 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17629 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17630
17631 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17632
17633 * gdb.ada/formatted_ref: New test program.
17634 * gdb.ada/formatted_ref.exp: New testcase.
17635
17636 * gdb.cp/formatted-ref.cc: New file.
17637 * gdb.cp/formatted-ref.exp: New testcase.
17638
17639 2008-01-30 Joel Brobecker <brobecker@adacore.com>
17640
17641 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17642
17643 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
17644
17645 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17646 (test_file_list_exec_source_file): Update to new macro-info field.
17647
17648 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17649
17650 * gdb.ada/exprs: New test program.
17651 * gdb.ada/exprs.exp: New testcase.
17652
17653 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17654
17655 * dfp-test.c (DELTA, DELTA_B): New definitions.
17656 (double_val1, double_val2, double_val3, double_val4, double_val5,
17657 double_val6, double_val7, double_val8, double_val9, double_val10,
17658 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17659 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17660 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17661 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17662 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17663 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17664 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17665 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17666 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17667 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17668 dec128_val16): New global variables.
17669 (decimal_dec128_align): New function.
17670 (decimal_mixed): Likewise.
17671 (decimal_many_args_dec32): Likewise.
17672 (decimal_many_args_dec64): Likewise.
17673 (decimal_many_args_dec128): Likewise.
17674 (decimal_many_args_mixed): Likewise.
17675 * dfp-test.exp: Add tests calling new inferior functions.
17676
17677 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17678
17679 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17680 gdb.server/ext-run.exp: New files.
17681 * lib/gdbserver-support.exp (gdbserver_download): New.
17682 (gdbserver_start): New. Update gdbserver expected
17683 output.
17684 (gdbserver_spawn): Use them.
17685 (gdbserver_start_extended): New.
17686
17687 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17688
17689 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17690 Run on GNU/Linux.
17691 (do_exec_tests): Check for systems which do not support catchpoints.
17692 Do not match START.
17693 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17694 Run on GNU/Linux. Enable verbose output.
17695 (check_fork_catchpoints): New.
17696 (explicit_fork_child_follow, catch_fork_child_follow)
17697 (tcatch_fork_parent_follow): Update expected messages.
17698 (do_fork_tests): Use check_fork_catchpoints.
17699 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17700 Run on GNU/Linux. Enable verbose output.
17701 (check_vfork_catchpoints): New.
17702 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17703 expected messages.
17704 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17705
17706 2008-01-29 Jim Blandy <jimb@red-bean.com>
17707
17708 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17709 host' errors.
17710 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17711
17712 2008-01-29 Jim Blandy <jimb@red-bean.com>
17713
17714 * gdb.threads/sigthread.c: Use barriers to ensure that
17715 child_thread and child_thread_two are always initialized before we
17716 start to use them.
17717
17718 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17719
17720 * gdb.base/watchpoint-solib.exp: New.
17721 * gdb.base/watchpoint-solib.c: New.
17722 * gdb.base/watchpoint-solib-shr.c: New.
17723
17724 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17725
17726 * gdb.base/gdb1056.exp: Add unsigned integer test.
17727
17728 2008-01-28 Doug Evans <dje@google.com>
17729
17730 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17731
17732 2008-01-27 Jim Blandy <jimb@codesourcery.com>
17733
17734 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17735
17736 * gdb.base/expand-psymtabs.exp: Doc fix.
17737
17738 2008-01-26 Mark Kettenis <kettenis@gnu.org>
17739
17740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17741
17742 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
17743
17744 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
17745 -var-set-format.
17746
17747 2008-01-23 Chris Demetriou <cgd@google.com>
17748
17749 * gdb.threads/thread_events.c: New testcase source file.
17750 * gdb.threads/thread_events.exp: New testcase expect file.
17751
17752 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
17753
17754 * lib/gdb.exp: Add the variable octal.
17755
17756 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
17757 -var-set-format.
17758
17759 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17760 Vladimir Prus <vladimir@codesourcery.com>
17761
17762 * gdb.base/float.exp: Allow missing floating point for m68k and
17763 PowerPC.
17764
17765 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17766
17767 * gdb.mi/basics.c: Setup for testing breakpoints
17768 ignore count.
17769 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17770 * gdb.mi/mi-cli.exp: Adjust.
17771 * gdb.mi/mi2-cli.exp: Adjust.
17772
17773 2008-01-17 Pedro Alves <pedro@codesourcery.com>
17774
17775 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17776 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17777 with dummy_ptr's address.
17778 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17779 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17780 all targets.
17781 * gdb.mi/mi2-var-child.exp: Likewise.
17782
17783 2008-01-09 Joel Brobecker <brobecker@adacore.com>
17784
17785 * gdb.ada/null_array: New test program.
17786 * gdb.ada/null_array.exp: New testcase.
17787
17788 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
17789
17790 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17791 with required float modifiers.
17792
17793 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17794
17795 * gdb.ada/funcall_param: New test program.
17796 * gdb.ada/funcall_param.exp: New testcase.
17797
17798 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17799
17800 * gdb.ada/arrayparam: New test program.
17801 * gdb.ada/arrayparam.exp: New testcase.
17802
17803 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17804
17805 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17806 landed. Should also fix random failures in the test following it.
17807
17808 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17809
17810 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17811 for expressions with decimal float values.
17812 (test_dfp_conversions): New function to test casts to and from
17813 decimal float types.
17814 Call test_dfp_conversions.
17815 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17816 elements.
17817 (main): Initialize ds.float4 and ds.double8 elements.
17818 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17819 string to new error message.
17820 (d64_set_tests): Likewise.
17821 (d128_set_tests): Likewise.
17822 Add tests for expressions with decimal float variables. Add tests for
17823 conversions to and from decimal float types.
17824
17825 2008-01-05 Joel Brobecker <brobecker@adacore.com>
17826
17827 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17828 * gdb.ada/packed_tagged.exp: New testcase.
17829
17830 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17831
17832 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17833 gdb.ada/homonym/homonym_main.adb: New files.
17834 * gdb.ada/homonym.exp: New testcase.
17835
17836 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17837
17838 * gdb.ada/packed_array.exp: Add testing of references to
17839 a packed array.
17840
17841 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17842
17843 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17844 New files.
17845 * gdb.ada/type_coercion.exp: New testcase.
17846
17847 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17848
17849 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17850 gdb.ada/tagged/foo.adb: New file.
17851 * gdb.ada/tagged.exp: New testcase.
17852
17853 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17854
17855 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17856 gdb.ada/ptype_field/foo.adb: New files.
17857 * gdb.ada/ptype_field.exp: New testcase.
17858
17859 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17860
17861 * gdb.ada/print_pc.exp: New testcase.
17862
17863 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17864
17865 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17866 gdb.ada/taft_type/p.adb: New files.
17867 * gdb.ada/taft_type.exp: New testcase.
17868
17869 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17870
17871 * gdb.ada/array_bounds/bar.adb: New file.
17872 * gdb.ada/array_bounds.exp: New testcase.
17873
17874 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17875
17876 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17877 gdb.ada/arrayptr/foo.adb: New files.
17878 * gdb.ada/arrayptr.exp: New testcase.
17879
17880 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17881
17882 * gdb.base/set-lang-auto.exp: New testcase.
17883
17884 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17885
17886 * gdb.ada/fun_addr/foo.adb: New file.
17887 * gdb.ada/fun_addr.exp: New testcase.
17888
17889 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17890
17891 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17892 New files
17893
17894 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17895
17896 * array_subscript_addr/p.adb: New file.
17897 * array_subscript_addr.exp: New testcase.
17898
17899 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17900
17901 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
17902 New files.
17903 * gdb.ada/str_cmp_ref.exp: New testcase.
17904
17905 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17906
17907 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17908 gdb.ada/fun_in_declare/foo.adb: New files.
17909 * gdb.ada/fun_in_declare.exp: New testcase.
17910
17911 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17912
17913 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17914 gdb.ada/ref_param/pck.ads: New files.
17915 * gdb.ada/ref_param.exp: New testcase.
17916
17917 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17918
17919 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17920 gdb.ada/interface/foo.adb: New files.
17921 * gdb.ada/interface.exp: New testcase.
17922
17923 2007-12-31 Jim Blandy <jimb@codesourcery.com>
17924
17925 * gdb.base/multi-forks.exp: Consume all output from child
17926 processes before proceeding to next test.
17927
17928 2007-12-29 Jim Blandy <jimb@codesourcery.com>
17929
17930 * configure: Regenerated.
17931
17932 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17933
17934 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17935 gdb.ada/fixed_cmp/fixed.adb: New files.
17936 * gdb.ada/fixed_cmp.exp: New testcase.
17937
17938 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17939
17940 * gdb.ada/boolean_expr.exp: New testcase.
17941
17942 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17943
17944 * gdb.base/multi-forks.exp: Doc fix.
17945
17946 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17947
17948 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17949 * gdb.ada/char_param.exp: Do not compile our test program with
17950 -gnata, this is unnecessary.
17951 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17952
17953 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17954
17955 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17956 gdb.ada/print_chars/foo.adb: New files.
17957 * gdb.ada/print_chars.exp: New testcase.
17958
17959 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17960
17961 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17962 gdb.ada/char_param/foo.adb: New files.
17963 * gdb.ada/char_param.exp: New testcase.
17964
17965 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17966
17967 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17968 hard-coding source line numbers into the test.
17969 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17970 gdb_get_line_number to find.
17971
17972 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.base/ptype.c (highest): New struct type.
17975 (the_highest): New variable of that type.
17976 (main): Add dummy assignment to a field of variable the_highest.
17977 * gdb.base/ptype.exp: Test type printing of our new variable.
17978
17979 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17980
17981 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17982 and record first explicitly generated thread number.
17983 Use that thread number for thread specific watchpoint test.
17984 Add iteration number to repetitive tests.
17985
17986 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17987 Jim Blandy <jimb@codesourcery.com>
17988
17989 * gdb.base/expand-psymtabs.c: New testcase
17990 source file.
17991 * gdb.base/expand-psymtabs.exp: New testcase
17992 expect file.
17993
17994 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17995
17996 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17997 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17998
17999 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18000
18001 * gdb.ada/frame_args/foo.adb: New file.
18002 * gdb.ada/frame_args/pck.ads: New file.
18003 * gdb.ada/frame_args/pck.adb: New file.
18004 * gdb.ada/frame_args.exp: New testcase.
18005
18006 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18007
18008 * gdb.base/frame-args.c: New file.
18009 * gdb.base/frame-args.exp: New testcase.
18010
18011 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18012 Joseph Myers <joseph@codesourcery.com>
18013
18014 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18015
18016 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18017
18018 * gdb.mi/mi-pending.exp: New.
18019 * gdb.mi/mi-pending.c: New.
18020 * gdb.mi/mi-pendshr.c: New.
18021
18022 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18023
18024 * gdb.base/default.exp: Update expected output for 'info catch'.
18025
18026 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18027
18028 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18029 must be set to binary.
18030
18031 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18032
18033 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18034
18035 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18036
18037 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18038 gdb.mi/mi-file-transfer.exp: New.
18039
18040 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18041
18042 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18043
18044 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18045
18046 * gdb.trace/backtrace.exp: Fix a typo.
18047 * gdb.trace/circ.exp: Likewise.
18048 * gdb.trace/collection.exp: Likewise.
18049 * gdb.trace/limits.exp: Likewise.
18050 * gdb.trace/report.exp: Likewise.
18051 * gdb.trace/tfind.exp: Likewise.
18052 * gdb.trace/while-dyn.exp: Likewise.
18053
18054 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18055
18056 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18057 objects of pointers that can't be dereferenced are now
18058 "noneditable".
18059
18060 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18061
18062 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18063 (target_cpu): Remove.
18064
18065 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18066
18067 * gdb.base/ending-run.exp: Expect the list of cleared
18068 breakpoint to come in natural order, not the reversed one.
18069
18070 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18071
18072 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18073 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18074
18075 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18076
18077 * gdb.base/printcmds.exp: New function
18078 test_printf_with_dfp.
18079
18080 2007-11-02 Doug Evans <dje@google.com>
18081
18082 * gdb.disasm/t01_mov.s: Remove carriage returns.
18083 * gdb.disasm/t02_mova.s: Ditto.
18084 * gdb.disasm/t03_add.s: Ditto.
18085 * gdb.disasm/t04_sub.s: Ditto.
18086 * gdb.disasm/t05_cmp.s: Ditto.
18087 * gdb.disasm/t06_ari2.s: Ditto.
18088 * gdb.disasm/t07_ari3.s: Ditto.
18089 * gdb.disasm/t08_or.s: Ditto.
18090 * gdb.disasm/t09_xor.s: Ditto.
18091 * gdb.disasm/t10_and.s: Ditto.
18092 * gdb.disasm/t11_logs.s: Ditto.
18093 * gdb.disasm/t12_bit.s: Ditto.
18094 * gdb.disasm/t13_otr.s: Ditto.
18095
18096 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18097
18098 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18099
18100 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18101
18102 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18103 provide DFP support.
18104
18105 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18106
18107 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18108 Test "set powerpc vector-abi". Skip auto-detection tests for old
18109 toolchains.
18110
18111 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18112
18113 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18114 with [string compare].
18115
18116 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18117
18118 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18119 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18120
18121 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18122
18123 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18124 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18125 * gdb.opt/Makefile.in: New makefile.
18126 * Makefile.in: Create new directory "gdb.opt".
18127 * configure.ac: Add "gdb.opt" directory.
18128 * configure: Regenerated.
18129
18130 2007-10-25 Doug Evans <dje@google.com>
18131
18132 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18133 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18134
18135 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18136 Thiago Jung Bauermann <bauerman@br.ibm.com>
18137
18138 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18139 Floating Point expressions.
18140 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18141 Floating Point variables.
18142 * gdb.base/dfp-test.c: new file containing program with Decimal
18143 Floating variables, used by gdb.base/dfp-test.exp.
18144
18145 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18146
18147 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18148
18149 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18150
18151 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18152 compiling test case with GCC.
18153 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18154
18155 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18156
18157 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18158 format changes.
18159
18160 2007-10-18 Michael Snyder <msnyder@specifix.com>
18161
18162 * gdb.base/dbx.exp: Add missing "-re " operator.
18163
18164 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18165
18166 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18167 * configure.ac: Removed trailing spaces after backslash.
18168 * gdb.modula2: New directory.
18169 * gdb.modula2/Makefile.in: New file.
18170 * gdb.modula2/unbounded-array.exp: New file.
18171 * gdb.modula2/unbounded1.c: New file.
18172
18173 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18174
18175 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18176
18177 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18178
18179 * gdb.base/sigstep.c (main): Add checks for
18180 return values for setitimer call.
18181 Call setitimer again with itimer = ITIMER_REAL
18182 if first call to setitimer fails.
18183
18184 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18185
18186 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18187 of $timeout.
18188
18189 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18190
18191 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18192
18193 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18194
18195 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18196 of gdb_expect call, to avoid interruption.
18197
18198 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18199
18200 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18201 (v_unsigned_long_long, v_long_long_array)
18202 (v_signed_long_long_array, v_unsigned_long_long_array)
18203 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18204 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18205 [!NO_LONG_LONG]: New.
18206 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18207 v_long_long_member.
18208
18209 (v_long_long_func, v_signed_long_long_func)
18210 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18211 (main) [!NO_LONG_LONG]: Initialize long long variants.
18212
18213 * gdb.base/whatis.exp: If board file requests no_long_long, build
18214 test with NO_LONG_LONG defined. Test long long, signed long long,
18215 and unsigned long long variants but only if board file doesn't
18216 disable it.
18217
18218 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18219 Daniel Jacobowitz <dan@codesourcery.com>
18220
18221 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18222 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18223 * configure: Regenerated.
18224 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18225 gdb.pascal/types.exp, lib/pascal.exp: New files.
18226
18227 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18228
18229 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18230 call.
18231 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18232 to return to the call.
18233 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18234 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18235 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18236 * gdb.mi/mi-until.exp (test_until): Likewise.
18237 * gdb.mi/mi2-until.exp (test_until): Likewise.
18238
18239 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18240
18241 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18242 two-char array.
18243 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18244
18245 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18246
18247 * gdb.threads/watchthreads.c (thread_function): Sleep between
18248 iterations.
18249 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18250 at once for S/390. Generate matching fails and passes.
18251
18252 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18253
18254 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18255 the 'struct_declarations' variable to zeros.
18256
18257 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18258
18259 * gdb.cp/mb-ctor.cc: New.
18260 * gdb.cp/mb-ctor.exp: New.
18261 * gdb.cp/mb-templates.cc: New.
18262 * gdb.cp/mb-templates.exp: New.
18263
18264 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18265
18266 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18267
18268 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18269
18270 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18271 targets.
18272 * configure: Regenerate.
18273
18274 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18275
18276 * gdb.base/annota1.exp: Adjust for 'info break'
18277 format changes.
18278 * gdb.base/annota3.exp: Likewise.
18279 * gdb.base/break.exp: Likewise.
18280 * gdb.base/condbreak.exp: Likewise.
18281 * gdb.base/pending.exp: Likewise.
18282 * gdb.base/sepdebug.exp: Likewise.
18283 * gdb.base/unload.exp: Likewise.
18284 * gdb.base/ovldbreak.exp: Likewise.
18285
18286 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18287
18288 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18289 messages.
18290 * gdb.base/chng-syms.exp: Likewise.
18291 * gdb.base/unload.exp: Likewise.
18292
18293 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18294
18295 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18296
18297 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18298
18299 * schedlock.c (NUM): Change to 1.
18300 (main): Use args[0] for the main thread.
18301 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18302 regardless of the number of threads.
18303
18304 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18305
18306 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18307 type down.
18308 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18309 test.
18310 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18311 watchpoint type down.
18312 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18313 test.
18314
18315 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18316
18317 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18318 Move all the tests here and run them twice, once using software
18319 watchpoints and once using hardware watchpoints.
18320 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18321
18322 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18323
18324 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18325 test.
18326
18327 2007-09-10 Mark Kettenis <kettenis@gnu.org>
18328
18329 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18330 build-id.
18331
18332 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18333 know about $ORIGIN. Calculate output dir from $dest instead of
18334 using ${objdir}/{$subdir}.
18335
18336 2007-09-09 Mark Kettenis <kettenis@gnu.org>
18337
18338 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18339 gcore, before continuing with the test.
18340
18341 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18342
18343 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18344 * gdb.mi/mi-watch.exp: Likewise.
18345
18346 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18347 Jim Blandy <jimb@codesourcery.com>
18348
18349 * gdb.arch/i386-sse.exp: Do not expect character constants.
18350 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18351 * gdb.base/display.exp: Allow print/s.
18352 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18353 and unsigned char array changes.
18354
18355 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18356
18357 * gdb.base/display.exp: Add tests for printf %p.
18358
18359 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18360
18361 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18362 the dll name to unicode.
18363
18364 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18365
18366 * gdb.base/default.exp (show version): Update the version text.
18367 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18368
18369 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18372 New files.
18373
18374 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18375
18376 * lib/gdb.exp (build_id_debug_filename_get): New function.
18377 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18378 Remove the generate DEBUG file for the future testcase runs.
18379 New testcase for the NT_GNU_BUILD_ID retrieval.
18380 Move the final testing step to ...
18381 (test_different_dir): ... a new function.
18382 New parameter XFAIL to XFAIL all the tests performed.
18383 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18384 New parameter TYPE to PF_PREFIX all the tests performed.
18385
18386 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18387
18388 * gdb.mi/mi-var-cp.cc (path_expression): New
18389 function.
18390 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18391
18392 2007-08-27 Markus Deuling <deuling@de.ibm.com>
18393
18394 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18395 to fit into SPU Local Store memory.
18396
18397 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18398
18399 * gdb.base/default.exp: Adjust the expected output of "info
18400 warranty" after the switch to GPLv3.
18401
18402 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18403
18404 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18405 to 30000 (from 20000).
18406
18407 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18408
18409 Switch the license of all .exp files to GPLv3.
18410 Switch the license of all .f and .f90 files to GPLv3.
18411 Switch the license of all .s and .S files to GPLv3.
18412
18413 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18414
18415 * configure.ac: Switch license to GPLv3.
18416
18417 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18418
18419 Switch the licensing to GPLv3 for all .ads and .adb files.
18420
18421 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18422
18423 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18424 and t_int_double.
18425 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18426
18427 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18428
18429 * gdb.base/step-line.c: Switch license to GPL version 3, and
18430 update copyright year.
18431 * gdb.base/step-line.inp: Likewise.
18432
18433 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18434
18435 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18436 changes inside gdb1555.c.
18437 * gdb.base/pending.exp: Likewise.
18438
18439 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18440
18441 * config/default.exp: New file.
18442
18443 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18444
18445 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18446 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18447
18448 2007-07-30 Maciej W. Rozycki <macro@mips.com>
18449
18450 * gdb.base/dump.exp: Force the correct endianness for binary
18451 formats not carrying this information.
18452
18453 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18454
18455 * gdb.threads/staticthreads.exp: Match .*sem_post.
18456
18457 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18458
18459 * gdb.base/readline.exp (operate_and_get_next): Match the final
18460 prompt.
18461
18462 2007-07-23 Kevin Buettner <kevinb@redhat.com>
18463
18464 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18465 to restarting SID.
18466
18467 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18468
18469 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18470 prior to `gdb_start'.
18471
18472 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18473
18474 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18475 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18476 Remove call to gdb_unload.
18477
18478 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18479 Daniel Jacobowitz <dan@codesourcery.com>
18480
18481 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18482 for __WIN32__.
18483 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18484 * gdb.base/unload.exp: Use shared library test routines.
18485
18486 2007-07-03 Markus Deuling <deuling@de.ibm.com>
18487
18488 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18489 * gdb.base/solib-symbol-lib.c: Likewise.
18490 * gdb.base/solib-symbol-main.c: Likewise.
18491
18492 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18493
18494 * config/gdbserver.exp (gdb_reconnect): New.
18495 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18496 gdb.base/solib-disc.exp: New files.
18497 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18498 remote debugging".
18499 (gdb_compile): Add shlib_load flag.
18500 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18501 port.
18502 (gdbserver_reconnect): New.
18503
18504 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
18505 Daniel Jacobowitz <dan@codesourcery.com>
18506
18507 * gdb.base/annota3.exp: Test for if construct.
18508
18509 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18510
18511 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18512
18513 2007-06-21 Chris Dearman <chris@mips.com>
18514 Maciej W. Rozycki <macro@mips.com>
18515
18516 * gdb.base/display.exp: Allow a newline after display/i.
18517 * gdb.base/pc-fp.exp: Likewise.
18518 * gdb.base/sigbpt.exp: Likewise.
18519
18520 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18521
18522 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18523 required features to be included.
18524
18525 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18526
18527 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18528 in info threads output.
18529
18530 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18531 Markus Deuling <deuling@de.ibm.com>
18532
18533 * gdb.arch/spu-info.exp: New testcase.
18534 * gdb.arch/spu-info.c: New file.
18535
18536 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18537
18538 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18539 tpcs_offset. Restore lr after the call.
18540 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18541
18542 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18543
18544 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18545 (gdbserver_run): Kill any running gdbserver.
18546 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18547
18548 2007-05-17 Maciej W. Rozycki <macro@mips.com>
18549
18550 * gdb.base/sigbpt.exp: Preset segv_addr.
18551
18552 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18553
18554 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18555 (gdb_compile_shlib): Likewise.
18556 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18557 (default_gdb_init): Clear cleanfiles.
18558 (gdb_finish): Delete recorded cleanfiles.
18559 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18560
18561 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18562 Do not use isnative.
18563 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18564 gdb.base/so-impl-ld.exp: Likewise.
18565 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18566 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18567 gdb_compile.
18568
18569 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18570
18571 * config/unknown.exp: Remove.
18572
18573 2007-05-15 Markus Deuling <deuling@de.ibm.com>
18574
18575 * gdb.base/info-proc.exp: Check is_remote.
18576
18577 2007-05-14 Markus Deuling <deuling@de.ibm.com>
18578
18579 * gdb.base/gcore.exp: Initialize variable core_supported.
18580
18581 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18582
18583 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18584
18585 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18586
18587 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18588 * gdb.threads/print-threads.exp (test_all_threads): Allow
18589 negative and hexadecimal thread IDs.
18590
18591 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18592
18593 * gdb.java/jprint.java (public): Avoid invalid call to static
18594 method.
18595
18596 2007-05-14 Denis Pilat <denis.pilat@st.com>
18597
18598 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18599 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18600 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18601 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18602 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18603
18604 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18605
18606 * gdb.base/overlays.exp: Add support for targets with only code
18607 overlay support, not data overlay. Support spu-*-* target in
18608 this mode.
18609 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18610 * gdb.base/spu.ld: New file.
18611
18612 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18613
18614 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18615
18616 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18617
18618 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18619
18620 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18621
18622 * gdb.java/jmain.exp: Handle demangled names with and without method
18623 signatures.
18624
18625 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18626
18627 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18628 (have_a_very_merry_interrupt): Remove calls to puts.
18629 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18630 inferior output.
18631 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18632 test names.
18633
18634 2007-04-29 Markus Deuling <deuling@de.ibm.com>
18635 Daniel Jacobowitz <dan@codesourcery.com>
18636
18637 * gdb.base/auxv.exp (core_works): Also check is_remote.
18638 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18639
18640 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
18641
18642 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18643 message, not the undefined 'module' variable.
18644 * gdb.base/siginfo.exp: Likewise.
18645 * gdb.base/sigstep.exp: Likewise.
18646 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18647 serialport.
18648 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18649
18650 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
18651
18652 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18653 target sim fails. Return 0 otherwise.
18654 (gdb_load): Return prematurely if gdb_target_sim fails.
18655
18656 2007-04-16 Denis Pilat <denis.pilat@st.com>
18657
18658 * gdb.base/setshow.exp: Reset height after having set it to 100.
18659
18660 2007-04-16 Denis Pilat <denis.pilat@st.com>
18661
18662 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18663
18664 2007-04-16 Denis Pilat <denis.pilat@st.com>
18665
18666 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18667
18668 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18669
18670 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18671 tests. Run the frozen varobjs test.
18672 * gdb.mi/var-cmd.c (do_frozen_tests): New.
18673 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
18674
18675 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18676
18677 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18678 gdb.base/type-opaque.exp: New files.
18679
18680 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
18681
18682 * gdb.mi/mi-var-child.c
18683 (do_children_tests): User char[2] instead of
18684 char so that automatic printing of pointers to char
18685 don't give unpredicable result.
18686 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18687 local variables.
18688 * gdb.mi/mi-var-child.exp: Step to right line
18689 of do_children_tests.
18690 * gdb.mi/mi2-var-child.exp: Likewise.
18691 * gdb.mi/mi-var-cmd.exp: Step to right line of
18692 do_locals_tests.
18693 (do_children_tests): User char[2] instead of
18694 char so that automatic printing of pointers to char
18695 don't give unpredicable result.
18696 * gdb.mi/mi2-var-cmd.exp: Likewise.
18697 * lib/mi-support.exp (mi_continue_to_line):
18698 Pass test name to mi_wait_for_stop.
18699
18700 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18701
18702 * gdb.asm/asm-source.exp: Remove d10v case.
18703 * lib/gdb.exp (skip_cplus_tests): Likewise.
18704 * gdb.asm/d10v.inc: Deleted.
18705
18706 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18707
18708 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18709
18710 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18711
18712 * config/netware.exp: Delete file.
18713
18714 2007-03-29 Joel Brobecker <brobecker@adacore.com>
18715
18716 * gdb.dwarf2/dw2-noloc.S: New file.
18717 * gdb.dwarf2/dw2-noloc.exp: New file.
18718
18719 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18720
18721 * gdb.cp/method2.cc: New test.
18722 * gdb.cp/method2.exp: New test.
18723 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18724
18725 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18726
18727 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18728
18729 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18730
18731 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18732
18733 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18734
18735 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18736 (gdb_load): Delete, replace with...
18737 (gdb_reload): ...this.
18738 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18739 * gdb.server/server-mon.exp: Likewise.
18740 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18741 (gdb_start_cmd): New.
18742 (gdb_file_cmd): Save the last loaded file.
18743 (gdb_reload): New.
18744 (gdb_gnu_strip_debug): Use transform.
18745 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18746 support here. Use new $last_loaded_file. Check mtime.
18747 (gdb_target_cmd): Handle ObjC failure case.
18748 (infer_host_exec): Delete.
18749 (gdbserver_load): Rename to...
18750 (gdbserver_run): ...this. Simplify.
18751 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18752 (mi_gdb_load): Move most contents to a new function...
18753 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18754 (mi_run_cmd): Use mi_gdb_target_load.
18755 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18756 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18757 Use gdb_run_cmd.
18758 * gdb.base/charsign.exp: Remove incorrect comment.
18759 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18760 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18761 gdb.base/start.exp: Use gdb_start_cmd.
18762
18763 2007-03-23 Nigel Stephens <nigel@mips.com>
18764 Maciej W. Rozycki <macro@mips.com>
18765
18766 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18767 * gdb.base/signull.exp: Similarly.
18768
18769 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18770
18771 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18772 messages available to test cases (like chng-sym.exp).
18773
18774 2007-03-14 Andreas Schwab <schwab@suse.de>
18775
18776 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18777 format changes.
18778
18779 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18780
18781 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18782 (optimized_1): New.
18783 (main): Call optimized_1.
18784 (gdb2029): Correct typos. Call gdb2029_marker.
18785 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18786 for gdb2029.
18787
18788 2007-03-12 Mark Kettenis <kettenis@gnu.org>
18789
18790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18791 as tabs. Remove redundant test pattern.
18792
18793 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18794
18795 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18796 for /a format output.
18797
18798 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18799
18800 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18801 collect output incrementally.
18802
18803 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18804
18805 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18806 for -var-create lpcharacter test.
18807 * gdb.mi/mi2-var-cmd.exp: Likewise.
18808
18809 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18810
18811 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18812 pass on targets where address zero is readable.
18813
18814 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18815
18816 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18817 just a single architecture.
18818
18819 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18820
18821 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18822 (fetch_all_registers): New function, uses gdb_test_multiple and
18823 exp_continue to fetch inferior output line-by-line.
18824 Replace all uses of do_get_all_registers by fetch_all_registers.
18825
18826 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18827
18828 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18829 in target_info.
18830
18831 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18832
18833 * gdb.threads/manythreads.exp: Use $message string for
18834 consistancy; add a default (timeout) case.
18835
18836 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18837
18838 * gdb.base/watchpoint.exp: Fix truncated comment.
18839
18840 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18841
18842 * Makefile.in: Remove spurious single-quotes from sed command.
18843
18844 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18845
18846 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18847 func.
18848 * gdb.mi/mi2-var-cmd.exp: Likewise.
18849
18850 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18851
18852 * gdb.dwarf2/dw2-producer.S: New file.
18853 * gdb.dwarf2/dw2-producer.exp: New testcase.
18854
18855 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
18856
18857 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18858 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18859 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18860 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18861 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18862 Revert tests to use mi_gdb_test and include value field in output
18863 of -var-create.
18864
18865 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18866
18867 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18868
18869 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18870
18871 * gdb.base/maint.exp: Remove full paths from test names.
18872 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18873 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18874
18875 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18876
18877 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18878
18879 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18880
18881 * gdb.server/server-mon.exp: New test.
18882
18883 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18884
18885 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18886
18887 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18888
18889 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18890 register capitalization.
18891
18892 2007-02-13 Denis Pilat <denis.pilat@st.com>
18893
18894 * gdb.mi/mi-var-invalidate.exp: New file.
18895
18896 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18897
18898 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18899
18900 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18901
18902 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18903
18904 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18905
18906 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18907 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18908
18909 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
18910
18911 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18912 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18913 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18914 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18915 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18916 * gdb.mi/gdb792.exp, lib/mi-support.exp:
18917 Update tests to include value field in output of -var-create.
18918
18919 2007-02-08 Andreas Schwab <schwab@suse.de>
18920
18921 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18922
18923 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18926 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18927
18928 2007-02-02 Denis Pilat <denis.pilat@st.com>
18929
18930 * gdb.threads/threadapply.exp: check that frame is not changed by
18931 the thread apply all command.
18932
18933 2007-01-31 Andreas Schwab <schwab@suse.de>
18934
18935 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18936
18937 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18938 in the dwarf sections.
18939 * gdb.dwarf2/mac-fileno.S: Likewise.
18940
18941 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18942 bspstore register on ia64.
18943
18944 2007-01-29 Andreas Schwab <schwab@suse.de>
18945
18946 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18947 "frame-begin" annotation.
18948
18949 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18950 number of "frames-invalid" annotations.
18951
18952 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18953
18954 * gdb.base/commands.exp: Call if_commands_test.
18955 (gdb_test_no_prompt, if_commands_test): New.
18956
18957 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18958
18959 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18960
18961 2007-01-27 Andreas Schwab <schwab@suse.de>
18962
18963 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18964 .short/.int/.quad in the dwarf sections.
18965 * gdb.dwarf2/dw2-intercu.S: Likewise.
18966 * gdb.dwarf2/dw2-intermix.S: Likewise.
18967
18968 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18969
18970 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18971 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18972 array.
18973 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18974 * gdb.base/setvar.exp: Likewise.
18975
18976 2007-01-26 Andreas Schwab <schwab@suse.de>
18977
18978 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18979 test.
18980
18981 * gdb.base/multi-forks.exp ("restart $i"): Also match
18982 __kernel_syscall_via_break.
18983
18984 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18985
18986 * lib/mi-support.exp (mi_delete_varobj): New.
18987 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18988 testcase.
18989 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18990 (main): Call the above.
18991 (reference_update_test, base_in_reference_test)
18992 (reference_to_pointer): Delete the created varobjs.
18993
18994 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18995
18996 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18997 * configure: Regenerated.
18998 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18999 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19000 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19001 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19002 * lib/gdb.exp (gdb_skip_xml_test): New function.
19003
19004 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19005
19006 * gdb.base/sigrepeat.exp: Correct error message.
19007
19008 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19009 Daniel Jacobowitz <dan@codesourcery.com>
19010
19011 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19012 gdb.arch/i386-gnu-cfi-asm.S: New files.
19013
19014 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19015
19016 * lib/gdb.exp: Abort on missing `site.exp'.
19017
19018 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19019 Daniel Jacobowitz <dan@codesourcery.com>
19020
19021 * gdb.base/included.c, gdb.base/included.exp,
19022 gdb.base/included.h: New files.
19023
19024 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19025
19026 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19027 (maximize_rlimit): Reduce limits on 64-bit systems.
19028
19029 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19030
19031 From Marcus Deuling <deuling@de.ibm.com>:
19032 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19033 every case.
19034
19035 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19036
19037 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19038 (test_path_specification): Use objdir instead of srcdir to always
19039 get an absolute filename.
19040
19041 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19042
19043 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19044
19045 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19046
19047 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19048 Make sure the variable we're using is in scope.
19049 (reference_to_pointer): Likewise.
19050
19051 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19052
19053 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19054 has no debug information.
19055
19056 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19057
19058 * gdb.base/annota1.exp: Remove extra send_gdb.
19059
19060 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19061
19062 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19063
19064 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19065
19066 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19067
19068 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19069 Daniel Jacobowitz <dan@codesourcery.com>
19070
19071 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19072 lcharacter or linteger change. Correct duplicated test name.
19073 * gdb.mi/mi2-var-cmd.exp: Likewise.
19074
19075 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19076
19077 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19078
19079 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19080
19081 * gdb.base/nofield.c: New file.
19082 * gdb.base/nofield.exp: New testcase.
19083
19084 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19085
19086 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19087
19088 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19089 test.
19090
19091 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19092
19093 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19094
19095 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19096
19097 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19098 when continuing.
19099
19100 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19101
19102 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19103 Expect ".exe" extension.
19104
19105 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19106
19107 * gdb.base/charset.exp: Add explicit filename to break.
19108 * gdb.base/dbx.exp: Add explicit filename to breaks.
19109
19110 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19111
19112 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19113 * gdb.mi/mi2-file.exp: Likewise.
19114
19115 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19116
19117 Implement specification of MI tests as comments
19118 in C and C++ sources.
19119 * lib/mi-support.exp (mi_autotest_data): New variable.
19120 (mi_autotest_source): New variable.
19121 (count_newlines, mi_prepare_inline_tests)
19122 (mi_get_inline_test, mi_continue_to_line)
19123 (mi_run_inline_test, mi_tbreak)
19124 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19125 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19126 Run inline tests.
19127 * gdb.mi/mi-var-cp.cc: Define tests here.
19128
19129 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19130
19131 Simplify usage of mi_continue_to.
19132 * lib/mi-support.exp (mi_runto_helper): Renamed
19133 from mi_runto, added new parameter 'run_or_continue'.
19134 (mi_runto): Use mi_runto_helper.
19135 (mi_continue_to): Accept just function name as parameter.
19136 Use mi_runto_helper.
19137 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19138 * gdb.mi/mi2-var-cmd.exp: Likewise.
19139
19140 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19141
19142 Make this testcase a bit more realistic. The current code
19143 is too simplistic, and allows the compiler to optimize out
19144 some of the entities we need for this testcase.
19145 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19146 (Do_Nothing): Add extra parameter.
19147 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19148 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19149 by using a variable of type Void_Star.
19150
19151 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19152
19153 * gdb.ada/catch_ex/foo.adb: New file.
19154 * gdb.ada/catch_ex.exp: New testcase.
19155
19156 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19157
19158 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19159 pass --image-base to linker.
19160
19161 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19162 Daniel Jacobowitz <dan@codesourcery.com>
19163
19164 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19165 secondary prompts.
19166
19167 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19168
19169 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19170 output. Test the types of members and member pointers.
19171 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19172 gdb/2092.
19173 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19174 statement. Enable for GCC. Update expected output for some tests
19175 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19176 layout.
19177 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19178 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19179 (Diamond::vget_base): New.
19180 (main): Add new tests.
19181 * gdb.cp/printmethod.exp: Update expected output for member functions.
19182 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19183 print pEe->D::vg().
19184
19185 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19186
19187 * gdb.threads/tls.exp: Allow stops in sem_post.
19188
19189 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19190
19191 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19192 * gdb.base/annota3.exp: Likewise.
19193 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19194 again (instead of timing out).
19195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19196 GCC bug 26475.
19197 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19198 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19199 test from jmisc1.exp.
19200 * gdb.java/jmisc1.exp: Delete.
19201 * gdb.java/jprint.exp: Adjust to work with method signatures including
19202 return types.
19203 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19204 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19205 * lib/java.exp (compile_java_from_source): Pass the correct type
19206 to target_compile.
19207
19208 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19209
19210 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19211 (stack_align_edx): New function.
19212 (stack_align_eax): New function.
19213 (main): Add calls to stack_align_edx and stack_align_eax.
19214 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19215 Add testing for the cases where the register used during a stack
19216 realignment is edx. Same for eax.
19217
19218 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19219
19220 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19221 and generic PE targets.
19222
19223 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19224
19225 * gdb.ada/array_return.exp: Update copyright date list.
19226
19227 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19228
19229 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19230 (Create_Small_Float_Vector): New function.
19231 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19232 function body.
19233 * gdb.ada/array_return/p.adb: Use new type and function from
19234 package Pck.
19235 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19236 able to print the value returned by a function returning an
19237 array of float.
19238
19239 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19240
19241 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19242 The associated tests should be PASSing.
19243
19244 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19245
19246 Test for base in references.
19247 * gdb.mi/mi-var-cp.cc: Add test code.
19248 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19249 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19250 * gdb.mi/mi2-watch.exp: Likewise.
19251 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19252 (mi_list_varobj_children): New function.
19253
19254 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19255
19256 * lib/mi-support.exp
19257 (mi_runto): Accept "()" after function name.
19258 (mi_create_varobj): New function.
19259 (mi_varobj_update): New function.
19260 (mi_Check_varobj_value): New function.
19261 * gdb.mi/mi-var-cp.exp: New file.
19262 * gdb.mi/mi-var-cp.cc: New file.
19263
19264 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19265
19266 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19267 gdb.base/weaklib2.c: New files.
19268
19269 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19270
19271 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19272 info. Adjust test names.
19273
19274 * gdb.base/break.c (main): Move position of malloc.
19275 * gdb.base/break.exp: Revert mistaken checkin.
19276
19277 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19278
19279 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19280 assignement of arrays and function pointers.
19281 * gdb.mi/var-cmd.c: Add declaration necessary for above
19282 tests.
19283
19284 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19285
19286 * gdb.base/break.c (main): Call malloc.
19287
19288 * gdb.threads/linux-dp.exp: Read thread table before and after
19289 creating each philosopher and verify it.
19290
19291 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19292 Paul Brook <paul@codesourcery.com>
19293 Daniel Jacobowitz <dan@codesourcery.com>
19294
19295 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19296 main to remove duplication. Add start function of the form
19297 '_*start[1-9]*'. Add RVDS start function.
19298
19299 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19300
19301 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19302
19303 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19304
19305 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19306 * gdb.asm/spu.inc: New file.
19307 * gdb.base/term.exp: Disable if [target_info exists noargs].
19308 * gdb.gdb/complaints.exp: Disable if ![isnative].
19309 * gdb.gdb/selftest.exp: Likewise.
19310 * gdb.gdb/observer.exp: Likewise.
19311 * gdb.gdb/xfullpath.exp: Likewise.
19312 * gdb.base/attach.exp: Disable on SPU target.
19313 * gdb.cp/bs145503.exp: Likewise.
19314 * gdb.cp/exception.exp: Likewise.
19315 * gdb.cp/userdef.exp: Likewise.
19316
19317 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19318
19319 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19320
19321 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19322
19323 * gdb.base/completion.exp: Fix completion tests for
19324 'info' and 'info '.
19325 * gdb.base/help.exp (help_test_raw, test_class_help)
19326 (test_prefix_command_help): Move...
19327 * lib/gdb.exp: Here.
19328 * gdb.base/main.exp: Adjust.
19329 * gdb.cp/maint.exp: Adjust.
19330 * gdb.trace/tracecmd.exp: Use test_help_class.
19331
19332 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19333
19334 * gdb.stabs/weird.exp (print_weird_var): Use
19335 gdb_test_multiple instead of gdb_expect.
19336
19337 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19338
19339 * gdb.base/help.exp (help_test_raw): New.
19340 (test_class_help): New.
19341 (test_prefix_command_help): New.
19342 Adjust testcases.
19343
19344 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
19345
19346 * gdb.base/constvars.c (main): Write to crass and crips, so that
19347 they are allocated by the compiler.
19348
19349 2006-10-27 Andreas Schwab <schwab@suse.de>
19350
19351 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19352 "detach-fork".
19353
19354 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19355
19356 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19357 of patterns.
19358
19359 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19360
19361 * gdb.base/sepdebug.exp: Remove debug format test.
19362 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19363 Handle no-symtab.
19364 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19365
19366 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19367
19368 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19369 int to pointer or pointer to int.
19370 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19371
19372 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19373
19374 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19375
19376 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19377
19378 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19379
19380 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19381
19382 PR c++/2116
19383 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19384
19385 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19386
19387 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19388 the corresponding bug has been fixed in GDB (PR/2018).
19389
19390 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19391
19392 * gdb.base/subst.exp: New testcase.
19393
19394 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19395
19396 * gdb.ada/array_return/pck.ads: Add copyright notice.
19397 * gdb.ada/array_return/pck.adb: Likewise.
19398 * gdb.ada/array_return/p.adb: Likewise.
19399 * gdb.ada/exec_changed/first.adb: Likewise.
19400 * gdb.ada/exec_changed/second.adb: Likewise.
19401
19402 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19403
19404 * gdb.ada/watch_arg/watch.adb: New file.
19405 * gdb.ada/watch_arg.exp: New testcase.
19406
19407 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19408
19409 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19410 via string_to_regexp.
19411 * gdb.mi/mi2-basics.exp: Likewise.
19412
19413 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19414
19415 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19416 Remove unused / obsolete files.
19417
19418 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
19419
19420 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19421
19422 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19423
19424 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19425 HIGH_FRAME argument to -stack-list-arguments can be larger than
19426 the number of frames.
19427
19428 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19429
19430 * gdb.base/args.c (main): Add breakpoint marker.
19431 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19432 really test empty arguments.
19433 (args_load): Delete.
19434 (args_test): New.
19435
19436 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
19437
19438 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19439 check for one file.
19440
19441 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19442
19443 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19444 HIGH_FRAME argument to -stack-list-locals can be larger than
19445 the number of frames.
19446
19447 2006-08-18 Fred Fish <fnf@specifix.com>
19448
19449 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19450 '$' in front of skip_vmx_tests_saved when setting that.
19451
19452 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19453
19454 * gdb.base/trace-commands.exp: New file.
19455
19456 2006-08-10 Joel Brobecker <brobecker@adacore.com>
19457 Daniel Jacobowitz <dan@codesourcery.com>
19458
19459 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19460 expected output of the backtrace commands.
19461
19462 2006-08-09 Joel Brobecker <brobecker@adacore.com>
19463
19464 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19465 untested followed by return combination.
19466 * gdb.arch/altivec-regs.exp: Likewise.
19467 * gdb.arch/e500-abi.exp: Likewise.
19468 * gdb.arch/e500-regs.exp: Likewise.
19469 * gdb.arch/gdb1291.exp: Likewise.
19470 * gdb.arch/gdb1431.exp: Likewise.
19471 * gdb.arch/gdb1558.exp: Likewise.
19472 * gdb.arch/i386-prologue.exp: Likewise.
19473 * gdb.arch/i386-unwind.exp: Likewise.
19474 * gdb.asm/asm-source.exp: Likewise.
19475 * gdb.base/a2-run.exp: Likewise.
19476 * gdb.base/advance.exp: Likewise.
19477 * gdb.base/all-bin.exp: Likewise.
19478 * gdb.base/annota1.exp: Likewise.
19479 * gdb.base/annota3.exp: Likewise.
19480 * gdb.base/args.exp: Likewise.
19481 * gdb.base/arithmet.exp: Likewise.
19482 * gdb.base/assign.exp: Likewise.
19483 * gdb.base/async.exp: Likewise.
19484 * gdb.base/attach.exp: Likewise.
19485 * gdb.base/bang.exp: Likewise.
19486 * gdb.base/bigcore.exp: Likewise.
19487 * gdb.base/bitfields.exp: Likewise.
19488 * gdb.base/bitfields2.exp: Likewise.
19489 * gdb.base/break.exp: Likewise.
19490 * gdb.base/call-sc.exp: Likewise.
19491 * gdb.base/call-strs.exp: Likewise.
19492 * gdb.base/callfuncs.exp: Likewise.
19493 * gdb.base/checkpoint.exp: Likewise.
19494 * gdb.base/chng-syms.exp: Likewise.
19495 * gdb.base/code-expr.exp: Likewise.
19496 * gdb.base/commands.exp: Likewise.
19497 * gdb.base/completion.exp: Likewise.
19498 * gdb.base/cond-expr.exp: Likewise.
19499 * gdb.base/condbreak.exp: Likewise.
19500 * gdb.base/consecutive.exp: Likewise.
19501 * gdb.base/constvars.exp: Likewise.
19502 * gdb.base/corefile.exp: Likewise.
19503 * gdb.base/cvexpr.exp: Likewise.
19504 * gdb.base/dbx.exp: Likewise.
19505 * gdb.base/define.exp: Likewise.
19506 * gdb.base/detach.exp: Likewise.
19507 * gdb.base/display.exp: Likewise.
19508 * gdb.base/dump.exp: Likewise.
19509 * gdb.base/ena-dis-br.exp: Likewise.
19510 * gdb.base/ending-run.exp: Likewise.
19511 * gdb.base/environ.exp: Likewise.
19512 * gdb.base/eval-skip.exp: Likewise.
19513 * gdb.base/exprs.exp: Likewise.
19514 * gdb.base/fileio.exp: Likewise.
19515 * gdb.base/finish.exp: Likewise.
19516 * gdb.base/float.exp: Likewise.
19517 * gdb.base/foll-exec.exp: Likewise.
19518 * gdb.base/foll-fork.exp: Likewise.
19519 * gdb.base/foll-vfork.exp: Likewise.
19520 * gdb.base/freebpcmd.exp: Likewise.
19521 * gdb.base/funcargs.exp: Likewise.
19522 * gdb.base/gcore.exp: Likewise.
19523 * gdb.base/gdb1090.exp: Likewise.
19524 * gdb.base/gdb1250.exp: Likewise.
19525 * gdb.base/huge.exp: Likewise.
19526 * gdb.base/info-proc.exp: Likewise.
19527 * gdb.base/interrupt.exp: Likewise.
19528 * gdb.base/jump.exp: Likewise.
19529 * gdb.base/langs.exp: Likewise.
19530 * gdb.base/lineinc.exp: Likewise.
19531 * gdb.base/list.exp: Likewise.
19532 * gdb.base/logical.exp: Likewise.
19533 * gdb.base/long_long.exp: Likewise.
19534 * gdb.base/macscp.exp: Likewise.
19535 * gdb.base/maint.exp: Likewise.
19536 * gdb.base/mips_pro.exp: Likewise.
19537 * gdb.base/miscexprs.exp: Likewise.
19538 * gdb.base/multi-forks.exp: Likewise.
19539 * gdb.base/opaque.exp: Likewise.
19540 * gdb.base/overlays.exp: Likewise.
19541 * gdb.base/pc-fp.exp: Likewise.
19542 * gdb.base/pointers.exp: Likewise.
19543 * gdb.base/printcmds.exp: Likewise.
19544 * gdb.base/psymtab.exp: Likewise.
19545 * gdb.base/ptype.exp: Likewise.
19546 * gdb.base/recurse.exp: Likewise.
19547 * gdb.base/relational.exp: Likewise.
19548 * gdb.base/relocate.exp: Likewise.
19549 * gdb.base/remote.exp: Likewise.
19550 * gdb.base/reread.exp: Likewise.
19551 * gdb.base/restore.exp: Likewise.
19552 * gdb.base/return.exp: Likewise.
19553 * gdb.base/return2.exp: Likewise.
19554 * gdb.base/scope.exp: Likewise.
19555 * gdb.base/sect-cmd.exp: Likewise.
19556 * gdb.base/sep.exp: Likewise.
19557 * gdb.base/sepdebug.exp: Likewise.
19558 * gdb.base/setshow.exp: Likewise.
19559 * gdb.base/setvar.exp: Likewise.
19560 * gdb.base/sigall.exp: Likewise.
19561 * gdb.base/sigbpt.exp: Likewise.
19562 * gdb.base/signals.exp: Likewise.
19563 * gdb.base/signull.exp: Likewise.
19564 * gdb.base/sizeof.exp: Likewise.
19565 * gdb.base/solib.exp: Likewise.
19566 * gdb.base/step-line.exp: Likewise.
19567 * gdb.base/step-test.exp: Likewise.
19568 * gdb.base/structs.exp: Likewise.
19569 * gdb.base/structs2.exp: Likewise.
19570 * gdb.base/term.exp: Likewise.
19571 * gdb.base/twice.exp: Likewise.
19572 * gdb.base/until.exp: Likewise.
19573 * gdb.base/varargs.exp: Likewise.
19574 * gdb.base/volatile.exp: Likewise.
19575 * gdb.base/watchpoint.exp: Likewise.
19576 * gdb.base/whatis-exp.exp: Likewise.
19577 * gdb.base/whatis.exp: Likewise.
19578 * gdb.cp/ambiguous.exp: Likewise.
19579 * gdb.cp/annota2.exp: Likewise.
19580 * gdb.cp/annota3.exp: Likewise.
19581 * gdb.cp/bool.exp: Likewise.
19582 * gdb.cp/breakpoint.exp: Likewise.
19583 * gdb.cp/casts.exp: Likewise.
19584 * gdb.cp/class2.exp: Likewise.
19585 * gdb.cp/classes.exp: Likewise.
19586 * gdb.cp/cplusfuncs.exp: Likewise.
19587 * gdb.cp/ctti.exp: Likewise.
19588 * gdb.cp/derivation.exp: Likewise.
19589 * gdb.cp/exception.exp: Likewise.
19590 * gdb.cp/gdb1355.exp: Likewise.
19591 * gdb.cp/hang.exp: Likewise.
19592 * gdb.cp/inherit.exp: Likewise.
19593 * gdb.cp/local.exp: Likewise.
19594 * gdb.cp/m-data.exp: Likewise.
19595 * gdb.cp/m-static.exp: Likewise.
19596 * gdb.cp/member-ptr.exp: Likewise.
19597 * gdb.cp/method.exp: Likewise.
19598 * gdb.cp/misc.exp: Likewise.
19599 * gdb.cp/namespace.exp: Likewise.
19600 * gdb.cp/overload.exp: Likewise.
19601 * gdb.cp/ovldbreak.exp: Likewise.
19602 * gdb.cp/pr-1023.exp: Likewise.
19603 * gdb.cp/pr-1210.exp: Likewise.
19604 * gdb.cp/pr-574.exp: Likewise.
19605 * gdb.cp/printmethod.exp: Likewise.
19606 * gdb.cp/psmang.exp: Likewise.
19607 * gdb.cp/ref-params.exp: Likewise.
19608 * gdb.cp/ref-types.exp: Likewise.
19609 * gdb.cp/rtti.exp: Likewise.
19610 * gdb.cp/templates.exp: Likewise.
19611 * gdb.cp/try_catch.exp: Likewise.
19612 * gdb.cp/userdef.exp: Likewise.
19613 * gdb.cp/virtfunc.exp: Likewise.
19614 * gdb.disasm/am33.exp: Likewise.
19615 * gdb.disasm/h8300s.exp: Likewise.
19616 * gdb.disasm/mn10300.exp: Likewise.
19617 * gdb.disasm/sh3.exp: Likewise.
19618 * gdb.disasm/t01_mov.exp: Likewise.
19619 * gdb.disasm/t02_mova.exp: Likewise.
19620 * gdb.disasm/t03_add.exp: Likewise.
19621 * gdb.disasm/t04_sub.exp: Likewise.
19622 * gdb.disasm/t05_cmp.exp: Likewise.
19623 * gdb.disasm/t06_ari2.exp: Likewise.
19624 * gdb.disasm/t07_ari3.exp: Likewise.
19625 * gdb.disasm/t08_or.exp: Likewise.
19626 * gdb.disasm/t09_xor.exp: Likewise.
19627 * gdb.disasm/t10_and.exp: Likewise.
19628 * gdb.disasm/t11_logs.exp: Likewise.
19629 * gdb.disasm/t12_bit.exp: Likewise.
19630 * gdb.disasm/t13_otr.exp: Likewise.
19631 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19632 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19633 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19634 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19635 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19636 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19637 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19638 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19639 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19640 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19641 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19642 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19643 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19644 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19645 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19646 * gdb.mi/gdb701.exp: Likewise.
19647 * gdb.mi/gdb792.exp: Likewise.
19648 * gdb.mi/mi-basics.exp: Likewise.
19649 * gdb.mi/mi-break.exp: Likewise.
19650 * gdb.mi/mi-cli.exp: Likewise.
19651 * gdb.mi/mi-console.exp: Likewise.
19652 * gdb.mi/mi-disassemble.exp: Likewise.
19653 * gdb.mi/mi-eval.exp: Likewise.
19654 * gdb.mi/mi-file.exp: Likewise.
19655 * gdb.mi/mi-read-memory.exp: Likewise.
19656 * gdb.mi/mi-regs.exp: Likewise.
19657 * gdb.mi/mi-return.exp: Likewise.
19658 * gdb.mi/mi-simplerun.exp: Likewise.
19659 * gdb.mi/mi-stack.exp: Likewise.
19660 * gdb.mi/mi-stepi.exp: Likewise.
19661 * gdb.mi/mi-syn-frame.exp: Likewise.
19662 * gdb.mi/mi-until.exp: Likewise.
19663 * gdb.mi/mi-var-block.exp: Likewise.
19664 * gdb.mi/mi-var-child.exp: Likewise.
19665 * gdb.mi/mi-var-cmd.exp: Likewise.
19666 * gdb.mi/mi-var-display.exp: Likewise.
19667 * gdb.mi/mi-watch.exp: Likewise.
19668 * gdb.mi/mi2-basics.exp: Likewise.
19669 * gdb.mi/mi2-break.exp: Likewise.
19670 * gdb.mi/mi2-cli.exp: Likewise.
19671 * gdb.mi/mi2-console.exp: Likewise.
19672 * gdb.mi/mi2-disassemble.exp: Likewise.
19673 * gdb.mi/mi2-eval.exp: Likewise.
19674 * gdb.mi/mi2-file.exp: Likewise.
19675 * gdb.mi/mi2-read-memory.exp: Likewise.
19676 * gdb.mi/mi2-regs.exp: Likewise.
19677 * gdb.mi/mi2-return.exp: Likewise.
19678 * gdb.mi/mi2-simplerun.exp: Likewise.
19679 * gdb.mi/mi2-stack.exp: Likewise.
19680 * gdb.mi/mi2-stepi.exp: Likewise.
19681 * gdb.mi/mi2-syn-frame.exp: Likewise.
19682 * gdb.mi/mi2-until.exp: Likewise.
19683 * gdb.mi/mi2-var-block.exp: Likewise.
19684 * gdb.mi/mi2-var-child.exp: Likewise.
19685 * gdb.mi/mi2-var-cmd.exp: Likewise.
19686 * gdb.mi/mi2-var-display.exp: Likewise.
19687 * gdb.mi/mi2-watch.exp: Likewise.
19688 * gdb.stabs/exclfwd.exp: Likewise.
19689 * gdb.stabs/weird.exp: Likewise.
19690 * gdb.threads/gcore-thread.exp: Likewise.
19691 * gdb.trace/actions.exp: Likewise.
19692 * gdb.trace/backtrace.exp: Likewise.
19693 * gdb.trace/circ.exp: Likewise.
19694 * gdb.trace/collection.exp: Likewise.
19695 * gdb.trace/deltrace.exp: Likewise.
19696 * gdb.trace/infotrace.exp: Likewise.
19697 * gdb.trace/limits.exp: Likewise.
19698 * gdb.trace/packetlen.exp: Likewise.
19699 * gdb.trace/passc-dyn.exp: Likewise.
19700 * gdb.trace/passcount.exp: Likewise.
19701 * gdb.trace/report.exp: Likewise.
19702 * gdb.trace/save-trace.exp: Likewise.
19703 * gdb.trace/tfind.exp: Likewise.
19704 * gdb.trace/tracecmd.exp: Likewise.
19705 * gdb.trace/while-dyn.exp: Likewise.
19706 * gdb.trace/while-stepping.exp: Likewise.
19707
19708 2006-08-08 Joel Brobecker <brobecker@adacore.com>
19709
19710 * gdb.base/step-bt.c: New file.
19711 * gdb.base/step-bt.exp: New testcase.
19712
19713 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19714
19715 * config/monitor.exp (gdb_load): Remove support for obsolete
19716 download-write-size.
19717 * gdb.base/remote.exp: Likewise. Update all callers of
19718 gdb_timed_load.
19719
19720 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19721
19722 * cursal.exp: Pass binfile to gdb_load.
19723
19724 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19725
19726 * gdb.base/cursal.exp: Add "" to gdb_load call.
19727
19728 2006-07-29 Mark Kettenis <kettenis@gnu.org>
19729
19730 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19731 NetBSD/ELF targets.
19732
19733 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19734
19735 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19736 operator*.
19737
19738 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19739
19740 * gdb.base/completion.exp: Update for change in "file" behavior.
19741 * gdb.stabs/weird.exp: Likewise.
19742 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19743 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19744
19745 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19746
19747 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19748 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19749
19750 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19751
19752 * gdb.base/default.exp: Update source command error message.
19753 * gdb.base/help.exp: Update 'help source' message.
19754
19755 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19756
19757 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19758 test.
19759
19760 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19761
19762 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19763
19764 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19765
19766 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19767
19768 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19769
19770 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19771
19772 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19773
19774 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19775 *-*-openbsd* from targets for wich we expect ARM FPA floating
19776 point format.
19777
19778 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
19779
19780 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19781
19782 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19783
19784 * gdb.base/annota3.exp: Expect frame-begin annotation.
19785
19786 2006-07-14 Joel Brobecker <brobecker@adacore.com>
19787
19788 * gdb.base/help.exp: Adjust "help unset" test to accept
19789 any list of unset commands.
19790
19791 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19792 Daniel Jacobowitz <dan@codesourcery.com>
19793
19794 * gdb.cp/ref-params.exp: New test.
19795 * gdb.cp/ref-params.cc: New source file.
19796 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19797
19798 2006-07-08 Mark Kettenis <kettenis@gnu.org>
19799
19800 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19801 spaces/tabs in regular expressions since they might not be there.
19802
19803 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19804
19805 * gdb.base/ifelse.exp: New file.
19806
19807 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19808
19809 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19810 line.
19811 * gdb.base/huge.exp: Loop over compilation to find a size that
19812 is acceptable.
19813 * gdb.base/remote.exp: Correct expected strings.
19814 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19815
19816 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19817
19818 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19819
19820 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19821
19822 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19823 native.
19824
19825 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19826
19827 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19828 enable stabs testing.
19829
19830 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19831
19832 * gdb.base/auxv.exp: Intercept undefined command messages before
19833 gdb_test_multiple does.
19834
19835 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19836
19837 * Makefile.in (host_alias): Remove.
19838 (target_alias): Use @target_noncanonical@.
19839 (site.exp): Don't set host_alias.
19840 * aclocal.m4: Remove contents. Include acx.m4.
19841 * configure: Regenerated.
19842 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19843
19844 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19845
19846 * lib/gdb.exp (gdb_load_cmd): New.
19847
19848 * gdb.base/fileio.c: Add system(NULL) test.
19849 * gdb.base/fileio.exp: Check it.
19850
19851 * gdb.base/break.c: Add 10a breakpoint at }
19852 * gdb.base/break.exp: Add test for breakpoint at }
19853 * gdb.cp/anon-union.cc: Add code at end of function.
19854 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19855 * gdb.mi/var-cmd.c: Add code at end of function.
19856 * gdb.mi/mi-var-display.exp: Adjust end of next.
19857 * gdb.mi/mi2-var-display.exp: Likewise.
19858 * gdb.base/fileio.c: Add stop function and insert calls at
19859 stopping places.
19860 * gdb.base/fileio.exp: Breakpoint stop function and remove
19861 explicit line number references.
19862
19863 2006-05-19 Joel Brobecker <brobecker@adacore.com>
19864
19865 * gdb.base/del.exp (test_delete_alias): New function.
19866 Now check that both "del" and "d" work as aliases for "delete".
19867
19868 2006-05-18 Fred Fish <fnf@specifix.com>
19869
19870 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19871 required. Check for spurious output after program exits normally.
19872
19873 2006-05-17 Fred Fish <fnf@specifix.com>
19874
19875 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19876 gdb_load, so it works in the simulator.
19877
19878 2006-05-11 Fred Fish <fnf@specifix.com>
19879
19880 * gdb.base/bang.exp: Ignore unexpected output between the
19881 "program exited normally" and the gdb prompt, as many other
19882 tests do.
19883
19884 2006-05-07 Mark Kettenis <kettenis@gnu.org>
19885
19886 * gdb.base/help.exp: Make "delete checkpoint" part option for
19887 "help d" and "help delete" tests.
19888
19889 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19890
19891 * gdb.mi/mi-basics.exp: Add missing serial number to
19892 expected output in some mi_gdb_test statements.
19893 * gdb.mi/mi2-basics.exp: Likewise.
19894
19895 2006-05-05 Joel Brobecker <brobecker@adacore.com>
19896
19897 * gdb.base/del.c: New file.
19898 * gdb.base/del.exp: New testcase.
19899
19900 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
19901
19902 * gdb.base/break.exp: Do not assume a breakpoint on
19903 main will actually be in $srcfile when optimizing.
19904 * gdb.base/savedregs.exp: Do not require that the dummy
19905 frame location match up to a symbol and source file location.
19906 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19907 will get printed without a mi_cmd_data_list_register_values prefix.
19908 (*-data-list-register-*): Correct regular expressions to expect the new
19909 pseudo d? floating point registers.
19910 * gdb.mi/mi2-regs.exp: Likewise.
19911
19912 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
19913
19914 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19915 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19916 is allocated by the compiler.
19917 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19918 anons, e, anone to force their allocation by the compiler.
19919
19920 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
19921
19922 * gdb.base/help.exp: Update expected text for help d and
19923 help delete.
19924
19925 2006-05-02 Mark Kettenis <kettenis@gnu.org>
19926
19927 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19928 NetBSD/ELF targets.
19929
19930 2006-04-30 Mark Kettenis <kettenis@gnu.org>
19931
19932 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19933 single-step breakpoint fails; make this a KFAIL on
19934 sparc*-*-openbsd*.
19935 * gdb.base/siginfo.exp: Likewise.
19936 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19937
19938 2006-04-26 Michael Snyder <msnyder@redhat.com>
19939
19940 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19941 which may have to consume output from other forks.
19942 Add tests to make sure that "delete fork" succeeded.
19943
19944 2006-04-20 Michael Snyder <msnyder@redhat.com>
19945
19946 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19947 Add support for the Renesas M32C and M16C.
19948
19949 * gdb.asm/asm-source.exp: Add m32c target.
19950 * gdb.asm/m32c.inc: Support for m32c target.
19951
19952 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19953
19954 * gdb.base/commands.exp (recursive_source_test): New test.
19955
19956 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19957
19958 * gdb.base/float.exp: Add pattern for sparc targets.
19959
19960 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19961
19962 * gdb.base/commands.exp (stray_arg0_test): New test.
19963
19964 2006-03-30 Paul Brook <paul@codesourcery.com>
19965
19966 * gdb.mi/mi-until.exp: kfail broken until command.
19967 * gdb.mi/mi2-until.exp: Ditto.
19968
19969 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19970
19971 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19972
19973 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19974
19975 * gdb.base/prelink.exp: Anchor tested-for regular expression
19976 on gdb prompt.
19977
19978 2006-03-07 Paul Brook <paul@codesourcery.com>
19979
19980 * gdb.base/assign.exp: Correct fail message.
19981
19982 2006-03-07 Paul Brook <paul@codesourcery.com>
19983
19984 * lib/compiler.c: Extract armcc version number.
19985 * lib/compiler.cc: Ditto.
19986
19987 2006-03-07 Paul Brook <paul@codesourcery.com>
19988
19989 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19990 additional_flags=-w.
19991 * gdb.arch/altivec-regs.exp: Ditto.
19992 * gdb.arch/e500-abi.exp: Ditto.
19993 * gdb.arch/e500-regs.exp: Ditto.
19994 * gdb.base/all-bin.exp: Ditto.
19995 * gdb.base/annota1.exp: Ditto.
19996 * gdb.base/annota3.exp: Ditto.
19997 * gdb.base/args.exp: Ditto.
19998 * gdb.base/arithmet.exp: Ditto.
19999 * gdb.base/assign.exp: Ditto.
20000 * gdb.base/async.exp: Ditto.
20001 * gdb.base/bang.exp: Ditto.
20002 * gdb.base/break.exp: Ditto.
20003 * gdb.base/call-rt-st.exp: Ditto.
20004 * gdb.base/completion.exp: Ditto.
20005 * gdb.base/cond-expr.exp: Ditto.
20006 * gdb.base/condbreak.exp: Ditto.
20007 * gdb.base/consecutive.exp: Ditto.
20008 * gdb.base/define.exp: Ditto.
20009 * gdb.base/display.exp: Ditto.
20010 * gdb.base/ena-dis-br.exp: Ditto.
20011 * gdb.base/environ.exp: Ditto.
20012 * gdb.base/eval-skip.exp: Ditto.
20013 * gdb.base/info-proc.exp: Ditto.
20014 * gdb.base/jump.exp: Ditto.
20015 * gdb.base/logical.exp: Ditto.
20016 * gdb.base/long_long.exp: Ditto.
20017 * gdb.base/maint.exp: Ditto.
20018 * gdb.base/miscexprs.exp: Ditto.
20019 * gdb.base/pc-fp.exp: Ditto.
20020 * gdb.base/pointers.exp: Ditto.
20021 * gdb.base/relational.exp: Ditto.
20022 * gdb.base/reread.exp: Ditto.
20023 * gdb.base/sect-cmd.exp: Ditto.
20024 * gdb.base/sep.exp: Ditto.
20025 * gdb.base/sepdebug.exp: Ditto.
20026 * gdb.base/until.exp: Ditto.
20027 * gdb.base/whatis-exp.exp: Ditto.
20028 * gdb.cp/annota2.exp: Ditto.
20029 * gdb.cp/annota3.exp: Ditto.
20030 * gdb.trace/actions.exp: Ditto.
20031 * gdb.trace/backtrace.exp: Ditto.
20032 * gdb.trace/circ.exp: Ditto.
20033 * gdb.trace/collection.exp: Ditto.
20034 * gdb.trace/deltrace.exp: Ditto.
20035 * gdb.trace/infotrace.exp: Ditto.
20036 * gdb.trace/limits.exp: Ditto.
20037 * gdb.trace/packetlen.exp: Ditto.
20038 * gdb.trace/passc-dyn.exp: Ditto.
20039 * gdb.trace/passcount.exp: Ditto.
20040 * gdb.trace/report.exp: Ditto.
20041 * gdb.trace/save-trace.exp: Ditto.
20042 * gdb.trace/tfind.exp: Ditto.
20043 * gdb.trace/tracecmd.exp: Ditto.
20044 * gdb.trace/while-dyn.exp: Ditto.
20045 * gdb.trace/while-stepping.exp: Ditto.
20046 * lib/gdb.exp: Ditto.
20047 (gdb_compile): Handle nowarning option.
20048
20049 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20050
20051 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20052 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20053 Rename executable to prelinkt. Don't re-prelink if we didn't
20054 get a core file. Test prelink -u exit status to tell whether
20055 prelinking failed. Use gdb_test_multiple.
20056
20057 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20058
20059 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20060 (do_tests): Call it.
20061
20062 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20063
20064 * gdb.base/prelink.exp: New test.
20065 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20066
20067 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20068
20069 * gdb.fortran/derived-type.f90: New file.
20070 * gdb.fortran/derived-type.exp: New testcase.
20071
20072 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20073
20074 * gdb.base/default.exp: Allow ';' as a directory separator.
20075
20076 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20077
20078 * gdb.base/help.exp (help add-symbol-file): Update.
20079
20080 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20081
20082 * gdb.base/help.exp (help load): Update expected results.
20083
20084 2006-02-19 Fred Fish <fnf@specifix.com>
20085
20086 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20087 specifix hex value as part of results.
20088 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20089
20090 2006-02-16 Fred Fish <fnf@specifix.com>
20091
20092 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20093 ushort_addr, and slong_addr, so the typedefs are not optimized
20094 away.
20095 * gdb.base/whatis.exp: Add tests using type name for struct type,
20096 union type, enum type, and typedef.
20097
20098 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20099
20100 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20101
20102 2006-02-13 Jim Blandy <jimb@redhat.com>
20103
20104 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20105 case where it takes two "next" commands to skip past the init
20106 call.
20107
20108 2006-02-12 Fred Fish <fnf@specifix.com>
20109
20110 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20111 to handle cases where it takes two "next" commands to skip
20112 past the init call.
20113
20114 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20115
20116 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20117 on hppa32 targets.
20118
20119 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20120
20121 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20122 field.
20123
20124 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20125
20126 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20127
20128 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20129
20130 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20131 files.
20132
20133 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20134
20135 * gdb.cp/maint.exp: Set complaints to a positive value.
20136
20137 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20138
20139 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20140 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20141 function name.
20142
20143 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20144
20145 * gdb.base/checkpoint.c: Update copyright notice. Include
20146 <stdlib.h>.
20147
20148 2006-01-04 Jim Blandy <jimb@redhat.com>
20149
20150 * gdb.asm/asm-source.exp: Independently provide default values for
20151 asm-flags and debug-flags. Use 'string equal' to do the
20152 comparison, not the implicit expr's '==' operator. Remove
20153 now-unneeded assignments to asm-flags. In h8300 case, place
20154 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20155
20156 2006-01-04 Michael Snyder <msnyder@redhat.com>
20157
20158 * gdb.base/checkpoint.c: New file.
20159 * gdb.base/checkpoint.exp: New file.
20160 * gdb.base/multi-fork.c: New file.
20161 * gdb.base/multi-fork.exp: New file.
20162 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20163
20164 2006-01-04 Fred Fish <fnf@specifix.com>
20165
20166 * gdb.base/ptype.c (foo): Add typedef.
20167 (intfoo): Add function.
20168 * gdb.base/ptype1.c: New file.
20169 * gdb.base/ptype.exp: Handle compilation and linking with two
20170 source files. Test that proper type for "foo" is found based
20171 on source context rather than first match found in symtabs.
20172
20173 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20174
20175 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20176 * gdb.asm/openbsd.inc: Indent commands.
20177
20178 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20179
20180 * gdb.base/freebpcmd.exp: Increase timeout.
20181
20182 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20183
20184 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20185
20186 * gdb.base/default.exp: Update check for "show version".
20187
20188 2005-12-09 Randolph Chung <tausq@debian.org>
20189
20190 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20191 * gdb.asm/pa64.inc: New file.
20192
20193 2005-12-09 Randolph Chung <tausq@debian.org>
20194
20195 * gdb.asm/common.inc: Indent commands.
20196 * gdb.asm/asmsrc1.s: Likewise.
20197 * gdb.asm/asmsrc2.s: Likewise.
20198
20199 2005-12-09 Randolph Chung <tausq@debian.org>
20200
20201 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20202 (get_addr_of_sym): Remove duplicate print.
20203 (gen_core): xfail hppa*-*-hpux*, update expected output.
20204 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20205 * gdb.arch/pa64-nullify.s: New file.
20206
20207 2005-12-09 Randolph Chung <tausq@debian.org>
20208
20209 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20210
20211 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20212
20213 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20214 code generation for these functions.
20215 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20216 error message.
20217
20218 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20219
20220 * gdb.base/help.exp (help b, help br, help bre, help brea)
20221 (help break): Update the expected message.
20222
20223 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20224
20225 * gdb.asm/m68hc11.inc: Setup the data section.
20226 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20227 script for this test.
20228 (m6812-*-*): Likewise.
20229
20230 2005-11-09 Randolph Chung <tausq@debian.org>
20231
20232 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20233
20234 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20235
20236 * gdb.base/break.exp: Fix a comment typo.
20237
20238 2005-11-03 Jim Blandy <jimb@redhat.com>
20239
20240 Checked in by Elena Zannoni <ezannoni@redhat.com>
20241
20242 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20243
20244 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20245
20246 * gdb.arch/gdb1558.c: Include stdio.h.
20247
20248 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20249
20250 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20251
20252 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20253
20254 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20255
20256 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20257
20258 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20259 vscr" tests to better match output.
20260
20261 2005-10-12 Jim Blandy <jimb@redhat.com>
20262
20263 * gdb.base/structs.exp (any): New function.
20264 (test_struct_returns): Don't make any assumptions at all about
20265 what value the function returns when GDB can't set the return
20266 value.
20267
20268 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20269
20270 * gdb.ada/arrayidx/p.adb: New file.
20271 * gdb.ada/arrayidx.exp: New testcase
20272
20273 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20274
20275 * gdb.ada/array_return/pck.ads: New file.
20276 * gdb.ada/array_return/pck.adb: New file.
20277 * gdb.ada/array_return/p.adb: New file.
20278 * gdb.ada/array_return.exp: New testcase.
20279
20280 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20281
20282 * gdb.base/arrayidx.c: New file.
20283 * gdb.base/arrayidx.exp: New testcase.
20284
20285 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
20286
20287 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20288 frames-invalid and breakpoints-invalid are no longer generated
20289 with level 3 so don't expect them in the output.
20290
20291 2005-09-27 Bob Rossi <bob@brasko.net>
20292
20293 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20294 from test. Escape the | in mi_gdb_test call.
20295 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20296 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20297 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20298 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20299 expected regex's in mi_gdb_test calls.
20300 * lib/mi-support.exp: Remove arbitrary .* from tests.
20301 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20302 Fully anchor GDB/MI expected results in mi_gdb_test.
20303 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20304 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20305
20306 2005-09-26 Paul Brook <paul@codesourcery.com>
20307
20308 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20309
20310 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20311
20312 * bfp-test.c: New file.
20313 * bfp-test.exp: New testcase.
20314
20315 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20316
20317 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20318 of subarray and substring variable.
20319 * gdb.fortran/subarray.f: New source file for the test of subarray
20320 and substring variable evaluation.
20321 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20322 of string constant.
20323
20324 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20325
20326 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20327 copyright dates.
20328
20329 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20330
20331 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20332 powerpc altivec' test with an almost identical 'info vector' test.
20333
20334 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20335
20336 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20337 vscr" tests to match output.
20338
20339 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20340
20341 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20342 output.
20343
20344 2005-09-11 Bob Rossi <bob@brasko.net>
20345
20346 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20347 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20348 commands that return an MI output command and an asyncronous MI output
20349 command.
20350 * gdb.mi/mi-console.exp: Ditto.
20351
20352 2005-09-11 Bob Rossi <bob@brasko.net>
20353
20354 * gdb.mi/mi-var-child.c: Include <string.h>.
20355
20356 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20357
20358 * killed.exp: Correct gdb_expect syntax.
20359
20360 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
20361
20362 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20363
20364 2005-08-02 Bob Rossi <bob@brasko.net>
20365
20366 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20367 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20368 Change tests to inferior-tty-set/show.
20369 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20370 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20371 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20372 inferior. Use mi_gdb_test to get GDB and Inferior output.
20373 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20374 descriptor.
20375 (mi_inferior_tty_name): Add inferior PTY file name.
20376 (mi_gdb_start): Add INFERIOR_PTY parameter.
20377 (mi_gdb_test): Add IPATTERN parameter.
20378
20379 2005-08-02 Bob Rossi <bob@brasko.net>
20380
20381 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20382 parameter to mi_gdb_test.
20383 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20384
20385 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20386
20387 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20388 struct_declarations.
20389 * gdb.mi/mi-var-child.exp: Step over the initialization of
20390 struct_declarations.
20391
20392 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20393
20394 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20395 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20396 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20397 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20398 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20399 file.
20400
20401 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
20402
20403 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20404 (do_children_tests): Assign values to the extra elements.
20405
20406 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20407 them for tests for "-var-update --no-values" and
20408 "-var-update --all-values".
20409 Add test for "-var-list-children --simple-values".
20410
20411 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20412
20413 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20414 "-stack-list-locals --simple-values" Improve doc strings and
20415 comments.
20416
20417 2005-07-18 Mark Kettenis <kettenis@gnu.org>
20418
20419 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20420 *-*-openbsd*.
20421 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20422
20423 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20424 sigaltsatck'.
20425
20426 2005-07-14 Bob Rossi <bob@brasko.net>
20427
20428 * gdb.base/default.exp (tty): Changed output of command.
20429 * gdb.base/help.exp (help tty): Ditto.
20430
20431 2005-07-12 Mark Kettenis <kettenis@gnu.org>
20432
20433 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20434
20435 2005-07-10 Mark Kettenis <kettenis@gnu.org>
20436
20437 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20438 -stack-select-frame without arguments.
20439 (test_stack_frame_listing): Add test for newly implemented command
20440 -stack-info-frame.
20441
20442 2005-07-06 Bob Rossi <bob@brasko.net>
20443
20444 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20445 command.
20446 (Copyright): Update copyright.
20447
20448 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20449
20450 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20451 tests to evaluate exponentiation expression.
20452
20453 2005-06-29 Andreas Schwab <schwab@suse.de>
20454
20455 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20456 main to avoid warnings.
20457
20458 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20459
20460 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
20461
20462 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20463 -stack-select-frame without arguments.
20464 (test_stack_frame_listing): Add test for newly implemented command
20465 -stack-info-frame.
20466
20467 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20468
20469 * gdb.fortran/array-element.f: New file.
20470 * gdb.fortran/array-element.exp: New testcase.
20471
20472 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20473
20474 * gdb.base/bigcore.exp: Correct checks for systems which can
20475 not dump a large core file.
20476
20477 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20478
20479 * gdb.base/relocate.c: Add a copyright notice.
20480 (dummy): Remove.
20481 * gdb.base/relocate.exp: Test printing the values of variables
20482 from a relocatable file.
20483
20484 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20485
20486 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20487 excess MI output after an error.
20488
20489 2005-05-29 Joel Brobecker <brobecker@adacore.com>
20490
20491 * gdb.arch/alpha-step.c: New file.
20492 * gdb.arch/alpha-step.exp: New testcase.
20493
20494 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20495 Dennis Brueni <dennis@slickedit.com>
20496
20497 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20498 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20499 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20500 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20501 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20502 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20503 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20504
20505 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20506 Wu Zhou <woodzltc@cn.ibm.com>
20507
20508 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20509 IBM's xlc compiler.
20510 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20511 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20512
20513 2005-05-13 Jim Blandy <jimb@redhat.com>
20514
20515 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20516 calling gdb_suppress_entire_file.
20517 * gdb.base/charset.exp: Same.
20518 * gdb.base/call-rt-st.exp: Same.
20519
20520 2005-05-05 Bob Rossi <bob_rossi@cox.net>
20521
20522 * lib/gdb.exp (fullname_syntax): Added global regex.
20523 (fullname_syntax_POSIX): Ditto.
20524 (fullname_syntax_UNC): Ditto.
20525 (fullname_syntax_DOS_CASE): Ditto.
20526 (fullname_syntax_DOS): Ditto.
20527 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20528 fullname_syntax variable to scope and use it.
20529 (test_file_list_exec_source_files): Ditto.
20530 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20531
20532 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20533
20534 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20535
20536 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20537
20538 * lib/gdb.exp (skip_altivec_tests): New function, based on
20539 check_vmx_hw_available from the GCC testsuite.
20540 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20541 * lib/gdb.arch/altivec-regs.exp: Likewise.
20542
20543 2005-05-02 Jim Blandy <jimb@redhat.com>
20544
20545 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20546 calling gdb_suppress_entire_file.
20547
20548 2005-04-30 Randolph Chung <tausq@debian.org>
20549
20550 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20551 Slightly relax "sem_post" name checking.
20552
20553 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20554
20555 * gdb.base/unload.exp: Use new shared library infrastructure.
20556
20557 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20558
20559 * gdb.base/so-impl-ld.exp: Use new shared library
20560 infrastructure.
20561
20562 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
20563
20564 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20565 * gdb.asm/h8300.inc: New file.
20566
20567 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20568
20569 * gdb.base/shlib-call.exp: Change to use new shared library
20570 infrastructure.
20571
20572 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20573
20574 * gdb.base/pending.exp: Change to use new shared library
20575 infrastructure.
20576
20577 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20578
20579 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20580 use test_compiler_info instead of gcc_compiled, and update copyright.
20581
20582 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20583
20584 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20585 shared objects being adjusted and update copyright years.
20586
20587 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20588
20589 * ChangeLog: Correct some 2003-01-13 dates.
20590 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20591 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20592 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20593 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20594 gdb.trace/tfind.exp: Update copyright years.
20595
20596 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20597 Daniel Jacobowitz <dan@codesourcery.com>
20598
20599 * lib/gdb.exp (gdb_compile): Handle shlib=.
20600 (gdb_compile_shlib): New function.
20601
20602 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20603
20604 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20605
20606 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20607
20608 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20609 gdb.server.
20610 * configure.ac: Likewise.
20611 * configure: Regenerated.
20612 * gdb.gdbserver/Makefile.in: Moved to...
20613 * gdb.server/Makefile.in: ... here.
20614 * gdb.gdbserver/server.c: Moved to...
20615 * gdb.server/server.c: ... here.
20616 * gdb.gdbserver/server-run.exp: Moved to...
20617 * gdb.server/server-run.exp: ... here.
20618
20619 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20620
20621 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20622 * configure.ac: Create gdb.gdbserver/Makefile.
20623 * configure: Regenerated.
20624 * lib/gdbserver-support.exp: New file, derived from
20625 config/gdbserver.exp.
20626 * config/gdbserver.exp: Use gdbserver-support.exp.
20627 * gdb.gdbserver/Makefile.in: New file.
20628 * gdb.gdbserver/server.c: New file.
20629 * gdb.gdbserver/server-run.exp: New file.
20630
20631 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20632
20633 * lib/gdb.exp (test_compiler_info): Return compiler_info
20634 if no arguments are given.
20635
20636 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20637
20638 * gdb.arch/altivec-abi.exp: Check for compiler and set
20639 use altivec' flag accordingly.
20640 * gdb.arch/altivec-regs.exp: Likewise.
20641
20642 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20643
20644 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20645
20646 2005-03-27 Andreas Schwab <schwab@suse.de>
20647
20648 * gdb.base/bigcore.c (main): Add missing mode argument in open
20649 call.
20650
20651 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20652
20653 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20654 downloads.
20655 * config/gdbserver.exp (gdb_load): Likewise.
20656
20657 2005-03-14 Paul Brook <paul@codesourcery.com>
20658
20659 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20660 targets.
20661
20662 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20663
20664 * gdb.dwarf2/dup-psym.S: New file.
20665 * gdb.dwarf2/dup-psym.exp: New testcase.
20666
20667 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20668
20669 * gdb.ada/exec_changed/first.adb: New file.
20670 * gdb.ada/exec_changed/second.adb: New file.
20671 * gdb.ada/exec_changed.exp: New testcase.
20672
20673 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20674
20675 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20676 (A2): New class.
20677 (main): Test operator+.
20678 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20679 breakpoint test.
20680
20681 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20682 * gdb.base/signull.exp: Disable if gdb,nosignals.
20683 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20684 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20685 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20686 * gdb.mi/mi2-console.exp: Likewise.
20687 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20688 continue output at start.
20689 (gdb_collect_locals_test): Robustify regexp.
20690 * gdb.trace/passc-dyn.exp: Fix comment typo.
20691 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20692
20693 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
20694
20695 * gdb.asm/asm-source.exp: Add iq2000 case.
20696 * gdb.asm/iq2000.inc: New file.
20697
20698 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
20699
20700 * gdb.base/command.exp: Change hardcoded value to regular expression.
20701 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20702
20703 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20704
20705 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20706 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20707 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20708 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20709 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20710
20711 2005-03-05 Mark Kettenis <kettenis@gnu.org>
20712
20713 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20714 changes.
20715
20716 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20717
20718 * lib/compiler.c: Add test for IBM's xlc compiler.
20719 * lib/compiler.cc: Likewise.
20720
20721 2004-02-24 Joel Brobecker <brobecker@adacore.com>
20722
20723 * gdb.ada/fixed_points.exp: Create compilation object directory
20724 before running the test.
20725 * gdb.ada/null_record.exp: Likewise.
20726 * gdb.ada/packed_array.exp: Likewise.
20727 * gdb.ada/start.exp: Likewise.
20728
20729 2005-02-15 Joel Brobecker <brobecker@adacore.com>
20730
20731 * gdb.ada/packed_array/pa.adb: New file.
20732 * gdb.ada/packed_array.exp: New testcase.
20733
20734 2005-02-10 Mark Kettenis <kettenis@gnu.org>
20735
20736 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20737 files.
20738
20739 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20740 on *-*-openbsd*. Correctly match whitespace in regukar
20741 expressions.
20742
20743 2005-02-10 Daniel Jacobowitz <dan@debian.org>
20744
20745 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20746 PR exp/1821
20747 * gdb.base/gdb1821.c: New test file.
20748 * gdb.base/gdb1821.exp: New test file.
20749
20750 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20751
20752 * gdb.base/start.c: New file.
20753 * gdb.base/start.exp: New testcase.
20754
20755 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20756
20757 * gdb.ada/start/dummy.adb: New file.
20758 * gdb.ada/start.exp: New testcase.
20759
20760 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
20761
20762 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20763 for printing symbols and statistics.
20764 Add test for using relative pathnames in "maint print msymbols" test.
20765 Mark "maint info sections DATA" XFAIL on Cygwin.
20766 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20767 tests.
20768
20769 2005-02-09 Andreas Schwab <schwab@suse.de>
20770
20771 Committed by Andrew Cagney <cagney@gnu.org>
20772 * gdb.base/remotetimeout.exp: New file.
20773
20774 2005-02-07 Mark Kettenis <kettenis@gnu.org>
20775
20776 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20777
20778 2005-02-03 Joel Brobecker <brobecker@adacore.com>
20779
20780 * gdb.ada/gnat_ada.gpr: New file.
20781 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20782 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20783 * configure.ac: No longer generate gnat_ada.gpr.
20784 * configure: Regenerate.
20785 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20786 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20787 * gdb.ada/null_record/bar.ads: Likewise.
20788 * gdb.ada/null_record/bar.adb: Likewise.
20789 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20790 * gdb.ada/null_record.exp (testdir): New variable.
20791 (testfile): executable is now in testdir subdirectory.
20792 (srcfile): Use full path to the main compilation unit.
20793 * gdb.ada/fixed_points.exp: Same changes as above.
20794
20795 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
20796
20797 * gdb.base/interp.exp: New test.
20798
20799 2005-01-24 Andrew Cagney <cagney@gnu.org>
20800
20801 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20802
20803 2005-01-19 Andrew Cagney <cagney@gnu.org>
20804
20805 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20806 configure.ac not configure.in.
20807
20808 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20809 of powerpc*-*-*.
20810 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
20811 * gdb.base/list.exp (test_list_function)
20812 (test_list_filename_and_function): Ditto.
20813 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20814
20815 2005-01-16 Andrew Cagney <cagney@gnu.org>
20816
20817 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20818
20819 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20820
20821 2005-01-14 Andrew Cagney <cagney@gnu.org>
20822
20823 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20824 * gdb.mi/mi2-var-cmd.exp: Ditto.
20825
20826 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
20827
20828 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20829
20830 2005-01-07 Andrew Cagney <cagney@gnu.org>
20831
20832 * configure.ac: Rename configure.in, require autoconf 2.59.
20833 * configure: Re-generate.
20834 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20835 * gdb.stabs/configure: Re-generate.
20836 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20837 * gdb.hp/configure: Re-generate.
20838 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20839 autoconf 2.59.
20840 * gdb.hp/gdb.objdbg/configure: Re-generate.
20841 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20842 autoconf 2.59.
20843 * gdb.hp/gdb.defects/configure: Re-generate.
20844 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20845 autoconf 2.59.
20846 * gdb.hp/gdb.compat/configure: Re-generate.
20847 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20848 autoconf 2.59.
20849 * gdb.hp/gdb.base-hp/configure: Re-generate.
20850 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20851 autoconf 2.59.
20852 * gdb.hp/gdb.aCC/configure: Re-generate.
20853
20854 2004-12-15 Jim Blandy <jimb@redhat.com>
20855
20856 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20857 under NPTL when there is debugging info available for libpthread.
20858
20859 2004-12-13 Jerome Guitton <guitton@gnat.com>
20860
20861 * gdb.ada/fixed_points.c: New file.
20862 * gdb.ada/fixed_points.exp: New file.
20863
20864 2004-12-03 Randolph Chung <tausq@debian.org>
20865
20866 * gdb.arch/pa-nullify.exp: New file.
20867 * gdb.arch/pa-nullify.s: New file.
20868
20869 2004-11-30 Randolph Chung <tausq@debian.org>
20870
20871 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20872 instead of "tbug". Fix regexp to work properly with gdb_test.
20873
20874 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20875
20876 * gdb.base/bitfields2.exp: New test.
20877 * gdb.base/bitfields2.c: New file.
20878
20879 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
20880
20881 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20882
20883 2004-11-16 Randolph Chung <tausq@debian.org>
20884
20885 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20886
20887 2004-11-14 Daniel Jacobowitz <dan@debian.org>
20888
20889 * gdb.threads/threadapply.exp: Correct "macro details" test.
20890
20891 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20892
20893 * gdb.threads/threadapply.exp: New test.
20894 * gdb.threads/threadapply.c: New file.
20895
20896 2004-11-07 Mark Kettenis <kettenis@gnu.org>
20897
20898 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20899 frames.
20900
20901 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
20902
20903 * gdb.base/cursal.exp: New file.
20904 * gdb.base/cursal.c: New file.
20905
20906 2004-11-03 Andrew Cagney <cagney@gnu.org>
20907
20908 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20909
20910 2004-10-30 Mark Kettenis <kettenis@gnu.org>
20911
20912 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20913 NetBSD/ELF targets.
20914
20915 2004-10-29 Joel Brobecker <brobecker@gnat.com>
20916
20917 * gdb.threads/bp_in_thread.c: New file, copied from
20918 pthread_cond_wait.c.
20919 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20920 file, rather than reusing the .c file from another testcase.
20921
20922 2004-10-20 Joel Brobecker <brobecker@gnat.com>
20923
20924 * gdb.ada/null_record.exp: Check where we stopped after
20925 sending the start command, instead of where the associated
20926 temporary breakpoint was inserted.
20927
20928 2004-10-14 Andrew Cagney <cagney@gnu.org>
20929
20930 * gdb.mi/gdb701.c (main): Return 0.
20931
20932 2004-10-13 Daniel Jacobowitz <dan@debian.org>
20933
20934 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
20935
20936 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20937
20938 * gdb.threads/schedlock.c: Add comment markers to use to find
20939 line numbers.
20940 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20941 comments.
20942 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20943 breakpoint lines.
20944
20945 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20946
20947 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20948
20949 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20950
20951 * configure.in: Add gdb.dwarf2.
20952 * configure: Regenerated.
20953 * Makefile.in: Add gdb.dwarf2.
20954 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20955 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20956 gdb.dwarf2/file1.txt: New files.
20957
20958 2004-10-11 Orjan Friberg <orjanf@axis.com>
20959
20960 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20961 of "run", since the latter doesn't work with remote targets. Adjust
20962 the breakpoint numbering accordingly.
20963 * gdb.threads/pthread_cond_wait.exp: Ditto.
20964
20965 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20966
20967 * gdb.base/overlays.exp: Update copyright years.
20968
20969 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20970
20971 * gdb.base/overlays.exp: Disable if target is Linux.
20972
20973 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20974
20975 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20976
20977 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20978
20979 * gdb.asm/asm-source.exp: Add m32r-linux target.
20980 * gdb.asm/m32r-linux.inc: New file.
20981
20982 2004-09-24 Andrew Cagney <cagney@redhat.com>
20983 David Anderson <anderson@redhat.com>
20984
20985 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20986 command fails, assume things will work.
20987 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20988 (_GNU_SOURCE): Define.
20989 (print_unsigned, print_hex): Change parameter to "long long".
20990 (print_byte_count): New function, use to print byte counts.
20991 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20992 O_LARGEFILE.
20993 (main): Compute an upper bound on a corefile in max_core_size.
20994 Limit memory chunk size to max_core_size. Limit total memory
20995 allocated to max_core_size.
20996
20997 2004-09-23 Andrew Cagney <cagney@gnu.org>
20998
20999 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21000 from a separate process with code that creates a corefile by
21001 making the inferior dump core.
21002
21003 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21004
21005 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21006 block.
21007
21008 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21009
21010 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21011 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21012 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21013 Likewise.
21014
21015 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21016
21017 * gdb.java/jprint.exp: New test case for java inferior call.
21018 * gdb.java/jprint.java: Ditto.
21019
21020 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21021
21022 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21023
21024 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21025
21026 * gdb.threads/killed.c: Include <stdlib.h>.
21027 * gdb.threads/pthreads.c: Likewise.
21028
21029 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21030
21031 * gdb.threads/killed.c: Add copyright notice.
21032
21033 2004-09-10 Jason Molenda (jmolenda@apple.com)
21034
21035 * gdb.base/define.exp: Two new tests to verify zero space chars
21036 after 'if' and 'while' commands in a user-defined command is correctly
21037 parsed.
21038
21039 2004-09-08 Andrew Cagney <cagney@gnu.org>
21040
21041 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21042 delivery test with duplicate at end of file.
21043
21044 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21045
21046 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21047
21048 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21049
21050 * config/hppro.exp: Removed.
21051
21052 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21053
21054 * config/sparclet.exp: Removed.
21055
21056 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21057
21058 * config/udi.exp: Removed.
21059
21060 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21061
21062 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21063 of "exp_continue".
21064 (advancei): Likewise.
21065
21066 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21067
21068 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21069
21070 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21071
21072 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21073 to check for nodebug in executable.
21074 * gdb.gdb/observer.exp (setup_test): Likewise.
21075 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21076 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21077
21078 2004-09-01 Andrew Cagney <cagney@gnu.org>
21079
21080 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21081 files.
21082
21083 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21084
21085 * gdb.base/unload.exp: Fix expected warning message to match
21086 latest format.
21087
21088 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21089
21090 * gdb.base/call-rt-st.exp: Fix typos.
21091
21092 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21093
21094 * gdb.threads/thread_check.exp: New testcase.
21095 * gdb.threads/thread_check.c: New testcase.
21096
21097 2004-08-31 Andrew Cagney <cagney@gnu.org>
21098
21099 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21100 (skip_to_handler_entry): New procedures. Test stepping into a
21101 handler when the breakpoint is at the handler's entry point.
21102
21103 2004-08-30 Andrew Cagney <cagney@gnu.org>
21104
21105 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21106 gdb/1757.
21107
21108 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21109
21110 With code from Manoj Iyer <manjo@austin.ibm.com>:
21111 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21112 return value. Add an arm for "no debugging symbols found".
21113 Change a stray "error" to "perror".
21114 (gdb_run_cmd): Adapt to new return value.
21115 * gdb.base/remote.exp: Adapt to new return value.
21116 * gdb.gdb/complaints.exp: Likewise.
21117 * gdb.gdb/observer.exp: Likewise.
21118 * gdb.gdb/selftest.exp: Likewise.
21119 * gdb.gdb/xfullpath.exp: Likewise.
21120
21121 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21122
21123 * gdb.threads/bp_in_thread.exp: New testcase.
21124
21125 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21126
21127 Fix PR testsuite/1735.
21128 * gdb.threads/schedlock.c (thread_function): Add a cast
21129 to suppress a gcc warning.
21130 * gdb.threads/thread-specific.c (thread_function): Likewise.
21131
21132 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21133
21134 * gdb.base/unload.c: Include <stdlib.h>.
21135
21136 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21137
21138 From Paul Gilliam <pgilliam@us.ibm.com>:
21139 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21140 synchronized after the "return".
21141
21142 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21143
21144 * gdb.mi/basics.c: Include <stdio.h>.
21145 * gdb.mi/pthreads.c: Include <stdlib.h>.
21146 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21147
21148 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21149
21150 * gdb.threads/schedlock.c: Add copyright notice.
21151
21152 2004-08-25 Andrew Cagney <cagney@gnu.org>
21153
21154 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21155 (skip_over_handler, breakpoint_over_hander): New test procedures.
21156 (advance, advancei): Add a proper prefix, do not use
21157 rerun_to_main.
21158 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21159
21160 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21161
21162 * gdb.mi/basics.c: Add copyright notice.
21163 * gdb.mi/var-cmd.c: Add copyright notice.
21164
21165 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21166
21167 * lib/gdb.exp: Remove signed_keyword_not_used.
21168 * lib/compiler.c: Likewise.
21169 * lib/compiler.cc: Likewise.
21170
21171 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21172
21173 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21174 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21175
21176 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21177
21178 * gdb.base/whatis.c: Add copyright notice.
21179
21180 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21181
21182 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21183 it to skip the breakpoints encoded in the inline assembly.
21184
21185 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21186
21187 * Makefile.in: Add gdb.fortran.
21188
21189 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21190
21191 * gdb.base/call-sc.exp (test_scalar_returns):
21192 Fix cut-and-paste glitch in "Make fun return now".
21193
21194 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21195
21196 * configure.in: Add gdb.fortran.
21197 * configure: Regenerate.
21198 * gdb.fortran/Makefile.in: New file.
21199 * lib/gdb.exp (skip_fortran_tests): New procedure.
21200
21201 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21202
21203 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21204 reference to bug-gnu@prep.ai.mit.edu.
21205 * gdb.mi/mi-var-child.exp: Likewise.
21206 * gdb.mi/mi-var-cmd.exp: Likewise.
21207 * gdb.mi/mi-var-display.exp: Likewise.
21208 * gdb.mi/mi2-var-block.exp: Likewise.
21209 * gdb.mi/mi2-var-child.exp: Likewise.
21210 * gdb.mi/mi2-var-cmd.exp: Likewise.
21211 * gdb.mi/mi2-var-display.exp: Likewise.
21212
21213 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21214
21215 * gdb.base/unload.c (main): Make local variable msg const.
21216
21217 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21218
21219 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21220 to bug-gnu@prep.ai.mit.edu.
21221 * gdb.mi/mi-disassemble.exp: Likewise.
21222 * gdb.mi/mi-eval.exp: Likewise.
21223 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21224 default line number.
21225 * gdb.mi/mi-return.exp: Likewise.
21226 * gdb.mi/mi-simplerun.exp: Likewise.
21227 * gdb.mi/mi-stack.exp: Likewise.
21228 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21229 number with explicit range test.
21230 * gdb.mi/mi-watch.exp: Likewise.
21231 * gdb.mi/mi2-break.exp: Likewise.
21232 * gdb.mi/mi2-cli.exp: Likewise.
21233 * gdb.mi/mi2-disassemble.exp: Likewise.
21234 * gdb.mi/mi2-eval.exp: Likewise.
21235 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21236 default line number.
21237 * gdb.mi/mi2-return.exp: Likewise.
21238 * gdb.mi/mi2-simplerun.exp: Likewise.
21239 * gdb.mi/mi2-stack.exp: Likewise.
21240 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21241 number with explicit range test.
21242 * gdb.mi/mi2-watch.exp: Likewise.
21243
21244 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21245
21246 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21247 * gdb.cp/m-static.exp: Likewise.
21248 * gdb.cp/rtti.exp: Likewise.
21249
21250 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21251
21252 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21253
21254 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21255
21256 * ChangeLog: Prefix Local Variables with semi-colons and indent
21257 the reference to older ChangeLog files, to fix fontification in
21258 Emacs.
21259
21260 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21261
21262 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21263 * gdb.mi/mi2-break.exp: Likewise.
21264
21265 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21266
21267 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21268
21269 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21270
21271 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21272
21273 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21274
21275 * gdb.cp/classes.exp: Remove unused declarations. Just let
21276 test names default instead of providing special names. Remove
21277 extraneous demangler test.
21278
21279 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21280
21281 * gdb.base/unload.exp: New test for breakpoints in dynamically
21282 loaded libraries.
21283 * gdb.base/unload.c: Ditto.
21284 * gdb.base/unloadshr.c: Ditto.
21285
21286 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21287
21288 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21289 cp_test_ptype_class.
21290 (test_enums): Likewise.
21291
21292 2004-08-10 Andrew Cagney <cagney@gnu.org>
21293
21294 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21295 files.
21296
21297 2004-08-10 Andrew Cagney <cagney@gnu.org>
21298
21299 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21300 init_malloc call.
21301
21302 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21303
21304 * ChangeLog: Add copyright notice. The notice is copied
21305 from emacs 21.3 top level ChangeLog.
21306
21307 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21308
21309 * lib/cp-support.exp: New file.
21310 * lib/cp-support.exp (cp_test_type_class): New function.
21311 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21312 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21313 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21314 cp_test_ptype_class.
21315
21316 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21317
21318 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21319 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21320 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21321 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21322 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21323 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21324 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21325 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21326 gdb.mi/mi2-watch.exp: Update copyright years.
21327
21328 2004-08-09 Mark Kettenis <kettenis@gnu.org>
21329
21330 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21331
21332 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21333
21334 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21335 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21336 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21337 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21338 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21339 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21340 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21341 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21342 gdb.mi/mi-watch.exp: Update copyright years.
21343
21344 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21345
21346 PR gdb/1738
21347 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21348 from a breakpoint with a pending signal.
21349
21350 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21351
21352 PR gdb/1736
21353 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21354 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21355 the prompt.
21356 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21357
21358 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21359
21360 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21361
21362 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21363
21364 PR gdb/1736
21365 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21366 for i?86-*-linux*.
21367
21368 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21369
21370 * gdb.arch/i386-prologue.exp: Compile without debug information.
21371
21372 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21373
21374 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21375 rather than asking gdb to search.
21376
21377 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21378
21379 * gdb.base/gcore.c: Include <string.h>.
21380
21381 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21382
21383 * gdb.base/gcore.c: Add copyright notice.
21384
21385 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21386
21387 * gdb.base/freebpcmd.c: Include <stdio.h>.
21388 * gdb.base/long_long.c: Include <string.h>.
21389 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21390 * gdb.base/siginfo.c: Include <string.h>.
21391 * gdb.base/sigstep.c: Include <string.h>.
21392
21393 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21394
21395 * gdb.base/complex.c: Include <stdlib.h>.
21396
21397 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21398
21399 * gdb.base/complex.c: Add copyright notice.
21400
21401 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21402
21403 * gdb.base/charset.c: Include <stdlib.h>.
21404
21405 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21406
21407 * gdb.base/auxv.c: Include <stdlib.h>.
21408
21409 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21410
21411 * gdb.base/auxv.c: Add copyright notice.
21412
21413 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21414
21415 * gdb.base/coremaker.c: Add copyright notice.
21416 * gdb.base/coremaker2.c: Add copyright notice.
21417
21418 2004-08-04 Andrew Cagney <cagney@gnu.org>
21419
21420 * gdb.base/store.exp: Update copyright.
21421 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21422 names, do not import gdb_prompt.
21423
21424 2004-08-01 Andrew Cagney <cagney@gnu.org>
21425
21426 Fix PR testsuite/1729.
21427 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21428 not use capture_value with value 4.
21429 (capture_value): Add optional test name parameter.
21430 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21431 the prefix, pass to capture_value.
21432
21433 2004-08-01 Mark Kettenis <kettenis@gnu.org>
21434
21435 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21436 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21437 (main): Call new function.
21438
21439 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21440
21441 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21442
21443 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21444
21445 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21446
21447 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21448
21449 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21450 Accept more values of vtbl pointer. Remove some messages
21451 about "obsolete gcc or gdb".
21452
21453 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21454
21455 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21456
21457 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21458
21459 * gdb.base/asm-source.exp: Properly convert target board
21460 debug flags from gcc format to binutils format.
21461
21462 2004-07-28 Mark Kettenis <kettenis@gnu.org>
21463
21464 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21465 gdb1718". PR backtrace/1718 partially fixed.
21466
21467 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21468
21469 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21470
21471 2004-07-26 Nick Clifton <nickc@redhat.com>
21472
21473 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21474 good default value for a specific architecture is available then
21475 set it to that value. Otherwise default to the -gstabs switch.
21476 Remove the -g... switches from the asm-flags variable. Allow the
21477 target board info to override the value if it wants to. Pass the
21478 switch on the assembler command line.
21479
21480 2004-07-23 Mark Kettenis <kettenis@gnu.org>
21481
21482 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21483 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21484 (main): Call new function.
21485
21486 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21487
21488 Test for PR exp/1715.
21489 * gdb.base/radix.exp: Refactor common procedures. Make all
21490 test names unique. Change XFAIL to KFAIL.
21491
21492 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21493
21494 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21495 * gdb.ada/gnat_ada.gin: ... to here.
21496 * configure.in: Use gnat_ada.gin.
21497 * configure: Regenerate.
21498
21499 2004-07-20 Andrew Cagney <cagney@gnu.org>
21500
21501 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21502 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21503 XFAILs. Clean up test messages and comments. Check backtraces.
21504 Delete re-sync code.
21505
21506 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21507
21508 Fix PR cli/740.
21509 * gdb.base/annota1.exp: Honor gdb,nosignals.
21510 * gdb.base/annota3.exp: Likewise.
21511
21512 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21513
21514 * lib/java.exp: Update copyright notice.
21515
21516 2004-07-19 Andrew Cagney <cagney@gnu.org>
21517
21518 * gdb.base/selftest.exp: Copy file from here ...
21519 * gdb.gdb/selftest.exp: ... to here.
21520
21521 2004-07-16 Andrew Cagney <cagney@redhat.com>
21522
21523 * lib/insight-support.exp: Delete file.
21524 * lib/java.exp (java_init): Fix copyright.
21525
21526 2004-07-16 Andrew Cagney <cagney@gnu.org>
21527
21528 * gdb.base/restore.c: Append "prologue" to comments marking the a
21529 function's prologue.
21530 * gdb.base/restore.exp: Update copyright, re-indent.
21531 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21532 callerN" prefix where needed. Update patterns that match a
21533 function's prologue.
21534
21535 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21536
21537 * gdb.base/restore.c: Add copyright notice.
21538
21539 2004-07-16 Andrew Cagney <cagney@gnu.org>
21540
21541 * gdb.base/logical.exp: Update copyright.
21542 (evaluate): New procedure. Use to re-implement tests using
21543 several tables.
21544
21545 2004-07-14 Martin Hunt <hunt@redhat.com>
21546
21547 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21548 which fixes some problems where init.tcl was not found.
21549
21550 2004-07-13 Andrew Cagney <cagney@gnu.org>
21551
21552 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21553 (check_sizeof, check_valueof): Do not include the output in the
21554 test name. Use gdb_test.
21555 (get_valueof): Use gdb_test_multiple.
21556
21557 * gdb.base/step-test.exp: Update copyright. Use
21558 gdb_test_multiple. Ensure that test names do not include
21559 architecture dependent output.
21560
21561 * gdb.gdb/observer.exp: Update copyright.
21562 (setup_test): Use gdb_test_multiple.
21563 (attach_first_observer, attach_second_observer)
21564 (attach_third_observer, detach_first_observer)
21565 (detach_second_observer, detach_third_observer)
21566 (reset_counters, check_counters): Make $message a prefix.
21567 (test_normal_stop_notifications): Add "args" parameter - a list of
21568 init functions to be called. Make $message a prefix,
21569 (test_observer_normal_stop): Change the message prefixes so that
21570 they are unique, pass the attach / detach procedures to
21571 test_normal_stop_notifications.
21572
21573 * gdb.base/signull.exp (test_segv): Prefix all tests with
21574 "${name}". Clean up test messages.
21575
21576 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21577
21578 * gdb.base/ena-dis-br.exp: Update copyright.
21579 (break_at): New function. Replace send_gdb with gdb_test,
21580 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21581 ignore count, not stopped at bpt", with KFAIL.
21582
21583 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
21584
21585 * gdb.base/attach.exp: Remove cleanupfile handling.
21586
21587 2004-07-12 Andrew Cagney <cagney@gnu.org>
21588
21589 * gdb.base/annota1.exp: Cleanup corefile test name.
21590 * gdb.base/annota3.exp: Ditto.
21591
21592 2004-07-12 Andrew Cagney <cagney@gnu.org>
21593
21594 * gdb.base/signals.exp: Clean up copyright, re-indent.
21595
21596 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21597 gdb_test and gdb_test_multiple.
21598
21599 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21600
21601 * gdb.java/jmain.exp: Fix expected line number for main to
21602 break at. Set XFAIL for break at main test since gcj does not
21603 provide line number info for first statement in main.
21604
21605 2004-07-08 Andrew Cagney <cagney@gnu.org>
21606
21607 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21608
21609 * gdb.base/sigbpt.exp: Make the common part of each test name a
21610 prefix instead of suffix.
21611
21612 2004-07-07 Bob Rossi <bob_rossi@cox.net>
21613
21614 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21615 test from test_tbreak_creation_and_listing to
21616 test_file_list_exec_source_file
21617 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21618 Changed name of test from test_tbreak_creation_and_listing to
21619 test_file_list_exec_source_file
21620
21621 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21622
21623 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21624 the jmisc() constructor instead of <init>.
21625 * gdb.java/jmisc1.exp: Ditto.
21626
21627 2004-07-07 Andrew Cagney <cagney@gnu.org>
21628
21629 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21630 corrupting the PC.
21631
21632 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21633
21634 * gdb.cp/templates.exp: Accept whitespace change in demangler
21635 output.
21636
21637 2004-07-06 Andrew Cagney <cagney@gnu.org>
21638
21639 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21640
21641 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21642
21643 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21644 * lib/compiler.cc: Likewise.
21645
21646 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21647
21648 * lib/compiler.cc: Work around string preprocessing problem
21649 with old hp c++ compiler.
21650 * lib/compiler.c: Likewise.
21651
21652 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21653
21654 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21655 directives to conditionalize symbol prefixing.
21656 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21657 additional_flags handling. Add underscore prefix for Cygwin.
21658 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21659 conditionalize symbol prefixing.
21660 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21661 additional_flags handling. Add underscore prefix for Cygwin.
21662
21663 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21664
21665 * gdb.base/bigcore.exp: Skip test on Cygwin.
21666
21667 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21668
21669 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21670 formats for "info register". Use gdb_test_multiple. Fix
21671 the "invalid register" test.
21672
21673 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
21674
21675 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21676 PID for Cygwin. Add Cygwin specific strings to check for in some
21677 tests.
21678 (do_attach_tests): Add a test for user interaction when attaching
21679 to a process with no matching symbol table already loaded.
21680
21681 2004-06-26 Andrew Cagney <cagney@gnu.org>
21682
21683 Test PR java/1567 and PR java/1565.
21684 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21685 * gdb.java/jmisc2.exp: Delete file.
21686
21687 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21690
21691 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
21692
21693 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21694 attach process.
21695
21696 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21697
21698 * gdb.cp/pr-1553.exp: Remove.
21699
21700 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21701
21702 * gdb.cp/pr-1553.cc: Remove.
21703 * gdb.cp/pr-1553.exp: Disable this test.
21704
21705 2004-06-20 Jim Blandy <jimb@redhat.com>
21706
21707 Fix PR testsuite/1680.
21708 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21709 regular expressions.
21710
21711 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 Fix PR testsuite/1679.
21714 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21715 Issue an UNSUPPORTED result instead.
21716
21717 2004-06-18 Jim Blandy <jimb@redhat.com>
21718
21719 * gdb.base/charset.exp: Only send a control-C if we see a new
21720 prompt and incomplete command.
21721
21722 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21723
21724 * gdb.cp/pr-574.cc: Add copyright notice.
21725
21726 2004-06-17 Jim Blandy <jimb@redhat.com>
21727
21728 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21729 cases where the regexp has no groups; this grabs random text from
21730 the previous test suite, whatever that was.
21731
21732 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21733
21734 * gdb.cp/printmethod.cc: Add copyright notice.
21735
21736 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21737
21738 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21739
21740 2004-06-16 Andrew Cagney <cagney@gnu.org>
21741
21742 * gdb.base/signull.c: Update copyright. Include <string.h>.
21743 (bowler): Replace data_pointer with data_read
21744 and data_write cases. Add code_descriptor case.
21745 (zero, desc): New array and pointer.
21746 (data, code): Change to simple pointers.
21747 * gdb.base/signull.exp: Fix probe pattern matching a function
21748 descriptor SIGSEGV. Replace data_pointer with data_read and
21749 data_write tests.
21750
21751 2004-06-16 Andrew Cagney <cagney@gnu.org>
21752
21753 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21754
21755 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21756
21757 * gdb.base/long_long.c: Add copyright notice.
21758
21759 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21760
21761 * gdb.base/long_long.exp: Remove reference to
21762 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21763 to gdb_breakpoint and gdb_continue_to_breakpoint.
21764
21765 2004-06-14 Jim Blandy <jimb@redhat.com>
21766
21767 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21768 endian case.
21769
21770 2004-06-14 Andrew Cagney <cagney@gnu.org>
21771
21772 * gdb.base/gcore.exp (capture_command_output): Delete the always
21773 passing tests containing inferior values.
21774 * gdb.base/ending-run.exp: Do not include the breakpoint address
21775 in the test message. Update copyright.
21776 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21777 size in the test name, use gdb_test_multiple. Update copyright.
21778
21779 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21780
21781 * gdb.cp/ref-types.cc: Add copyright notice.
21782
21783 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21784
21785 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21786 hp_aCC_compiler.
21787 * lib/compiler.cc: Likewise.
21788 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21789 'set' commands. Log diagnostics for other lines. Set
21790 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21791
21792 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21793
21794 * gdb.cp/try_catch.cc: Add copyright notice.
21795
21796 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21797
21798 * gdb.cp/userdef.cc: Add copyright notice.
21799
21800 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21801
21802 * gdb.cp/virtfunc.cc: Add copyright notice.
21803
21804 2004-06-11 Randolph Chung <tausq@debian.org>
21805
21806 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21807 problem.
21808
21809 2004-06-10 Andrew Cagney <cagney@gnu.org>
21810
21811 * lib/compiler.cc, lib/compiler.c: Append either
21812 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21813 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21814 instead of gcc-3-3.
21815
21816 2004-06-09 Andrew Cagney <cagney@gnu.org>
21817
21818 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21819 gdb/1455, bug is specific to "long long" and "double".
21820
21821 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21822 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21823 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21824 fixed.
21825
21826 2004-06-09 Andrew Cagney <cagney@gnu.org>
21827
21828 * gdb.base/structs.exp (test_struct_returns): Replace
21829 "return_value_unknown" and "finish_value_unknown" by
21830 "return_value_known" and "finish_value_known". Instead of
21831 "return_value_unknown" iff "finish_value_unknown", check
21832 "return_value_known" implies "finish_value_known".
21833
21834 2004-06-08 Martin Hunt <hunt@redhat.com>
21835
21836 * gdb.base/float.exp: Add pattern for mips targets.
21837
21838 2004-06-08 Randolph Chung <tausq@debian.org>
21839
21840 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21841 message for unknown architectures more clear.
21842
21843 2004-06-08 Joel Brobecker <brobecker@gnat.com>
21844
21845 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21846 start the execution of the program.
21847
21848 2004-06-07 Jim Blandy <jimb@redhat.com>
21849
21850 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21851 * gdb.arch/i386-cpuid.h: New helper file.
21852
21853 2004-06-07 Randolph Chung <tausq@debian.org>
21854
21855 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21856 has started.
21857
21858 2004-06-04 Roland McGrath <roland@redhat.com>
21859
21860 Fix PR gdb/1647.
21861 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21862 differently to be robust to output buffering differences.
21863
21864 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21865
21866 * gdb.threads/pthreads.exp: Update copyright years.
21867 (check_control_c): Change asynchronous 'after' to synchronous.
21868
21869 2004-06-04 Roland McGrath <roland@redhat.com>
21870
21871 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21872 next gdb prompt.
21873
21874 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21875
21876 Fix PR gdb/1636.
21877 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21878 calls to synchronous.
21879
21880 2004-05-26 Jim Blandy <jimb@redhat.com>
21881
21882 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21883
21884 2004-05-24 Randolph Chung <tausq@debian.org>
21885
21886 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21887 * gdb.asm/pa.inc: New file.
21888
21889 2004-05-22 Mark Kettenis <kettenis@gnu.org>
21890
21891 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21892
21893 2004-05-21 Joel Brobecker <brobecker@gnat.com>
21894 Daniel Jacobowitz <drow@mvista.com>
21895
21896 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21897 GDB prompt.
21898
21899 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21900
21901 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
21902 setjmp/longjmp. Use sigaction instead of signal.
21903
21904 2004-05-19 J. Brobecker <brobecker@gnat.com>
21905 Michael Snyder <msnyder@redhat.com>
21906
21907 * gdb.threads/pthread_cond_wait.c: New file.
21908 * gdb.threads/pthread_cond_wait.exp: New testcase.
21909
21910 2004-05-13 Andrew Cagney <cagney@redhat.com>
21911
21912 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21913 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21914
21915 2004-05-11 Andrew Cagney <cagney@redhat.com>
21916
21917 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21918 fixed but revealed gdb/1639.
21919
21920 2004-05-10 Andrew Cagney <cagney@redhat.com>
21921
21922 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21923 func1" and "next to 2nd alarm", kernel bug avoided.
21924
21925 2004-05-10 Daniel Jacobowitz <dan@debian.org>
21926
21927 PR external/1568
21928 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21929 XFAIL if it is smaller than bytes_allocated.
21930 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21931 (main): Make chunks_allocated unsigned. Correct comment.
21932
21933 2004-05-07 Joel Brobecker <brobecker@gnat.com>
21934
21935 * gdb.arch/powerpc-aix-prologue.c: New file.
21936 * gdb.arch/powerpc-aix-prologue.exp: New file.
21937
21938 2004-05-07 Jim Blandy <jimb@redhat.com>
21939
21940 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21941 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21942
21943 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21944
21945 * gdb.base/sep.exp: No longer setup_kfail when the program was
21946 built with dwarf2.
21947
21948 2004-05-05 Jim Ingham <jingham@apple.com>
21949
21950 * gdb.base/pending.exp: Make sure pending breakpoints
21951 preserve the ignore count.
21952
21953 2004-04-27 Jerome Guitton <guitton@gnat.com>
21954
21955 * i386-prologue.exp: Add testcase for jump instruction as first
21956 instruction of the real code.
21957 * i386-prologue.c (jump_at_beginning): New function.
21958
21959 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21960
21961 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21962 x86_64-*-*.
21963
21964 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21965
21966 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21967 i*86-*-*.
21968
21969 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21970
21971 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21972 expression that checks the return type.
21973
21974 2004-04-23 Andrew Cagney <cagney@redhat.com>
21975
21976 * gdb.base/call-sc.exp: New test of scalar call/return values.
21977 * gdb.base/call-sc.c: Ditto.
21978
21979 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21980
21981 * gdb.threads/manythreads.c: Reduce thread stack size.
21982
21983 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21984
21985 * gdb.threads/manythreads.c: Add copyright notice.
21986
21987 2004-04-23 Andrew Cagney <cagney@redhat.com>
21988
21989 * gdb.base/siginfo.exp: Better handle step out of signal.
21990 * gdb.base/sigstep.exp: Ditto.
21991
21992 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21993 Daniel Jacobowitz <drow@mvista.com>
21994
21995 * gdb.threads/manythreads.c: New testcase.
21996 * gdb.threads/manythreads.exp: Ditto.
21997
21998 2004-04-22 Jim Blandy <jimb@redhat.com>
21999
22000 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22001 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22002
22003 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22006
22007 2004-04-21 Andrew Cagney <cagney@redhat.com>
22008
22009 * gdb.base/sigstep.c: New file.
22010 * gdb.base/sigstep.exp: New file.
22011
22012 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22013
22014 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22015 call to observer_notify_normal_stop.
22016
22017 2004-04-15 Andrew Cagney <cagney@redhat.com>
22018
22019 * gdb.base/siginfo.c: New file.
22020 * gdb.base/siginfo.exp: New file.
22021
22022 2004-04-12 J. Brobecker <brobecker@gnat.com>
22023
22024 * gdb.base/sep.exp: Fix typo in comment.
22025
22026 2004-04-12 J. Brobecker <brobecker@gnat.com>
22027
22028 * gdb.base/sep.c: New file.
22029 * gdb.base/sep-proc.c: New file.
22030 * gdb.base/sep.exp: New testcase.
22031
22032 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22033
22034 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22035 support.
22036
22037 2004-04-05 Andrew Cagney <cagney@redhat.com>
22038
22039 * gdb.base/sigaltstack.c: New file.
22040 * gdb.base/sigaltstack.exp: New file.
22041
22042 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22043
22044 * gdb.base/foll-fork.exp: Update the expected output for
22045 "help set follow-fork-mode", to match a change that was made
22046 to the help of this variable on 2004-01-13.
22047
22048 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22049
22050 * lib/ada.exp: Add copyright notice.
22051 * bar.ads: Likewise.
22052 * bar.adb: Likewise.
22053 * null_record.adb: Likewise.
22054 * null_record.exp: Likewise.
22055 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22056
22057 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22058
22059 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22060 * configure: Regenerate.
22061
22062 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22063
22064 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22065 to build the application. Remove the message printed when in
22066 verbose mode, redundant with the UNSUPPORTED message above.
22067
22068 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22069
22070 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22071 * gdb.ada (null_record.exp): New testcase.
22072
22073 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22074
22075 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22076
22077 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22078
22079 * gdb.ada: New subdirectory.
22080 * gdb.ada/Makefile.in: New file.
22081 * gdb.ada/gnat_ada.gpr.in: New file.
22082
22083 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22084
22085 * lib/ada.exp: New file.
22086
22087 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22088
22089 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22090 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22091
22092 2004-03-22 Andrew Cagney <cagney@redhat.com>
22093
22094 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22095 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22096 Problem identified by Ulrich Weigand.
22097
22098 2004-03-17 David Carlton <carlton@kealia.com>
22099
22100 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22101 PR c++/826.
22102
22103 2004-03-16 Roland McGrath <roland@redhat.com>
22104
22105 * gdb.base/auxv.exp: New file.
22106 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22107
22108 2004-03-12 David Carlton <carlton@kealia.com>
22109
22110 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22111 * gdb.cp/pr-1553.cc: Ditto.
22112 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22113 pass branch.
22114
22115 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22116
22117 * gdb.cp/templates.exp: Accept more template types.
22118
22119 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22120
22121 From Corinna Vinschen with modifications.
22122 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22123 local variable obj_with_enum.
22124 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22125 results with obj_with_enum.
22126
22127 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22128
22129 * gdb.cp/classes.cc: New file, copied from misc.cc.
22130 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22131
22132 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22133
22134 * gdb.cp/misc.cc: Add copyright notice.
22135
22136 2004-03-05 David Carlton <carlton@kealia.com>
22137
22138 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22139 * gdb.cp/rtti.h: Update copyright.
22140 (namespace n2::n3): New.
22141 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22142 (n2::n3::func3): New.
22143 (main): Call n2::n3::func3.
22144 * gdb.cp/rtti2.cc: Update copyright.
22145 (n2::create3): New.
22146
22147 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22148
22149 * gdb.asm/openbsd.inc: Fix typo.
22150
22151 2004-03-03 Fred Fish <fnf@redhat.com>
22152
22153 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22154 "val" instead of unused "size". Update copyright year.
22155
22156 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22157
22158 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22159 to use unsigned char.
22160 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22161 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22162
22163 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22164
22165 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22166 line of output.
22167
22168 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22169
22170 * gdb.base/relocate.c (dummy): Initialize.
22171
22172 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22173
22174 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22175 a breakpoint at exit.
22176
22177 2004-02-27 Fred Fish <fnf@redhat.com>
22178
22179 * gdb.base/chng-syms.exp: Add expect condition to match failing
22180 case that isn't a timeout.
22181
22182 2004-02-27 Andrew Cagney <cagney@redhat.com>
22183
22184 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22185 support.
22186
22187 2004-02-26 Fred Fish <fnf@redhat.com>
22188
22189 * gdb.arch/gdb1431.c: Remove.
22190 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22191 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22192 of "until" incorrectly.
22193
22194 2004-02-26 J. Brobecker <brobecker@gnat.com>
22195
22196 * gdb.cp/class2.cc (empty): New class.
22197 (refer): New function.
22198 (main): Declare an object of type empty and use it.
22199 * gdb.cp/class2.exp: Print the value of an object of type empty.
22200
22201 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22202
22203 * gdb.base/langs.exp: Update query string to match the
22204 new nquery format used for pending breakpoints.
22205
22206 2004-02-26 Andrew Cagney <cagney@redhat.com>
22207
22208 Fix PR i18n/1570.
22209 * gdb.base/charset.c: Update copyright notice.
22210 (main, init_string): Remove the escape character '\e' tests.
22211 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22212 * gdb.base/charset.exp (valid_host_charset): Ditto.
22213 * gdb.base/setvar.exp: Ditto.
22214
22215 2004-02-24 Andrew Cagney <cagney@redhat.com>
22216
22217 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22218 mmapped data in core file" PASS and FAIL messages consistent.
22219
22220 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22221 setting a breakpoint. Work around PR java/1565.
22222
22223 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22224
22225 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22226 new nquery format.
22227 * gdb.base/pending.exp: Ditto.
22228
22229 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22230
22231 * configure.in: Run stabs tests on *BSD.
22232 * configure: Regenerated.
22233
22234 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22235
22236 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22237
22238 2004-02-20 Fred Fish <fnf@redhat.com>
22239
22240 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22241 blank in test for "returns short", for consistency with other
22242 "returns xxx" tests. Update copyright year.
22243
22244 2004-02-19 Fred Fish <fnf@redhat.com>
22245
22246 New testcase for PR breakpoint/1558.
22247 * gdb.arch/gdb1558.exp: New file.
22248 * gdb.arch/gdb1558.c: New file.
22249
22250 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22251
22252 * gdb.base/nodebug.exp: Fix typo.
22253
22254 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22255
22256 Committed by Jim Blandy <jimb@redhat.com>.
22257
22258 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22259
22260 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22261
22262 * gdb.base/float.exp: Support s390*-*-* targets.
22263
22264 2004-02-17 Adam Fedor <fedor@gnu.org>
22265
22266 * gdb.base/gdb1555.exp: New file.
22267 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22268
22269 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22270
22271 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22272
22273 2004-02-16 Fred Fish <fnf@redhat.com>
22274
22275 * gdb.arch/gdb1291.c: Remove
22276 * gdb.arch/gdb1291.s: New test input file.
22277 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22278 fail. Test for correct result, known incorrect result, other
22279 failures and timeouts.
22280
22281 2004-02-16 Andrew Cagney <cagney@redhat.com>
22282
22283 * gdb.base/bigcore.exp: New file.
22284 * gdb.base/bigcore.c: New file.
22285
22286 2004-02-13 Andrew Cagney <cagney@redhat.com>
22287
22288 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22289 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22290 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22291 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22292 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22293 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22294 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22295 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22296 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22297 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22298
22299 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22300
22301 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22302 executed is an alloc instruction.
22303
22304 2004-02-11 David Carlton <carlton@kealia.com>
22305
22306 * gdb.cp/breakpoint.exp: New.
22307 * gdb.cp/breakpoint.cc: New.
22308
22309 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22310
22311 Partial fix for PR gdb/1543.
22312 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22313 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22314 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22315 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22316 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22317 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22318 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22319 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22320 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22321 to bug-gdb@prep.ai.mit.edu .
22322 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22323 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22324 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22325 Likewise.
22326
22327 2004-02-10 Andrew Cagney <cagney@redhat.com>
22328
22329 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22330 using gdb_internal_error_resync.
22331
22332 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
22333
22334 * gdb.threads/thread-specific.exp: Stop early if no threads are
22335 found.
22336
22337 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22338
22339 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22340
22341 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
22342
22343 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22344 breakpoints.
22345
22346 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
22347
22348 * config/sim.exp (gdb_load): Handle $arg == "".
22349 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22350 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22351
22352 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
22353
22354 * gdb.base/maint.exp: Update test to reflect
22355 obstack changes.
22356
22357 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22358
22359 * gdb.base/pendshr.c (pendfunc): New function that calls
22360 pendfunc1.
22361 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22362
22363 2004-02-04 Fred Fish <fnf@redhat.com>
22364
22365 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22366 function symbols and update copyright years.
22367 * gdb.arch/gdb1291.c: Ditto.
22368
22369 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22370
22371 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22372
22373 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22374
22375 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22376
22377 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22378
22379 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22380
22381 2004-02-02 Fred Fish <fnf@redhat.com>
22382
22383 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22384 remote targets. Update copyright years.
22385
22386 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22387
22388 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22389 support.
22390 * gdb.base/langs.exp: Fix test which attempts to create
22391 breakpoint on non-existent function to handle new pending
22392 support.
22393 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22394 a breakpoint.
22395 * gdb.base/pending.exp: New test.
22396 * gdb.base/pending.c: New file.
22397 * gdb.base/pendshr.c: Ditto.
22398
22399 2004-02-02 David Carlton <carlton@kealia.com>
22400
22401 * gdb.cp/overload.exp: Add overloadNamespace tests.
22402 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22403 (overloadNamespace, XXX): New.
22404 (main): Call XXX::marker2.
22405
22406 2004-02-01 Fred Fish <fnf@redhat.com>
22407
22408 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22409 * gdb.base/finish.exp: Ditto.
22410 * gdb.base/gcore.exp: Ditto.
22411 * gdb.base/huge.exp: Ditto.
22412 * gdb.base/info-proc.exp: Ditto.
22413 * gdb.base/return2.exp: Ditto.
22414 * gdb.threads/gcore-thread.exp: Ditto.
22415
22416 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22417
22418 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22419
22420 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22421
22422 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22423 that opening the file succeeds on OpenBSD.
22424
22425 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22426
22427 * gdb.threads/thread-specific.c: New file.
22428 * gdb.threads/threads-specific.exp: New test script.
22429 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22430 to expect_out.
22431
22432 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22433
22434 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22435 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22436 only on the "print_small_structs from print_long_arg_list" test.
22437
22438 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22439
22440 * gdb.base/completion.exp: Kill a stray backslash.
22441
22442 From Jim Ingham <jingham@apple.com>:
22443 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22444 agrees with the result from sending a tab.
22445
22446 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
22447
22448 * gdb.base/chng-syms.exp: Remove stray newline.
22449
22450 2004-01-31 Mark Kettenis <kettenis@gnu.org>
22451
22452 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22453 *-*-openbsd*.
22454 * gdb.asm/openbsd.inc: New file.
22455
22456 2004-01-30 Mark Kettenis <kettenis@gnu.org>
22457
22458 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22459 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22460 *-*solaris2*. Remove commented out default settings for
22461 asm-flags. Replace gdb_compile with target_link.
22462
22463 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22464
22465 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22466 for all tests. Remove old hp-ux and cygnus xfail cases.
22467
22468 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22469
22470 * gdb.base/chng-syms.exp: New file.
22471 * gdb.base/chng-syms.c: New file.
22472
22473 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22474
22475 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22476 Provide arms for current output in all my configurations.
22477
22478 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22479
22480 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22481 * lib/compiler.cc: Likewise.
22482 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22483 get the right preprocessor. Eval the output directly. Remove
22484 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22485 hp_f77_compiler and hp_f90_compiler completely.
22486 (gdb_preprocess): Delete.
22487 (get_compiler): Delete.
22488
22489 2004-01-24 Mark Kettenis <kettenis@gnu.org>
22490
22491 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22492 <string.h>.
22493
22494 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
22495
22496 * gdb.mi/mi-stack.exp: Update copyright.
22497
22498 2004-01-23 David Carlton <carlton@kealia.com>
22499
22500 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22501 test for cp_lookup_transparent_type.
22502 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22503 call them.
22504
22505 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
22506
22507 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22508 after -var-update.
22509
22510 2004-01-23 David Carlton <carlton@kealia.com>
22511
22512 * gdb.cp/namespace.cc (C::ensureRefs): New.
22513 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22514
22515 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
22516
22517 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22518 case "-stack-list-locals 2".
22519 * gdb.mi/mi-var-child.exp: Test for case
22520 "-var-list-children --all-values NAME".
22521
22522 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22523
22524 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22525
22526 2004-01-18 Mark Kettenis <kettenis@gnu.org>
22527
22528 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22529 used with gdb_test_multiple.
22530
22531 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22532 read at address 0. This fixes PR testsuite/1504.
22533
22534 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
22535
22536 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22537 Remove downloading, guessing the host executable, the calls to
22538 gdb_file_cmd and gdb_target_cmd, and "load" support.
22539 (infer_host_exec): New function broken out from gdb_load.
22540 (gdb_load): New wrapper for gdbserver_gdb_load.
22541 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22542 gdb_target_cmd. Use -target-select.
22543 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22544 Download binaries to the host. Clear last_mi_remote_file when
22545 we load a new binary.
22546 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22547 call gdbserver_gdb_load and mi_gdb_target_cmd.
22548
22549 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22550
22551 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22552 type patterns.
22553
22554 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22555
22556 * gdb.cp/templates.exp: Fix typo in test name of
22557 "print Foo<volatile char*>::foo".
22558
22559 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22560
22561 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22562
22563 2004-01-16 Ben Elliston <bje@wasabisystems.com>
22564
22565 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22566 (clean mostlyclean): Remove empty rm.
22567
22568 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22569
22570 * gdb.base/setvar.exp: Add copyright years.
22571
22572 2004-01-14 David Carlton <carlton@bactrian.org>
22573
22574 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22575 PR c++/1511 and update coment.
22576 * gdb.cp/templates.exp: Update patterns to match current output.
22577 If changes involve something other than whitespace, KFAIL
22578 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22579
22580 2004-01-14 David Carlton <carlton@kealia.com>
22581
22582 * gdb.cp/namespace.exp: Add tests involving classes defined within
22583 namespaces.
22584 * gdb.cp/namespace.cc (C::CClass): New.
22585 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22586
22587 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
22588
22589 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22590 what debug info we have. Print a better message if something goes
22591 wrong while producing the separate debug info file.
22592
22593 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22594
22595 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22596
22597 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22598
22599 * gdb.base/callfuncs.c: Add copyright notice.
22600
22601 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22602
22603 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22604 inheritance. PR gdb/1498, PR gcc/13539.
22605
22606 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
22607
22608 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22609 test specific name.
22610 * gdb.mi/gdb669.exp: Ditto.
22611 * gdb.mi/mi-pthreads.exp: Ditto.
22612 * gdb.mi/mi1-pthreads.exp: Ditto.
22613 * gdb.mi/mi2-pthreads.exp: Ditto.
22614
22615 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22616
22617 * gdb.cp/member-ptr.cc: Add copyright notice.
22618
22619 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22620
22621 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22622 some patterns for recent versions of gcc and hpacc. Delete
22623 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22624 Delete tests that access a NULL pointer-to-member-data. This
22625 script is still disabled for gcc.
22626
22627 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22628
22629 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22630 escaped correctly.
22631
22632 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22633
22634 * gdb.base/sepdebug.exp: New file.
22635 * gdb.base/sepdebug.c: New file.
22636 * lib/gdb.exp (separate_debug_filename): New procedure.
22637 (gdb_gnu_strip_debug): New procedure.
22638
22639 2004-01-12 Andrew Cagney <cagney@redhat.com>
22640
22641 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22642 * gdb.mi/ChangeLog-1999-2003: New file.
22643
22644 2004-01-12 Andrew Cagney <cagney@redhat.com>
22645
22646 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22647 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22648 or EEXIST", treat EBUSY as an XFAIL.
22649
22650 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22651
22652 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22653 hp_cc_compiler.
22654
22655 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22656
22657 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22658 decorations.
22659
22660 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22661
22662 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22663 and "(aCC)" decorations. Remove obsolete doco about old
22664 test results.
22665
22666 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22667
22668 * gdb.cp/exception.exp: Fix typo in doco.
22669
22670 2004-01-09 Mark Kettenis <kettenis@gnu.org>
22671
22672 * gdb.base/gdb1476.exp: Fix typo.
22673
22674 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22675
22676 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22677 file.
22678
22679 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22680
22681 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22682 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22683 Use gdb_compile. Remove restriction on gcc. Add some patterns
22684 for recent version of gdb. Delete second half, which was a copy
22685 of the first half with different build flags. This test is
22686 still disabled because it is still not ready for production.
22687
22688 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22689
22690 * gdb.cp/exception.cc: Add copyright notice.
22691 * gdb.cp/exception.exp: Add a notice that this file is broken
22692 because of line number changes caused by addition of copyright
22693 notice.
22694
22695 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22696
22697 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22698 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22699
22700 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22701
22702 * gdb.cp/classes.exp: Accept gnu abi 2.
22703 * gdb.cp/derivation.exp: Likewise.
22704 * gdb.cp/overload.exp: Likewise.
22705 * gdb.cp/virtfunc.exp: Likewise.
22706
22707 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22708
22709 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22710 semicolon after end of function.
22711
22712 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22713
22714 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22715 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22716 boilerplate code for compiling and running the program under
22717 test. Add some string method tests.
22718
22719 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22720
22721 * gdb.cp/bs15503.cc: Add copyright notice.
22722 * gdb.cp/bs15503.exp: Adjust line number.
22723
22724 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22725
22726 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22727 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22728
22729 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22730
22731 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22732 hp_cc_compiler.
22733
22734 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22735
22736 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22737 * gdb.cp/ctti.exp: Use the marker instead of "next".
22738 With gcc, run further before bailing.
22739
22740 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22741
22742 * gdb.cp/cttiadd.cc: Add copyright notice.
22743 * gdb.cp/cttiadd1.cc: Likewise.
22744 * gdb.cp/cttiadd2.cc: Likewise.
22745 * gdb.cp/cttiadd3.cc: Likewise.
22746
22747 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22748
22749 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22750 Use gdb_test, gdb_test_multiple. Use floating-point values that
22751 have exact representations in IEEE-ish formats.
22752
22753 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22754
22755 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22756 compilers. Delete duplicate call to get_compiler_info.
22757 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22758 * gdb.base/volatile.exp: Likewise.
22759
22760 2004-01-07 Mark Kettenis <kettenis@gnu.org>
22761
22762 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22763 memory at address 0.
22764
22765 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22766
22767 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22768 to test for hp-ux assembler. Fix copyright years.
22769
22770 2004-01-07 Andrew Cagney <cagney@redhat.com>
22771
22772 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22773
22774 2004-01-07 Andrew Cagney <cagney@redhat.com>
22775
22776 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22777 when creating the read-only file. From analysis by Roland McGrath
22778 and Elena Zannoni.
22779
22780 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22781
22782 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22783
22784 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22785
22786 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22787 data pointers.
22788
22789 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22790
22791 * gdb.cp/m-static.exp: Compile one source file at a time.
22792 Delete unused call to get_compiler_info.
22793
22794 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22795
22796 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22797 * gdb.base/call-rt-st.exp: Likewise.
22798 * gdb.base/nodebug.exp: Likewise.
22799 * gdb.base/volatile.exp: Likewise.
22800 * gdb.cp/ref-types.exp: Likewise.
22801 * gdb.cp/templates.exp: Likewise.
22802
22803 2004-01-05 Mark Kettenis <kettenis@gnu.org>
22804
22805 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22806
22807 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22808
22809 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22810 hppa*-hp-hpux*.
22811
22812 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22813
22814 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22815 x86_64-*-*.
22816
22817 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22818 sparc64-*-* and sparc*-solaris2*.
22819
22820 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22821
22822 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22823 return ${tests}" test. The ${tests} already mentions the
22824 filename.
22825
22826 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22827
22828 * gdb.cp/local.exp: Accept gcc abi 2.
22829
22830 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22831
22832 * gdb.cp/templates.exp: Accept gcc abi 2.
22833
22834 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22835
22836 * lib/compiler.cc: Remove supports_template_debugging.
22837 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22838
22839 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22840
22841 * gdb.cp/namespace.exp: Accept gcc abi 2.
22842
22843 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22844
22845 * gdb.cp/method.exp: Accept gcc abi 2.
22846
22847 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22848
22849 * gdb.cp/classes.exp: Generate identical results as old version.
22850 * gdb.cp/derivation.exp: Likewise.
22851 * gdb.cp/overload.exp: Likewise.
22852 * gdb.cp/virtfunc.exp: Likewise.
22853
22854 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22855
22856 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22857 mysterious bug with sourceware version of expect.
22858
22859 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22860
22861 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22862 current versions of gcc, including gcc abi 2. Remove gratuitous
22863 restart of test program. Use gdb_test_multiple and gdb_test for
22864 all tests. Add patterns to xfail missing "const" in "const char *"
22865 and kfail PR gdb/1155.
22866
22867 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22868
22869 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22870 current versions of gcc, including gcc abi 2. Remove gratuitous
22871 restart of test program. Use gdb_test_multiple and gdb_test for
22872 all tests. Add patterns to kfail PR gdb/1498.
22873
22874 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22875
22876 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22877 current versions of gcc, including gcc abi 2. Use "breakpoint"
22878 and "continue" instead of restarting the target program. Use
22879 gdb_test_multiple and gdb_test for all tests.
22880
22881 2004-01-01 Mark Kettenis <kettenis@gnu.org>
22882
22883 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22884 for *-*-solaris2*.
22885
22886 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22887
22888 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22889 current versions of gcc, including gcc abi 2. Use "breakpoint"
22890 and "continue" instead of restarting the target program several
22891 times. Use gdb_test_multiple and gdb_test for all tests.
22892
22893 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22894
22895 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22896 source files.
22897
22898 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22899
22900 * gdb.base/environ.exp: Handle compiling test case from multiple
22901 source files.
22902
22903 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22904
22905 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22906
22907 2003-12-17 Jim Blandy <jimb@redhat.com>
22908
22909 * gdb.base/freebpcmd.c: Add copyright notice.
22910
22911 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22912
22913 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22914
22915 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22916
22917 2003-12-13 Jim Blandy <jimb@redhat.com>
22918
22919 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22920
22921 2003-12-12 Kevin Buettner <kevinb@redhat.com>
22922
22923 * gdb.asm/frv.inc: New file.
22924 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22925
22926 2003-12-09 Fred Fish <fnf@redhat.com>
22927
22928 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22929 functions to break1.c and leave prototypes behind. Add more
22930 "set breakpoint NN here" comments.
22931 * gdb.base/break1.c: New file.
22932
22933 * gdb.base/break.exp: Handle compiling test case from multiple
22934 source files and change source file references as needed.
22935 * gdb.base/completion.exp: Ditto.
22936 * gdb.base/condbreak.exp: Ditto.
22937 * gdb.base/define.exp: Ditto.
22938 * gdb.base/ena-dis-br.exp: Ditto.
22939 * gdb.base/info-proc.exp: Ditto.
22940 * gdb.base/maint.exp: Ditto.
22941 * gdb.base/until.exp: Ditto.
22942
22943 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22944 hardcoded line numbers.
22945 * gdb.base/define.exp: Ditto.
22946 * gdb.base/ena-dis-br.exp: Ditto.
22947 * gdb.base/maint.exp: Ditto.
22948 * gdb.base/until.exp: Ditto.
22949
22950 * gdb.base/completion.exp: Use "break1" for completion tests since
22951 "break" is no longer a unique prefix.
22952
22953 2003-12-06 Andrew Cagney <cagney@redhat.com>
22954
22955 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22956 "return_value_unimplemented". When an unimplemented struct return
22957 architecture, report incorrect values as a KFAIL
22958
22959 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22960
22961 * gdb.cp/rtti.exp: Accept new wording of warning from
22962 cp_lookup_rtti_type.
22963
22964 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22965
22966 Partial fix for PR testsuite/1456.
22967 * gdb.base/scope.exp (test_at_main): Replace references to
22968 gcc_compiled with calls to test_compiler_info.
22969 (test_at_foo): Likewise.
22970 (test_at_bar): Likewise.
22971
22972 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22973
22974 Partial fix for PR testsuite/1456.
22975 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22976 to test_compiler_info.
22977
22978 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22979
22980 * gdb.base/so-impl-ld.exp: Update copyright notice.
22981
22982 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22983
22984 Partial fix for PR testsuite/1456.
22985 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22986 to test_compiler_info.
22987
22988 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22989
22990 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22991 from current versions of gdb. Clean up regular expressions.
22992 Delete redundant timeout case.
22993
22994 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22995
22996 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22997 from current versions of gdb. Clean up regular expressions.
22998 Delete redundant timeout case.
22999
23000 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23001
23002 Partial fix for PR testsuite/1456.
23003 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23004 gcc_compiled with call to test_compiler_info.
23005
23006 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23007
23008 Partial fix for PR testsuite/1456.
23009 * gdb.base/list.exp (test_list_function): Delete unused declaration
23010 of gcc_compiled.
23011
23012 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23013
23014 Partial fix for PR testsuite/1456.
23015 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23016 call to test_compiler_info.
23017
23018 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23019
23020 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23021 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23022 it to create the appropriate note.inc.
23023 * gdb.asm/asmsrc1.s: Include "note.inc".
23024 * gdb.asm/netbsd.inc: New file.
23025 * gdb.asm/empty.inc: New file.
23026
23027 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23028
23029 Partial fix for PR testsuite/1456.
23030 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23031 calls to test_compiler_info.
23032
23033 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23034
23035 Partial fix for PR testsuite/1456.
23036 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23037 calls to test_compiler_info.
23038
23039 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23040
23041 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23042 pattern for the KFAILs.
23043
23044 2003-11-25 Adam Fedor <fedor@gnu.org>
23045
23046 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23047 * gdb.objc/objcdecode.m: New file.
23048
23049 2003-11-25 Adam Fedor <fedor@gnu.org>
23050
23051 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23052 * gdb.objc/nondebug.m: New file.
23053
23054 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23055
23056 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23057 NetBSD as it does on FreeBSD. Modelled on a similar change by
23058 Mark Kettenis on 2003-05-30.
23059 (link-flags): Set to "--entry _start" regardless of target.
23060 Special linker flags are to be appended to $link-flags.
23061 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23062
23063 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23064
23065 * gdb.cp/method.exp: Accept output of new demangler.
23066
23067 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23068
23069 * gdb/class2.exp: New file.
23070 * gdb/class2.cc: New file.
23071
23072 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23073
23074 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23075 of new demangler.
23076
23077 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23078
23079 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23080 of gdb_test "run".
23081
23082 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23083
23084 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23085 "continue" into "run".
23086
23087 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23088
23089 Partial fix for PR testsuite/1456.
23090 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23091 call to test_compiler_info.
23092 * gdb.cp/ctti.exp: Likewise.
23093 * gdb.cp/derivation.exp: Likewise.
23094 * gdb.cp/member-ptr.exp: Likewise.
23095 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23096 reference to gcc_compiled.
23097
23098 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23099
23100 Fix PR testsuite/1463.
23101 * gdb.base/structs.exp (start_structs_test): Call
23102 get_debug_format before using the debug format.
23103
23104 2003-11-22 Andrew Cagney <cagney@redhat.com>
23105
23106 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23107 * gdb.base/structs.exp: Use gdb_test_multiple.
23108
23109 2003-11-20 Andrew Cagney <cagney@redhat.com>
23110
23111 * gdb.base/structs.exp: Handle and recover from internal errors.
23112 Replace "foo${n}" with "foo<n>" in test messages.
23113
23114 * gdb.base/structs.exp: Update copyright. Rewrite.
23115 * gdb.base/structs.c: Update copyright. Rewrite.
23116
23117 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23118 resync count exceeded.
23119
23120 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23121 from the internal error.
23122 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23123 Original from Jim Blandy.
23124 (gdb_test_multiple): Use gdb_internal_error_resync.
23125
23126 2003-11-19 Andrew Cagney <cagney@redhat.com>
23127
23128 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23129 KFAIL.
23130
23131 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23132
23133 New testcase for PR backtrace/1435.
23134 * gdb.arch/i386-unwind.exp: New file.
23135 * gdb.arch/i386-unwind.c: New file.
23136
23137 2003-11-17 Andrew Cagney <cagney@redhat.com>
23138
23139 * lib/gdb.exp (compiler_info): New global.
23140 (test_compiler_info): New function.
23141 (get_compiler_info): Set compiler_info.
23142 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23143 "compiler_info" to gcc-<major>-<minor>.
23144
23145 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23146
23147 * gdb.trace/configure: Remove.
23148
23149 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23150
23151 * gdb.base/break.c: Add comments to aid finding line numbers for
23152 breakpoints.
23153 * gdb.base/break.exp: Remove all references to explicit line
23154 numbers.
23155
23156 2003-11-11 Nick Clifton <nickc@redhat.com>
23157
23158 * gdb.base/shreloc.exp: Do not run for targets which do not
23159 support shared objects.
23160
23161 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23162
23163 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23164 Don't run tests if nofileio flag is given.
23165
23166 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23167
23168 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23169 as well as 'Watchpoint'.
23170
23171 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23172
23173 Reported by Jim Ingham <jingham@apple.com>:
23174 * gdb.base/annota1.exp: Match at least one occurrence of the
23175 signal handler annotation.
23176
23177 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23178
23179 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23180 as well as 'Watchpoint'.
23181
23182 2003-11-05 Michael Chastain <mec@shout.net>
23183
23184 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23185
23186 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23187
23188 * gdb.arch/gdb1291.c: New test file.
23189 * gdb.arch/gdb1291.exp: New test script.
23190 * gdb.arch/gdb1431.c: New test file.
23191 * gdb.arch/gdb1431.exp: New test script.
23192
23193 2003-10-22 Michael Chastain <mec@shout.net>
23194
23195 * gdb.mi/pthreads.c: Add copyright notice.
23196
23197 2003-10-22 Michael Chastain <mec@shout.net>
23198
23199 * gdb.threads/pthreads.c: Add copyright notice.
23200
23201 2003-10-20 Michael Chastain <mec@shout.net>
23202
23203 * gdb.base/gdb1056.exp: New test script.
23204
23205 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23206
23207 * gdb.threads/killed.exp: Use gdb_run_cmd.
23208
23209 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23210
23211 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23212 create a core file.
23213 * gdb.threads/gcore-thread.exp: Likewise.
23214
23215 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23216
23217 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23218 type, based on char type.
23219 (struct bit_flags_short_t): New bitfield type, based on short type.
23220 (init_bit_flags_char): New fuction.
23221 (init_bit_flags_short): Ditto.
23222 (print_bit_flags_char): Ditto.
23223 (print_bit_flags_short): Ditto.
23224 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23225
23226 2003-10-11 Michael Chastain <mec@shout.net>
23227
23228 * gdb.base/call-rt-st.exp: Update copyright year.
23229
23230 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23231
23232 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23233 * gdb.disasm/sh3.s: Ditto.
23234
23235 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23236
23237 * gdb.threads/switch-threads.exp: New test.
23238 * gdb.threads/switch-threads.c: New source file.
23239
23240 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23241
23242 * gdb.base/ending-run.exp: Add sh specific case.
23243
23244 2003-10-06 Andrew Cagney <cagney@redhat.com>
23245
23246 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23247 * gdb.disasm/mn10200.exp: Delete obsolete file.
23248
23249 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23250
23251 * ChangeLog: Correct an entry command.exp -> commands.exp.
23252 * gdb.base/commands.exp (bp_deleted_in_command_test)
23253 (temporary_breakpoint_commands): Check noargs.
23254
23255 2003-09-25 David Carlton <carlton@kealia.com>
23256
23257 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23258 of some print tests, where appropriate. Add tests for C::D::cd,
23259 E::ce, F::cXfX, G::XgX.
23260 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23261
23262 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23263
23264 * lib/java.exp (java_init): Import target_alias before using it.
23265
23266 2003-09-25 David Carlton <carlton@kealia.com>
23267
23268 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23269
23270 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23271
23272 * gdb.base/selftest.exp: Accomodate more instruction reordering
23273 weirdness.
23274
23275 2003-09-17 Michael Chastain <mec@shout.net>
23276
23277 * gdb.cp/gdb1355.exp: New file.
23278 * gdb.cp/gdb1355.c: New file.
23279
23280 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23281
23282 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23283 * gdb.asm/sh.inc: New file.
23284
23285 2003-09-11 David Carlton <carlton@kealia.com>
23286
23287 * gdb.cp/namespace.exp: Add tests for namespace types.
23288 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23289 (test_namespace): New.
23290
23291 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
23292
23293 * gdb.base/relocate.exp: Handle new gdb output at startup.
23294 * gdb.stabs/weird.exp: Ditto.
23295
23296 2003-09-08 Michael Chastain <mec@shout.net>
23297
23298 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23299
23300 2003-09-07 Michael Chastain <mec@shout.net>
23301
23302 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23303 'parse error'.
23304
23305 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23306
23307 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23308
23309 2003-08-30 Michael Chastain <mec@shout.net>
23310
23311 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23312 * gdb.gdb/observer.exp: Ditto.
23313 * gdb.gdb/xfullpath.exp: Ditto.
23314
23315 2003-08-29 Mark Kettenis <kettenis@gnu.org>
23316
23317 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23318 *-*-*bsd*.
23319
23320 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23321
23322 * gdb.base/dump.exp: Skip for ia64.
23323
23324 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23325
23326 * gdb.asm/asm-source.exp: Add ia64 support.
23327 * gdb.asm/ia64.inc: New file.
23328
23329 2003-08-22 Michael Chastain <mec@shout.net>
23330
23331 * gdb.cp: New directory.
23332 * gdb.cp/*: Copy from gdb.c++/*.
23333 * gdb.c++/*: Remove.
23334 * Makefile.in: Change gdb.c++ to gdb.cp.
23335 * configure.in: Ditto.
23336 * configure: Regnerate.
23337
23338 2003-08-18 Mark Kettenis <kettenis@gnu.org>
23339
23340 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23341 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23342
23343 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23344
23345 * mi-var-display.exp (-var-list-children weird): Accept function
23346 pointers with argument types.
23347 * mi1-var-display.exp (-var-list-children weird): Likewise.
23348 * mi2-var-display.exp (-var-list-children weird): Likewise.
23349
23350 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23351
23352 * gdb.base/annota3.exp: Add missing newline.
23353
23354 2003-08-06 Michael Chastain <mec@shout.net>
23355
23356 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23357
23358 2003-08-12 Michael Snyder <msnyder@redhat.com>
23359
23360 * gdb.base/float.exp: Add test for SH.
23361
23362 2003-08-10 Mark Kettenis <kettenis@gnu.org>
23363
23364 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23365
23366 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23367
23368 * gdb.base/completion.exp: Remove reduntant completion test
23369 on filename.
23370
23371 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23372
23373 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23374 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23375 gdb.trace/save-trace.exp: Make sure that full pathnames are
23376 escaped correctly.
23377
23378 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23379
23380 * configure.in: Don't generate config.h from config.hin.
23381 * configure: Regenerate.
23382 * config.hin: Remove file.
23383 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23384 * gdb.threads/pthreads.c: Ditto.
23385
23386 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
23387
23388 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23389 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23390 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23391 Replace ld24 with seth/add3.
23392
23393 2003-08-02 Andrew Cagney <cagney@redhat.com>
23394
23395 * gdb.base/annota3.exp: New file.
23396 * gdb.base/annota3.c: New file.
23397 * gdb.c++/annota3.exp: New file.
23398 * gdb.c++/annota3.cc: New file.
23399
23400 2003-07-29 Michael Chastain <mec@shout.net>
23401
23402 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23403 actually failed.
23404 (do_pass): Likewise.
23405 * gdb.threads/tls.exp: Always initialize no_of_threads.
23406
23407 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
23408
23409 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23410 pattern.
23411 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23412 * gdb.threads/tls.exp: Recognize one case of the host library not
23413 supporting TLS.
23414
23415 2003-07-27 Andrew Cagney <cagney@redhat.com>
23416
23417 * gdb.base/fileio.exp: Use SH when running commands using
23418 remote_exec.
23419
23420 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
23421
23422 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23423 * gdb.base/relocate.c (dummy): New padding array.
23424
23425 2003-07-22 Michael Snyder <msnyder@redhat.com>
23426
23427 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23428
23429 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23430 patterns to be more general, accepting old and new output.
23431 Some output chars (such as '+') also must be quoted.
23432 Some addresses are displayed numerically instead of
23433 symbolically.
23434
23435 2003-07-23 Michael Snyder <msnyder@redhat.com>
23436
23437 * gdb.base/return2.exp: Don't test long-long return.
23438
23439 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23440 * gdb.disasm/t01_mov.exp: Ditto.
23441 * gdb.disasm/t02_mova.s: Ditto.
23442 * gdb.disasm/t02_mova.exp: Ditto.
23443 * gdb.disasm/t03_add.s: Ditto.
23444 * gdb.disasm/t03_add.exp: Ditto.
23445 * gdb.disasm/t04_sub.s: Ditto.
23446 * gdb.disasm/t04_sub.exp: Ditto.
23447 * gdb.disasm/t05_cmp.s: Ditto.
23448 * gdb.disasm/t05_cmp.exp: Ditto.
23449 * gdb.disasm/t06_ari2.s: Ditto.
23450 * gdb.disasm/t06_ari2.exp: Ditto.
23451 * gdb.disasm/t07_ari3.s: Ditto.
23452 * gdb.disasm/t07_ari3.exp: Ditto.
23453 * gdb.disasm/t08_or.s: Ditto.
23454 * gdb.disasm/t08_or.exp: Ditto.
23455 * gdb.disasm/t09_xor.s: Ditto.
23456 * gdb.disasm/t09_xor.exp: Ditto.
23457 * gdb.disasm/t10_and.s: Ditto.
23458 * gdb.disasm/t10_and.exp: Ditto.
23459 * gdb.disasm/t11_logs.s: Ditto.
23460 * gdb.disasm/t11_logs.exp: Ditto.
23461 * gdb.disasm/t12_bit.s: Ditto.
23462 * gdb.disasm/t12_bit.exp: Ditto.
23463 * gdb.disasm/t13_otr.s: Ditto.
23464 * gdb.disasm/t13_otr.exp: Ditto.
23465
23466 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23467
23468 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23469
23470 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23471
23472 * gdb.threads/tls.c : New file.
23473 * gdb.threads/tls.exp : New file.
23474 * gdb.threads/tls-main.c : New file.
23475 * gdb.threads/tls-shared.c : New file.
23476 * gdb.threads/tls-shared.exp : New file.
23477
23478 2003-07-22 Andreas Schwab <schwab@suse.de>
23479
23480 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23481
23482 2003-07-20 Andreas Schwab <schwab@suse.de>
23483
23484 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23485 due to insn reordering.
23486
23487 2003-07-15 Andrew Cagney <cagney@redhat.com>
23488
23489 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23490
23491 2003-07-15 Michael Chastain <mec@shout.net>
23492
23493 * gdb.base/gdb1250.exp: New file.
23494 * gdb.base/gdb1250.c: New file.
23495
23496 2003-07-09 Michal Ludvig <mludvig@suse.cz>
23497
23498 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23499 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23500
23501 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23502
23503 * gdb.threads/tls.c: New file.
23504 * gdb.threads/tls.exp: New file.
23505 * gdb.threads/tls-main.c: New file.
23506 * gdb.threads/tls-shared.c: New file.
23507 * gdb.threads/tls-shared.exp: New file.
23508
23509 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23510
23511 * gdb.base/annota1.exp: Make sure that we properly escape the
23512 full path of the source file. Xfail more permissive patterns,
23513 due to a compiler debug info problem.
23514
23515 2003-07-07 Andreas Schwab <schwab@suse.de>
23516
23517 * gdb.asm/m68k.inc: New file.
23518 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23519
23520 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23521 arguments"): Also match negative number.
23522
23523 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23524
23525 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
23526
23527 * gdb.base/store.c (charest): New typedef.
23528 (add_char): Rename to add_charest, update.
23529 (wack_char): Rename to wack_charest, update types. Return l + r
23530 to keep r live across the call.
23531 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23532 (wack_double, wack_doublest): Return l + r to keep r live across
23533 the call.
23534 * gdb.base/store.exp: Accomodate store.c changes.
23535
23536 2003-06-30 David Carlton <carlton@kealia.com>
23537
23538 * gdb.c++/maint.exp (test_invalid_name): New.
23539 (test_first_component): Add tests for invalid names.
23540
23541 2003-06-29 Michael Chastain <mec@shout.net>
23542
23543 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23544 output of '<VTT for class>' for virtual base classes.
23545
23546 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23547
23548 * gdb.base/completion.exp: Tab-complete "complet" instead of
23549 "compl".
23550 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23551
23552 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23553
23554 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23555 * gdb.base/volatile.exp: Likewise.
23556
23557 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23558
23559 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23560 gdb/1265.
23561
23562 2003-06-28 Michael Chastain <mec@shout.net>
23563 Daniel Jacobowitz <drow@mvista.com>
23564
23565 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23566 initial line count of 'captured_main' from 26 to 32.
23567 (test_with_self): Allow xmalloc call to be interleaved with the
23568 preceding two lines.
23569
23570 2003-06-24 Joel Brobecker <brobecker@gnat.com>
23571
23572 * gdb.base/bang.exp: New testcase.
23573
23574 2003-06-23 Joel Brobecker <brobecker@gnat.com>
23575
23576 * gdb.base/langs.exp: Add some tests for the "minimal" language
23577 support.
23578
23579 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
23580
23581 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23582 the testcase.
23583
23584 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23585
23586 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23587 offset.
23588
23589 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23590
23591 * gdb.c++/pr-1210.cc: New file.
23592 * gdb.c++/pr-1210.exp: New file.
23593
23594 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
23595
23596 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23597 000-exec-continue.
23598
23599 2003-06-15 Mark Kettenis <kettenis@gnu.org>
23600
23601 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23602 on *-*-*bsd* instead of *-*-freebsd*.
23603
23604 2003-06-14 Andrew Cagney <cagney@redhat.com>
23605
23606 * gdb.base/store.exp: Test longest and doublest. Test all
23607 parameters. Weaken return statement match.
23608 * gdb.base/store.c: Add longest and doublest - aka long long and
23609 long double functions. Put all parameters into local register
23610 variables. Use negative values.
23611
23612 2003-06-14 Andrew Cagney <cagney@redhat.com>
23613
23614 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23615 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23616 exit status.
23617 * gdb.base/fileio.exp: Disable target when nointerrupts and
23618 noinferiorio, instead of limiting it to remote. Use remote_exec
23619 instead of system.
23620
23621 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23622
23623 * gdb.base/float.exp: Add ia64 support.
23624
23625 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
23626
23627 * gdb.base/fileio.exp: Run only on remote targets.
23628
23629 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
23630
23631 * gdb.base/fileio.c: New file, testing File-I/O.
23632 * gdb.base/fileio.exp: Ditto.
23633
23634 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23635
23636 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23637 shared objects after relocation at load time (gdb PR/1132).
23638 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23639 as above, part of the shared object relocation test.
23640
23641 2003-06-08 Mark Kettenis <kettenis@gnu.org>
23642
23643 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23644 fully filled history list.
23645 * gdb.base/gdb_history: New file.
23646
23647 * gdb.base/signals.exp: XFAIL "continue to func1" on
23648 i*86-*-freebsd*.
23649
23650 * gdb.base/attach.exp: When trying to attach to a nonexistent
23651 process, make it possible to specify the PID based on the target,
23652 and do so for *-*-freebsd*.
23653
23654 2003-06-02 Richard Henderson <rth@redhat.com>
23655
23656 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23657
23658 2003-06-02 Richard Henderson <rth@redhat.com>
23659
23660 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23661
23662 2003-06-02 Richard Henderson <rth@redhat.com>
23663
23664 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23665
23666 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
23667
23668 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23669 of globalvar.
23670
23671 2003-06-01 Mark Kettenis <kettenis@gnu.org>
23672
23673 * gdb.asm/asm-source.exp: Check for memory read errors in
23674 disassembler test on *BSD too.
23675
23676 2003-06-01 Richard Henderson <rth@redhat.com>
23677
23678 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23679 for .frame.
23680 (gdbasm_call): Lose ldgp.
23681 (gdbasm_startup): Add frame information.
23682 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23683
23684 2003-05-31 Mark Kettenis <kettenis@gnu.org>
23685
23686 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23687 i?86-*-*.
23688
23689 2003-05-30 Mark Kettenis <kettenis@gnu.org>
23690
23691 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23692 FreeBSD.
23693
23694 2003-05-29 Richard Henderson <rth@redhat.com>
23695
23696 * gdb.asm/alpha.inc: New file.
23697 * gdb.asm/asm-source.exp: Use it.
23698
23699 2003-05-29 Jim Blandy <jimb@redhat.com>
23700
23701 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23702 'core.PID'.
23703
23704 2003-05-22 Jim Blandy <jimb@redhat.com>
23705
23706 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23707 backtrace.
23708
23709 2003-05-20 David Carlton <carlton@math.stanford.edu>
23710
23711 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23712 this time.
23713
23714 2003-05-19 David Carlton <carlton@bactrian.org>
23715
23716 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23717 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23718
23719 2003-05-19 David Carlton <carlton@bactrian.org>
23720
23721 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23722 namespace tests.
23723 Bump copyright date.
23724 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23725 (main): Call C::D::marker2.
23726 * gdb.c++/namespace1.cc: New file.
23727
23728 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23729
23730 Roland McGrath <roland@redhat.com>
23731 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
23732 there is no manager thread.
23733
23734 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23735
23736 * gdb.threads/schedlock.exp: Remove assumption that all threads
23737 will run in a particular small time slice. Also ensure we break
23738 in one of the child threads rather than the main thread.
23739
23740 2003-05-07 Jim Blandy <jimb@redhat.com>
23741
23742 Add support for assembly source testing on the s390x.
23743 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23744 architecture.
23745 * gdb.asm/s390x.inc: New file.
23746
23747 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23748 succession of 'if' statements.
23749
23750 2003-05-05 Andrew Cagney <cagney@redhat.com>
23751
23752 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23753
23754 2003-05-05 Andrew Cagney <cagney@redhat.com>
23755
23756 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23757 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23758
23759 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
23760
23761 * gdb.base/charset.exp: Update based on new behavior of set/show
23762 charset commands.
23763
23764 2003-05-01 Andrew Cagney <cagney@redhat.com>
23765
23766 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23767 variable do not give memory errors.
23768
23769 2003-04-30 Adam Fedor <fedor@gnu.org>
23770
23771 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23772 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23773 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23774 gdb.objc/basicclass.m: : New files
23775
23776 * lib/gdb.exp (gdb_compile_objc): New procedure.
23777
23778 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
23779
23780 * gdb.base/signals.exp: Make backtrace tests more specific.
23781
23782 2003-04-23 David Carlton <carlton@bactrian.org>
23783
23784 * gdb.c++/maint.exp (test_first_component): Add tests for
23785 'operator' in more locations.
23786
23787 2003-04-16 Kevin Buettner <kevinb@redhat.com>
23788
23789 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23790
23791 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
23792
23793 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
23794 func marke' instead. Update test name.
23795
23796 2003-04-15 David Carlton <carlton@math.stanford.edu>
23797
23798 * gdb.c++/maint.exp: New file.
23799
23800 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23801
23802 * gdb.threads/schedlock.c: Change type of thread function argument
23803 to long, to avoid warnings on 64-bit platforms.
23804
23805 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23806
23807 * gdb.base/attach.exp: Add new message from ptrace in case of
23808 attaching to nonexistent process.
23809
23810 2003-04-11 Jim Blandy <jimb@redhat.com>
23811
23812 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23813 gdb.c++/userdef.cc: Place comments on the lines to which the
23814 marker function might return.
23815 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23816 gdb.c++/userdef.exp: Look for those comments to check that we've
23817 returned to the right place, instead of checking line numbers.
23818
23819 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
23820
23821 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23822 match on sourcefile name, instead of directory name.
23823
23824 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
23825
23826 * gdb.base/completion.exp: Use string_to_regexp to match the
23827 working directory name.
23828
23829 2003-04-09 Jim Blandy <jimb@redhat.com>
23830
23831 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23832 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23833 after an inferior function call, report the failure, but allow the
23834 test to continue.
23835
23836 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23837
23838 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23839 with -DPROTOTYPES.
23840
23841 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23842
23843 * gdb.base/break.exp: Revert last patch.
23844
23845 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23846
23847 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23848 with -DPROTOTYPES.
23849
23850 2003-04-02 Andrew Cagney <cagney@redhat.com>
23851
23852 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23853 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23854 matching directories by the name breakpoint.
23855 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23856 Make "continue to marker1" consistent.
23857 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23858 message consistent.
23859 * lib/gdb.exp: Put "the program is no longer running", and "the
23860 program exited" in parenthesis.
23861 * lib/mi-support.exp: Ditto.
23862
23863 2003-04-02 Bob Rossi <bob_rossi@cox.net>
23864
23865 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23866
23867 2003-03-29 Andrew Cagney <cagney@redhat.com>
23868
23869 * gdb.base/sizeof.c (main): Print the value of '\377'.
23870 * gdb.base/sizeof.exp: Check the sign of '\377'.
23871
23872 2003-03-27 Michael Chastain <mec@shout.net>
23873
23874 * gdb.base/gdb1090.exp: New file.
23875 * gdb.base/gdb1090.cc: New file.
23876
23877 2003-03-27 J. Brobecker <brobecker@gnat.com>
23878
23879 * gdb.gdb/observer.exp: New regression test.
23880
23881 2003-03-27 Michael Chastain <mec@shout.net>
23882
23883 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23884 * gdb.base/ptype.exp: Likewise.
23885
23886 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
23887
23888 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23889
23890 2003-03-26 Michael Chastain <mec@shout.net>
23891
23892 * gdb.base/ptype.exp: Actually use some typedef'd types.
23893
23894 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23895
23896 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23897 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23898
23899 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23900
23901 * gdb.base/default.exp: Fix regular expression.
23902
23903 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23904
23905 * gdb.base/args.exp: Fix regular expression.
23906
23907 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23908
23909 * gdb.base/help.exp: Allow Win32 child process.
23910
23911 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23912
23913 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23914 when stepping out of main().
23915
23916 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23917
23918 * gdb.base/default.exp: Check for win32 specific message when calling
23919 "run" without executable.
23920
23921 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23922
23923 * gdb.base/args.exp: Expect .exe in output.
23924
23925 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23926
23927 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23928 Cygwin native.
23929
23930 2003-03-17 Andrew Cagney <cagney@redhat.com>
23931
23932 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23933 vector registes.
23934 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23935 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23936
23937 2003-03-17 David Carlton <carlton@math.stanford.edu>
23938
23939 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23940 test, for PR breakpoints/38.
23941 Call test_watchpoint_and_breakpoint.
23942 * gdb.base/watchpoint.c (func3): New function.
23943 (main): Call func3.
23944
23945 2003-03-04 David Carlton <carlton@math.stanford.edu>
23946
23947 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23948 Garply<Garply<char> >:: garply".
23949 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23950 with respect to PR c++/1111; note also PR c++/1113.
23951 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23952 respect to PR c++/1062.
23953 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23954
23955 2003-03-03 David Carlton <carlton@math.stanford.edu>
23956
23957 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23958 with respect to PR c++/57.
23959 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23960 c++/826.
23961 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23962 respect to PR c++/57.
23963
23964 2003-03-03 David Carlton <carlton@math.stanford.edu>
23965
23966 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23967 respect to PR c++/33 into FAILs.
23968
23969 2003-03-03 Michael Chastain <mec@shout.net>
23970
23971 * configure.in: Update copyright years.
23972
23973 2003-03-03 Michael Chastain <mec@shout.net>
23974
23975 * Makefile.in: Update copyright years.
23976
23977 2003-02-28 David Carlton <carlton@math.stanford.edu>
23978
23979 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23980 print class instead of struct and/or superfluous protection
23981 specifiers, as long as the resulting output is equivalent to the
23982 source code.
23983 Delete FIXME from end of messages on tests that don't need
23984 fixing.
23985
23986 2003-02-28 David Carlton <carlton@math.stanford.edu>
23987
23988 * gdb.c++/templates.exp (do_tests): Allow const in the two
23989 Foo<volatile char *>::foo tests.
23990
23991 2003-02-27 Michael Snyder <msnyder@redhat.com>
23992
23993 * gdb.base/restore.c (main): Return zero, so exit code
23994 will be consistant.
23995
23996 2003-02-26 David Carlton <carlton@math.stanford.edu>
23997
23998 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23999 char *>::foo" test with respect to PR c++/33. Create a new test
24000 which is identical to that one except that it doesn't put the
24001 space between the "char" and the "*"; KFAIL it, too.
24002
24003 2003-02-26 David Carlton <carlton@math.stanford.edu>
24004
24005 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24006 template types into either PASSes or KFAILs (corresponding to PR
24007 c++/57). Tweak indentation. Update copyright.
24008
24009 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24010
24011 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24012
24013 2003-02-13 Michael Chastain <mec@shout.net>
24014
24015 * gdb.base/exprs.exp: Remove i960 remnants.
24016 * gdb.base/funcargs.exp: Likewise.
24017 * gdb.base/list.exp: Likewise.
24018 * gdb.base/ptype.exp: Likewise.
24019
24020 2003-02-14 David Carlton <carlton@math.stanford.edu>
24021
24022 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24023 pEe->D::vg()" from XFAIL to KFAIL.
24024
24025 2003-02-13 Jason Molenda (jmolenda@apple.com)
24026
24027 * gdb.base/maint.exp: Update maint print statistics regexp to include
24028 new entries.
24029
24030 2003-02-13 Michael Chastain <mec@shout.net>
24031
24032 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24033
24034 2003-02-12 Michael Chastain <mec@shout.net>
24035
24036 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24037 * gdb.c++/inherit.exp: Likewise.
24038 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24039 * gdb.c++/templates.exp: Likewise.
24040 * gdb.c++/virtfunc.exp: Likewise.
24041
24042 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24043
24044 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24045 why the code is written that way.
24046
24047 2003-02-05 Michael Chastain <mec@shout.net>
24048
24049 * gdb.base/dump.exp: Add missing copyright line.
24050
24051 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24052
24053 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24054 at the beginning so the breakpoint doesn't get set on the loop.
24055
24056 2003-02-05 Michael Chastain <mec@shout.net>
24057
24058 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24059 output for configurations with gcc 2.95.3.
24060
24061 2003-02-05 Keith Seitz <keiths@redhat.com>
24062 Andrew Cagney <ac131313@redhat.com>
24063
24064 * gdb.mi/mi-cli.exp: New file.
24065
24066 2003-02-04 Michael Chastain <mec@shout.net>
24067
24068 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24069 Call perror and then continue.
24070
24071 2003-02-03 Michael Chastain <mec@shout.net>
24072
24073 * gdb.c++/pr-1023.cc: New file.
24074 * gdb.c++/pr-1023.exp: New file.
24075
24076 2003-02-05 Jim Blandy <jimb@redhat.com>
24077
24078 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24079 it's local to foobar. Check for it there, and check that it's not
24080 present in main.
24081 * gdb.c++/local.cc (marker2): New function.
24082 (foobar): Call marker1.
24083 (main): Call marker2 instead of marker1.
24084
24085 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24086
24087 * gdb.disasm/mn10200.exp: Obsolete file.
24088 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24089 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24090 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24091
24092 2003-02-04 David Carlton <carlton@math.stanford.edu>
24093
24094 * gdb.c++/overload.exp: Test intToChar(1).
24095 * gdb.c++/overload.cc (intToChar): New.
24096 (main): Call intToChar.
24097
24098 2003-02-03 David Carlton <carlton@math.stanford.edu>
24099
24100 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24101 'might_kfail' arg.
24102 KFAIL some of the continue_to_bp_overloaded calls, according to
24103 PR c++/1025.
24104
24105 2003-02-01 Michael Chastain <mec@shout.net>
24106
24107 * gdb.base/advance.c (marker1): New marker function.
24108 * gdb.base/advance.exp: When the 'advance' command lands on the
24109 return breakpoint, it can legitimately stop on either the
24110 current line or the next line. Accommodate both outcomes.
24111 * gdb.base/until.exp: Likewise.
24112
24113 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24114
24115 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24116 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24117 now a list, not a tuple.
24118 * gdb.mi/mi-var-display.exp: Ditto.
24119 * gdb.mi/gdb792.exp: Ditto.
24120
24121 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24122
24123 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24124 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24125 stack backtraces.
24126 * gdb.mi/mi-syn-frame.c: Part of same.
24127
24128 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24129
24130 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24131 gdb.mi/mi1-pthreads.exp: Return instead of calling
24132 gdb_suppress_entire_file.
24133
24134 2003-02-01 Mark Salter <msalter@redhat.com>
24135
24136 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24137
24138 2003-01-31 Mark Salter <msalter@redhat.com>
24139
24140 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24141 Support empty arg.
24142
24143 2003-01-30 Michael Chastain <mec@shout.net>
24144
24145 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24146 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24147 has been fixed in gdb/readline on 2003-01-09.
24148
24149 2003-01-29 Michael Snyder <msnyder@redhat.com>
24150
24151 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24152 * gdb.base/display.exp: Allow for leading underscore in symbol.
24153 * gdb.base/args.exp: Skip if target does not support args passing.
24154
24155 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24156
24157 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24158 gdb_test. Accept a list of expect arguments as the third
24159 parameter.
24160 (gdb_test): Use it.
24161
24162 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24163
24164 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24165 allow for different test tree configurations. Update some
24166 tescases accordingly.
24167 * gdb.arch/altivec-regs.exp: Ditto.
24168 * gdb.asm/asm-source.exp: Ditto.
24169 * gdb.base/advance.exp: Ditto.
24170 * gdb.base/display.exp: Ditto.
24171 * gdb.base/long_long.exp: Ditto.
24172 * gdb.base/mips_pro.exp: Ditto.
24173 * gdb.base/overlays.exp: Ditto.
24174 * gdb.base/relocate.exp: Ditto.
24175 * gdb.base/setshow.exp: Ditto.
24176 * gdb.base/step-line.exp: Ditto.
24177 * gdb.base/step-test.exp: Ditto.
24178 * gdb.base/until.exp: Ditto.
24179 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24180
24181 2003-01-17 David Carlton <carlton@math.stanford.edu>
24182
24183 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24184 corresponding to PR c++/945.
24185 Update copyright.
24186
24187 2003-01-17 David Carlton <carlton@math.stanford.edu>
24188
24189 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24190 corresponding to PR c++/68.
24191
24192 2003-01-17 David Carlton <carlton@math.stanford.edu>
24193
24194 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24195 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24196 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24197
24198 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24199
24200 * gdb.base/break.exp: Fix change of default location, because of
24201 removal of until tests.
24202 * gdb.base/help.exp: Update test for new 'until' help message.
24203 Add test for help on 'advance'.
24204 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24205
24206 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24207
24208 * gdb.base/default.exp: Adapt "info float" test for recent changes
24209 to that command. Add test for "info vector".
24210 * gdb.base/float.exp: New file. Add test for "info float" that
24211 resembles the old test in gdb.base/default.exp.
24212
24213 2003-01-15 David Carlton <carlton@math.stanford.edu>
24214
24215 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24216
24217 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24218
24219 * gdb.base/break.exp: Move the tests of until command from here...
24220 * gdb.base/until.exp: ... to here. New file. Add other tests.
24221 * gdb.base/advance.c: New file.
24222 * gdb.base/advance.exp: New file.
24223
24224 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24225
24226 * gdb.base/args.c: New file.
24227 * gdb.base/args.exp: New file.
24228
24229 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24230
24231 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24232
24233 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24234
24235 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24236
24237 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24238
24239 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24240 dates.
24241
24242 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24243
24244 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24245
24246 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24247
24248 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24249 (ptype &*"foo").
24250 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24251
24252 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24253
24254 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24255 * gdb.mi/mi1-console.exp: Likewise.
24256
24257 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24258
24259 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24260 * gdb.mi/mi1-console.exp: Likewise.
24261
24262 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24263
24264 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24265
24266 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24267
24268 * gdb.base/detach.exp: New test.
24269
24270 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24271
24272 * Makefile.in (ALL_SUBDIRS): New variable.
24273 (subdirs, clean, distclean): Use it.
24274 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24275 regenerating Makefile, since it is generated from the top level.
24276 * gdb.asm/Makefile.in: Likewise.
24277 * gdb.base/Makefile.in: Likewise.
24278 * gdb.c++/Makefile.in: Likewise.
24279 * gdb.disasm/Makefile.in: Likewise.
24280 * gdb.java/Makefile.in: Likewise.
24281 * gdb.mi/Makefile.in: Likewise.
24282 * gdb.threads/Makefile.in: Likewise.
24283 * gdb.trace/Makefile.in: Likewise.
24284
24285 2003-01-09 David Carlton <carlton@math.stanford.edu>
24286
24287 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24288 Add copyright year 2003.
24289
24290 2003-01-06 Michael Chastain <mec@shout.net>
24291
24292 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24293 When selecting a thread, 'line' and 'file' are optional.
24294 * gdb.mi/mi1-pthreads.exp: Likewise.
24295
24296 2003-01-06 Andreas Schwab <schwab@suse.de>
24297
24298 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24299 failures.
24300
24301 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24302
24303 Fix PR gdb/844
24304 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24305 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24306
24307 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24308 instead of calling gdb_suppress_entire_file.
24309 * gdb.threads/print-threads.exp: Likewise.
24310 * gdb.threads/schedlock.exp: Likewise.
24311
24312 * gdb.threads/killed.exp: Return instead of calling
24313 gdb_suppress_entire_file.
24314 * gdb.threads/linux-dp.exp: Likewise.
24315 * gdb.threads/pthreads.exp: Likewise.
24316
24317 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24318
24319 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24320 stabs.
24321 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24322 * gdb.base/whatis.exp: Always allow (void) after function names.
24323
24324 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24325
24326 * gdb.c++/casts.exp: Correct regexp.
24327
24328 2003-01-04 Mark Kettenis <kettenis@gnu.org>
24329
24330 * configure.in: Call AC_CONFIG_HEADER. Don't call
24331 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24332 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24333 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24334 aforementioned directories in the AC_OUPUT call.
24335 * config.hin: New file.
24336 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24337 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24338 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24339 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24340 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24341 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24342 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24343 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24344 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24345 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24346 gdb.threads/configure.in, gdb.threads/configure,
24347 gdb.threads/config.in, gdb.trace/configure.in,
24348 gdb.trace/configure: Removed.
24349
24350 2003-01-03 Michael Chastain <mec@shout.net>
24351
24352 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24353 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24354
24355 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
24356
24357 * gdb.base/store.exp: Fix regular expressions.
24358
24359 2002-12-28 Mark Kettenis <kettenis@gnu.org>
24360
24361 * configure.in: Rewrite.
24362 * configure: Regenerated.
24363
24364 2003-01-03 David Carlton <carlton@math.stanford.edu>
24365
24366 * gdb.base/psymtab.exp: New file.
24367 * gdb.base/psymtab1.c: Ditto.
24368 * gdb.base/psymtab2.c: Ditto.
24369
24370 2002-12-23 Adam Fedor <fedor@gnu.org>
24371
24372 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24373
24374 2002-12-23 David Carlton <carlton@math.stanford.edu>
24375
24376 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24377 and current_directory initialization.
24378
24379 2002-12-22 Jim Blandy <jimb@redhat.com>
24380
24381 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24382 rather than as part of the output file name.
24383
24384 * gdb.base/attach.exp: There's no need to copy the test program to
24385 /tmp; that was only ever necessary on HP/UX, and this test is
24386 entirely disabled there anyway.
24387
24388 2002-12-21 Jim Blandy <jimb@redhat.com>
24389
24390 * gdb.c++/psmang.exp: Doc fix.
24391
24392 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24393 test.
24394
24395 2002-12-20 David Carlton <carlton@math.stanford.edu>
24396
24397 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24398
24399 2002-12-18 Michael Chastain <mec@shout.net>
24400
24401 * gdb.c++/annota2.exp: Add copyright year 2002.
24402
24403 2002-12-17 David Carlton <carlton@math.stanford.edu>
24404
24405 * gdb.c++/try_catch.cc: Add marker comments.
24406 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24407 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24408 * gdb.c++/m-static.cc: Ditto.
24409 * gdb.c++/m-static1.cc: Ditto.
24410 * gdb.c++/try_catch.cc: Ditto.
24411
24412 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24413
24414 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24415 to see whether we are using the new -environment-directory
24416 command which resets via -r or the old version of the command
24417 which may prompt the user. Part of fix for gdb/741.
24418
24419 2002-12-13 Andrew Cagney <ac131313@redhat.com>
24420
24421 * gdb.fortran/types.exp: Update obsolete comment.
24422 * gdb.fortran/exprs.exp: Ditto.
24423 * lib/gdb.exp: Delete obsolete code.
24424 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24425 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24426 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24427 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24428 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24429 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24430 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24431 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24432 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24433 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24434 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24435 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24436 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24437 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24438 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24439 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24440 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24441 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24442 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24443 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24444 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24445 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24446 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24447 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24448 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24449 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24450 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24451 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24452 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24453 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24454 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24455 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24456 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24457 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24458 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24459 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24460 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24461
24462 2002-12-11 David Carlton <carlton@math.stanford.edu>
24463
24464 * gdb.c++/m-data.exp: Add test for members that shadow global
24465 variables: see PR gdb/804.
24466 * gdb.c++/m-data.cc: Ditto.
24467
24468 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
24469
24470 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24471
24472 2002-12-06 David Carlton <carlton@math.stanford.edu>
24473
24474 * gdb.base/store.c: Don't declare functions static.
24475
24476 2002-12-04 Andrew Cagney <ac131313@redhat.com>
24477
24478 * gdb.base/store.exp, gdb.base/store.c: New files.
24479
24480 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24481
24482 * gdb.base/selftest.exp: Update for current gdb.
24483
24484 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24485
24486 * gdb.base/maint.exp: Only dump symbols from one source file
24487 or objfile.
24488
24489 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24490
24491 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24492 function call.
24493
24494 2002-11-25 Jim Blandy <jimb@redhat.com>
24495
24496 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24497 function appearing in error message.
24498
24499 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
24500
24501 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24502
24503 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24504
24505 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24506 for mi1 and current mi is in correct format. New mi startup message
24507 should be in mi console format. This is part of fix for PR gdb/604.
24508
24509 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24510
24511 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24512 which explicitly prints the zero offset as "+0".
24513
24514 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
24515
24516 * gdb.threads/schedlock.c (args): Make unsigned.
24517
24518 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
24519
24520 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24521 numbers. Allow "foo2|selected stack frame".
24522 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24523 * gdb.asm/asmsrc2.s: Likewise.
24524 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24525 comments.
24526 * gdb.asm/mips.inc: New file.
24527
24528 2002-10-18 Adam Fedor <fedor@gnu.org>
24529
24530 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24531 * gdb.base/help.exp: Likewise.
24532
24533 2002-10-17 Kevin Buettner <kevinb@redhat.com>
24534
24535 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24536 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24537
24538 2002-10-02 Jim Blandy <jimb@redhat.com>
24539
24540 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24541
24542 2002-10-01 Andrew Cagney <ac131313@redhat.com>
24543
24544 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24545 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24546 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24547 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24548 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24549 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24550 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24551
24552 2002-09-29 Andrew Cagney <ac131313@redhat.com>
24553
24554 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24555 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24556 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24557 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24558 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24559 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24560 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24561
24562 2002-09-27 Kevin Buettner <kevinb@redhat.com>
24563
24564 * gdb.base/annota1.exp (info break): Make directory components of
24565 path optional since not all compilers emit this debug information.
24566
24567 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24568 step ends up stepping out of the function instead of stopping on
24569 the epilogue.
24570
24571 2002-09-26 Keith Seitz <keiths@redhat.com>
24572
24573 * lib/insight-support.exp (gdbtk_start): Figure out where
24574 the insight executable is based on where gdb is. Use this
24575 executable to start insight instead of gdb.
24576
24577 2002-09-25 Andrew Cagney <cagney@redhat.com>
24578
24579 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24580
24581 2002-09-24 Andrew Cagney <ac131313@redhat.com>
24582
24583 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24584 test_isolated_complaints.
24585 (test_empty_complaint): New function.
24586 (test_empty_complaints): New function. Check no output when no
24587 complaints.
24588
24589 2002-09-19 Jim Blandy <jimb@redhat.com>
24590
24591 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24592
24593 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24594
24595 * gdb.gdb/complaints.exp: New file.
24596
24597 2002-09-18 Andrew Cagney <ac131313@redhat.com>
24598
24599 * gdb.base/maint.exp: Check `help maint internal-warning'.
24600
24601 2002-09-18 David Carlton <carlton@math.stanford.edu>
24602
24603 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24604 numbers, and replace them by a single breakpoint after the
24605 constructors are all finished.
24606 Add test 4.
24607 * gdb.c++/m-static.cc: Add test 4.
24608 * gdb.c++/m-static.h: New file.
24609 * gdb.c++/m-static1.cc: New file.
24610
24611 * gdb.c++/printmethod.exp: New file.
24612 * gdb.c++/printmethod.cc: New file.
24613
24614 * gdb.c++/pr-574.exp: New file.
24615 * gdb.c++/pr-574.cc: New file.
24616
24617 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24618
24619 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24620 embedded targets which never actually exit.
24621
24622 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24623
24624 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24625 "don't step after run" as unresolved or unsupported, instead of xfail.
24626
24627 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24628
24629 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24630 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24631 Add newline to expected string in "step out of main (status wrapper)"
24632 case.
24633
24634 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24635
24636 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24637 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24638
24639 2002-09-17 Tom Tromey <tromey@redhat.com>
24640
24641 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24642 \000, not \0, in double-quoted string.
24643
24644 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
24645
24646 * gdb.base/commands.exp: Don't expect a "Program exited normally"
24647 string after running the commands execution on breakpoint tests.
24648
24649 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
24650
24651 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24652
24653 2002-09-12 Joel Brobecker <brobecker@gnat.com>
24654
24655 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24656
24657 2002-09-10 Keith Seitz <keiths@redhat.com>
24658
24659 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24660 runto proc.
24661 (mi_run_to_main): Use mi_runto.
24662 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24663
24664 2002-09-10 Keith Seitz <keiths@redhat.com>
24665
24666 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24667 regexp for stopping at main. Could have multiple event notifications.
24668 Don't assume that main was declared with no parameters.
24669 (mi_next): Use mi_step_to.
24670 (mi_step): Use mi_next_to.
24671
24672 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
24673
24674 * gdb.base/default.exp: Fix expected string in `info float' test.
24675
24676 2002-09-09 Ben Elliston <bje@redhat.com>
24677
24678 * config/mips.exp: Update comments.
24679 * config/mips-idt.exp: Likewise.
24680 * config/nind.exp: Likewise.
24681 * config/slite.exp: Likewise.
24682 * config/sparclet.exp: Likewise.
24683 * config/udi.exp: Likewise.
24684 * config/vx.exp: Likewise.
24685 * config/vxworks29k.exp: Likewise.
24686
24687 2002-09-05 Jim Blandy <jimb@redhat.com>
24688
24689 * gdb.threads/killed.exp: Fix test failure message.
24690
24691 2002-09-04 Keith Seitz <keiths@redhat.com>
24692
24693 * lib/mi-support.exp: Update copyright.
24694 (mi_gdb_test): Increase the priority of the expected pattern
24695 so that it matches gdb_test.
24696
24697 2002-09-03 Keith Seitz <keiths@redhat.com>
24698
24699 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24700 Use integer comparison instead of string comparison for testing
24701 whether binary was built.
24702
24703 2002-09-03 Jim Blandy <jimb@redhat.com>
24704
24705 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24706
24707 2002-08-29 Jim Blandy <jimb@redhat.com>
24708
24709 * gdb.threads/pthreads.exp: Move the portable thread compilation
24710 code into a function in lib/gdb.exp, and call that from here.
24711 * lib/gdb.exp (gdb_compile_pthreads): New function.
24712
24713 2002-08-29 Keith Seitz <keiths@redhat.com>
24714
24715 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24716 expect_out so that callers can get at it.
24717
24718 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
24719
24720 * gdb.threads/print-threads.c: New file.
24721 * gdb.threads/print-threads.exp: New file.
24722 * gdb.threads/schedlock.c: New file.
24723 * gdb.threads/schedlock.exp: New file.
24724
24725 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
24726
24727 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24728 not altivec.c.
24729
24730 2002-08-17 Mark Kettenis <kettenis@gnu.org>
24731
24732 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24733 targets. The problem should be fixed now.
24734
24735 2002-08-15 Mark Kettenis <kettenis@gnu.org>
24736
24737 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24738 2002-07-24 change that removes final dots from error messages.
24739
24740 2002-08-13 Tom Tromey <tromey@redhat.com>
24741
24742 * gdb.base/readline.exp: New file.
24743
24744 2002-08-01 Andrew Cagney <ac131313@redhat.com>
24745
24746 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24747 supress message.
24748
24749 2002-08-01 Andrew Cagney <cagney@redhat.com>
24750
24751 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24752 CHILL_FOR_TARGET and CHILL_LIB.
24753 * configure.in (configdirs): Remove gdb.chill.
24754 * configure: Regenerate.
24755 * lib/gdb.exp: Obsolete references to chill.
24756 * gdb.fortran/types.exp: Ditto.
24757 * gdb.fortran/exprs.exp: Ditto.
24758
24759 2002-07-30 Kevin Buettner <kevinb@redhat.com>
24760
24761 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24762 set Irix-specific compile and link flags.
24763
24764 2002-07-29 Kevin Buettner <kevinb@redhat.com>
24765
24766 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24767 source files. The ``-o'' option doesn't work with the ``-E'' option
24768 when using the Irix compiler.
24769
24770 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
24771
24772 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24773 Improve support for reusing an exec file. Copy exec file
24774 to target, and run gdbserver on the target instead of on the host.
24775
24776 2002-07-18 Jim Blandy <jimb@redhat.com>
24777
24778 * gdb.base/ending-run.exp: Don't expect to see the program end in
24779 some orderly fashion when we're running on a real stand-alone
24780 board.
24781
24782 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24783 targets that don't support interrupts.
24784
24785 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24786
24787 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24788 systems.
24789 Move comments in expect statements to inside the actions, so that they
24790 don't get matched against.
24791
24792 2002-07-10 Mark Kettenis <kettenis@gnu.org>
24793
24794 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24795 function when asleep" test.
24796
24797 2002-07-10 Andrew Cagney <ac131313@redhat.com>
24798
24799 * gdb.base/page.exp: Rewrite to handle problems with very long
24800 `info set' output. Update copyright.
24801
24802 2002-06-26 Andrew Cagney <ac131313@redhat.com>
24803
24804 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24805 gdb.threads-hp.
24806 * gdb.hp/configure: Regenerate.
24807 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24808 * gdb.hp/gdb.threads-hp/configure: Delete file.
24809 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24810
24811 2002-06-22 Andrew Cagney <ac131313@redhat.com>
24812
24813 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24814 setlocale, bindtextdomain and textdomain.
24815
24816 2002-06-11 Jim Blandy <jimb@redhat.com>
24817
24818 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24819 preprocessor macro information is present.
24820
24821 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24822 tests.
24823
24824 2002-06-06 Michael Snyder <msnyder@redhat.com>
24825
24826 * gdb.base/overlays.exp: Record addresses of overlay
24827 functions in TCL variables rather than in GDB variables,
24828 to avoid having GDB convert them to pointers (with loss
24829 of information).
24830
24831 * gdb.base/d10v.ld: Merge in several years worth of
24832 default linker script changes.
24833 * gdb.base/long_long.exp: Add check for sizeof (long double).
24834
24835 2002-06-06 Michal Ludvig <mludvig@suse.cz>
24836
24837 * gdb.asm/asm-source.exp: Add x86-64 target.
24838 * gdb.asm/x86_64.inc: New.
24839
24840 2002-05-30 Michael Chastain <mec@shout.net>
24841
24842 From Benjamin Kosnik <bkoz@redhat.com>:
24843 * gdb.c++/m-static.cc: New file.
24844 * gdb.c++/m-static.exp: New file.
24845
24846 2002-05-28 Michael Snyder <msnyder@redhat.com>
24847
24848 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24849 precision.
24850
24851 2002-05-27 Michael Chastain <mec@shout.net>
24852
24853 From Benjamin Kosnik <bkoz@redhat.com>:
24854 * gdb.c++/m-data.cc: New file.
24855 * gdb.c++/m-data.exp: New file.
24856
24857 2002-05-27 Michael Chastain <mec@shout.net>
24858
24859 From Benjamin Kosnik <bkoz@redhat.com>:
24860 * gdb.c++/try_catch.cc: New file.
24861 * gdb.c++/try_catch.exp: New file.
24862
24863 2002-05-27 Michael Chastain <mec@shout.net>
24864
24865 * gdb.c++/local.exp: Accept more nested types in output.
24866
24867 2002-05-26 Michael Chastain <mec@shout.net>
24868
24869 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24870
24871 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24872
24873 * lib/gdb.exp (gdb_wrapper_init): Just because
24874 gdb_wrapper_file exists, this does not mean that the file
24875 should not be rebuilt. That is what gdb_wrapper_initialized
24876 is for.
24877 (default_gdb_init): Reset gdb_wrapper_initialized.
24878
24879 2002-05-23 Michael Snyder <msnyder@redhat.com>
24880
24881 * gdb.base/all-bin.exp: Revise previous patch by just reducing
24882 the precision of the floating point test results.
24883 * gdb.base/call-rt-st.exp: Ditto.
24884
24885 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24886 * gdb.base/call-rt-st.exp: Ditto.
24887
24888 2002-05-19 Michael Chastain <mec@shout.net>
24889
24890 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24891
24892 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
24893
24894 * configure.in (configdirs): Add gdb.arch.
24895 * configure: Regenerate.
24896
24897 2002-05-17 Jim Blandy <jimb@redhat.com>
24898
24899 * gdb.base/completion.exp: Recognize the more detailed error
24900 messages produced by the macro expander's lexical analyzer.
24901
24902 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24903
24904 * gdb.arch/altivec-abi.c: New file.
24905 * gdb.arch/altivec-abi.exp: New file.
24906 * gdb.arch/altivec-regs.c: New file.
24907 * gdb.arch/altivec-regs.exp: New file.
24908
24909 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
24910
24911 * gdb.base/maint.exp (maint print type): Update for new type
24912 structure.
24913
24914 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24915
24916 * gdb.arch: New directory.
24917 * gdb.arch/configure.in: New file.
24918 * gdb.arch/configure: New file.
24919 * gdb.arch/Makefile.in: New file.
24920
24921 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
24922
24923 * gdb.asm/asm-source.exp: Add v850 as supported target.
24924 * gdb.asm/v850.inc: New file.
24925
24926 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
24927
24928 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24929
24930 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
24931
24932 * gdb.base/break.exp: Check 'break "marker2"'.
24933
24934 2002-05-10 Michael Snyder <msnyder@redhat.com>
24935
24936 * gdb.base/long_long.exp: Fix typo.
24937
24938 2002-05-10 Jim Blandy <jimb@redhat.com>
24939
24940 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24941 a bug.
24942
24943 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24944 Recognize more detailed error message produced by the macro
24945 expander's lexical analyzer.
24946 * lib/gdb.exp (test_print_reject): Same.
24947
24948 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24949
24950 * gdb.c++/method.exp: Fix typo.
24951
24952 2002-05-08 Michael Snyder <msnyder@redhat.com>
24953
24954 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24955 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24956 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24957 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24958 Add iftarget clause for strongarm.
24959
24960 2002-05-06 Michael Snyder <msnyder@redhat.com>
24961
24962 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24963 (gdb_continue_to_end): Accept output from status wrapper.
24964 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24965 Clean up fail messages to match pass messages.
24966
24967 Enable the "needs_status_wrapper" testsuite feature.
24968 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24969 (gdb_compile): Conditionally call gdb_wrapper_init.
24970 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24971 * gdb.c++/method.exp: Recognize output from status wrapper.
24972
24973 2002-05-06 Ben Elliston <bje@redhat.com>
24974 From Graydon Hoare <graydon@redhat.com>
24975
24976 * config/sid.exp: Include support for "rawsid" protocol.
24977
24978 2002-05-03 Jim Blandy <jimb@redhat.com>
24979
24980 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24981 * gdb.c++/hang3.C: New file.
24982
24983 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24984
24985 * gdb.base/default.exp: Remove obsolete code.
24986 * gdb.c++/misc.exp: Ditto. Update copyright.
24987 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24988 * gdb.base/whatis.exp: Ditto. Update copyright.
24989 * gdb.base/scope.exp: Ditto. Update copyright.
24990 * gdb.base/ptype.exp: Ditto. Update copyright.
24991 * gdb.base/printcmds.exp: Ditto. Update copyright.
24992 * gdb.base/opaque.exp: Ditto. Update copyright.
24993 * gdb.base/list.exp: Ditto.
24994 * gdb.base/funcargs.exp: Ditto. Update copyright.
24995 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24996 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24997 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24998 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24999 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25000 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25001
25002 2002-05-02 Michael Snyder <msnyder@redhat.com>
25003
25004 * gdb.base/watchpoint.exp: Add xscale target.
25005 * gdb.base/long_long.exp: Add xscale target.
25006 * gdb.base/default.exp: Add xscale target.
25007
25008 2002-05-01 Jim Blandy <jimb@redhat.com>
25009
25010 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25011 gdb.c++/hang.exp: New test.
25012
25013 2002-05-01 Fred Fish <fnf@redhat.com>
25014
25015 * gdb.base/completion.exp: Handle completions of "./Make" for
25016 more than one completion possibility, as is the case when we
25017 build and test in the source tree.
25018
25019 2002-04-29 Anthony Green <green@redhat.com>
25020
25021 * gdb.java/jmisc1.exp: New file.
25022 * gdb.java/jmisc2.exp: New file.
25023
25024 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25025
25026 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25027
25028 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25029
25030 * gdb.base/help.exp: Change 'help status' to allow for target
25031 dependent output differences.
25032
25033 2002-04-22 Michael Chastain <mec@shout.net>
25034
25035 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25036
25037 2002-04-22 Michael Chastain <mec@shout.net>
25038
25039 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25040
25041 2002-04-17 David S. Miller <davem@redhat.com>
25042
25043 * gdb.asm/sparc64.inc: New file.
25044 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25045
25046 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25047
25048 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25049 instruction file directly into the build tree. Clean up at end of
25050 test.
25051
25052 2002-04-18 David S. Miller <davem@redhat.com>
25053
25054 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25055 handle 64-bit platforms correctly.
25056 * gdb.base/maint.exp: Likewise.
25057
25058 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25059
25060 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25061 ``-fpic'' when compiling files comprising a shared library, but
25062 it does need additional linker flags in order to find shared
25063 libraries at run time.
25064
25065 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25066
25067 * gdb.base/cvexpr.c (use): New function.
25068 (main): Invoke use() on all global variables to prevent
25069 some linkers from deleting these otherwise unused symbols.
25070
25071 2002-04-17 Michael Chastain <mec@shout.net>
25072 From David S. Miller <davem@redhat.com>
25073
25074 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25075 handle 64-bit platforms correctly.
25076
25077 2002-04-12 Michael Snyder <msnyder@redhat.com>
25078 From Jim Blandy <jimb@redhat.com>
25079 * gdb.base/foo.c (foox): Remove section attribute; the linker
25080 script can handle this instead.
25081 * gdb.base/bar.c (barx): Same.
25082 * gdb.base/baz.c (bazx): Same.
25083 * gdb.base/grbx.c (grbxx): Same.
25084
25085 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25086 manager doesn't automatically unmap overlays unnecessarily.
25087
25088 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25089
25090 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25091 stepping out of main.
25092
25093 2002-04-09 Michael Chastain <mec@shout.net>
25094
25095 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25096 scope so that the nested scope tests will make sense.
25097 * gdb.c++/local.exp: Write patterns that actually work with gcc
25098 (the HP patterns "were never known to work with gcc").
25099 Keep the old aCC patterns too.
25100
25101 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25102
25103 * gdb.base/attach.exp: Correct target board test.
25104
25105 2002-04-08 Michael Chastain <mec@shout.net>
25106
25107 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25108 in a const method. Add some xfail and fail cases for configurations
25109 that do not emit the "const ...".
25110
25111 2002-04-07 Michael Chastain <mec@shout.net>
25112
25113 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25114 Accept "A * const" and "const A * const" as type of "this".
25115 Fix spelling of getFunky throughout. Make messages uniform.
25116
25117 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25118
25119 Work around for PR gdb/285:
25120 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25121
25122 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25123
25124 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25125 instructions file at run time instead of configure time.
25126 Sometimes we run the test in a directory that is not the one we
25127 configured in.
25128 * gdb.asm/configure.in: Delete creation of symlink.
25129 * gdb.asm/configure: Regenerate.
25130
25131 2002-04-05 J. Brobecker <brobecker@gnat.com>
25132
25133 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25134 xfullpath () function.
25135
25136 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25137
25138 * gdb.asm/Makefile.in: Correct dependencies.
25139
25140 * gdb.asm/powerpc.inc: New file.
25141 * gdb.asm/asm-source.exp: Add PowerPC.
25142 * gdb.asm/configure.in: Likewise.
25143 * gdb.asm/configure: Regenerated.
25144
25145 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25146
25147 * gdb.base/relocate.exp: New file.
25148 * gdb.base/relocate.c: New file.
25149
25150 2002-04-04 Fred Fish <fnf@redhat.com>
25151
25152 * gdb.base/step-test.exp: Update comment regarding stopping in
25153 memcpy/bcopy calls inserted as part of the compiler runtime.
25154
25155 2002-04-04 Michael Snyder <msnyder@redhat.com>
25156
25157 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25158
25159 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25160
25161 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25162 (gdb_expect): Remove $notransfer hack.
25163
25164 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25165
25166 * gdb.c++/classes.exp ("calling method for small class"): Match
25167 updated register output.
25168
25169 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25170
25171 Fix PR gdb/452
25172 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25173 when finished. Make gdb_file_cmd send "exec-file" when
25174 appropriate.
25175
25176 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25177
25178 * gdb.base/attach.exp: Remove extra setup_xfail.
25179
25180 2002-03-26 Michael Snyder <msnyder@redhat.com>
25181
25182 * gdb.base/default.exp: Add tests for dump, append, and restore.
25183 * gdb.base/help.exp: Add tests for dump, append, and restore.
25184 * gdb.base/dump.exp: New file, test dump, append and restore.
25185 * gdb.base/dump.c: New file.
25186
25187 2002-03-27 Michael Snyder <msnyder@redhat.com>
25188
25189 * gdb.base/help.exp: Modify expect strings to reflect
25190 clean-ups in help messages.
25191
25192 2002-03-26 Fred Fish <fnf@redhat.com>
25193
25194 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25195 have debugging info for those functions and the compiler uses them
25196 internally to copy structs around.
25197
25198 2002-03-26 Fred Fish <fnf@redhat.com>
25199
25200 * gdb.base/list.exp: Revert the change made yesterday and add note
25201 about why we don't list the default lines for remote targets.
25202
25203 2002-03-25 Michael Snyder <msnyder@redhat.com>
25204
25205 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25206
25207 2002-03-25 Fred Fish <fnf@redhat.com>
25208
25209 * gdb.base/list.exp: This test works on remote targets so remove
25210 the short circuit for remote targets. Update copyright.
25211
25212 2002-03-25 Fred Fish <fnf@redhat.com>
25213
25214 * gdb.base/attach.exp: Fix logic error that was suppressing this
25215 test for all non hppa*-*-hpux* targets, instead of the hp target.
25216 Move comments closer to the suppression point. Also now need to
25217 check that we are running natively.
25218
25219 2002-03-22 Michael Snyder <msnyder@redhat.com>
25220
25221 * gdb.base/default.exp: Add test for gcore. Update copyright.
25222 * gdb.base/help.exp: Add test for gcore. Update copyright.
25223
25224 2002-03-06 Fred Fish <fnf@redhat.com>
25225
25226 * gdb.base/funcargs.c: Remove extraneous ';' character.
25227 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25228
25229 2002-03-04 Michael Chastain <mec@shout.net>
25230
25231 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25232 accommodate gcc v3 function signature.
25233 * gdb.mi/mi0-var-cmd-exp: Ditto.
25234
25235 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25236
25237 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25238 ``GNU/Linux'' or ``Linux kernel''
25239 * testsuite/gdb.threads/pthreads.c: Ditto.
25240
25241 2002-02-24 Michael Chastain <mec@shout.net>
25242
25243 * gdb.threads/pthreads.c (thread1): Add a return statement.
25244 (thread2): Likewise.
25245 (foo): Likewise.
25246
25247 2002-02-23 Michael Chastain <mec@shout.net>
25248
25249 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25250 to placate gcc.
25251
25252 2002-02-23 Michael Chastain <mec@shout.net>
25253
25254 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25255 test "ptype bint". The test passes on all my stabs configurations.
25256
25257 2002-02-21 Jim Blandy <jimb@redhat.com>
25258
25259 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25260 filename at a time, and watch for the ones we want to see.
25261
25262 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25263 types of pointers to prototyped functions.
25264
25265 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25266
25267 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25268 signed, unsigned and straight char.
25269 (padding_char, padding_short, padding_int, padding_long,
25270 padding_long_long, padding_float, padding_double,
25271 padding_long_double): New global variables.
25272 (fill, fill_structs): New functions.
25273
25274 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25275 for correctly sized writes. Update copyright.
25276 (get_valueof): New procedure.
25277 (get_sizeof): Call get_valueof.
25278 (check_valueof): New procedure.
25279 (check_padding): New procedure.
25280
25281 2002-02-20 Michael Chastain <mec@shout.net>
25282
25283 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25284 to setup_xfail. Document some of the remaining calls.
25285
25286 2002-02-18 Michael Chastain <mec@shout.net>
25287
25288 * gdb.c++/userdef.exp: Update copyright year.
25289
25290 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
25291
25292 * gdb.c++/userdef.exp: Test overloaded operators properly.
25293 Remove xfails.
25294
25295 2002-02-14 Michael Snyder <msnyder@redhat.com>
25296
25297 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25298
25299 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
25300
25301 * gdb.base/a2-run.exp: Check for a remote target properly.
25302 * gdb.base/annota1.exp: Likewise.
25303 * gdb.base/list.exp: Likewise.
25304 * gdb.base/reread.exp: Likewise.
25305 * gdb.base/scope.exp: Likewise.
25306 * gdb.base/shlib-call.exp: Likewise.
25307 * gdb.base/term.exp: Likewise.
25308 * gdb.c++/annota2.exp: Likewise.
25309
25310 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
25311
25312 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25313
25314 2002-02-10 Michael Chastain <mec@shout.net>
25315
25316 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25317 (call_after_alloca): Ditto.
25318
25319 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
25320
25321 * gdb.base/ending-run.exp: Guard "cont" test with
25322 gdb_skip_stdio_test.
25323
25324 2002-02-06 Jim Blandy <jimb@redhat.com>
25325
25326 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25327 from here...
25328 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25329 To here. Disable this test on non-HP platforms. Add big comment.
25330
25331 2002-02-04 Michael Snyder <msnyder@redhat.com>
25332
25333 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25334 other than d10v and m32r.
25335
25336 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
25337
25338 * gdb.base/default.exp: Rewrite test patterns to reduce time
25339 taken to match them.
25340
25341 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25342
25343 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25344 Allow a start function above main.
25345 * gdb.threads/linux-dp.exp: Fix copyright date.
25346
25347 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25348
25349 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25350 (check_philosopher_stack): Check for manager thread before checking
25351 for a just-starting thread.
25352
25353 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25354
25355 From Neil Booth <neil@daikokuya.demon.co.uk>:
25356 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25357 warnings.
25358
25359 2002-01-21 Fred Fish <fnf@redhat.com>
25360
25361 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25362 not caller.
25363
25364 2002-01-21 Jim Blandy <jimb@redhat.com>
25365
25366 * gdb.base/reread.exp: Check that GDB properly re-reads the
25367 executable file when it changes while no inferior is running.
25368
25369 2002-01-21 Fred Fish <fnf@redhat.com>
25370
25371 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25372 optionally accept the "shlib events" variation.
25373
25374 2002-01-21 Jim Blandy <jimb@redhat.com>
25375
25376 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25377 call `fflush' after every `printf', so that the output is produced
25378 at predictable points, regardless of whatever buffering does (or
25379 doesn't) take place.
25380 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25381 at different points.
25382
25383 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25384
25385 * gdb.c++/inherit.exp: Update copyright years.
25386 * gdb.c++/method.exp: Likewise.
25387
25388 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25389
25390 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25391 artificial methods/arguments.
25392 * gdb.c++/derivation.exp: Likewise.
25393 * gdb.c++/inherit.exp: Likewise.
25394 * gdb.c++/method.exp: Likewise.
25395 * gdb.c++/virtfunc.exp: Likewise.
25396
25397 2002-01-18 Andrew Cagney <ac131313@redhat.com>
25398
25399 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25400 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25401 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25402 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25403 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25404 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25405
25406 2002-01-17 Jim Blandy <jimb@redhat.com>
25407
25408 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25409 anchoring the pattern matching the entry point symbol's name.
25410
25411 2002-01-17 Andrew Cagney <ac131313@redhat.com>
25412
25413 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25414 continue/quit query. Update copyright.
25415
25416 2002-01-14 Michael Snyder <msnyder@redhat.com>
25417
25418 * gdb.base/gcore.exp: Remove extra debugging output.
25419
25420 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25421
25422 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25423 for slightly dubious v2 mangled string.
25424
25425 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25426
25427 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25428
25429 2002-01-10 Jason Merrill <jason@redhat.com>
25430
25431 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25432
25433 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25434 constructors.
25435 * gdb.c++/derivation.exp: Likewise.
25436 * gdb.c++/templates.exp: Likewise.
25437 * gdb.c++/virtfunc.exp: Likewise.
25438
25439 2002-01-10 Michael Snyder <msnyder@redhat.com>
25440
25441 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25442
25443 2002-01-08 Michael Snyder <msnyder@redhat.com>
25444
25445 * gdb.base/gcore.exp: New test for generate-core-file command.
25446 * gdb.base/gcore.c: Testcase for above.
25447 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25448
25449 2002-01-08 Jason Merrill <jason@redhat.com>
25450
25451 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25452
25453 2002-01-07 Fred Fish <fnf@redhat.com>
25454
25455 * gdb.c++/overload.exp: Remove unconditional xfails for:
25456 print foo_instance1.overloadargs(1)
25457 print foo_instance1.overloadargs(1, 2)
25458 print foo_instance1.overloadargs(1, 2, 3)
25459 print foo_instance1.overloadargs(1, 2, 3, 4)
25460 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25461 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25462 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25463 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25464 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25465 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25466 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25467 print foo_instance1.overload1arg()
25468 print foo_instance1.overload1arg((char)arg2)
25469 print foo_instance1.overload1arg((signed char)arg3)
25470 print foo_instance1.overload1arg((unsigned char)arg4)
25471 print foo_instance1.overload1arg((int)arg7)
25472 print foo_instance1.overload1arg((unsigned int)arg8)
25473 print foo_instance1.overload1arg((float)arg11)
25474 print foo_instance1.overload1arg((double)arg12)
25475
25476 2002-01-07 Michael Snyder <msnyder@redhat.com>
25477
25478 * gdb.base/huge.exp: New test. Print a very large target data object.
25479 (skip_huge_test): New test variable. Define if you want to skip this
25480 test. The test reads an 8 megabyte data object from the target, so it
25481 might be very time consuming on remote targets with a slow connection.
25482 * gdb.base/huge.c: New file. Test case for above.
25483
25484 2002-01-07 Fred Fish <fnf@redhat.com>
25485
25486 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25487 g_instance.bfoo, and g_instance.cfoo.
25488
25489 2002-01-07 Jeffrey A Law <law@redhat.com>
25490
25491 * gdb.base/break.c (multi_line_if_conditional): New function.
25492 (multi_ilne_while_conditional): Likewise.
25493 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25494 IF or WHILE condition puts the breakpoint at the start of
25495 the condition.
25496
25497 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25498 hppa*-*-hpux* expected failure.
25499 * gdb.base/structs.exp (do_function_calls): Similarly.
25500
25501 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25502 watchpoints.
25503
25504 2002-01-06 Andrew Cagney <ac131313@redhat.com>
25505
25506 Fix PR gdb/66.
25507 * gdb.base/structs.exp: Replace skip for a29k with skip for
25508 gdb,cannot_call_functions.
25509 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25510 * gdb.base/callfuncs.exp: Ditto.
25511 * gdb.base/call-rt-st.exp: Ditto.
25512 * gdb.base/call-strs.exp: Ditto.
25513 * gdb.base/callfwmall.exp: Ditto.
25514 * gdb.base/scope.exp: Obsolete xfail a29k.
25515 * gdb.c++/misc.exp: Ditto.
25516 * gdb.c++/cplusfuncs.exp: Ditto.
25517 * gdb.base/ptype.exp: Ditto.
25518 * gdb.base/printcmds.exp: Ditto.
25519 * gdb.base/opaque.exp: Ditto.
25520 * gdb.base/list.exp: Ditto.
25521 * gdb.base/funcargs.exp: Ditto.
25522 * gdb.base/default.exp: Ditto.
25523
25524 2002-01-04 Michael Snyder <msnyder@redhat.com>
25525
25526 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25527 * gdb.base/maint.exp: Add tests for maint info sections options.
25528
25529 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25530
25531 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25532
25533 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
25534
25535 * gdb.asm/arm.inc: New file.
25536 * gdb.asm/asm-source.exp: Add arm targets.
25537 * gdb.asm/configure.in: Ditto.
25538 * gdb.asm/configure: Recreated from configure.in.
25539
25540 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25541
25542 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25543 with HP's compiler.
25544 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25545 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25546 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25547 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25548
25549 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25550 either HP's compilers or GCC.
25551
25552 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25553 a SIGBUS or SIGSEGV.
25554
25555 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25556
25557 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25558 can be compiled with either HP's compiler or GCC.
25559
25560 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25561 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25562 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25563
25564 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25565 to match current gdb output. Update due to using auto-solib-limit
25566 for limiting instead of overloading auto-solib-add.
25567 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25568 test program.
25569
25570 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25571 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25572 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25573 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25574 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25575 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25576 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25577 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25578 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25579 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25580 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25581 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25582 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25583
25584 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25585 a SIGTRAP to the inferior.
25586
25587 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
25588
25589 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25590 Substitute call to target_link by call to gdb_compile.
25591
25592 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25593
25594 * gdb.base/break.exp: Fix HP specific search string when testing
25595 backtracing in a called function.
25596
25597 * gdb.base/constvars.exp: Only set lang to C++ if we're
25598 compiling the test with HP's compilers.
25599 * gdb.base/volatile.exp: Similarly.
25600
25601 2001-12-19 Jim Blandy <jimb@redhat.com>
25602
25603 * gdb.base/printcmds.exp: Expect the null character to be printed
25604 as '\0', and the '\013' to be printed as '\v'.
25605 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25606 * gdb.base/setvar.exp: Same.
25607
25608 2001-12-17 Jim Blandy <jimb@redhat.com>
25609
25610 * gdb.base/completion.exp: Rather than completing very long
25611 filenames, which can make the readline library produce output we
25612 don't recognize, cd to the directory first, and then complete
25613 using nice, short relative paths.
25614
25615 * gdb.base/completion.exp: On some systems, there is, in fact, a
25616 variable named `b' in scope, since GDB treats all static
25617 variables as being in scope. So use `no_var_named_this'
25618 instead of `b'.
25619
25620 * gdb.base/corefile.exp: Recognize the message saying that GDB
25621 can't find the core file's registers as a failure.
25622
25623 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25624
25625 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25626 test expect string more specific.
25627
25628 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
25629
25630 * gdb.asm/asm-source.exp: Add support for xstormy16.
25631 * gdb.asm/configure.in: Ditto.
25632 * gdb.asm/configure: Rebuild.
25633 * gdb.asm/xstormy16.inc: New file.
25634
25635 2001-12-10 Fred Fish <fnf@redhat.com>
25636
25637 * gdb.base/maint.exp: Update to match changes in type dumping code.
25638
25639 2001-12-10 Jim Blandy <jimb@redhat.com>
25640
25641 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25642 matching the entry point symbol's name at the beginning of the
25643 line.
25644
25645 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25646
25647 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25648 gdb.c++/inherit.exp, gdb.c++/method.exp,
25649 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25650 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25651 and class layout support.
25652
25653 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25654
25655 * gdb.c++/classes.exp: Add test for static member function.
25656 * gdb.c++/misc.cc: Add class with static member function.
25657
25658 2001-12-07 Jim Blandy <jimb@redhat.com>
25659
25660 If GDB says it can't find the struct the function returned, report
25661 those tests as `unsupported'.
25662 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25663 Rewrite subsequent tests to use it.
25664
25665 If GDB says it can't find the struct the function returned, report
25666 those tests as `unsupported'.
25667 * gdb.base/structs.exp (call_struct_func): New function.
25668 (do_function_calls): Use call_struct_func to call the functions
25669 returning structs.
25670
25671 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25672 whether functions are prototyped or not, so we can't possibly pass
25673 arguments to t_float_values2 properly.
25674
25675 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25676 value of `timeout' for targets other than the mips*tx39-*.
25677
25678 2001-12-06 Michael Snyder <msnyder@redhat.com>
25679
25680 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
25681 and detect whether the start symbol has a leading underscore.
25682
25683 2001-12-04 Jim Blandy <jimb@redhat.com>
25684
25685 * gdb.base/completion.exp: Clarify indentation.
25686
25687 2001-12-03 Jim Blandy <jimb@redhat.com>
25688
25689 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25690 variables on the S/390, not `.word'.
25691
25692 2001-11-30 Jim Blandy <jimb@redhat.com>
25693
25694 Add assembly-source tests for s390-ibm-linux.
25695 * gdb.asm/s390.inc: New file.
25696 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25697 the S/390 architecture.
25698 * gdb.asm/configure: Regenerated.
25699
25700 2001-11-30 Michael Snyder <msnyder@redhat.com>
25701
25702 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25703 next, info source, info sources, info line, global and static
25704 variables, and static functions.
25705 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25706 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25707 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25708 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25709 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25710 (gdbasm_leave): Restore frame pointer.
25711 (gdbasm_startup): Copy stack set-up from crt0.S.
25712
25713 2001-11-26 Fernando Nasser <fnasser@redhat.com>
25714
25715 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25716 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25717 to a local (non-static) variable. Copy tstruct.a to a static buffer
25718 and return a pointer to that buffer.
25719 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25720
25721 2001-11-24 Mark Kettenis <kettenis@gnu.org>
25722
25723 * gdb.asm/configure.in: Fix recognition of ix86 target.
25724 * gdb.asm/configure: Regenerate.
25725
25726 2001-11-21 Michael Snyder <msnyder@redhat.com>
25727
25728 * gdb.asm/sparc.inc: New file.
25729 * gdb.asm/asm-source.exp: Recognize sparc target.
25730 * gdb.asm/configure.in: Recognize sparc target.
25731 * gdb.asm/configure: Regenerate.
25732
25733 2001-11-21 Michael Snyder <msnyder@redhat.com>
25734
25735 * gdb.asm/m32r.inc: New file.
25736 * gdb.asm/asm-source.exp: Recognize m32r target.
25737 * gdb.asm/configure.in: Recognize m32r target.
25738 * gdb.asm/configure: Regenerate.
25739
25740 2001-11-20 Michael Snyder <msnyder@redhat.com>
25741
25742 * gdb.asm/i386.inc: New file.
25743 * gdb.asm/asm-source.exp: Recognize ix86 target.
25744 * gdb.asm/configure.in: Recognize ix86 target.
25745 * gdb.asm/configure: Regenerate.
25746
25747 * gdb.c++/namespace.exp: Fix quotes in output messages.
25748
25749 2001-11-14 Michael Snyder <msnyder@redhat.com>
25750
25751 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
25752 qualifier in a type cast expression, to designate an address
25753 in the instruction space (Harvard architecture).
25754
25755 2001-11-13 Michael Snyder <msnyder@redhat.com>
25756
25757 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25758 Tests for expressions using 'const' and 'volatile'.
25759
25760 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
25761
25762 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25763
25764 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
25765
25766 * lib/mi-support.exp (mi_run_to_helper): Move comments
25767 outside of gdb_expect.
25768
25769 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
25770
25771 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25772 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25773 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25774 mi0_run_to): New functions.
25775 * gdb.mi/mi-simplerun.exp: Use them.
25776 * gdb.mi/mi0-simplerun.exp: Likewise.
25777 * gdb.mi/mi-var-cmd.exp: Likewise.
25778 * gdb.mi/mi0-var-cmd.exp: Likewise.
25779
25780 2001-11-10 Andrew Cagney <ac131313@redhat.com>
25781
25782 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25783 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25784
25785 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25786
25787 * gdb.base/restore.exp: Include $expected value in restored test
25788 message.
25789
25790 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25791
25792 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25793 implemented.
25794
25795 2001-11-08 Michael Snyder <msnyder@redhat.com>
25796
25797 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25798 Add pass/fail message for stop at breakpoint in call dummy function.
25799
25800 2001-11-07 Michael Snyder <msnyder@redhat.com>
25801
25802 * gdb.c++/templates.exp (test_template_breakpoints):
25803 If we get an overload menu, but it does not match what
25804 we expect, we still need to issue the "cancel" command.
25805 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25806 making the whitespace optional. Argument for "new" may be
25807 "unsigned" as well as "unsigned int/long".
25808 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
25809 making the whitespace optional. Also replace "(void) with
25810 "((void|)), making the keyword "void" optional.
25811 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
25812 making the whitespace optional. Also replace "(void) with
25813 "((void|)), making the keyword "void" optional.
25814 * gdb.base/callfuncs.c (t_float_values): This function must
25815 _not_ be prototyped, and the following function (t_float_values2)
25816 must be prototyped (if the compiler supports it), so that GDB
25817 can be tested against both cases. Usually one case involves
25818 promotion of float to double, while the other does not.
25819 * gdb.base/callfwmall.c: Ditto.
25820 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25821 includes a stack frame for "start".
25822
25823 2001-11-05 Jim Blandy <jimb@redhat.com>
25824
25825 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25826 pointers are 32 bits long, and that offsets of relocs are always
25827 stored in the data (REL-style), and not in the reloc entry itself
25828 (RELA-style).
25829 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25830 stabs.
25831
25832 2001-11-01 Michael Snyder <msnyder@redhat.com>
25833
25834 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25835 and regular expression operators by using quoting.
25836
25837 2001-10-31 Michael Snyder <msnyder@redhat.com>
25838
25839 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25840 depending on what the symbol table contains.
25841 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25842 the output of the ptype command. Similarly, accept both "const &"
25843 and "const&".
25844
25845 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
25846
25847 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25848 symbol `STORAGE' to allow to choose the storage class of
25849 the local datastructures.
25850 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25851 compiler directive.
25852
25853 2001-10-30 Michael Snyder <msnyder@redhat.com>
25854
25855 * gdb.base/jump.exp: Allow it to run for all targets.
25856
25857 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25858
25859 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25860 with new double_array size.
25861 (main): Change storage class of all local variables to static.
25862 Reduce size of double_array to 9.
25863 * gdb.base/call-ar-st.exp: Increase timeout value.
25864 Change expected output for double array to match new size in
25865 call-ar-st.c.
25866
25867 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25868
25869 * gdb.base/ending-run.exp: Create identical output when passing
25870 `step to end of run' case. Add regular expression branch satisfying
25871 Stormy16 target.
25872
25873 2001-10-28 Mark Kettenis <kettenis@gnu.org>
25874
25875 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25876 that we catch the expected failure under Linux/x86.
25877
25878 2001-10-29 Orjan Friberg <orjanf@axis.com>
25879
25880 * gdb.base/setvar.exp: Escape curly braces.
25881 * gdb.stabs/weird.exp: Ditto.
25882
25883 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
25884
25885 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25886 * gdm.mi/mi0-hack-cli.exp: Likewise.
25887
25888 2001-10-25 Andrew Cagney <ac131313@redhat.com>
25889
25890 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25891 messages.
25892
25893 2001-10-21 Andrew Cagney <ac131313@redhat.com>
25894
25895 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25896 checking MI enabled.
25897
25898 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
25899
25900 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25901
25902 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
25903
25904 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25905 if gdb child process crashes, just signal an error.
25906
25907 2001-10-02 Jim Blandy <jimb@redhat.com>
25908
25909 * lib/gdb.exp (test_xfail_format): Simplify.
25910
25911 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25912 front of the variable name `format'. Simplify `if'.
25913
25914 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25915
25916 * gdb.threads/pthreads.exp: Wait for output and delay
25917 before sending ^C.
25918
25919 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25920
25921 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25922 some incorrect output instead of timing out.
25923 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25924
25925 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
25926
25927 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25928 check to allow additional `int'.
25929
25930 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
25931
25932 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25933 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25934
25935 2001-09-27 Michael Snyder <msnyder@redhat.com>
25936
25937 * lib/gdb.exp (test_debug_format): New proc.
25938 (setup_xfail_format): Use new proc test_debug_format.
25939 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25940 proc; use new service proc test_debug_format.
25941 Replace all other "gcc_compiled" tests with this test.
25942 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25943 proc; use new service proc test_debug_format.
25944 Replace all other "gcc_compiled" tests with this test.
25945
25946 2001-09-27 Michael Snyder <msnyder@redhat.com>
25947
25948 * gdb.base/cvexpr.exp: New file.
25949 * gdb.base/cvexpr.c: New file
25950 Test for expressions using const and volatile keywords.
25951
25952 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25953
25954 * gdb.base/constvars.exp: Check for different orders of keywords
25955 and additional "int" strings in output.
25956
25957 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25958
25959 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25960 responses from "help maint".
25961
25962 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25963
25964 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25965 to localhost:NNN instead of :NNN, in case Xvfb is listening
25966 only on TCP.
25967
25968 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25969
25970 * gdb.base/recurse.exp: When checking leaving the watchpoint
25971 scope, recognize when gdb is in function's epilogue and pass.
25972
25973 2001-09-18 Keith Seitz <keiths@redhat.com>
25974
25975 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25976 support for running tests against sid targets.
25977 (gdbtk_done): Ditto.
25978
25979 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25980
25981 * gdb.base/ending-run.c (main): Set stdout buffersize
25982 to the same reasonable value for any target.
25983 * gdb.base/ending-run.exp: Add a regular expression
25984 to make testsuite happy on Sanyo Stormy16 target.
25985
25986 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25987
25988 * gdb.base/display.c (do_loops): Add float variable `f'.
25989 Increment f in loop.
25990 * gdb.base/display.exp: Increment timeout by 60 seconds.
25991 Change float display test to use variable `f'.
25992
25993 2001-09-17 Jim Blandy <jimb@redhat.com>
25994
25995 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25996 overflowing the limited breakpoint tables on some ROM monitors
25997 (like the ROM68K).
25998
25999 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26000
26001 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26002 the "-ac" (disable access control) flag.
26003
26004 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26005
26006 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26007 ints.
26008
26009 2001-08-30 Keith Seitz <keiths@redhat.com>
26010
26011 * lib/gdb.exp: Move all insight-related functionality into
26012 separate file.
26013 * lib/insight-support.exp: New file.
26014
26015 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26016
26017 * config/sid.exp (sid_start): Never set sid verbosity; disable
26018 expect_background {} that consumed its stdout; tolerate </dev/null.
26019 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26020
26021 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26022
26023 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26024 CLI jump command to start it.
26025 (mi_run_to_main): Fail immediatly when unexpected output.
26026
26027 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26028
26029 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26030 beginning of function. Fix PR gdb/191.
26031
26032 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26033
26034 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26035 what to force sid endianness to.
26036
26037 2001-08-15 Keith Seitz <keiths@redhat.com>
26038
26039 * lib/gdb.exp (gdbtk_start): Don't set environment
26040 variables for TCL_LIBRARY and friends. Insight will
26041 now figure these out for itself.
26042
26043 2001-08-02 Michael Snyder <msnyder@redhat.com>
26044
26045 * gdb.base/completion.exp: Remove the symbol "a64l" from
26046 the expect string; this is target-specific, and not related
26047 to what is being tested.
26048
26049 2001-08-02 Dave Brolley <brolley@redhat.com>
26050
26051 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26052
26053 2001-07-25 Michael Snyder <msnyder@redhat.com>
26054
26055 * gdb.base/consecutive.exp: New file. Test stepping over
26056 breakpoints on consecutive instructions.
26057 * gdb.base/consecutive.c: New file.
26058
26059 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26060 curly braces in regular expressions.
26061
26062 2001-07-25 Michael Snyder <msnyder@redhat.com>
26063
26064 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26065 legitimate output from stepping out of main.
26066
26067 2001-07-22 Keith Seitz <keiths@redhat.com>
26068
26069 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26070 the empty string, do not run the tests.
26071
26072 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26073
26074 * gdb.base/long_long.exp: Detect size of pointer. Take into
26075 account 2-byte pointers when testing for p/a results.
26076
26077 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26078
26079 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26080 and defined to 1K for m68hc11.
26081 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26082 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26083 (sizeof_random_data): New variable to tell the size of the data table;
26084 don't test past this size; always run to main.
26085
26086 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26087
26088 * gdb.base/return2.exp: return of long long and double fails for
26089 68HC11; don't execute these tests on that platform.
26090 * gdb.base/return.exp: Return of a double fails for 68hc11.
26091
26092 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26093
26094 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26095 tests that print a float.
26096 * call-rt-st.exp: Likewise.
26097
26098 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26099
26100 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26101 running this test on Linux.
26102
26103 2001-06-24 Michael Chastain <chastain@redhat.com>
26104
26105 * gdb.base/arithmet.exp: Remove some tests to make all test names
26106 unique.
26107
26108 2001-07-03 Michael Snyder <msnyder@redhat.com>
26109
26110 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26111 the output of the ptype command.
26112
26113 2001-07-02 Michael Snyder <msnyder@redhat.com>
26114
26115 * gdb.base/completion.exp: Don't assume that break.c is the only
26116 source file that may contain functions named "marker".
26117 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26118
26119 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26120
26121 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26122 of files to delete.
26123
26124 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26125 * gdb.disasm/h8300s.exp: New file.
26126 gdb.disasm/h8300s.s: Likewise.
26127
26128 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26129
26130 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26131 empty breakpoint tables.
26132
26133 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26134
26135 * lib/mi-support.exp: Update args=... part of stop-reason
26136 patterns. Accept either a list or a tuple.
26137
26138 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26139
26140 * lib/mi-support.exp: Remove local emacs variable defining
26141 change-log-default-name.
26142
26143 2001-06-22 Michael Chastain <chastain@redhat.com>
26144
26145 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26146 This is operationally compatible with the previous version.
26147
26148 2001-06-13 Jim Blandy <jimb@redhat.com>
26149
26150 * lib/gdb.exp (gdb_test): Doc fix.
26151
26152 2001-06-10 Michael Chastain <chastain@redhat.com>
26153
26154 * gdb.base/exprs.exp: Remove a duplicate test.
26155
26156 2001-06-06 Jim Blandy <jimb@redhat.com>
26157
26158 * gdb.base/return2.exp (main): Use values to test float and double
26159 returns that are not NaN's, to avoid being confused by IEEE
26160 comparison rules.
26161
26162 2001-06-04 Michael Snyder <msnyder@redhat.com>
26163
26164 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26165 non-zero if control_c fails. Terminate the test on failure,
26166 rather than wait for 12 more tests to time out.
26167
26168 2001-06-06 Jim Blandy <jimb@redhat.com>
26169
26170 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26171 Don't forget to match the GDB prompt.
26172
26173 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26174
26175 2001-06-04 Jim Blandy <jimb@redhat.com>
26176
26177 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26178 command.
26179
26180 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26181
26182 * gdb.base/annota1.exp (info break): Match four or more spaces
26183 after "Address".
26184
26185 2001-05-31 Michael Chastain <chastain@redhat.com>
26186
26187 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26188 (dm_type_int_star): Likewise.
26189 (dm_type_long_star): Likewise.
26190 (dm_type_void_star): Likewise.
26191
26192 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26193
26194 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26195 to a known value in order to get consistent results regardless
26196 of the setting of INPUTRC or the presence or contents of .inputrc.
26197
26198 2001-05-24 Michael Snyder <msnyder@redhat.com>
26199
26200 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26201 Don't require that the main thread and the manager thread are the
26202 first in the list.
26203
26204 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26205 debugging. If test fails, issue an "unsupported" not a "fail".
26206
26207 2001-05-24 Jim Blandy <jimb@redhat.com>
26208
26209 Don't assume that short is shorter than int.
26210 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26211 assume that shorts are smaller than ints. On a 16-bit machine,
26212 this isn't true.
26213 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26214 an int, is not equal to ~0 stored in an unsigned char. This tests
26215 the same thing that the previous test meant to, but works on
26216 16-bit machines, too.
26217 ("print unsigned char != (~0)"): Same test, complemented.
26218
26219 2001-05-24 Michael Snyder <msnyder@redhat.com>
26220
26221 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26222 test for (full_coverage == 0). This makes the test run faster,
26223 and prevents dejagnu getting out of step.
26224
26225 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26226
26227 * gdb.base/finish.exp (finish_void): Revise pattern for
26228 stopping on the call statement to not permit stopping at
26229 the start of the instructions comprising the call sequence.
26230
26231 2001-05-19 Michael Chastain <chastain@redhat.com>
26232
26233 * gdb.base/callfuncs.exp: Make all test names unique.
26234 * gdb.base/commands.exp: Make all test names unique.
26235 * gdb.base/condbreak.exp: Make all test names unique.
26236 * gdb.base/dbx.exp: Make all test names unique.
26237 * gdb.base/default.exp: Make all test names unique.
26238 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26239 and TIMEOUT messages to their corresponding PASS message.
26240 * gdb.base/ending-run.exp: Make all test names unique.
26241 * gdb.base/long_long.exp: Remove duplicate test.
26242
26243 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26244
26245 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26246 stop on the call statement as well as the statement after the
26247 call.
26248
26249 2001-05-21 Michael Snyder <msnyder@redhat.com>
26250
26251 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26252
26253 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26254
26255 * gdb.base/completion.exp: Revamp test. Make it execute on all
26256 platforms.
26257
26258 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26259
26260 * config/gdbserver.exp (gdb_load): Handle the case
26261 in which the arguments to gdbserver are given in the
26262 baseboard configuration file.
26263 Also handle the case in which the server needs to do a
26264 load.
26265
26266 2001-05-07 Keith Seitz <keiths@cygnus.com>
26267
26268 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26269 set up the display for testing.
26270 (gdbtk_start): Convert all paths to paths that tcl will like.
26271 Export target information to environment.
26272 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26273 necessary.
26274 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26275 (to_tcl_path): New proc to convert a given pathname into
26276 a path acceptible as an argument to a tcl command.
26277 (_gdbtk_export_target_info): New proc to export target info
26278 into the environment for gdbtk testing.
26279 (gdbtk_done): New proc to signal end-of-test.
26280
26281 2001-05-06 Jim Blandy <jimb@redhat.com>
26282
26283 * restore.c: Make the code of caller0 correspond to its comment.
26284
26285 2001-05-03 Michael Snyder <msnyder@redhat.com>
26286
26287 * config/sid.exp (gdb_target_sid): Check for error messages.
26288 On error or timeout, don't make expect exit (which will terminate
26289 all subsequent tests); instead just make gdb exit.
26290 (gdb_load): Check for error messages. On error or timeout,
26291 return a negative value.
26292
26293 2001-04-24 Jim Blandy <jimb@redhat.com>
26294
26295 * gdb.c++/templates.exp: If we see the prompt for the overload
26296 list, but we haven't recognized any of the longer patterns,
26297 arrange for this test to fail, not hang.
26298
26299 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26300 variations.
26301
26302 2001-04-22 Michael Chastain <chastain@redhat.com>
26303
26304 * gdb.c++/local.exp: Use the 'runto' library function.
26305 * gdb.c++/namespace.exp: Likewise.
26306 * gdb.c++/overload.exp: Likewise.
26307
26308 2001-03-26 Kevin Buettner <kevinb@redhat.com>
26309
26310 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26311 * gdb.base/step-line.exp: New file. Test step/next in presence of
26312 #line directives.
26313 * gdb.base/step-line.c: New file. Test program for the above.
26314 * gdb.base/step-line.inp: New file. We pretend that this file has
26315 been transformed by some other tool into step-line.c.
26316
26317 2001-03-21 Jim Blandy <jimb@redhat.com>
26318
26319 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26320 unmangled operator names.
26321
26322 2001-03-20 Jim Blandy <jimb@redhat.com>
26323
26324 * gdb.threads/linux-dp.exp: Recognize an additional message
26325 generated by GDB when it doesn't understand how to debug threads
26326 on the target system.
26327
26328 2001-03-19 Andrew Cagney <ac131313@redhat.com>
26329
26330 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26331
26332 2001-03-12 Michael Chastain <chastain@redhat.com>
26333
26334 * gdb.c++/derivation.exp: Use the 'runto' library function.
26335
26336 2001-03-12 Michael Chastain <chastain@redhat.com>
26337
26338 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26339
26340 2001-02-24 Michael Chastain <chastain@redhat.com>
26341
26342 * gdb.c++/ref-types.exp: Change handwritten code to library
26343 function 'runto'.
26344
26345 2001-03-16 Orjan Friberg <orjanf@axis.com>
26346
26347 * gdb.base/signals.exp: Set count to 0 explicitly.
26348
26349 2001-03-15 Mark Salter <msalter@redhat.com>
26350
26351 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26352 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26353 (gdb_load): Add support for additional target_info: gdb_download_size
26354 and gdb_load_timeout.
26355
26356 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26357
26358 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26359 file -- to prevent failing when the compile fails but we have no
26360 intention of running the tests anyway.
26361
26362 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26363 tests if set.
26364
26365 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26366 integers.
26367
26368 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26369 * gdb.c++/namespace.exp: Ditto.
26370
26371 2001-03-07 Orjan Friberg <orjanf@axis.com>
26372
26373 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26374 * gdb.base/pointers.exp: Relax pattern match of decimals.
26375
26376 2001-03-06 Kevin Buettner <kevinb@redhat.com>
26377
26378 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26379 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26380 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26381 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26382 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26383 config/sh.exp, config/sid.exp, config/slite.exp,
26384 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26385 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26386 config/vxworks.exp, config/vxworks29k.exp,
26387 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26388 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26389 gdb.base/arithmet.exp, gdb.base/assign.exp,
26390 gdb.base/async.exp, gdb.base/attach.exp,
26391 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26392 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26393 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26394 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26395 gdb.base/commands.exp, gdb.base/completion.exp,
26396 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26397 gdb.base/constvars.exp, gdb.base/corefile.exp,
26398 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26399 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26400 gdb.base/ending-run.exp, gdb.base/environ.exp,
26401 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26402 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26403 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26404 gdb.base/funcargs.exp, gdb.base/help.exp,
26405 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26406 gdb.base/logical.exp, gdb.base/long_long.exp,
26407 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26408 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26409 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26410 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26411 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26412 gdb.base/regs.exp, gdb.base/relational.exp,
26413 gdb.base/remote.exp, gdb.base/reread.exp,
26414 gdb.base/restore.exp, gdb.base/return2.exp,
26415 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26416 gdb.base/selftest.exp, gdb.base/setshow.exp,
26417 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26418 gdb.base/sigall.exp, gdb.base/signals.exp,
26419 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26420 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26421 gdb.base/step-test.exp, gdb.base/structs.c,
26422 gdb.base/structs.exp, gdb.base/structs2.exp,
26423 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26424 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26425 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26426 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26427 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26428 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26429 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26430 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26431 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26432 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26433 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26434 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26435 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26436 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26437 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26438 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26439 gdb.trace/circ.exp, gdb.trace/collection.exp,
26440 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26441 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26442 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26443 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26444 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26445 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26446 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26447 notices.
26448
26449 2001-02-27 Michael Snyder <msnyder@cygnus.com>
26450
26451 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26452 first arg is int not float.
26453
26454 2001-02-22 Michael Snyder <msnyder@cygnus.com>
26455
26456 * gdb.base/reread.exp: Unsupported for non-native targets;
26457 doesn't work for remote debugging.
26458
26459 2001-02-19 Fernando Nasser <fnasser@redhat.com>
26460
26461 From Drew Moseley <dmoseley@redhat.com>
26462 * gdb.base/ending-run.exp: Properly handle the BSP state when
26463 stepping past the end of main.
26464
26465 2001-02-19 John Moore <jmoore@redhat.com>
26466
26467 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26468 Converted HPUX fix for non-expected items following multiple
26469 step commands into general solution for all platforms.
26470
26471 2001-02-18 Michael Chastain <chastain@redhat.com>
26472
26473 * gdb.c++/classes.exp (do_tests): Change runto statements
26474 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26475 statements demangler agnostic.
26476 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26477 (gdb_virtfunc_restart): Likewise.
26478
26479 2001-02-14 Michael Chastain <chastain@redhat.com>
26480
26481 * gdb.c++/inherit.exp (do_tests): Change runto statements
26482 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26483 statements demangler agnostic.
26484
26485 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26486
26487 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26488 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26489 before calling common_routine 15 times'' tests.
26490
26491 2001-02-11 Michael Chastain <chastain@redhat.com>
26492
26493 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26494 Helps the test script figure out which demangler is in use.
26495 (dm_type_foo_ref): Ditto.
26496 (dm_type_int_star): Ditto.
26497 (dm_type_long_star): Ditto.
26498 (dm_type_unsigned_int): Ditto.
26499 (dm_type_void): Ditto.
26500 (dm_type_void_star): Ditto.
26501 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26502 Probe the gdb demangler and set variables to accommodate
26503 formatting differences.
26504 (info_func_regexp): New function. Same as info_func, but
26505 matches against a regexp.
26506 (info_func): Match against a literal string.
26507 (print_addr_2): New function. Match against a literal string,
26508 which can be different from the input to gdb.
26509 (print_addr): Simply call print_addr_2 with the same argument twice.
26510 (test_lookup_operator_functions): Use demangler formatting variables.
26511 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26512 the tests in the same order as the C++ class declaration.
26513 (test_paddr_operator_functions): Ditto.
26514 (test_paddr_overloaded_functions): Ditto.
26515 (test_paddr_hairy_functions): Use demangler formatting variables.
26516 Add reference to gdb/19 for related tests.
26517 (do_tests): Call probe_demangler.
26518
26519 2001-01-30 Kevin Buettner <kevinb@redhat.com>
26520
26521 * gdb.c++/templates.cc (printf): Remove unused function definition.
26522
26523 2001-01-26 Felix Lee <flee@redhat.com>
26524
26525 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26526
26527 2001-01-25 matthew green <mrg@redhat.com>
26528
26529 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26530 up sid.
26531 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26532
26533 2001-01-25 matthew green <mrg@redhat.com>
26534
26535 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26536 Deprecate $sid_spawn_id.
26537 (sid_exit): Remove code necessary only for `spawn.'
26538
26539 2001-01-25 matthew green <mrg@redhat.com>
26540
26541 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26542
26543 2001-01-28 Michael Chastain <chastain@redhat.com>
26544
26545 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26546 to call when tests fail. It takes gdb out of the overloaded
26547 function choice menu back to the main prompt, so that the test
26548 program stays synchronized.
26549 (set_bp_overloaded): New proc to collect all the common
26550 code for setting a breakpoint on an overloaded name. Calls
26551 take_gdb_out_of_choice_menu when needed.
26552 (menu_overload1arg): New variable to collect the repeated
26553 instances of the expected menu for an overloaded name. Change
26554 the regular expression to handle changes in g++ type encoding:
26555 "void" can be either "void" or "", and "unsigned int" can be
26556 either "unsigned int" or "unsigned".
26557 (continue_to_bp_overloaded): Change regular expressions to handle
26558 changes in g++ type encoding.
26559 (no proc): Call take_gdb_out_of_choice_menu when needed.
26560 Remove redundant calls to "info break". Accept either "canceled"
26561 or "cancelled". Change regular expressions in "info break"
26562 calls to handle changes in g++ type encoding. Give all tests
26563 unique strings.
26564
26565 2001-01-17 Ben Elliston <bje@redhat.com>
26566
26567 * config/sid.exp: New file.
26568
26569 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26570
26571 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26572
26573 2000-12-21 Michael Snyder <msnyder@cygnus.com>
26574
26575 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26576 Add a RE to accept a non-ascii char if one is ever presented.
26577
26578 2000-12-20 Fernando Nasser <fnasser@redhat.com>
26579
26580 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26581
26582 2000-12-18 Michael Snyder <msnyder@cygnus.com>
26583
26584 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26585 in regexp. One '\' does not suffice on Linux.
26586
26587 2000-12-09 Michael Chastain <chastain@redhat.com>
26588
26589 * gdb.base/break.exp (test_clear_command): Use a marker function
26590 rather than 'main' for the test function. Also move this
26591 test to an execution point where the marker function names are
26592 guaranteed to be bound to functions. (Executing tests after a
26593 'finish' from main runs into name conflicts with local names
26594 in __libc_start_main).
26595
26596 2000-12-07 Michael Snyder <msnyder@cygnus.com>
26597
26598 * gdb.base/finish.exp: New test for gdb's "finish" command.
26599 * gdb.base/return2.exp: New test for gdb's "return" command.
26600 * gdb.base/return2.c: New source file for above.
26601
26602 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26603
26604 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26605 * gdb.base/miscexprs.exp: Ditto.
26606 * gdb.base/pointers.exp: Ditto.
26607 * gdb.c++/derivation.exp: Ditto.
26608 * gdb.c++/local.exp: Ditto.
26609 * gdb.c++/namespace.exp: Ditto.
26610 * gdb.c++/overload.exp: Ditto.
26611 * gdb.c++/ref-types.exp: Ditto.
26612
26613 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26614
26615 * gdb.base/constvars.exp: Test result of "up" command.
26616 * gdb.base/miscexprs.exp: Ditto.
26617 * gdb.base/pointers.exp: Ditto.
26618 * gdb.base/scope.exp: Ditto.
26619 * gdb.c++/derivation.exp: Ditto.
26620 * gdb.c++/local.exp: Ditto.
26621 * gdb.c++/namespace.exp: Ditto.
26622 * gdb.c++/overload.exp: Ditto.
26623 * gdb.c++/ref-types.exp: Ditto.
26624
26625 2000-11-22 Michael Chastain <chastain@redhat.com>
26626
26627 * mips_pro.exp: Accept either "middle -> top -> main" or
26628 "middle -> main" in the backtrace, because gcc can optimize
26629 tail calls to jumps. Remove setup_xfail for the hppa case.
26630 Add a comment with the original warning messages from PR 3016,
26631 which was filed in 1993, to preserve them for posterity.
26632
26633 2000-11-17 Nick Duffek <nsd@redhat.com>
26634
26635 * lib/gdb.exp (gdb_test): Override timeout with board info.
26636
26637 2000-11-17 Nick Duffek <nsd@redhat.com>
26638
26639 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26640 the second kill and detach messages.
26641
26642 2000-11-17 Nick Duffek <nsd@redhat.com>
26643
26644 * configure.in: Add AC_EXEEXT.
26645 * configure: Regenerate.
26646 * Makefile.in (just-check): Export EXEEXT.
26647 * lib/gdb.exp ($EXEEXT): Import from environment.
26648 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26649 expect "maint dump-me" on Cygwin.
26650 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26651 $EXEEXT.
26652
26653 2000-11-17 Nick Duffek <nsd@redhat.com>
26654
26655 * gdb.base/break.exp: Test backtrace and finish from called
26656 function on all platforms, not just HP-UX.
26657
26658 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26659
26660 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26661 code from gdb_target_monitor, so it can be used independantly
26662 for gdbserver. Also comment out an unnecessary PUTS.
26663
26664 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26665
26666 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26667 * gdb.base/corefile.exp: Expect the message "Program is being
26668 debugged already" when we send the "corefile" command, since
26669 the preceeding gdb_load may have connected gdb to a remote target.
26670 * gdb.base/display.exp: Disable hardware watchpoints if new
26671 board info variable "no_hardware_watchpoints" is true.
26672 Replace single-letter commands with more readable ones.
26673 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26674 if new board info variable "no_hardware_watchpoints" is true.
26675 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26676 to see if stdio (printf) testing is possible.
26677 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26678 board info variable "no_hardware_watchpoints" is true. Use new
26679 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26680
26681 2000-11-13 Fernando Nasser <fnasser@redhat.com>
26682
26683 From Orjan Friberg <orjanf@axis.com>:
26684 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26685 in array print pattern match.
26686
26687 2000-11-09 Fernando Nasser <fnasser@redhat.com>
26688
26689 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26690 spelling "cancelled" to U.S. spelling "canceled" to match changes
26691 made to gdb.
26692 * gdb.c++/ovldbreak.exp: Ditto.
26693
26694 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26695
26696 * gdb.base/callfuncs.c (main): Moved to end of file, call
26697 t_double_values to initialize the FPU before inferior calls are made.
26698 * gdb.base/callfuncs.exp: Test for register preservation after calling
26699 inferior functions. Add tests for continuining, finishing and
26700 returning from a stop in a call dummy.
26701
26702 2000-10-24 Michael Snyder <msnyder@cygnus.com>
26703
26704 * gdb.base/commands.exp: Break up long lines, and re-indent.
26705
26706 2000-10-19 Michael Snyder <msnyder@cygnus.com>
26707
26708 * config/gdbserver.exp: Rewritten from the ground up, to make it
26709 compatible with the current dejagnu tree, and to make it work with
26710 the new "gdbserver" in libremote.
26711
26712 2000-10-16 Michael Snyder <msnyder@cygnus.com>
26713
26714 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26715 * gdb.base/varargs.exp: Skip entire test if no printf support.
26716 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26717 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26718
26719 2000-10-13 Michael Snyder <msnyder@cygnus.com>
26720
26721 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26722 no floating point support.
26723 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26724 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26725 * gdb.base/call-rt-st.exp: Ditto.
26726 * gdb.base/call-strs.exp: Ditto.
26727
26728 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26729
26730 * gdb.base/sizeof.c: include <stdio.h>.
26731
26732 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
26733 'finish', otherwise uncaptured gdb_prompt would potentially
26734 throw remaining test points out of sync.
26735
26736 2000-07-26 Scott Bambrough <scottb@netwinder.org>
26737
26738 * gdb.base/recurse.exp: Run tests for all targets.
26739 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26740 gnu-oldld case on ARM.
26741 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26742 for ARM targets.
26743
26744 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26745
26746 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26747 * gdb.java/configure: Rebuild.
26748
26749 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26750
26751 * gdb.java/jv-exp.exp: New file.
26752
26753 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26754
26755 * configure: Rebuilt.
26756 * configure.in (configdirs): Add gdb.java.
26757 * gdb.java/jmisc.java: New file.
26758 * gdb.java/jmisc.exp: New file.
26759 * gdb.java/Makefile.in: New file.
26760 * gdb.java/configure: Rebuilt.
26761 * gdb.java/configure.in: New file.
26762 * lib/java.exp: New file.
26763
26764 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26765
26766 * gdb.base/exprs.exp: Test casts to a pointer including over and
26767 underflow.
26768
26769 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26770
26771 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
26772 and the compilers sizes.
26773
26774 2000-07-09 Nick Duffek <nsd@redhat.com>
26775
26776 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26777 (use_methods): New function.
26778 (main): Call use_methods().
26779 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26780 (do_tests): Call test_method_param_class.
26781
26782 2000-07-09 Nick Duffek <nsd@redhat.com>
26783
26784 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26785 spelling.
26786 (test_enums): New procedure. Move enum tests from end of script
26787 to here. Set breakpoint on function name instead of line number.
26788 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26789 (enums2): New marker function.
26790 (enums1): New function.
26791 (main): Call enums1(). Move enum tests to enums1().
26792
26793 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26794
26795 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
26796 compile/link program. Update line numbers.
26797 * gdb.asm/d10v.inc: Define ``startup''.
26798 * gdb.asm/asmsrc1.s: Add definition of _start.
26799
26800 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26801
26802 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26803
26804 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26805
26806 * gdb.base/maint.exp: Add 'maint print architecture' item to output
26807 of 'help maint print' command.
26808
26809 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26810
26811 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
26812 they use gdb_expect_list.
26813
26814 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26815
26816 * gdb.base/commands.exp: Use ``set remote
26817 memory-read-packet-size'' instead of ``set endian big'' to test
26818 long commands.
26819
26820 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
26821
26822 * gdb.c++/templates.exp (do_tests): Make all of these work under
26823 g++, and stop skipping them.
26824
26825 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26826 work under g++.
26827
26828 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
26829 initialization.
26830
26831 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26832
26833 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26834 the regular expression: accept an (almost) arbitrary sequence of
26835 "frames-invalid" and "breakpoints-invalid" messages both before
26836 and after the "starting" message.
26837
26838 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26839
26840 * gdb.c++/local.exp: This test has never been known to work with g++.
26841
26842 2000-05-18 Michael Snyder <msnyder@cygnus.com>
26843
26844 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26845 Relax the regular expression a little, make it pass on Solaris 8.
26846
26847 2000-05-12 Kevin Buettner <kevinb@redhat.com>
26848
26849 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
26850 a call, do not require that gdb stop on the line after the call.
26851 Instead, it is permissible for gdb to stop on the line of the
26852 call itself.
26853
26854 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
26855
26856 * gdb.base/break.exp (bp on small function, optimized file):
26857 Add a second pass pattern. The behavior differs here between stabs
26858 and dwarf for one-line functions. Stabs preserves two line symbols
26859 (one before the prologue and one after) with the same line number,
26860 but dwarf regards these as duplicates and discards one of them.
26861 Therefore the address after the prologue (where the breakpoint is)
26862 has no exactly matching line symbol, and GDB reports the breakpoint
26863 as if it were in the middle of a line rather than at the beginning.
26864
26865 2000-05-08 Michael Snyder <msnyder@cygnus.com>
26866
26867 * gdb.base/interrupt.exp: Make "pass" message say "send"
26868 rather than "send_gdb" (for consistancy).
26869
26870 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26871
26872 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26873 * gdb.c++/templates.cc: Properly check for GCC version number.
26874 * lib/compiler.cc: Likewise
26875
26876 2000-04-28 Michael Snyder <msnyder@cygnus.com>
26877
26878 * gdb.base/break.exp: When compiled with -O2 optimization,
26879 gdb may not stop at the first line of main, due to code motion.
26880
26881 2000-04-26 Michael Snyder <msnyder@cygnus.com>
26882
26883 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26884 This test depends on parsing the printf output from the target.
26885 Since the sparclet stub doesn't do stdio, this will never work.
26886 * gdb.base/call-rt-st.exp: ditto.
26887 * gdb.base/call-strs: ditto.
26888
26889 2000-04-24 Michael Snyder <msnyder@cygnus.com>
26890
26891 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26892
26893 * gdb.base/ending-run.exp: After connecting to a remote target,
26894 but before running, the target will appear to be in a random
26895 location. Specify both a file and a line for breakpoints.
26896 Also, the function that calls main may be called 'init'
26897 rather than 'start'.
26898
26899 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26900
26901 * gdb.base/help.exp: Update output for add-symbol-file command.
26902
26903 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
26904
26905 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26906 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26907
26908 2000-04-07 J.T. Conklin <jtc@redback.com>
26909
26910 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26911
26912 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26913
26914 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26915
26916 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
26917 values that can be represented exactly.
26918 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26919 above change, and to not check against the directory part of the source
26920 file name.
26921 (step into print_long_arg_list): Likewise.
26922 (print print_small_structs from print_long_arg_list): Likewise.
26923 (print print_long_arg_list): Likewise.
26924
26925 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26926
26927 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
26928
26929 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26930
26931 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26932
26933 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
26934
26935 * gdb.base/commands.exp (deprecated_command_test): Add test for
26936 deprecate with no arguments.
26937
26938 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26939
26940 * gdb.base/break.exp: Add new test for setting breakpoints on
26941 optimized code so we can test breakpoints work even when function
26942 prologues may be optimized away
26943
26944 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26945
26946 From David Whedon <dwhedon@gordian.com>
26947 * gdb.base/commands.exp : Added command deprecator tests.
26948
26949 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26950
26951 * gdb.base/help.exp: Added test for new apropos command.
26952
26953 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26954
26955 * gdb.base/pointers.c (usevar): New function.
26956 (main): Make sure that global variables v_int_pointer2, rptr,
26957 and y are all referenced someplace in the program by calling
26958 usevar() on them. [Some linkers delete symbols which are
26959 never referenced. The space remains, but there's no way to
26960 get a (symbolic) handle on the variable from the debugger.]
26961
26962 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26963
26964 * gdb.base/printcmds.c: Add typedeffed arrays.
26965
26966 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26967 procedure to test arrays that are typedef'd.
26968
26969 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26970
26971 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26972 the library directories.
26973
26974 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26975
26976 * configure.in (configdirs): Add sub directory gdb.mi.
26977 * configure: Re-generate.
26978
26979 * gdb.mi: New directory.
26980
26981 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26982
26983 * gdb.base/long_long.exp: Correct test suite failure when printing
26984 a long long value as a double on ARM platforms.
26985
26986 2000-02-16 Jim Blandy <jimb@redhat.com>
26987
26988 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26989 default source file is set properly before running this test.
26990
26991 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26992
26993 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26994 gdbtk/library directory, not in gdbtcl2.
26995
26996 2000-02-04 Jim Blandy <jimb@redhat.com>
26997
26998 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26999 backslash from regexp pattern.
27000
27001 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27002 procedure. Use it to run all the "continue to bp overloaded"
27003 tests. Note that this changes the names of the tests slightly.
27004 If the breakpoint hit message includes a hex PC value, because
27005 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27006 from the real source code, still consider that a pass.
27007
27008 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27009 XFAIL here if the breakpoint message contains a hex address. Note
27010 similar change on 1999-11-02.
27011
27012 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27013
27014 * gdb.base/ptype.exp: Establish a default source file before
27015 calling get_debug_format.
27016
27017 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27018
27019 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27020
27021 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27022
27023 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27024 of successive stepi commands -- while in the prologue we should see
27025 the function entry bracket.
27026
27027 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27028
27029 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27030 reach __change_mode() when stepping through the end of main().
27031
27032 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27033
27034 * gdb.base/default.exp: Fix expected pattern.
27035 * gdb.base/help.exp: Same.
27036
27037 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27038
27039 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27040 Don't use xfail's because that affects only the following test.
27041
27042 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27043 solaris or linux.
27044
27045 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27046
27047 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27048
27049 * gdb.base/display.exp: Some yacc parsers like to say
27050 "A syntax error" rather than "A parse error". Accept both.
27051
27052 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27053
27054 * gdb.base/default.exp: Remove OS dependent string from "target
27055 remote" test.
27056 * gdb.base/help.exp: Same for "help target remote" test.
27057
27058 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27059
27060 From Jim Kingdon <kingdon@redhat.com>:
27061
27062 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27063 prompt (cleanup rather than necessity, but still might keep output
27064 from spilling to next test).
27065
27066 2000-01-02 Fred Fish <fnf@cygnus.com>
27067
27068 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27069 AIX, which defines them in <sys/types.h>.
27070
27071 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27072
27073 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27074 float" test.
27075
27076 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27077
27078 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27079
27080 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27081 outermost frame disallowed".
27082
27083 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27084
27085 * gdb.base/setvar.exp: New tests for setting the value of a struct
27086 with a constant list.
27087
27088 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27089
27090 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27091 require the user to type a cast before setting the value of a struct.
27092
27093 1999-12-06 Jim Blandy <jimb@cygnus.com>
27094
27095 * gdb.base/default.exp: Expect the new 'info float' command on
27096 all i386 platforms.
27097
27098 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27099 LinuxThreads libraries that don't support debugging.
27100
27101 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27102
27103 * gdb.base/remote.c: Fill the buffer with truely random data.
27104 Change the buffer type to ``unsigned char'' to simplify size
27105 arithmetic.
27106
27107 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27108 stub only handles 400-1 byte packets. Verify that the download
27109 worked.
27110
27111 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27112
27113 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27114 tests, using UNRESOLVED for the untested cases. Also, does not wait
27115 for a timeout if the prompt was received before a recognizable pattern.
27116
27117 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27118
27119 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27120
27121 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27122
27123 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27124 watchpoints.
27125
27126 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27127
27128 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27129
27130 * gdb.c++/local.exp: Be more flexible in recognizing local class
27131 name mangling. Don't allow horribly truncated method names.
27132 * gdb.c++/derivation.exp: Expect protected inheritance.
27133 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27134 * gdb.c++/virtfunc.exp: Likewise.
27135 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27136 when printing a nested enum.
27137
27138 1999-11-22 Jim Blandy <jimb@cygnus.com>
27139
27140 * gdb.base/step-test.exp: Properly await GDB's response to setting
27141 a breakpoint on the call to large_struct_by_value.
27142
27143 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27144 just because we have debug info for the `start' function.
27145
27146 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27147
27148 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27149 "Unknown signal" messages, which indicate (on LinuxThreads) that
27150 GDB doesn't know how to debug threads on this system. This is
27151 better than hanging while philosopher 0 dumps chatter into gdb.log.
27152
27153 1999-11-18 Tom Tromey <tromey@cygnus.com>
27154
27155 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27156
27157 1999-11-18 Fred Fish <fnf@cygnus.com>
27158
27159 * gdb.base/coremaker2.c: Add sample program for generating
27160 cores that is more self contained than coremaker.c. Eventually
27161 I'll add more code to this and tie it into the testsuite.
27162
27163 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27164
27165 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27166
27167 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27168
27169 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27170 from $srcdir/lib/.
27171 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27172 and gdb.c++/.
27173
27174 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27175
27176 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27177 'continue with watch' test point.
27178
27179 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27180
27181 Merged from p2linux-990323-branch:
27182
27183 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27184
27185 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27186
27187 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27188 {limit,fixed}''. Test ``set download-write-size''.
27189
27190 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27191
27192 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27193 gdb_expect_list.
27194
27195 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27196
27197 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27198
27199 1999-11-03 Mark Salter <msalter@cygnus.com>
27200
27201 * gdb.base/break.exp: Fix "stub continue" pattern.
27202
27203 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27204
27205 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27206
27207 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27208
27209 * gdb.base/display.exp ("finish"): Add timeout clause.
27210
27211 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27212 plain prompt clause, so this doesn't have to time out in order to
27213 fail.
27214
27215 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27216 breakpoint hit messages include an address.
27217
27218 * gdb.base/display.exp: Don't forget to escape parens in regular
27219 expressions. Unix regexp notatation sucks.
27220
27221 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27222
27223 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27224 order for 'signalled' message.
27225
27226 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27227
27228 From Jimmy Guo <guo@cup.hp.com>:
27229 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27230 * gdb.base/annota1.c: Add code for tests to work with.
27231
27232 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27233
27234 * gdb.base/remote.exp: New test for remote downloading settings.
27235 * gdb.base/remote.c: New file with large .data.
27236
27237 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27238
27239 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27240 for LinuxThreads support, merged from the Code Fusion branch.
27241
27242 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27243
27244 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27245 containing exp_continue into a while within an expect. Don't
27246 attempt a start more than three times. Check return value from
27247 gdb_load.
27248
27249 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27250
27251 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27252 a pass case.
27253
27254 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27255
27256 * gdb.base/break.c (main): Added a statement that we can step
27257 off of.
27258 * gdb.base/break.exp: Added tests for setting a breakpoint
27259 at an offset and stepping onto a breakpoint.
27260
27261 1999-10-01 Fred Fish <fnf@cygnus.com>
27262
27263 * gdb.base/help.exp (help add-symbol-file): Update to match current
27264 gdb output.
27265
27266 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27267
27268 * gdb.base/break.exp: Code locations are in hex, don't forget!
27269 (For HP-UX.)
27270
27271 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27272
27273 * condbreak.exp: Use break.c as test program.
27274 * condbreak.c: Remove, redundant with break.c.
27275
27276 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27277
27278 * config/monitor.exp (gdb_target_monitor): Disable X- and
27279 Z-packets if the target needs it.
27280
27281 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27282
27283 * gdb.c++/overload.exp: Added tests for listing overloaded
27284 functions with function pointers in the arg, explicitly calling
27285 out the version you want.
27286
27287 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27288
27289 * long_long.exp: Add variations of test cases that work for
27290 targets with 16-bit ints and 32-bit doubles.
27291
27292 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27293
27294 * break.c (main): Compare a possibly-uninitialized argc with an
27295 unlikely value that fits in 16 bits.
27296
27297 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27298
27299 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27300 0xfeeb, don't want negative numbers if ints are 16 bits.
27301
27302 * lib/gdb.exp (skip_cplus_tests): New proc.
27303 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27304 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27305 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27306 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27307 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27308 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27309 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27310 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27311
27312 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27313
27314 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27315
27316 * gdb.base/corefile.exp (up): Allow a parameter to appear
27317 in the frame that we're going up to.
27318
27319 From Jim Blandy <jimb@cygnus.com>:
27320
27321 * gdb.base/default.exp (info float): Expect some output now.
27322
27323 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27324 returning floating-point values to fail on the x86.
27325 * gdb.base/callfwmall.exp (do_function_calls): Same.
27326
27327 * gdb.base/list.exp (test_listsize): Correct expectations for
27328 listing line 1 with listsize 2. Also, listing a single line
27329 works now, as does listing three lines. [Kevin's note: There
27330 were a number of other cases fixed too where the expectations
27331 differed...]
27332
27333 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27334
27335 * gdb.base/selftest.exp: Add case for when version prints as
27336 constant string instead of char pointer.
27337
27338 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27339
27340 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27341 stepping out of main.
27342
27343 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27344 G++ used.
27345
27346 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27347 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27348
27349 * gdb.c++/ovldbreak.exp: Update match string in test that
27350 includes a warning of multiple breakpoints.
27351
27352 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27353
27354 * gdb.base/display.exp: Improve precision of step-after-finish
27355 added yesterday.
27356
27357 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27358 test.
27359
27360 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27361 configs when using G++, not just hppa*.
27362
27363 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27364
27365 * gdb.base/async.c: New file.
27366 * gdb.base/async.exp: New file.
27367
27368 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27369
27370 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27371 PA64.
27372
27373 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27374
27375 * gdb.base/display.exp: "finish" can leave us mid-line on many
27376 targets, deal with it. Add a small constant to main, instead of
27377 1000 since main+1000 may not be a valid address in the target.
27378
27379 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27380 on hpux11.
27381
27382 * gdb.base/attach.exp: Handle another hpux11 error message variant
27383 when attaching to a process that does not exist.
27384
27385 1999-08-19 J.T. Conklin <jtc@redback.com>
27386
27387 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27388 characters in 'continue to 1241' test.
27389
27390 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27391
27392 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27393 stop in print_long_arg_list, define and use a whitespace
27394 variable in print_small_structs test, add an XFAIL for Solaris.
27395 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27396 interested enough to fix.
27397
27398 1999-08-13 Keith Seitz <keiths@cygnus.com>
27399
27400 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27401 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27402 proc knows about targets other than the natives.
27403 (test_assign): Use "gdb_run_cmd" to "run" the target.
27404 Check that we've actually hit the breakpoint at main.
27405 When we attempt to assign a value to a local variable, check
27406 that the variable is in the current scope, i.e., don't use
27407 a test with an empty result.
27408
27409 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27410
27411 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27412 command.
27413
27414 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27415
27416 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27417 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27418 gdb.compat, gdb.threads-hp.
27419 gdb.hp/configure, gdb.hp/configure.in: New files.
27420 gdb.hp/Makefile.in: Recurse into new subdirs.
27421 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27422 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27423 in object files.
27424 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27425
27426 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27427
27428 * gdb.base/display.exp: Help expect by putting a newline in the
27429 funky printf, remove a bogus p/a test.
27430
27431 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27432
27433 * gdb.base/display.exp: Make sure that when we say 'run', we are
27434 connected to the target. This is necessary when running not
27435 natively.
27436
27437 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27438
27439 * gdb.base/step-test.exp: Removed some extraneous messages.
27440
27441 * gdb.base/long_long.exp: Don't run memory examination tests
27442 on little-endian targets (they will need a different set of
27443 results to match).
27444
27445 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27446
27447 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27448 until somebody decides to fix GDB.
27449
27450 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27451 constant as "ULL".
27452 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27453 matches for a couple x/2 commands.
27454
27455 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27456
27457 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27458 by merging in ref-types2 tests.
27459 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27460
27461 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27462 * gdb.c++/Makefile.in: Add standard actions.
27463 (EXECUTABLES): Rename from PROGS, update list.
27464 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27465 from gdb.hp.
27466 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27467 foo and bar locals.
27468 * gdb.c++/anon-union.exp: Fix tests to match.
27469 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27470 expect matches to handle output variations.
27471 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27472 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27473 output, add HP alternatives for new and delete prints.
27474 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27475 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27476 * gdb.c++/demangle.exp: Use $style when reporting failure.
27477 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27478 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27479 match alternatives.
27480 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27481 compilers.
27482 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27483 * gdb.c++/method.exp: Add match alternatives.
27484 * gdb.c++/misc.cc: Add bool types.
27485 * gdb.c++/misc.exp: Add tests for bool types.
27486 * gdb.c++/overload.exp: Add xfails.
27487 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27488 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27489 add some more template parameter tests (only for HP currently).
27490 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27491 * gdb.c++/virtfunc.cc: Add return type and value for main.
27492 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27493 match alternatives.
27494
27495 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27496
27497 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27498
27499 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27500
27501 * gdb.base/signals.exp: Don't expect getting a backtrace from
27502 within a signal handler to fail on Linux.
27503
27504 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27505
27506 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27507 * lib/gdb.exp: Remove some gratuitious semicolons.
27508 (delete_breakpoints): Increase timeout.
27509 (gdb_expect): Add -notransfer option.
27510 (gdb_test): Use -notransfer option.
27511 (get_compiler_info): Add f77 case.
27512 (get_compiler): New proc, split out from gdb_preprocess, add f77
27513 case.
27514 (gdb_preprocess): Call get_compiler.
27515
27516 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27517 * gdb.base/attach.exp, gdb.base/display.exp,
27518 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27519 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27520 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27521 third arg to gdb_test.
27522 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27523 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27524 HP-UX xfails, add others.
27525 * gdb.base/completion.exp: Reflect name change of self-test.
27526 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27527 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27528 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27529 HP failure number.
27530 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27531 useless HP-UX 10.30 references.
27532 * gdb.base/maint.exp: Loosen matches.
27533 * gdb.base/pointers.c (main): Declare more_code.
27534 * gdb.base/pointers.exp: Match on output of a `next'.
27535 * gdb.base/structs.c: Add prototypes.
27536 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27537 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27538
27539 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27540
27541 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27542 command.
27543
27544 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27545
27546 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27547 Fix run to main failures. Watchpoint can be hardware watchpoint.
27548
27549 * gdb.base/annota1.exp: Clean up some more, in case printf has
27550 debug info. Deal with lack of signal hanlder info in stack.
27551
27552 From Jim Kingdon <kingdon@redhat.com>:
27553 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27554
27555 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27556
27557 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27558 gdb.base/foll-vfork.exp: Don't run for crosses.
27559
27560 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27561
27562 * gdb.base/configure.in: Check for gdbvars.exp instead of
27563 a1-selftest.exp.
27564 * gdb.base/configure: Re-generate.
27565
27566 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27567
27568 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27569 in trying to run first and name is too long.
27570
27571 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27572 pointers2.c and pointers2.exp, respectively.
27573 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27574 doschk happier.
27575
27576 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27577
27578 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27579 callfuncs2.c and callfuncs2.exp.
27580
27581 * gdb.base/list.exp: Remove mistaken xfails.
27582 * gdb.base/list0.h: Add optional prototypes.
27583
27584 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27585
27586 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27587 calling malloc.
27588 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27589 * ptype.exp: Move test for get_debug_format to before its first
27590 use.
27591
27592 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27593
27594 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27595 * gdb.base/annota2.cc, annota2.exp: Move from here.
27596 * gdb.c++/annota2.cc, annota2.exp: To here.
27597 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27598
27599 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27600
27601 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27602 a consistent format.
27603
27604 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27605
27606 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27607 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27608 HP compilers, also set the globals $true and $false.
27609
27610 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27611 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27612 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27613 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27614 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27615 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27616 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27617 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27618 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27619 whatis.c} Add C++ compatible function definitions and return
27620 types, add includes for library functions.
27621 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27622 * gdb.base/step-test.c (myglob): Rename from glob.
27623 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27624 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27625 files, move here from gdb.hp.
27626 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27627 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27628 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27629 Adjust line numbers in regexps.
27630
27631 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27632 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27633 instead of 0/1.
27634
27635 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27636 foll-vfork.exp: New files, move here from gdb.hp.
27637 * gdb.base/page.exp: New file, test of pagination command.
27638
27639 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27640 recursion test.
27641 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27642
27643 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27644 gdb.base/solib.exp: Fix compiler invocation process.
27645
27646 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27647 HP-UX 11, turn off overload resolution explicitly.
27648 * gdb.base/commands.exp: Set argument list explicitly, add
27649 watchpoint test.
27650 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27651 them work.
27652 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27653 expressions properly.
27654 * gdb.base/corefile.exp: Loosen the match slightly.
27655 * gdb.base/default.exp: Allow "Error accessing memory" message
27656 also.
27657 * gdb.base/display.exp: Skip over x/0 j if PA64.
27658 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27659 * gdb.base/interrupt.exp: Ditto.
27660 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27661 in use.
27662 * gdb.base/list.exp: Add xfails for HP-UX.
27663 * gdb.base/long_long.exp: Refine some of the numeric matches.
27664 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27665 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27666 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27667 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27668 * gdb.base/ptype.exp: Succeed on more varieties of output.
27669 * gdb.base/scope.exp: Add xfails for HP-UX.
27670 * gdb.base/sect-cmd.exp: Add more cases.
27671 * gdb.base/setvar.exp: Add xfails for HP-UX.
27672 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27673 * gdb.base/signals.exp: Match on void symbolically.
27674 * gdb.base/step-test.exp: Add case for PA64.
27675 * gdb.base/term.exp: Add exit and restart.
27676 * gdb.base/twice.exp: Clean up after self.
27677 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27678 * gdb.base/whatis.exp: Allow more ways to pass tests.
27679
27680 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
27681 no longer useful.
27682
27683 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27684
27685 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
27686 list of patterns.
27687 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
27688 print_double_array(double_array)", "continuing to breakpoint
27689 1018", "print print_double_array(array_d)" and "continuing to
27690 1034" tests.
27691
27692 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27693
27694 * Makefile.in: Add empty html and install-html targets.
27695
27696 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27697
27698 * config/mt-*: Remove, these haven't been used since 1996.
27699
27700 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27701
27702 * gdb.base/call-strs.c, gdb.base/ending-run.c,
27703 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
27704 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27705
27706 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27707
27708 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27709 simpler match case for the ptype of the big class.
27710
27711 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27712
27713 * gdb.exp: Fix test for gdb_prompt existence.
27714
27715 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27716
27717 * gdb.exp (gdb_test): Add fail after calls to perror.
27718
27719 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27720
27721 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27722
27723 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27724
27725 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27726
27727 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27728
27729 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
27730 malloc() is linked in.
27731
27732 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27733
27734 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27735 step at end.
27736
27737 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27738
27739 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27740
27741 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27742
27743 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27744
27745 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27746 * gdb.base/mips_pro.exp: Likewise.
27747
27748 1999-06-02 Keith Seitz <keiths@cygnus.com>
27749
27750 * gdb.c++/templates.cc: Change all "new" operators to throw
27751 an exception.
27752 * gdb.c++/cplusfuncs.cc: Likewise.
27753
27754 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27755
27756 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27757
27758 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
27759 * gdb.base/ending-run.exp: When stepping out of main, accept a
27760 step into an arbitrary assembler file.
27761
27762 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27763
27764 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
27765 "breakpoint-invalid" to be printed.
27766 * gdb.base/annota2.exp: Revise line number for main
27767 breakpoint. Allow any number of "frames-invalid" and
27768 "breakpoint-invalid" to be printed.
27769 * gdb.base/annota2.cc: Initialize a.x to 0.
27770
27771 1999-05-17 Keith Seitz <keiths@cygnus.com>
27772
27773 * gdb.base/call-ar-st.exp: Skip
27774 "print print_double_array (double_array)" when "skip_float_tests" set.
27775 Ditto for "print print_double_array(array_d)",
27776 "print print_small_structs", "print print_ten_doubles", and
27777 "step into print_long_arg_list".
27778 Don't assume we can step into "print_long_arg_list": we could step
27779 into memcpy.
27780 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27781 "skip_float_tests" is set: "print print_one_double(*d1)"
27782 and "print print_two_floats(*f3)".
27783 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27784 "skip_float_tests" is set.
27785 * gdb.base/varargs.exp: Skip
27786 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27787 "skip_float_tests" set.
27788
27789 1999-05-06 Keith Seitz <keiths@cygnus.com>
27790
27791 * gdb.base/annota2.cc: Include stdio.h.
27792
27793 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27794
27795 * gdb.base/crossload.exp: Remove, this has been disabled ever
27796 since BFD stopped including all targets, and cross-GDB gets
27797 plenty of testing anyway.
27798 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
27799 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27800 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
27801 * gdb.base/README: Remove, was doc for this.
27802 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
27803 needed.
27804
27805 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27806
27807 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27808 output.
27809
27810 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27811 * gdb.base/annota2.exp: New file. More annotation tests.
27812 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27813 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27814
27815 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
27816
27817 * config/cfdbug.exp: New file.
27818
27819 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27820
27821 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27822 Marcus Daniel's and Dale Hawkins's demangler crashes.
27823
27824 * gdb.c++/demangle.exp (test_gnu_style_demangling,
27825 test_lucid_style_demangling, test_arm_style_demangling,
27826 test_hp_style_demangling): Try Tom Tromey's core-dumping
27827 identifier under each demangling style.
27828
27829 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27830
27831 * gdb.c++/demangle.exp: Include the current demangling style
27832 in all test names.
27833 (current_demangling_style): New global variable.
27834 (set_demangling_style, test_demangling_core, test_demangling,
27835 test_demangling_exact): New functions.
27836 (test_gnu_style_demangling, test_lucid_style_demangling,
27837 test_arm_style_demangling, test_hp_style_demangling): Use those,
27838 instead of calling gdb_test and gdb_test_exact directly.
27839 (catch_demangling_errors): New function, which reports errors
27840 signalled by the demangling test functions in an orderly way.
27841 (do_tests): Use catch_demangling_errors.
27842
27843 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27844
27845 * gdb.base/signals.exp (test_handle_all_print): Use () for
27846 grouping in expressions, not {}.
27847
27848 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
27849 initialized yet.
27850
27851 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27852
27853 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27854 are listed.
27855
27856 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27857
27858 * gdb.stabs/weird.exp: Test for CC being defined before
27859 looking at its value.
27860
27861 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27862
27863 * gdb.base/call-ar-st.exp: Remove stray '#'.
27864 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27865 "short int" and "long int".
27866 * gdb.c++/overload.cc: Cast the string added in the previous
27867 change, to mollify finicky HP compiler.
27868 * gdb.hp/reg-test.exp (testfile): Fix file name.
27869 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
27870
27871 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27872 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27873 alternate form of enum ptype.
27874
27875 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27876
27877 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27878 * gdb.hp/*.exp: Change all to run compiler probe only after
27879 passing skip_hp_tests, so as not to waste time on guaranteed
27880 failure.
27881
27882 * gdb.c++/overload.cc: Pass string instead of char addr, always
27883 init ccpfoo.
27884 * gdb.c++/templates.cc: Fix syntax error.
27885
27886 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27887
27888 * gdb.base/commands.exp: Add test for correct position of '>'
27889 when issuing the 'commands' command after a 'while' or 'if'
27890 command.
27891
27892 1999-03-18 James Ingham <jingham@cygnus.com>
27893
27894 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27895
27896 * gdb.c++/method.exp: It was testing an uninitialized int on the
27897 stack and assuming it was positive.
27898
27899 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27900
27901 * gdb.base/step-test.exp: Catch a case where finish is broken and
27902 keep it from killing the rest of the tests.
27903 Use gdb_continue_to_end.
27904
27905 * gdb.base/sigall.exp: use gdb_continue_to_end.
27906
27907 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27908
27909 * gdb.base/display.exp: use runto_main, not run.
27910
27911 * gdb.base/default.exp: Check for the current error message in the
27912 r abbreviation test.
27913 Add strongarm to the targets that know info float.
27914
27915 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
27916 run which doesn't work with monitors.
27917
27918 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27919 1034 test.
27920
27921 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27922
27923 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27924 end of a program. Traps the case (in Cygmon) when the program
27925 never really exits. Same as Mark's continue_to_exit, but I had
27926 put it in a lot more places, so I used my name. Sorry Mark...
27927
27928 * config/monitor.exp (gdb_target_monitor): added another
27929 target_info parameter: remotebinarydownload. This will set the
27930 remotebinarydownload flag if this is causing some boards trouble.
27931
27932 1999-03-18 Mark Salter <msalter@cygnus.com>
27933
27934 * lib/gdb.exp (continue_to_exit): New function.
27935
27936 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27937 * gdb.base/ending-run.exp: Ditto.
27938 * gdb.base/step-test.exp: Ditto.
27939
27940 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27941
27942 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27943 (suggested by Art Haas <ahaas@neosoft.com>).
27944
27945 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27946
27947 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27948
27949 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27950
27951 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27952 descriptions of types (short unsigned int vs unsigned short, etc).
27953
27954 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27955
27956 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27957 a call to strlen; sometimes we do have sources.
27958
27959 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27960
27961 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27962 character, so GDB won't print garbage after its end.
27963
27964 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27965 breakpoint there instead. Sometimes GCC emits memcpy to handle
27966 the large structures being passed by value, so we step into that
27967 instead of sum_array_print, which obscures what we're really testing.
27968 * gdb.base/step-test.exp: However, we do want a test that notices
27969 the bizarre steps into memcpy, so do that here. Add check for
27970 stepping into function calls that pass large structures by value.
27971 ("Is that a noun clause, or are you just happy to see me?")
27972 Remove all references to specific line numbers.
27973 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27974 New type and function.
27975 (main): Call large_struct_by_value, passing it a large struct by value.
27976 * lib/gdb.exp (gdb_get_line_number): New function.
27977
27978 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27979 more portable.
27980
27981 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27982
27983 * lib/gdb.exp: Doc fixes.
27984
27985 1999-03-05 Nick Clifton <nickc@cygnus.com>
27986
27987 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27988
27989 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27990
27991 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27992 commands. They're not germane to this test, and they don't work
27993 that way on remote targets.
27994
27995 1999-03-01 James Ingham <jingham@cygnus.com>
27996
27997 * Changelog entries merged over from gdb development branch.
27998
27999 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28000
28001 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28002 for outputting results of test run.
28003
28004 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28005
28006 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28007
28008 1999-02-25 Felix Lee <flee@cygnus.com>
28009
28010 * lib/gdb.exp (debug_format): initialize
28011
28012 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28013
28014 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28015 * gdb.base/call-rt-st.c: Ditto.
28016
28017 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28018
28019 * gdb.threads/pthreads.exp (horiz): New variable.
28020 (test_startup): Fix regexps that capture thread numbers.
28021
28022 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28023
28024 * gdb.base/smoke.exp: Disambiguate two test case names (both
28025 called ``print'').
28026
28027 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28028
28029 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28030 compilation.
28031
28032 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28033
28034 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28035 actual output formatting.
28036 * gdb.base/smoke.exp: GDB removes leading 0's.
28037 * gdb.base/volatile.exp: Don't check type of remuneration;
28038 that variable is no longer defined in constvars.c.
28039 * gdb.base/step-test.c (main): Exit with explicit exit code.
28040 * gdb.base/step-test.exp: Remove two nexti checks--they are
28041 not portable.
28042
28043 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28044
28045 * gdb.base/help.exp ("help delete display"): Fix test to match
28046 gdb's output.
28047
28048 * gdb.base/long_long.c (known_types): Initialize values to zero.
28049 * gdb.base/long_long.exp: Step one more line
28050 so 'dec' is initialized in "get to known place". GDB removes
28051 leading zeros. Explicitly ask for hex formatting. Use
28052 unique test case names.
28053
28054 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28055
28056 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28057
28058 * gdb.c++/method.exp: Add missing close brace.
28059
28060 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28061
28062 * gdb.base/maint.exp: Use 'set height 0' to disable page
28063 prompting, not 'set height 400'.
28064
28065 Fix a bunch of timeouts.
28066 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28067 four separate tests, so expect doesn't take forever to match a ton
28068 of text against a regexp with lots of .* forms.
28069 ("maint print psymbols", "maint print symbols"): Make some of
28070 these greps more selective, so that expect doesn't try to wade
28071 through huge piles of output and time out.
28072
28073 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28074
28075 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28076 tests: one which doesn't expect shlib events to be reported, and
28077 another which does, but is XFAIL for all platforms other than
28078 HP/UX.
28079
28080 * gdb.base/break.exp: Teach the test suite that the `catch
28081 fork', `catch vfork', and `catch exec' commands produce error
28082 messages on platforms that don't provide these features.
28083
28084 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28085
28086 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28087 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28088 (shortening names from solib_threshold.exp etc), won't run on
28089 anything but HP-UX for the foreseeable future.
28090 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28091 reflect move.
28092
28093 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28094
28095 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28096 gdb.trace/Makefile.in (clean): Remove all test executables.
28097
28098 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28099
28100 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28101 successfully re-sets breakpoints in shared libraries.
28102 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28103
28104 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28105
28106 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28107 and compiled w/o GCC.
28108
28109 * gdb.hp/watch-cmd.exp: ditto.
28110
28111 * gdb.hp/watch-hp.exp: ditto.
28112
28113 * gdb.hp/xdb1.exp: ditto.
28114
28115 * gdb.hp/xdb2.exp: ditto.
28116
28117 * gdb.hp/dbx.exp: ditto.
28118
28119 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28120
28121 * constvars.c: Remove C++-isms.
28122 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28123 with GCC.
28124
28125 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28126
28127 The following changes are part of the HP merge.
28128
28129 * gdb.base/break.exp: new tests to verify that catchpoints for
28130 fork, vfork, and exec don't trigger inappropriately.
28131
28132 * gdb.base/opaque.exp: compile one file at a time, then link.
28133
28134 * gdb.base/signals.exp: be more restrictive about which hppa
28135 systems receive a setup_xfail. new tests.
28136
28137 * gdb.base/solib_threshold.build: new file.
28138 * gdb.base/solib_threshold.exp: new file.
28139 * gdb.base/solib_threshold.link_opts: new file.
28140 * gdb.base/solib_threshold.mk: new file.
28141 * gdb.base/gen_solib_threshold.c: new file.
28142
28143 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28144 tests. New tests for enums inside classes.
28145
28146 * gdb.c++/compiler.cc: indicate support of template debugging.
28147
28148 * gdb.c++/demangle.exp: run hp style demangling tests.
28149
28150 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28151 tests.
28152
28153 * gdb.c++/misc.cc: changes to support new tests.
28154
28155 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28156 to support new tests.
28157
28158 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28159 gcc, then skip these tests.
28160
28161 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28162
28163 The following files are part of the HP merge; some had longer
28164 names at HP, but have been renamed to be no more than 14
28165 characters in length.
28166
28167 * gdb.hp/ambiguous.cc: new file.
28168 * gdb.hp/ambiguous.exp: new file.
28169 * gdb.hp/attach.exp: new file.
28170 * gdb.hp/attach2.exp: new file.
28171 * gdb.hp/classes-hp.exp: new file.
28172 * gdb.hp/ctti.exp: new file.
28173 * gdb.hp/ctti-add.cc: new file.
28174 * gdb.hp/ctti-add1.cc: new file.
28175 * gdb.hp/ctti-add2.cc: new file.
28176 * gdb.hp/ctti-add3.cc: new file.
28177 * gdb.hp/dbx.exp: new file.
28178 * gdb.hp/exception.cc: new file.
28179 * gdb.hp/exception.exp: new file.
28180 * gdb.hp/foll-exec.c: new file.
28181 * gdb.hp/foll-exec.exp: new file.
28182 * gdb.hp/foll-fork.c: new file.
28183 * gdb.hp/foll-fork.exp: new file.
28184 * gdb.hp/foll-vfork.c: new file.
28185 * gdb.hp/foll-vfork.exp: new file.
28186 * gdb.hp/inherit-hp.exp: new file.
28187 * gdb.hp/more-steps.exp: new file.
28188 * gdb.hp/namespace.cc: new file.
28189 * gdb.hp/namespace.exp: new file.
28190 * gdb.hp/optimize.exp: new file.
28191 * gdb.hp/pxdb.c: new file.
28192 * gdb.hp/pxdb.exp: new file.
28193 * gdb.hp/quicksort.exp: new file.
28194 * gdb.hp/reg-test.exp: new file.
28195 * gdb.hp/reg-test.s: new file.
28196 * gdb.hp/sized-enum.c: new file.
28197 * gdb.hp/sized-enum.exp: new file.
28198 * gdb.hp/start-stop.exp: new file.
28199 * gdb.hp/templ-hp.cc: new file.
28200 * gdb.hp/templ-hp.exp: new file.
28201 * gdb.hp/thr-lib.c: new file.
28202 * gdb.hp/thr-lib.exp: new file.
28203 * gdb.hp/thr-lib.h: new file.
28204 * gdb.hp/thr-liblib.c: new file.
28205 * gdb.hp/virtfun-hp.c: new file.
28206 * gdb.hp/virtfun-hp.exp: new file.
28207 * gdb.hp/watch-cmd.exp: new file.
28208 * gdb.hp/watch-hp.exp: new file.
28209 * gdb.hp/xdb1.exp: new file.
28210 * gdb.hp/xdb2.exp: new file.
28211 * gdb.hp/xdb3.exp: new file.
28212
28213 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28214
28215 The following files are part of the HP merge; some had longer
28216 names at HP, but have been renamed to be no more than 14
28217 characters in length.
28218
28219 * gdb.base/ss.h: new file.
28220 * gdb.base/call-ar-st.c: new file.
28221 * gdb.base/call-ar-st.exp: new file.
28222 * gdb.base/call-rt-st.c: new file.
28223 * gdb.base/call-rt-st-exp: new file.
28224 * gdb.base/call-strs.exp: new file.
28225 * gdb.base/ena-dis-br.exp: new file.
28226 * gdb.base/environ.exp: new file.
28227 * gdb.base/long_long.exp: new file.
28228 * gdb.base/sect-cmd.exp: new file.
28229 * gdb.base/shlib-cl2.exp: new file.
28230 * gdb.base/smoke.exp: new file.
28231 * gdb.base/so-impl-ld.c: new file.
28232 * gdb.base/so-impl-ld.exp: new file.
28233 * gdb.base/so-indr-cl.c: new file.
28234 * gdb.base/so-indr-cl.exp: new file.
28235 * gdb.base/varargs.exp: new file.
28236 * gdb.base/volatile.exp: new file.
28237 * gdb.base/whatis-exp.exp: new file.
28238 * gdb.base/display.exp: new file.
28239 * gdb.c++/derivation.exp: new file.
28240 * gdb.c++/local.exp: new file.
28241 * gdb.c++/member-ptr.exp: new file.
28242 * gdb.c++/overload.exp: new file.
28243 * gdb.c++/ovldbreak.exp: new file.
28244 * gdb.c++/ref-types.exp: new file.
28245 * gdb.c++/ref-types2.exp: new file.
28246 * gdb.c++/userdef.exp: new file.
28247
28248 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28249
28250 * gdb.base/default.exp: Reflect wording change in remote.c.
28251
28252 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28253
28254 * gdb.base/help.exp: Update to reflect current text.
28255
28256 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28257
28258 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28259 they're stack variables and contain garbage.
28260 * gdb.c++/anon-union.exp: new file.
28261
28262 The following changes were made by David Taylor
28263 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28264 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28265 in changes by HP.
28266
28267 * gdb.base/bitops.exp: new file.
28268 * gdb.base/default.exp: change expected messages for catch and
28269 info catch tests to reflect HP merge changes.
28270 * gdb.base/enable-disable-break.exp
28271 * gdb.base/ending-run.c: new file.
28272 * gdb.base/long_long.c: new file.
28273 * gdb.base/maint.exp: new file.
28274 * gdb.base/pointers2.exp: new file.
28275 * gdb.base/shlib-call2.exp: new file.
28276 * gdb.base/solib.exp: new file.
28277 * gdb.base/step-test.c: new file.
28278 * gdb.c++/anon-union.cc: new file.
28279 * gdb.c++/local.cc: new file.
28280 * gdb.c++/member-pointer.cc: new file.
28281 * gdb.c++/method.cc: new file.
28282 * gdb.c++/ref-types.cc: new file.
28283 * gdb.c++/ref-types2.cc: new file.
28284 * gdb.c++/userdef.cc: new file.
28285
28286 * gdb.base/scope.exp: compile one file at a time, then link.
28287 * gdb.base/langs.exp: ditto.
28288 * gdb.base/list.exp: ditto.
28289
28290 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28291
28292 The following changes were made by David Taylor
28293 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28294 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28295 in changes by HP.
28296
28297 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28298 skip tests. When compiling pass c++ flag to gdb_compile.
28299 * gdb.c++/
28300
28301 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28302 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28303 (skip_hp_tests): new function.
28304 (gdb_preprocess): new function.
28305
28306 * configure.in (hpdir): decide whether to configure gdb.hp.
28307 * configure: regenerated.
28308
28309 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28310 to delete on clean.
28311 (EXECUTABLES): update to reflect new additions.
28312 * gdb.base/commands.exp: update message expected.
28313 * gdb.base/default.exp: add copyright notice.
28314 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28315 * gdb.base/help.exp: update messages to reflect current text.
28316 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28317 targets for recurse tests.
28318 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28319 skip this file.
28320
28321 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28322 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28323 compilation.
28324 * gdb.c++/misc.exp: ditto.
28325 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28326 run the tests. tell gdb_compile that it's a c++ compilation.
28327
28328 * gdb.threads/pthreads.exp: fix typo in message.
28329
28330 * gdb.base/all-bin.exp: new file.
28331 * gdb.base/arithmet.exp: new file.
28332 * gdb.base/assign.exp: new file.
28333 * gdb.base/completion.exp: new file.
28334 * gdb.base/cond-expr.exp: new file.
28335 * gdb.base/condbreak.exp: new file.
28336 * gdb.base/define.exp: new file.
28337 * gdb.base/dollar.exp: new file.
28338 * gdb.base/environment.exp: new file.
28339 * gdb.base/eval-skip.exp: new file.
28340 * gdb.base/jump.exp: new file.
28341 * gdb.base/logical.exp: new file.
28342 * gdb.base/pointers.exp: new file.
28343 * gdb.base/relational.exp: new file.
28344 * gdb.base/section_command.exp: new file.
28345 * gdb.base/whatis-expr.exp: new file.
28346
28347 * gdb.base/all-types.c: new file.
28348 * gdb.base/call-array-struct.c: new file.
28349 * gdb.base/call-return-struct.c: new file.
28350 * gdb.base/call-strings.c: new file.
28351 * gdb.base/callfuncs2.c: new file.
28352 * gdb.base/condbreak.c: new file.
28353 * gdb.base/constvars.c: new file.
28354 * gdb.base/display.c: new file.
28355 * gdb.base/int-type.c: new file.
28356 * gdb.base/jump.c: new file.
28357 * gdb.base/miscexprs.c: new file.
28358 * gdb.base/pointers.c: new file.
28359 * gdb.base/pointers2.c: new file.
28360 * gdb.base/shmain.c: new file.
28361 * gdb.base/shr1.c: new file.
28362 * gdb.base/shr2.c: new file.
28363 * gdb.base/solib.c: new file.
28364 * gdb.base/solib1.c: new file.
28365 * gdb.base/solib2.c: new file.
28366 * gdb.base/varargs.c: new file.
28367 * gdb.c++/derivation.cc: new file.
28368 * gdb.c++/overload.cc: new file.
28369 * gdb.c++/ovldbreak.cc: new file.
28370 * gdb.hp/attach.c: new file.
28371 * gdb.hp/attach2.c: new file.
28372 * gdb.hp/average.c: new file.
28373 * gdb.hp/compiler.c: new file.
28374 * gdb.hp/compiler.cc: new file.
28375 * gdb.hp/execd-program.c: new file.
28376 * gdb.hp/follow-exec.c: new file.
28377 * gdb.hp/follow-fork.c: new file.
28378 * gdb.hp/follow-vfork-and-exec.c: new file.
28379 * gdb.hp/misc-hp.cc: new file.
28380 * gdb.hp/more-steps.c: new file.
28381 * gdb.hp/optimize.c: new file.
28382 * gdb.hp/quicksort.c: new file.
28383 * gdb.hp/run-hp.c: new file.
28384 * gdb.hp/start-stop.c: new file.
28385 * gdb.hp/sum.c: new file.
28386 * gdb.hp/templates-hp.cc: new file.
28387 * gdb.hp/thread-local-in-lib.c: new file.
28388 * gdb.hp/thread-local-in-lib.h: new file.
28389 * gdb.hp/thread-local-in-lib.lib.c: new file.
28390 * gdb.hp/vforked-program.c: new file.
28391 * gdb.hp/virtfunc-hp.cc: new file.
28392 * gdb.hp/watchpoint-hp.c: new file.
28393 * gdb.hp/xdb.c: new file.
28394 * gdb.hp/xdb0.c: new file.
28395 * gdb.hp/xdb0.h: new file.
28396 * gdb.hp/xdb1.c: new file.
28397
28398 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28399
28400 The following change was made by Edith Epstein
28401 <eepstein@cygnus.com> as part of a project to merge in changes
28402 originally made by HP; HP did not create ChangeLog entries.
28403
28404 * gdb.c++/demangle.exp: changed the expected output for some
28405 ARM-style mangling -- removed second reference to datatype.
28406 For example, maint demangle __dt__11T1__pt__2_cFv
28407 T1<char>::~T1<char>(void)
28408 becomes,
28409 maint demangle __dt__11T1__pt__2_cFv
28410 T1<char>::~T1(void)
28411
28412 (test_hp_style_demangling): new hp specific demangling test cases.
28413
28414 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28415
28416 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28417 * gdb.trace/backtrace.exp: Likewise.
28418 * gdb.trace/circ.exp: Likewise.
28419 * gdb.trace/collection.exp: Likewise.
28420 * gdb.trace/deltrace.exp: Likewise.
28421 * gdb.trace/infotrace.exp: Likewise.
28422 * gdb.trace/limits.exp: Likewise.
28423 * gdb.trace/packetlen.exp: Likewise.
28424 * gdb.trace/passc-dyn.exp: Likewise.
28425 * gdb.trace/passcount.exp: Likewise.
28426 * gdb.trace/report.exp: Likewise.
28427 * gdb.trace/save-trace.exp: Likewise.
28428 * gdb.trace/tfind.exp: Likewise.
28429 * gdb.trace/tracecmd.exp: Likewise.
28430 * gdb.trace/while-dyn.exp: Likewise.
28431 * gdb.trace/while-stepping.exp: Likewise.
28432
28433 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28434
28435 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28436
28437 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28438
28439 From Brendan Kehoe:
28440 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28441 int return types.
28442
28443 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28444
28445 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28446 remote dos host testing right.
28447
28448 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28449
28450 * gdb.base/corefile.exp: remove some xfails.
28451
28452 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28453
28454 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28455 have different timestamps.
28456
28457 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28458
28459 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28460 gdb.base/default.exp: Replace "exec" with "executable".
28461
28462 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28463
28464 * gdb.base/default.exp: Change else if to elseif from previous
28465 delta.
28466
28467 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28468
28469 * gdb.base/default.exp: Add brace missing from previous delta.
28470
28471 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28472
28473 * gdb.base/default.exp: Support test for info float for all
28474 varieties of arm toolchain.
28475
28476 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28477
28478 * gdb.trace/*.exp: remove "remote_download" command.
28479
28480 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28481
28482 * gdb.trace/*.exp: remove -gdwarf from compile.
28483
28484 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28485
28486 * gdb.trace/configure.in(AC_INIT): typo
28487 * gdb.trace/configure: regenerated
28488
28489 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28490
28491 * config/m68k-emc.exp: New file.
28492 * lib/<emc-support.exp trace-support.exp}: New files.
28493 * configure.in: add new test directory gdb.trace.
28494 * gdb.trace/{configure configure.in Makefile.in}: New files.
28495 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28496 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28497 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28498 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28499 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28500 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28501 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28502
28503 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28504
28505 * gdb.c++/classes.exp: Change all regular expressions to match
28506 arbitrary combinations of newline/carriage-return, so that they
28507 will work equally well on Unix and Windows.
28508 * gdb.c++/inherit.exp: ditto.
28509 * gdb.c++/virtfunc.exp: ditto.
28510
28511 1998-08-11 Dawn Perchik <dawn@cygnus.com>
28512
28513 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28514
28515 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28516
28517 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28518 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28519 to use a0-a3/d0-d3 as needed.
28520
28521 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28522
28523 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28524 * gdb.disasm/am33.exp: Corresponding changes.
28525
28526 1998-07-11 Felix Lee <flee@cygnus.com>
28527
28528 * gdb.base/callfuncs.exp: add cmp10 test.
28529 * gdb.base/callfuncs.c (cmp10): new function.
28530
28531 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28532
28533 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28534 into two parts to get around a synchronization problem in expect.
28535
28536 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28537
28538 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28539
28540 * configure.in: Add options for gdbtk testsuite.
28541
28542 * configure: Regenerate.
28543
28544 * gdb.gdbtk: New directory to hold gdbtk tests.
28545
28546 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28547
28548 * gdb.fortran/types.exp: Escape brackets in expect patterns
28549 for test_float_literal_types_accepted tests.
28550 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28551 before run test.
28552
28553 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28554
28555 * am33.exp: Just compile, do not link the testcase.
28556 * am33.s: Add ".am33" pseudoop to force am33 mode.
28557
28558 1998-06-25 Felix Lee <flee@cygnus.com>
28559
28560 * gdb.base/setshow.exp: make sure $pc is sane.
28561
28562 * gdb.stabs/weird.exp: split expect patterns properly.
28563
28564 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28565
28566 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28567 * gdb.disasm/am33.exp: Run it.
28568
28569 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28570
28571 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28572 match processing (and eliminate spurious timeouts when running).
28573
28574 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28575
28576 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28577 exception test, but conditionalize it on target [mach | gnu].
28578
28579 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28580
28581 * gdb.base/overlays.exp: fixup compile line for linker script.
28582
28583 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28584
28585 * gdb.fortran/types.exp: don't guess at float size.
28586
28587 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28588
28589 * gdb.base/exprs.exp: delete test that depends on int size.
28590
28591 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28592
28593 * config/sim.exp: Removed checks for target triplets.
28594 (gdb_target_sim): Use gdb,target_sim_options.
28595
28596 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28597
28598 * gdb.base/reread.exp: New file.
28599 * gdb.base/reread1.c: New file.
28600 * gdb.base/reread2.c: New file.
28601
28602 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28603
28604 * config/sim.exp: Use 'target sim -sparclite' when running
28605 SPARClite programs.
28606
28607 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28608
28609 * gdb.base/structs2.exp: New file.
28610 * gdb.base/structs2.c: New file.
28611
28612 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28613
28614 * gdb.asm/common.inc: New file.
28615 * gdb.asm/d10v.inc: New file.
28616 * asm-source.exp: Pass -I's to gas to find .inc files.
28617 Update line numbers in expected output.
28618 * asmsrc1.s: Rewrite.
28619 * asmsrc2.s: Rewrite.
28620 * configure.in: Create arch.inc symlink.
28621 * configure: Regenerate.
28622 * Makefile.in (distclean): Delete arch.inc.
28623
28624 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28625
28626 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28627 (t_enum_value2): ditto
28628 (t_enum_value3): ditto
28629 (main): ditto
28630 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28631
28632 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28633 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28634 change.
28635 Use gdb_test instead of send_gdb/gdb_expect sequences.
28636
28637 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28638
28639 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28640 not void.
28641
28642 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28643
28644 * gdb.base/branches.c: Code with lots of loops and
28645 subroutines. Used to test gdbs ability to single step through PC
28646 changes, especially to test mips-tdep.c:mips_next_pc
28647
28648 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28649
28650 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28651 more rigorous EGCS C++ error checking.
28652
28653 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28654
28655 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28656 tests.
28657 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28658 function when asleep.
28659 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28660 for i*86 Linux and SVR4 signal handling problems.
28661 Remove linux xfail for `next to handler in signals_tests_1', fixed
28662 by recent infrun.c change.
28663 Limit backtrace to 10 frames to avoid timeout problems with infinite
28664 stack backtraces.
28665 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28666 target.[ch] change.
28667
28668 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28669
28670 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28671 for a newline from gdb before continuing.
28672 (default_gdb_exit): Just look for y or n.
28673 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28674 it does, fail the rests of the tests in the file.
28675
28676 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28677
28678 * config/cygmon.exp: New file.
28679
28680 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28681
28682 * gdb.base/list.exp: Fix problem with "list default lines around
28683 main" test on remote targets.
28684
28685 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28686 run test on remote targets.
28687
28688 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28689
28690 * gdb.asm: New directory.
28691 * configure.in: Configure it.
28692 * configure: Regenerate.
28693 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28694 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28695
28696 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28697
28698 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28699
28700 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
28701
28702 * gdb.base/overlays (several files): Merge the two overlay
28703 managers into one. Change variables (foox, barx, bazx, grbxx)
28704 back into ints but force them to load in their proper sections.
28705
28706 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28707
28708 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
28709 on-chip insn memory and IMAP1 to upper 128k.
28710 (D10VCopy): Handle memory regions crossing 16k boundaries.
28711 (D10VCopy): Transfer data in 32 bit chunks.
28712
28713 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28714
28715 * gdb.base/overlays.c (main): Exit normally when result is
28716 correct.
28717
28718 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
28719 map. Include space for printf in .text segment.
28720
28721 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
28722 updated d10v memory VMA/LMA map.
28723 (D10VCopy): Call D10VTranslate.
28724
28725 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28726
28727 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28728
28729 * gdb.base/bar.c (barx, bar): Change variable to small array so
28730 that it won't be put into the .sdata - small data -
28731 section. Update reference.
28732 * gdb.base/baz.c (bazx, baz): Ditto.
28733 * gdb.base/foo.c (foox, foo): Ditto.
28734 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28735
28736 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
28737 to be arrays.
28738
28739 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
28740
28741 * gdb.base/overlays.exp: fix up and get working again.
28742 Add tests for backtraces from an overlay function.
28743
28744 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28745
28746 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28747 "calling function with watchpoint enabled".
28748
28749 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28750
28751 * gdb.base/break.exp (test_next_with_recursion): Remove
28752 gdb_suppress_tests for d10v-*-*.
28753 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28754 pending review of whether it is useful or not.
28755
28756 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28757
28758 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28759
28760 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28761
28762 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28763 * config/dve.exp: New file to support Densan boards.
28764
28765 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28766
28767 * gdb.base/interrupt.exp: Document problem of simulators, signals,
28768 reads and BSD.
28769
28770 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28771
28772 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28773 response.
28774
28775 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28776
28777 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28778
28779 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
28780 test.
28781
28782 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
28783 target_sizeof_long and target_bigendian_p.
28784 (structs_by_value, structs_by_reference): Check values according
28785 to targets word size and endianess.
28786
28787 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28788
28789 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
28790 output.
28791
28792 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28793
28794 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
28795 Update test of set args help to match source change.
28796
28797 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28798
28799 * gdb.base/default.exp: Expect help system output to be in
28800 alphabetical order.
28801 * gdb.base/help.exp: Ditto.
28802
28803 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28804
28805 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28806 "i*86-pc-linux-gnu*".
28807 * gdb.base/interrupt.exp: Ditto.
28808 * gdb.base/corefile.exp: Ditto.
28809
28810 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
28811 define vxworks when building the testcase.
28812
28813 * gdb.base/ptype.exp: Fix testnames to be unique.
28814 * gdb.base/radix.exp: Ditto.
28815 * gdb.base/term.exp: Ditto.
28816 * gdb.base/whatis.exp: Ditto.
28817 * gdb.c++/classes.exp: Ditto.
28818
28819 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28820
28821 * gdb.base/callfuncs.exp: Fix indentation.
28822
28823 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28824 suppress_flag has been set.
28825 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28826 target feature.
28827
28828 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28829
28830 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28831 the testcase.
28832
28833 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
28834 set_debug_traps() and breakpoint().
28835 * gdb.c++/misc.cc (main): Ditto.
28836 * gdb.c++/templates.cc (main): Ditto.
28837 * gdb.c++/virtfunc.cc (main): Ditto.
28838
28839 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28840
28841 * lib/gdb.exp(gdb_step_for_stub): New function.
28842 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28843 exists, reload the executable and do a "continue" instead of
28844 doing a jump.
28845 (runto_main): Use gdb_step_for_stub.
28846
28847 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
28848 tests to have unique names.
28849 * gdb.base/callfuncs.exp: Ditto.
28850 * gdb.base/commands.exp: Ditto.
28851 * gdb.base/default.exp: Ditto.
28852 * gdb.base/help.exp: Ditto.
28853 * gdb.base/list.exp: Ditto.
28854 * gdb.base/opaque.exp: Ditto.
28855 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28856 similar tests.
28857
28858 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28859 * gdb.c++/cplusfuncs.cc: Ditto.
28860 * gdb.c++/virtfunc.cc: Ditto.
28861
28862 * config/monitor.exp: Keep track of the last file we saw, rather
28863 than trying to get the info from gdb.
28864
28865 * gdb.fortran/types.exp: Move comment to previous line.
28866
28867 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28868
28869 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
28870 target mode.
28871
28872 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28873
28874 From Bob Manson:
28875 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
28876 string from GDB when it connects.
28877
28878 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28879
28880 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28881
28882 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
28883 if we can't get a debug format from GDB (we may be testing an
28884 older GDB). Use a 10 second timeout when checking for the format.
28885
28886 * gdb.stabs/weird.exp: Fix quoting.
28887
28888 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28889
28890 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28891
28892 * config/arm-ice.exp: New file.
28893
28894 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28895
28896 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
28897 until it has been modified to work with the new testsuite.
28898
28899 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
28900 testcase won't compile, cause all of the testcases in the file to
28901 fail instead.
28902
28903 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28904 (gdb_clear_suppressed): New procedure.
28905 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28906 it contains a positive value.
28907
28908 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28909
28910 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28911
28912 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28913
28914 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28915
28916 * lib/gdb.exp (setup_xfail_format): New function.
28917 (get_debug_format): New function to get debug format.
28918 (debug_format): New global variable to hold last value set
28919 by get_debug_format.
28920 * gdb.base/list.exp: Call get_debug_format and expect some
28921 tests to fail for DWARF 1 and COFF formats.
28922 * gdb.c++/ptype.exp: Ditto.
28923 * gdb.c++/classes.exp: Ditto.
28924 * gdb.c++/cplusfuncs.exp: Ditto.
28925 * gdb.c++/inherit.exp: Ditto.
28926 * gdb.c++/templates.exp: Ditto.
28927 * gdb.c++/virtfunc.exp: Ditto.
28928
28929 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28930
28931 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28932 host doesn't have a currently-open connection.
28933
28934 * config/sparclet.exp: Cleanups and fixes to make it generic for
28935 any gdb stub target. Handle cases where gdb doesn't respond when
28936 interrupted in a sane fashion.
28937
28938 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28939 same thing in a totally different way.
28940
28941 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28942 setting "timeout".
28943 (gdb_start): We set the global gdb_prompt variable in
28944 default_gdb_init now.
28945
28946 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28947
28948 * gdb.base/printcmds.exp: Fix "check for floating addition"
28949 regexp to accept results within approx +/- .01 of exact value.
28950 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28951
28952 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28953
28954 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28955 properly.
28956 (gdb_expect): Add optional timeout parameter, and add timeout
28957 value to various calls.
28958 (gdb_suppress_tests): Only give one warning message per group.
28959
28960 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28961
28962 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28963 global variables. Handle getting a value for $timeout more
28964 gracefully.
28965
28966 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28967
28968 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28969 initialize.
28970 (default_gdb_init): New procedure; allow gdb_init to be overridden
28971 by a target configuration file.
28972 (gdb_expect): Pass the timeout to remote_expect.
28973
28974 * config/monitor.exp(gdb_load): Fix typo in regexp.
28975
28976 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28977
28978 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28979
28980 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28981
28982 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28983 here. Call gdb_target_exec before rebooting the target, to make
28984 sure the connection to the target is closed.
28985 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28986 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28987 Also detect "Timeout reading from remote" error.
28988
28989 * config/gdbserver.exp: Pass the executable being loaded to
28990 gdb_target_monitor. Don't call gdb_file_cmd here; let
28991 gdb_target_monitor do it.
28992
28993 * gdb.disasm/hppa.exp: Don't use exec_output.
28994
28995 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28996
28997 * gdb.base/list.exp: If we're debugging a non-native target,
28998 try to set the pc register to point to the start of the
28999 program before doing the first list command.
29000
29001 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29002 test_calls after restarting.
29003
29004 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29005 reloading.
29006
29007 * gdb.base/watchpoint.exp: Fix typo.
29008
29009 * gdb.base/setshow.exp: Check for use_gdb_stub.
29010
29011 * gdb.base/break.exp: Fix continue until exit test for the gdb
29012 stub case.
29013 * gdb.base/langs.exp: Ditto.
29014
29015 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29016 gdb_load_offset. If we weren't given a file to load, figure out
29017 what the current file is and use it.
29018
29019 * config/i386-bozo.exp: New file.
29020
29021 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29022
29023 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29024 feature.
29025
29026 * config/proelf.exp: New entry.
29027
29028 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29029
29030 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29031 of regexps.
29032
29033 * gdb.base/watchpoint.exp: Don't run the test_stepping
29034 tests if gdb can't call functions on the target.
29035
29036 * gdb.base/setshow.exp: Don't run the set prompt tests if
29037 the board has gdb_prompt set.
29038
29039 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29040
29041 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29042 * gdb.base/commands.exp: Likewise.
29043 * gdb.base/setshow.exp: Likewise.
29044
29045 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29046
29047 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29048 feature.
29049
29050 * config/i960.exp: New file.
29051
29052 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29053
29054 * gdb.base/funcargs.exp: Check for gdb,short_int target
29055 feature instead of looking for explicit target triplets.
29056
29057 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29058
29059 * gdb.base/printcmds.exp: add a couple more tests a la
29060 "p 123DEADBEEF", to check parse_number.
29061 * top.c: change "to enable to enable" to "to enable" in a couple
29062 of help strings.
29063
29064 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29065
29066 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29067 on the mn10300.
29068
29069 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29070
29071 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29072 where the test executable is run with explicit args.
29073 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29074
29075 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29076
29077 * gdb.base/run.c: Use FAKEARGV to build test executable that
29078 does not require a command line arg, since most simulators
29079 don't currently support passing such an arg into the simulated
29080 program.
29081 * gdb.base/commands.exp: Change tests to insert the proper
29082 value as the arg to the first recursive factorial call. Change
29083 compilation line to define FAKEARGV at compile time.
29084
29085 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29086
29087 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29088 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29089 function with watchpoint enabled" test.
29090
29091 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29092
29093 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29094 Don't call gdb_test when the command doesn't return to a gdb prompt.
29095
29096 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29097 "Tests restarted" messages.
29098
29099 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29100
29101 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29102
29103 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29104
29105 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29106 for INFO SYMBOL; add help tests for OVERLAY commands.
29107 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29108 add tests for OVERLAY commands
29109 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29110 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29111 * gdb.base/sigall.c: add usestubs code frag
29112 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29113
29114 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29115
29116 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29117 failures.
29118 (gdb_stop_suppressing_tests): Note that tests have restarted.
29119
29120 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29121
29122 * config/h8300.exp: New file.
29123
29124 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29125
29126 * gdb.base/setshow.exp: Check for the existence of a
29127 feature, not its value.
29128
29129 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29130
29131 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29132
29133 * gdb.base/scope.exp: It's now init0(), not init().
29134
29135 * gdb.base/scope0.c: For now, change init() to be init0().
29136
29137 * config/monitor.exp: Use gdb_serial in preference to serial
29138 or netport.
29139
29140 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29141 and it's not already set.
29142
29143 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29144
29145 * gdb.base/setshow.exp: Only test the run command if the target
29146 isn't using a stub and if it supports argument passing.
29147
29148 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29149
29150 * config/udi.exp(gdb_start): Make sure UDICONF is set
29151 properly before starting gdb.
29152
29153 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29154
29155 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29156 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29157 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29158
29159 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29160
29161 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29162 specialized code to reboot the board, use remote_reboot instead.
29163
29164 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29165
29166 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29167
29168 * config/monitor.exp: Make sure we disconnect from the target.
29169 Also, try a reboot/reload cycle instead of failing if the
29170 load fails.
29171
29172 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29173
29174 * gdb.base/default.exp: Don't set match_max.
29175 * gdb.base/help.exp: Ditto.
29176 * gdb.base/list.exp: Ditto.
29177 * gdb.base/signals.exp: Ditto.
29178
29179 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29180 set, use remote_ld to download the testcase instead of
29181 the GDB loader.
29182
29183 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29184
29185 * config/vr5000.exp: New file.
29186
29187 * config/monitor.exp(gdb_target_monitor): Add pattern for
29188 "Ending remote" to detect errors in connecting.
29189
29190 * gdb.base/setshow.exp: Add .* within auto language test.
29191
29192 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29193 target feature.
29194
29195 * config/monitor.exp(gdb_load): Check for a failure when loading,
29196 and reboot the board if necessary.
29197
29198 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29199 a set of tests. Remove print.* from the patterns being checked.
29200
29201 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29202
29203 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29204 refer to gdb_spawn_id.
29205
29206 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29207 longer used.
29208 * config/sparclet.exp: Ditto.
29209 * config/sparclet-old.exp: Ditto.
29210 * config/slite.exp: Ditto.
29211 * config/sim.exp: Ditto.
29212 * gdb.base/funcargs.exp: Ditto.
29213
29214 * lib/gdb.exp:Remove references to gdb_spawn_id.
29215 (gdb_expect): Move to remote.exp.
29216
29217 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29218
29219 * config/monitor.exp: Detect the "Couldn't establish connection"
29220 message from GDB.
29221
29222 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29223
29224 * gdb.base/bitfields.exp: Use runto instead of explicit
29225 gdb_run_cmd/gdb_expect sequences.
29226
29227 * gdb.base/break.exp(text_next_with_recursion): Add match for
29228 gdb_expect call.
29229
29230 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29231 We also need to handle the "A program is being debugged already"
29232 prompt from gdb. Use gdb_test to set the baud rate.
29233
29234 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29235 to 20000. Really. I mean it.
29236
29237 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29238
29239 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29240 fails. If suppress_flag is set, skip perror message about not
29241 being able to send to GDB.
29242 (send_gdb): If suppress_flag is set, don't try to send commands to
29243 GDB.
29244 (gdb_expect): If suppress_flag is set, always fail immediately.
29245 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29246 (gdb_init): Call gdb_stop_suppressing_tests.
29247 (default_gdb_exit): Ditto.
29248 (default_gdb_start): Ditto.
29249
29250 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29251 gdb_stop_suppressing_tests as appropriate.
29252 * gdb.base/break.exp: Ditto.
29253 * gdb.base/callfuncs.exp: Ditto.
29254 * gdb.base/commands.exp: Ditto.
29255 * gdb.base/exprs.exp: Ditto.
29256 * gdb.base/funcargs.exp: Ditto.
29257 * gdb.base/list.exp: Ditto.
29258 * gdb.base/recurse.exp: Ditto.
29259 * gdb.base/scope.exp: Ditto.
29260 * gdb.base/structs.exp: Ditto.
29261 * gdb.c++/inherit.exp: Ditto.
29262
29263 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29264
29265 * config/vr4300.exp: New file.
29266
29267 * gdb.*/*.exp: Call gdb_expect instead of expect.
29268
29269 * lib/gdb.exp(gdb_expect): New function.
29270
29271 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29272
29273 * lib/gdb.exp(gdb_init): New function.
29274
29275 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29276 for each individual variable set.
29277
29278 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29279 name.
29280
29281 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29282
29283 * gdb.base/scope.exp: Use gdb_test.
29284
29285 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29286 aborting; the testsuite driver will do that for us (see
29287 gdb_finish). Also, use gdb_test in a few more places.
29288
29289 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29290
29291 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29292
29293 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29294
29295 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29296 and "add_tests" are not at the same address.
29297
29298 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29299
29300 * gdb.base/ptype.exp: Use gdb_test.
29301
29302 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29303
29304 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29305 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29306 left in. No longer expect them to fail.
29307
29308 * gdb.stabs/*.mt; Deleted, no longer used.
29309 * gdb.stabs/configure.in: Remove references to target makefile
29310 frags.
29311 * gdb.stabs/configure: Rebuilt.
29312
29313 * gdb.disasm/*.mt: Deleted, no longer used.
29314 * gdb.disasm/configure.in: Remove references to target makefile
29315 frags. Use "sh3.s" as the unique filename for this directory.
29316 * gdb.disasm/configure: Rebuilt.
29317
29318 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29319 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29320 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29321
29322 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29323
29324 * config/udi.exp: Use mondfe,name instead of remote_host.
29325
29326 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29327
29328 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29329 a function with a watchpoint enabled on the mn10200.
29330
29331 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29332 before trying to create it!
29333
29334 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29335
29336 * config/vx.exp: Use hostname instead of netport.
29337
29338 * config/vxworks.exp: New file.
29339
29340 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29341
29342 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29343 gdb before assuming everything worked. Send a ^C if a timeout
29344 occurs.
29345
29346 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29347 $gdb_spawn_id directly.
29348 (gdb_run_cmd): Try _start as well as start. Use the target feature
29349 gdb,start_symbol as the symbol to start from when jumping.
29350
29351 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29352
29353 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29354 redundant) test.
29355
29356 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29357 it doesn't lose for 16bit integer systems.
29358
29359 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29360
29361 * gdb.fortran/types.exp: If the target doesn't support "double"
29362 data types, then expect "real" types to only be 4 bytes.
29363
29364 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29365 call tests if the target doesn't support inferior function calls.
29366
29367 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29368 in printf tests.
29369
29370 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29371
29372 * gdb.base/help.exp: Disable "help set", "help show", and
29373 "help support". Simplify regexp for "help stack".
29374
29375 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29376 to 60 seconds. Temporarily set match_max to 15000 around the
29377 "info copying" test.
29378
29379 * gdb.base/nodebug.exp: Don't try to do an inferior function
29380 call if the target doesn't support them.
29381 * gdb.base/printcmds.exp: Likewise.
29382 * gdb.base/setvar.exp: Likewise.
29383 * gdb.base/structs.exp: Likewise.
29384 * gdb.c++/templates.exp: Likewise.
29385 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29386
29387 * gdb.base/recurse.exp: Enable for the mn10200.
29388
29389 * configure.in: Do configure gdb.stabs directory for *-*-elf
29390 targets.
29391 * configure: Rebuilt.
29392
29393 * gdb.base/break.exp: Check for gdb,noresults before testing
29394 exit status and/or results from the target.
29395 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29396 * lib/gdb.exp: Remove old (now bogus) initialization of
29397 noinferior, noargs, noresults and nosignals.
29398
29399 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29400
29401 * config/sh.exp: New file.
29402
29403 * config/slite.exp: Try to connect multiple times to the board
29404 before rebooting. Only send a "monitor run" if need_monitor_run
29405 is set.
29406
29407 * gdb.base/break.exp: Don't do the "stub continue" test if
29408 the target has gdb_stub set.
29409
29410 * gdb.base/callfuncs.exp: Increase the timeout.
29411
29412 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29413 if the target has gdb,noinferiorio set.
29414
29415 * gdb.base/list.exp: Increase match_max to 10000 characters.
29416
29417 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29418
29419 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29420 target.
29421
29422 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29423
29424 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29425
29426 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29427 trying to delete the copy of gdb. Catch the file delete so we
29428 don't die if the delete fails; also, the file should be copied to
29429 the host, not to the build.
29430
29431 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29432
29433 * lib/gdb.exp(gdb_test): Surround the result pattern with
29434 parenthesis in case it contains multiple regexps separated
29435 with |.
29436
29437 * gdb.base/watchpoint.exp: Use gdb_test.
29438 * gdb.base/default.exp: Ditto.
29439
29440 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29441
29442 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29443
29444 * gdb.base/scope.exp: Use gdb_test.
29445 * gdb.c++/classes.exp: Ditto.
29446 * gdb.c++/inherit.exp: Ditto.
29447
29448 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29449
29450 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29451 remote_exec instead.
29452 * gdb.base/corefile.exp: Don't be ridiculous.
29453 * gdb.base/*.c: Add missing stub invocations.
29454
29455 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29456
29457 * config/slite.exp: Miscellaneous fixes.
29458
29459 * lib/gdb.exp: Fix runto.
29460
29461 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29462 the target.
29463
29464 * gdb.base/watchpoint.exp: Fix regexp.
29465
29466 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29467 close and wait commands, as the descriptor may now be
29468 invalid. Always call "remote_close host".
29469
29470 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29471
29472 Major rewrite for testsuite revision.
29473
29474 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29475 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29476 instead of relying on spawn_id to always contain a valid
29477 spawn id.
29478 (get_compiler_info): New procedure to build the ${binfile}.ci
29479 file, instead of replicating this in N different places.
29480 (gdb_compile): New procedure.
29481
29482 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29483 appropriate arguments) instead of compile. Use gdb_test in a lot
29484 more places. Use send_gdb instead of send. Always run gdb_start
29485 at the start of a testcase, as this is no longer done magically.
29486
29487 config/*-gdb.exp: Rename without the -gdb suffix.
29488
29489 config/mips.exp: Use remote_close instead of exit_remote_shell.
29490 config/monitor.exp: Use target_info instead of looking at
29491 baud, timeout, etc.
29492 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29493
29494 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29495
29496 * gdb.c++/templates.exp (test_ptype_of_templates),
29497 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29498 Update expect patterns for destructors and assignment operators
29499 to match corresponding c-typeprint.c changes.
29500 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29501 to destructor breakpoint test, GDB should be able to set the
29502 destructor breakpoint without specifying arguments.
29503
29504 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29505
29506 * gdb.threads/pthreads.exp: Change result for failure to compile due
29507 to lack of pthreads runtime support from an error to simply an
29508 unsupported test, per dejagnu standards.
29509
29510 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29511
29512 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29513 where GDB exits to reduce pattern match time.
29514 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29515
29516 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29517
29518 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29519
29520 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29521 * gdb.base/default.exp: ditto.
29522 * gdb.base/nodebug.exp: ditto.
29523 * gdb.base/printcmds.exp: ditto.
29524 * gdb.base/ptype.exp: ditto.
29525 * gdb.base/setvar.exp: ditto.
29526 * gdb.base/structs.exp: ditto.
29527 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29528
29529 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29530
29531 * configure, */configure: Rebuild with autoconf 2.12.
29532
29533 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29534
29535 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29536 use new i*86-pc-linux*-gnu quads.
29537 * gdb.base/corefile.exp: Ditto.
29538 * gdb.base/signals.exp: Ditto.
29539 * gdb.base/sigall.exp: Ditto.
29540 * gdb.base/interrupt.exp: Ditto.
29541
29542 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29543 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29544 RedHat 4.0.
29545
29546 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29547 linux. This allows the test case to at least compile on latest
29548 linux, but still not run due to missing the threads runtime library.
29549
29550 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29551
29552 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29553 directory to search gdb directory. Accept and step over conditional
29554 stack alignment code. Consume $prompt in failure cases.
29555 Reset timeout to $oldtimeout instead of some arbitrary value.
29556 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29557 timeout problems with infinite stack backtraces.
29558 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29559 Accept function parameters for linkfunc member.
29560
29561 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29562
29563 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29564 (CXXFLAGS): Remove, unreferenced.
29565 (B_OPTIONS): Add for -B options and add code to initialize with
29566 previous -B options and also add -B option to pick up cross compiled
29567 runtime.
29568 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29569 doing cross compiles.
29570 (target_alias): Declare global.
29571 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29572 to verify that gcc exists in build tree, and if so set CC to that
29573 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29574
29575 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29576
29577 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29578 ptype test for anonymous union. Fixup testcase to match
29579 current gcc debug output.
29580
29581 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29582
29583 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29584 force argument to an unsigned long type.
29585
29586 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29587
29588 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29589 tests and anonymous union print/ptype tests.
29590 * gdb.base/list.exp (test_forward-search): Increase timeout by
29591 5 minutes for the "search extremely long line" case.
29592 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29593 completely optional and that the pass/fail messages use the command as
29594 the message if that third arg is a null string.
29595 (gdb_test_exact): Arrange that a null string pattern means match a
29596 null string output rather than any output, which might include random
29597 errors.
29598 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29599 backtrace test.
29600 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29601 always failing and failure is now exposed by gdb.exp changes.
29602
29603 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29604
29605 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29606 weren't being noted.
29607
29608 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29609
29610 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29611 * gdb.stabs/weird.exp: Remove v_comb xfails.
29612
29613 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29614
29615 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29616 list.exp scope.exp watchpoint.exp]
29617 Make all timeout error msgs explicitly say "(timeout)".
29618
29619 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29620
29621 * config/monitor.exp: Increase download timeout to 1000 seconds.
29622
29623 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29624
29625 * config/m32r.exp: Increase timeout to 120 seconds.
29626
29627 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29628
29629 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29630 and accept older ordering as obsolescent gcc or gdb.
29631 * gdb.c++/templates.exp: Ditto.
29632 * gdb.c++/virtfunc.exp: Ditto.
29633
29634 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29635
29636 * gdb.base/coremaker.c: Add code to mmap some data so we
29637 can check that it ends up in the core file.
29638 * gdb.base/corefile.exp: Add test to read mmapped data
29639 from core file.
29640
29641 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
29642
29643 * config/m32r.exp: New file.
29644
29645 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29646
29647 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29648 that cflags can contains -gstabs, and work correctly for other tests.
29649
29650 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
29651
29652 * gdb.base/setshow.exp: New file, tests show and set.
29653 * gdb.base/setshow.c: New file, tests show and set.
29654 * gdb.base/help.exp: Add test for help set|show annotate.
29655 * gdb.base/default.exp: Add test for set|show annotate.
29656
29657 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29658
29659 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29660 errors unique.
29661 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29662 explicitly.
29663
29664 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29665
29666 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29667 and width commands. This is done elsewhere.
29668 * (gdb_start): Don't call gdb_start_sim here. That's already
29669 done in gdb_load. This fixes lots of failures in default.exp.
29670
29671 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29672
29673 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29674 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29675 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29676 in the same we we treat other failures (since it may be an expected
29677 condition), rather than as an error.
29678 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29679 old test format.
29680
29681 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29682
29683 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29684 (distclean maintainer-clean realclean): No need to remove files
29685 twice. Nuke the duplicates.
29686 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
29687 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
29688 Remove config.h along with other config files.
29689
29690 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29691
29692 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29693 "p func1 ()" and note that rests of tests are skipped.
29694 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
29695 setup_xfails for "print func2::coremaker_local".
29696 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29697 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29698 affected by the previous run test.
29699 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29700 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29701 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29702 "pass int powerset tuple" and "pass modeless int powerset tuple".
29703 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29704 "real write 4" and "real write 8".
29705 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
29706 setup_xfails for "print vs1 after tuple assign 2",
29707 "print \$i after tuple assign 2", and
29708 "print vs2 after tuple assign 2".
29709 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29710 meaningful error message and return -1 so the caller can
29711 suppress further tests and avoid a cascade of errors.
29712
29713 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29714
29715 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29716 format for printing version.
29717 * gdb.base/default.exp: Ditto.
29718 * gdb.base/interrupt.exp: Fix problem with cascade of
29719 errors if child process dies while calling a function.
29720
29721 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29722
29723 * Makefile.in (VPATH): Add
29724 * Makefile.in (Makefile, config.status): Fix rules so things get
29725 remade when necessary.
29726
29727 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29728
29729 * Makefile.in (just-check): Add path to sibling expect dir
29730 to environment variable specified by RPATH_ENVVAR.
29731
29732 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29733
29734 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29735 (just-check): Add shared library paths for libstdc++, tk,
29736 tcl, bfd, and opcodes to the environment variable specified
29737 in RPATH_ENVVAR.
29738 * configure.in: Add support to recognize --enable-shared flag
29739 and generate correct value for RPATH_ENVVAR.
29740 * configure: Regenerated with autoconf.
29741
29742 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29743
29744 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
29745 include all osf versions.
29746 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29747 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29748 when target is linux. When failing to build pthreads test
29749 executable, give more meaningful message.
29750 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29751 arg for pthread_create.
29752
29753 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29754
29755 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
29756 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
29757 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
29758 and -lpthreads (everybody else).
29759 (test_startup): Fail gracefully if threads are not supported.
29760 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29761 "p/c array_index("abcdef",2)" when not gcc compiled.
29762 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29763 "print func2::coremaker_local" when not gcc compiled.
29764 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29765 "ptype on opaque struct tagname (statically)",
29766 "ptype on opaque struct tagname (dynamically) 1", and
29767 "ptype on opaque struct tagname (dynamically) 2"
29768 for not compiled with gcc.
29769 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29770 backtrace when compiled with gcc.
29771 * lib/gdb.exp (runto_main): Return result of "runto main" rather
29772 than always return success.
29773
29774 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29775
29776 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29777
29778 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29779
29780 * gdb.base/structs.exp: Undo last change.
29781
29782 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29783
29784 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29785 encapsulate all the steps/nexts done during self test, starting
29786 at main, and makes them less sensitive to optimization issues.
29787 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29788 signal handler" test.
29789 * gdb.threads/pthreads.exp: Only run this for native configs.
29790 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29791 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29792 tests.
29793 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29794 for "runto test_calls(void)" test.
29795
29796 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29797
29798 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29799 and don't expect address info in breakpoint confirmations.
29800
29801 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29802
29803 * gdb.base/list.exp (test_forward_search): Increase timeout
29804 temporarily by 60 seconds for searching extremely long line,
29805 and then reset to old value when done. Increase expect input
29806 buffer to 10000.
29807
29808 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29809
29810 * gdb.base/list.exp (test_forward_search): Fix to handle very
29811 long source line without overflowing expect's input buffer.
29812
29813 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29814
29815 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29816 "buffer_full".
29817
29818 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29819 "buffer_full".
29820
29821 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29822 "buffer_full".
29823
29824 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29825 "buffer_full".
29826
29827 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29828
29829 * configure.in (configdirs): Add gdb.threads.
29830 * configure: Regenerated with autoconf.
29831 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29832 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29833 * gdb.threads/configure: New, generated with autoconf.
29834
29835 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29836
29837 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29838
29839 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29840
29841 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29842 each signal's status in the output of "handle all print".
29843 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29844 the \r\n sequence that immediately precedes the gdb prompt.
29845 * gdb.base/a1-selftest.exp: Save original timeout and restore
29846 after test.
29847
29848 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29849
29850 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29851 symbol.
29852
29853 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29854
29855 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29856
29857 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29858
29859 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29860 timeout by 60 seconds.
29861
29862 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29863
29864 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29865 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29866 error return.
29867
29868 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29869
29870 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29871 gdb initialization, also report how long dejagnu waited. Restore
29872 old timeout before doing error return. Temporarily increase timeout
29873 by 3 minutes to allow for slow startups over heavy NFS use.
29874
29875 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29876
29877 * lib/gdb.exp: Report timeout value for verbosity level 2.
29878 * config/gdbserver.exp: Ditto.
29879 * config/hppro.exp: Ditto.
29880 * config/mips-gdb.exp: Ditto.
29881 * config/monitor.exp: Ditto.
29882 * config/netware.exp: Ditto.
29883 * config/sim-gdb.exp: Ditto.
29884 * config/slite-gdb.exp: Ditto.
29885 * config/udi-gdb.exp: Ditto.
29886 * config/unix-gdb.exp: Ditto.
29887 * config/vx-gdb.exp: Ditto.
29888 * gdb.base/a1-selftest.exp: Ditto.
29889 * gdb.base/a2-run.exp: Ditto.
29890 * gdb.base/break.exp: Ditto.
29891 * gdb.base/corefile.exp: Ditto.
29892 * gdb.base/list.exp: Ditto.
29893 * gdb.base/recurse.exp: Ditto.
29894 * gdb.base/scope.exp: Ditto.
29895 * gdb.base/signals.exp: Ditto.
29896
29897 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29898
29899 * gdb.threads/Makefile.in (docdir): Removed.
29900
29901 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29902
29903 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
29904 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
29905 @srcdir@.
29906 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
29907 autoconf 2.5 or higher.
29908 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29909
29910 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29911
29912 * configure: Regenerated.
29913 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29914 avoid name clashes with SunOS headers.
29915
29916 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29917
29918 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29919
29920 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29921
29922 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29923 prototype information ends up in the compiler info file.
29924
29925 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29926
29927 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29928 attempting to regenerate it. Eliminate use of a temporary file
29929 and just generate the info file directly. Source it immediately,
29930 for consistency of use.
29931 * gdb.base/corefile.exp: Ditto
29932 * gdb.base/exprs.exp: Ditto.
29933 * gdb.base/funcargs.exp: Ditto.
29934 * gdb.base/langs.exp: Ditto.
29935 * gdb.base/list.exp: Ditto.
29936 * gdb.base/mips_pro.exp: Ditto.
29937 * gdb.base/nodebug.exp: Ditto.
29938 * gdb.base/opaque.exp: Ditto.
29939 * gdb.base/ptype.exp: Ditto.
29940 * gdb.base/scope.exp: Ditto.
29941 * gdb.base/setvar.exp: Ditto.
29942 * gdb.base/signals.exp: Ditto.
29943 * gdb.base/whatis.exp: Ditto.
29944 * gdb.c++/templates.exp: Ditto.
29945 * gdb.c++/virtfunc.exp: Ditto.
29946 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29947 whether or not to add -lstdc++ to the compile command line args.
29948
29949 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29950
29951 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29952 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29953 Increase timeout, a lot of single stepping might be needed if the
29954 target has no hardware watchpoints.
29955
29956 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29957
29958 * gdb.base/break.exp: Ignore compiler warnings when compiling
29959 break.c.
29960 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29961 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29962 from remote-sim.
29963 * gdb.base/exprs.exp: Add h8300 xfails.
29964 * gdb.base/funcargs.exp: Likewise.
29965 * gdb.base/nodebug.exp: Likewise.
29966 * gdb.base/printcmds.exp: Likewise.
29967 * gdb.base/ptype.exp: Likewise.
29968 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29969 h8300 xfails.
29970 * gdb.base/return.exp: Handle float/double precision problems
29971 on the h8300.
29972 * gdb.base/funcargs.c: Explicitly make last constant argument to
29973 call_after_alloca_subr an unsigned long type.
29974 * gdb.base/return.c: Include stdio.h.
29975
29976 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29977
29978 * config/abug.exp: New file for the older Motorola Bug monitor
29979 that runs on the mvme13x series VME boards.
29980 * config/monitor.exp: Use the new config array for target settings
29981 if they exist.
29982
29983 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29984
29985 * sim-gdb.exp: Make the SH simulator allocate less space when
29986 it is targeted.
29987
29988 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29989
29990 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29991 test.
29992
29993 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29994
29995 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29996 "rs6000-*-*" for "list function in include file" when gcc compiled.
29997 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29998 for "p ctable1[120]".
29999 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30000 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30001 Remove setup_xfail for "rs6000-*-*" for
30002 "print 'scope0.c'::filelocal before run".
30003 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30004 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30005 since some compilers don't allow both options to be given
30006 on the same command line. Create object file and move it.
30007
30008 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30009
30010 * gdb.base/corefile.exp: Always regenerate the core file, since
30011 we always regenerate the coremaker program. Detect special case
30012 where registers cannot be read from core file.
30013
30014 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30015
30016 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30017 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30018 * gdb.c++/templates.exp: Only match on basename of file since
30019 some formats like xcoff don't encode directory information.
30020 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30021 and rs6000 AIX xcoff targets.
30022 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30023 * configure: Regenerate.
30024 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30025 here, rather than in distclean.
30026
30027 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30028
30029 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30030 defined, and use it to compile the test case with -O2. The
30031 native compilation still uses no optimization.
30032 * gdb.base/mips_pro.c: Remove inline assembly code since
30033 it is compiled PIC by default, which results in assembler
30034 warnings that make the testsuite think the compilation
30035 was unsuccessful.
30036
30037 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30038
30039 * gdb.c++/misc.exp: Add note to message for
30040 "print s.a for foo struct" that this is a known gcc 2.7.2
30041 and earlier bug.
30042
30043 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30044
30045 * gdb.base/break.exp: Fix pattern for matching "Delete all
30046 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30047 setup_xfail for deleting all breakpoints test. Fix various
30048 timeout messages to include "(timeout)".
30049 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30050 for "p t_float_values2(3.14159,float_val2)".
30051 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30052 for "continue to call2g" when gcc compiled.
30053 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30054 "up to foo in langs.exp", "show language at foo in langs.exp",
30055 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30056 and "show language at fsub in langs.exp".
30057 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30058 "list line 1 in include file", "list message for lines past EOF",
30059 "list function in include file", "list list0.h:foo", and
30060 "list filename:function; nonexistant function".
30061 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30062 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30063 and "ptype t_char_array" to be for native cc only.
30064
30065 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30066
30067 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30068 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30069 "print func2::coremaker_local", and "backtrace in corefile.exp".
30070
30071 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30072
30073 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30074 "bt in signals.exp". This problem only appears when running
30075 the testsuite, and then only intermittently.
30076
30077 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30078
30079 * gdb.base/return.exp (return_tests): Differentiate between
30080 two tests of continuing.
30081
30082 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30083
30084 * */Makefile.in (maintainer-clean): Remove config.log.
30085 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30086 * gdb.c++/Makefile.in (PROGS): Add inherit.
30087 (clean): Remove *.ci.
30088
30089 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30090
30091 * gdb.c++/misc.cc: Add test code from Mike Stump.
30092 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30093
30094 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30095
30096 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30097 to "alpha-*-osf2*" and add comment.
30098 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30099 setup_xfail for "step over execarg initialization" and
30100 "step over corearg initialization".
30101 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30102 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30103 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30104 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30105 "print func2::coremaker_local", and "backtrace in corefile.exp".
30106 * gdb.base/signals.exp: Build and source signals.ci.
30107 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30108 to be for gcc only.
30109 * lib/gdb.exp: Move verbose statements outside conditionals.
30110
30111 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30112
30113 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30114 Feb 3 procfs.c change.
30115
30116 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30117
30118 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30119
30120 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30121
30122 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30123 from dejagnu's apparent default of 10 seconds, which gives random
30124 results when running the tests over NFS on moderately loaded systems.
30125 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30126
30127 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30128
30129 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30130 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30131 result reports.
30132
30133 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30134
30135 * configure.in (CY_AC_PATH_TCLH): Remove.
30136 * configure: Regenerate.
30137
30138 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30139
30140 * gdb.c++/Makefile.in (clean): Add missing '{'.
30141
30142 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30143
30144 * lib/gdb.exp: Provide a default value for noinferior.
30145
30146 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30147 Load libgloss.exp.
30148
30149 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30150
30151 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30152 the executable, not the .o to run the tests from.
30153
30154 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30155
30156 * gdb.base/break.exp: Don't test for program exit or exit status
30157 if $noresults if nonzero.
30158 * gdb.base/langs.exp: Likewise.
30159 * gdb.base/watchpoint.exp: Likewise.
30160
30161 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30162 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30163 trying to compile the testcase.
30164
30165 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30166
30167 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30168 * gdb.base/signals.exp (continue to handler): Likewise.
30169
30170 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30171
30172 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30173
30174 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30175
30176 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30177
30178 * gdb.base/corefile.exp: Recognize "not found" as failure
30179 when trying to determine if a core file was generated.
30180 If no core file was generate the first time, try again without
30181 the ulimit -c to work around braindamaged shells.
30182
30183 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30184
30185 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30186 [] tests with "test" and enclose string in quotes.
30187 * gdb.stabs/configure: Rebuild
30188
30189 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30190
30191 Changes in sync with expect:
30192 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30193 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30194 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30195 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30196 argument to AC_REQUIRE.
30197 * configure: Regenerated.
30198
30199 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30200
30201 * gdb.base/corefile.exp: When generating a core, discard any
30202 error messages about ulimit not found and the "core dumped"
30203 message from the shell that runs the coredumper.
30204
30205 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30206
30207 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30208
30209 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30210 which sed script to run. Expect failure for v_comb test
30211 on PA targets too.
30212
30213 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30214
30215 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30216 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30217
30218 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30219
30220 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30221 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30222 "sparc-sun-solaris*" xfails for "p v_comb".
30223 * lib/gdb.exp (default_gdb_start): Fix typo.
30224 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30225 messages to not include the full program name that caused
30226 the core dump since some systems (such as solaris) apparently
30227 truncate this path to about 80 characters.
30228 When generating a core file first try increasing the core file
30229 size limit to unlimited since some systems may default it to
30230 zero, and it is harmless to try it. Move the test for failing
30231 to generate a core file to where it will actually get executed.
30232 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30233 new gdb result from g++ debug info improvements and make old
30234 pattern obsolescent. Also account for size_t differences
30235 (may be int or long).
30236 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30237 initialization before function call is placed in the delay slot
30238 and thus appears to be skipped over by commands such as "next".
30239
30240 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30241
30242 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30243
30244 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30245
30246 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30247 input source file; fix code to compile test to deal with this
30248 convention.
30249 * gdb.c++/*.exp: Likewise.
30250
30251 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30252
30253 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30254 "bt in signals.exp".
30255
30256 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30257
30258 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30259 "step over execarg initialization" and
30260 "step over corearg initialization".
30261
30262 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30263
30264 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30265 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30266
30267 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30268
30269 From Rob Savoye (rob@poseidon.cygnus.com)
30270 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30271 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30272 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30273 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30274 configure.in}: Major reworking for autoconfig.
30275 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30276 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30277 New files.
30278 * config/unix-gdb.exp: Make GDB global.
30279 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30280 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30281 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30282 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30283 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30284 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30285 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30286 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30287 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30288 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30289 pr-8136.exp, result.exp, string.exp, tuples.exp},
30290 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30291 to returns as necessary, arrange for test to compile own testcase
30292 executable.
30293 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30294
30295 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30296
30297 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30298 clear_xfail at end of test which might not call either pass or fail.
30299 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30300 "backtrace through signal handler".
30301
30302 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30303
30304 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30305 continuing from a job control stop signal.
30306 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30307
30308 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30309
30310 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30311 * gdb.base/corefile.exp: Likewise.
30312 * gdb.base/funcargs.exp: Likewise.
30313
30314 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30315
30316 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30317 * config/monitor.exp: Add support for setting baud rate.
30318
30319 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30320
30321 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30322 i*86-*-linux* xfails for "backtrace through signal handler".
30323 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30324 "print func2::coremaker_local".
30325 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30326 alpha-dec-osf2* xfail for
30327 "delete all breakpoints when none".
30328
30329 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30330
30331 * gdb.base/break.exp: Change test that deletes all breakpoints
30332 when no user breakpoints are installed. A post 4.15 change
30333 causes gdb to no longer prompt in this case.
30334
30335 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30336
30337 * gdb.base/return.exp (return_tests): Change xfail for test
30338 "correct value returned double test" to stop xfailing at
30339 Solaris 2.5. Apparently the bug has been fixed.
30340
30341 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30342
30343 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30344 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30345
30346 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30347
30348 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30349 * gdb.disasm/hppa.s: Corresponding changes.
30350
30351 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30352
30353 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30354 makefile fragment.
30355 * config/mt-hpux: Deleted.
30356
30357 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30358
30359 * Many files: When warning about suppressed tests due to a
30360 nonexistant test binary, avoid incrementing the warning count.
30361
30362 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30363
30364 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30365
30366 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30367
30368 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30369 "sparc-*-solaris2*".
30370
30371 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30372
30373 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30374 Add global and local variables and initialize them.
30375 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30376 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30377 extracts the file name and terminating signal from the core file.
30378 * TODO: Remove note about tests for correct mapping of corefile.
30379 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30380 from optimizing it away.
30381 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30382 handles common blocks.
30383
30384 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30385
30386 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30387 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30388
30389 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30390
30391 * Makefile.in (maintainer-clean): New target, synonym for
30392 realclean.
30393 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30394 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30395 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30396 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30397 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30398 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30399
30400 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30401
30402 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30403 xfails when not gcc compiled for "print foo::funclocal".
30404 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30405 "print foo::funclocal at foo",
30406 "print 'scope1.c'::foo::funclocal at foo",
30407 "print foo::funclocal_bss at foo",
30408 "print 'scope1.c'::foo::funclocal_bss at foo",
30409 "print foo::funclocal_ro at foo",
30410 "print 'scope1.c'::foo::funclocal_ro at foo",
30411 "print bar::funclocal at foo" and
30412 "print 'scope1.c'::bar::funclocal at foo".
30413 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30414 gcc compiled for "print foo::funclocal at bar".
30415 Expand all messages to ensure that they identify that
30416 the test is at bar().
30417 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30418 gcc compiled for:
30419 "ptype on opaque struct pointer (statically)",
30420 "ptype on opaque struct tagname (statically)",
30421 "ptype on opaque struct pointer (dynamically) 1",
30422 "ptype on opaque struct tagname (dynamically) 1",
30423 "ptype on opaque struct pointer (dynamically) 2" and
30424 "ptype on opaque struct tagname (dynamically) 2
30425 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30426 gcc compiled for:
30427 "p datalocal"
30428 "whatis datalocal",
30429 "ptype datalocal",
30430 "p bsslocal",
30431 "whatis bsslocal", and
30432 "ptype bsslocal".
30433 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30434 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30435 when not gcc compiled.
30436 * gdb.base/funcargs.exp (float_and_integral_args): Add
30437 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30438 compiled.
30439 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30440 "backtrace from call6a" when not gcc compiled.
30441 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30442 "backtrace from call7a" when not gcc compiled.
30443 * gdb.base/callfuncs.exp (do_function_calls):
30444 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30445 "p t_char_array_values(char_array_val2,char_array_val1)",
30446 "p t_char_array_values(char_array_val1,char_array_val2)",
30447 "p t_char_array_values("carray 1","carray 2")",
30448 "p t_char_array_values("carray 1",char_array_val2)",
30449 "p t_char_array_values(char_array_val1,"carray 2")",
30450 "p sum_args(1,{2})",
30451 "p sum_args(2,{2,3})",
30452 "p sum_args(3,{2,3,4})",
30453 "p sum_args(4,{2,3,4,5})"
30454 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30455 "backtrace in corefile.exp" when not gcc compiled.
30456
30457 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30458
30459 * gdb.base/signals.exp: Rewrite `handle all print' test as
30460 a procedure. Accept blanks or TABs as whitespace, increase
30461 timeout and expect input buffer size for the large output
30462 from the command. Remove "i*86-*-bsdi2.0" xfail.
30463
30464 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30465
30466 * gdb.base/setvar.exp: Add new testcases for truncation when
30467 assigning invalid values to bitfields.
30468
30469 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30470
30471 * gdb.base/callfuncs.exp (do_function_calls): Remove
30472 mips-sgi-irix* xfail for
30473 "call inferior func with struct - returns char *"
30474 and fix test so that an optional (unsigned char *) cast is
30475 accepted in the result.
30476
30477 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30478
30479 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30480 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30481 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30482 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30483 that accidentally got checked in.
30484
30485 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30486
30487 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30488 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30489 compiled test.
30490 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30491 Add mips-sgi-irix5* xfail for not gcc compiled.
30492 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30493 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30494 compiled for "p top", "whatis top", "p middle", and "whatis
30495 middle".
30496 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30497 "whatis signed char" for not gcc compiled.
30498 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30499 "set variable signed char=-1 (-1)" and
30500 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30501 * gdb.base/funcargs.exp (float_and_integral_args):
30502 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30503 Add mips-sgi-irix* xfail when not gcc compiled for
30504 "continue to call2b".
30505 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30506 "continue to call2g".
30507 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30508 compiled for "backtrace from call6a"
30509 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30510 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30511 when not gcc compiled for "backtrace from call7a".
30512 (localvars_after_alloca): Fix gdb_test cmds for
30513 "print * after runto ...".
30514 Remove rs6000-*-* xfails for
30515 "print i after runto localvars_after_alloca" and
30516 "print l after runto localvars_after_alloca"
30517 for all compilers.
30518 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30519 when not compiled with gcc, for:
30520 "print signed char == (minus)",
30521 "print signed char != (minus)",
30522 "print signed char < (minus)",
30523 "print signed char > (minus)".
30524 * gdb.base/callfuncs.exp (do_function_calls):
30525 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30526 "call inferior func with struct - returns char *".
30527 * gdb.base/return.exp (return_tests): Change xfail for
30528 "correct value returned double test" to include Solaris 2.4.
30529 * gdb.base/funcargs.exp (float_and_integral_args):
30530 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30531
30532 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30533
30534 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30535 enumeration bitfields if compiling with GNU C.
30536 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30537 to empty' prompt.
30538
30539 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30540
30541 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30542 test for PRO targets.
30543
30544 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30545 breakpoints in the inferior at any given time by making
30546 two groups of breakpoints for call2*, call6* and call7*
30547 tests.
30548
30549 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30550
30551 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30552 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30553 from optimizing it away.
30554 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30555 "call inferior func with struct".
30556
30557 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30558
30559 * configure.in: Only configure gdb.chill for particular targets.
30560
30561 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30562
30563 * gdb.base/Makefile.in: Add action to .c.o transformation
30564 rule that generates a .ci file for each .o file and remove
30565 explicit .c.o rules except for callfuncs.o.
30566 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30567 generates a .ci file for each .o file and remove explicit
30568 .cc.o rules.
30569 (clean): Remove *.tmp *.ci files.
30570 (EXECUTABLES): Remove templ-info.exp.
30571 * gdb.base/compiler.c: New file.
30572 * gdb.c++/compiler.cc: New file
30573 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30574 Change rs6000-*-* xfail for
30575 "print 'scope0.c'::filelocal_ro" and
30576 "print 'scope1.c'::filelocal" and
30577 "print 'scope1.c'::filelocal_bss" and
30578 "print 'scope1.c'::filelocal_ro" and
30579 "print 'scope1.c'::foo::funclocal" and
30580 "print 'scope1.c'::foo::funclocal_ro" and
30581 "print 'scope1.c'::bar::funclocal" and
30582 "print 'scope0.c'::filelocal_ro" and
30583 "print 'scope1.c'::filelocal at foo" and
30584 "print 'scope1.c'::filelocal_bss at foo" and
30585 "print 'scope1.c'::filelocal_ro at foo" and
30586 "print 'scope1.c'::foo::funclocal at foo" and
30587 "print 'scope1.c'::foo::funclocal_bss at foo" and
30588 "print 'scope1.c'::foo::funclocal_ro at foo" and
30589 "print 'scope1.c'::bar::funclocal at foo" and
30590 "print 'scope0.c'::filelocal_ro" and
30591 "print 'scope1.c'::filelocal" and
30592 "print 'scope1.c'::filelocal_bss" and
30593 "print 'scope1.c'::filelocal_ro" and
30594 "print 'scope1.c'::foo::funclocal" and
30595 "print 'scope1.c'::foo::funclocal_bss" and
30596 "print 'scope1.c'::foo::funclocal_ro" and
30597 "print 'scope1.c'::bar::funclocal" and
30598 "print 'scope1.c'::bar::funclocal_bss"
30599 to only be xfail'd when not compiled with gcc.
30600 Add rs6000-*-* xfail for
30601 "print 'scope0.c'::filelocal_bss before run"
30602 when compiled with gcc.
30603 (test_at_main): Add rs6000-*-* xfail for
30604 "print filelocal_ro in test_at_main"
30605 when compiled with gcc.
30606 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30607 Add rs6000-*-aix* xfail for
30608 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30609 "ptype t_char_array", not compiled with gcc.
30610 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30611 xfail for "list foo (in include file)" when gcc compiled.
30612 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30613 (integral_args): Add rs6000-*-* xfail for
30614 "run to call0a" if not compiled with gcc.
30615 (unsigned_integral_args): Add rs6000-*-* xfail for
30616 "run to call1a" if not compiled with gcc.
30617 (float_and_integral_args): Add rs6000-*-* xfail for
30618 "run to call2a" if not compiled with gcc and for
30619 "continue to call2b" for any compiler.
30620 Add rs6000-*-* xfail to
30621 "print f1 after run to call2a" for gcc compiled.
30622 (discard_and_shuffle): Add rs6000-*-* xfail for
30623 "run to call6a".
30624 (shuffle_round_robin): Add rs6000-*-* xfail for
30625 "backtrace from call7a" if not compiled with gcc.
30626 Add rs6000-*-* xfail for
30627 "backtrace from call7b" if compiled with gcc.
30628 (call_after_alloca): Add rs6000-*-* xfail for
30629 "print c in call_after_alloca" and
30630 "print s in call_after_alloca" and
30631 "backtrace from call_after_alloca_subr"
30632 if not compiled with gcc.
30633 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30634 "print c in localvars_in_indirect_call" and
30635 "print c in localvars_in_indirect_call" and
30636 "backtrace in indirectly called function" and
30637 "stepping into indirectly called function"
30638 if not compiled with gcc.
30639 (localvars_after_alloca): Add rs6000-*-* xfail for
30640 "print c after runto localvars_after_alloca" and
30641 "print s after runto localvars_after_alloca" and
30642 "print i after runto localvars_after_alloca" and
30643 "print l after runto localvars_after_alloca"
30644 for all compilers.
30645 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30646 than whatis-info.exp.
30647 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30648 than opaque-info.exp.
30649 Setup rs6000-*-* xfail for
30650 "ptype on opaque struct pointer (statically)" and
30651 "ptype on opaque struct pointer (dynamically)" when
30652 not compiled with gcc.
30653 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30654 rather than callf-info.exp.
30655 (do_function_calls): Add clear_xfail for rs6000-*-* for
30656 "p t_float_values2(3.14159,float_val2)". Seems to work
30657 fine there, both with xlc and gcc. Need to find out what
30658 it is doing right and fix other platforms.
30659 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30660 "call inferior func with struct - returns int",
30661 "call inferior func with struct - returns long",
30662 "call inferior func with struct - returns float",
30663 "call inferior func with struct - returns double",
30664 "call inferior func with struct - returns char *",
30665 but only if not gcc compiled (presumes xlc compiled).
30666 Change rs6000-*-* xfails for
30667 "call inferior func with struct - returns char" and
30668 " call inferior func with struct - returns short" to only
30669 xfail if not using gcc.
30670 (clean mostlyclean): Remove *.ci and *.tmp files.
30671 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30672 than templ-info.exp.
30673 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30674 Add rs6000-*-* xfail for "up to foo in langs.exp"
30675 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
30676 when not gcc compiled.
30677
30678 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30679
30680 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30681 * gdb.base/corefile.exp: Likewise.
30682 * gdb.base/list.exp: Likewise.
30683 * gdb.base/scope.exp: Likewise.
30684 * gdb.base/siganls.exp: Likewise.
30685
30686 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30687 compiler output.
30688 * gdb.base/whatis.exp: Likewise.
30689
30690 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30691
30692 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30693 failure (opcode table has been fixed to match reality).
30694
30695 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30696
30697 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30698 "call inferior func with struct - returns char",
30699 "call inferior func with struct - returns short"
30700
30701 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30702 "print 'scope0.c'::filelocal at main",
30703 "print 'scope0.c'::filelocal_bss in test_at_main",
30704 "print 'scope0.c'::filelocal at foo",
30705 "print 'scope0.c'::filelocal_bss in test_at_foo",
30706 "print 'scope0.c'::filelocal at bar",
30707 "print 'scope0.c'::filelocal_bss in test_at_bar"
30708
30709 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30710 in source file 1". This bug seems to have been fixed with both
30711 gcc and native cc (was native assembler bug?).
30712
30713 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30714
30715 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30716 "backtrace through signal handler" to "i*86-*-sysv4*".
30717 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30718 continue" case. Add "known SVR4 bug" to fail message.
30719 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30720 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30721 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30722 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30723 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30724 "up to foo in langs.exp", "show language at foo in
30725 langs.exp", "up to cppsub_ in langs.exp", "show
30726 language at cppsub_ in langs.exp", "up to fsub in
30727 langs.exp", and "show language at fsub in langs.exp".
30728 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30729 "bactrace in corefile.exp".
30730 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30731 "call inferior function with struct - returns float" and
30732 "call inferior function with struct - returns double".
30733
30734 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30735
30736 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30737 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30738 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30739 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30740
30741 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30742
30743 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30744 (or overriden) "CHILL" macro rather then bare "gcc".
30745 Also look for ../../gcc/xgcc since that is what we will
30746 actually need, not "Makefile". Remove following assignment
30747 of CHILL to CHILL_FOR_TARGET because that results in
30748 recursive definition.
30749
30750 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30751
30752 * gdb.base/corefile.exp: Change xfail for backtrace in
30753 corefile.exp from linuxaout to all linux.
30754 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30755 cases where we miss the breakpoint at the signal handler
30756 for some reason. Setup xfail for linuxoldld/linuxaout and
30757 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30758 hitting SIGURG breakpoint.
30759 * gdb.base/signals.exp: Setup xfail for "next" acting like
30760 continue to add linuxoldld. Setup xfail for all linux for
30761 "next to handler in signals_tests_1", "backtrace in
30762 signals_tests_1", "continue to func1", "pass SIGUSR1",
30763 and continue to handler".
30764
30765 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30766
30767 * Update all FSF addresses except those in COPYING* files.
30768
30769 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30770
30771 * gdb.base/a2-run.exp: Change messages to be more explicit about
30772 the status of args, and quote binfile in results.
30773
30774 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30775
30776 * gdb.base/callfuncs.exp: Add tests for passing structs to
30777 inferior functions and return various types.
30778 * gdb.base/callfuncs.c: Add functions to receive a struct
30779 and return a member of the struct, in various types.
30780
30781 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30782
30783 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30784
30785 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30786
30787 * config/vxworks29k.exp: New file, sources vxworks.exp.
30788
30789 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30790
30791 * config/gdbremote.exp: New file. Testing framework using
30792 gdbserver.
30793
30794 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30795
30796 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30797 "call function when asleep" and "send end of file".
30798 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30799 for "backtrace in corefile.exp".
30800 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30801 for "backtrace through signal handler".
30802 * gdb.base/corefile.exp: Make sure we actually generate a core file
30803 before trying the core tests. Some systems allow the user to suppress
30804 generation of core files and default to that (linux for example).
30805 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30806 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30807
30808 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30809
30810 * gdb.threads: New directory with some crude multi-threaded
30811 gdb tests (step.exp and step2.exp).
30812 * config/mt-lynx (STEP_EXECUTABLE): Define.
30813 (THREADFLAGS): Define.
30814
30815 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30816
30817 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30818
30819 * gdb.base/signals.exp: Disable whole file for lynx until
30820 further notice.
30821
30822 * gdb.base/signals.exp: xfail test where "next" acts like
30823 "continue" for lynx.
30824
30825 * gdb.base/interrupt.exp: xfail test for calling function while
30826 inferior is asleep for lynx.
30827
30828 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30829 than one cr-lf after each command.
30830
30831 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30832
30833 * configure.in: Reinstate setting of stabsdirs variable, fix
30834 typo in setting up configdirs for native builds.
30835
30836 * gdb.base/return.exp: Fix typo in return double test.
30837 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30838 compiler from optimizing them away.
30839
30840 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30841
30842 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30843 sequences to be echo'd by gdb when using gdb_test.
30844 * gdb.chill/chexp.exp: Likewise.
30845 * gdb.fortran/exprs.exp: Likewise
30846
30847 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30848
30849 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30850 after the inferior gdb has started.
30851
30852 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30853 after each command.
30854 * gdb.base/funcargs.exp: Likewise.
30855 * gdb.base/gdbvars.exp: Likewise.
30856 * gdb.base/interrupt.exp: Likewise.
30857 * gdb.base/list.exp: Likewise.
30858 * gdb.base/watchpoint.exp: Likewise.
30859 * gdb.c++/demangle.exp: Likewise.
30860 * gdb.c++/inherit.exp: Likewise.
30861 * gdb.chill/chexp.exp: Likewise.
30862 * gdb.fortran/exprs.exp: Likewise.
30863
30864 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30865 test if we can't handle IO to/from the inferior.
30866
30867 * gdb.c++/misc.exp: Always check for a program already being
30868 started after sending a "run" command to gdb.
30869
30870 * gdb.base/twice.exp: Start with a fresh gdb.
30871
30872 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30873 only depend on gdb's expression code, not the chill runtime.
30874
30875 * gdb.base/return.c: Put return values into variables so we
30876 can have gdb print them rather than depending on the program
30877 to print them.
30878 * gdb.base/return.exp: Corresponding changes.
30879
30880 * lib/gdb.exp: Provide default value for noinferiorio.
30881 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30882 the inferior.
30883
30884 * gdb.base/break.exp: Always check for a program already being
30885 started after sending a "run" command to gdb.
30886 (text_next_with_recursion): Don't check the output from the
30887 program's printf statement. Instead just make sure the program
30888 exited.
30889
30890 * gdb.base/commands.exp: Protect tests which need arguments with
30891 $noargs conditionals.
30892
30893 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30894
30895 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30896 of structure member arrays to match gdb/valops.c:value_addr change.
30897
30898 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30899
30900 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30901 cases.
30902
30903 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30904
30905 * configure.in (configdirs): Remove gdb.chill from default list
30906 of subdirs and then add it back in only if doing a native build.
30907 The current chill compiler does not yet work in any cross build.
30908 * Revert all signal changes from Jul 6.
30909 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30910 for sh-hms targets, allowing these tests to link, with no other
30911 changes. Testing is suppressed by setting "nosignals" in site.exp.
30912
30913 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30914
30915 * configure.in (signaldirs): Define and add to configdirs for all
30916 targets except some specific ones that are known to not support signals.
30917 Also clean up formatting.
30918 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30919 (signals, sigall): Remove rules to build.
30920 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30921 Moved to new gdb.signals directory.
30922 * gdb.signals: New test directory.
30923 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30924 signals.c signals.exp}: New or moved files.
30925
30926 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30927
30928 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30929
30930 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30931
30932 * gdb.base/return.exp: Xfail `return double' test failure
30933 on at least Solaris 2.3 and handle future/past versions on
30934 a case by case basis as appropriate. Also update message
30935 to include i*86 failures.
30936
30937 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30938
30939 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30940
30941 * lib/gdb.exp: Fix comment which erroneously identified
30942 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30943 gdb_file_cmd not gdb_load).
30944 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30945
30946 * gdb.base/setvar.exp: Make test names consistent between pass and
30947 fail cases. Use gdb_test more.
30948
30949 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30950
30951 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30952
30953 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30954
30955 * gdb.base/help.exp: Fix expected help string for `show commands'.
30956
30957 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30958
30959 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30960
30961 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30962 of a text section.
30963
30964 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30965
30966 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30967 that loop eventually terminates. Fix Connection refused logic so
30968 that testsuite will expire nicely.
30969
30970 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30971
30972 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30973 config/rom68k.exp: New tcl glue for the appropriate monitors.
30974 These all just end up calling monitor.exp.
30975 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30976 refused' by retrying. Cleanup some timeout issues.
30977 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30978 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30979 callers don't have to set/restore global timeout variable.
30980
30981 * The following set of changes centralizes management of the global
30982 timeout variable. This way, it can be set in one target dependent
30983 place instead of dozens of places scattered throughout the test suite.
30984 If you need to lengthen a timeout, then you should either set timeout
30985 in one of the config/{target}.exp files, or multiply it by a factor.
30986 Setting it to an absolute value is always going to lose for some
30987 targets.
30988 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30989 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30990 * gdb.base/funcargs.exp: Don't set timeout.
30991 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30992 * gdb.base/printcmds.exp (test_print_string_constants
30993 test_print_array_constants): Don't set timeout.
30994 * gdb.base/ptype.exp: Don't set timeout.
30995 * gdb.base/recurse.exp: Don't set timeout.
30996 * gdb.base/return.exp: Don't set timeout.
30997 * gdb.base/watchpoint.exp: Don't set timeout.
30998 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30999 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31000
31001 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31002
31003 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31004
31005 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31006
31007 * lib/gdb.exp: Disable chill tests for irix5.
31008
31009 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31010
31011 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31012 each test pass or fail.
31013
31014 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31015
31016 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31017 xlc not gcc.
31018
31019 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31020
31021 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31022
31023 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31024
31025 * config/est.exp: Fix copyright and comments. Remove dead code.
31026 Use targetname, serialport and baud variables instead of fixed
31027 constants.
31028 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31029 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31030
31031 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31032
31033 * gdb.base/watchpoint.exp: Don't run
31034 test_watchpoint_triggered_in_syscall for sunos.
31035
31036 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31037
31038 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31039 they don't seem to exist. Do include stdio.h.
31040
31041 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31042
31043 * gdb.base/a1-selftest.exp: Add alpha xfail.
31044
31045 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31046
31047 * gdb.base/watchpoint.c (main): Prompt before calling read().
31048 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31049 Revise accordingly. Remove cruft about sending "123" several
31050 times, until it gets noticed. Clean up the "print buf[0]" stuff
31051 so that it passes or fails, and waits for prompts in the usual way.
31052
31053 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31054
31055 * gdb.base/recurse.exp: Fix comment.
31056
31057 * TODO: Remove item about printing variables in nodebug.exp. Add
31058 item about enabling tests which are only run on some targets.
31059
31060 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31061 fail, make test names unique, use new gdb_test convention
31062 regarding pattern, use gdb_test more, etc.).
31063
31064 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31065 fail, make test names unique, etc.).
31066
31067 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31068
31069 * gdb.base/nodebug.c: Change return type of top and middle to
31070 short.
31071 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31072 are fixed by the recent mdebugread.c changes. Allow `short ()'
31073 as type for top and middle.
31074
31075 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31076
31077 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31078 nearly as I can tell, the whole thing was an accident in Stu's
31079 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31080 to replace a send/expect pair with gdb_test, but ended up only
31081 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31082 of 30 Mar 1995 took care of it, but left this vestigial comment
31083 which I am now nuking.
31084
31085 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31086
31087 * gdb.base/break.exp: Look for different line number for
31088 breakpoint at main depending on usestubs.
31089
31090 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31091
31092 * gdb.base/list.exp: Adjust some alternate expect patterns to
31093 match recent list0.c change. Add alternate expect pattern for
31094 output from `list default lines around main' for optimizing
31095 compilers.
31096
31097 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31098
31099 * lib/gdb.exp: If nosignals is not set, set it to 0.
31100
31101 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31102
31103 * config/slite-gdb.exp: Responds to load symbol table prompt.
31104 * gdb.base/break.exp: Adjust line number, fix rerun.
31105 * gdb.base/langs0.c: Add #ifdef usestubs.
31106
31107 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31108
31109 * gdb.base/list.exp: Adjust line contents after adding new lines in
31110 list0.c. Also fix a syntax error.
31111
31112 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31113 * gdb.base/break.exp: ditto.
31114 * gdb.base/list.exp: ditto.
31115 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31116 * gdb.base/run.c: ditto.
31117 * gdb.base/list0.c: ditto.
31118 * gdb.base/funcargs.c: ditto.
31119
31120 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31121
31122 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31123 $targetname, $serialport and $baud instead of hardwired variables.
31124 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31125 target doesn't support signals.
31126
31127 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31128
31129 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31130
31131 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31132
31133 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31134 Don't rely on the value of an auto variable before it has been
31135 initialized. Use gdb_test more.
31136
31137 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31138
31139 * lib/gdb.exp (default_gdb_version): A version number must start
31140 with a digit, but other than that contains all characters up to
31141 the first whitespace character.
31142
31143 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31144
31145 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31146
31147 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31148
31149 * gdb.c++/*.exp: Warn if executable does not exist. The original
31150 reason for skipping the warning was that configure.in sometimes
31151 intentionally skipped building the executables but the tcl code
31152 had no way of knowing. That (a) was always bogus with respect to
31153 error handling, (b) is no longer true (right now there is no way
31154 to skip C++ tests).
31155
31156 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31157
31158 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31159
31160 * gdb.base/list.exp: Add expect patterns for output from
31161 SunPRO compiled executables.
31162 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31163 types.
31164
31165 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31166
31167 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31168 number (we are already testing that the correct source line text
31169 gets printed).
31170
31171 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31172 that is what is intended, but something needed to be done to get
31173 sunos4 native working again.
31174
31175 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31176
31177 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31178 apparently went with a (very) old xfail.
31179
31180 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31181
31182 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31183 runto_main is a proc in gdb.exp that will do 'step' for target use
31184 stubs.
31185 * gdb.base/exprs.exp: ditto.
31186 * gdb.base/interrupt.exp: ditto.
31187 * gdb.base/opaque.exp: ditto.
31188 * gdb.base/printcmds.exp: ditto.
31189 * gdb.base/ptype.exp: ditto.
31190 * gdb.base/scope.exp: ditto.
31191 * gdb.base/setvar.exp: ditto.
31192 * gdb.base/signals.exp: ditto.
31193 * gdb.base/twice.exp: ditto.
31194 * gdb.c++/classes.exp: ditto.
31195 * gdb.c++/inherit.exp: ditto.
31196 * gdb.c++/templates.exp: ditto.
31197 * gdb.base/break.exp: no run and hit main for stubs. Change line
31198 numbers for breakpoints and info breakpoint.
31199 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31200 breakpoint().
31201 * gdb.base/callfuncs.c: ditto.
31202 * gdb.base/exprs: ditto.
31203 * gdb.base/interrupt.c: ditto.
31204 * gdb.base/opaque0.c: ditto.
31205 * gdb.base/printcmds.c: ditto.
31206 * gdb.base/ptype.c: ditto.
31207 * gdb.base/scope0.c: ditto.
31208 * gdb.base/setvar.c: ditto.
31209 * gdb.base/signals.c: ditto.
31210 * gdb.base/twice.c: ditto.
31211 * gdb.c++/misc.cc: ditto.
31212 * gdb.c++/templates.cc: ditto.
31213
31214 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31215
31216 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31217
31218 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31219 somewhere between `read' and `main.c'. I'm pretty sure the
31220 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31221 and it isn't particularly useful.
31222
31223 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31224
31225 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31226
31227 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31228
31229 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31230
31231 * config/mt-slite: add LIBS and -nostdlib.
31232 * config/slite-gdb.exp: add this new file to support sparclite target.
31233
31234 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31235
31236 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31237
31238 * gdb.base/a2-run.exp: Change argument to istarget from
31239 "*-*-vxworks" to "*-*-vxworks*".
31240 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31241
31242 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31243
31244 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31245 will not runto main but do a 'step' to step out of breakpoint().
31246 * config/mt-slite: add -Dusestubs.
31247
31248 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31249
31250 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31251 instead of just @.
31252
31253 * gdb.base/signals.exp: Add test for "handle all print".
31254 * TODO: Remove "handle all print". Also remove item about
31255 checking copyright date (I don't like the idea of a spurious FAIL
31256 based on when we run the tests).
31257
31258 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31259 for SunOS4 (reason for failure not investigated). Remove
31260 redundant test for $binfile.
31261
31262 * gdb.base/nodebug.c (array_index): Call malloc.
31263
31264 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31265
31266 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31267
31268 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31269 conventions and slightly simplify the matching regexp.
31270
31271 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31272
31273 * gdb.base/break.exp: Update gdb_test invocation to use new
31274 convention.
31275
31276 * lib/gdb.exp: If noargs is not set, set it to 0.
31277
31278 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31279 tests unique.
31280
31281 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31282
31283 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31284
31285 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31286 one argument of type "<non-float parameter>".
31287
31288 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31289
31290 * config/rom68k.exp: New file to support Motorola IDP board.
31291 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31292 * gdb.base/break.c: Change things around so that this program
31293 doesn't depend upon args. This is necessary to make remote
31294 targets work (in general, they can't take args).
31295 * gdb.base/break.exp: Don't try to send args to program. Don't
31296 expect output. Also, replace lots of code with gdb_test.
31297
31298 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31299
31300 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31301 printing of '\'' (which is what the comment says we are testing,
31302 even though we were not), not '''.
31303 (test_integer_literals_rejected): Test that printing ''' is an error.
31304
31305 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31306 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31307 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31308 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31309 Use gdb_test not test_print_accept.
31310 * lib/gdb.exp: Remove test_print_accept.
31311
31312 * gdb.base/signals.exp (signal_tests_1): Make pass message
31313 consistent with fail message.
31314
31315 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31316 unsigned char; the bug (PR 1821) is fixed.
31317
31318 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31319
31320 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31321 successful tests--makes xfailing them work right.
31322
31323 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31324
31325 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31326 only \r\n, not .*. The test can pass .* as the last thing in
31327 $pattern if that is what it wants. In addition to providing this
31328 flexibility, this change should speed up pattern matching in cases
31329 where the pattern already ended with .* (there were a number of
31330 them). This change also helps catch bad patterns--in the old
31331 scheme the typo "char \*" instead of "char \\*" would pass. Now
31332 it is caught.
31333 * Many .exp files: Update callers.
31334
31335 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31336 clearer and does not spuriously match multiple ('s. Likewise for
31337 ) and *.
31338
31339 * gdb.base/nodebug.exp: Test ability to call a function and pass
31340 it a string (even with no debugging info).
31341
31342 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31343 "p '\'", which is the same as "p ''" once tcl gets done with
31344 quoting, to "p '\\'", which I suspect is what is intended (one
31345 backslash gets sent to GDB).
31346
31347 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31348
31349 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31350
31351 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31352 1817) was fixed literally years ago.
31353
31354 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31355
31356 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31357 test, it causes stepping out of call_after_alloca_subr with
31358 optimizing compilers.
31359 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31360 fails.
31361
31362 * gdb.c++/templates.exp: Source templ-info.exp only if
31363 the templates executable exists.
31364
31365 * gdb.c++/misc.cc (class Contains_static_instance,
31366 class Contains_nested_static_instance),
31367 gdb.c++/classes.exp (test_static_members): Test printing of
31368 a class that contains a static instance of the class.
31369
31370 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31371
31372 * gdb.base/langs2.c (cppsub_): Don't prototype.
31373 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31374 only, I believe).
31375
31376 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31377
31378 * lib/gdb.exp (skip_chill_tests): New procedure.
31379
31380 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31381
31382 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31383
31384 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31385 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31386
31387 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31388
31389 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31390
31391 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31392 disassemble 8, not 16, instructions for part 4.
31393
31394 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31395 support the latter anymore.
31396
31397 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31398 -DNO_PROTOTYPES.
31399 * gdb.base/callfuncs.c: Control use of prototypes based on
31400 NO_PROTOTYPES, not __STDC__.
31401 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31402 t_float_values2 tests if prototypes in use.
31403
31404 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31405 t_double_values): When checking differences against DELTA, check
31406 that difference is within the range (-DELTA,DELTA), not just
31407 (-infinity,DELTA).
31408
31409 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31410
31411 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31412 'file' command firts, then 'target', then 'load', this is due to gdb
31413 target set up.
31414 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31415
31416 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31417
31418 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31419 FP load/store variants.
31420 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31421
31422 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31423
31424 * gdb.base/term.exp: Do not give a warning if not native, it is
31425 not an abnormal condition.
31426
31427 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31428
31429 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31430 t_char_array".
31431
31432 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31433
31434 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31435 are getting the version number.
31436
31437 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31438 if not native, it is not an abnormal condition.
31439
31440 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31441
31442 * lib/gdb.exp: Just use "file exists", rather than undocumented
31443 dejagnu procedure "findfile".
31444
31445 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31446
31447 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31448 (LDFLAGS): Set to -Xlinker -Ur.
31449
31450 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31451 Removed, these values are set by lib/gdb.exp.
31452
31453 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31454
31455 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31456
31457 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31458 of replicating gdb startup code.
31459
31460 * config/mt-vxworks (LDFLAGS): Set to -r.
31461 (CFLAGS_FOR_TARGET): Removed.
31462
31463 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31464 (gdb) and gdb for vxworks uses (vxgdb).
31465
31466 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31467 executable is not in the tree and host != target, use sed and
31468 program_transform_name to determine the gdb name used by the
31469 target.
31470
31471 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31472 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31473
31474 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31475
31476 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31477 floats, chars, and shorts where there are ANSI-style function
31478 definitions.
31479
31480 * gdb.base/langs.exp, gdb.base/langs*: New test.
31481 * gdb.base/Makefile.in: Build it.
31482 * TODO: Remove item about checking that C names don't get C++
31483 demangling applied; this test tests it.
31484
31485 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31486
31487 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31488 went with the const70 xfail. The xfail went away a year ago.
31489
31490 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31491
31492 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31493 for hp300.
31494
31495 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31496
31497 * gdb.base/a1-selftest.exp: Don't run on hp300.
31498
31499 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31500
31501 * Makefile.in (site.exp): Set host_alias and target_alias as well
31502 as host_triplet and target_triplet.
31503
31504 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31505
31506 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31507
31508 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31509 places as other ecoff systems).
31510
31511 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31512 ultrix.
31513
31514 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31515
31516 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31517 remove them.
31518 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31519 variable and "variable" in addition to "data variable".
31520 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31521
31522 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31523 2.
31524 * gdb.base/list1.c (long_line): Add additional statement at start
31525 of function.
31526 * gdb.base/list.exp (test_forward_search): Update line number to
31527 reflect new statement.
31528
31529 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31530
31531 * gdb.base/signals.exp: Reinitialize searched source directories
31532 after gdb_start call.
31533
31534 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31535
31536 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31537 * gdb.stabs/Makefile.in: Likewise.
31538
31539 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31540 change. Instead split the tests into smaller pieces.
31541 * gdb.disasm/hppa.s: Corresponding changes.
31542
31543 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31544
31545 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31546 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31547
31548 * gdb.base/funcargs.exp: Modify many tests so that every test
31549 either passes or fails. Make some test names unique.
31550
31551 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31552
31553 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31554 Call stty to set interrupt character.
31555
31556 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31557 for HP assembler versus GNU assembler based on actual behavior of
31558 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31559
31560 * TODO: Suggest a few more stepping tests.
31561
31562 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31563
31564 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31565 restart GDB for h8300 after a continue.
31566 (return): Add pattern to match a29k-udi behavior.
31567 * gdb.base/nodebug.exp: Remove obsolete comment.
31568 * gdb.base/regs.exp: New file, testing of register displays.
31569 * gdb.base/return.exp: Fix typo in reference to $objdir.
31570 * gdb.base/whatis.exp: Always start with a fresh GDB.
31571
31572 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31573
31574 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31575 higher, these tests generate a lot of output.
31576
31577 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31578
31579 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31580 code following the catch silently ignored some errors; without the
31581 catch they should be thrown like any other tcl error. Also, the
31582 catch used "" instead of {} which meant all the callers who wanted
31583 to include one of the characters "[]$ had to quote it an extra time.
31584 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31585 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31586 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31587 Remove extra quoting.
31588
31589 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31590
31591 * gdb.base/commands.exp: Make test names unique; every test either
31592 passes or fails. Update some comments.
31593
31594 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31595
31596 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31597
31598 The following fixes a FAIL caused by the fact that the alpha stabs
31599 configuration didn't use the ".if alpha" code in weird.def.
31600 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31601 bit pointer, so the 32 bit version works even on the alpha.
31602 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31603 Remove the stuff which allowed us to have separate versions for
31604 alpha and everything else.
31605
31606 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31607 regexp which "info func operator\[\](" is supposed to match. Fix
31608 string to send to GDB. Note that GDB still doesn't work right. Add a
31609 new test for "info func .perator\[\](" which GDB does handle correctly.
31610
31611 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31612
31613 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31614
31615 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31616 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31617 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31618 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31619 it makes the tests harder to understand and confuses test-o-matic.
31620 The preferred style is that each test provides a PASS or a FAIL,
31621 and has a unique message (e.g. "continue #54" not just "continue")
31622 which is the same for the pass and the fail.
31623 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31624 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31625 to lib/gdb.exp.
31626 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31627 prt_accept which was basically the same thing. Likewise for
31628 test_print_reject and prt_reject.
31629 * lib/gdb.exp (test_print_reject): Add some more error message
31630 patterns to match from the former printcmds.exp (prt_reject).
31631 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31632 One defect of the passcount stuff is that some of it failed to
31633 report XPASS where appropriate.
31634 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31635 stuff before and after arg in expected pattern.
31636 (test_paddr_operator_functions): Re-do test without print_addr_of;
31637 this is the only test which seems to want extra stuff there.
31638
31639 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31640
31641 * gdb.base/nodebug.exp: Update new tests to reflect improved
31642 wording of gdb output.
31643
31644 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31645 and "ptype" work on variables in files compiled without -g.
31646 Replaces commented out "maint print msymbol" tests.
31647
31648 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31649
31650 * gdb.base/setvar.c (dummy): Call malloc.
31651
31652 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31653 losing with the irix4 sed.
31654
31655 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31656 ALRM" on irix4.
31657
31658 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31659
31660 * TODO: Remove items about corefile.exp testing new exec-file and
31661 backtrace; both are now done. Add items about printing enums.
31662
31663 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31664
31665 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31666 "get signal $thissig" test fails.
31667
31668 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31669
31670 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31671
31672 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31673 compiler warning with dec alpha compiler.
31674
31675 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31676 extra \n from gdb_test call (this explains why the prompt test
31677 that I removed yesterday was there).
31678 (user_defined_command_test): Remove extra \n and prompt test.
31679
31680 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31681 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31682 doesn't exist.
31683 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31684 Also remove alpha workaround, which turns out to be because
31685 SIGABRT == SIGLOST.
31686
31687 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31688
31689 * gdb.base/help.exp: Don't test "help show".
31690
31691 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31692
31693 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31694 "set print address" is on.
31695 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31696 pass prompt to gdb_test; gdb_test already looks for the prompt.
31697
31698 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31699
31700 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31701 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31702 was to make sure that gdb can read a core file. But (a) the "read
31703 the corefile" part didn't make it to a1-selftest.exp, we just
31704 delete the corefile after creating it, and (b) we test reading
31705 corefiles in corefile.exp anyway. Also, this test left around a
31706 xgdb process on Solaris.
31707
31708 * gdb.base/corefile.exp: Also test backtrace.
31709
31710 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31711
31712 * gdb.base/commands.exp: Test a simple user defined command with
31713 arguments and if/while statements; verify the full user command is
31714 printed by "show user".
31715
31716 * gdb.base/commands.exp: Test if/while commands as part of a
31717 breakpoint command list; verify they appear in breakpoint
31718 information.
31719
31720 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31721
31722 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31723 than by dividing by zero.
31724
31725 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31726
31727 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31728 performing an inferior call with watchpoints enabled.
31729 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31730 call.
31731
31732 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31733
31734 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31735 of "file" command.
31736
31737 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31738 Add additional pattern for when "int operator int(void);" appears
31739 in a different order.
31740
31741 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31742
31743 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31744
31745 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31746 and "signal" with ".*".
31747
31748 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31749
31750 * TODO: Add note about "handle all nostop".
31751
31752 * gdb.base/{sigall.c, sigall.exp}: New test.
31753 * gdb.base/Makefile.in: Add it.
31754
31755 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31756
31757 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31758 when invoking GDB, suppresses any windowing interface.
31759
31760 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31761
31762 * config/sim-gdb: New file, simulator testing support.
31763
31764 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31765
31766 * gdb.base/interrupt.exp: Test calling func1 twice.
31767
31768 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31769
31770 * gdb.base/list.exp (test_forward_search): Set timeout higher
31771 when we'll be getting lots of output from gdb.
31772
31773 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31774 "init_malloc" to after the expect statement. Run it if that
31775 regexp is taken, but also for two others which happen if source
31776 cannot be found.
31777
31778 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31779
31780 * gdb.base/printcmds.exp: New test, for printing register before
31781 program is running.
31782
31783 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31784
31785 * gdb.base/list.exp: Correct some alternate expect patterns
31786 to reflect changes in list1.c.
31787
31788 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31789
31790 * TODO: Add item regarding large frames.
31791
31792 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31793
31794 * TODO: Remove item about enabling return.exp; it
31795 is enabled. Suggest a few more "return" tests.
31796
31797 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31798
31799 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31800 anonymous unions.
31801
31802 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31803
31804 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31805 and pr-5646.o, so "make" is the same as "make all", not "make
31806 pr-4975.o".
31807
31808 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31809
31810 * gdb.base/list.exp: Adjust expectations to reflect changes in
31811 list1.c.
31812 (test_forward_search): New test proc.
31813 * gdb.base/list1.c (long_line): New function, has long source line.
31814
31815 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31816
31817 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31818 additional line of code that was added.
31819
31820 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31821
31822 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31823 tests so as not to overflow expect's input buffers.
31824 * gdb.disasm/hppa.exp: Corresponding changes.
31825
31826 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31827
31828 Beginnings of template debugging tests.
31829 * gdb.c++/templ-info.cc: New file to test for template
31830 debugging capability of the compiler.
31831 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31832 templ-info.cc.
31833 * gdb.c++/templates.cc: Add explicit template instantiations
31834 to enable compiling with -fno-implicit-templates. Add destructor
31835 and 'value' method to T5 class for template tests.
31836 * gdb.c++/templates.exp: Add testcases for printing of template
31837 types, setting breakpoints on template methods and calling a
31838 template method.
31839
31840 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31841
31842 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31843 branch target since some assemblers (gas-2.5) may emit a
31844 relocation for the branch instead of resolving it in the
31845 assembler.
31846
31847 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31848
31849 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31850 through signal handler.
31851
31852 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31853
31854 * configure.in (*-*-netware): Use config/mt-netware.
31855
31856 * config/mt-netware: New file.
31857 * config/mt-i386-netware: Removed, separate configs for different
31858 netware architectures are no longer needed now that we have
31859 --with-headers.
31860
31861 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31862
31863 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31864 by the recent changes to use ANSI C arithmetic conversions.
31865
31866 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31867
31868 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31869 bug involving using inferior_pid to figure out whether to select a
31870 frame.
31871
31872 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31873
31874 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31875 match the current disassembler output.
31876
31877 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31878
31879 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31880 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31881 types, expect "int" as type of integer values (for now).
31882
31883 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31884
31885 * gdb.base/commands.exp: New tests for if/while commands.
31886
31887 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31888
31889 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31890 by .*, since hex values have different syntax in Chill mode.
31891
31892 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31893
31894 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31895 linefeed from expect pattern for repeated types with indices > 9.
31896
31897 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31898
31899 First part of Fortran test suite.
31900 * gdb.fortran: New directory.
31901 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31902
31903 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31904
31905 * gdb.base/default.exp: Update expect pattern for load command
31906 without arguments.
31907
31908 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31909
31910 * configure.in: Change i386 to i[345]86.
31911 * gdb.base/configure.in: Likewise.
31912 * gdb.c++/configure.in: Likewise.
31913 * gdb.chill/configure.in: Likewise.
31914
31915 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31916
31917 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31918 patterns, since that is not a valid context for comments.
31919
31920 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31921
31922 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31923 repeated types and repeated types with indices > 9.
31924
31925 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31926
31927 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31928 2417; old bug has been fixed.
31929
31930 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31931
31932 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31933 send the newline ourselves instead of assuming gdb_test will do
31934 so when passed an empty input string.
31935
31936 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31937 stabs testcode.
31938
31939 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31940
31941 * lib/gdb.exp (gdb_test): Don't send anything if the first
31942 argument is an empty string. This makes cases where we want to
31943 match output that is already in expect's buffers (for example,
31944 matching a breakpoint after gdb_run_cmd has been called) work
31945 reliably.
31946
31947 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31948
31949 * config/netware.exp: New file.
31950
31951 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31952
31953 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31954 the -B and -L prefixes so we can find the debugging stub.
31955
31956 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31957 there and we are using the gcc from the tree.
31958
31959 * gdb.base/types.c: Removed.
31960
31961 * gdb.base/configure.in: Look for makefile fragments in ../config.
31962 Recognize i386-*-netware.
31963 * gdb.c++/configure.in: Likewise.
31964
31965 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31966
31967 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31968 the correct TCL syntax.
31969
31970 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31971
31972 * gdb.base/opaque.exp: use runto instead of messing around with
31973 breakpoints. Simplify by using gdb_test.
31974
31975 * gdb.base/bitfields.exp: restart between tests on netware targets
31976 because breakpoints aren't relocated after target death. Run
31977 processes to completion.
31978
31979 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31980
31981 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31982
31983 * Makefile.in: Remove extra tabs that confuse some versions
31984 of "make". Use the newly built gdb to test with by default,
31985 rather than the first one in the tester's search path.
31986
31987 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31988
31989 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31990
31991 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31992 condition help.
31993
31994 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31995
31996 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31997
31998 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31999 running.
32000 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32001 * gdb.base/funcargs.exp: Likewise.
32002
32003 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32004 * gdb.base/funcargs.exp: Likewise.
32005
32006 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32007 message is "".
32008
32009 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32010
32011 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32012 return,signals,twice}.exp: Handle non-existant binaries
32013 consistantly.
32014
32015 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32016 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32017 might testing a cross development system.
32018
32019 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32020
32021 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32022 runtest script is relative to ${srcdir}, not ${rootdir}.
32023
32024 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32025
32026 * gdb.base/signals.exp: Allow for optionality of breakpoint
32027 address.
32028
32029 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32030
32031 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32032
32033 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32034
32035 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32036 for size_t definition.
32037 * gdb.c++/templates.cc: Likewise
32038
32039 * config/mt-i386-netware: New file.
32040
32041 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32042 defined.
32043
32044 * gdb.base/Makefile.in: Added support for systems that name core
32045 files by appending "core" to the program name.
32046 * gdb.base/a1-selftest.exp: Likewise.
32047
32048 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32049
32050 * gdb.base/return.exp: Add comment and message for `return double'
32051 test failure on Sparc Solaris.
32052
32053 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32054
32055 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32056
32057 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32058
32059 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32060 from optimizing them away.
32061 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32062 patterns to include default constructors and assignment operators,
32063 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32064 character in the output of the virtual base pointer.
32065
32066 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32067
32068 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32069 expression match in print_addr_of to avoid unintented matches.
32070 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32071 versions up to 2.5.8.
32072
32073 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32074
32075 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32076 included file to run under newer versions of expect.
32077 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32078 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32079 Remove xfail for the virtual table of BDDHookV.
32080
32081 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32082
32083 * lib/gdb.exp (string_to_regexp): Set a default result.
32084 (default_gdb_start): Fix misleading message.
32085
32086 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32087
32088 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32089 Remove all CC, etc definitions.
32090 * config/mt-hpux: New file.
32091 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32092 (CFLAGS, LDFLAGS): Define.
32093 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32094
32095 * Makefile.in (site.exp): Don't insert host_os, etc.
32096 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32097 (distclean): Check existence of subdir.
32098 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32099 * gdb.base/Makefile.in: General cleanup and simplification.
32100 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32101 to build executables. Use default rule to build .o files.
32102 (EXPECT, RUNTEST, CC): Fix relative pathname.
32103 (site.exp): Don't insert host_os, etc.
32104 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32105 and/or SIGUSR1 defined.
32106 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32107 * gdb.c++/Makefile.in: General cleanup and simplification.
32108 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32109 (CFLAGS): Remove.
32110 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32111
32112 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32113
32114 * gdb.base/recurse.exp: Misc changes to get tests running again
32115 after Kung's changes to the watchpoint code.
32116 * gdb.base/watchpoint.exp: Likewise.
32117
32118 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32119
32120 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32121
32122 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32123
32124 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32125 * lib/gdb.exp (default_gdb_start): Define.
32126 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32127 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32128 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32129 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32130 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32131 Don't call gdb_target_udi in between tests.
32132
32133 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32134
32135 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32136 (which was basically just a local version of the same thing). In
32137 addition to avoiding duplication, gdb_test_exact is faster.
32138 * lib/gdb.exp (gdb_test_exact): Fix typo.
32139
32140 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32141 don't give an error.
32142
32143 * gdb.base/term.exp: Call delete_breakpoints before starting.
32144
32145 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32146 (t10): Add comment.
32147
32148 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32149
32150 Reorganization of the GDB Test Suite.
32151
32152 * gdb.base: New directory, contains all the basic tests.
32153 * gdb.c++: New directory, tests specific to C++.
32154 * gdb.chill: New directory, tests specific to Chill.
32155 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32156 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32157 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32158 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32159 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32160 t30-31 to chill).
32161 * */gdbme.*: Rename to match appropriate expect scripts.
32162 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32163 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32164 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32165 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32166 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32167 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32168 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32169 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32170 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32171 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32172 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32173 gdb.c++/virtfunc.cc: New names of C++ files.
32174 * gdb.chill/chillvars.ch: New name of Chill file.
32175 * gdb.base/configure.in, gdb.c++/configure.in,
32176 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32177 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32178 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32179 * configure.in (configdirs): Update to reflect directory changes.
32180 (target_abbrev): No longer define for any configuration.
32181 * Makefile.in: Cosmetic improvements to header comments.
32182
32183 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32184
32185 Various changes to gdb.t31:
32186
32187 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32188 * gdbme.ch: Make all key-words and predefineds be upper-case.
32189 * chillvars.exp: Expect key-words and predefinds in upper-case.
32190
32191 * chillvars.exp: Use gdb_test_exact many places.
32192 Change expected output for arrays (which now includes index labels).
32193
32194 * pr-5020.exp, gdme.ch (module PR_5020):
32195 New test, for PR-5020.
32196
32197 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32198
32199 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32200 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32201
32202 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32203
32204 * Makefile.in: Fix bit-rot in definitions of CHILL,
32205 CHILL_FOR_TARGET and Chill_LIB.
32206 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32207 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32208 CHILL, and CHILL_LIB.
32209
32210 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32211
32212 * Revert the previous changes. Please see Rob's directory
32213 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32214
32215 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32216
32217 * Makefile.in, configure.in, config/mips-gdb.exp,
32218 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32219 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32220 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32221 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32222 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32223 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32224 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32225 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32226 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32227 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32228 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32229 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32230 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32231 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32232 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32233 changes from 94Q1.
32234
32235 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32236
32237 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32238 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32239 Rob's new testing fragments.
32240
32241 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32242
32243 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32244 lib/gdb.exp: Replace error proc calls with perror.
32245
32246 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32247
32248 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32249 version also, match on casted version strings, and match on
32250 gdb startup case where the line numbers might be messed up.
32251
32252 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32253
32254 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32255 (CFLAGS): Delete it from here.
32256
32257 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32258
32259 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32260
32261 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32262
32263 * Makefile.in (RUNTEST): Default to just "runtest".
32264
32265 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32266
32267 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32268 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32269 the code has been restructured.
32270
32271 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32272
32273 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32274 \n, not just one of each.
32275
32276 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32277 /bin/cc gives a warning if you do.
32278
32279 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32280
32281 * gdb.t24/demangle.exp: change expect pattern of
32282 __t10ListS_link1ZUiRCUiPT0
32283
32284 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32285
32286 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32287 on local variables in recursive functions.
32288
32289 * gdb.t07/Makefile.in: Build the new test.
32290
32291 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32292
32293 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32294 directly. Instead compare the return values from actual calls.
32295
32296 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32297
32298 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32299
32300 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32301
32302 * From Peter Schauer with minor modifications.
32303 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32304 stops in mid-line in the caller. Add xfail for returning a float
32305 value on X86 targets.
32306
32307 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32308
32309 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32310 to avoid expect lossage.
32311 (fmem_LRbug_tests): Likewise.
32312 * gdb.disasm/hppa.s: Corresponding changes.
32313
32314 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32315 conditions to work with latest dejagnu/expect.
32316
32317 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32318 expected to fail on the PA.
32319 (backtrace in call with trampolines): Explicitly require main
32320 to be frame #1 (no trampolines should show up in backtrace).
32321
32322 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32323 "continue -expect".
32324 * gdb.t06/break.exp: Likewise.
32325 * gdb.t07/watchpoint.exp: Likewise.
32326 * gdb.t13/bitfields.exp: Likewise.
32327 * gdb.t15/{funcargs,return}.exp: Likewise.
32328 * gdb.stabs/weird.exp: Likewise.
32329 * config/{mips,udi}-gdb.exp: Likewise.
32330
32331 * hppa.sed: Enclose comments within a sed command to avoid
32332 losing with the old OSF1 sed.
32333
32334 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32335
32336 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32337 sequent dynix.
32338 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32339 * gdb.t15/funcargs.exp: Conditionally step again to really
32340 finish from marker_call_with_trampolines. Handle the case where
32341 the first step from within call_with_trampolines already steps
32342 us back to main.
32343 * gdb.t15/gdbme.c: Add comment to closing brace of
32344 call_with_trampolines for funcargs.exp.
32345
32346 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32347
32348 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32349 Fix typo(s).
32350
32351 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32352
32353 * gdb.t07/gdbme.c: More code for watchpoint testing.
32354
32355 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32356 "Hardware watchpoint" throughout file.
32357 (test_watchpoint_triggered_in_syscall): New test.
32358 (test_complex_watchpoint): New test.
32359
32360 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32361
32362 * gdbme.c (call_with_trampolines): New function to try and step
32363 into. Tests trampoline problems on the PA.
32364
32365 * funcargs.exp (localvars_in_indirect_call): No longer expect
32366 stepping into indirect call to fail on PAs.
32367 (test_stepping_over_trampolines): New test.
32368
32369 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32370
32371 * TODO: Add suggestions for static member function tests, and
32372 completion tests.
32373
32374 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32375
32376 * TODO: Add suggestions for "p/a" tests.
32377
32378 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32379 (default_gdb_exit): Replace all the hair with sending "quit" to
32380 the process with a simple close.
32381
32382 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32383
32384 * TODO: Add suggestions for shared library tests.
32385
32386 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32387
32388 * TODO: Add suggestions for x/s tests.
32389
32390 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32391
32392 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32393 "enable once", and "enable breakpoints once" with ".*".
32394
32395 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32396
32397 * TODO: Add suggestions about structure passing tests.
32398
32399 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32400
32401 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32402 the primary1 test, use work around if __GNUC__ < 2.
32403 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32404 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32405 Test for bad output rather than waiting for timeout. Issue
32406 second continue only if first continue failed.
32407
32408 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32409
32410 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32411 operator[] test with gdb_test because the old code didn't seem to
32412 be getting the quoting right with the new dejagnu.
32413
32414 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32415
32416 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32417 one from the path.
32418 * Makefile.in: Use a fresh expect if there is one, use runtest
32419 from the src tree if there is one.
32420
32421 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32422
32423 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32424 next over recursive call. Revise the tests from that point on
32425 (which had been skipped) to match GDB's actual (correct) output.
32426
32427 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32428 with next over a breakpoint whose condition is false.
32429
32430 * gdb.t00/help.exp: Comment out "help set print" tests just like
32431 (and for same reason as) "help set" test.
32432
32433 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32434
32435 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32436 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32437
32438 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32439
32440 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32441 necessary gdb_target_udi.
32442
32443 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32444
32445 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32446 1838 and 2417; they are fixed.
32447
32448 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32449 gdb.t03/ptype.exp (ptype structure, ptype union):
32450 Remove xfails; the test is looser than when the xfails were added.
32451
32452 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32453 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32454
32455 * gdb.t01/run.exp: Only run shell test if isnative.
32456
32457 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32458 since "run" automatically loads if necessary. Call gdb_target_udi
32459 after the "file" since "file" kills any execution target.
32460
32461 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32462 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32463 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32464 argument for UDI.
32465
32466 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32467
32468 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32469
32470 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32471
32472 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32473
32474 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32475 properly quoting regexps. This makes the second argument to
32476 demangle a fixed string, which matches the callers, instead of a
32477 shell-style pattern which is what the previous implementation
32478 used. Update some of the callers.
32479
32480 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32481
32482 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32483 (comib_nullified_tests): Fix typo.
32484 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32485 strings. No longer expected to fail.
32486
32487 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32488 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32489 strings. No longer expected to fail.
32490
32491 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32492 string. No longer expected to fail.
32493
32494 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32495
32496 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32497 No longer expected to fail.
32498
32499 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32500 string. No longer expected to fail.
32501
32502 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32503
32504 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32505 only in the names (I probably got most of them). I was even
32506 generous with some which differed in underscores in names, and
32507 probably missed a few, and I *still* was able to remove almost a
32508 third of the file with almost no impact on testsuite coverage.
32509
32510 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32511
32512 * gdb.t00/default.exp: Match udi_attach error message as well as
32513 the one from child_attach.
32514
32515 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32516
32517 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32518
32519 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32520 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32521
32522 * Move test with enums and partial symbols back to
32523 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32524 Reverts the change of 26 May 93. Per today's change to
32525 stabs.texinfo, the behavior that weird.exp was expecting was
32526 unreasonable; what is important is that the compiler+gdb get
32527 things right, which happens with a recent gcc. Also fix the test
32528 to deal with native compilers which put out the stab gdb can't
32529 deal with.
32530
32531 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32532
32533 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32534 in the names. The main thing these accomplish is to slow things down.
32535 Many more such duplicates surely remain.
32536
32537 * gdb.t00/help.exp: Comment out "help support" test just like
32538 (and for same reason as) "help set" test.
32539
32540 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32541
32542 * gdb.t06/break.exp: Remove setup_xfails for
32543 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32544 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32545 about known bug in gcc to include up through 2.5.8.
32546 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32547 well as "_vb$".
32548 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32549 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32550 with latest gcc and gdb.
32551 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32552 well as "_vb$".
32553
32554 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32555
32556 * configure.in (hppa*-*-*): Also configure and build stabs-only
32557 tests.
32558
32559 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32560
32561 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32562 * gdb.t10/configure.in (hppa*-*-*): Use it.
32563
32564 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32565
32566 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32567
32568 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32569
32570 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32571 versions prior to 1.13.5.
32572
32573 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32574
32575 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32576 the prompt is at the start of a line.
32577
32578 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32579
32580 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32581 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32582 in the copr tests now.
32583 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32584 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32585 expected to fail.
32586
32587 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32588
32589 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32590 gdb.t31/chillvars.exp, lib/gdb.exp:
32591 Tweak to run under either version of expect.
32592 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32593 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32594 * gdb.t11/list.exp: Remove extraneous whitespace.
32595
32596 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32597
32598 * gdb.t16/printcmds.exp (test_print_strings): Accept
32599 "(unsigned char *) " before the string.
32600
32601 * TODO: Add notes about printing of fancy types and GDB expressions.
32602
32603 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32604
32605 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32606 * gdb.t06/configure.in: Don't try to compile signals test program
32607 if doing mips-idt-ecoff.
32608
32609 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32610
32611 * Most .exp files: Tweak to run under either version of expect.
32612
32613 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32614
32615 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32616 xfails; I'm not sure why they are failing, but not because of PR 1806.
32617
32618 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32619
32620 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32621 defined in lib/gdb.exp.
32622
32623 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32624
32625 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32626 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32627 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32628 have to be typeless.
32629
32630 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32631
32632 * TODO: Add suggestion for copyright year test.
32633
32634 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32635
32636 * configure.in (*-*-lynxos*): Add stabs tests.
32637
32638 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32639
32640 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32641 so insert a tab before any assembler directive in column zero.
32642
32643 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32644 stores.
32645 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32646 stores.
32647 (fpu_short_memory_tests): Likewise.
32648
32649 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32650
32651 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32652 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32653 .stabs directives in comments.
32654
32655 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32656
32657 * TODO: New file, describing tests we could write.
32658 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32659
32660 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32661
32662 * gdb.t06/signals.exp: Add kludge to force re-sync.
32663
32664 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32665 to xgdb instead of gdb, get out of gdb.
32666
32667 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32668
32669 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32670 for info.
32671
32672 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32673
32674 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32675 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32676 * gdb.stabs/hppa.sed: New sed script for the PA.
32677
32678 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32679
32680 * gdb.stabs: Re-write weird.def and configuration to use sed
32681 instead of cpp. sed is portable and POSIX; cpp is neither.
32682
32683 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32684
32685 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32686
32687 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32688
32689 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32690
32691 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32692
32693 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32694 "_vb$".
32695 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32696 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32697
32698 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32699
32700 * lib/gdb.exp: Comment out code which depends on non-existent
32701 `transform' procedure.
32702
32703 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32704
32705 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32706 * lib/gdb.exp: Transform tool name.
32707 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32708 1.1's new error handling system.
32709
32710 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32711
32712 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32713
32714 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32715
32716 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32717 They made pattern matching so slow that timeouts happened on
32718 heavily loaded systems. Now any output from "show print" which
32719 gets us back to the GDB prompt is a PASS.
32720
32721 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32722
32723 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32724
32725 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32726
32727 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32728
32729 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32730 It is not from PR 3220.
32731
32732 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32733
32734 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32735 just started failing because they depended on the order the
32736 subcommands are presented, or exact docstring text. This kind of
32737 test is a pain and has minimal benefit.
32738
32739 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32740
32741 * gdb.t09/corefile.exp: At end of test, use "core" command with
32742 no arguments.
32743
32744 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32745
32746 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32747 17}/Makefile.in: Make it possible to run the testsuite with Sun
32748 make and CC = cross gcc by adding explicit build rules for .o
32749 files.
32750
32751 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32752
32753 * gdb.t15/funcargs.exp: Don't put comments on same line as
32754 setup_xfail (@#$*%& tcl braindamage!).
32755
32756 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32757
32758 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32759
32760 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32761
32762 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32763 * gdb.t20/inherit.exp: remove three dumplicate entries.
32764
32765 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32766
32767 * gdb.t06/break.exp: For "next over recursive call", fail on any
32768 incorrect output, not just on "factorial (value=2)".
32769
32770 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32771
32772 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32773 working now. Add an xfail if accesing a bss variable causes
32774 a memory error if the target is not yet run.
32775
32776 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32777
32778 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32779 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32780 name of __st* demangling (2 strings). Did Kung really get the
32781 more than 95 others right without testing them?
32782
32783 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32784
32785 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32786
32787 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32788
32789 * configure.in (configdirs): Add gdb.disasm
32790 * gdb.disasm: New directory for GDB disassembler tests.
32791 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32792
32793 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32794
32795 * gdb.t00/help.exp: Don't test "help set".
32796
32797 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32798 from within expect statements. None of these happen anymore and
32799 they cause regressions to be silently unnoticed.
32800
32801 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32802 messages) about known failures with gcc cygnus-2.4.5-930417.
32803
32804 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32805 comp-info.exp so it gets built if it doesn't exist.
32806
32807 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32808 it is no longer used.
32809 * gdb.t13/comp-info.c: Removed.
32810
32811 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32812
32813 * gdb.t06/signals.exp: Add xfail for sun3.
32814
32815 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32816
32817 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32818 relevant because ^C doesn't get sent but failure can be reproduced
32819 interactively).
32820
32821 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32822
32823 * gdb.stabs/alpha.mt: New configuration file for alpha.
32824 * gdb.stabs/configure.in: Use it.
32825 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32826 sharing with alpha.mt, redefine long to word via preprocessor.
32827 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32828 for alpha.
32829 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32830 native cc.
32831 * gdb.t00/teststrategy.exp: Change expect string so that we
32832 consume the `(xgdb)' from the command echo and from the gdb prompt.
32833 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32834 gdb currently compares all values as long, so this failure probably
32835 applies to any configuration where LONGEST is bigger than a target int.
32836 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32837 with gcc.
32838 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32839 to handle opaque pointers, gcc is.
32840 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32841 as first argument. Include <sys/types.h> and change all operator
32842 new definitions to use size_t.
32843 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32844 now that we use size_t.
32845
32846 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32847
32848 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
32849 a long or float array cast all array members to the same type.
32850 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
32851 with 64 bit longs.
32852 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
32853 on alpha.
32854 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
32855
32856 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32857
32858 * gdb.t24 (demangle.exp): Constructors of templates have names like
32859 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32860 section 14.6 of the ARM.
32861
32862 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32863 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32864 accomplish little and slow down the testsuite.
32865
32866 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32867 Accept spaces various places.
32868
32869 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32870
32871 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32872 with watchpoint enabled.
32873
32874 * Makefile.in: Remove definition of CC and remove the second
32875 definition of CXX (the "CXX = gcc" one remains). These definitions
32876 were causing backquotes to be expanded within backquotes, which
32877 doesn't work.
32878
32879 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32880
32881 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32882
32883 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32884
32885 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32886 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
32887 by mips cc and contains no stabs entries.
32888
32889 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32890
32891 * config/vx-gdb.exp: Use fake device to load files rather than
32892 NFS.
32893 * lib/gdb.exp: New proc to do "file" command.
32894 * config/unix-gdb.exp: Use new "file" proc.
32895
32896 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32897
32898 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32899 Rework board rebooting slightly.
32900 (gdb_exit): Don't exit from the remote shell; there isn't one.
32901 * gdb.stabs/weird.exp: If a program is being debugged already,
32902 kill it.
32903 * gdb.t04/setvar.exp: Stop and restart gdb.
32904 * gdb.t05/expr.exp: Likewise.
32905 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32906 restart gdb and reload the program.
32907 * gdb.t08/opaque.exp: Likewise.
32908 * gdb.t12/scope.exp: Likewise.
32909 * gdb.t13/bitfields.exp: Likewise.
32910 * gdb.t15/funcargs.exp: Likewise.
32911 * gdb.t20/classes.exp: Likewise.
32912 * gdb.t03/ptype.exp: Increase timeout.
32913 * gdb.t16/printcmds.exp (test_print_string_constants,
32914 test_print_array_constants): Likewise.
32915 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32916 * gdb.t20/classes.exp (do_tests): Likewise.
32917 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32918
32919 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32920
32921 * gdb.stabs: Renamed *wierd* to *weird*.
32922
32923 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32924
32925 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32926 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32927
32928 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32929
32930 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32931 (do_tests): Remove xfail for whatis on one_var and two_var.
32932
32933 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32934
32935 * Makefile.in: Made cross building work better by adding
32936 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32937
32938 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32939
32940 * gdb.t15/{return.c,return.exp,Makefile.in}:
32941 New test, currently commented out.
32942
32943 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32944
32945 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32946 still running and removes the leftover named socket so GDb can do
32947 clean restarts.
32948
32949 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32950
32951 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32952 console, not GDB.
32953 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32954 cross testing works better with "make check"
32955 * config/unix-gdb: Use default procedures for exit and version.
32956 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32957 with the newest VxWorks.
32958
32959 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32960
32961 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32962 old form.
32963
32964 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32965 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32966
32967 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32968
32969 * config/unix-gdb.exp: Remove this version of gdb_exit
32970 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32971 Rob says he'll look at it when he gets back to testing boards.
32972
32973 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32974
32975 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32976 an expected fail for certain ptype commands.
32977
32978 * gdb.t20/classes.exp: Update expected results of "ptype class
32979 Base1" to account for the constructor that now appears in the type.
32980
32981 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32982
32983 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32984 disappeared from list.
32985 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32986 "alldone" proc with call to cleanup and exit.
32987 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32988 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32989 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32990 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32991 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32992 "alldone" proc with simple returns that suppress remaining
32993 tests. The alldone proc went away many months ago.
32994
32995 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32996
32997 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32998
32999 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33000
33001 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33002
33003 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33004 as vax gdb will display them.
33005
33006 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33007
33008 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33009 optimizers.
33010
33011 * scope.exp: Change "bad value for localval" messages so each one
33012 is unique.
33013
33014 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33015 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33016
33017 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33018
33019 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33020
33021 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33022 doesn't exist (due to optimization).
33023
33024 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33025
33026 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33027 contains \r because the filename is long.
33028
33029 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33030 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33031
33032 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33033
33034 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33035 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33036 Ultrix.
33037 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33038 int tests.
33039 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33040
33041 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33042
33043 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33044
33045 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33046 to match does not match the passing case but still matches the
33047 failing case.
33048
33049 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33050
33051 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33052
33053 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33054
33055 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33056 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33057 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33058 Remove various versions of gdb_exit.
33059 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33060 gdb_exit.
33061 * config/unix-gdb.exp: gdb_exit remains here, and should override
33062 the generic version, since it's doing a lot of wierd stuff that
33063 the other versions aren't. FIXME, fold it in, or abandon this
33064 version.
33065
33066 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33067
33068 * gdb.t24/demangle.exp: Add tests for PR 3220.
33069
33070 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33071
33072 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33073
33074 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33075
33076 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33077 "i386-*-*". Works for i486 as well.
33078
33079 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33080 bug, and expand domain of xfail to all SVR4 systems, since the
33081 actual problem is likely to be in generic SVR4 /proc support.
33082
33083 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33084
33085 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33086
33087 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33088
33089 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33090 xfails for other systems. Match a missing 'Continuing.' as an
33091 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33092
33093 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33094 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33095 Only issue warning for missing executables if -all option is used.
33096
33097 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33098 file if -all option is used. It's like an unpredictable XFAIL.
33099
33100 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33101
33102 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33103 for dynamically linked binaries.
33104
33105 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33106
33107 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33108
33109 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33110 to state that this is a known bug in old versions of g++.
33111
33112 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33113
33114 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33115 while waiting for `Continuing'.
33116
33117 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33118
33119 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33120 in text, data, and bss.
33121 * gdb.t10/nodebug.c: Add local and global test variables for
33122 initialized and uninitialized data.
33123
33124 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33125
33126 * config/unix-gdb.exp (gdb_exit): Add "wait".
33127
33128 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33129
33130 * gdb.t06/signals.exp: xfail the continue from the handler for all
33131 targets.
33132
33133 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33134 function with watchpoints enabled, the i386 call dummy starts with
33135 a call.
33136
33137 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33138 386 bsd names its corefiles.
33139
33140 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33141
33142 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33143 compilers don't grok it.
33144 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33145 with small octal ints rather than character constants, which
33146 are signed and might not fit if first promoted to int.
33147
33148 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33149
33150 * gdb.t09/Makefile.in (clean): Remove corefile.
33151
33152 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33153
33154 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33155
33156 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33157 and Jim Kingdon (kingdon@cygnus.com)
33158
33159 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33160 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33161 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33162
33163 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33164
33165 * gdb.t17/interrupt.exp: Add xfail for hppa.
33166
33167 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33168
33169 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33170 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33171 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33172 to determine signed-ness of bitfields and use the result to setup
33173 the xfail.
33174 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33175 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33176 call line is reached if necessary.
33177
33178 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33179
33180 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33181
33182 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33183
33184 * gdb.t06/break.exp: Also test `clear' command.
33185
33186 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33187
33188 * gdb.t00/teststrategy.exp: Remove extra quote.
33189
33190 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33191 watchpoint enabled to be for all non-68k machines.
33192
33193 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33194
33195 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33196
33197 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33198 targets use aout.mt instead of ecoff.mt as gas understands
33199 standard aout format.
33200
33201 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33202
33203 * lib/gdb.exp (runto): Don't insist that function we are running to
33204 was compiled with -g.
33205
33206 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33207
33208 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33209 to get back into the read system call.
33210 Accept leading newline in case where we woke it up.
33211
33212 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33213
33214 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33215 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33216 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33217 enable ecoff configuration.
33218
33219 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33220
33221 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33222
33223 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33224
33225 * gdb.t16/printcmds.exp: Add another printf test.
33226
33227 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33228
33229 * configure.in: If configured -with-stabs on any target, add
33230 stabsdirs to configdirs.
33231
33232 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33233
33234 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33235 fun" so pattern does not match the command itself.
33236
33237 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33238
33239 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33240
33241 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33242
33243 * gdb.t17/interrupt.exp: Test for more things.
33244
33245 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33246
33247 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33248 compiler arranges the code and line numbers.
33249
33250 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33251
33252 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33253
33254 * gdb.t00/help.exp: Increase expect input buffer size.
33255
33256 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33257
33258 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33259
33260 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33261
33262 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33263
33264 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33265 [0-9]*, not just [0-9].
33266
33267 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33268
33269 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33270
33271 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33272
33273 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33274
33275 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33276
33277 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33278
33279 * gdb.t06/signals.c: Add xfails for sun3.
33280
33281 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33282
33283 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33284 test_stepping tests.
33285
33286 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33287
33288 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33289
33290 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33291
33292 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33293 rather than actually putting it through cpp twice.
33294
33295 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33296
33297 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33298
33299 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33300 no longer needed.
33301
33302 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33303
33304 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33305
33306 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33307 C++ features prints as "struct", make it a pass, not an xfail.
33308
33309 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33310
33311 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33312 Don't require VA to print as "class" rather than "struct".
33313
33314 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33315
33316 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33317
33318 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33319
33320 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33321
33322 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33323
33324 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33325 order.
33326
33327 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33328
33329 * gdb.t16/printcmds.exp: Add printf tests.
33330
33331 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33332
33333 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33334
33335 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33336
33337 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33338 pass counts, to counteract any existing or future setup_xfails.
33339
33340 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33341
33342 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33343 {BEGIN,END}_COMMON for common block instead of STAB.
33344 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33345
33346 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33347 intp_var should be N_GSYM not N_LSYM.
33348 wierd-aout.S: Use a label for the value of the N_SO.
33349 wierd.def: Remove all backslashes.
33350 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33351
33352 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33353
33354 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33355 get the expected next to inheritance3.
33356
33357 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33358
33359 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33360 now that gcc-2.4 gets it right.
33361
33362 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33363
33364 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33365
33366 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33367 generating comp-info.exp which works for cross-compilation.
33368
33369 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33370
33371 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33372 "*-*-sysv4.*".
33373
33374 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33375
33376 * gdb.t01/run.exp: Start with a fresh gdb.
33377 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33378 SVR4.x.
33379
33380 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33381
33382 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33383 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33384 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33385 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33386 things to remove.
33387
33388 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33389
33390 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33391 test cases from bug reports.
33392
33393 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33394
33395 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33396 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33397 avoid spurious xfails.
33398 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33399 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33400 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33401
33402 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33403
33404 * gdb.t00/teststrategy.exp: Rework to provide more useful
33405 description of each test, fix problem with systems that define
33406 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33407 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33408 results for "next over recursive call" so timeouts aren't taken
33409 by error.
33410
33411 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33412
33413 * gdb.t12/scope.exp: Test printing of variables before run.
33414
33415 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33416 printed in wrong order due to sorting.
33417
33418 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33419
33420 * gdb.t00/teststrategy.exp: Fix expected results for printing
33421 user entered string constant. Is array of char, prints with no
33422 address.
33423
33424 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33425 commands.
33426 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33427 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33428 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33429 of struct of char arrays.
33430 * gdb.t00/radix.exp: New tests for radix commands.
33431
33432 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33433
33434 * gdb.t16/printcmd.exp: Print a variable before running program
33435 (with xfail for AIX).
33436
33437 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33438
33439 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33440
33441 * gdb.t16/printcmd.exp: Don't print variables before running program.
33442
33443 * gdb.t06/break.exp: Don't require envp argument to main.
33444
33445 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33446
33447 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33448 Add xfails for rs6000.
33449
33450 * gdb.t02/whatis.exp: Change other tests not to re-test something
33451 we already tested.
33452
33453 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33454 each type used has a variable of that type.
33455
33456 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33457
33458 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33459
33460 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33461
33462 * configure.in: change srctrigger to be a file, not a directory
33463
33464 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33465
33466 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33467
33468 * gdb.t11/list.exp: Fixed a couple of typos.
33469
33470 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33471
33472 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33473 is fixed and PR is closed.
33474 * gdb.t16 (gdbme.c): Add simple test string variable.
33475 * gdb.t16 (printcmds.exp): Add tests with simple test string
33476 variable, primarily for boundaries on "set print elements".
33477
33478 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33479
33480 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33481 Make leading 0's optional and don't expect a tab in the middle
33482 of the number.
33483
33484 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33485
33486 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33487 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33488 don't end command passed to gdb_test with newline.
33489
33490 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33491 signed keyword away, don't expect signed bitfields to be signed.
33492
33493 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33494 printing with only as many 1's as are in the field as well as printing
33495 with 32 1's (see comment).
33496
33497 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33498
33499 * gdb.t00/default.exp: Start with a fresh gdb.
33500 * configure.in (configdirs): Remove gdb.t31 until the chill
33501 compiler works again. It no longer is able to find chillrt0
33502 since it isn't in libchill.a anymore.
33503 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33504 wierd.o, make more modular.
33505 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33506 spurious newlines that caused problems.
33507
33508 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33509
33510 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33511 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33512 gdb.stabs/wierd.{exp,def}: Many new tests.
33513
33514 * gdb.t00/default.exp: update info line for new message.
33515
33516 * gdb.t02/{whatis.exp,gdbme.c}:
33517 Test that "char *" doesn't print as "caddr_t".
33518
33519 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33520
33521 * gdb.t00/help.exp: Use .* in place of some help messages which
33522 just changed.
33523 gdb.t00/default.exp: Update "info frame" test for new message.
33524 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33525 Remove some xfails
33526
33527 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33528
33529 * gdb.t03/{gdbme.c,ptype.exp}:
33530 Add tests for typedef'd struct and union without tags.
33531 Also check "whatis" on a variable of a typedef'd enum without a tag.
33532
33533 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33534 PRMS 1823; the bug still exists but isn't reproduced by this test
33535 anymore), and remove rs6000 XFAIL (the bug is fixed).
33536
33537 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33538 duplicated from whatis.exp. For those that are left, accept
33539 "long", "long int", or "int" for long variables (whatis.exp already
33540 has an XFAIL for "int", so no need to fail it here).
33541
33542 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33543 Deal with GCC's names for types now that GDB uses the compiler's names.
33544
33545 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33546 setup_xfail's for sunos4. If we #defined the signed keyword away,
33547 don't expect GDB to know that char it is signed.
33548
33549 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33550
33551 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33552
33553 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33554 should work on any system, regardless of debugging format.
33555 * gdb.t21/demangle.exp: Move to gdb.t24.
33556 * gdb.t24/demangle.exp: Move from gdb.t21.
33557 * gdb.t24/{Makefile.in, configure.in}: New files.
33558
33559 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33560
33561 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33562 * gdb.stabs: New directory.
33563
33564 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33565
33566 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33567 not just "Quit anyway?".
33568
33569 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33570
33571 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33572 that all setup_xfails are immediately followed by clear_xfails.
33573
33574 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33575
33576 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33577 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33578 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33579 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33580 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33581 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33582 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33583 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33584 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33585 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33586 gdb.t31/chillvars.exp, lib/gdb.exp:
33587 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33588 bug-gdb@prep.ai.mit.edu.
33589
33590 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33591
33592 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33593 with 0.0, not integer 0.
33594
33595 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33596
33597 * gdb.t06/break.exp: Update for "Kill the program" message change.
33598
33599 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33600
33601 * Makefile.in (GDBFLAGS): Set to -nx.
33602 * Makefile.in (site.exp): Use GDBFLAGS.
33603
33604 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33605
33606 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33607 Makefiles.
33608 (check): depend on just-check.
33609 (just-check): added so that tests can be run without a noop
33610 build pass.
33611
33612 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33613
33614 Switch to using configure's configdirs.
33615 * Makefile.in (Makefile): add configure.in dependency.
33616 (SUBDIRS): removed redundant assignment.
33617 * configure.in: switch subdirs assignment to configdirs.
33618 * gdb.t*/configure.in: new files.
33619
33620 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33621
33622 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33623 works.
33624
33625 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33626
33627 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33628 in explicit rules. Apparently this is not supported by some makes.
33629
33630 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33631
33632 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33633
33634 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33635
33636 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33637 disappeared.
33638
33639 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33640
33641 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33642
33643 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33644
33645 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33646 watchpoint problem that is now fixed.
33647 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33648 uninitialized convenience variables.
33649 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33650 structures.
33651
33652 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33653
33654 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33655 which causes expect to get out of sync with gdb on long output
33656 from help set.
33657 * gdb.t09/corefile.exp: Make expected pattern for core file
33658 failing signal and frame output format less sun specific.
33659
33660 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33661
33662 * gdb.t31/chillvars.exp: Add and remove initial dummy
33663 breakpoint, so that symbol table is forced in.
33664 (Needed at least on Sunos4, though it seems not SVR4.)
33665 * gdb.t31/chillvars.exp: Update for changed output format.
33666
33667 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33668
33669 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
33670
33671 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33672
33673 * Makefile.in: Added --srcdir when invoking runtest, removed the
33674 need for a local config file. (optional now)
33675
33676 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33677
33678 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33679 failure count used to force early termination. Add some more
33680 expected failures for gnu style demangling.
33681
33682 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33683
33684 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33685 pmi variable from gdb.t20/gdbme to get optimized away.
33686 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33687 Check for written corefile upon timeout _and_ eof.
33688
33689 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33690
33691 * config/unix-gdb.exp: Add missing return 0.
33692
33693 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33694
33695 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33696 test termination.
33697
33698 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33699
33700 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33701 disappeared.
33702
33703 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33704
33705 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33706 time as i860 support works.
33707
33708 * gdb.t15/funcargs.exp: Fix expected outputs to include
33709 "backtrace 100\r" rather than just "backtrace\r", to match last
33710 change.
33711
33712 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33713
33714 * config/udi-gdb.exp (gdb_exit): Remove close command.
33715 (gdb_target_udi): New procedure to set the UDI target.
33716 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33717 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33718 Added waits for prompts after several question responses. Added
33719 some more responses used by a29k-amd-udi-gdb.
33720 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33721 pass different arguments, restart UDI connection after program
33722 completion.
33723 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33724 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33725 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33726 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33727 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33728 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33729 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33730 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33731 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33732 after program completion.
33733 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33734 compiled with a SELECT_VECS setting.
33735 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33736 infinite recursion.
33737
33738 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33739 Added checks for COFF results, and made them expected failures for
33740 all targets. It would be better to make them expected failures
33741 for COFF targets only.
33742
33743 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33744
33745 * Makefile.in: add null dvi target, don't bother to recurse
33746 through test directories for info and install-info; rename
33747 $(datadir) to be dejagnu instead of deja-gnu
33748
33749 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33750
33751 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33752 compiler to coredump.
33753 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33754 code.
33755
33756 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33757
33758 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33759 coredump.
33760 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33761 code.
33762
33763 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33764
33765 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33766 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33767 which in a shell. Deletes xgdb when done.
33768 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33769 Tests the return from the "set height" or "set width" commands.
33770 Added a few return codes where needed.
33771
33772 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33773
33774 * Makefile.in (SUBDIRS): Add gdb.t17.
33775 * configure.in (subdirs): Add gdb.t17.
33776 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33777 files to test gdb's calling of functions in the inferior with
33778 the correct arguments and gdb's ability to retrieve any
33779 result returned.
33780
33781 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33782
33783 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33784 may be called after gdb goes away. Previous versions of expect
33785 needed these to avoid file descriptor leaks, but they cause
33786 errors with the current revision of expect.
33787 * gdb.t00/gdbvars.exp: Use -re on expected output after
33788 setting sevenbit-strings.
33789 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33790 to set sevenbit-strings consistent across tests.
33791 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33792 set sevenbit-strings consistent across tests.
33793
33794 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33795
33796 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33797 expected output to match current "expect" expectations.
33798
33799 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33800
33801 * gdb.t00/default.exp: Change expected output for default "source"
33802 command, to match new gdb behavior which requires a filename to
33803 source.
33804
33805 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33806
33807 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33808 expected fail for i486-*-* that misses the marker2 function.
33809 * gdb.t10/crossload.exp (bfddefault): Allow successful
33810 recognition of a format to pass even if no symbols are found.
33811 Explicitly catch failures where the format is not recognized
33812 or is ambiguous, and add the reason to the fail message.
33813 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33814 the cause is and invalid target and add reason to failure message.
33815 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33816 elf32-i386, elf32-sparc, and elf32-i860.
33817 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33818 Set up expected failure for 'filename'::variable scope resolution,
33819 which is now apparently broken on all targets.
33820 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33821 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33822 gdb.t23/templates.exp: Change failure for missing binfile into
33823 just a warning.
33824 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33825 references.
33826
33827 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33828
33829 * gdb.t00/default.exp: Add expected output for default "source"
33830 command, to match new gdb behavior.
33831 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33832
33833 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33834
33835 * config/*-gdb.exp: returns an error, rather than exiting on
33836 internal errors.
33837
33838 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33839
33840 * gdb.t03/gdbme.c: Add pointer to struct variable.
33841 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33842 referencing struct members.
33843
33844 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33845
33846 * configure.in (mips-idt-ecoff): New target.
33847 * config/mips-gdb.exp: New file for remote board using MIPS remote
33848 debugging protocol.
33849
33850 * Redid configuration scheme. Removed gdb.t*/configure.in.
33851 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33852 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33853 distclean targets. Built executables via .o files. Adjusted
33854 tests to account for source files in $(srcdir) rather than
33855 $(objdir).
33856 * lib/gdb.exp (runto): Don't expect () after the function name,
33857 because it may have arguments.
33858
33859 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33860
33861 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33862 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33863 expected failures for mips-idt-* and mips-sgi-*.
33864 * gdb.t00/default.exp (attach): Kill process if requested.
33865 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33866 that does not read core files.
33867 * gdb.t01/run.exp: Removed checks for exit status code.
33868 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33869 it is linked in.
33870 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33871 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33872 appropriate, rather than doing it by hand.
33873 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33874 execution.
33875 * gdb.t10/crossload.exp: Kill existing program if needed.
33876 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33877 appropriate, rather than doing it by hand. Always increase
33878 timeout for this test, not just for VxWorks.
33879
33880 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33881
33882 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33883 of Chill STRUCT types and STRUCT values.
33884 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33885 than "char".
33886 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
33887 struct2): New struct definitions and initializations to test
33888 simple Chill STRUCT types.
33889
33890 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33891
33892 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33893 the null byte at the end of strings.
33894 * gdb.t00/default.exp: Make show version insensitive to copyright
33895 date.
33896 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33897 to avoid dependencies on target char signedness.
33898 * gdb.t16/printcmds.exp: Update expected results for explicitly
33899 unsigned char.
33900 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33901 now work.
33902 * gdb.t21/demangle.exp: Add many more patterns for template
33903 demangling, most of them being expected failures.
33904 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33905 string we are matching for, to match on the whole string.
33906 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33907 and fix a whole bunch that had incorrect expected output but were
33908 passing anyway because of the bug in "proc demangle".
33909 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33910 type.
33911 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33912
33913 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33914
33915 * gdb/testsuite: made modifications to testcases, etc., to allow
33916 them to work properly given the reorganization of deja-gnu and the
33917 relocation of the testcases from deja-gnu to a "tool" subdirectory.
33918
33919 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33920
33921 * gdb/testsuite: Initial creation of gdb/testsuite.
33922 Migrated dejagnu testcases and support files for testing nm to
33923 gdb/testsuite from deja-gnu. These files were moved "as is"
33924 with no modifications. This migration is part of a major overhaul
33925 of dejagnu. The modifications to these testcases, etc., which
33926 will allow them to work with the new version of dejagnu will be
33927 made in a future update.
33928
33929 For additional changes see gdb.mi/ChangeLog-1999-2003.
33930 \f
33931 ;; Local Variables:
33932 ;; mode: change-log
33933 ;; left-margin: 8
33934 ;; fill-column: 74
33935 ;; version-control: never
33936 ;; End:
33937
33938 Copyright 1993-2014 Free Software Foundation, Inc.
33939 Copying and distribution of this file, with or without modification,
33940 are permitted provided the copyright notice and this notice are preserved.
This page took 0.804011 seconds and 5 git commands to generate.