8b9ec44a40b19900e236958a5fa551f4378b870c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-02-10 Yao Qi <yao@codesourcery.com>
2
3 PR testsuite/16543
4 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5 * configure: Regenerated.
6 * Makefile.in: New file.
7
8 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
9
10 * gdb.python/py-framefilter.exp: Fix typo.
11
12 2014-02-08 Yao Qi <yao@codesourcery.com>
13
14 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15 that no =breakpoint-modified is emitted when breakpoints are
16 modified through MI commands.
17
18 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19 Pedro Alves <palves@redhat.com>
20
21 * gdb.threads/step-after-sr-lock.c: New file.
22 * gdb.threads/step-after-sr-lock.exp: New file.
23
24 2014-02-07 Pedro Alves <palves@redhat.com>
25
26 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
27
28 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
31 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
32
33 2014-02-06 Doug Evans <xdje42@gmail.com>
34
35 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
36 output.
37
38 * gdb.gdb/python-interrupts.exp: New file.
39
40 2014-02-05 Yao Qi <yao@codesourcery.com>
41
42 * gdb.trace/report.exp (use_collected_data): Test the output
43 of "info threads" and "info inferiors".
44
45 2014-02-05 Yao Qi <yao@codesourcery.com>
46
47 Revert this patch:
48
49 2013-05-24 Yao Qi <yao@codesourcery.com>
50
51 * gdb.trace/tfile.exp: Test inferior and thread.
52
53 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
54
55 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
56 on a function.
57 * gdb.base/step-bt.c: Call hello via function pointer to make
58 sure its first instruction is executed on powerpc64le-linux.
59
60 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
61
62 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
63
64 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
65
66 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
67 of the test patterns for use on little-endian systems.
68
69 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
70
71 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
72 (decimal_vector): Fix for little-endian.
73
74 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
75
76 * gdb.arch/sparc-sysstep.exp: New file.
77 * gdb.arch/sparc-sysstep.c: Likewise.
78
79 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
80
81 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
82
83 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
84
85 2014-01-23 Tom Tromey <tromey@redhat.com>
86
87 * gdb.ada/array_char_idx: New testcase.
88
89 2014-01-23 Tom Tromey <tromey@redhat.com>
90
91 PR python/16487:
92 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
93 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
94 classes.
95
96 2014-01-23 Tom Tromey <tromey@redhat.com>
97
98 PR python/16491:
99 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
100 string from an inferior frame.
101 * gdb.python/py-framefilter-mi.exp: Update.
102
103 2014-01-22 Doug Evans <dje@google.com>
104
105 * gdb.server/server-mon.exp: Add tests for "set debug-format".
106
107 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
108
109 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
110
111 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
112
113 * gdb.trace/entry-values.exp: Remove excess space character from
114 regex patterns. Handle s390 call instruction.
115
116 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
117
118 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
119 define "*_start" label. Make "name" static.
120 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
121 ${name} by references to ${name}_start.
122
123 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
124
125 * gdb.base/info-macros.exp: Remove "debug" from the compile
126 options.
127
128 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
129
130 * gdb.dlang/demangle.exp: New file.
131
132 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
133
134 * gdb.dlang/primitive-types.exp: New file.
135
136 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
137
138 * configure.ac: Create gdb.dlang/Makefile.
139 * configure: Regenerate.
140 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
141 * gdb.dlang/Makefile.in: New file.
142 * lib/d-support.exp: New file.
143 * lib/gdb.exp (skip_d_tests): New proc.
144
145 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
146
147 * gdb.btrace/delta.exp: Check reverse stepi.
148 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
149 * gdb.btrace/finish.exp: New.
150 * gdb.btrace/next.exp: New.
151 * gdb.btrace/nexti.exp: New.
152 * gdb.btrace/record_goto.c: Add comments.
153 * gdb.btrace/step.exp: New.
154 * gdb.btrace/stepi.exp: New.
155 * gdb.btrace/multi-thread-step.c: New.
156 * gdb.btrace/multi-thread-step.exp: New.
157 * gdb.btrace/rn-dl-bind.c: New.
158 * gdb.btrace/rn-dl-bind.exp: New.
159 * gdb.btrace/data.c: New.
160 * gdb.btrace/data.exp: New.
161 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
162
163 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
164
165 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
166 * gdb.btrace/exception.exp: Update.
167 * gdb.btrace/instruction_history.exp: Update.
168 * gdb.btrace/record_goto.exp: Update.
169 * gdb.btrace/tailcall.exp: Update.
170 * gdb.btrace/unknown_functions.exp: Update.
171 * gdb.btrace/delta.exp: New.
172
173 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
174
175 * gdb.btrace/record_goto.exp: Add backtrace test.
176 * gdb.btrace/tailcall.exp: Add backtrace test.
177
178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
179
180 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
181 * gdb.btrace/record_goto.c: New.
182 * gdb.btrace/record_goto.exp: New.
183 * gdb.btrace/x86-record_goto.S: New.
184
185 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
186
187 * gdb.btrace/function_call_history.exp: Update tests.
188 * gdb.btrace/instruction_history.exp: Update tests.
189
190 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
191
192 * gdb.btrace/function_call_history.exp: Fix expected field
193 order for "record function-call-history".
194 Add new tests for "record function-call-history /c".
195 * gdb.btrace/exception.cc: New.
196 * gdb.btrace/exception.exp: New.
197 * gdb.btrace/tailcall.exp: New.
198 * gdb.btrace/x86-tailcall.S: New.
199 * gdb.btrace/x86-tailcall.c: New.
200 * gdb.btrace/unknown_functions.c: New.
201 * gdb.btrace/unknown_functions.exp: New.
202 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
203
204 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
205
206 * gdb.btrace/instruction_history.exp: Update.
207 * gdb.btrace/function_call_history.exp: Update.
208
209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
210
211 * gdb.btrace/function_call_history.exp: Fix expected function
212 trace.
213 * gdb.btrace/instruction_history.exp: Initialize traced.
214 Remove traced_functions.
215
216 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
217
218 * gdb.btrace/function_call_history.exp: Update
219 * gdb.btrace/instruction_history.exp: Update.
220
221 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
222
223 * gdb.btrace/enable.exp: Update expected text.
224
225 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
226
227 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
228 bytes.
229
230 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
231
232 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
233
234 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
235
236 * lib/gdb.exp (supports_process_record): Return true for
237 arm*-linux*. (supports_reverse): Likewise.
238
239 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
240
241 PR python/15464
242 PR python/16113
243 * gdb.python/py-type.c: Enhance test case.
244 * gdb.python/py-value-cc.cc: Likewise
245 * gdb.python/py-type.exp: Add new tests.
246 * gdb.python/py-value-cc.exp: Likewise
247
248 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
249 Pedro Alves <palves@redhat.com>
250
251 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
252 Make "name" extern.
253 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
254 references to ${name}_start by references to ${name}.
255
256 2014-01-10 Joel Brobecker <brobecker@adacore.com>
257
258 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
259
260 2014-01-10 Joel Brobecker <brobecker@adacore.com>
261
262 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
263
264 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
265 Pedro Alves <palves@redhat.com>
266
267 * gdb.mi/mi-info-os.exp: Connect to the target with
268 mi_gdb_target_load.
269
270 2014-01-08 Pedro Alves <palves@redhat.com>
271
272 * gdb.threads/reconnect-signal.c: New file.
273 * gdb.threads/reconnect-signal.exp: New file.
274
275 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.base/source-dir.exp: New file.
278
279 2014-01-07 Joel Brobecker <brobecker@adacore.com>
280
281 * gdb.ada/mi_interface: New testcase.
282
283 2014-01-07 Joel Brobecker <brobecker@adacore.com>
284
285 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
286 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
287 gdb.ada/pp-rec-component/pck.ads: New files.
288
289 2014-01-07 Joel Brobecker <brobecker@adacore.com>
290
291 * gdb.python/py-pp-integral.c: New file.
292 * gdb.python/py-pp-integral.py: New file.
293 * gdb.python/py-pp-integral.exp: New file.
294
295 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR breakpoints/16297
298 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
299 (write_syscall): New variables.
300 (main): Create a pipe, write 1 byte in it, and read 1 byte from
301 it.
302 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
303 "write" and "read" syscalls.
304 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
305 numbers.
306
307 2013-12-19 Keven Boell <keven.boell@intel.com>
308
309 * gdb.fortran/module.exp: Completion matches fortran module
310 names as well. ptype/whatis on modules return a proper type.
311 Add new check for having the correct scope.
312
313 2013-12-19 Keven Boell <keven.boell@intel.com>
314
315 * gdb.fortran/type.f90: New file.
316 * gdb.fortran/whatis_type.f90: New file.
317
318 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
319
320 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
321 (close_syscall, chroot_syscall, exit_group_syscall): New
322 variables.
323 * gdb.base/catch-syscall.exp: Replace gdb_compile by
324 prepare_for_testing. Call fill_all_syscalls_numbers before
325 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
326 gdb_load by clean_restart.
327 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
328 (check_info_bp_many_syscalls): Remove global gdb_prompt.
329 (check_call_to_syscall): Likewise. Add global decimal. Improve
330 testing regex.
331 (check_return_from_syscall): Likewise.
332 (check_continue, insert_catch_syscall_with_arg): Remove global
333 gdb_prompt.
334 (insert_catch_syscall_with_many_args): Likewise. Add global
335 decimal. Fix $filter_str. Improve testing regex.
336 (check_for_program_end): Remove global gdb_prompt.
337 (test_catch_syscall_without_args): Likewise. Add global decimal.
338 Improve testing regex.
339 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
340 (test_catch_syscall_with_wrong_args)
341 (test_catch_syscall_restarting_inferior)
342 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
343 (do_syscall_tests): Likewise. Remove global srcdir.
344 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
345 Add global last_syscall_number. Test for the exact syscall number
346 to be caught.
347 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
348 Add global all_syscalls_numbers. Test each syscall number to be
349 caught, instead of only testing "close".
350 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
351 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
352 Remove stale comment.
353 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
354 the correct syscall numbers using information from the inferior.
355
356 2013-12-17 Pedro Alves <palves@redhat.com>
357
358 * gdb.trace/circ.exp: Expect frame info to be printed when
359 switching between frames with unavailable stack, but different
360 functions.
361
362 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
363
364 * gdb.trace/unavailable-dwarf-piece.c: New file.
365 * gdb.trace/unavailable-dwarf-piece.exp: New file.
366
367 2013-12-15 Yao Qi <yao@codesourcery.com>
368
369 * gdb.perf/skip-prologue.c: New.
370 * gdb.perf/skip-prologue.exp: New.
371 * gdb.perf/skip-prologue.py: New.
372
373 2013-12-13 Joel Brobecker <brobecker@adacore.com>
374
375 * gdb.ada/arraydim: New testcase.
376
377 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
378
379 PR python/16113
380 * gdb.python/py-value-cc.cc: Improve test case.
381 * gdb.python/py-value-cc.exp: Add new tests to test usage of
382 gdb.Field objects as subscripts on gdb.Value objects.
383
384 2013-12-10 Doug Evans <dje@google.com>
385
386 PR 16286
387 * gdb.python/py-value.c: #include stdlib.h, string.h.
388 (str): New struct.
389 (main): New local xstr.
390 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
391 fetch a value as a string with a length beyond the declared length
392 of the array.
393
394 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
395
396 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
397 update comment.
398
399 2013-12-10 Joel Brobecker <brobecker@adacore.com>
400
401 * gdb.ada/int_deref.exp: Add test verifying that we print
402 the decoded symbol name when printing the address of Ada
403 symbols.
404
405 2013-12-10 Joel Brobecker <brobecker@adacore.com>
406
407 * gdb.mi/mi-start.exp: Add test verifying that -list-features
408 contains "exec-run-start-option".
409
410 2013-12-08 Yao Qi <yao@codesourcery.com>
411
412 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
413 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
414 (is_64_target, is_amd64_regs_target): Likewise.
415 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
416
417 2013-12-07 Mike Frysinger <vapier@gentoo.org>
418
419 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
420 * gdb.base/testenv.c: Likewise.
421
422 2013-12-07 Mike Frysinger <vapier@gentoo.org>
423
424 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
425 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
426 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
427
428 2013-12-06 Pedro Alves <palves@redhat.com>
429
430 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
431 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
432 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
433
434 2013-12-06 Doug Evans <dje@google.com>
435
436 * gdb.base/break.exp: Fix setting of $baz.
437
438 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
439
440 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
441 DW_OP_plus_uconst.
442
443 2013-12-06 Keven Boell <keven.boell@intel.com>
444
445 * lib/mi-support.exp (mi_list_varobj_children_range): Add
446 call to mi_list_array_varobj_children_with_index.
447 (mi_list_array_varobj_children_with_index): New function.
448 Add parameter to specify array start.
449
450 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
451
452 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
453 SIGPWR in sparc64.
454
455 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
456 have the same signal number. Handle this situation.
457
458 2013-12-03 Joel Brobecker <brobecker@adacore.com>
459
460 * gdb.ada/dot_all: New testcase.
461
462 2013-12-03 Joel Brobecker <brobecker@adacore.com>
463
464 * gdb.mi/mi-undefined-cmd.exp: New testcase.
465
466 2013-12-03 Joel Brobecker <brobecker@adacore.com>
467
468 * gdb.mi/mi-i-cmd.exp: New file.
469
470 2013-12-02 Doug Evans <dje@google.com>
471
472 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
473 at start.
474 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
475 has been specified with a relative path and we have chdir'd before
476 accessing the debug info.
477
478 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
479
480 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
481 expected results.
482 (gdb_collect_locals_test): Likewise.
483 (gdb_collect_globals_test): Likewise.
484
485 2013-11-28 Yao Qi <yao@codesourcery.com>
486
487 * lib/gdb.exp (with_gdb_prompt): New proc.
488 * gdb.perf/disassemble.exp: New.
489 * gdb.perf/disassemble.py: New.
490
491 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
492
493 * gdb.base/callfuncs.c (main): Assign malloc's return value
494 and free it afterwards.
495 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
496 * gdb.base/printcmds.c (main): Likewise.
497 * gdb.base/randomize.c (main): Free "p" and change breakpoint
498 marker position.
499 * gdb.base/setvar.c (dummy): Assign malloc's return value
500 and free it afterwards.
501
502 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
503
504 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
505 gdb_test_multiple.
506
507 2013-11-26 Tom Tromey <tromey@redhat.com>
508
509 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
510 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
511 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
512
513 2013-11-25 Keith Seitz <keiths@redhat.com>
514
515 PR c++/14819
516 * gdb.cp/impl-this.cc: New file.
517 * gdb.cp/impl-this.exp: New file.
518
519 2013-11-25 Yao Qi <yao@codesourcery.com>
520
521 * gdb.perf/backtrace.c: New.
522 * gdb.perf/backtrace.exp: New.
523 * gdb.perf/backtrace.py: New.
524
525 2013-11-24 Yao Qi <yao@codesourcery.com>
526
527 * gdb.perf/single-step.c: New.
528 * gdb.perf/single-step.exp: New.
529 * gdb.perf/single-step.py: New.
530
531 2013-11-23 Doug Evans <xdje42@gmail.com>
532
533 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
534 with ignore count".
535
536 2013-11-23 Doug Evans <xdje42@gmail.com>
537
538 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
539 (test_subscript_regression): Ditto.
540 (top level): Run test_subscript_regression for c++ with "c++" prefix.
541
542 2013-11-23 Doug Evans <xdje42@gmail.com>
543
544 * gdb.python/py-type.exp (test_enums): Fix typo.
545
546 2013-11-23 Doug Evans <xdje42@gmail.com>
547
548 * gdb.python/py-symbol.exp: Add some comments. Make all test names
549 unique.
550
551 2013-11-23 Doug Evans <xdje42@gmail.com>
552
553 * gdb.python/py-symbol.exp: Fix whitespace.
554
555 2013-11-23 Doug Evans <xdje42@gmail.com>
556
557 * gdb.python/python.exp: Don't call skip_python_tests, we still want
558 to test some things in the case where python is not configured in.
559
560 2013-11-22 Pedro Alves <palves@redhat.com>
561
562 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
563 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
564 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
565 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
566 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
567 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
568
569 2013-11-22 Tom Tromey <tromey@redhat.com>
570
571 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
572
573 2013-11-22 Tom Tromey <tromey@redhat.com>
574
575 * gdb.dwarf2/dw2-bad-cfi.c: New file.
576 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
577 * gdb.dwarf2/dw2-bad-cfi.S: New file.
578
579 2013-11-22 Pedro Alves <palves@redhat.com>
580
581 PR 16155
582 * gdb.dwarf2/dw2-dup-frame.S: New file.
583 * gdb.dwarf2/dw2-dup-frame.c: New file.
584 * gdb.dwarf2/dw2-dup-frame.exp: New file.
585
586 2013-11-22 Yao Qi <yao@codesourcery.com>
587
588 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
589 comment and add one more argument "has_more".
590 * gdb.python/py-mi.exp: Callers update.
591
592 2013-11-22 Yao Qi <yao@codesourcery.com>
593
594 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
595 of mi_create_dynamic_varobj.
596
597 2013-11-20 Pedro Alves <palves@redhat.com>
598
599 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
600 time, and run it through all three milestone regexes.
601
602 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
603
604 * gdb.base/eval-avoid-side-effects.exp: New file.
605
606 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
607
608 * gdb.arch/i386-mpx.c: New file
609 * gdb.arch/i386-mpx.exp: New file.
610
611 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
612
613 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
614 for bnd registers.
615
616 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
617
618 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
619 start and end equal 0.
620
621 2013-11-19 Yao Qi <yao@codesourcery.com>
622
623 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
624 (mi_list_varobj_children_range): Likewise.
625
626 2013-11-19 Yao Qi <yao@codesourcery.com>
627
628 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
629
630 2013-11-19 Yao Qi <yao@codesourcery.com>
631
632 * lib/mi-support.exp: Fix format.
633
634 2013-11-19 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.ada/py_range: New testcase.
637
638 2013-11-18 Joel Brobecker <brobecker@adacore.com>
639
640 * mi-language.exp: Add "-list-features" test verifying that
641 its output contains "language-option".
642
643 2013-11-16 Joel Brobecker <brobecker@adacore.com>
644
645 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
646 * info_exc/foo.adb: Adjust to new exception name.
647 * info_exc.exp: Adjust after exception renaming in const.ads.
648 Update "info exception global" test to test "info exceptions
649 global_gdb" instead.
650
651 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
652 * mi_exc_info/foo.adb (Adjust to new exception name.
653 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
654 Update "-info-ada-exceptions global" test to test
655 "-info-ada-exceptions global_gdb" instead.
656
657 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
658
659 * lib/mi-support.exp (mi_gdb_test): Expect different formats
660 of inferior output for remote and native sessions.
661 * gdb.mi/mi-console.exp: Remove obsolete comment.
662 Check for semihosted inferior output pattern.
663 (semihosted_string): New function.
664
665 2013-11-15 Joel Brobecker <brobecker@adacore.com>
666
667 * gdb.ada/info_exc.exp: Allow other global exceptions to be
668 listed in the output of "info exceptions".
669 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
670 listed in the output of "-info-ada-exceptions".
671
672 2013-11-15 Joel Brobecker <brobecker@adacore.com>
673
674 * gdb.ada/info_exc.exp: Start inferior before starting
675 the "info exceptions" tests.
676 * gdb.ada/mi_exc_info.exp: Start inferior before starting
677 the "-info-ada-exceptions" tests.
678
679 2013-11-15 Tom Tromey <tromey@redhat.com>
680
681 * gdb.cp/includefile: New file.
682 * gdb.cp/filename.exp: New file.
683 * gdb.cp/filename.cc: New file.
684
685 2013-11-15 Doug Evans <xdje42@gmail.com>
686
687 * gdb.python/py-breakpoint.exp: Make tests have unique names.
688
689 2013-11-15 Doug Evans <xdje42@gmail.com>
690
691 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
692
693 2013-11-15 Doug Evans <xdje42@gmail.com>
694
695 * gdb.python/py-breakpoint.exp: Split up into several functions,
696 each with their own test prefix.
697
698 2013-11-15 Joel Brobecker <brobecker@adacore.com>
699
700 * gdb.ada/O2_float_param: New testcase.
701
702 2013-11-14 Tom Tromey <tromey@redhat.com>
703
704 * Makefile.in (check-parallel): Print summary from gdb.sum.
705
706 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
707
708 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
709 and function label names.
710 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
711 compile unit labels.
712
713 2013-11-14 Joel Brobecker <brobecker@adacore.com>
714
715 * gdb.mi/mi-language.exp: New file.
716
717 2013-09-17 Keith Seitz <keiths@redhat.com>
718
719 PR c++/7935
720 PR c++/10541
721 * gdb.cp/nsalias.exp: New file.
722 * gdb.cp/nsalias.cc: New file.
723 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
724 tests only on known, working compiler versions.
725
726 2013-11-13 Tom Tromey <tromey@redhat.com>
727
728 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
729 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
730
731 2013-11-12 Doug Evans <dje@google.com>
732
733 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
734 so that "rm -rf $builddir" Just Works.
735
736 2013-11-12 Joel Brobecker <brobecker@adacore.com>
737
738 * gdb.ada/mi_exc_info: New testcase.
739
740 2013-11-12 Joel Brobecker <brobecker@adacore.com>
741
742 * gdb.ada/info_exc: New testcase.
743
744 2013-11-11 Doug Evans <dje@google.com>
745
746 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
747 of testfile.
748
749 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
750
751 * gdb.python/py-linetable.S: New file.
752 * gdb.python/py-linetable.c: New file.
753 * gdb.python/py-linetable.exp: New file.
754
755 2013-11-11 Joel Brobecker <brobecker@adacore.com>
756
757 * gdb.ada/mi_ex_cond: New testcase.
758
759 2013-11-07 Doug Evans <dje@google.com>
760
761 PR 11786
762 * gdb.base/gcore-relro-pie.c: New file.
763 * gdb.base/gcore-relro-pie.exp: New file.
764
765 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
766
767 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
768 * gdb.python/py-cmd.c: New File.
769
770 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
771
772 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
773
774 2013-11-06 Doug Evans <xdje42@gmail.com>
775
776 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
777
778 2013-11-06 Yao Qi <yao@codesourcery.com>
779
780 * lib/gdb.exp (gdb_produce_source): New procedure.
781 * gdb.perf/solib.c: New.
782 * gdb.perf/solib.exp: New.
783 * gdb.perf/solib.py: New.
784
785 2013-11-06 Yao Qi <yao@codesourcery.com>
786
787 * README: Mention performance tests.
788
789 2013-11-06 Yao Qi <yao@codesourcery.com>
790
791 * lib/perftest.exp: New.
792 * gdb.perf/lib/perftest/__init__.py: New.
793 * gdb.perf/lib/perftest/measure.py: New.
794 * gdb.perf/lib/perftest/perftest.py: New.
795 * gdb.perf/lib/perftest/reporter.py: New.
796 * gdb.perf/lib/perftest/testresult.py: New.
797
798 2013-11-06 Yao Qi <yao@codesourcery.com>
799
800 * Makefile.in (check-perf): New target.
801 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
802 * configure: Re-generated.
803 * gdb.perf/Makefile.in: New.
804
805 2013-11-04 Tom Tromey <tromey@redhat.com>
806
807 * Makefile.in (TEST_DIRS): Remove.
808 (TEST_TARGETS, check-parallel): Rewrite.
809 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
810 (subdir_do, subdirs): Remove.
811 (do-check-parallel, check/%): New targets.
812 (clean): Remove outputs, temp, and cache directories.
813 (saw_dash_j): New variable.
814 (CHECK_TARGET): Use it.
815 (check): Depend on all, site.exp. Rewrite.
816 (check-single): Remove dependencies.
817 (slow_tests, all_tests, reordered_tests): New variables.
818
819 2013-11-04 Tom Tromey <tromey@redhat.com>
820
821 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
822 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
823 before loading binfile.
824 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
825 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
826 before loading binfile.
827
828 2013-11-04 Tom Tromey <tromey@redhat.com>
829
830 * gdb.base/foll-exec.c (main): Use BASEDIR.
831 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
832 * gdb.base/foll-vfork.c (main): Use BASEDIR.
833 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
834 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
835 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
836
837 2013-11-04 Tom Tromey <tromey@redhat.com>
838
839 * gdb.base/argv0-symlink.exp: Compute executable's directory
840 dynamically.
841
842 2013-11-04 Tom Tromey <tromey@redhat.com>
843
844 * gdb.asm/asm-source.exp: Use standard_output_file.
845
846 2013-11-04 Tom Tromey <tromey@redhat.com>
847
848 * gdb.server/file-transfer.exp: Use standard_output_file.
849
850 2013-11-04 Tom Tromey <tromey@redhat.com>
851
852 * gdb.base/fullname.exp: Use standard_output_file,
853 relative_filename.
854 * gdb.base/hashline1.exp: Use standard_testfile,
855 standard_output_file, relative_filename, clean_restart.
856 * gdb.base/hashline2.exp: Use standard_testfile,
857 standard_output_file.
858 * gdb.base/hashline3.exp: Use standard_testfile,
859 standard_output_file, relative_filename.
860 * lib/gdb.exp (relative_filename): New proc.
861
862 2013-11-04 Tom Tromey <tromey@redhat.com>
863
864 * gdb.base/fileio.c (test_open, test_write, test_read)
865 (test_lseek, test_close, test_stat, test_fstat)
866 (test_isatty, test_system, test_rename, test_unlink):
867 Use OUTDIR define.
868 * gdb.base/fileio.exp: Define OUTDIR during compilation.
869 Use standard_output_file.
870
871 2013-11-04 Tom Tromey <tromey@redhat.com>
872
873 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
874 defines.
875 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
876 compilation. Use prepare_for_testing, standard_output_file.
877
878 2013-11-04 Tom Tromey <tromey@redhat.com>
879
880 * gdb.base/advance.exp: Use standard_testfile and
881 prepare_for_testing.
882 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
883 appropriate directory when local.
884 * gdb.base/dump.exp: Use standard_output_file. Update all
885 "dump" and "restore" filenames.
886 * gdb.base/interact.exp: Use standard_output_file.
887 * gdb.base/jit-so.exp: Don't download file when local.
888 * gdb.base/jit.exp (compile_jit_test): Don't download file
889 when local.
890 * gdb.base/list.exp: Use gdb_remote_download.
891 * gdb.base/maint.exp: Use standard_output_file.
892 * gdb.base/prelink.exp: Use standard_output_file.
893 * gdb.base/save-bp.exp: Use standard_output_file.
894 * gdb.base/sepdebug.exp: Use standard_testfile,
895 standard_output_file.
896 (test_different_dir): Don't declare objdir.
897 * gdb.base/solib-search.exp: Use standard_output_file.
898 * gdb.base/step-line.exp: Use gdb_remote_download.
899 * gdb.base/trace-commands.exp: Use standard_output_file.
900
901 2013-11-04 Tom Tromey <tromey@redhat.com>
902
903 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
904 to compilation. Use standard_output_file.
905 (test_tfind_tfile): Update.
906 * gdb.trace/tfile.c (write_basic_trace_file)
907 (write_error_trace_file): Use TFILE_DIR.
908 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
909 standard_output_file.
910
911 2013-11-04 Tom Tromey <tromey@redhat.com>
912
913 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
914 Use "dwarf2 always-disassemble" for the "maint set" test.
915 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
916 standard_output_file.
917 * gdb.mi/mi-logging.exp: Use standard_output_file.
918
919 2013-11-04 Tom Tromey <tromey@redhat.com>
920
921 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
922 downloads conditional on remote host.
923 (set_arch): Likewise.
924 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
925 (load_description): Use standard_output_file.
926
927 2013-11-04 Tom Tromey <tromey@redhat.com>
928
929 * gdb.gdb/selftest.exp: Use standard_output_file.
930 * lib/selftest-support.exp (do_self_tests): Use
931 standard_output_file.
932
933 2013-11-04 Tom Tromey <tromey@redhat.com>
934
935 * gdb.stabs/weird.exp: Use gdb_remote_download and
936 standard_output_file.
937
938 2013-11-04 Tom Tromey <tromey@redhat.com>
939
940 * gdb.base/gcore-buffer-overflow.exp: Use
941 standard_output_file, not standard_testfile.
942 * gdb.base/twice.exp: Use standard_testfile, not
943 standard_output_file. Use gdb_remote_download.
944
945 2013-11-04 Tom Tromey <tromey@redhat.com>
946
947 * lib/gdb.exp (get_compiler_info): Use log_file -info and
948 restore from that.
949
950 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
951
952 * gdb.cp/derivation.exp: s/perrro/perror/
953
954 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
955
956 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
957 `debugdir'.
958
959 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
960
961 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
962 tests and update expected error message.
963 (test_watch_register_location): New tests.
964 (do_tests): Call test_watch_register_location.
965 * gdb.base/watchpoints.exp: Update expected error message.
966
967 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
968
969 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
970 the patterns in gdb_test_multiple.
971
972 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
973
974 * gdb.base/sym-file-lib.c: New file.
975 * gdb.base/sym-file-loader.c: New file.
976 * gdb.base/sym-file-loader.h: New file.
977 * gdb.base/sym-file-main.c: New file.
978 * gdb.base/sym-file.exp: New file.
979 * lib/gdb.exp (is_elf_target): New function.
980
981 2013-10-29 Pedro Alves <palves@redhat.com>
982
983 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
984 variable setting change-log-default-name to ChangeLog-mi.
985
986 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
987
988 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
989 Expect <unavailable> pattern.
990
991 2013-10-28 Tom de Vries <tom@codesourcery.com>
992
993 * gdb.arch/thumb2-it.S (it_8): Fix typo.
994
995 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
996
997 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
998 remote stubs where exit() behaviour is unreliable.
999
1000 2013-10-25 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.cp/m-static.exp: Adjust expected output of printing a
1003 nonexistent or optimized out static field. Also test printing the
1004 the "container" object.
1005
1006 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1007
1008 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1009 if in the persistent mode.
1010 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1011
1012 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1013
1014 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1015 support core file generation" reply.
1016
1017 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1018
1019 PR gdb/15986
1020 * gdb.base/run.c (main): gdb_get_line_number tag added for
1021 commands.exp.
1022 (factorial): Likewise.
1023
1024 * gdb.base/commands.exp (watchpoint_command_test): Use
1025 gdb_get_line_number in order to determine the locations in run.c
1026 where local_var is detected to go out of scope.
1027
1028 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1029
1030 * gdb.base/gnu_vector.exp: Care about endianness when casting
1031 scalars to vectors.
1032
1033 2013-10-18 Tom Tromey <tromey@redhat.com>
1034
1035 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1036 of "binfile".
1037
1038 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1039
1040 * gdb.base/watchpoints.exp: Add test for setting software
1041 watchpoints of different types before starting the inferior.
1042
1043 2013-10-18 Pedro Alves <palves@redhat.com>
1044
1045 PR gdb/16062
1046 * gdb.threads/stepi-random-signal.c: New file.
1047 * gdb.threads/stepi-random-signal.exp: New file.
1048
1049 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1050
1051 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1052 Fix comment typo.
1053 * lib/gdb.exp (gdb_init): Likewise.
1054
1055 2013-10-17 Tom Tromey <tromey@redhat.com>
1056
1057 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1058
1059 2013-10-14 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1062 name to gdb_test_no_output.
1063
1064 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 Canonicalize directories for EXEC_FILENAME.
1067 * gdb.base/argv0-symlink.exp
1068 (kept file symbolic link name for info inferiors): New.
1069 (kept directory symbolic link name): Setup kfail.
1070 (kept directory symbolic link name for info inferiors): New.
1071
1072 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1073
1074 * gdb.arch/s390-multiarch.exp: New file.
1075 * gdb.arch/s390-multiarch.c: New file.
1076
1077 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1078
1079 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1080 use the appropriate GDB/MI command instead, and verify
1081 the test output.
1082
1083 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1084
1085 * gdb.base/source-nofile.gdb: New file.
1086 * gdb.base/source.exp: Add two tests verifying the behavior when
1087 the "source" command is given a non-existant filename.
1088
1089 2013-10-11 Yao Qi <yao@codesourcery.com>
1090
1091 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1092 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1093 and 'dlclose'.
1094 [!__WIN32__]: Include "dlfcn.h".
1095 * gdb.mi/mi-catch-load.exp: Set up kfail.
1096
1097 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1098
1099 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1100 generated corefile" by argument "$test".
1101
1102 2013-10-09 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1105 output.
1106
1107 2013-10-09 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1110 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1111 (test_catch_syscall_with_wrong_args)
1112 (test_catch_syscall_restarting_inferior)
1113 (test_catch_syscall_fail_nodatadir)
1114 (test_catch_syscall_without_args_noxml)
1115 (test_catch_syscall_with_args_noxml)
1116 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1117
1118 2013-10-08 Tom Tromey <tromey@redhat.com>
1119
1120 * gdb.dwarf2/dwzbuildid.exp: New file.
1121 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1122 parameters.
1123 (Dwarf::_defer_output): Change "section" parameter to
1124 "section_spec"; update.
1125 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1126 procs.
1127
1128 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1131
1132 2013-10-07 Tom Tromey <tromey@redhat.com>
1133
1134 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1135 to 0.
1136
1137 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1138
1139 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1140 $_exitcode is void when opening a corefile.
1141 * gdb.base/exitsignal.exp: New file.
1142 * gdb.base/segv.c: Likewise.
1143 * gdb.base/normal.c: Likewise.
1144
1145 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1146
1147 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1148
1149 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1150
1151 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1152 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1153
1154 2013-10-02 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1157 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1158 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1159 (not_saved_pattern): New.
1160 Replace use of the former with the latter.
1161
1162 2013-10-02 Pedro Alves <palves@redhat.com>
1163
1164 * README (Board Settings): Document "exit_is_reliable".
1165 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1166 running to exit reliably reports program exits.
1167 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1168 info.
1169 * boards/native-stdio-gdbserver.exp: Likewise.
1170
1171 2013-10-01 Doug Evans <dje@google.com>
1172
1173 * gdb.python/python.exp: Remove redundant print-stack tests.
1174 Make all print-stack test names unique. Fix spelling of print-stack.
1175
1176 2013-09-29 Yao Qi <yao@codesourcery.com>
1177
1178 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1179 is remote.
1180
1181 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1182
1183 PR shlibs/8882
1184 * gdb.base/corefile.exp: Add a check to assure warning-free
1185 core-file load.
1186
1187 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * gdb.dwarf2/dwp-symlink.c: New file.
1190 * gdb.dwarf2/dwp-symlink.exp: New file.
1191
1192 2013-09-20 Doug Evans <dje@google.com>
1193
1194 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1195 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1196 file.
1197 * gdb.dwarf2/fission-loclists.S: Ditto.
1198 * gdb.dwarf2/fission-reread.S: Ditto.
1199 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1200 build_executable_from_fission_assembler.
1201 * gdb.dwarf2/fission-loclists.exp: Ditto.
1202 * gdb.dwarf2/fission-reread.exp: Ditto.
1203
1204 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1205 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1206 (gdb_gnu_strip_debug): Ditto.
1207 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1208 * gdb.arch/altivec-abi.exp: Ditto.
1209 * gdb.base/attach-pie-misread.exp: Ditto.
1210 * gdb.base/comprdebug.exp: Ditto.
1211 * gdb.base/dup-sect.exp: Ditto.
1212 * gdb.base/gnu-debugdata.exp: Ditto.
1213 * gdb.base/step-symless.exp: Ditto.
1214 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1215 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1216 * gdb.dwarf2/gdb-index.exp: Ditto.
1217
1218 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1219
1220 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1221 register to "<optimized out>", and also print the registers.
1222
1223 2013-09-18 Pedro Alves <palves@redhat.com>
1224
1225 PR server/15967
1226 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1227 change text.
1228
1229 2013-09-18 Yao Qi <yao@codesourcery.com>
1230
1231 * gdb.server/wrapper.c: New.
1232 * gdb.server/wrapper.exp: New.
1233
1234 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1235 Jan Kratochvil <jan.kartochvil@redhat.com>
1236 Pedro Alves <palves@redhat.com>
1237
1238 PR gdb/11568
1239 * gdb.thread/thread-specific-bp.c: New file.
1240 * gdb.thread/thread-specific-bp.exp: New file.
1241
1242 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1243
1244 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1245 convenience function.
1246
1247 2013-09-17 Pedro Alves <palves@redhat.com>
1248
1249 PR gdb/15911
1250 * gdb.threads/info-threads-cur-sal-2.c: New file.
1251 * gdb.threads/info-threads-cur-sal.c: New file.
1252 * gdb.threads/info-threads-cur-sal.exp: New file.
1253
1254 2013-09-17 Yao Qi <yao@codesourcery.com>
1255
1256 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1257 [__WIN32__]: Include "windows.h" and define macro dlopen
1258 and dlclose.
1259 [!__WIN32__]: Include "dlfcn.h".
1260 * gdb.base/catch-load.exp (one_catch_load_test): Match
1261 directory separator.
1262
1263 2013-09-16 Doug Evans <dje@google.com>
1264
1265 * lib/gdb.exp (using_fission): New proc.
1266 * gdb.base/info-macros.exp: Skip test if using Fission.
1267
1268 * gdb.base/break-interp.exp: Fix indentation.
1269
1270 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1271
1272 * gdb.base/gdbvars.c (foo_void): New function.
1273 (foo_int): Likewise.
1274 * gdb.base/gdbvars.exp (test_convenience_functions): New
1275 function. Call it.
1276
1277 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1278
1279 * gdb.arch/s390-tdbregs.c: New file.
1280 * gdb.arch/s390-tdbregs.exp: New file.
1281
1282 2013-09-12 Stan Shebs <stan@codesourcery.com>
1283
1284 * README: New file.
1285
1286 2013-09-12 Doug Evans <dje@google.com>
1287
1288 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1289 added code to print event.inferior.
1290
1291 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1294 debug part of the binary.
1295
1296 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1299 (addlink): Add comment.
1300
1301 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1302
1303 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1304 canonical pathname.
1305
1306 2013-09-04 Doug Evans <dje@google.com>
1307
1308 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1309 event.
1310 (continue_handler, new_objfile_handler): Ditto.
1311 (test_events): Rename command to "test-events".
1312 (test_newobj_events): Rename command to "test-objfile-events".
1313 * gdb.python/py-events.exp: Update.
1314 * gdb.python/py-evsignal.exp: Update.
1315 * gdb.python/py-evthreads.exp: Update.
1316
1317 * gdb.base/enumval.c (ZERO): New enum value.
1318 (main): Use it
1319 * gdb.base/enumval.exp: Test ability to print ZERO.
1320
1321 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1322 Pedro Alves <palves@redhat.com>
1323
1324 * gdb.base/relocate.exp: Check that invalid options are
1325 rejected.
1326
1327 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
1328
1329 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1330 (my_static_symbol): Add comment.
1331 (main): Reference my_bss_symbol.
1332
1333 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1334
1335 * gdb.python/py-arch.exp: Tests for invalid architecture.
1336
1337 2013-08-29 Sterling Augustine <saugustine@google.com>
1338
1339 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1340 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1341 said conditional.
1342
1343 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1344
1345 * gdb.python/py-arch.exp: Load gdb-python.exp.
1346
1347 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1348
1349 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1350 itertools for imap attribute. Otherwise use map().
1351 (ElidingIterator): Define wrapper function __next__.
1352 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1353 use exec (open (read ())) instead.
1354 * gdb.python/py-framefilter.exp: Ditto.
1355 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1356 compliance.
1357 * gdb.python/py-frame.exp: Ditto.
1358 * gdb.python/py-type.exp: Ditto.
1359
1360 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 PR gdb/15415
1363 * gdb.base/argv0-symlink.c: New file.
1364 * gdb.base/argv0-symlink.exp: New file.
1365
1366 2013-08-28 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1369 when saving index.
1370
1371 2013-08-27 Yao Qi <yao@codesourcery.com>
1372
1373 * gdb.trace/entry-values.exp: Test unavailable entry value is
1374 not shown when option '--skip-unavailable' is specified.
1375 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1376 Add tests for new option '--skip-unavailable'.
1377
1378 2013-08-27 Yao Qi <yao@codesourcery.com>
1379
1380 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1381 remote_download if it is empty.
1382
1383 2013-08-26 Doug Evans <dje@google.com>
1384
1385 PR symtab/15885
1386 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1387 (clean): rm -f *.gdb-index *.with-index.
1388 * gdb.dwarf2/gdb-index.exp: New testcase.
1389
1390 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1391 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1392 run_on_host. All callers updated.
1393
1394 2013-08-24 Yao Qi <yao@codesourcery.com>
1395
1396 * gdb.trace/entry-values.c (end): New
1397 (main): Call end.
1398 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1399 tracepoint and collect data. Test entry value is unavailable.
1400
1401 2013-08-24 Yao Qi <yao@codesourcery.com>
1402
1403 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1404 * gdb.trace/entry-values.c: New.
1405 * gdb.trace/entry-values.exp: New.
1406
1407 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1408
1409 PR gdb/15501
1410 * gdb.base/ena-dis-br.exp: Add test to verify
1411 enable/disable commands work correctly with
1412 multiple arguments that include multiple locations.
1413
1414 2013-08-22 Samuel Bronson <naesten@gmail.com>
1415
1416 ARM Linux support for `catch syscall'.
1417 * gdb.base/catch-syscall.exp: Test this on ARM now.
1418 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1419
1420 2013-08-22 Tom Tromey <tromey@redhat.com>
1421
1422 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1423 default addr_size.
1424 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1425
1426 2013-08-22 Tom Tromey <tromey@redhat.com>
1427
1428 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1429 standard_temp_file.
1430
1431 2013-08-22 Tom Tromey <tromey@redhat.com>
1432
1433 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1434 clean_restart.
1435 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1436 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1437 clean_restart.
1438 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1439 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1440 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1441 * gdb.arch/amd64-word.exp: Use standard_testfile,
1442 clean_restart.
1443 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1444 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1445 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1446 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1447 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1448 * gdb.arch/i386-signal.exp: Use standard_testfile.
1449 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1450 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1451 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1452 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1453
1454 2013-08-22 Tom Tromey <tromey@redhat.com>
1455
1456 * gdb.python/py-error.exp: Use gdb_remote_download.
1457 * gdb.python/py-mi.exp: Use gdb_remote_download.
1458 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1459 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1460 (run_lang_tests): Likewise.
1461 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1462 filename.
1463 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1464 compiling. Use gdb_remote_download. Update some tests.
1465 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1466 standard_output_file.
1467 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1468 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1469 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1470 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1471 standard_output_file.
1472
1473 2013-08-22 Tom Tromey <tromey@redhat.com>
1474
1475 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1476
1477 2013-08-22 Tom Tromey <tromey@redhat.com>
1478
1479 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1480 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1481 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1482 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1483 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1484 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1485 * lib/gdb.exp (gdb_remote_download): New proc.
1486
1487 2013-08-22 Tom Tromey <tromey@redhat.com>
1488
1489 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1490 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1491 * gdb.dwarf2/fission-base.S: Remove directory from
1492 DW_AT_GNU_dwo_name.
1493 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1494 debug-file-directory.
1495 * gdb.dwarf2/fission-reread.S: Remove directory from
1496 DW_AT_GNU_dwo_name.
1497 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1498 debug-file-directory.
1499
1500 2013-08-16 Doug Evans <dje@google.com>
1501
1502 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1503 prelink complains about an unhandled DWARF version.
1504
1505 2013-08-14 Cary Coutant <ccoutant@google.com>
1506
1507 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1508
1509 2013-08-13 Tom Tromey <tromey@redhat.com>
1510 Yao Qi <yao@codesourcery.com>
1511
1512 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1513 * lib/gdb.exp: Handle GDB_PARALLEL.
1514 (default_gdb_version): Kill inotify_pid if it exists.
1515 (default_gdb_exit): Emit warning if the inotify log is not
1516 empty.
1517 (standard_output_file): Respect GDB_PARALLEL.
1518 (standard_temp_file): Likewise.
1519 (gdb_init): Start inotifywait if requested.
1520
1521 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1522
1523 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1524 pointer with various flags.
1525
1526 2013-08-13 Tom Tromey <tromey@redhat.com>
1527
1528 * lib/cache.exp: New file.
1529 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1530 * lib/gdb.exp: Load cache.exp.
1531 (support_complex_tests, is_ilp32_target, is_lp64_target)
1532 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1533 (gdb_skip_xml_test): Use gdb_caching_proc.
1534 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1535
1536 2013-08-13 Tom Tromey <tromey@redhat.com>
1537
1538 * lib/gdb.exp (standard_temp_file): New proc.
1539 (support_complex_tests, is_ilp32_target, is_lp64_target)
1540 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1541 standard_temp_file.
1542
1543 2013-08-13 Tom Tromey <tromey@redhat.com>
1544
1545 * lib/gdb.exp (build_id_debug_filename_get): Use
1546 standard_output_file.
1547 * lib/prelink-support.exp (section_get)
1548 (build_executable_own_libs): Use standard_output_file.
1549
1550 2013-08-12 Tom Tromey <tromey@redhat.com>
1551
1552 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1553
1554 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
1555
1556 * gdb.base/break.exp: Test break via convenience variable
1557 with file name.
1558
1559 2013-08-09 Doug Evans <dje@google.com>
1560
1561 * lib/future.exp (gdb_find_ldd): New proc.
1562 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1563 Make "/usr/sbin/" in prelink path optional.
1564
1565 2013-08-09 Yao Qi <yao@codesourcery.com>
1566
1567 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1568 "only" and "both" to 'print entry-values' before selecting
1569 trace frame.
1570
1571 2013-08-08 Yao Qi <yao@codesourcery.com>
1572
1573 * gdb.trace/mi-trace-unavailable.exp: Don't set
1574 "print entry-values" to "no".
1575 (test_trace_unavailable): Set various values to
1576 "print entry-values" to test that the output of
1577 '-stack-list-locals' is not affected, and then set
1578 set "print entry-values" to "no".
1579
1580 2013-08-07 Doug Evans <dje@google.com>
1581
1582 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1583 * gdb.python/py-value-cc.exp: Update.
1584 * gdb.python/py-value.exp: Use different names for .o files for
1585 C and C++. Only perform C++ tests if !skip_cplus_tests.
1586
1587 2013-08-07 Tom Tromey <tromey@redhat.com>
1588
1589 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1590
1591 2013-08-07 Tom Tromey <tromey@redhat.com>
1592
1593 * gdb.dwarf2/dwz.exp: New file.
1594
1595 2013-08-02 Tom Tromey <tromey@redhat.com>
1596
1597 * gdb.base/watchpoint.c (struct foo5): New.
1598 (nullptr): New global.
1599 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1600
1601 2013-08-01 Doug Evans <dje@google.com>
1602
1603 PR symtab/15691
1604 * gdb.dwarf2/fission-mix.exp: New file.
1605 * gdb.dwarf2/fission-mix.h: New file.
1606 * gdb.dwarf2/fission-mix.c: New file.
1607 * gdb.dwarf2/fission-mix2.c: New file.
1608
1609 PR symtab/15695
1610 * gdb.base/func-ptr.exp: New file.
1611 * gdb.base/func-ptr.c: New file.
1612
1613 2013-08-01 Yao Qi <yao@codesourcery.com>
1614
1615 * gdb.python/py-sync-interp.c: New.
1616 * gdb.python/py-sync-interp.exp: New.
1617
1618 2013-07-31 Yao Qi <yao@codesourcery.com>
1619
1620 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1621 'tdump' on stack frame 0 and 1 respectively.
1622
1623 2013-07-31 Yao Qi <yao@codesourcery.com>
1624
1625 PR gdb/13443
1626 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1627 'traceframe'. Wrap test with with_test_prefix.
1628 (top level): Update.
1629
1630 2013-07-31 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1633 'gdb_start'.
1634 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1635 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1636
1637 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1638
1639 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1640 when printing an optimized out value. Expect an error when using
1641 an optimized out value in an expression.
1642
1643 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1644
1645 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1646 * gdb.dwarf2/pieces-optimized-out.c: New file.
1647 * gdb.dwarf2/pieces-optimized-out.S: New file.
1648
1649 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1650
1651 PR gdb/15715
1652 * gdb.base/setshow.exp: Test that relative paths passed to
1653 'set history filename' are converted to absolute paths.
1654
1655 2013-07-26 Keith Seitz <keiths@redhat.com>
1656
1657 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1658 of f77.
1659 Allow for compiler variations of integer types.
1660 Use mi_create_varobj.
1661 Use mi_list_varobj_children for the immediate children of `array'.
1662 Add "has_more" attribute for grandchildren test.
1663
1664 2013-07-26 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1667 files.
1668
1669 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1670
1671 * gdb.mi/mi-reg-undefined.exp: New file.
1672 * gdb.mi/mi-reg-undefined.c: Likewise.
1673 * gdb.mi/mi-reg-undefined.S: Likewise.
1674
1675 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1676
1677 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1678 z, o, and t output formats.
1679 * gdb.base/display.exp: Use 'k' as an undefined format now that
1680 'z' is defined.
1681
1682 2013-07-24 Doug Evans <dje@google.com>
1683
1684 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1685 "--" to switch.
1686
1687 2013-07-24 Yao Qi <yao@codesourcery.com>
1688
1689 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1690 host.
1691 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1692 Likewise. If host is remote, copy ${binfile} to host.
1693
1694 2013-07-23 Yao Qi <yao@codesourcery.com>
1695
1696 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1697 message.
1698
1699 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1700
1701 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1702 instructions and enable disp-step-syscall for arm targets.
1703
1704 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1705
1706 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1707 assembler errors on arm.
1708 * gdb.dwarf2/mac-fileno.S: Likewise.
1709 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1710 * gdb.dwarf2/pr13961.S: Likewise.
1711
1712 2013-07-19 Hui Zhu <hui@codesourcery.com>
1713
1714 PR gdb/15692
1715 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1716
1717 2013-07-19 Yao Qi <yao@codesourcery.com>
1718
1719 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1720 (teset_from_exec): Likewise.
1721
1722 2013-07-19 Yao Qi <yao@codesourcery.com>
1723
1724 * gdb.trace/read-memory.c: New.
1725 * gdb.trace/read-memory.exp: New.
1726
1727 2013-07-19 Yao Qi <yao@codesourcery.com>
1728
1729 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1730 $dest to link options if host is remote. Move the
1731 generated file to $dest.a on host if host is remote.
1732
1733 2013-07-18 Will Newton <will.newton@linaro.org>
1734
1735 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1736 to ensure the test is linked against pthreads.
1737 * gdb.threads/tls-var-main.c: Likewise.
1738 * gdb.threads/tls-shared.c: Likewise.
1739
1740 2013-07-18 Yao Qi <yao@codesourcery.com>
1741
1742 * lib/future.exp (gdb_default_target_compile): Use tail name
1743 of $destfile as the output name of compile. Move the
1744 generated file to $destfile on build.
1745
1746 2013-07-18 Yao Qi <yao@codesourcery.com>
1747
1748 * lib/gdb.exp (gdb_compile): Set
1749 gdb_saved_set_unbuffered_mode_obj to
1750 set_unbuffered_mode_saved.o if host is remote. Invoke
1751 remote_download to copy $unbuf_obj to host.
1752
1753 2013-07-17 Doug Evans <dje@google.com>
1754
1755 * gdb.python/py-frame-args.c: New file.
1756 * gdb.python/py-frame-args.py: New file.
1757 * gdb.python/py-frame-args.exp New file.
1758
1759 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1760
1761 * gdb.base/printcmds.exp (test_printf): Add tests for format
1762 strings with missing format specifier.
1763
1764 2013-07-16 Tom Tromey <tromey@redhat.com>
1765
1766 * gdb.ada/info_types.exp: Use standard_testfile.
1767
1768 2013-07-16 Tom Tromey <tromey@redhat.com>
1769
1770 * gdb.mi/mi-basics.exp: Use standard_output_file.
1771 (test_dir_specification, test_cwd_specification)
1772 (test_path_specification): Use testsubdir, not subdir and objdir.
1773
1774 2013-07-16 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1777
1778 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.ada/small_reg_param.exp: Accept optional entry value
1781 for parameter "w".
1782
1783 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.ada/small_reg_param.exp: Remove trailing space.
1786
1787 2013-07-09 Doug Evans <dje@google.com>
1788
1789 * gdb.base/default.exp: Update expected output of "show print array"
1790 and "show print pretty".
1791
1792 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1793
1794 * gdb.threads/wp-replication.exp: Stop counting available hardware
1795 watchpoints after NR_THREADS iterations.
1796
1797 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1798
1799 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1800
1801 2013-07-07 Yao Qi <yao@codesourcery.com>
1802
1803 * boards/native-gdbserver.exp: Move invoke of
1804 process_multilib_options to gdbserver-base.exp.
1805 Move set_board_info 'compiler', 'gdb,noinferiorio',
1806 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1807 gdbserver-base.exp.
1808 Move proc ${board}_download, ${board}_upload and
1809 ${board}_file to gdbserver-base.exp.
1810 * boards/native-extended-gdbserver.exp: Likewise.
1811 * boards/native-stdio-gdbserver.exp: Likewise.
1812 * boards/gdbserver-base.exp: New file.
1813
1814 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1815
1816 * gdb.base/dump.exp: Remove arch-specific tests and do a
1817 generic data address check to set is64bitonly correctly.
1818
1819 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1820
1821 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1822 the register number instead of expecting only 0.
1823
1824 2013-07-05 Will Newton <will.newton@linaro.org>
1825
1826 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1827 in asm syntax to allow building on ARM.
1828
1829 2013-07-05 Yao Qi <yao@codesourcery.com>
1830
1831 * boards/local-remote-host.exp: Remove obsolete comments.
1832 * boards/native-extended-gdbserver.exp: Likewise.
1833 * boards/native-gdbserver.exp: Likewise.
1834 * boards/native-stdio-gdbserver.exp: Likewise.
1835
1836 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1837
1838 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1839 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1840 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1841
1842 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 * gdb.base/break-on-linker-gcd-function.exp: Replace
1845 prepare_for_testing by build_executable_from_specs and clean_restart.
1846
1847 2013-06-27 Tom Tromey <tromey@redhat.com>
1848
1849 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1850 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1851 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1852 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1853 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1854 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1855 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1856 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1857 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1858 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1859 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1860 Use standard_testfile, standard_output_file, prepare_for_testing,
1861 clean_restart.
1862
1863 2013-06-27 Tom Tromey <tromey@redhat.com>
1864
1865 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1866 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1867 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1868 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1869 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1870 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1871 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1872 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1873 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1874 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1875 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1876 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1877 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1878 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1879 gdb.base/solib-weak.exp, gdb.base/source.exp,
1880 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1881 gdb.base/stap-probe.exp, gdb.base/start.exp,
1882 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1883 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1884 gdb.base/step-test.exp, gdb.base/structs.exp,
1885 gdb.base/structs2.exp, gdb.base/structs3.exp,
1886 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1887 standard_output_file, prepare_for_testing, clean_restart.
1888
1889 2013-06-27 Tom Tromey <tromey@redhat.com>
1890
1891 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1892 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1893 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1894 gdb.base/pending.exp, gdb.base/permissions.exp,
1895 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1896 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1897 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1898 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1899 gdb.base/ptype.exp, gdb.base/randomize.exp,
1900 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1901 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1902 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1903 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1904 standard_testfile, standard_output_file, prepare_for_testing,
1905 clean_restart.
1906
1907 2013-06-27 Tom Tromey <tromey@redhat.com>
1908
1909 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1910 gdb.base/huge.exp, gdb.base/included.exp,
1911 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1912 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1913 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1914 gdb.base/info-target.exp, gdb.base/infoline.exp,
1915 gdb.base/interp.exp, gdb.base/interrupt.exp,
1916 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1917 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1918 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1919 gdb.base/logical.exp, gdb.base/long_long.exp,
1920 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1921 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1922 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1923 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
1924 standard_testfile, standard_output_file, prepare_for_testing,
1925 clean_restart.
1926
1927 2013-06-27 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1930 gdb.base/enumval.exp, gdb.base/environ.exp,
1931 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1932 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1933 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1934 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1935 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1936 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1937 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1938 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1939 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1940 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1941 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1942 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1943 gdb.base/gnu_vector.exp: Use standard_testfile,
1944 standard_output_file, prepare_for_testing, clean_restart.
1945
1946 2013-06-27 Tom Tromey <tromey@redhat.com>
1947
1948 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1949 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1950 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1951 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1952 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1953 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1954 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1955 gdb.base/commands.exp, gdb.base/completion.exp,
1956 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1957 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1958 gdb.base/constvars.exp, gdb.base/corefile.exp,
1959 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1960 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1961 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1962 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1963 gdb.base/dup-sect.exp: Use standard_testfile,
1964 standard_output_file, prepare_for_testing, clean_restart.
1965
1966 2013-06-27 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1969 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1970 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1971 gdb.base/async-shell.exp, gdb.base/async.exp,
1972 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1973 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1974 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1975 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1976 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1977 gdb.base/break-on-linker-gcd-function.exp,
1978 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1979 standard_output_file, prepare_for_testing, clean_restart.
1980
1981 2013-06-26 Yao Qi <yao@codesourcery.com>
1982
1983 * gdb.trace/mi-trace-frame-collected.exp: New.
1984
1985 2013-06-25 Yao Qi <yao@codesourcery.com>
1986
1987 * boards/native-extended-gdbserver.exp: Set board_info
1988 'gdb,predefined_tsv'.
1989 * boards/native-gdbserver.exp: Likewise.
1990 * boards/native-stdio-gdbserver.exp: Likewise.
1991 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1992 uploaded TSVs if target supports tracing.
1993 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1994 tracing and target has predefined tsv.
1995
1996 2013-06-25 Yao Qi <yao@codesourcery.com>
1997 Hui Zhu <hui@codesourcery.com>
1998 Pedro Alves <palves@redhat.com>
1999
2000 PR breakpoints/15075
2001 PR breakpoints/15434
2002 * gdb.base/dprintf-next.c: New file.
2003 * gdb.base/dprintf-next.exp: New file.
2004 * gdb.base/dprintf-non-stop.c: New file.
2005 * gdb.base/dprintf-non-stop.exp: New file.
2006 * gdb.base/dprintf.exp: Don't check "continue" in the output
2007 of "info breakpoints".
2008 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2009 Don't check "continue" in script field.
2010
2011 2013-06-21 Tom Tromey <tromey@redhat.com>
2012
2013 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2014 name in a test name.
2015
2016 2013-06-20 Yao Qi <yao@codesourcery.com>
2017
2018 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2019 and set an action.
2020 (test_trace_unavailable): Test command -data-list-register-values
2021 in the context of traceframe and with option --skip-unavailable.
2022 * gdb.trace/trace-unavailable.c (foo): New.
2023 (main): Call it.
2024 * gdb.mi/gdb2549.exp: Update matching pattern.
2025
2026 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2027
2028 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2029 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2030 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2031 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2032 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2033
2034 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2035
2036 * gdb.base/subst.exp: Delete default rules before further
2037 tests.
2038
2039 2013-06-19 Yao Qi <yao@codesourcery.com>
2040
2041 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2042 unsupported if it is not registered.
2043
2044 2013-06-18 Tom Tromey <tromey@redhat.com>
2045
2046 * gdb.base/random-signal.c: New file.
2047 * gdb.base/random-signal.exp: New file.
2048
2049 2013-06-18 Will Newton <will.newton@linaro.org>
2050
2051 * gdb.base/skip.c: Use comma to evaluate results of foo()
2052 and bar() before passing to baz().
2053 * gdb.base/skip.c: baz() now takes one argument instead of
2054 two.
2055
2056 2013-06-18 Tom Tromey <tromey@redhat.com>
2057
2058 * gdb.dwarf2/implptrpiece.exp: New file.
2059 * gdb.dwarf2/implptrconst.exp (d): New variable.
2060 Print d.
2061 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2062
2063 2013-06-18 Tom Tromey <tromey@redhat.com>
2064
2065 * lib/selftest-support.exp (do_self_tests): Reject remote or
2066 non-native targets.
2067 * gdb.gdb/complaints.exp: Remove check.
2068 * gdb.gdb/observer.exp: Remove check.
2069 * gdb.gdb/xfullpath.exp: Remove check.
2070 * gdb.gdb/complaints.exp: Remove check.
2071
2072 2013-06-07 Pedro Alves <palves@redhat.com>
2073
2074 * boards/native-extended-gdbserver.exp: Remove semicolon.
2075 * config/arm-ice.exp: Likewise.
2076 * config/bfin.exp: Likewise.
2077 * config/cygmon.exp: Likewise.
2078 * config/h8300.exp: Likewise.
2079 * config/monitor.exp: Likewise.
2080 * config/sid.exp: Likewise.
2081 * config/sim.exp: Likewise.
2082 * config/slite.exp: Likewise.
2083 * config/vx.exp: Likewise.
2084 * gdb.arch/i386-bp_permanent.exp: Likewise.
2085 * gdb.asm/asm-source.exp: Likewise.
2086 * gdb.base/args.exp: Likewise.
2087 * gdb.base/attach-pie-misread.exp: Likewise.
2088 * gdb.base/auxv.exp: Likewise.
2089 * gdb.base/bigcore.exp: Likewise.
2090 * gdb.base/bitfields2.exp: Likewise.
2091 * gdb.base/bitfields.exp: Likewise.
2092 * gdb.base/break.exp: Likewise.
2093 * gdb.base/break-interp.exp: Likewise.
2094 * gdb.base/callfuncs.exp: Likewise.
2095 * gdb.base/call-sc.exp: Likewise.
2096 * gdb.base/commands.exp: Likewise.
2097 * gdb.base/corefile.exp: Likewise.
2098 * gdb.base/dbx.exp: Likewise.
2099 * gdb.base/ending-run.exp: Likewise.
2100 * gdb.base/exprs.exp: Likewise.
2101 * gdb.base/funcargs.exp: Likewise.
2102 * gdb.base/hbreak2.exp: Likewise.
2103 * gdb.base/huge.exp: Likewise.
2104 * gdb.base/list.exp: Likewise.
2105 * gdb.base/memattr.exp: Likewise.
2106 * gdb.base/overlays.exp: Likewise.
2107 * gdb.base/printcmds.exp: Likewise.
2108 * gdb.base/recurse.exp: Likewise.
2109 * gdb.base/remotetimeout.exp: Likewise.
2110 * gdb.base/reread.exp: Likewise.
2111 * gdb.base/savedregs.exp: Likewise.
2112 * gdb.base/scope.exp: Likewise.
2113 * gdb.base/sepdebug.exp: Likewise.
2114 * gdb.base/setshow.exp: Likewise.
2115 * gdb.base/setvar.exp: Likewise.
2116 * gdb.base/sigaltstack.exp: Likewise.
2117 * gdb.base/siginfo-addr.exp: Likewise.
2118 * gdb.base/siginfo.exp: Likewise.
2119 * gdb.base/siginfo-obj.exp: Likewise.
2120 * gdb.base/sigrepeat.exp: Likewise.
2121 * gdb.base/sigstep.exp: Likewise.
2122 * gdb.base/structs.exp: Likewise.
2123 * gdb.base/testenv.exp: Likewise.
2124 * gdb.base/twice.exp: Likewise.
2125 * gdb.base/valgrind-db-attach.exp: Likewise.
2126 * gdb.base/valgrind-infcall.exp: Likewise.
2127 * gdb.base/varargs.exp: Likewise.
2128 * gdb.base/watchpoint.exp: Likewise.
2129 * gdb.cp/gdb1355.exp: Likewise.
2130 * gdb.cp/misc.exp: Likewise.
2131 * gdb.disasm/hppa.exp: Likewise.
2132 * gdb.disasm/t01_mov.exp: Likewise.
2133 * gdb.disasm/t02_mova.exp: Likewise.
2134 * gdb.disasm/t03_add.exp: Likewise.
2135 * gdb.disasm/t04_sub.exp: Likewise.
2136 * gdb.disasm/t05_cmp.exp: Likewise.
2137 * gdb.disasm/t06_ari2.exp: Likewise.
2138 * gdb.disasm/t07_ari3.exp: Likewise.
2139 * gdb.disasm/t08_or.exp: Likewise.
2140 * gdb.disasm/t09_xor.exp: Likewise.
2141 * gdb.disasm/t10_and.exp: Likewise.
2142 * gdb.disasm/t11_logs.exp: Likewise.
2143 * gdb.disasm/t12_bit.exp: Likewise.
2144 * gdb.disasm/t13_otr.exp: Likewise.
2145 * gdb.gdb/selftest.exp: Likewise.
2146 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2147 * gdb.mi/mi-reverse.exp: Likewise.
2148 * gdb.pascal/floats.exp: Likewise.
2149 * gdb.python/py-inferior.exp: Likewise.
2150 * gdb.threads/attach-into-signal.exp: Likewise.
2151 * gdb.threads/pthreads.exp: Likewise.
2152 * gdb.threads/thread_events.exp: Likewise.
2153 * gdb.threads/watchthreads.exp: Likewise.
2154 * gdb.trace/actions-changed.exp: Likewise.
2155 * gdb.trace/actions.exp: Likewise.
2156 * gdb.trace/ax.exp: Likewise.
2157 * gdb.trace/backtrace.exp: Likewise.
2158 * gdb.trace/change-loc.exp: Likewise.
2159 * gdb.trace/deltrace.exp: Likewise.
2160 * gdb.trace/disconnected-tracing.exp: Likewise.
2161 * gdb.trace/ftrace.exp: Likewise.
2162 * gdb.trace/infotrace.exp: Likewise.
2163 * gdb.trace/passc-dyn.exp: Likewise.
2164 * gdb.trace/passcount.exp: Likewise.
2165 * gdb.trace/pending.exp: Likewise.
2166 * gdb.trace/qtro.exp: Likewise.
2167 * gdb.trace/range-stepping.exp: Likewise.
2168 * gdb.trace/report.exp: Likewise.
2169 * gdb.trace/save-trace.exp: Likewise.
2170 * gdb.trace/status-stop.exp: Likewise.
2171 * gdb.trace/strace.exp: Likewise.
2172 * gdb.trace/tfile.exp: Likewise.
2173 * gdb.trace/tfind.exp: Likewise.
2174 * gdb.trace/trace-break.exp: Likewise.
2175 * gdb.trace/tracecmd.exp: Likewise.
2176 * gdb.trace/trace-mt.exp: Likewise.
2177 * gdb.trace/tspeed.exp: Likewise.
2178 * gdb.trace/tsv.exp: Likewise.
2179 * gdb.trace/while-stepping.exp: Likewise.
2180 * lib/gdb.exp: Likewise.
2181 * lib/gdbserver-support.exp: Likewise.
2182 * lib/java.exp: Likewise.
2183 * lib/mi-support.exp: Likewise.
2184 * lib/pascal.exp: Likewise.
2185 * lib/prompt.exp: Likewise.
2186 * lib/trace-support.exp: Likewise.
2187
2188 2013-06-07 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.ada/info_types.c: Fix formating in copyright header.
2191 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2192 * gdb.base/float.c: Likewise.
2193 * gdb.base/inferior-died.c: Likewise.
2194 * gdb.base/interp.c: Likewise.
2195 * gdb.base/jit-main.c: Likewise.
2196 * gdb.base/jit-solib.c: Likewise.
2197 * gdb.base/long_long.c: Likewise.
2198 * gdb.base/longjmp.c: Likewise.
2199 * gdb.base/nextoverexit.c: Likewise.
2200 * gdb.base/pr11022.c: Likewise.
2201 * gdb.base/prelink-lib.c: Likewise.
2202 * gdb.base/prelink.c: Likewise.
2203 * gdb.base/prologue.c: Likewise.
2204 * gdb.base/restore.c: Likewise.
2205 * gdb.base/sigchld.c: Likewise.
2206 * gdb.base/solib-search-lib1.c: Likewise.
2207 * gdb.base/solib-search-lib2.c: Likewise.
2208 * gdb.base/solib-search.c: Likewise.
2209 * gdb.base/solib-search.h: Likewise.
2210 * gdb.base/whatis.c: Likewise.
2211 * gdb.cp/abstract-origin.cc: Likewise.
2212 * gdb.cp/anon-struct.cc: Likewise.
2213 * gdb.cp/baseenum.cc: Likewise.
2214 * gdb.cp/bs15503.cc: Likewise.
2215 * gdb.cp/call-c-1.c: Likewise.
2216 * gdb.cp/call-c.cc: Likewise.
2217 * gdb.cp/class2.cc: Likewise.
2218 * gdb.cp/classes.cc: Likewise.
2219 * gdb.cp/cttiadd.cc: Likewise.
2220 * gdb.cp/cttiadd1.cc: Likewise.
2221 * gdb.cp/cttiadd2.cc: Likewise.
2222 * gdb.cp/cttiadd3.cc: Likewise.
2223 * gdb.cp/derivation.cc: Likewise.
2224 * gdb.cp/derivation2.cc: Likewise.
2225 * gdb.cp/dispcxx.cc: Likewise.
2226 * gdb.cp/exception.cc: Likewise.
2227 * gdb.cp/gdb2384-base.cc: Likewise.
2228 * gdb.cp/gdb2384-base.h: Likewise.
2229 * gdb.cp/gdb2384.cc: Likewise.
2230 * gdb.cp/gdb2495.cc: Likewise.
2231 * gdb.cp/mb-inline.h: Likewise.
2232 * gdb.cp/mb-inline1.cc: Likewise.
2233 * gdb.cp/mb-inline2.cc: Likewise.
2234 * gdb.cp/member-name.cc: Likewise.
2235 * gdb.cp/member-ptr.cc: Likewise.
2236 * gdb.cp/misc.cc: Likewise.
2237 * gdb.cp/namespace1.cc: Likewise.
2238 * gdb.cp/nextoverthrow.cc: Likewise.
2239 * gdb.cp/pr-574.cc: Likewise.
2240 * gdb.cp/pr9631.cc: Likewise.
2241 * gdb.cp/printmethod.cc: Likewise.
2242 * gdb.cp/psmang1.cc: Likewise.
2243 * gdb.cp/psmang2.cc: Likewise.
2244 * gdb.cp/psymtab-parameter.cc: Likewise.
2245 * gdb.cp/ptype-flags.cc: Likewise.
2246 * gdb.cp/ref-params.cc: Likewise.
2247 * gdb.cp/ref-types.cc: Likewise.
2248 * gdb.cp/smartp.cc: Likewise.
2249 * gdb.cp/try_catch.cc: Likewise.
2250 * gdb.cp/userdef.cc: Likewise.
2251 * gdb.cp/using-crash.cc: Likewise.
2252 * gdb.cp/virtfunc.cc: Likewise.
2253 * gdb.cp/virtfunc2.cc: Likewise.
2254 * gdb.dwarf2/callframecfa.S: Likewise.
2255 * gdb.dwarf2/dw2-ranges.c: Likewise.
2256 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2257 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2258 * gdb.dwarf2/dw2-restore.S: Likewise.
2259 * gdb.dwarf2/pieces.S: Likewise.
2260 * gdb.dwarf2/valop.S: Likewise.
2261 * gdb.java/jnpe.java: Likewise.
2262 * gdb.mi/mi-stepn.c: Likewise.
2263 * gdb.mi/mi-var-cp.cc: Likewise.
2264 * gdb.mi/mi-var-rtti.cc: Likewise.
2265 * gdb.mi/ns-stale-regcache.c: Likewise.
2266 * gdb.mi/pr11022.c: Likewise.
2267 * gdb.mi/solib-lib.c: Likewise.
2268 * gdb.mi/solib-main.c: Likewise.
2269 * gdb.python/py-arch.c: Likewise.
2270 * gdb.python/py-block.c: Likewise.
2271 * gdb.python/py-breakpoint.c: Likewise.
2272 * gdb.python/py-events.c: Likewise.
2273 * gdb.python/py-evthreads.c: Likewise.
2274 * gdb.python/py-explore.c: Likewise.
2275 * gdb.python/py-explore.cc: Likewise.
2276 * gdb.python/py-finish-breakpoint.c: Likewise.
2277 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2278 * gdb.python/py-symbol.c: Likewise.
2279 * gdb.threads/execl.c: Likewise.
2280 * gdb.threads/execl1.c: Likewise.
2281
2282 2013-06-07 Will Newton <will.newton@linaro.org>
2283
2284 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2285
2286 2013-06-07 Will Newton <will.newton@linaro.org>
2287
2288 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2289 and "starting".
2290
2291 2013-06-07 Will Newton <will.newton@linaro.org>
2292
2293 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2294 destructor prototypes for ARM ABI.
2295 * gdb.cp/m-static.exp: Likewise.
2296
2297 2013-06-07 Yao Qi <yao@codesourcery.com>
2298
2299 * gdb.trace/mi-trace-unavailable.exp: New.
2300 * gdb.trace/trace-unavailable.c: New.
2301
2302 2013-06-06 Doug Evans <dje@google.com>
2303
2304 * gdb.cp/derivation.exp: Make tests have unique names.
2305
2306 2013-06-06 Tom Tromey <tromey@redhat.com>
2307
2308 * gdb.base/dump.exp (capture_value): Don't put expression into
2309 test name if arguments passed in.
2310 Rename a couple more tests to make them unique.
2311
2312 2013-06-06 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.base/break-always.exp: Explicitly specify test name.
2315
2316 2013-06-05 Doug Evans <dje@google.com>
2317 Keith Seitz <keiths@redhat.com>
2318
2319 * gdb.cp/derivation2.cc: New file.
2320 * gdb.cp/derivation.cc (main): Call foo2.
2321 * gdb.cp/derivation.exp: Add tests for typedefs in another
2322 file, and when there's an active block.
2323
2324 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2325
2326 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2327 from targets that use function descriptors in the virtual tables.
2328 Handle presence of dot symbols.
2329
2330 2013-06-04 Gary Benson <gbenson@redhat.com>
2331
2332 * gdb.base/break-probes.exp: New file.
2333 * gdb.base/break-probes.c: Likewise.
2334 * gdb.base/break-probes-solib.c: Likewise.
2335 * gdb.base/info-shared.exp: New file.
2336 * gdb.base/info-shared.c: Likewise.
2337 * gdb.base/info-shared-solib1.c: Likewise.
2338 * gdb.base/info-shared-solib2.c: Likewise.
2339
2340 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2341 Gary Benson <gbenson@redhat.com>
2342
2343 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2344 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2345 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2346 to be set to "no" to indicate that no ld.so copy should be made.
2347 * gdb.base/break-interp.exp (solib_bp): New constant.
2348 (reach_1): Use the above instead of "_dl_debug_state".
2349 (test_attach): Likewise.
2350 (test_ld): Likewise.
2351 * gdb.threads/dlopen-libpthread.exp: New file.
2352 * gdb.threads/dlopen-libpthread.c: Likewise.
2353 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2354 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2355
2356 2013-05-30 Yao Qi <yao@codesourcery.com>
2357
2358 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2359 Add a test that no MI notification is emitted when executing
2360 -exec-arguments.
2361
2362 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2363
2364 PR testsuite/12649
2365 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2366 $mi_gdb_prompt expectation by mi_expect_stop.
2367 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2368 (mi info dprintf second time): Replace them by mi_send_resuming_command
2369 and mi_expect_stop.
2370
2371 2013-05-24 Gary Benson <gbenson@redhat.com>
2372
2373 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2374 backslash.
2375 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2376 backslashes.
2377 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2378 backslash.
2379
2380 2013-05-24 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.trace/tfile.exp: Test inferior and thread.
2383
2384 2013-05-24 Yao Qi <yao@codesourcery.com>
2385 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2388 test fails.
2389 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2390 Return 0 if the test passes, otherwise return 1.
2391
2392 2013-05-23 Doug Evans <dje@google.com>
2393
2394 * boards/fission-dwp.exp: New file.
2395
2396 2013-05-23 Yao Qi <yao@codesourcery.com>
2397 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/range-stepping.c: New file.
2400 * gdb.base/range-stepping.exp: New file.
2401 * gdb.trace/range-stepping.c: New file.
2402 * gdb.trace/range-stepping.exp: New file.
2403 * lib/range-stepping-support.exp: New file.
2404
2405 2013-05-22 Tom Tromey <tromey@redhat.com>
2406
2407 * gdb.cp/class2.cc (main): New local 'aref'.
2408 * gdb.cp/class2.exp: Check printing of 'aref'.
2409
2410 2013-05-22 Doug Evans <dje@google.com>
2411
2412 * gdb.threads/wp-replication.c (main): Insert some code at the start
2413 to ensure the breakpoint on main is only hit once. Fix comment.
2414
2415 2013-05-21 Keith Seitz <keiths@redhat.com>
2416 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2419 gdb_expect.
2420 Add test to flush the remaining input buffer so that this
2421 file passes testsuite/12649.
2422
2423 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2424
2425 * gdb.base/catch-signal-fork.exp: New file.
2426 * gdb.base/catch-signal-fork.c: New file.
2427
2428 2013-05-21 Sterling Augustine <saugustine@google.com>
2429
2430 * boards/remote-stdio-gdbserver.exp: New file.
2431
2432 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 PR testsuite/12649
2435 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2436 racy matches.
2437
2438 2013-05-21 Christian Groessler <chris@groessler.org>
2439
2440 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2441 since it's not supported in all shells.
2442
2443 2013-05-21 Hui Zhu <hui@codesourcery.com>
2444
2445 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2446 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2447
2448 2013-05-20 Doug Evans <dje@google.com>
2449
2450 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2451 (_handle_DW_TAG): Use it.
2452 (cu, tu): Replace parameters is_64, version, addr_size with options.
2453 All callers updated. Add Fission support.
2454 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2455 * gdb.dwarf2/method-ptr.exp: Ditto.
2456 * gdb.dwarf2/nostaticblock.exp: Ditto.
2457 * gdb.dwarf2/subrange.exp: Ditto.
2458 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2459
2460 2013-05-20 Tom Tromey <tromey@redhat.com>
2461
2462 * gdb.gdb/python-selftest.exp: New file.
2463
2464 2013-05-20 Doug Evans <dje@google.com>
2465
2466 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2467 -fdebug-types-section.
2468
2469 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.ada/float_param: New testcase.
2472
2473 2013-05-17 Doug Evans <dje@google.com>
2474
2475 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2476 Add tests for "maint check-symtabs", "maint expand-symtabs".
2477
2478 * gdb.base/maint.exp: Remove testing of individual maint command
2479 help output.
2480
2481 2013-05-16 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2484 comment. Use gdb_test_no_output.
2485
2486 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2487
2488 * gdb.ada/complete.exp: Add test verifying completion using
2489 the "tab" key.
2490
2491 2013-05-15 Keith Seitz <keiths@redhat.com>
2492
2493 * gdb.base/filesym.exp: New completer test.
2494 * gdb.base/filesym.c: New file.
2495
2496 2013-05-15 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.base/fixsection.c: Remove attribution.
2499 * gdb.base/watch-read.exp: Ditto.
2500
2501 2013-05-13 Tom Tromey <tromey@redhat.com>
2502
2503 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2504 size and change type sizes to 4 bytes.
2505
2506 2013-05-13 Tom Tromey <tromey@redhat.com>
2507
2508 * gdb.base/exprs.exp (test_expr): Add regression test.
2509 * gdb.base/exprs.c (null_t_struct): New global.
2510
2511 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2512
2513 * gdb.base/default.exp: Disable history saving.
2514 * gdb.base/setshow.exp: Likewise.
2515
2516 2013-05-10 Pedro Alves <palves@redhat.com>
2517
2518 PR remote/15455
2519
2520 * gdb.trace/qtro.c: New file.
2521 * gdb.trace/qtro.exp: New file.
2522
2523 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2524
2525 * gdb.python/py-framefilter.py: New File.
2526 * gdb.python/py-framefilter-mi.exp: Ditto.
2527 * gdb.python/py-framefilter.c: Ditto.
2528 * gdb.python/py-framefilter-mi.exp: Ditto.
2529 * gdb.python/py-framefilter-mi.c: Ditto,
2530 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2531
2532 2013-05-08 Tom Tromey <tromey@redhat.com>
2533
2534 * gdb.base/solib-search.exp: Set test name for "set
2535 solib-search-path" test.
2536
2537 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2538
2539 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2540 (set_a_tracepoint): Set tracepoint before prologue.
2541 (run_trace_experiment): Test setup_tracepoints and 'break end'
2542 in it.
2543 (trace_buffer_normal): Remove.
2544 (gdb_trace_circular_tests): Remove. Move tests to...
2545 (top level): ...here. Call 'runto_main' before checking for
2546 trace support. Use commands to check the support for circular
2547 trace buffer and changing of trace buffer size. Add test
2548 to calculate size of single frame. Use this size to
2549 calculate the size of trace buffer. Use 'tfind pc func9'
2550 instead of 'tfind 9'. Use 'with_test_prefix'.
2551
2552 2013-05-07 Tom Tromey <tromey@redhat.com>
2553
2554 * lib/selftest-support.exp: New file.
2555 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2556 do_self_tests.
2557 (setup_test, find_gdb): Remove.
2558 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2559 do_self_tests.
2560 (setup_test, find_gdb): Remove.
2561 (test_observer): Don't call setup_test. Remove argument.
2562 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2563 (find_gdb): Remove.
2564 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2565 do_self_tests.
2566 (setup_test, find_gdb): Remove.
2567 (test_with_self): Don't call setup_test. Remove argument.
2568
2569 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2570
2571 * gdb.arch/system-gcore.exp: Remove.
2572 * gdb.arch/gcore.c: Remove.
2573 * gdb.base/gcore.exp: Add "info reg system".
2574
2575 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2576
2577 PR breakpoints/15413:
2578 * gdb.base/pending.exp: Add test for completion of the "condition"
2579 command for pending breakpoints.
2580 * gdb.linespec/linespec.ex: Add test for completion of the
2581 "condition" command when dealing with multiple locations.
2582
2583 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2584
2585 * gdb.threads/wp-replication.c: New file.
2586 * gdb.threads/wp-replication.exp: New file.
2587
2588 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2589
2590 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2591
2592 2013-05-06 Doug Evans <dje@google.com>
2593
2594 * gdb.base/solib-search-lib1.c: New file.
2595 * gdb.base/solib-search-lib2.c: New file.
2596 * gdb.base/solib-search.c: New file.
2597 * gdb.base/solib-search.h: New file.
2598 * gdb.base/solib-search.exp: New file.
2599
2600 * lib/gdb.exp (gdb_core_cmd): New function.
2601 * gdb.arch/system-gcore.exp: Use it.
2602 * gdb.arch/vsx-regs.exp: Ditto.
2603 * gdb.base/gcore.exp: Ditto.
2604 * gdb.threads/gcore-thread.exp: Ditto.
2605
2606 * gdb.reverse/shr.h: New file.
2607 * gdb.reverse/shr1.c: New file.
2608 * gdb.reverse/shr2.c: #include "shr.h".
2609 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2610 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2611 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2612 Update tests using sleep/printf to use shr2.sl instead.
2613 * gdb.reverse/solib-reverse.exp: Ditto.
2614
2615 2013-05-06 Tom Tromey <tromey@redhat.com>
2616
2617 * gdb.dwarf2/implptrconst.c: New file.
2618 * gdb.dwarf2/implptrconst.exp: New file.
2619 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2620 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2621 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2622
2623 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2624
2625 * gdb.base/catch-sig.c (main): Raise SIGINT.
2626 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2627
2628 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2629
2630 * status-stop.exp (test_tstart_tstart): Check for error
2631 returned by the second 'tstart' command.
2632
2633 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2634
2635 * gdb.xml/maint_print_struct.exp: New file.
2636 * gdb.xml/maint_print_struct.xml: New file.
2637
2638 2013-04-25 Tom Tromey <tromey@redhat.com>
2639
2640 * gdb.dwarf2/nostaticblock.exp: New file.
2641
2642 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2643
2644 PR gdb/10462
2645 * gdb.base/setshow.exp: Add test case.
2646
2647 2013-04-23 Hui Zhu <hui@codesourcery.com>
2648
2649 PR gdb/15293
2650 * gdb.base/dprintf.exp: Add ignore command.
2651
2652 2013-04-23 Hui Zhu <hui@codesourcery.com>
2653
2654 PR gdb/15165
2655 * gdb.base/save-bp.exp: Add test for dprintf.
2656
2657 2013-04-22 Tom Tromey <tromey@redhat.com>
2658
2659 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2660 notice_open_fds.
2661
2662 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2663
2664 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2665 ldflags.
2666
2667 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2668
2669 * gdb.arch/arm-bl-branch-dest.c: New file.
2670 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2671
2672 2013-04-19 Vladimir Kargov <kargov@gmail.com>
2673 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.arch/i386-float.S: New file.
2676 * gdb.arch/i386-float.exp: New file.
2677
2678 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
2679
2680 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2681 type void *.
2682
2683 2013-04-17 Doug Evans <dje@google.com>
2684
2685 * lib/dwarf.exp (Dwarf): New proc "tu".
2686 * gdb.dwarf2/missing-sig-type.exp: New file.
2687
2688 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2689
2690 Add option to link testcases with Pthreads library when
2691 using 'prepare_for_testing' in tests.
2692
2693 * lib/gdb.exp (build_executable_from_specs): Use
2694 gdb_compile_pthreads to compile if option "pthreads" is
2695 specified.
2696
2697 2013-04-15 Tom Tromey <tromey@redhat.com>
2698
2699 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2700
2701 2013-04-15 Tom Tromey <tromey@redhat.com>
2702
2703 * gdb.base/default.exp: Update for $_exception.
2704 * gdb.cp/exceptprint.cc: New file.
2705 * gdb.cp/exceptprint.exp: New file.
2706 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2707
2708 2013-04-15 Tom Tromey <tromey@redhat.com>
2709
2710 * gdb.cp/typeid.cc: New file.
2711 * gdb.cp/typeid.exp: New file.
2712
2713 2013-04-15 Tom Tromey <tromey@redhat.com>
2714
2715 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2716
2717 2013-04-13 Yao Qi <yao@codesourcery.com>
2718
2719 * gdb.base/completion.exp: Test completion of command
2720 'target ctf' if target ctf is supported.
2721
2722 2013-04-10 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.base/completion.exp: Test "set height", "set listsize" and
2725 "set trace-buffer-size" completion.
2726 * gdb.base/setshow.exp: Test "set height unlimited".
2727 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2728 unlimited".
2729
2730 2013-04-10 Yao Qi <yao@codesourcery.com>
2731
2732 * gdb.trace/actions.exp: Save trace data to CTF.
2733 Change to ctf target if GDB supports, read CTF data in ctf
2734 target, and check the actions of tracepoints.
2735 * gdb.trace/while-stepping.exp: Likewise.
2736 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2737 format and read CTF trace file if GDB supports.
2738 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2739 target is supported, change to ctf target, read trace data and
2740 check output of command "tstatus".
2741 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2742 read CTF data by target ctf and call check_tsv.
2743
2744 2013-04-10 Yao Qi <yao@codesourcery.com>
2745
2746 * gdb.trace/actions.exp (check_tracepoint): New.
2747 (top level): Start the tracing and check the actions of
2748 tracepoints. Save trace data to tfile format. Restart GDB
2749 and read trace file in tfile target. Check the actions of
2750 tracepoints again.
2751 * gdb.trace/while-stepping.exp: Likewise.
2752
2753 2013-04-10 Yao Qi <yao@codesourcery.com>
2754
2755 * gdb.trace/report.exp: Use standard_output_file for saved
2756 trace file.
2757
2758 2013-04-10 Hui Zhu <hui@codesourcery.com>
2759
2760 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2761 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2762 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2763
2764 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2767 response.
2768
2769 2013-04-08 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2772 the location.
2773
2774 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2775
2776 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2777 for breakpoint location.
2778
2779 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2780
2781 * gdb.linespec/linespec.exp: Make dir/file:line tests
2782 conditional for non-remote hosts only.
2783
2784 2013-04-04 Stan Shebs <stan@codesourcery.com>
2785 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2788 * gdb.trace/actions-changed.c: New file.
2789 * gdb.trace/actions-changed.exp: New file.
2790 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2791 (gdb_trace_setactions_command): ... this. Add "actions_command"
2792 parameter, and handle it.
2793 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2794
2795 2013-04-04 Yao Qi <yao@codesourcery.com>
2796
2797 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2798 'step'.
2799
2800 2013-04-03 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2803 "tfile-basic.tf".
2804 (test_tfind_tfile): Likewise.
2805
2806 2013-04-03 Yao Qi <yao@codesourcery.com>
2807
2808 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2809 "tfile-basic.tf" instead of "basic.tf".
2810 (write_error_trace_file): Pass argument "tfile-error.tf"
2811 instead of "error.tf".
2812 * gdb.trace/tfile.exp: Update tfile names to
2813 "tfile-basic.tf" and "tfile-error.tf".
2814
2815 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2816
2817 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2818 empty directory in file for breakpoint hit.
2819
2820 2013-03-29 Yao Qi <yao@codesourcery.com>
2821
2822 * gdb.base/completion.exp: Test completion of commands
2823 "target core", "target tfile" and "target exec".
2824 * gdb.trace/tfile.exp: Test completion of command
2825 "target tfile".
2826
2827 2013-03-28 Joel Brobecker <brobecker@adacore.com>
2828
2829 * gdb.ada/win_fu_syms: New testcase.
2830
2831 2013-03-28 Doug Evans <dje@google.com>
2832
2833 * gdb.base/maint.exp (maint print statistics): Update expected output.
2834
2835 2013-03-28 Pedro Alves <palves@redhat.com>
2836
2837 PR gdb/15294
2838
2839 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2840 mean unlimited instead of $arg < 0.
2841 (test_listsize): Remove "listsize of 0 suppresses output" test.
2842 Test that "set listsize 0" ends up with an unlimited listsize.
2843
2844 2013-03-28 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.base/list.exp (last_line): New global.
2847 (last_line_re): New global.
2848 (test_listsize, test_list_function, test_list_forward)
2849 (test_repeat_list_command, test_list_range)
2850 (test_list_filename_and_function): Use them.
2851 * gdb.base/list0.c: Comment the last line of the file with "last
2852 line".
2853
2854 2013-03-28 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2857 list the whole file.
2858
2859 2013-03-28 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2862 "set listsize".
2863
2864 2013-03-26 Keith Seitz <keiths@redhat.com>
2865
2866 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2867 from passing.
2868
2869 2013-03-26 Pedro Alves <palves@redhat.com>
2870
2871 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2872 until after GDB has run.
2873
2874 2013-03-26 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2877 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2878
2879 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2880
2881 * gdb.btrace/enable.exp: Add regression test.
2882
2883 2013-03-25 Tom Tromey <tromey@redhat.com>
2884
2885 * gdb.cp/m-static.exp: Add destructor-printing tests.
2886
2887 2013-03-25 Tom Tromey <tromey@redhat.com>
2888
2889 * gdb.cp/m-static.exp: Add constructor ptype tests.
2890 * gdb.cp/m-static.cc (single_constructor): New class.
2891 (main): Make instance of single_constructor.
2892
2893 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2894 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.server/server-kill.c: New file.
2897 * gdb.server/server-kill.exp: New file.
2898
2899 2013-03-21 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2902 Expect $gdb_prompt in gdb_test_multiple.
2903
2904 2013-03-21 Doug Evans <dje@google.com>
2905
2906 * gdb.base/maint.exp: Update tests for per-command stats.
2907
2908 2013-03-21 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2911 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2912
2913 2013-03-20 Pedro Alves <palves@redhat.com>
2914
2915 PR gdb/15289
2916
2917 * gdb.base/remote.exp: Test
2918 "set remote hardware-watchpoint-limit -1",
2919 "set remote hardware-breakpoint-limit -1",
2920 "set remote hardware-watchpoint-limit 2147483647" and
2921 "set remote hardware-breakpoint-limit 2147483647".
2922
2923 2013-03-20 Pedro Alves <palves@redhat.com>
2924 Yao Qi <yao@codesourcery.com>
2925
2926 * gdb.trace/tfile.c: Add comments.
2927 (nonconstglob): New global.
2928 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2929 global that is not covered by the trace frame. Test
2930 disassembling.
2931
2932 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.base/valgrind-infcall.exp
2935 (continue #$continue_count) <remote connection closed>
2936 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2937 $valgrind_pid.
2938
2939 2013-03-15 Tom Tromey <tromey@redhat.com>
2940
2941 * gdb.cp/overload.cc (intintfunc): New.
2942 * gdb.cp/overload.exp: Add regression test.
2943
2944 2013-03-15 Yao Qi <yao@codesourcery.com>
2945
2946 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2947 using with_test_prefix.
2948 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2949 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2950 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2951 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2952 * gdb.base/break-interp.exp (test_core): Likewise.
2953 (test_attach_gdb): Likewise.
2954 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2955 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2956 Likewise.
2957 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2958 * gdb.base/jit.exp (one_jit_test): Likewise.
2959 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2960 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2961 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2962 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2963 Likewise.
2964 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2965 Likewise.
2966 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2967 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2968 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2969 (tracepoint_change_loc_2): Likewise.
2970 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2971 Likewise.
2972 (disconnected_tfind): Likewise.
2973 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2974 Likewise.
2975 (test_tfind_remote): Likewise.
2976 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2977 Likewise.
2978 (test_pending_resolved): Likewise.
2979 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2980 Likewise.
2981 (test_upload_tsv): Likewise.
2982 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2983 Likewise.
2984 (pending_tracepoint_works): Likewise.
2985 * gdb.trace/report.exp (use_collected_data): Likewise.
2986 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2987 Likewise.
2988 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2989 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2990 (strace_trace_on_same_addr): Likewise.
2991 (strace_trace_on_diff_addr): Likewise.
2992 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2993 (gdb_collect_locals_test): Likewise.
2994 (gdb_unavailable_registers_test): Likewise.
2995 (gdb_collect_globals_test): Likewise.
2996
2997 2013-03-15 Yao Qi <yao@codesourcery.com>
2998
2999 * gdb.base/condbreak.exp: Add semicolon back which was removed
3000 by my previous commit.
3001
3002 2013-03-14 Yao Qi <yao@codesourcery.com>
3003
3004 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3005 'return'.
3006 (gdb_target_monitor, gdb_load): Likewise.
3007 * config/sid.exp (gdb_load): Likewise.
3008 * config/slite.exp (gdb_load): Likewise.
3009 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3010 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3011 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3012 (single_step_until): Likewise.
3013 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3014 * gdb.arch/system-gcore.exp: Likewise.
3015 * gdb.base/bigcore.exp (extract_heap): Likewise.
3016 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3017 * gdb.base/call-ar-st.exp: Likewise.
3018 * gdb.base/call-rt-st.exp: Likewise.
3019 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3020 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3021 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3022 * gdb.base/corefile.exp: Likewise.
3023 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3024 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3025 * gdb.base/fixsection.exp: Likewise.
3026 * gdb.base/funcargs.exp: Likewise.
3027 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3028 * gdb.base/gcore-relro.exp: Likewise.
3029 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3030 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3031 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3032 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3033 * gdb.base/list.exp: Likewise.
3034 (set_listsize): Likewise.
3035 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3036 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3037 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3038 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3039 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3040 * gdb.base/setvar.exp: Likewise.
3041 (test_set): Likewise.
3042 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3043 * gdb.base/solib-overlap.exp: Likewise.
3044 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3045 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3046 * gdb.base/watchpoint.exp (initialize): Likewise.
3047 (test_simple_watchpoint): Likewise.
3048 (test_disabling_watchpoints): Likewise.
3049 (test_watchpoint_triggered_in_syscall): Likewise.
3050 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3051 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3052 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3053 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3054 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3055 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3056 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3057 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3058 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3059 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3060 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3061 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3062 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3063 * gdb.mi/gdb792.exp: Likewise.
3064 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3065 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3066 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3067 * gdb.threads/gcore-thread.exp: Likewise.
3068 (load_core): Likewise.
3069 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3070 (test_startup, check_control_c): Likewise.
3071 * gdb.threads/sigstep-threads.exp: Likewise.
3072 * gdb.threads/thread_check.exp: Likewise.
3073 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3074 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3075 (set_a_tracepoint, trace_buffer_normal): Likewise.
3076 (gdb_trace_circular_tests): Likewise.
3077 * gdb.trace/collection.exp: Likewise.
3078 * gdb.trace/disconnected-tracing.exp: Likewise.
3079 * gdb.trace/infotrace.exp: Likewise.
3080 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3081 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3082 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3083 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3084 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3085 * gdb.trace/stap-trace.exp: Likewise.
3086 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3087 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3088 * gdb.trace/trace-buffer-size.exp: Likewise.
3089 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3090 * gdb.trace/unavailable.exp: Likewise.
3091 * gdb.trace/while-dyn.exp: Likewise.
3092 * lib/fortran.exp (set_lang_fortran): Likewise.
3093 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3094 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3095 (default_gdb_start, get_compiler_info): Likewise.
3096 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3097 (get_debug_format, setup_xfail_format): Likewise.
3098 (rerun_to_main, gdb_skip_float_test): Likewise.
3099 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3100 * lib/java.exp (set_lang_java): Likewise.
3101 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3102 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3103 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3104 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3105 * lib/objc.exp (set_lang_objc): Likewise.
3106 * lib/pascal.exp (set_lang_pascal): Likewise.
3107 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3108 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3109 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3110
3111 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3112
3113 PR c++/15203
3114 PR c++/15210
3115 * gdb.cp/m-static.cc (keepalive_int): New function.
3116 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3117 * gdb.cp/m-static.exp: New test for `sintvar'.
3118
3119 2013-03-14 Yao Qi <yao@codesourcery.com>
3120
3121 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3122 of 'tstatus' into tstatus_output.
3123 (top level): Save the trace data to tfile. Read trace file in
3124 tfile target. Check the trace status.
3125
3126 2013-03-13 Yao Qi <yao@codesourcery.com>
3127
3128 * gdb.trace/tsv.exp (check_tsv): New.
3129 (top level): Save a tfile on current trace session. Call
3130 check_tsv on live target. Load the tfile with target tfile
3131 and call check_tsv again.
3132
3133 2013-03-13 Yao Qi <yao@codesourcery.com>
3134
3135 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3136 Replace some "gdb_test" with "gdb_test_no_output".
3137
3138 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3139
3140 * gdb.ada/expr_delims.exp: New file.
3141 * gdb.ada/expr_delims/foo.adb: New file.
3142 * gdb.ada/expr_delims/pck.ads: New file.
3143 * gdb.ada/expr_delims/pck.adb: New file.
3144
3145 2013-03-11 Keith Seitz <keiths@redhat.com>
3146
3147 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3148 both condition and thread. Then delete the watchpoint.
3149
3150 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3151
3152 * Makefile.in: Add btrace testsuite.
3153 * configure: Regenerated.
3154 * configure.ac: Add btrace testsuite.
3155 * gdb.btrace/Makefile.in: New file.
3156 * gdb.btrace/enable.c: New file.
3157 * gdb.btrace/enable.exp: New file.
3158 * gdb.btrace/function_call_history.c: New file.
3159 * gdb.btrace/function_call_history.exp: New file.
3160 * gdb.btrace/instruction_history.c: New file.
3161 * gdb.btrace/instruction_history.exp: New file.
3162 * gdb.btrace/instruction_history.S: New file.
3163 * lib/gdb.exp: Add btrace skip proc.
3164
3165 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 Fix entry-values if the callee called a noreturn function.
3168 * gdb.arch/amd64-tailcall-noret.S: New file.
3169 * gdb.arch/amd64-tailcall-noret.c: New file.
3170 * gdb.arch/amd64-tailcall-noret.exp: New file.
3171
3172 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 Fix entry-values in C++ across CUs.
3175 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3176 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3177 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3178 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3179 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3180
3181 2013-03-08 Stan Shebs <stan@codesourcery.com>
3182 Hafiz Abid Qadeer <abidh@codesourcery.com>
3183
3184 gdb/testsuite/
3185 * gdb.trace/trace-buffer-size.exp: New file.
3186 * gdb.trace/trace-buffer-size.c: New file.
3187
3188 2013-03-06 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3191 doesn't support the tested optional feature, call "unsupported"
3192 with the same test message as the "pass" case, instead of calling
3193 "pass" with a different message. Use the same text for the "fail"
3194 cases too.
3195
3196 2013-03-06 Yao Qi <yao@codesourcery.com>
3197
3198 * gdb.trace/tstatus.exp: Remove the invocation of
3199 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3200 (test_tracepoints): Don't set fast tracepoint.
3201 (top level): Don't check agent library is loaded or not.
3202
3203 2013-03-06 Yao Qi <yao@codesourcery.com>
3204
3205 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3206 parentheses by "\\".
3207
3208 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3209
3210 * gdb.linespec/base/one/thefile.cc (twodup): New.
3211 (m): Call it.
3212 * gdb.linespec/base/two/thefile.cc (dupname): New.
3213 (n): Call it.
3214 * gdb.linespec/break-ask.exp: New file.
3215 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3216
3217 2013-02-28 Yao Qi <yao@codesourcery.com>
3218
3219 * gdb.trace/report.exp: Move some code to ...
3220 (use_collected_data): New.
3221 (top level): Call use_collected_data once on the live target.
3222 Save at file of the current trace session, load it with target
3223 tfile, and call use_collected_data again.
3224
3225 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3226
3227 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3228
3229 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3232 Add final kill of ${valgrind_pid}.
3233
3234 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3235
3236 * gdb.python/py-arch.c: New test case
3237 * gdb.python/py-arch.exp: New tests to test
3238 gdb.Architecture.disassemble
3239 * gdb.python/Makefile.in: Add py-arch to the list of
3240 EXECUTABLES.
3241
3242 2013-02-18 Tom Tromey <tromey@redhat.com>
3243
3244 * gdb.dwarf2/subrange.exp: New file.
3245
3246 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3247 Hafiz Abid Qadeer <abidh@codesourcery.com>
3248
3249 * gdb.trace/tfile.exp: Add test for -trace-status command.
3250
3251 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3252
3253 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3254 nanosleep by sleep.
3255
3256 2013-02-14 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3259
3260 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3261 Hafiz Abid Qadeer <abidh@codesourcery.com>
3262
3263 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3264
3265 2013-02-12 Tom Tromey <tromey@redhat.com>
3266
3267 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3268 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3269
3270 2013-02-12 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/catch-signal.c: Update copyright years.
3273 * gdb.base/catch-signal.exp: Update copyright years.
3274 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3275 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3276 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3277 * gdb.dwarf2/dw2-error.S: Update copyright years.
3278 * gdb.dwarf2/dw2-error.c: Update copyright years.
3279 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3280 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3281 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3282
3283 2013-02-12 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3286 message.
3287 * gdb.base/sigaltstack.exp: Ditto.
3288 * gdb.base/siginfo.exp: Ditto.
3289 * gdb.base/sizeof.exp: Ditto.
3290
3291 2013-02-12 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.mi/mi-basics.exp: Tweak intro comment.
3294 * gdb.mi/mi-break.exp: Tweak intro comment.
3295 * gdb.mi/mi-console.exp: Tweak intro comment.
3296 * gdb.mi/mi-file.exp: Tweak intro comment.
3297 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3298 * gdb.mi/mi-return.exp: Tweak intro comment.
3299 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3300 * gdb.mi/mi-until.exp: Tweak intro comment.
3301 * gdb.mi/mi-watch.exp: Tweak intro comment.
3302
3303 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3304
3305 * gdb.server/no-thread-db.exp: New file.
3306 * gdb.server/no-thread-db.c: New file.
3307 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3308
3309 2013-02-11 Doug Evans <dje@google.com>
3310
3311 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3312 two decfloats.
3313
3314 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3315
3316 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3317 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3318
3319 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3320
3321 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3322
3323 2013-02-06 Yao Qi <yao@codesourcery.com>
3324
3325 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3326 to ...
3327 (test_create_delete_modify_tsv): ... here. New test on modifying
3328 the initial value of a tsv.
3329
3330 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3333 (cd .../rdir): ... here.
3334
3335 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.linespec/base/one/header.h: New file.
3338 * gdb.linespec/base/two/header.h: New file.
3339 * gdb.linespec/macro-relative.c: New file.
3340 * gdb.linespec/macro-relative.exp: New file.
3341
3342 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * gdb.base/fullpath-expand-func.c: New file.
3345 * gdb.base/fullpath-expand.c: New file.
3346 * gdb.base/fullpath-expand.exp: New file.
3347 * gdb.base/realname-expand-real.c: New file.
3348 * gdb.base/realname-expand.c: New file.
3349 * gdb.base/realname-expand.exp: New file.
3350
3351 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3354 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3355
3356 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3359 (compare_filenames_for_search does not match)
3360 (compare_filenames_for_search does match): New tests.
3361
3362 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3365
3366 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3369
3370 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3373 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3374 ${binfile}.mini_debuginfo-debuglink and
3375 ${binfile}.mini_debuginfo-debuglink.xz.
3376
3377 2013-02-01 Tom Tromey <tromey@redhat.com>
3378
3379 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3380 attributes.
3381
3382 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3383 Tom Tromey <tromey@redhat.com>
3384
3385 * gdb.dwarf2/method-ptr.exp: Link with c++.
3386 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3387
3388 2013-01-31 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.base/jit.exp (compile_jit_test): New proc.
3391 Add PIE tests.
3392
3393 2013-01-31 Tom Tromey <tromey@redhat.com>
3394
3395 * gdb.dwarf2/method-ptr.cc: New file.
3396 * gdb.dwarf2/method-ptr.exp: New file.
3397
3398 2013-01-31 Tom Tromey <tromey@redhat.com>
3399
3400 * lib/dwarf.exp (namespace Dwarf): New.
3401
3402 2013-01-29 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.dwarf2/fission-reread.exp: Add unload test.
3405
3406 2013-01-28 Doug Evans <dje@google.com>
3407
3408 * gdb.dwarf2/fission-loclists.exp: New file.
3409 * gdb.dwarf2/fission-loclists.S: New file.
3410
3411 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 Code cleanup.
3414 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3415 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3416 and prepare_for_testing.
3417 * gdb.base/store.exp: Likewise.
3418
3419 2013-01-25 Tom Tromey <tromey@redhat.com>
3420
3421 * gdb.python/py-explore.exp: Expect the gdb prompt.
3422
3423 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
3424
3425 * gdb.base/gnu_vector.c: New variable for use in tests.
3426 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3427 changes in scalar to vector casting and widening.
3428 * gdb.python/py-type.c: New variables for use in tests.
3429 * gdb.python/py-type.exp: Update vector related tests to reflect
3430 changes in scalar to vector casting and widening.
3431
3432 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3433
3434 * gdb.base/prologue-include.c: New file.
3435 * gdb.base/prologue-include.exp: New file.
3436 * gdb.base/prologue-include.h: New file.
3437
3438 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3439
3440 PR gdb/13443
3441 * gdb.mi/mi-var-block.exp: Make test messages unique.
3442
3443 2013-01-23 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3446
3447 2013-01-23 Tom Tromey <tromey@redhat.com>
3448
3449 * gdb.cp/converts.cc (main): Initialize 'a'.
3450
3451 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3452
3453 * testsuite/gdb.python/frame.exp: Add a test for
3454 gdb.Frame.architecture() method.
3455
3456 2013-01-22 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/annota1.exp (signal sent): No longer expect
3459 breakpoints-invalid.
3460 * gdb.cp/annota2.exp (continue until exit)
3461 (watch triggered on a.x): Ditto.
3462
3463 2013-01-22 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3466 Adjust tests to breakpoints-invalid changes.
3467 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3468 variables.
3469 Adjust tests to breakpoints-invalid changes.
3470
3471 2013-01-22 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.base/annota1.exp (annotate ignore count change): Add
3474 expected output for failure case.
3475
3476 2013-01-22 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3479 call.
3480
3481 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3482
3483 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3484 * gdb.mi/mi-catch-load.exp: Ditto.
3485 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3486 Also handle 'thread' field.
3487 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3488 * gdb.mi/mi-watch.exp: Ditto.
3489 * lib/mi-support.exp: Ditto.
3490
3491 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3492
3493 * gdb.python/py-explore.exp: Improve a test
3494
3495 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3496
3497 * gdb.base/label.c (main): Correct the type of the second
3498 parameter.
3499
3500 2013-01-18 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.dwarf2/trace-crash.s: New file.
3503 * gdb.dwarf2/trace-crash.exp: New file.
3504
3505 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3506
3507 PR gdb/13443
3508 * gdb.base/checkpoint.exp: Update test messages to make them
3509 unique.
3510
3511 2013-01-18 Yao Qi <yao@codesourcery.com>
3512
3513 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3514 output of 'info tracepoints'.
3515 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3516 Likewise.
3517 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3518 * gdb.trace/disconnected-tracing.c (struct foo): New.
3519
3520 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 * gdb.dwarf2/dw2-dos-drive.S: New file.
3523 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3524
3525 2013-01-17 Doug Evans <dje@google.com>
3526
3527 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3528 CXX_FOR_TARGET.
3529
3530 * boards/cc-with-tweaks.exp: New file.
3531
3532 2013-01-17 Tom Tromey <tromey@redhat.com>
3533
3534 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3535
3536 2013-01-17 Pedro Alves <palves@redhat.com>
3537
3538 Merge dg-extract-results.sh from upstream (svn 195224).
3539
3540 2013-01-15 David Blaikie <dblaikie@gmail.com>
3541 * dg-extract-results.sh: Fix order of summary counts.
3542
3543 2013-01-15 David Blaikie <dblaikie@gmail.com>
3544 * dg-extract-results.sh: Constrain the start-of-log pattern.
3545
3546 2013-01-15 David Blaikie <dblaikie@gmail.com>
3547 * dg-extract-results.sh: Handle KPASSes.
3548
3549 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3550 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3551 of grep -q.
3552
3553 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3554
3555 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3556 interface.
3557 * gdb.base/jithost.c: New file.
3558 * gdb.base/jithost.h: New file.
3559 * gdb.base/jitreader.c : New file.
3560 * gdb.base/jit-protocol.h: New file.
3561
3562 2013-01-16 Tom Tromey <tromey@redhat.com>
3563
3564 * gdb.base/catch-signal.c: New file.
3565 * gdb.base/catch-signal.exp: New file.
3566
3567 2013-01-16 Tom Tromey <tromey@redhat.com>
3568
3569 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3570
3571 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3572
3573 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3574
3575 2013-01-14 Tom Tromey <tromey@redhat.com>
3576
3577 * gdb.base/completion.exp: Add "set gnutarget" test.
3578
3579 2013-01-14 Tom Tromey <tromey@redhat.com>
3580
3581 * gdb.dwarf2/dw2-restrict.S: New file.
3582 * gdb.dwarf2/dw2-restrict.c: New file.
3583 * gdb.dwarf2/dw2-restrict.exp: New file.
3584
3585 2013-01-14 Tom Tromey <tromey@redhat.com>
3586
3587 * gdb.dwarf2/dw2-error.exp: New file.
3588 * gdb.dwarf2/dw2-error.c: New file.
3589 * gdb.dwarf2/dw2-error.S: New file.
3590
3591 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 * gdb.cp/parse-lang.cc: New file.
3594 * gdb.cp/parse-lang.exp: New file.
3595
3596 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3599 (set substitute-path): New test.
3600 (fullname present): Remove content.
3601 (substituted fullname): New test.
3602
3603 2013-01-13 Joel Brobecker <brobecker@adacore.com>
3604
3605 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3606 check. Move $gdb_py_is_py24 value check right after.
3607
3608 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3611 targets.
3612
3613 2013-01-11 Yao Qi <yao@codesourcery.com>
3614
3615 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3616 for dprintf.
3617 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3618 Check the fields in "=breakpoint-created" for dprintf.
3619
3620 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3621
3622 * gdb.mi/mi-fullname-deleted.exp: New file.
3623
3624 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3627 expected output.
3628 (info skip with pending file): Remove.
3629 (ignoring function in solib, info skip for function multiply): Update
3630 the expected output.
3631 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3632 (info skip (delete 1), info skip after disabling all)
3633 (info skip after enabling all, info skip after disabling 4 2-3)
3634 (info skip after enabling 2-3, info skip 2-3)
3635 (info skip after deleting 2 3): Update the expected output.
3636 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3637 statement to its initialization and return.
3638 * gdb.linespec/skip-two.exp: New file.
3639
3640 2012-12-19 Doug Evans <dje@google.com>
3641
3642 * gdb.base/maint.exp: Handle testing with .gdb_index.
3643
3644 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3647 Cavium to FSF.
3648
3649 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3650
3651 * dg-extract-results.sh: Update contact info in copyright notice.
3652 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3653 GPL v3 or later. Update contact info.
3654 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3655 gdb.threads/watchpoint-fork-mt.c,
3656 gdb.threads/watchpoint-fork-parent.c,
3657 gdb.threads/watchpoint-fork-st.c,
3658 gdb.threads/watchpoint-fork.h: Likewise.
3659
3660 2012-12-15 Yao Qi <yao@codesourcery.com>
3661
3662 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3663 'installed' field in '=breakpoint-modified'.
3664 (test_reconnect): Check 'installed' field in
3665 '=breakpoint-modified' and '=breakpoint-created'.
3666
3667 * gdb.trace/actions.exp: Update test for 'installed' field.
3668 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3669 (tracepoint_change_loc_2): Likewise.
3670 Check 'info tracepoint' display nothing else.
3671 * gdb.trace/deltrace.exp: Likewise.
3672 * gdb.trace/infotrace.exp: Likewise.
3673 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3674 Likewise.
3675 * gdb.trace/passcount.exp: Likewise.
3676 * gdb.trace/tracecmd.exp: Likewise.
3677 * gdb.trace/while-stepping.exp: Likewise.
3678
3679 2012-12-14 Tom Tromey <tromey@redhat.com>
3680
3681 * gdb.cp/member-name.exp: New file.
3682 * gdb.cp/member-name.cc: New file.
3683
3684 2012-12-14 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3687
3688 2012-12-14 Doug Evans <dje@google.com>
3689
3690 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3691 DW_OP_GNU_implicit_pointer is section-relative.
3692
3693 2012-12-14 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.base/info-proc.exp: Add core file tests.
3696
3697 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3698
3699 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
3700
3701 2012-12-13 Doug Evans <dje@google.com>
3702
3703 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3704 * gdb.multi/multi-arch.exp: Ditto.
3705
3706 2012-12-12 Keven Boell <keven.boell@intel.com>
3707
3708 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3709 catch load test library source file.
3710 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3711 load test source file.
3712 * gdb.mi/mi-catch-load.exp: New. Test file for
3713 basic MI -catch-load and -catch-unload tests.
3714
3715 2012-12-11 Paul Koning <paul_koning@dell.com>
3716
3717 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3718 exception.
3719 (_iterator_except): New function.
3720 (ArrayPrinter): Use _iterator function instead of local _iterator
3721 class for Python 3 compatibility.
3722 (NoStringContainerPrinter): Use _iterator_except instead of
3723 _iterator.
3724 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3725 execfile for Python 3 compatibility.
3726 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3727 format in error_prompt test.
3728
3729 2012-12-10 Paul Koning <paul_koning@dell.com>
3730
3731 * gdb.base/charset.exp: Change print syntax for Python 3
3732 compatibility.
3733 * gdb.python/py-block.exp: Ditto.
3734 * gdb.python/py-breakpoint.exp: Ditto.
3735 * gdb.python/py-cmd.exp: Ditto.
3736 * gdb.python/py-events.py: Ditto.
3737 * gdb.python/py-finish-breakpoint.py: Ditto.
3738 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3739 * gdb.python/py-finish-breakpoint2.py: Ditto.
3740 * gdb.python/py-frame-inline.exp: Ditto.
3741 * gdb.python/py-frame.exp: Ditto.
3742 * gdb.python/py-infthread.exp: Ditto.
3743 * gdb.python/py-objfile.exp: Ditto.
3744 * gdb.python/py-parameter.exp: Ditto.
3745 * gdb.python/py-progspace.exp: Ditto.
3746 * gdb.python/py-prompt.exp: Ditto.
3747 * gdb.python/py-symbol.exp: Ditto.
3748 * gdb.python/py-symtab.exp: Ditto.
3749 * gdb.python/py-template.exp: Ditto.
3750 * gdb.python/py-value-cc.exp: Ditto.
3751 * gdb.python/python.exp: Ditto.
3752 * gdb.python/source2.py: Ditto.
3753 * gdb.python/lib-types.exp: Change print syntax for Python 3
3754 compatibility.
3755 Use sorted() function rather than sort() method.
3756 Accept either int or long values for enum values.
3757 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3758 execfile for Python 3 compatibility.
3759 * gdb.python/py-evsignal.exp: Ditto.
3760 * gdb.python/py-evthreads.exp: Ditto.
3761 * gdb.python/py-mi.exp: Ditto.
3762 * gdb.python/py-pp-maint.exp: Ditto.
3763 * gdb.python/py-prettyprint.exp: Ditto.
3764 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
3765 Python 3 compatibility.
3766 Skip tests for Python 2.4.
3767 * gdb.python/py-inferior.exp: Change print syntax for
3768 Python 3 compatibility.
3769 Use byte string rather than character string in memory write test
3770 if Python 3.
3771 * gdb.python/py-pp-maint.py: Change class declarations to "new
3772 class" syntax.
3773 * gdb.python/py-prettyprint.py: Change iterator class to generator
3774 function for Python 3 compatibility.
3775 Make all classes "new style".
3776 Fix indentation issue and stray semicolon.
3777 * gdb.python/py-shared.expChange print syntax for Python 3
3778 compatibility.
3779 Define "long" if Python 3.
3780 * gdb.python/py-type.exp: Change print syntax for Python 3
3781 compatibility.
3782 Accept either int or long values for enum values.
3783 * gdb.python/py-value.exp: Change print syntax for Python 3
3784 compatibility.
3785 Skip "long" and "unicode" tests if Python 3.
3786 Accept either "type" or "class" in type checks.
3787 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3788 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3789
3790 2012-12-10 Tom Tromey <tromey@redhat.com>
3791
3792 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3793 (test): Add "two_cu" argument.
3794 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3795 for types; allow two CUs.
3796
3797 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3800 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3801
3802 2012-12-08 Yao Qi <yao@codesourcery.com>
3803 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3806 '=breakpoint-created' when GDB merges the tracepoints of both
3807 sides.
3808
3809 2012-12-07 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.base/break1.c (enum some_enum, union some_union): New.
3812 (some_enum_global, some_union_global, some_value): New globals.
3813 * gdb.base/completion.exp: Add tag completion tests.
3814
3815 2012-12-07 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.base/completion.exp: Add tests for ptype and whatis
3818 completion.
3819
3820 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3821
3822 * gdb.base/stale-infcall.exp: Fix copyright line.
3823
3824 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3827
3828 2012-12-06 Pedro Alves <palves@redhat.com>
3829 Tom Tromey <tromey@redhat.com>
3830
3831 * gdb.base/exprs.exp: Add tests for cast to void.
3832
3833 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3834
3835 * gdb.python/py-mi.exp: Correct expected results for attribute
3836 "dynamic" returned by -var-update.
3837 Add test case for correct handling of "diplayhint" for children
3838 of dynamic varobjs.
3839 * gdb.python/py-prettyprint.c (set_itme): New function.
3840 (bug_14741) New function.
3841 (main) Add call to bug_14741().
3842 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3843
3844 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3845
3846 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3847 ${binfile}.funcsyms list.
3848
3849 2012-12-04 Yao Qi <yao@codesourcery.com>
3850
3851 PR gdb/13443
3852 * gdb.trace/actions.exp: Make test messages unique.
3853
3854 2012-11-29 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3857
3858 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3859
3860 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3861 * gdb.opencl/datatypes.exp: Likewise.
3862 * gdb.opencl/operators.exp: Likewise.
3863 * gdb.opencl/vec_comps.exp: Likewise.
3864
3865 2012-11-29 Jerome Guitton <guitton@adacore.com>
3866
3867 * gdb.ada/iwide: New testcase.
3868
3869 2012-11-29 Jerome Guitton <guitton@adacore.com>
3870
3871 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3872 ptype test.
3873
3874 2012-11-29 Jerome Guitton <guitton@adacore.com>
3875
3876 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3877 form {VARIANT_TYPE}ADDRESS.
3878
3879 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3882 (func): New function.
3883 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3884 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3885 pointers to members with pointer-to-function type.
3886
3887 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3888 Tom Tromey <tromey@redhat.com>
3889
3890 * gdb.base/gnu-debugdata.exp: New file.
3891 * gdb.base/gnu-debugdata.c: New file.
3892 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3893 (gdb_unload): Return 0 on success.
3894
3895 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3898
3899 2012-11-26 Joel Brobecker <brobecker@adacore.com>
3900
3901 * gdb.base/empty_exe.exp: New testcase.
3902
3903 2012-11-20 Mike Frysinger <vapier@gentoo.org>
3904
3905 * gdb.base/completion.exp: Add test for help aliases completion.
3906
3907 2012-11-20 Yao Qi <yao@codesourcery.com>
3908
3909 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3910 Don't test 'maint set show-debug-regs'.
3911 Use command 'set remotecache' instead of
3912 'set circular-trace-buffer'.
3913
3914 2012-11-16 Keith Seitz <keiths@redhat.com>
3915
3916 PR c++/13615
3917 * gdb.cp/baseenum.cc: New file.
3918 * gdb.cp/baseenum.exp: New file.
3919 * gdb.cp/derivation.cc (A): Add copyright.
3920 Add a typedef.
3921 (B): Use A::value_type instead of int. Change all references.
3922 (D): Use value_type instead of int. Change all references.
3923 (E): Likewise.
3924 (F); Likewise.
3925 (Z): New class.
3926 (ZZ): New class.
3927 (N, Base, Derived): New namespace and classes.
3928 (main): Add instances of Z and ZZ.
3929 Make sure all symbols from N are kept.
3930 * gdb.cp/derivation.exp: Update typedef changes in tests.
3931 Add tests for class typedefs both before and after starting
3932 the inferior.
3933 Add tests for searching for a typedef while stopped in a
3934 method.
3935
3936 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3937
3938 * gdb.mi/mi-var-create-rtti.c: New file.
3939 * gdb.mi/mi-var-create-rtti.exp: New file.
3940
3941 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3942
3943 * gdb.base/structs3.exp: Run to main before doing any tests.
3944
3945 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
3946
3947 * gdb.python/py-type.exp: Uniquify test names.
3948
3949 2012-11-14 Yao Qi <yao@codesourcery.com>
3950
3951 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3952 (thread_function) [DEBUG]: Call 'printf'.
3953 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3954 command line if 'DEBUG=1' is passed to test.
3955 Remove a pattern to match inferior's output.
3956
3957 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3958
3959 * gdb.mi/mi-fill-memory.exp: New test.
3960
3961 2012-11-12 Tom Tromey <tromey@redhat.com>
3962
3963 * gdb.base/completion.exp: Update for "info type-printers".
3964 * gdb.python/py-typeprint.cc: New file.
3965 * gdb.python/py-typeprint.exp: New file.
3966 * gdb.python/py-typeprint.py: New file.
3967
3968 2012-11-12 Tom Tromey <tromey@redhat.com>
3969
3970 * gdb.base/call-sc.exp: Use "ptype/r".
3971 * gdb.base/volatile.exp: Don't expect "int".
3972 * gdb.cp/ptype-flags.cc: New file.
3973 * gdb.cp/ptype-flags.exp: New file.
3974 * gdb.cp/templates.exp: Use ptype/r.
3975 (test_ptype_of_templates, test_template_typedef): Likewise.
3976 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3977 argument. Handle template names and template parameters.
3978 * gdb.mi/mi-var-cmd.exp: Accept "long".
3979 * gdb.mi/mi-var-child.exp: Accept "long".
3980 * gdb.mi/mi-var-display.exp: Accept "long".
3981 * gdb.mi/mi2-var-child.exp: Accept "long".
3982
3983 2012-11-12 Tom Tromey <tromey@redhat.com>
3984
3985 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3986 "ptype" from calls to cp_test_ptype_class.
3987 (test_enums): Likewise.
3988 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3989 cp_test_ptype_class.
3990 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3991 calls to cp_test_ptype_class.
3992 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3993 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3994 from calls to cp_test_ptype_class.
3995 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3996 command here. Change "in_command" argument to "in_exp".
3997
3998 2012-11-10 Keith Seitz <keiths@redhat.com>
3999
4000 PR gdb/14288
4001 * gdb.base/printcmds.c: Add invalid_XXX globals
4002 for repeated byte tests.
4003 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4004 * gdb.base/wchar.c (main): Add and construct a wchar_t
4005 array with repeated characters.
4006 * gdb.base/wchar.exp: Add repeated character tests.
4007
4008 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4009
4010 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4011 disassembly output.
4012
4013 2012-11-09 Pedro Alves <palves@redhat.com>
4014
4015 PR gdb/14306
4016
4017 * gdb.multi/multi-arch-exec.c: New file.
4018 * gdb.multi/multi-arch-exec.exp: New file.
4019
4020 2012-11-09 Yao Qi <yao@codesourcery.com>
4021
4022 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4023 (top level): Call it.
4024
4025 2012-11-09 Yao Qi <yao@codesourcery.com>
4026
4027 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4028 typo.
4029
4030 2012-11-09 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.multi/multi-arch.exp: New.
4033
4034 2012-11-08 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4037 core files, if possible.
4038 * gdb.base/siginfo-thread.c: New file
4039 * gdb.base/siginfo-thread.exp: New file
4040
4041 2012-11-08 Tom Tromey <tromey@redhat.com>
4042
4043 * gdb.base/comprdebug.exp: New file.
4044
4045 2012-11-06 Pedro Alves <palves@redhat.com>
4046
4047 PR gdb/14810
4048
4049 * gdb.base/disabled-location.c: New file.
4050 * gdb.base/disabled-location.exp: New file.
4051
4052 2012-11-06 Tom Tromey <tromey@redhat.com>
4053
4054 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4055 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4056 gdb_gcore_cmd.
4057 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4058 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4059 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4060 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4061 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4062 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4063 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4064 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4065 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4066
4067 2012-11-05 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4070 procedure.
4071 (do_vfork_and_follow_child_tests_exec)
4072 (do_vfork_and_follow_child_tests_exit): Call it.
4073
4074 2012-11-05 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4077 fails.
4078
4079 2012-11-03 Yao Qi <yao@codesourcery.com>
4080
4081 Fix PR gdb/14617.
4082 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4083 Remove setup_kfail, and update test.
4084
4085 2012-11-02 Tom Tromey <tromey@redhat.com>
4086
4087 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4088 test.
4089
4090 2012-11-02 Pedro Alves <palves@redhat.com>
4091
4092 PR gdb/14766
4093
4094 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4095 setup_kfail.
4096 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4097 get registers".
4098
4099 2012-11-02 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/foll-vfork-exit.c: New file.
4102 * gdb.base/foll-vfork.exp (top level): New file-describing
4103 comment.
4104 (vfork_child_follow_to_exit): New procedure.
4105 (tcatch_vfork_then_child_follow): Rename as ...
4106 (tcatch_vfork_then_child_follow_exec): ... this.
4107 (tcatch_vfork_then_child_follow_exit): New procedure.
4108 (do_vfork_and_follow_parent_tests): New procedure, factored out
4109 from do_vfork_and_exec_tests.
4110 (do_vfork_and_follow_child_tests_exec): Ditto.
4111 (do_vfork_and_exec_tests): Delete.
4112 (do_vfork_and_follow_child_tests_exit): New procedure.
4113 (top level): Run tests with both the program that has the vfork
4114 child execing, and the program has the vfork child exiting.
4115
4116 2012-11-02 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4119 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4120 (vfork_parent_follow_to_bp): Call it.
4121 (kill_child): Delete.
4122 (vfork_and_exec_child_follow_to_main_bp)
4123 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4124 longer call kill_child.
4125 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4126 (do_vfork_and_exec_tests): Don't runto_main before calling each
4127 test procedure.
4128 (top level): Don't clean restart and set verbose before running
4129 each test procedure.
4130
4131 2012-11-02 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4134 (vfork_parent_follow_to_bp)
4135 (vfork_and_exec_child_follow_to_main_bp)
4136 (vfork_and_exec_child_follow_through_step)
4137 (tcatch_vfork_then_parent_follow)
4138 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4139 Use with_test_prefix.
4140
4141 2012-11-02 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.base/foll-vfork.c: Add copyright header.
4144 * gdb.base/vforked-prog.c: Add copyright header.
4145
4146 2012-11-02 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.base/foll-vfork.exp
4149 (vfork_and_exec_child_follow_through_step): Don't skip on
4150 non-HP/UX targets. Expect the next to only step one line on
4151 non-HP/UX targets, rather than stopping only after the exec.
4152
4153 2012-11-02 Pedro Alves <palves@redhat.com>
4154
4155 Don't hard code line numbers.
4156
4157 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4158 Expect text from the sources instead of a line number.
4159 (vfork_parent_follow_to_bp)
4160 (vfork_and_exec_child_follow_to_main_bp)
4161 (vfork_and_exec_child_follow_through_step)
4162 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4163 Use gdb_get_line_number.
4164
4165 2012-11-02 Pedro Alves <palves@redhat.com>
4166
4167 Modernize.
4168
4169 * gdb.base/foll-vfork.exp: Use standard_testfile and
4170 build_executable. Pass descriptive string to untested.
4171 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4172 (vfork_and_exec_child_follow_to_main_bp)
4173 (vfork_and_exec_child_follow_through_step)
4174 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4175 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4176 of send_gdb/gdb_expect.
4177
4178 (kill_child): New procedure.
4179 (vfork_and_exec_child_follow_to_main_bp)
4180 (vfork_and_exec_child_follow_through_step): Use it.
4181
4182 2012-11-02 Yao Qi <yao@codesourcery.com>
4183
4184 * gdb.base/setvar.exp: Test setting nested struct.
4185 * gdb.base/setvar.c (v_struct3): New.
4186
4187 2012-11-01 Doug Evans <dje@google.com>
4188
4189 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4190 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4191 use them.
4192
4193 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4194
4195 PR cli/14772
4196 * gdb.base/gnu_vector.c (union_with_vector_1)
4197 (struct_with_vector_1): Add new struct and union for testing
4198 ptype.
4199 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4200 structs / unions containing vectors.
4201
4202 2012-10-25 Yao Qi <yao@codesourcery.com>
4203
4204 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4205 'setup_kfail' instead of 'setup_kfail_for_target'.
4206 * gdb.base/varargs.exp: Likewise.
4207 * lib/gdb.exp (setup_kfail_for_target): Remove.
4208
4209 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4210
4211 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4212
4213 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4214
4215 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4216
4217 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4218
4219 * gdb.ada/set_wstr: New testcase.
4220
4221 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4224
4225 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4226
4227 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4228
4229 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4230
4231 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4232
4233 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4234
4235 * gdb.base/callfuncs.exp (do_function_calls): Fix
4236 setup_kfail_for_target for -m32 mode.
4237
4238 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4239
4240 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4241 are now fixed.
4242
4243 2012-10-23 Yao Qi <yao@codesourcery.com>
4244
4245 * gdb.base/info-os.exp: Resume the inferior until it exits.
4246
4247 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4248
4249 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4250 * gdb.base/print-file-var.exp: Likewise.
4251 * gdb.base/type-opaque.exp: Likewise.
4252
4253 2012-10-17 Yao Qi <yao@codesourcery.com>
4254
4255 * gdb.mi/mi-memory-changed.exp: New.
4256
4257 2012-10-16 Yao Qi <yao@codesourcery.com>
4258
4259 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4260 returns true.
4261 Call gdb_load_shlibs.
4262 * gdb.reverse/solib-reverse.exp: Likewise.
4263
4264 2012-10-15 Keith Seitz <keiths@redhat.com>
4265
4266 * lib/cp-support.exp (cp_test_ptype_class): Add support
4267 for class typedefs.
4268
4269 * gdb.cp/derivation.exp: Add tests for g_instance.
4270
4271 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 Fix entry values resolving in inlined frames.
4274 * gdb.arch/amd64-entry-value-inline.S: New file.
4275 * gdb.arch/amd64-entry-value-inline.c: New file.
4276 * gdb.arch/amd64-entry-value-inline.exp: New file.
4277
4278 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4279 Doug Evans <dje@google.com>
4280
4281 Fix recent gdb_breakpoint regression.
4282 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4283 braces from the parameter.
4284 * gdb.java/jprint.exp: Likewise.
4285
4286 2012-10-15 Doug Evans <dje@google.com>
4287
4288 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4289
4290 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4291
4292 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4293
4294 2012-10-15 Tom Tromey <tromey@redhat.com>
4295
4296 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4297
4298 2012-10-15 Tom Tromey <tromey@redhat.com>
4299
4300 * gdb.python/py-symbol.exp: Test symbol destructor.
4301
4302 2012-10-14 Yao Qi <yao@codesourcery.com>
4303
4304 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4305 * gdb.mi/mi-cli.exp: New.
4306
4307 * gdb.mi/mi2-basics.exp: Remove.
4308 * gdb.mi/mi2-break.exp: Remove.
4309 * gdb.mi/mi2-console.exp: Remove.
4310 * gdb.mi/mi2-disassemble.exp: Remove.
4311 * gdb.mi/mi2-eval.exp: Remove.
4312 * gdb.mi/mi2-file.exp: Remove.
4313 * gdb.mi/mi2-hack-cli.exp: Remove.
4314 * gdb.mi/mi2-pthreads.exp: Remove.
4315 * gdb.mi/mi2-read-memory.exp: Remove.
4316 * gdb.mi/mi2-regs.exp: Remove.
4317 * gdb.mi/mi2-return.exp: Remove.
4318 * gdb.mi/mi2-simplerun.exp: Remove.
4319 * gdb.mi/mi2-stack.exp: Remove.
4320 * gdb.mi/mi2-stepi.exp: Remove.
4321 * gdb.mi/mi2-syn-frame.exp: Remove.
4322 * gdb.mi/mi2-until.exp: Remove.
4323 * gdb.mi/mi2-watch.exp: Remove.
4324 * gdb.mi/mi2-var-block.exp: Remove.
4325 * gdb.mi/mi2-var-cmd.exp: Remove.
4326 * gdb.mi/mi2-var-display.exp: Remove.
4327
4328 2012-10-12 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4331 trail '.*' on matching patterns.
4332
4333 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4334
4335 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4336 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4337 * gdb.arch/i386-disp-step.exp: Likewise.
4338 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4339 * gdb.arch/i386-prologue.exp: Likewise.
4340 * gdb.arch/i386-size-overlap.exp: Likewise.
4341 * gdb.arch/i386-size.exp: Likewise.
4342 * gdb.arch/i386-unwind.exp: Likewise.
4343
4344 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4345
4346 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4347 * gdb.arch/i386-word.exp: Likewise.
4348
4349 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4350
4351 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4352 is_ilp32_target to set nr_regs.
4353 * gdb.arch/i386-sse.exp: Likewise.
4354
4355 2012-10-11 Doug Evans <dje@google.com>
4356
4357 PR breakpoints/14643.
4358 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4359 * gdb.linespec/thread.c: New file.
4360 * gdb.linespec/thread.exp: New file.
4361
4362 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4363 Recognize "message" -> print pass and fail. Add eof case.
4364 (runto): Recognize message, no-message. Print pass/fail if requested,
4365 with same treatment as gdb_breakpoint.
4366 (runto_main): Pass no-message to runto.
4367 (gdb_internal_error_resync): Add log message.
4368 (gdb_file_cmd): Tweak internal error fail text for consistency.
4369
4370 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 Fix crash during stepping on ppc32.
4373 * gdb.base/step-symless.c: New file.
4374 * gdb.base/step-symless.exp: New file.
4375
4376 2012-10-03 Doug Evans <dje@google.com>
4377
4378 PR symtab/14601
4379 * gdb.cp/using-crash.exp: New file.
4380 * gdb.cp/using-crash.cc: New file.
4381
4382 2012-10-02 Doug Evans <dje@google.com>
4383
4384 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4385 more consistent.
4386 (runto,gdb_debug_format): Ditto.
4387 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4388 Clean up logging and error messages.
4389
4390 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
4391
4392 Test find command on unmapped memory.
4393 * gdb.base/find-unmapped.c: New file.
4394 * gdb.base/find-unmapped.exp: New file.
4395
4396 2012-09-29 Yao Qi <yao@codesourcery.com>
4397
4398 * gdb.trace/mi-tracepoint-changed.exp: New.
4399 * gdb.mi/mi-breakpoint-changed.exp: New.
4400 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4401 * gdb.mi/pendshr2.c: New.
4402
4403 2012-09-28 Yao Qi <yao@codesourcery.com>
4404
4405 * gdb.mi/pr11022.exp: New.
4406 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4407
4408 2012-09-27 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.cp/derivation.exp: Add regression test.
4411 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4412 V_derived): New.
4413 (vderived): New global.
4414
4415 2012-09-26 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.dwarf2/dw2-common-block.S: New file.
4418 * gdb.dwarf2/dw2-common-block.exp: New file.
4419
4420 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * gdb.fortran/common-block.exp: New file.
4423 * gdb.fortran/common-block.f90: New file.
4424
4425 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
4426
4427 * gdb.base/duplicate-bp.c: New file.
4428 * gdb.base/duplicate-bp.exp: New file.
4429
4430 2012-09-26 Yao Qi <yao@codesourcery.com>
4431
4432 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4433
4434 Revert:
4435 2012-09-21 Yao Qi <yao@codesourcery.com>
4436
4437 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4438
4439 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4440
4441 * gdb.base/longest-types.c: New test case.
4442 * gdb.base/longest-types.exp: New test case.
4443
4444 2012-09-25 Yao Qi <yao@codesourcery.com>
4445
4446 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4447
4448 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 Fix internal error on canonicalization of clang types.
4451 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4452 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4453 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4454
4455 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 Fix disassemble without parameters in tailcall frame.
4458 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4459
4460 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
4461
4462 * gdb.dwarf2/dw2-op-out-param.S: New file.
4463 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4464
4465 2012-09-21 Yao Qi <yao@codesourcery.com>
4466
4467 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4468
4469 2012-09-21 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.mi/mi-cli.exp: Remove.
4472 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4473
4474 2012-09-21 Yao Qi <yao@codesourcery.com>
4475
4476 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4477 "=record-started" notification.
4478
4479 2012-09-21 Yao Qi <yao@codesourcery.com>
4480
4481 * gdb.mi/mi-record-changed.exp: New.
4482 * gdb.mi/mi-reverse.exp: Adjust expected output.
4483
4484 2012-09-20 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.python/python.exp: Test atexit.register.
4487
4488 2012-09-20 Doug Evans <dje@google.com>
4489
4490 * boards/dwarf4-gdb-index.exp: New file.
4491
4492 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4493 while running the tests.
4494
4495 2012-09-18 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.ada/bp_reset: New testcase.
4498
4499 2012-09-18 Yao Qi <yao@codesourcery.com>
4500
4501 * gdb.trace/mi-tsv-changed.exp: New.
4502
4503 2012-09-18 Yao Qi <yao@codesourcery.com>
4504
4505 * gdb.trace/mi-traceframe-changed.exp: New.
4506
4507 2012-09-17 Yao Qi <yao@codesourcery.com>
4508
4509 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4510 when it is less than 0.
4511
4512 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 PR 14119
4515 * gdb.arch/amd64-tailcall-ret.S: New file.
4516 * gdb.arch/amd64-tailcall-ret.c: New file.
4517 * gdb.arch/amd64-tailcall-ret.exp: New file.
4518 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4519 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4520 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4521
4522 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4523
4524 PR 14548
4525 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4526 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4527 * gdb.reverse/singlejmp-reverse.S: New file.
4528 * gdb.reverse/singlejmp-reverse.c: New file.
4529 * gdb.reverse/singlejmp-reverse.exp: New file.
4530
4531 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 Fix compatibility with old GCC (~4.1).
4534 * gdb.cp/converts.cc (my_enum_var): New variable.
4535
4536 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
4537
4538 * gdb.xml/tdesc-regs.exp: Update expected output for new
4539 vector_size syntax of vector types.
4540
4541 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4542
4543 Refactor Python "gdb" module into a proper Python package, by
4544 introducing a new "_gdb" module for code implemented in C, and
4545 using reload/__import__ instead of exec.
4546 * gdb.python/python.exp (Test stderr location): Update module
4547 location of GDB-specific sys.stderr.
4548 (Test stdout location): Ditto for sys.stdout.
4549
4550 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4553
4554 2012-09-12 Keith Seitz <keiths@redhat.com>
4555
4556 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4557 conversion statement.
4558
4559 2012-09-12 Doug Evans <dje@google.com>
4560
4561 * gdb.base/help.exp: Remove testing of individual command help text,
4562 too much of a maintenance burden. Instead, test the functionality
4563 of "help" itself.
4564
4565 2012-09-11 Doug Evans <dje@google.com>
4566
4567 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4568 breakpoint.
4569
4570 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4571 * gdb.dwarf2/fission-reread.S: Ditto.
4572 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4573 * gdb.dwarf2/fission-reread.exp: Ditto.
4574
4575 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
4576
4577 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4578
4579 2012-09-10 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/optim_drec: New testcase.
4582
4583 2012-09-10 Doug Evans <dje@google.com>
4584
4585 * boards/fission.exp: Explicitly mark "board" as not remote.
4586
4587 2012-09-10 Keith Seitz <keiths@redhat.com>
4588
4589 PR gdb/13483
4590 * gdb.cp/converts.cc (A::A): Add ctor.
4591 (A::member_): Add member.
4592 (enum my_enum): New enumeration.
4593 (main): Add calls to foo1_7 with various
4594 permitted arguments.
4595 * gdb.cp/converts.exp: Add tests for boolean
4596 conversions permitted by the standard.
4597
4598 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4599
4600 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4601 avoid spurious results due to ~/.gdbinit.
4602 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4603 $INTERNAL_GDBFLAGS in run command.
4604 * gdb.gdb/observer.exp (setup_test): Ditto.
4605 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4606 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4607
4608 2012-09-06 Doug Evans <dje@google.com>
4609
4610 * boards/fission.exp: New file.
4611
4612 * gdb.python/py-value.exp: Use clean_restart.
4613
4614 2012-09-05 Doug Evans <dje@google.com>
4615
4616 * gdb.base/info-macros.c: Fix whitespace.
4617
4618 2012-08-28 Pedro Alves <palves@redhat.com>
4619
4620 PR gdb/14428
4621
4622 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4623
4624 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdb.base/break-caller-line.c: New file.
4627 * gdb.base/break-caller-line.exp: New file.
4628
4629 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4630
4631 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4632 * gdb.arch/i386-cfi-notcurrent.S: New file.
4633 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4634
4635 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
4636 Yao Qi <yao@codesourcery.com>
4637 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4640 New procedures.
4641 (top level): Add overlap checking tests.
4642
4643 2012-08-24 Tom Tromey <tromey@redhat.com>
4644
4645 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4646 gdb_test_multiple fails for other reasons.
4647
4648 2012-08-24 Yao Qi <yao@codesourcery.com>
4649
4650 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4651
4652 2012-08-23 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/help.exp: Adjust to "handle" help text change.
4655
4656 2012-08-23 Yao Qi <yao@codesourcery.com>
4657
4658 * gdb.trace/disconnected-tracing.c (start, end): New.
4659 (main): Call start and end.
4660 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4661 existing tests into this proc.
4662 (disconnected_tfind): New.
4663
4664 2012-08-23 Yao Qi <yao@codesourcery.com>
4665
4666 * boards/native-gdbserver.exp (${board}_upload): New.
4667 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4668 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4669 Execute tfile on remote target.
4670 Copy trace file from target to host.
4671
4672 2012-08-22 Joseph Myers <joseph@codesourcery.com>
4673
4674 * gdb.arch/thumb-bx-pc.S: New file.
4675 * gdb.arch/thumb-bx-pc.exp: New file.
4676
4677 2012-08-22 Tom Tromey <tromey@redhat.com>
4678
4679 * gdb.base/maint.exp: Update.
4680
4681 2012-08-22 Tom Tromey <tromey@redhat.com>
4682
4683 * lib/gdb.exp (skip_unwinder_tests): New proc.
4684 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4685 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4686
4687 2012-08-21 Tom Tromey <tromey@redhat.com>
4688
4689 * gdb.hp/gdb.aCC/exception.exp: Remove.
4690
4691 012-08-19 Andrew Pinski <apinski@cavium.com>
4692
4693 * gdb.arch/mips-octeon-bbit.c: New file.
4694 * gdb.arch/mips-octeon-bbit.exp: New Test.
4695
4696 012-08-19 Keith Seitz <keiths@redhat.com>
4697
4698 PR c++/14365
4699 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4700 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4701
4702 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4703
4704 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4705 verbose -log by more specific untested call.
4706
4707 2012-08-18 Yao Qi <yao@codesourcery.com>
4708
4709 * gdb.trace/tfind.exp: Move tests on various command help before
4710 checking target supports trace.
4711 Fix the expected output of 'help tfind end'.
4712
4713 2012-08-17 Keith Seitz <keiths@redhat.com>
4714
4715 PR c++/13356
4716 * gdb.base/default.exp: Update all "check type" tests.
4717 * gdb.base/help.exp: Likewise.
4718 * gdb.base/setshow.exp: Likewise.
4719 * gdb.cp/converts.cc (foo1_type_check): New function.
4720 (foo2_type_check): New function.
4721 (foo3_type_check): New function.
4722 (main): Call new functions.
4723 * converts.exp: Add tests for integer-to-pointer conversions
4724 with/without strict type-checking.
4725
4726 2012-08-16 Mike Frysinger <vapier@gentoo.org>
4727
4728 * gdb.base/help.exp: Update expected output.
4729
4730 2012-08-16 Joel Brobecker <brobecker@adacore.com>
4731
4732 * gdb.ada/rdv_wait: New testcase.
4733
4734 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4737
4738 2012-08-13 Doug Evans <dje@google.com>
4739
4740 * gdb.base/help.exp: Update expected output.
4741 * gdb.base/default.exp: Update expected output of "show convenience".
4742
4743 2012-08-10 Doug Evans <dje@google.com>
4744
4745 * gdb.python/py-strfns.c: New file.
4746 * gdb.python/py-strfns.exp: New file.
4747 * gdb.python/py-type.exp (test_fields): Add vector tests.
4748
4749 2012-08-10 Mike Frysinger <vapier@gentoo.org>
4750
4751 PR cli/10436:
4752 * gdb.base/completion.exp: Add tests for handle completion.
4753
4754 2012-08-09 Yao Qi <yao@codesourcery.com>
4755
4756 * gdb.mi/mi-cmd-param-changed.exp: New.
4757 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4758 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4759 * gdb.mi/mi2-prompt.exp: Likewise.
4760
4761 2012-08-08 Doug Evans <dje@google.com>
4762
4763 * gdb.base/debug-expr.c: New file.
4764 * gdb.base/debug-expr.exp: New file.
4765 * gdb.base/exprs.exp: Test {type} casts.
4766 * gdb.cp/debug-expr.exp: New file.
4767
4768 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4771 global variable loop, not a 'break'. Add loop count limit to 100.
4772 Add new fail case for terminated vgdb.
4773
4774 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4775 Jean-Marc Saffroy <saffroy@gmail.com>
4776
4777 PR 11804
4778 * gdb.base/gcore-relro.exp: New file.
4779 * gdb.base/gcore-relro-main.c: New file.
4780 * gdb.base/gcore-relro-lib.c: New file.
4781
4782 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 Do not false FAIL with old GCCs.
4785 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4786 GCC < 4.5 in $no_hw mode.
4787
4788 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4789
4790 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4791
4792 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 * gdb.base/list.exp (test_only_end): New function.
4795 Call it.
4796
4797 2012-08-06 Tom Tromey <tromey@redhat.com>
4798
4799 * gdb.python/py-mi.exp: Add test for printer whose children
4800 are a list.
4801 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4802 (main): New variable children_as_list.
4803 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4804 New.
4805 (register_pretty_printers): Register new printer.
4806
4807 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4808
4809 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4810 symbols. Abort if vgdb remote connection is closed.
4811
4812 2012-08-02 Doug Evans <dje@google.com>
4813
4814 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4815
4816 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4817
4818 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4819 s390x, PowerPC 64 and m68k-linux.
4820
4821 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4822
4823 * gdb.base/annota1.exp: Accept no frames-invalid notification
4824 when starting up the program.
4825 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4826 show a symbolic value as well.
4827 * gdb.server/server-exec-info.exp: Skip test when skipping
4828 gdbserver test and/or when skipping shared library tests.
4829 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4830 avoid name conflicts with other tests.
4831
4832 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4833
4834 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4835 Fix wrong output on big-endian systems.
4836 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4837 4-byte pointer types on 64-bit s390x.
4838
4839 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4840
4841 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4842 marker comment at the beginning (after intialization).
4843 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4844 breakpoint on marker comment instead of function begin.
4845 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4846 PowerPC.
4847 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4848 or 64-bit PowerPC.
4849 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4850 gdb,no_hardware_watchpoints flag is set.
4851 (initialize): Remove now redundant can-use-hw-watchpoints change.
4852
4853 2012-08-02 Yao Qi <yao@codesourcery.com>
4854 Pedro Alves <palves@redhat.com>
4855
4856 * boards/local-remote-host.exp: New.
4857
4858 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4859
4860 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4861 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4862 * gdb.base/print-file-var.exp: Likewise.
4863 * gdb.server/solib-list.exp: Skip on remote targets.
4864
4865 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4866
4867 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4868 watchpoints on ARM. When expecting software watchpoints, tolerate
4869 (remote) targets that report unsupported hardware watchpoint only
4870 at continue time.
4871 (test_wide_location_2): Likewise.
4872
4873 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4874
4875 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4876 valgrind versions.
4877
4878 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 * gdb.base/valgrind-infcall.c: New file.
4881 * gdb.base/valgrind-infcall.exp: New file.
4882
4883 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4884
4885 2012-07-30 Keith Seitz <keiths@redhat.com>
4886
4887 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4888 linespecs.
4889
4890 2012-07-30 Doug Evans <dje@google.com>
4891
4892 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4893 * gdb.dwarf2/pr13961.S: Ditto.
4894
4895 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4896
4897 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4898
4899 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4900 change its format immediately after reloading the binary.
4901
4902 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4903
4904 Fix testsuite regression after --use-deprecated-index-sections removal.
4905 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4906 string.
4907 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4908
4909 2012-07-27 Yao Qi <yao@codesourcery.com>
4910
4911 KFAIL for PR remote/14161.
4912 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4913 Cleanup socket files.
4914 (strace_info_marker): Detach inferior.
4915
4916 2012-07-26 Tom Tromey <tromey@redhat.com>
4917
4918 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
4919
4920 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4921
4922 * gdb.python/py-inferior.c (thread): New function.
4923 (check_threads): New function.
4924 (test_threads): New function.
4925 * gdb.python/py-inferior.exp: Added test.
4926 Replaced runto with continue to breakpoint.
4927
4928 2012-07-26 Tom Tromey <tromey@redhat.com>
4929
4930 * lib/ada.exp (standard_ada_testfile): New proc.
4931 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4932 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4933 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4934 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4935 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4936 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4937 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4938 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4939 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4940 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4941 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4942 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4943 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4944 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4945 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4946 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4947 * gdb.ada/complete.exp: Use standard_ada_testfile.
4948 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4949 standard_output_file.
4950 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4951 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4952 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4953 standard_output_file.
4954 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4955 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4956 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4957 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4958 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4959 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4960 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4961 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4962 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4963 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4964 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4965 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4966 * gdb.ada/interface.exp: Use standard_ada_testfile.
4967 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4968 standard_output_file
4969 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4970 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4971 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4972 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4973 * gdb.ada/nested.exp: Use standard_ada_testfile.
4974 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4975 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4976 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4977 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4978 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4979 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4980 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4981 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4982 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4983 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4984 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4985 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4986 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4987 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4988 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4989 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4990 * gdb.ada/start.exp: Use standard_ada_testfile.
4991 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4992 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4993 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4994 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4995 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4996 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4997 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4998 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4999 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5000 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5001 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5002 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5003 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5004 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5005
5006 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 Fix testsuite regression after --use-deprecated-index-sections removal.
5009 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5010
5011 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5012
5013 Fix compatibility with Tcl before 7.5.
5014 * lib/future.exp (lreverse): New function if it does not exist.
5015
5016 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5017
5018 * gdb.mi/mi-pending.c: New method to set a second pending
5019 breakpoint.
5020 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5021 condition.
5022
5023 2012-07-20 Pedro Alves <palves@redhat.com>
5024
5025 PR threads/11692
5026 PR gdb/12203
5027
5028 * gdb.threads/create-fail.c: New file.
5029 * gdb.threads/create-fail.exp: New file.
5030
5031 2012-07-19 Pedro Alves <palves@redhat.com>
5032
5033 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5034 * config/vx.exp (gdb_start): Likewise.
5035 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5036 * gdb.base/setvar.exp (test_set): Likewise.
5037 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5038 * gdb.reverse/sigall-precsave.exp: Likewise.
5039 * gdb.reverse/sigall-reverse.exp: Likewise.
5040
5041 2012-07-19 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5044 handler before recording.
5045
5046 2012-07-19 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5049 * gdb.cp/casts.cc (decltype): New function.
5050 (main): Use it.
5051
5052 2012-07-19 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/sigall.exp (signals): New list.
5055 <top level>: Loop over signals in the $signals list instead of
5056 calling a test function once per signal.
5057 * gdb.reverse/sigall-precsave.exp (signals): New list.
5058 <top level>: Loop over signals in the $signals list instead of
5059 calling a test function once per signal.
5060 * gdb.reverse/sigall-reverse.exp (signals): New list.
5061 <top level>: Loop over signals in the $signals list instead of
5062 calling a test function once per signal.
5063
5064 2012-07-19 Yao Qi <yao@codesourcery.com>
5065
5066 * gdb.base/setshow.exp: Test 'set args ~'.
5067
5068 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 * gdb.base/store.exp (check_set): Import gdb_prompt.
5071 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5072 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5073
5074 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5075
5076 PR 11914
5077 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5078 (main): Call eval_sub.
5079 * gdb.python/py-prettyprint.exp:
5080 (python execfile ('py-prettyprint.py')): Move it earlier.
5081 New breakpoint for eval-break.
5082 (continue to breakpoint: eval-break, info locals): New test.
5083 (python execfile ('py-prettyprint.py')): Move it from here.
5084 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5085 (register_pretty_printers): Register pp_eval_type.
5086
5087 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 Fix a testcase regression by me.
5090 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5091 DW_FORM_data4.
5092
5093 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5094 Doug Evans <dje@google.com>
5095
5096 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5097 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5098
5099 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 Fix gdbserver run regression.
5102 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5103
5104 2012-07-12 Tom Tromey <tromey@redhat.com>
5105
5106 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5107 (clean_restart): Likewise.
5108 (core_find): Use standard_output_file.
5109
5110 2012-07-12 Tom Tromey <tromey@redhat.com>
5111
5112 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5113 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5114 prepare_for_testing_full.
5115 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5116 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5117 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5118 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5119 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5120 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5121 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5122 prepare_for_testing_full.
5123 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5124 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5125 prepare_for_testing_full.
5126 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5127 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5128 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5129
5130 2012-07-12 Tom Tromey <tromey@redhat.com>
5131
5132 * lib/gdb.exp (build_executable_from_specs): New proc, from
5133 build_executable.
5134 (build_executable): Use it.
5135 (prepare_for_testing_full): New proc.
5136
5137 2012-07-11 Tom Tromey <tromey@redhat.com>
5138
5139 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5140 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5141 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5142 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5143 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5144 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5145 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5146 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5147 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5148 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5149
5150 2012-07-10 Tom Tromey <tromey@redhat.com>
5151
5152 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5153 standard_output_file.
5154 * gdb.mi/gdb2549.exp: Use standard_testfile.
5155 * gdb.mi/gdb669.exp: Use standard_testfile.
5156 * gdb.mi/gdb701.exp: Use standard_testfile.
5157 * gdb.mi/gdb792.exp: Use standard_testfile.
5158 * gdb.mi/mi-async.exp: Use standard_testfile.
5159 * gdb.mi/mi-basics.exp: Use standard_testfile.
5160 * gdb.mi/mi-break.exp: Use standard_testfile.
5161 * gdb.mi/mi-cli.exp: Use standard_testfile.
5162 * gdb.mi/mi-console.exp: Use standard_testfile.
5163 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5164 * gdb.mi/mi-eval.exp: Use standard_testfile.
5165 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5166 * gdb.mi/mi-file.exp: Use standard_testfile.
5167 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5168 * gdb.mi/mi-logging.exp: Use standard_testfile.
5169 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5170 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5171 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5172 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5173 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5174 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5175 * gdb.mi/mi-pending.exp: Use standard_testfile,
5176 standard_output_file.
5177 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5178 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5179 * gdb.mi/mi-regs.exp: Use standard_testfile.
5180 * gdb.mi/mi-return.exp: Use standard_testfile.
5181 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5182 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5183 * gdb.mi/mi-solib.exp: Use standard_testfile,
5184 standard_output_file.
5185 * gdb.mi/mi-stack.exp: Use standard_testfile.
5186 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5187 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5188 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5189 * gdb.mi/mi-until.exp: Use standard_testfile.
5190 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5191 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5192 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5193 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5194 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5195 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5196 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5197 standard_output_file.
5198 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5199 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5200 * gdb.mi/mi-watch.exp: Use standard_testfile.
5201 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5202 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5203 * gdb.mi/mi2-break.exp: Use standard_testfile.
5204 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5205 * gdb.mi/mi2-console.exp: Use standard_testfile.
5206 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5207 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5208 * gdb.mi/mi2-file.exp: Use standard_testfile.
5209 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5210 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5211 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5212 * gdb.mi/mi2-return.exp: Use standard_testfile.
5213 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5214 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5215 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5216 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5217 * gdb.mi/mi2-until.exp: Use standard_testfile.
5218 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5219 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5220 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5221 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5222 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5223
5224 2012-07-10 Tom Tromey <tromey@redhat.com>
5225
5226 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5227 * gdb.cp/ambiguous.exp: Use standard_testfile,
5228 prepare_for_testing.
5229 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5230 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5231 * gdb.cp/anon-ns.exp: Use standard_testfile.
5232 * gdb.cp/anon-struct.exp: Use standard_testfile.
5233 * gdb.cp/anon-union.exp: Use standard_testfile,
5234 prepare_for_testing.
5235 * gdb.cp/arg-reference.exp: Use standard_testfile,
5236 prepare_for_testing.
5237 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5238 * gdb.cp/breakpoint.exp: Use standard_testfile,
5239 prepare_for_testing.
5240 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5241 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5242 standard_output_file.
5243 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5244 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5245 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5246 (test_static_members): Update.
5247 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5248 * gdb.cp/converts.exp: Use standard_testfile.
5249 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5250 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5251 prepare_for_testing.
5252 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5253 * gdb.cp/cplabel.exp: Use standard_testfile.
5254 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5255 prepare_for_testing.
5256 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5257 * gdb.cp/derivation.exp: Use standard_testfile,
5258 prepare_for_testing.
5259 * gdb.cp/destrprint.exp: Use standard_testfile.
5260 * gdb.cp/dispcxx.exp: Use standard_testfile.
5261 * gdb.cp/exception.exp: Use standard_testfile,
5262 prepare_for_testing.
5263 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5264 * gdb.cp/extern-c.exp: Use standard_testfile,
5265 prepare_for_testing.
5266 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5267 prepare_for_testing.
5268 * gdb.cp/fpointer.exp: Use standard_testfile.
5269 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5270 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5271 standard_output_file.
5272 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5273 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5274 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5275 standard_output_file.
5276 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5277 (do_tests): Update.
5278 * gdb.cp/koenig.exp: Use standard_testfile.
5279 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5280 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5281 * gdb.cp/m-static.exp: Use standard_testfile,
5282 prepare_for_testing.
5283 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5284 * gdb.cp/mb-inline.exp: Use standard_testfile,
5285 prepare_for_testing.
5286 * gdb.cp/mb-templates.exp: Use standard_testfile,
5287 prepare_for_testing.
5288 * gdb.cp/member-ptr.exp: Use standard_testfile,
5289 prepare_for_testing.
5290 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5291 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5292 * gdb.cp/method2.exp: Use standard_testfile.
5293 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5294 standard_output_file.
5295 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5296 (do_tests): Update.
5297 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5298 prepare_for_testing.
5299 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5300 prepare_for_testing.
5301 * gdb.cp/namespace.exp: Use standard_testfile,
5302 prepare_for_testing.
5303 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5304 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5305 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5306 * gdb.cp/nsimport.exp: Use standard_testfile,
5307 prepare_for_testing.
5308 * gdb.cp/nsnested.exp: Use standard_testfile.
5309 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5310 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5311 prepare_for_testing.
5312 * gdb.cp/nsstress.exp: Use standard_testfile,
5313 prepare_for_testing.
5314 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5315 * gdb.cp/operator.exp: Use standard_testfile.
5316 * gdb.cp/oranking.exp: Use standard_testfile.
5317 * gdb.cp/overload-const.exp: Use standard_testfile.
5318 * gdb.cp/overload.exp: Use standard_testfile,
5319 prepare_for_testing.
5320 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5321 * gdb.cp/ovsrch.exp: Use standard_testfile.
5322 * gdb.cp/paren-type.exp: Use standard_testfile.
5323 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5324 prepare_for_testing.
5325 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5326 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5327 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5328 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5329 * gdb.cp/pr10728.exp: Use standard_testfile,
5330 standard_output_file.
5331 * gdb.cp/pr12028.exp: Use standard_testfile.
5332 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5333 * gdb.cp/pr9167.exp: Use standard_testfile.
5334 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5335 * gdb.cp/printmethod.exp: Use standard_testfile,
5336 prepare_for_testing.
5337 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5338 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5339 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5340 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5341 standard_output_file.
5342 * gdb.cp/readnow-language.exp: Use standard_testfile.
5343 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5344 (gdb_start_again): Use clean_restart.
5345 * gdb.cp/ref-types.exp: Use standard_testfile,
5346 prepare_for_testing.
5347 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5348 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5349 * gdb.cp/smartp.exp: Use standard_testfile.
5350 * gdb.cp/static-method.exp: Use standard_testfile.
5351 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5352 * gdb.cp/temargs.exp: Use standard_testfile.
5353 * gdb.cp/templates.exp: Use standard_testfile,
5354 prepare_for_testing.
5355 (do_tests): Update.
5356 * gdb.cp/try_catch.exp: Use standard_testfile,
5357 prepare_for_testing.
5358 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5359 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5360 * gdb.cp/virtbase.exp: Use standard_testfile,
5361 prepare_for_testing.
5362 * gdb.cp/virtfunc.exp: Use standard_testfile,
5363 prepare_for_testing.
5364 (do_tests): Update.
5365 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5366 prepare_for_testing.
5367
5368 2012-07-10 Tom Tromey <tromey@redhat.com>
5369
5370 * lib/gdb.exp (standard_testfile): Unset output variables from
5371 earlier invocations.
5372
5373 2012-07-10 Yao Qi <yao@codesourcery.com>
5374
5375 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5376 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5377 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5378 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5379 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5380 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5381 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5382 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5383 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5384 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5385 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5386 * gdb.mi/mi-var-display.exp: Likewise.
5387 * gdb.mi/mi-var-invalidate.exp: Likewise.
5388 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5389 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5390 * gdb.mi/mi2-console.exp: Likewise.
5391 * gdb.mi/mi2-disassemble.exp: Likewise.
5392 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5393 * gdb.mi/mi2-read-memory.exp: Likewise.
5394 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5395 * gdb.mi/mi2-simplerun.exp: Likewise.
5396 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5397 * gdb.mi/mi2-syn-frame.exp: Likewise.
5398 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5399 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5400 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5401
5402 2012-07-09 Tom Tromey <tromey@redhat.com>
5403
5404 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5405 * gdb.base/callfuncs.exp: Add cast-based test.
5406 * gdb.base/callfuncs.c (voidfunc): New function.
5407
5408 2012-07-08 Doug Evans <dje@google.com>
5409
5410 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5411
5412 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 Fix XFAIL compatibility with old i386 systems.
5415 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5416 Check also 'Cannot insert breakpoint 0'.
5417
5418 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5419
5420 PR 14321
5421 * gdb.base/find.exp
5422 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5423
5424 2012-07-06 Tom Tromey <tromey@redhat.com>
5425
5426 * gdb.base/whatis.exp: Add test.
5427
5428 2012-07-06 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb.base/whatis.exp: Add regression test.
5431
5432 2012-07-06 Tom Tromey <tromey@redhat.com>
5433
5434 * gdb.base/whatis.exp: Add tests.
5435
5436 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 PR 12649
5439 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5440 gdb_test_multiple $gdb_prompt terminator.
5441
5442 2012-07-04 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5445 supports_process_record.
5446
5447 2012-07-04 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5450 endings.
5451 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5452
5453 2012-07-03 Stan Shebs <stan@codesourcery.com>
5454
5455 * gdb.base/info-os.c (main): Retry resource acquisition until an
5456 available one is found.
5457 * gdb.base/info-os.exp: Collect resource keys from the program
5458 and use them in matching.
5459
5460 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5461
5462 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5463 Wrap the test into loop for corefile and core0file.
5464
5465 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5466
5467 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5468 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5469 .note.GNU-stack.
5470
5471 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5472
5473 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5474
5475 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5476 break): Include help message for the new `-probe' and `-probe-stap'
5477 options.
5478
5479 2012-07-02 Stan Shebs <stan@codesourcery.com>
5480
5481 * gdb.base/dprintf.exp: Add agent style tests.
5482
5483 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * gdb.base/stale-infcall.c (infcall): New label test-next.
5486 (main): New labels test-pass and test-fail.
5487 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5488 $test_fail_bpnum to test-fail.
5489 (test system longjmp tracking support): New test.
5490 Delete $test_fail_bpnum.
5491 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5492 breakpoint.
5493
5494 2012-06-30 Doug Evans <dje@google.com>
5495
5496 * gdb.dwarf2/fission-reread.S: New file.
5497 * gdb.dwarf2/fission-reread.exp: New file.
5498
5499 2012-06-28 Stan Shebs <stan@codesourcery.com>
5500
5501 * gdb.mi/mi-logging.exp: New file.
5502
5503 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5504 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.threads/siginfo-threads.exp: New file.
5507 * gdb.threads/siginfo-threads.c: New file.
5508 * gdb.threads/sigstep-threads.exp: New file.
5509 * gdb.threads/sigstep-threads.c: New file.
5510
5511 2012-06-28 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.go/package.exp: Partially revert earlier patch; use
5514 gdb_compile again. Use standard_output_file.
5515
5516 2012-06-27 Doug Evans <dje@google.com>
5517
5518 * gdb.dwarf2/fission-base.c: New file.
5519 * gdb.dwarf2/fission-base.S: New file.
5520 * gdb.dwarf2/fission-base.exp: New file.
5521
5522 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5525
5526 2012-06-27 Tom Tromey <tromey@redhat.com>
5527
5528 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5529 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5530
5531 2012-06-27 Tom Tromey <tromey@redhat.com>
5532
5533 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5534 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5535 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5536 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5537 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5538 prepare_for_testing.
5539 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5540 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5541 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5542 standard_testfile.
5543 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5544 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5545 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5546 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5547 prepare_for_testing.
5548 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5549 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5550 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5551 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5552 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5553 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5554 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5555 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5556 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5557 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5558 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5559 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5560 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5561 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5562 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5563 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5564 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5565 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5566 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5567 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5568 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5569 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5570 standard_output_file.
5571 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5572 standard_output_file.
5573 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5574 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5575 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5576 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5577 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5578 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5579 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5580 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5581 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5582 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5583 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5584 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5585 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5586 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5587 * gdb.dwarf2/valop.exp: Use standard_testfile,
5588 prepare_for_testing.
5589
5590 2012-06-27 Tom Tromey <tromey@redhat.com>
5591
5592 * gdb.python/python.exp: Fix regexps in pagination tests.
5593
5594 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5595
5596 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5597 'last' of gdb.Symtab_and_line.
5598 * gdb.python/py-symbol.c: Move break point comment to enable
5599 testing of gdb.Symtab_and_line.last.
5600
5601 2012-06-26 Tom Tromey <tromey@redhat.com>
5602
5603 * gdb.threads/step.c: Remove.
5604 * gdb.threads/step.exp: Remove.
5605 * gdb.threads/step2.exp: Remove.
5606
5607 2012-06-26 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.threads/watchpoint-fork.exp (test): Use
5610 standard_output_file. Don't declare objdir.
5611 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5612 standard_output_file.
5613 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5614 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5615 clean_restart. Remove incdir.
5616 * gdb.threads/corethreads.exp: Use standard_testfile.
5617 * gdb.threads/execl.exp: Use standard_testfile,
5618 standard_output_file, clean_restart.
5619 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5620 clean_restart.
5621 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5622 clean_restart.
5623 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5624 incdir.
5625 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5626 clean_restart. Remove incdir.
5627 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5628 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5629 clean_restart. Remove incdir.
5630 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5631 Remove incdir.
5632 * gdb.threads/leader-exit.exp: Use standard_testfile.
5633 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5634 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5635 clean_restart.
5636 * gdb.threads/manythreads.exp: Use standard_testfile,
5637 clean_restart. Remove incdir.
5638 * gdb.threads/multi-create.exp: Use standard_testfile,
5639 clean_restart.
5640 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5641 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5642 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5643 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5644 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5645 * gdb.threads/pending-step.exp: Use standard_testfile,
5646 clean_restart. Remove incdir.
5647 * gdb.threads/print-threads.exp: Use standard_testfile,
5648 clean_restart. Remove incdir.
5649 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5650 clean_restart. Remove incdir.
5651 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5652 Remove incdir.
5653 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5654 incdir.
5655 * gdb.threads/sigthread.exp: Use standard_testfile,
5656 clean_restart.
5657 * gdb.threads/staticthreads.exp: Use standard_testfile,
5658 clean_restart. Remove incdir.
5659 * gdb.threads/switch-threads.exp: Use standard_testfile,
5660 clean_restart. Remove incdir.
5661 * gdb.threads/thread-execl.exp: Use standard_testfile,
5662 clean_restart. Remove incdir.
5663 * gdb.threads/thread-find.exp: Use standard_testfile,
5664 clean_restart.
5665 * gdb.threads/thread-specific.exp: Use standard_testfile,
5666 clean_restart. Remove incdir.
5667 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5668 clean_restart. Remove incdir.
5669 * gdb.threads/thread_check.exp: Use standard_testfile,
5670 clean_restart. Remove incdir.
5671 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5672 incdir.
5673 * gdb.threads/threadapply.exp: Use standard_testfile,
5674 clean_restart. Remove incdir.
5675 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5676 clean_restart. Remove incdir.
5677 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5678 clean_restart.
5679 * gdb.threads/tls-shared.exp: Use standard_testfile,
5680 clean_restart, standard_output_file.
5681 * gdb.threads/tls-var.exp: Use standard_testfile,
5682 standard_output_file.
5683 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5684 Remove incdir.
5685 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5686 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5687 incdir.
5688 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5689 clean_restart. Remove incdir.
5690
5691 2012-06-26 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.trace/actions.exp: Use standard_testfile.
5694 * gdb.trace/ax.exp: Use standard_testfile.
5695 * gdb.trace/backtrace.exp: Use standard_testfile.
5696 * gdb.trace/change-loc.exp: Use standard_testfile.
5697 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5698 * gdb.trace/collection.exp: Use standard_testfile,
5699 prepare_for_testing.
5700 * gdb.trace/deltrace.exp: Use standard_testfile.
5701 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5702 * gdb.trace/ftrace.exp: Use standard_testfile.
5703 * gdb.trace/infotrace.exp: Use standard_testfile.
5704 * gdb.trace/packetlen.exp: Use standard_testfile.
5705 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5706 * gdb.trace/passcount.exp: Use standard_testfile.
5707 * gdb.trace/pending.exp: Use standard_testfile.
5708 * gdb.trace/report.exp: Use standard_testfile.
5709 * gdb.trace/save-trace.exp: Use standard_testfile.
5710 * gdb.trace/stap-trace.exp: Use standard_testfile.
5711 * gdb.trace/status-stop.exp: Use standard_testfile.
5712 * gdb.trace/strace.exp: Use standard_testfile.
5713 * gdb.trace/tfile.exp: Use standard_testfile.
5714 * gdb.trace/tfind.exp: Use standard_testfile.
5715 * gdb.trace/trace-break.exp: Use standard_testfile.
5716 * gdb.trace/trace-mt.exp: Use standard_testfile.
5717 * gdb.trace/tracecmd.exp: Use standard_testfile.
5718 * gdb.trace/tspeed.exp: Use standard_testfile.
5719 * gdb.trace/tstatus.exp: Use standard_testfile.
5720 * gdb.trace/tsv.exp: Use standard_testfile.
5721 * gdb.trace/unavailable.exp: Use standard_testfile,
5722 prepare_for_testing.
5723 * gdb.trace/while-dyn.exp: Use standard_testfile.
5724 * gdb.trace/while-stepping.exp: Use standard_testfile.
5725
5726 2012-06-26 Tom Tromey <tromey@redhat.com>
5727
5728 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5729 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5730 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5731 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5732 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5733 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5734 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5735 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5736 prepare_for_testing.
5737 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5738 prepare_for_testing.
5739 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5740 prepare_for_testing.
5741 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5742 prepare_for_testing.
5743 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5744 prepare_for_testing
5745 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5746 * gdb.reverse/machinestate.exp: Use standard_testfile.
5747 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5748 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5749 build_executable.
5750 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5751 build_executable.
5752 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5753 standard_output_file.
5754 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5755 standard_output_file.
5756 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5757 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5758 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5759 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5760 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5761 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5762
5763 2012-06-26 Tom Tromey <tromey@redhat.com>
5764
5765 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5766 standard_output_file.
5767 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5768 prepare_for_testing. Remove directory-checking code.
5769
5770 2012-06-25 Tom Tromey <tromey@redhat.com>
5771
5772 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5773 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5774 build_executable, not prepare_for_testing.
5775 * gdb.multi/base.exp: Use standard_output_file. Use
5776 build_executable, not prepare_for_testing.
5777
5778 2012-06-25 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.fortran/subarray.exp: Use standard_testfile,
5781 prepare_for_testing.
5782 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5783 * gdb.fortran/module.exp: Use standard_testfile.
5784 * gdb.fortran/logical.exp: Use standard_testfile.
5785 * gdb.fortran/library-module.exp: Use standard_testfile,
5786 standard_output_file.
5787 * gdb.fortran/derived-type.exp: Use standard_testfile,
5788 prepare_for_testing.
5789 * gdb.fortran/complex.exp: Use standard_testfile,
5790 prepare_for_testing.
5791 * gdb.fortran/charset.exp: Use standard_testfile.
5792 * gdb.fortran/array-element.exp: Use standard_testfile,
5793 prepare_for_testing.
5794
5795 2012-06-25 Keith Seitz <keiths@redhat.com>
5796
5797 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5798 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5799
5800 2012-06-25 Tom Tromey <tromey@redhat.com>
5801
5802 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5803 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5804 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5805 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5806
5807 2012-06-25 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5810 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5811 * gdb.linespec/linespec.exp: Use standard_testfile.
5812
5813 2012-06-25 Tom Tromey <tromey@redhat.com>
5814
5815 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5816 prepare_for_testing.
5817
5818 2012-06-25 Tom Tromey <tromey@redhat.com>
5819
5820 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5821 prepare_for_testing.
5822 * gdb.opt/inline-break.exp: Use standard_testfile,
5823 prepare_for_testing.
5824 * gdb.opt/inline-bt.exp: Use standard_testfile,
5825 prepare_for_testing.
5826 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5827 prepare_for_testing.
5828 * gdb.opt/inline-locals.exp: Use standard_testfile,
5829 prepare_for_testing.
5830
5831 2012-06-25 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.asm/asm-source.exp: Use standard_output_file,
5834 standard_testfile. Construct .o files in proper subdir.
5835
5836 2012-06-25 Tom Tromey <tromey@redhat.com>
5837
5838 * gdb.server/ext-attach.exp: Use standard_testfile,
5839 prepare_for_testing.
5840 * gdb.server/ext-run.exp: Use standard_testfile,
5841 build_executable.
5842 * gdb.server/file-transfer.exp: Use standard_testfile,
5843 prepare_for_testing.
5844 * gdb.server/server-exec-info.exp: Use standard_testfile.
5845 * gdb.server/server-mon.exp: Use standard_testfile,
5846 prepare_for_testing.
5847 * gdb.server/server-run.exp: Use standard_testfile,
5848 build_executable.
5849 * gdb.server/solib-list.exp: Use standard_testfile,
5850 standard_output_file.
5851
5852 2012-06-25 Tom Tromey <tromey@redhat.com>
5853
5854 * lib/gdb.exp (standard_output_file): Use "file join".
5855 * gdb.go/chan.exp: Use standard_testfile.
5856 * gdb.go/handcall.exp: Use standard_testfile.
5857 * gdb.go/hello.exp: Use standard_testfile.
5858 * gdb.integers/chan.exp: Use standard_testfile.
5859 * gdb.go/methods.exp: Use standard_testfile.
5860 * gdb.go/package.exp: Use standard_testfile.
5861 * gdb.go/strings.exp: Use standard_testfile.
5862 * gdb.go/types.exp: Use standard_testfile.
5863 * gdb.go/unsafe.exp: Use standard_testfile.
5864
5865 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5866
5867 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5868
5869 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 Fix regression by the previous commit.
5872 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5873
5874 2012-06-22 Tom Tromey <tromey@redhat.com>
5875
5876 * gdb.python/lib-types.exp: Use standard_testfile,
5877 prepare_for_testing.
5878 * gdb.python/py-block.exp: Use standard_testfile.
5879 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5880 * gdb.python/py-events.exp: Use standard_testfile,
5881 standard_output_file.
5882 * gdb.python/py-evsignal.exp: Use standard_testfile.
5883 * gdb.python/py-evethreads.exp: Use standard_testfile.
5884 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5885 * gdb.python/py-explore.exp: Use standard_testfile.
5886 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5887 standard_output_file.
5888 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5889 prepare_for_testing.
5890 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5891 * gdb.python/py-frame.exp: Use standard_testfile.
5892 * gdb.python/py-inferior.exp: Use standard_testfile.
5893 * gdb.python/py-infthread.exp: Use standard_testfile.
5894 * gdb.python/py-mi.exp: Use standard_testfile.
5895 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5896 build_executable.
5897 * gdb.python/py-objfile.exp: Use standard_testfile.
5898 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5899 prepare_for_testing.
5900 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5901 * gdb.python/py-progspace.exp: Use standard_testfile,
5902 build_executable.
5903 * gdb.python/py-prompt.exp: Use standard_testfile,
5904 build_executable.
5905 * gdb.python/py-section-script.exp: Use standard_testfile,
5906 build_executable.
5907 * gdb.python/py-shared.exp: Use standard_testfile,
5908 standard_output_file, clean_restart.
5909 * gdb.python/py-symbol.exp: Use standard_output_file,
5910 prepare_for_testing.
5911 * gdb.python/py-symtab.exp: Use standard_output_file,
5912 prepare_for_testing
5913 * gdb.python/py-template.exp: Use standard_testfile.
5914 * gdb.python/py-type.exp: Use standard_testfile.
5915 * gdb.python/py-value-cc.exp: Use standard_testfile.
5916 * gdb.python/py-value.exp: Use standard_testfile.
5917 * gdb.python/python.exp: Use standard_testfile, build_executable.
5918
5919 2012-06-22 Tom Tromey <tromey@redhat.com>
5920
5921 * gdb.objc/basicclass.exp: Use standard_testfile.
5922 (do_objc_tests): Don't declare objdir.
5923 * gdb.objc/nondebug.exp: Use standard_testfile.
5924 (do_objc_tests): Don't declare objdir.
5925 * gdb.objc/objcdecode.exp: Use standard_testfile.
5926 (do_objc_tests): Don't declare objdir.
5927
5928 2012-06-22 Tom Tromey <tromey@redhat.com>
5929
5930 * gdb.java/jmain.exp: Use standard_testfile.
5931 * gdb.java/jmisc.exp: Use standard_testfile.
5932 * gdb.java/jnpe.exp: Use standard_testfile.
5933 * gdb.java/jprint.exp: Use standard_testfile.
5934
5935 2012-06-22 Tom Tromey <tromey@redhat.com>
5936
5937 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5938 (standard_output_file, standard_testfile): New procs.
5939 (build_executable, clean_restart): Use standard_output_file.
5940
5941 2012-06-22 Yao Qi <yao@codesourcery.com>
5942
5943 * boards/native-gdbserver.exp: New proc ${board}_exec.
5944 * boards/native-stdio-gdbserver.exp: Likewise.
5945
5946 2012-06-21 Tom Tromey <tromey@redhat.com>
5947
5948 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5949 (build_executable): Update.
5950 (get_compiler_info): Remove 'binfile' argument.
5951 * gdb.ada/arrayidx.exp: Update.
5952 * gdb.ada/null_array.exp: Update.
5953 * gdb.arch/altivec-abi.exp: Update.
5954 * gdb.arch/altivec-regs.exp: Update.
5955 * gdb.arch/amd64-byte.exp: Update.
5956 * gdb.arch/amd64-dword.exp: Update.
5957 * gdb.arch/amd64-word.exp: Update.
5958 * gdb.arch/i386-avx.exp: Update.
5959 * gdb.arch/i386-byte.exp: Update.
5960 * gdb.arch/i386-sse.exp: Update.
5961 * gdb.arch/i386-word.exp: Update.
5962 * gdb.arch/ppc-dfp.exp: Update.
5963 * gdb.arch/ppc-fp.exp: Update.
5964 * gdb.arch/vsx-regs.exp: Update.
5965 * gdb.base/all-bin.exp: Update.
5966 * gdb.base/annota1.exp: Update.
5967 * gdb.base/async.exp: Update.
5968 * gdb.base/attach.exp: Update.
5969 * gdb.base/break-interp.exp: Update.
5970 * gdb.base/call-ar-st.exp: Update.
5971 * gdb.base/call-rt-st.exp: Update.
5972 * gdb.base/call-sc.exp: Update.
5973 * gdb.base/callfuncs.exp: Update.
5974 * gdb.base/catch-load.exp: Update.
5975 * gdb.base/completion.exp: Update.
5976 * gdb.base/complex.exp: Update.
5977 * gdb.base/condbreak.exp: Update.
5978 * gdb.base/consecutive.exp: Update.
5979 * gdb.base/constvars.exp: Update.
5980 * gdb.base/corefile.exp: Update.
5981 * gdb.base/eval-skip.exp: Update.
5982 * gdb.base/expand-psymtabs.exp: Update.
5983 * gdb.base/exprs.exp: Update.
5984 * gdb.base/fileio.exp: Update.
5985 * gdb.base/fixsection.exp: Update.
5986 * gdb.base/funcargs.exp: Update.
5987 * gdb.base/gdb11530.exp: Update.
5988 * gdb.base/gdb1555.exp: Update.
5989 * gdb.base/gnu-ifunc.exp: Update.
5990 * gdb.base/gnu_vector.exp: Update.
5991 * gdb.base/info-macros.exp: Update.
5992 * gdb.base/jit-simple.exp: Update.
5993 * gdb.base/jit-so.exp: Update.
5994 * gdb.base/jit.exp: Update.
5995 * gdb.base/langs.exp: Update.
5996 * gdb.base/list.exp: Update.
5997 * gdb.base/logical.exp: Update.
5998 * gdb.base/long_long.exp: Update.
5999 * gdb.base/longjmp.exp: Update.
6000 * gdb.base/macscp.exp: Update.
6001 * gdb.base/mips_pro.exp: Update.
6002 * gdb.base/miscexprs.exp: Update.
6003 * gdb.base/morestack.exp: Update.
6004 * gdb.base/nodebug.exp: Update.
6005 * gdb.base/opaque.exp: Update.
6006 * gdb.base/pc-fp.exp: Update.
6007 * gdb.base/pending.exp: Update.
6008 * gdb.base/permissions.exp: Update.
6009 * gdb.base/pointers.exp: Update.
6010 * gdb.base/prelink.exp: Update.
6011 * gdb.base/printcmds.exp: Update.
6012 * gdb.base/psymtab.exp: Update.
6013 * gdb.base/ptype.exp: Update.
6014 * gdb.base/relational.exp: Update.
6015 * gdb.base/scope.exp: Update.
6016 * gdb.base/setvar.exp: Update.
6017 * gdb.base/shlib-call.exp: Update.
6018 * gdb.base/shreloc.exp: Update.
6019 * gdb.base/signals.exp: Update.
6020 * gdb.base/sizeof.exp: Update.
6021 * gdb.base/so-impl-ld.exp: Update.
6022 * gdb.base/so-indr-cl.exp: Update.
6023 * gdb.base/solib-disc.exp: Update.
6024 * gdb.base/solib-display.exp: Update.
6025 * gdb.base/solib-nodir.exp: Update.
6026 * gdb.base/solib-overlap.exp: Update.
6027 * gdb.base/solib-symbol.exp: Update.
6028 * gdb.base/solib-weak.exp: Update.
6029 * gdb.base/solib.exp: Update.
6030 * gdb.base/store.exp: Update.
6031 * gdb.base/structs.exp: Update.
6032 * gdb.base/structs2.exp: Update.
6033 * gdb.base/type-opaque.exp: Update.
6034 * gdb.base/unload.exp: Update.
6035 * gdb.base/varargs.exp: Update.
6036 * gdb.base/volatile.exp: Update.
6037 * gdb.base/watch_thread_num.exp: Update.
6038 * gdb.base/watchpoint-solib.exp: Update.
6039 * gdb.base/watchpoint.exp: Update.
6040 * gdb.base/watchpoints.exp: Update.
6041 * gdb.base/whatis.exp: Update.
6042 * gdb.cell/arch.exp: Update.
6043 * gdb.cell/break.exp: Update.
6044 * gdb.cell/bt.exp: Update.
6045 * gdb.cell/core.exp: Update.
6046 * gdb.cell/data.exp: Update.
6047 * gdb.cell/ea-cache.exp: Update.
6048 * gdb.cell/f-regs.exp: Update.
6049 * gdb.cell/fork.exp: Update.
6050 * gdb.cell/gcore.exp: Update.
6051 * gdb.cell/mem-access.exp: Update.
6052 * gdb.cell/ptype.exp: Update.
6053 * gdb.cell/registers.exp: Update.
6054 * gdb.cell/sizeof.exp: Update.
6055 * gdb.cell/solib-symbol.exp: Update.
6056 * gdb.cell/solib.exp: Update.
6057 * gdb.cp/ambiguous.exp: Update.
6058 * gdb.cp/breakpoint.exp: Update.
6059 * gdb.cp/bs15503.exp: Update.
6060 * gdb.cp/casts.exp: Update.
6061 * gdb.cp/class2.exp: Update.
6062 * gdb.cp/cpexprs.exp: Update.
6063 * gdb.cp/cplusfuncs.exp: Update.
6064 * gdb.cp/ctti.exp: Update.
6065 * gdb.cp/dispcxx.exp: Update.
6066 * gdb.cp/gdb1355.exp: Update.
6067 * gdb.cp/gdb2384.exp: Update.
6068 * gdb.cp/gdb2495.exp: Update.
6069 * gdb.cp/infcall-dlopen.exp: Update.
6070 * gdb.cp/local.exp: Update.
6071 * gdb.cp/m-data.exp: Update.
6072 * gdb.cp/m-static.exp: Update.
6073 * gdb.cp/mb-ctor.exp: Update.
6074 * gdb.cp/mb-inline.exp: Update.
6075 * gdb.cp/mb-templates.exp: Update.
6076 * gdb.cp/member-ptr.exp: Update.
6077 * gdb.cp/method.exp: Update.
6078 * gdb.cp/namespace.exp: Update.
6079 * gdb.cp/nextoverthrow.exp: Update.
6080 * gdb.cp/nsdecl.exp: Update.
6081 * gdb.cp/nsrecurs.exp: Update.
6082 * gdb.cp/nsstress.exp: Update.
6083 * gdb.cp/nsusing.exp: Update.
6084 * gdb.cp/pr-1023.exp: Update.
6085 * gdb.cp/pr-1210.exp: Update.
6086 * gdb.cp/pr-574.exp: Update.
6087 * gdb.cp/pr9631.exp: Update.
6088 * gdb.cp/printmethod.exp: Update.
6089 * gdb.cp/psmang.exp: Update.
6090 * gdb.cp/re-set-overloaded.exp: Update.
6091 * gdb.cp/rtti.exp: Update.
6092 * gdb.cp/shadow.exp: Update.
6093 * gdb.cp/templates.exp: Update.
6094 * gdb.cp/try_catch.exp: Update.
6095 * gdb.dwarf2/dw2-ranges.exp: Update.
6096 * gdb.dwarf2/pr10770.exp: Update.
6097 * gdb.fortran/library-module.exp: Update.
6098 * gdb.hp/gdb.aCC/optimize.exp: Update.
6099 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6100 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6101 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6102 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6103 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6104 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6105 * gdb.hp/gdb.compat/xdb1.exp: Update.
6106 * gdb.hp/gdb.compat/xdb2.exp: Update.
6107 * gdb.hp/gdb.compat/xdb3.exp: Update.
6108 * gdb.hp/gdb.defects/bs14602.exp: Update.
6109 * gdb.hp/gdb.defects/solib-d.exp: Update.
6110 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6111 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6112 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6113 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6114 * gdb.mi/gdb792.exp: Update.
6115 * gdb.mi/mi-pending.exp: Update.
6116 * gdb.mi/mi-solib.exp: Update.
6117 * gdb.mi/mi-var-cp.exp: Update.
6118 * gdb.opt/clobbered-registers-O2.exp: Update.
6119 * gdb.opt/inline-bt.exp: Update.
6120 * gdb.opt/inline-cmds.exp: Update.
6121 * gdb.opt/inline-locals.exp: Update.
6122 * gdb.python/py-events.exp: Update.
6123 * gdb.python/py-finish-breakpoint.exp: Update.
6124 * gdb.python/py-type.exp: Update.
6125 * gdb.reverse/solib-precsave.exp: Update.
6126 * gdb.reverse/solib-reverse.exp: Update.
6127 * gdb.server/solib-list.exp: Update.
6128 * gdb.stabs/weird.exp: Update.
6129 * gdb.threads/attach-into-signal.exp: Update.
6130 * gdb.threads/attach-stopped.exp: Update.
6131 * gdb.threads/tls-shared.exp: Update.
6132 * gdb.trace/change-loc.exp: Update.
6133 * gdb.trace/strace.exp: Update.
6134
6135 2012-06-19 Tom Tromey <tromey@redhat.com>
6136
6137 * gdb.base/whatis.exp: Add tests.
6138
6139 2012-06-19 Tom Tromey <tromey@redhat.com>
6140
6141 * gdb.cp/m-static.cc (keepalive): New function.
6142 (gnu_obj_1::method): Use it.
6143
6144 2012-06-18 Doug Evans <dje@google.com>
6145
6146 * gdb.base/info-fun.exp: New file.
6147 * gdb.base/info-fun.c: New file.
6148 * gdb.base/info-fun-solib.c: New file.
6149
6150 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6151
6152 Remove stale dummy frames.
6153 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6154 (maintenance info breakpoints): New tests.
6155 * gdb.base/stale-infcall.c: New file.
6156 * gdb.base/stale-infcall.exp: New file.
6157
6158 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * gdb.arch/amd64-entry-value-param.S: New file.
6161 * gdb.arch/amd64-entry-value-param.c: New file.
6162 * gdb.arch/amd64-entry-value-param.exp: New file.
6163
6164 2012-06-15 Tom Tromey <tromey@redhat.com>
6165
6166 * gdb.cp/namespace.exp: Add "show lang" test.
6167
6168 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6169
6170 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6171 case. (top level): Use gdb_file_cmd instead of gdb_load.
6172
6173 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 PR tdep/14222
6176 * gdb.arch/i386-sse-stack-align.S: New file.
6177 * gdb.arch/i386-sse-stack-align.c: New file.
6178 * gdb.arch/i386-sse-stack-align.exp: New file.
6179
6180 2012-06-13 Keith Seitz <keiths@redhat.com>
6181
6182 PR breakpoints/13798 and mi/11541
6183 * gdb.linespec/ls-errs.exp: Add a few more tests for
6184 filenames with spaces and colons.
6185
6186 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6189 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6190 (test_function): Call CV_f.
6191 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6192 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6193 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6194 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6195 (p CV_f(CV::i)): New tests.
6196
6197 2012-06-13 Tom Tromey <tromey@redhat.com>
6198
6199 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6200
6201 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 Fix regression by the "ambiguous linespec" series.
6204 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6205 tests.
6206
6207 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6208
6209 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6210 missing.
6211
6212 2012-06-11 Tom Tromey <tromey@redhat.com>
6213
6214 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6215 location...
6216 (main): ...here.
6217
6218 2012-06-07 Yao Qi <yao@codesourcery.com>
6219
6220 * gdb.trace/strace.exp: Shorten some too-long lines.
6221
6222 2012-06-06 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.threads/clone-new-thread-event.c: New file.
6225 * gdb.threads/clone-new-thread-event.exp: New file.
6226
6227 2012-06-06 Yao Qi <yao@codesourcery.com>
6228
6229 * gdb.base/dprintf.c (main): Add extra parameter when calling
6230 printf and fprintf.
6231 (bar): New function. It is a dead function, but to ensure
6232 'malloc' is linked explicitly.
6233
6234 2012-06-06 Yao Qi <yao@codesourcery.com>
6235
6236 * gdb.base/info-proc.exp: Return if target doesn't support
6237 'info proc'.
6238
6239 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6242 (run program with breakpoint commands): XFAIl if it is not.
6243
6244 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6247 and add comment.
6248 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6249 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6250 "STOP" marker. Adjust testing strategy to make it work on
6251 all targets.
6252
6253 * gdb.base/print-file-var-main.c (main): Rewrite using local
6254 variables and adjust get_version_2's return value check.
6255 Add small comment.
6256 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6257 marker. Adjust testing strategy to make it work on all targets.
6258
6259 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6260
6261 * gdb.ada/bad-task-bp-keyword: New testcase.
6262
6263 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6264
6265 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6266 Simplify it to ...
6267 (symbol-file ${testfile1}): ... here.
6268 (test eliminated var my_global_symbol)
6269 (test eliminated var my_static_symbol)
6270 (test eliminated var my_global_func, get address of main): Wrap them to
6271 'single psymtabs' and 'single symtabs'
6272 (get address of my_global_symbol, get address of my_static_symbol)
6273 (get address of my_global_func, get address of main): Wrap them to
6274 'order1' and 'order2'.
6275
6276 * gdb.base/code_elim.exp
6277 (add-symbol-file ${testfile1} 0x100000)
6278 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6279 'order2'.
6280 (order1: add-symbol-file ${testfile1} 0x100000)
6281 (order1: add-symbol-file ${testfile2} 0x200000)
6282 (order2: add-symbol-file ${testfile2} 0x200000)
6283 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6284 .bss as appropriate.
6285
6286 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 * gdb.server/solib-list-lib.c: New file.
6289 * gdb.server/solib-list-main.c: New file.
6290 * gdb.server/solib-list.exp: New file.
6291
6292 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6293
6294 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6295 for 'set print symbol' change.
6296
6297 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6298
6299 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6300 .debug_abbrev_seg3.
6301
6302 2012-05-24 John Steele Scott <toojays@toojays.net>
6303
6304 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6305 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6306 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6307
6308 2012-05-23 Stan Shebs <stan@codesourcery.com>
6309
6310 * gdb.mi/mi-info-os.exp: New file.
6311
6312 2012-05-23 Keith Seitz <keiths@redhat.com>
6313
6314 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6315 return -1 to suppress the rest of the tests.
6316 (compile_stap_bin): Return boolean success value.
6317
6318 2012-05-21 Tom Tromey <tromey@redhat.com>
6319
6320 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6321 Remove kfails.
6322 (test_print_mi_member_types): Likewise.
6323
6324 2012-05-21 Tom Tromey <tromey@redhat.com>
6325
6326 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6327 print symbol' change.
6328
6329 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6330
6331 * gdb.python/py-prompt.exp: Quit if the target is remote.
6332
6333 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 Fix ERROR: internal buffer is full.
6336 * gdb.base/info-os.exp (expect_multiline): New function.
6337 (get process list, get process groups, get threads)
6338 (get file descriptors, get internet-domain sockets)
6339 (get shared-memory regions, get semaphores, get message queues): Use
6340 it for these tests.
6341
6342 2012-05-18 Tom Tromey <tromey@redhat.com>
6343
6344 * gdb.mi/mi-var-cmd.exp: Update.
6345 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6346 * gdb.cp/virtbase.exp: Update.
6347 * gdb.cp/classes.exp (test_static_members): Update.
6348 * gdb.cp/casts.exp: Update.
6349 * gdb.base/pointers.exp: Update.
6350 * gdb.base/funcargs.exp (pointer_args): Update.
6351 (structs_by_reference): Update.
6352 * gdb.base/find.exp: Update.
6353 * gdb.base/call-strs.exp: Send "set print symbol off".
6354 * gdb.base/call-ar-st.exp: Update.
6355 * gdb.ada/fun_addr.exp: Update.
6356 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6357 Call it.
6358 (test_print_repeats_10, test_print_strings)
6359 (test_print_char_arrays): Update.
6360
6361 2012-05-18 Tom Tromey <tromey@redhat.com>
6362
6363 * gdb.base/charset.exp (string_display): Update.
6364
6365 2012-05-18 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.mi/mi2-var-display.exp: Update.
6368 * gdb.mi/mi-var-display.exp: Update.
6369 * gdb.mi/mi-var-child.exp: Update.
6370 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6371 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6372
6373 2012-05-17 Doug Evans <dje@google.com>
6374
6375 * info-macros.exp: Pass "debug" to prepare_for_testing.
6376
6377 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6378 * gdb.ada/Makefile.in (clean): Ditto.
6379 * gdb.arch/Makefile.in (clean): Ditto.
6380 * gdb.asm/Makefile.in (clean): Ditto.
6381 * gdb.base/Makefile.in (clean): Ditto.
6382 * gdb.cell/Makefile.in (clean): Ditto.
6383 * gdb.cp/Makefile.in (clean): Ditto.
6384 * gdb.disasm/Makefile.in (clean): Ditto.
6385 * gdb.dwarf2/Makefile.in (clean): Ditto.
6386 * gdb.fortran/Makefile.in (clean): Ditto.
6387 * gdb.go/Makefile.in (clean): Ditto.
6388 * gdb.hp/Makefile.in (clean): Ditto.
6389 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6390 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6391 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6392 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6393 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6394 * gdb.java/Makefile.in (clean): Ditto.
6395 * gdb.linespec/Makefile.in (clean): Ditto.
6396 * gdb.mi/Makefile.in (clean): Ditto.
6397 * gdb.modula2/Makefile.in (clean): Ditto.
6398 * gdb.multi/Makefile.in (clean): Ditto.
6399 * gdb.objc/Makefile.in (clean): Ditto.
6400 * gdb.opencl/Makefile.in (clean): Ditto.
6401 * gdb.opt/Makefile.in (clean): Ditto.
6402 * gdb.pascal/Makefile.in (clean): Ditto.
6403 * gdb.python/Makefile.in (clean): Ditto.
6404 * gdb.reverse/Makefile.in (clean): Ditto.
6405 * gdb.server/Makefile.in (clean): Ditto.
6406 * gdb.stabs/Makefile.in (clean): Ditto.
6407 * gdb.threads/Makefile.in (clean): Ditto.
6408 * gdb.trace/Makefile.in (clean): Ditto.
6409 * gdb.xml/Makefile.in (clean): Ditto.
6410
6411 2012-05-16 Tom Tromey <tromey@redhat.com>
6412
6413 * gdb.base/macscp1.c (macscp_expr): Add comment.
6414 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6415
6416 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6417
6418 * gdb.base/return-nodebug.exp: Also test float and double types.
6419
6420 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 PR testsuite/12649
6423 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6424
6425 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6426
6427 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6428
6429 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6430 `rerun_to_main'.
6431 (stap_test_no_debuginfo): Likewise.
6432
6433 2012-05-14 Stan Shebs <stan@codesourcery.com>
6434
6435 * gdb.base/dprintf.c: New file.
6436 * gdb.base/dprintf.exp: New file.
6437
6438 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
6439
6440 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6441 * gdb.trace/disconnected-tracing.c: New file.
6442 * gdb.trace/disconnected-tracing.exp: New file.
6443
6444 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6445
6446 * gdb.python/python.c: Add a new breakpoint comment.
6447 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6448
6449 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6450
6451 * gdb.base/info-os.exp: New file.
6452 * gdb.base/info-os.c: New file.
6453
6454 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6455
6456 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6457 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6458 New files.
6459
6460 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6463 gdb.base/ctxobj.exp: New files.
6464
6465 2012-05-09 Tom Tromey <tromey@redhat.com>
6466
6467 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6468
6469 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6470
6471 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6472
6473 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6474
6475 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6476 before using it.
6477
6478 2012-05-04 Tristan Gingold <gingold@adacore.com>
6479
6480 * gdb.base/set-noassign.exp: New test.
6481
6482 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6483
6484 * gdb.python/py-symbol.exp: Add tests to test the new methods
6485 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6486 * gdb.python/py-symbol.c: Add new struct to help test
6487 gdb.Symtab.static_block().
6488
6489 2012-05-03 Doug Evans <dje@google.com>
6490
6491 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6492 commented out.
6493
6494 2012-05-03 Yao Qi <yao@codesourcery.com>
6495
6496 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6497 doesn't support.
6498 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6499 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6500
6501 2012-05-03 Yao Qi <yao@codesourcery.com>
6502
6503 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6504
6505 2012-04-30 Doug Evans <dje@google.com>
6506
6507 PR testsuite/13961
6508 * gdb.dwarf2/pr13961.S: New file.
6509 * gdb.dwarf2/pr13961.exp: New file.
6510
6511 2012-04-29 Yao Qi <yao@codesourcery.com>
6512
6513 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6514
6515 2012-04-28 Doug Evans <dje@google.com>
6516
6517 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6518 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6519 All uses updated.
6520 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6521 "ptype func_cu1" to expand cu2 before cu1.
6522
6523 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6524 Tom Tromey <tromey@redhat.com>
6525
6526 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6527 variables.
6528 * gdb.base/stap-probe.c: New file.
6529 * gdb.base/stap-probe.exp: New file.
6530 * gdb.trace/stap-trace.c: New file.
6531 * gdb.trace/stap-trace.exp: New file.
6532 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6533 libgcc's unwinder.
6534
6535 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6536
6537 * gdb.arch/mips16-thunks-inmain.c: New file.
6538 * gdb.arch/mips16-thunks-main.c: New file.
6539 * gdb.arch/mips16-thunks-sin.c: New file.
6540 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6541 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6542 * gdb.arch/mips16-thunks-sinmain.c: New file.
6543 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6544 * gdb.arch/mips16-thunks.exp: New file.
6545
6546 2012-04-25 Doug Evans <dje@google.com>
6547
6548 * configure.ac: Create gdb.go/Makefile.
6549 * configure: Regenerate.
6550 * gdb.base/default.exp: Add "go" to "set language" testing.
6551 * gdb.go/Makefile.in: New file.
6552 * gdb.go/basic-types.exp: New file.
6553 * gdb.go/chan.exp: New file.
6554 * gdb.go/chan.go: New file.
6555 * gdb.go/handcall.exp: New file.
6556 * gdb.go/handcall.go: New file.
6557 * gdb.go/hello.exp: New file.
6558 * gdb.go/hello.go: New file.
6559 * gdb.go/integers.exp: New file.
6560 * gdb.go/integers.go: New file.
6561 * gdb.go/methods.exp: New file.
6562 * gdb.go/methods.go: New file.
6563 * gdb.go/package.exp: New file.
6564 * gdb.go/package1.go: New file.
6565 * gdb.go/package2.go: New file.
6566 * gdb.go/print.exp: New file.
6567 * gdb.go/strings.exp: New file.
6568 * gdb.go/strings.go: New file.
6569 * gdb.go/types.exp: New file.
6570 * gdb.go/types.go: New file.
6571 * gdb.go/unsafe.exp: New file.
6572 * gdb.go/unsafe.go: New file.
6573 * lib/future.exp: Add Go support.
6574 (gdb_find_go, gdb_find_go_linker): New procs.
6575 (gdb_default_target_compile): Add Go support.
6576 * lib/gdb.exp (skip_go_tests): New proc.
6577 * lib/go.exp: New file.
6578
6579 2012-04-25 Tom Tromey <tromey@redhat.com>
6580
6581 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6582
6583 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6584 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 PR symtab/7259:
6587 * gdb.base/enumval.c: New test case.
6588 * gdb.base/enumval.exp: New test case.
6589 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6590 field.bitpos.
6591
6592 2012-04-17 Pedro Alves <palves@redhat.com>
6593
6594 * Makefile.in (site.exp): Make site.exp source
6595 $srcdir/lib/append_gdb_boards_dir.exp.
6596 * lib/append_gdb_boards_dir.exp: New file.
6597
6598 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6599
6600 New option "set auto-load safe-path".
6601 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6602 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6603
6604 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6605
6606 auto-load: Implementation.
6607 * gdb.base/help.exp (test set height): Increase the height.
6608 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6609 to ...
6610 (info auto-load python-scripts): ... here.
6611 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6612 to ...
6613 (info auto-load python-scripts *): ... here.
6614
6615 2012-04-16 Yao Qi <yao@codesourcery.com>
6616
6617 * lib/trace-support.exp (get_in_proc_agent): New.
6618 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6619 of in process trace agent.
6620 * gdb.trace/ftrace.exp: Likewise.
6621 * gdb.trace/pending.exp: Likewise.
6622 * gdb.trace/trace-break.exp: Likewise.
6623 * gdb.trace/trace-mt.exp
6624 * gdb.trace/tspeed.exp: Likewise.
6625 * gdb.trace/tstatus.exp
6626 * gdb.trace/strace.exp: Likewise.
6627
6628 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6629
6630 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6631 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6632
6633 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6634
6635 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6636
6637 PR mi/13393
6638 * gdb.mi/mi-var-rtti.cc: New file.
6639 * gdb.mi/mi-var-rtti.exp: New file.
6640 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6641 function.
6642 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6643
6644 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6645
6646 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6647 EXECUTABLES.
6648 * gdb.python/py-explore.c: C program used for testing the new
6649 'explore' command on C constructs.
6650 * gdb.python/py-explore.cc: C++ program used for testing the new
6651 'explore' command on C++ constructs.
6652 * gdb-python/py-explore.exp: Tests for the new 'explore'
6653 command on C constructs.
6654 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6655 command on C++ constructs.
6656
6657 2012-04-07 Mark Kettenis <kettenis@gnu.org>
6658
6659 * gdb.base/funcargs.exp (complex_args): Fix typo.
6660
6661 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6664 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6665
6666 2012-04-05 Keith Seitz <keiths@redhat.com>
6667
6668 * gdb.base/advance.exp: Update error message for
6669 "advance malformed" test.
6670 * gdb.base/break.exp: Likewise for "breakpoint with
6671 trailing garbage" test.
6672 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6673 with trailing garbage" test.
6674 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6675 trailng garbage" test.
6676 * gdb.base/until.exp: Likewise for "malformed until" test.
6677 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6678 for "breakpoint info (after setting on all)".
6679 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6680 tests.
6681 * gdb.cp/cplabel.cc: New file.
6682 * gdb.cp/cplabel.exp: New test.
6683 * gdb.linespec/ls-errs.c: New file.
6684 * gdb.linespec/ls-errs.exp: New test.
6685
6686 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 * gdb.trace/unavailable.exp
6689 (collect globals: print object on: print derived_partial)
6690 (collect globals: print object on: print derived_whole)
6691 (collect globals: print object off: print derived_partial)
6692 (collect globals: print object off: print derived_whole): Update
6693 expected output.
6694
6695 2012-03-30 Keith Seitz <keiths@redhat.com>
6696
6697 * gdb.python: Add test for linespecs with commas.
6698
6699 2012-03-28 Keith Seitz <keiths@redhat.com>
6700
6701 * gdb.linespec/ls-dollar.cc: New file.
6702 * gdb.linespec/ls-dollar.exp: New test.
6703
6704 2012-03-28 Keith Seitz <keiths@redhat.com>
6705
6706 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6707 starting with the global namespace.
6708
6709 2012-03-23 Doug Evans <dje@google.com>
6710
6711 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6712
6713 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6714
6715 * gdb.python/py-value.cc: Add test case for testing the
6716 methodology exposing C++ values to Python.
6717 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6718 exposing C++ values to Python.
6719 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6720
6721 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6722 Siddhesh Poyarekar <siddhesh@redhat.com>
6723
6724 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6725 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6726 (generate native core dump): Make the test unsupported if core cannot
6727 be generated.
6728
6729 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6732 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6733 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6734
6735 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6736
6737 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6738
6739 2012-03-17 Doug Evans <dje@google.com>
6740
6741 * dg-extract-results.sh: Handle KFAILs.
6742
6743 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 PR symtab/13777
6746 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6747
6748 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6749
6750 * gdb.ada/set_pckd_arr_elt: New testcase.
6751
6752 2012-03-16 Gary Benson <gbenson@redhat.com>
6753
6754 PR breakpoints/10738
6755 * gdb.opt/inline-break.exp: New file.
6756 * gdb.opt/inline-break.c: Likewise.
6757 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6758 * gdb.dwarf2/dw2-inline-break.S: Likewise.
6759 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6760 * gdb.base/async-shell.exp: Likewise.
6761 * lib/mi-support.exp (library_loaded_re): Likewise.
6762
6763 2012-03-15 Tom Tromey <tromey@redhat.com>
6764
6765 * gdb.cp/virtfunc2.exp: Update expected output.
6766 * gdb.cp/pr9631.exp: Update expected output.
6767 * gdb.cp/member-ptr.exp: Update expected output.
6768 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6769 output.
6770 * gdb.cp/casts.exp: Update expected output.
6771
6772 2012-03-15 Tom Tromey <tromey@redhat.com>
6773
6774 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6775 (test_info_vtbl): Likewise.
6776 (do_tests): Call test_info_vtbl.
6777 * gdb.cp/virtfunc.cc (va): New global.
6778
6779 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6780
6781 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6782 describing DWARF data structures.
6783 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6784 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6785 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6786 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6787 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6788 * gdb.dwarf2/dw2-param-error.S: Likewise.
6789 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6790 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6791 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6792 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6793 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6794 * gdb.dwarf2/pr11465.S: Likewise.
6795
6796 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 * gdb.mi/mi2-prompt.exp: New file.
6799
6800 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6801
6802 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6803
6804 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6805
6806 * gdb.ada/bp_range_type: New testcase.
6807
6808 2012-03-13 Doug Evans <dje@google.com>
6809
6810 * gdb.base/default.exp: Delete tests for symbol-reloading.
6811 * gdb.base/help.exp: Ditto.
6812 * gdb.base/setshow.exp: Ditto.
6813 * gdb.base/gdb_history: Delete references to symbol-reloading.
6814
6815 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6816
6817 * gdb.base/attach-twice.c: New files.
6818 * gdb.base/attach-twice.exp: New files.
6819
6820 2012-03-08 Keith Seitz <keiths@redhat.com>
6821
6822 * lib/gdb.exp (gdb_get_line_number): Throw an
6823 error instead of returning -1.
6824 * gdb.base/break.exp: Remove unused variable
6825 bp_location5.
6826 * gdb.base/hbreak2.exp: Likewise.
6827 * gdb.base/sepdebug.exp: Likewise.
6828
6829 2012-03-08 Yao Qi <yao@codesourcery.com>
6830 Pedro Alves <palves@redhat.com>
6831
6832 Fix PR server/13392.
6833 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6834 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6835 download tracepoints.
6836 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6837 (pending_tracepoint_resolved_during_trace): Likewise.
6838 (pending_tracepoint_installed_during_trace): Likewise.
6839 (pending_tracepoint_with_action_resolved): Likewise.
6840
6841 2012-03-08 Keith Seitz <keiths@redhat.com>
6842
6843 * gdb.ada/array_bounds.exp: Get breakpoint for line
6844 with "START", not "STOP".
6845 * gdb.python/py-infthread.exp: Do not continue to
6846 line marked "Break here.", which is undefined.
6847
6848 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6849
6850 Revert:
6851
6852 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6853
6854 Implement testsuite workaround for PR breakpoints/13781.
6855 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6856 (set breakpoint condition-evaluation host): New conditional command.
6857
6858 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6859
6860 Fix CU relative vs. absolute DIE offsets.
6861 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6862 one.
6863
6864 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6865
6866 Fix false FAIL on distros with relro linkage as default.
6867 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6868 -Wl,-z,norelro first.
6869
6870 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6871
6872 * gdb.ada/bp_on_var: New testcase.
6873
6874 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6875
6876 * gdb.ada/bp_enum_homonym: New testcase.
6877
6878 2012-03-06 Yao Qi <yao@codesourcery.com>
6879
6880 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6881 x86_64-*-* and i?86-*-*.
6882 Set up KFAIL for gdb/13808.
6883
6884 2012-03-05 Tom Tromey <tromey@redhat.com>
6885
6886 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6887 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6888
6889 2012-03-05 Tom Tromey <tromey@redhat.com>
6890
6891 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6892
6893 2012-03-04 Yao Qi <yao@codesourcery.com>
6894
6895 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6896 messages for KFAIL.
6897
6898 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6899
6900 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6901 (print one_two_three, indexes off, print few_reps, indexes off)
6902 (print many_reps, indexes off, print empty, indexes off)
6903 (print one_two_three, print few_reps, print many_reps, print empty):
6904 Call setup_xfail if $gcc_old.
6905
6906 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 Implement testsuite workaround for PR breakpoints/13781.
6909 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6910 (set breakpoint condition-evaluation host): New conditional command.
6911
6912 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6913
6914 Code cleanup.
6915 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6916 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6917 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6918 number 1 by $bpnum. Four times.
6919
6920 2012-03-03 Yao Qi <yao@codesourcery.com>
6921
6922 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6923
6924 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6925
6926 Setup KFAIL for PR server/13796.
6927 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6928
6929 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6930
6931 * gdb.ada/operator_bp: New testcase.
6932
6933 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6934
6935 * gdb.ada/info_locals_renaming: New testcase.
6936
6937 2012-03-02 Tom Tromey <tromey@redhat.com>
6938
6939 * gdb.base/nextoverexit.c: New file.
6940 * gdb.base/nextoverexit.exp: New file.
6941
6942 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6943
6944 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6945 parameter.
6946
6947 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6948
6949 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6950 core registers.
6951
6952 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6953 Maciej W. Rozycki <macro@codesourcery.com>
6954 Daniel Jacobowitz <dan@codesourcery.com>
6955
6956 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6957
6958 2012-03-01 Pedro Alves <palves@redhat.com>
6959
6960 PR gdb/13767
6961
6962 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6963 (gdb_collect_globals_test): Call it.
6964
6965 2012-03-01 Keith Seitz <keiths@redhat.com>
6966
6967 * gdb.cp/method2.exp: Output of overload menu is now
6968 alphabetized. Update tests for "break A::method".
6969 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6970 of hard-coding them.
6971 Overload menu is alphabetized: rewrite to accommodate.
6972 Unset variables LINE and TYPES which are used in other tests.
6973 Compute the output of "info break".
6974 Update the breakpoint table after all breakpoints are deleted.
6975 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6976 compute ACTUALS and the method body based on parameters.
6977 Update expected output accordingly.
6978 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6979 unique comments to allow the use of gdb_get_line_number.
6980
6981 2012-03-01 Keith Seitz <keiths@redhat.com>
6982
6983 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6984 some Tcl syntax.
6985 * gdb.cp/ovldbreak.exp: Likewise.
6986
6987 2012-03-01 Keith Seitz <keiths@redhat.com>
6988
6989 * gdb.base/help.exp (help show user): Update expected result
6990 for new doc string changes (add "non-python").
6991
6992 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6993
6994 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6995 be put in the user-defined category and that the commands appear in
6996 "help user-defined".
6997
6998 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6999
7000 * gdb.ada/tagged_not_init: New testcase.
7001
7002 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7003
7004 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7005 * gdb.ada/enum_idx_packed: New testcase.
7006
7007 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/aliased_array: New testcase.
7010
7011 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.ada/whatis_array_val: New testcase.
7014
7015 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7016
7017 Fix disp-step-syscall.exp: fork: single step over fork.
7018 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7019 whitespaces.
7020 (single step over $syscall): Remove its check.
7021 (single step over $syscall final pc): New check.
7022
7023 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7024
7025 Support processors without SSSE3.
7026 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7027 pabsd into ...
7028 (ssse3_test): ... a new function.
7029 (main): Call ssse3_test.
7030 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7031 Update expected values everywhere.
7032 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7033 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7034 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7035 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7036 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7037 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7038 Move these tests lower.
7039 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7040 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7041 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7042 New tests.
7043
7044 2012-02-29 Yao Qi <yao@codesourcery.com>
7045 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.trace/trace-mt.c: New.
7048 * gdb.trace/trace-mt.exp: New.
7049
7050 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7051
7052 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7053 numbers instead of hardcoding them.
7054 * gdb.base/annota1.c: Provide suitable markers.
7055 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7056 numbers instead of hardcoding them.
7057 * gdb.base/annota3.c: Provide suitable markers.
7058
7059 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7060 * gdb.base/annota3.c: Likewise.
7061 * gdb.base/sigall.c: Likewise.
7062 * gdb.base/signals.c: Likewise.
7063 * gdb.reverse/sigall-reverse.c: Likewise.
7064
7065 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7066
7067 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7068 failure return path.
7069
7070 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7071
7072 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7073
7074 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7075
7076 * gdb.base/cond-eval-mode.exp: New file.
7077
7078 2012-02-24 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7081 (top level): Use with_test_prefix.
7082
7083 2012-02-24 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.threads/attach-into-signal.exp (corefunc): Use
7086 with_test_prefix.
7087
7088 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 Fix false FAILs on old CPUs without SSE.
7091 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7092 Return untested for Illegal instruction.
7093
7094 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 Fix false FAILs with glibc debug infos installed.
7097 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7098 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7099
7100 2012-02-22 Sterling Augustine <saugustine@google.com>
7101
7102 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7103 constant with cast.
7104
7105 2012-02-21 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7108
7109 2012-02-21 Pedro Alves <palves@redhat.com>
7110
7111 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7112
7113 2012-02-21 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7116 with_test_prefix.
7117
7118 2012-02-21 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7121 with_test_prefix here.
7122 (top level): Do it here instead. Remove `:' from the
7123 with_test_prefix string.
7124 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7125 the suffix `:' from the with_test_prefix prefix string.
7126 * gdb.base/break-interp.exp: Ditto.
7127 * gdb.base/catch-load.exp: Ditto.
7128 * gdb.base/disp-step-syscall.exp: Ditto.
7129 * gdb.base/jit-so.exp: Ditto.
7130 * gdb.base/jit.exp: Ditto.
7131 * gdb.base/sepdebug.exp: Ditto.
7132 * gdb.base/solib-display.exp: Ditto.
7133 * gdb.base/solib-overlap.exp: Ditto.
7134 * gdb.base/watch-cond-infcall.exp: Ditto.
7135 * gdb.base/watchpoint.exp: Ditto.
7136 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7137 * gdb.mi/mi-watch.exp: Ditto.
7138 * gdb.mi/mi2-watch.exp: Ditto.
7139 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7140 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7141 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7142 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7143 * gdb.threads/watchpoint-fork.exp: Ditto.
7144 * gdb.threads/watchthreads-reorder.exp: Ditto.
7145 * gdb.trace/change-loc.exp: Ditto.
7146 * gdb.trace/pending.exp: Ditto.
7147 * gdb.trace/status-stop.exp: Ditto.
7148 * gdb.trace/strace.exp: Ditto.
7149 * gdb.trace/trace-break.exp: Ditto.
7150 * gdb.trace/unavailable.exp: Ditto.
7151 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7152 suffix with colon. Adjust leading comments.
7153
7154 2012-02-21 Pedro Alves <palves@redhat.com>
7155 Tom Tromey <tromey@redhat.com>
7156
7157 * lib/gdb.exp: Add description of test prefixes.
7158 (with_test_prefix): New procedure.
7159 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7160 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7161 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7162 instead of lappend to append to pf_prefix.
7163 * gdb.base/catch-load.exp: Use with_test_prefix.
7164 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7165 * gdb.base/jit-so.exp: Use with_test_prefix.
7166 * gdb.base/jit.exp: Use with_test_prefix.
7167 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7168 lappend to append to pf_prefix.
7169 * gdb.base/sepdebug.exp: Use with_test_prefix.
7170 * gdb.base/solib-display.exp: Use with_test_prefix.
7171 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7172 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7173 * gdb.base/watchpoint.exp: Use with_test_prefix.
7174 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7175 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7176 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7177 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7178 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7179 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7180 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7181 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7182 append instead of lappend to append to pf_prefix.
7183 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7184 * gdb.trace/change-loc.exp: Use with_test_prefix.
7185 * gdb.trace/pending.exp: Use with_test_prefix.
7186 * gdb.trace/status-stop.exp: Use with_test_prefix.
7187 * gdb.trace/strace.exp: Use with_test_prefix.
7188 * gdb.trace/trace-break.exp: Use with_test_prefix.
7189 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7190 instead of lappend to append to pf_prefix.
7191
7192 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7193
7194 Fix racy FAILs.
7195 * gdb.base/inferior-died.c (main): Add return of 0.
7196 * gdb.base/inferior-died.exp (continue): Fix expectation of
7197 asynchronous events.
7198 (p 1): New test.
7199
7200 2012-02-20 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7203 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7204 gdb's internal debug output. For the non-threaded case, look for
7205 "Program received signal SIGLARM", for the threaded case, peek at
7206 the thread's siginfo.
7207
7208 2012-02-20 Pedro Alves <palves@redhat.com>
7209
7210 General cleanup, make output test messages unique, and build
7211 different executable files for the non-threaded and threaded
7212 cases.
7213
7214 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7215 Delete.
7216 (executable_nothr, executable_thr): New globals.
7217 (top level): Adjust to delete both executables.
7218 (corefunc): New parameter $executable. Set $pf_prefix instead of
7219 hand writing a prefix in tests. Issue a clean_restart and enable
7220 lin-lwp debug output here.
7221 (top level): Adjust. Use build_executable. Don't start gdb here,
7222 and don't enable lin-lwp debug output here.
7223 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7224
7225 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7226
7227 Fix racy FAILs.
7228 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7229 "continue" command.
7230
7231 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 Fix for gdbserver non-extended mode.
7234 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7235 and gdb_run_cmd.
7236
7237 2012-02-17 Tom Tromey <tromey@redhat.com>
7238
7239 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7240 * gdb.python/py-events.exp: Check 'dir' output.
7241 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7242
7243 2012-02-17 Yao Qi <yao@codesourcery.com>
7244
7245 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7246
7247 2012-02-16 Tom Tromey <tromey@redhat.com>
7248
7249 * gdb.base/inferior-died.c: Don't include stdio.h.
7250
7251 2012-02-16 Tom Tromey <tromey@redhat.com>
7252
7253 * gdb.base/inferior-died.c: New file.
7254 * gdb.base/inferior-died.exp: New file.
7255
7256 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7257
7258 * gdb.base/break-inline.exp: New file.
7259 * gdb.base/break-inline.c: New file.
7260
7261 2012-02-15 Tom Tromey <tromey@redhat.com>
7262
7263 * gdb.base/pc-fp.exp: Add "info register" tests.
7264
7265 2012-02-15 Tom Tromey <tromey@redhat.com>
7266
7267 * gdb.base/regs.exp: Remove.
7268
7269 2012-02-15 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7272 the target doesn't support tracepoints.
7273 * gdb.trace/circ.exp: Ditto.
7274 * gdb.trace/collection.exp: Ditto.
7275 * gdb.trace/packetlen.exp: Ditto.
7276 * gdb.trace/passc-dyn.exp: Ditto.
7277 * gdb.trace/report.exp: Ditto.
7278 * gdb.trace/tfind.exp: Ditto.
7279 * gdb.trace/tspeed.exp: Ditto.
7280 * gdb.trace/tsv.exp: Ditto.
7281 * gdb.trace/unavailable.exp: Ditto.
7282 * gdb.trace/while-dyn.exp: Ditto.
7283
7284 2012-02-15 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7287 gdb_test_multiple, and call unsupported instead of fail, if the
7288 remote side does not support the request.
7289
7290 2012-02-15 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7293 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7294 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7295 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7296 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7297 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7298 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7299 doesn't start with "extended-" already.
7300
7301 2012-02-15 Pedro Alves <palves@redhat.com>
7302
7303 Support extended-remote. Avoid cascading timeouts.
7304
7305 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7306 the extended-remote target. If attaching with no file fails, load
7307 the file manually.
7308 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7309
7310 2012-02-14 Stan Shebs <stan@codesourcery.com>
7311
7312 * gdb.base/ena-dis-br.exp: Add enable count test.
7313
7314 2012-02-13 Pedro Alves <palves@redhat.com>
7315
7316 * config/mips-idt.exp: Delete.
7317 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7318 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7319 * gdb.base/break.exp: Remove mips-idt references.
7320 * gdb.base/chng-syms.exp: Ditto.
7321 * gdb.base/default.exp: Ditto.
7322 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7323 (top level): Don't call it.
7324 * gdb.base/opaque.exp: Remove mips-idt restarts.
7325 * gdb.base/ptype.exp: Remove mips-idt xfails.
7326 * gdb.base/scope.exp: Remove mips-idt restarts.
7327 * gdb.base/sepdebug.exp: Remove mips-idt references.
7328 * gdb.base/watchpoint.exp (maybe_clean_restart)
7329 (maybe_reinitialize): Delete.
7330 (test_disabling_watchpoints, test_disabling_watchpoints)
7331 (test_watchpoint_triggered_in_syscall)
7332 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7333 Don't call them.
7334
7335 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 * gdb.server/server-exec-info.exp: New file.
7338
7339 2012-02-10 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7342 always non-empty.
7343 (test_attach): Always pass $exec to test_attach_gdb.
7344
7345 2012-02-08 Tom Tromey <tromey@redhat.com>
7346
7347 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7348 before inferior is started.
7349
7350 2012-02-07 Tom Tromey <tromey@redhat.com>
7351
7352 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7353 Symbol.value.
7354 * gdb.python/py-symbol.c (qq): Set default value.
7355
7356 2012-02-07 Tom Tromey <tromey@redhat.com>
7357
7358 * gdb.python/py-symbol.c (qq): New global.
7359 * gdb.python/py-symbol.exp: Add test for frame-less
7360 lookup_symbol.
7361 * gdb.python/py-symtab.exp: Fix line number.
7362
7363 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7364
7365 * gdb.ada/mi_task_arg: New testcase.
7366
7367 2012-02-02 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7370 extended timeout.
7371
7372 2012-02-02 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7375 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7376
7377 2012-02-02 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/term.exp: Rewrite.
7380 * gdb.base/term.c: New.
7381
7382 2012-02-02 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.base/default.exp (run "r" abbreviation, run): Add
7385 extended-remote expected output.
7386
7387 2012-02-02 Tom Tromey <tromey@redhat.com>
7388
7389 * gdb.cp/dispcxx.exp: New file.
7390 * gdb.cp/dispcxx.cc: New file.
7391
7392 2012-02-01 Tom Tromey <tromey@redhat.com>
7393
7394 * gdb.base/jit-simple.exp: New file.
7395 * gdb.base/jit-simple.c: New file.
7396
7397 2012-01-30 Yao Qi <yao@codesourcery.com>
7398
7399 * gdb.base/skip.exp: Make test result unique.
7400
7401 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7404 compatibility with valgrind-3.7.0.
7405
7406 2012-01-27 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/watchpoint.exp (no_hw): New global.
7409 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7410 disable hw watchpoints.
7411 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7412 don't expect hw watchpoints.
7413 (no_hw_watchpoints): Always clean restart.
7414 (do_tests): New procedure, factored out from the top level.
7415 (top level): Run tests twice. Once with hw watchpoints enabled,
7416 another time with hw watchpoints disabled.
7417
7418 2012-01-27 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7421 out from the top level.
7422 (top level): Call it instead.
7423
7424 2012-01-27 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7427 watchpoints sooner.
7428
7429 2012-01-27 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7432
7433 2012-01-27 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7436 "You may have requested too many hardware
7437 breakpoints/watchpoints".
7438
7439 2012-01-27 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/watchpoint.exp (maybe_clean_restart)
7442 (maybe_reinitialize): New.
7443 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7444 expect "hit N times".
7445 (test_disabling_watchpoints, test_complex_watchpoint)
7446 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7447 Call maybe_clean_restart.
7448 (top level): Use clean_restart. Remove "mips-idt-*"
7449 reinitialization.
7450
7451 2012-01-27 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7454
7455 2012-01-27 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7458 require `initialize' anymore. Remove unnecessary `initialize'
7459 calls.
7460
7461 2012-01-27 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.base/watchpoint.exp (wp_set): Delete.
7464 (initialize, test_simple_watchpoint, top level): Remove dead code.
7465
7466 2012-01-27 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7469 typo.
7470
7471 2012-01-27 Pedro Alves <palves@redhat.com>
7472
7473 * config/extended-gdbserver.exp: New file.
7474 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7475 comment.
7476 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7477 * boards/native-extended-gdbserver.exp: New file.
7478
7479 2012-01-26 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7482 and gdb_test_multiple.
7483
7484 2012-01-26 Pedro Alves <palves@redhat.com>
7485
7486 Make test messages unique, and more identifiable.
7487 * gdb.multi/watchpoint-multi.exp: Change test messages.
7488
7489 2012-01-25 Tom Tromey <tromey@redhat.com>
7490
7491 * gdb.base/solib-disc.exp: Fix regexps.
7492
7493 2012-01-24 Tom Tromey <tromey@redhat.com>
7494
7495 * lib/mi-support.exp (mi_expect_stop): Add special case for
7496 solib-event.
7497 * gdb.base/catch-load-so.c: New file.
7498 * gdb.base/catch-load.exp: New file.
7499 * gdb.base/catch-load.c: New file.
7500 * gdb.base/break-interp.exp (reach_1): Update regexp.
7501
7502 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 Fix fuzzy results.
7505 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7506 lpsimple and func.
7507
7508 2012-01-24 Gary Benson <gbenson@redhat.com>
7509
7510 Delete #if 0'd out code.
7511 * gdb.base/default.exp (info catch): Remove.
7512 * gdb.base/gdb_history (info catch): Likewise.
7513 * gdb.base/help.exp (info catch): Likewise.
7514
7515 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 Fix watchpoints to be specific for each inferior.
7518 * gdb.multi/watchpoint-multi.c: New file.
7519 * gdb.multi/watchpoint-multi.exp: New file.
7520
7521 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7522
7523 Fix watchpoints across inferior fork.
7524 * gdb.threads/watchpoint-fork-child.c: New file.
7525 * gdb.threads/watchpoint-fork-mt.c: New file.
7526 * gdb.threads/watchpoint-fork-parent.c: New file.
7527 * gdb.threads/watchpoint-fork-st.c: New file.
7528 * gdb.threads/watchpoint-fork.exp: New file.
7529 * gdb.threads/watchpoint-fork.h: New file.
7530
7531 2012-01-23 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.base/call-signal-resume.exp: Allow output after "return".
7534
7535 2012-01-20 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.python/py-finish-breakpoint.py: Fix typo.
7538
7539 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7540
7541 * gdb.base/info-proc.exp: Also run on remote targets. Main
7542 "info proc" command is now always present; whether target supports
7543 actual info proc operation is detected when attempting to issue
7544 the command.
7545
7546 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 * .gdbinit: Remove.
7549
7550 2012-01-19 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7553 look at the funtions' returns.
7554 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7555 (jprint.print(int, int)): Change return type to int. Adjust.
7556
7557 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7558
7559 PR gdb/9538
7560 * gdb.base/sepdebug.exp: New test.
7561
7562 2012-01-18 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7565 Allow output before ^done.
7566
7567 2012-01-16 Tom Tromey <tromey@redhat.com>
7568
7569 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7570 Add tests for relative directory.
7571
7572 2012-01-16 Tom Tromey <tromey@redhat.com>
7573
7574 * gdb.base/printcmds.c (enum flag_enum): New.
7575 (three): New global.
7576 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7577 enum printing.
7578 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7579 FlagEnumerationPrinter.
7580 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7581 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7582 (fval): New global.
7583
7584 2012-01-16 Pedro Alves <palves@redhat.com>
7585
7586 * lib/gdb.exp (banned_procedures): New variable.
7587 (banned_variables_traced): Rename to ...
7588 (banned_traced): ... this.
7589 (gdb_init): Also trace banned procedures.
7590 (gdb_finish): Also untrace banned procedures.
7591
7592 2012-01-16 Pedro Alves <palves@redhat.com>
7593
7594 Remove all calls to strace.
7595
7596 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7597
7598 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7599 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7600
7601 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7602
7603 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7604 * gdb.base/pie-execl.exp: Likewise.
7605
7606 2012-01-12 Keith Seitz <keiths@redhat.com>
7607
7608 PR mi/10586
7609 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7610 (do_anonymous_type_tests): New function.
7611 (main): Call do_anonymous_type_tests.
7612 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7613 (verify_everything): New procedure.
7614 * gdb.mi/mi-var-cp.cc (class A): New class.
7615 (anonymous_structs_and_unions): New function.
7616 (main): Call anonymous_structs_and_unions.
7617 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7618 (verify_everything): New procedure.
7619
7620 2012-01-12 Keith Seitz <keiths@redhat.com>
7621
7622 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7623 (varobj_tree::get_path_expr): Assume that all varobjs are
7624 compound unless they are known simple types.
7625 Adjust path expressions based on parent type, path parent type,
7626 and tree language.
7627 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7628 the root varobj.
7629 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7630
7631 2012-01-11 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7634 core files on this machine" anymore.
7635
7636 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7637
7638 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7639 (main): Repeat recurser call.
7640 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7641 equivalent to 'local_x'.
7642
7643 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7644 Joel Brobecker <brobecker@adacore.com>
7645
7646 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7647
7648 2012-01-05 Pedro Alves <alves.ped@gmail.com>
7649
7650 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7651 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7652 * gdb.python/py-events.exp: Test that "step N" tripping on a
7653 breakpoint emits a breakpoint event.
7654
7655 2012-01-03 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.base/auxv.exp: Reformat the copyright notice.
7658
7659 2012-01-03 Yao Qi <yao@codesourcery.com>
7660
7661 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7662 (strace_trace_on_diff_addr): New.
7663 * gdb.trace/strace.c: (main): Add two local variables.
7664
7665 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7666
7667 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7668 * gdb.cell/gcore.exp: Likewise.
7669 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7670 to verify the correct instance of main is selected.
7671
7672 2012-01-02 Joel Brobecker <brobecker@adacore.com>
7673
7674 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7675 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7676 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7677 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7678 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7679 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7680 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7681 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7682 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7683 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7684 gdb.threads/thread_check.c: Reformat copyright header.
7685
7686 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7687
7688 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
7689 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7690 is not enabled.
7691
7692 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7695 parameter to self_exec, adjust the function.
7696 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7697 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7698 (set var do_exit = 0): Remove test.
7699 (newline at end of file): Add one.
7700
7701 2011-12-27 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7704 New files.
7705
7706 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 Fix racy FAILs.
7709 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7710 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7711 (main): Call pthread_barrier_init for it.
7712
7713 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 Fix double send_gdb leading to racy FAILs.
7716 * gdb.base/break.exp (set silent break bp_location1): Replace
7717 3x send_gdb and gdb_expect by gdb_test.
7718 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7719 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7720 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7721 instead of send_gdb. Twice.
7722 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7723 3x send_gdb and gdb_expect by gdb_test.
7724 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7725
7726 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.linespec/linespec.exp: Compile using {c++}.
7729
7730 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7733 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7734 (verify GCC PR debug/51668): New test.
7735
7736 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
7737
7738 Introduce gdb.FinishBreakpoint in Python.
7739 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7740 py-finish-breakpoint2
7741 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7742 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7743 instead of line number.
7744 * gdb.python/py-finish-breakpoint.c: New file.
7745 * gdb.python/py-finish-breakpoint.exp: New file.
7746 * gdb.python/py-finish-breakpoint.py: New file.
7747 * gdb.python/py-finish-breakpoint2.cc: New file.
7748 * gdb.python/py-finish-breakpoint2.exp: New file.
7749 * gdb.python/py-finish-breakpoint2.py: New file.
7750
7751 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 Partial fix of compatibility with gcc-4.7.
7754 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7755 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7756 Add comment to add a PASS case in the future.
7757
7758 Fix compatibility with gcc-4.7.
7759 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7760
7761 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7762
7763 PR tdep/12797
7764 * gdb.base/callfuncs.exp: Remove KFAIL.
7765
7766 2011-12-21 Joel Brobecker <brobecker@adacore.com>
7767
7768 * gdb.ada/task_bp: New testcase.
7769
7770 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7771
7772 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7773 -DNO_SECTIONS.
7774 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7775
7776 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7777
7778 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7779 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7780 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7781 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7782 conditional for gcc <= 4.5.
7783
7784 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7787 by XFAIL.
7788 * gdb.cp/static-method.exp (info addr A::func())
7789 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7790 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7791 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7792 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7793 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7794 (test value of F in k3_m): Likewise.
7795 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7796 Likewise.
7797
7798 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7799
7800 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7801 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7802 Remove.
7803 * gdb.threads/attachstop-mt.c: Remove.
7804 * gdb.threads/attachstop-mt.exp: Remove.
7805
7806 2011-12-17 Mark Kettenis <kettenis@gnu.org>
7807
7808 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7809
7810 2011-12-16 Doug Evans <dje@google.com>
7811
7812 * boards/native-stdio-gdbserver.exp: New file.
7813 * boards/native-gdbserver.exp: New file.
7814
7815 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7816 gdbserver output.
7817 (gdbserver_default_get_remote_address): New function.
7818 (gdbserver_start): Call gdb,get_remote_address to compute argument
7819 to "target remote" command.
7820
7821 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7822
7823 * gdb.python/py-function.exp: Change "on" to "full" for
7824 python print-stack. Add set/show python print-stack
7825 off|full|message tests.
7826
7827 2011-12-15 Yao Qi <yao@codesourcery.com>
7828
7829 * gdb.trace/strace.c: New
7830 * gdb.trace/strace.exp: New.
7831
7832 2011-12-14 Tom Tromey <tromey@redhat.com>
7833
7834 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7835
7836 2011-12-14 Doug Evans <dje@google.com>
7837
7838 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7839
7840 2011-12-14 Pedro Alves <pedro@codesourcery.com>
7841
7842 PR threads/10729
7843
7844 * gdb.mi/watch-nonstop.c: New file.
7845 * gdb.mi/mi-watch-nonstop.exp: New file.
7846
7847 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7848 Doug Evans <dje@google.com>
7849
7850 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7851 (clean_restart): Remove references to the gdb_stub target board
7852 variable.
7853 (gdb_step_for_stub): Delete.
7854
7855 * gdb.base/annota1.exp: Remove all references to [target_info
7856 exists gdb_stub], gdb_step_for_stub and usestubs.
7857 * gdb.base/annota3.exp: Ditto.
7858 * gdb.base/async.exp: Ditto.
7859 * gdb.base/break.exp: Ditto.
7860 * gdb.base/code-expr.exp: Ditto.
7861 * gdb.base/commands.exp: Ditto.
7862 * gdb.base/completion.exp: Ditto.
7863 * gdb.base/condbreak.exp: Ditto.
7864 * gdb.base/consecutive.exp: Ditto.
7865 * gdb.base/cvexpr.exp: Ditto.
7866 * gdb.base/define.exp: Ditto.
7867 * gdb.base/display.exp: Ditto.
7868 * gdb.base/ena-dis-br.exp: Ditto.
7869 * gdb.base/environ.exp: Ditto.
7870 * gdb.base/gnu-ifunc.exp: Ditto.
7871 * gdb.base/maint.exp: Ditto.
7872 * gdb.base/pending.exp: Ditto.
7873 * gdb.base/sect-cmd.exp: Ditto.
7874 * gdb.base/sepdebug.exp: Ditto.
7875 * gdb.base/unload.exp: Ditto.
7876 * gdb.base/watchpoint-solib.exp: Ditto.
7877 * gdb.cp/annota2.exp: Ditto.
7878 * gdb.cp/annota3.exp: Ditto.
7879 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7880 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7881 * gdb.mi/mi-pending.exp: Ditto.
7882 * gdb.trace/circ.exp: Ditto.
7883 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7884 * gdb.base/list.exp: Ditto.
7885
7886 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7887 breakpoint function and all references to the usestubs macro.
7888 * gdb.base/exprs.c: Ditto.
7889 * gdb.base/freebpcmd.c: Ditto.
7890 * gdb.base/bitfields.c: Ditto.
7891 * gdb.base/bitfields2.c: Ditto.
7892 * gdb.base/break.c: Ditto.
7893 * gdb.base/call-sc.c: Ditto.
7894 * gdb.base/call-signals.c: Ditto.
7895 * gdb.base/callfuncs.c: Ditto.
7896 * gdb.base/charset.c: Ditto.
7897 * gdb.base/consecutive.c: Ditto.
7898 * gdb.base/constvars.c: Ditto.
7899 * gdb.base/funcargs.c: Ditto.
7900 * gdb.base/int-type.c: Ditto.
7901 * gdb.base/interrupt.c: Ditto.
7902 * gdb.base/langs0.c: Ditto.
7903 * gdb.base/list0.c: Ditto.
7904 * gdb.base/mips_pro.c: Ditto.
7905 * gdb.base/miscexprs.c: Ditto.
7906 * gdb.base/nodebug.c: Ditto.
7907 * gdb.base/opaque0.c: Ditto.
7908 * gdb.base/pointers.c: Ditto.
7909 * gdb.base/printcmds.c: Ditto.
7910 * gdb.base/ptype.c: Ditto.
7911 * gdb.base/recurse.c: Ditto.
7912 * gdb.base/reread1.c: Ditto.
7913 * gdb.base/reread2.c: Ditto.
7914 * gdb.base/restore.c: Ditto.
7915 * gdb.base/return.c: Ditto.
7916 * gdb.base/run.c: Ditto.
7917 * gdb.base/scope0.c: Ditto.
7918 * gdb.base/sepdebug.c: Ditto.
7919 * gdb.base/setshow.c: Ditto.
7920 * gdb.base/setvar.c: Ditto.
7921 * gdb.base/sigall.c: Ditto.
7922 * gdb.base/signals.c: Ditto.
7923 * gdb.base/structs.c: Ditto.
7924 * gdb.base/structs2.c: Ditto.
7925 * gdb.base/testenv.c: Ditto.
7926 * gdb.base/twice.c: Ditto.
7927 * gdb.base/unwindonsignal.c: Ditto.
7928 * gdb.base/watchpoint.c: Ditto.
7929 * gdb.base/watchpoints.c: Ditto.
7930 * gdb.base/whatis.c: Ditto.
7931 * gdb.cp/classes.cc: Ditto.
7932 * gdb.cp/cplusfuncs.cc: Ditto.
7933 * gdb.cp/derivation.cc: Ditto.
7934 * gdb.cp/formatted-ref.cc: Ditto.
7935 * gdb.cp/misc.cc: Ditto.
7936 * gdb.cp/overload.cc: Ditto.
7937 * gdb.cp/ovldbreak.cc: Ditto.
7938 * gdb.cp/ref-params.cc: Ditto.
7939 * gdb.cp/ref-types.cc: Ditto.
7940 * gdb.cp/templates.cc: Ditto.
7941 * gdb.cp/virtfunc.cc: Ditto.
7942 * gdb.hp/gdb.aCC/run.c: Ditto.
7943 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7944 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7945 * gdb.reverse/consecutive-reverse.c: Ditto.
7946 * gdb.reverse/sigall-reverse.c: Ditto.
7947 * gdb.reverse/until-reverse.c: Ditto.
7948 * gdb.reverse/watch-reverse.c: Ditto.
7949 * gdb.trace/actions.c: Ditto.
7950 * gdb.trace/circ.c: Ditto.
7951 * gdb.trace/collection.c: Ditto.
7952
7953 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7954
7955 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7956 (func6, func7): New.
7957 (main): Call func6 and func7.
7958 * gdb.base/watchpoint.exp (test_wide_location_1)
7959 (test_wide_location_2): New.
7960 (top level): Re-enable hardware watchpoints if necessary. Call
7961 test_wide_location_1 and test_wide_location_2.
7962
7963 2011-12-11 Yao Qi <yao@codesourcery.com>
7964
7965 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7966
7967 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7968
7969 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7970 expected output for unsupported case.
7971
7972 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7973
7974 PR testsuite/12649
7975 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7976 Protect gdb_test_multiple by final $gdb_prompt match.
7977
7978 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7979
7980 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7981 New variable, new test.
7982 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7983 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7984 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7985 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7986 them if HAVE_GCC_45682_FIXED is not set.
7987
7988 2011-12-10 Yao Qi <yao@codesourcery.com>
7989
7990 * gdb.trace/status-stop.exp: New.
7991 * gdb.trace/status-stop.c: New.
7992
7993 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7996 timeout.
7997
7998 2011-12-08 Tom Tromey <tromey@redhat.com>
7999
8000 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8001 condition.
8002
8003 2011-12-07 Stan Shebs <stan@codesourcery.com>
8004
8005 * gdb.trace/tfind.exp: Update for output changes.
8006
8007 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8008
8009 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8010 throws "Cannot insert catchpoints in this configuration".
8011 * gdb.ada/mi_catch_ex.exp: Likewise.
8012
8013 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8014
8015 * gdb.base/break-always.exp: Test changing memory at addresses
8016 with breakpoints inserted.
8017
8018 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8019
8020 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8021 involving a fully qualified function name.
8022
8023 2011-12-06 Tom Tromey <tromey@redhat.com>
8024
8025 * gdb.ada/homonym.exp: Add three breakpoint tests.
8026
8027 2011-12-06 Tom Tromey <tromey@redhat.com>
8028
8029 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8030 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8031 * gdb.objc/objcdecode.exp: Update for output changes.
8032 * gdb.linespec/linespec.exp: New file.
8033 * gdb.linespec/lspec.cc: New file.
8034 * gdb.linespec/lspec.h: New file.
8035 * gdb.linespec/body.h: New file.
8036 * gdb.linespec/base/two/thefile.cc: New file.
8037 * gdb.linespec/base/one/thefile.cc: New file.
8038 * gdb.linespec/Makefile.in: New file.
8039 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8040 output changes.
8041 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8042 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8043 makes one breakpoint.
8044 * gdb.cp/method2.exp (test_break): Update for output changes.
8045 * gdb.cp/mb-templates.exp: Update for output changes.
8046 * gdb.cp/mb-inline.exp: Update for output changes.
8047 * gdb.cp/mb-ctor.exp: Update for output changes.
8048 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8049 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8050 has multiple matches.
8051 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8052 error message change.
8053 * gdb.base/list.exp (test_list_filename_and_number): Update for
8054 error message change.
8055 * gdb.base/break.exp: Disable pending breakpoints. Update for
8056 output changes.
8057 * configure.ac: Add gdb.linespec.
8058 * configure: Rebuild.
8059 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8060
8061 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8062
8063 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8064 last_break register on s390*-*-* targets.
8065
8066 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8067
8068 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8069 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8070 of parameter X in procedure Foo.
8071
8072 2011-12-05 Stan Shebs <stan@codesourcery.com>
8073
8074 * gdb.trace/tfind.exp: Update help string matches.
8075
8076 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * gdb.server/ext-run.exp (get process list): Accept also systemd
8079 as PID 1.
8080
8081 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8082 Pedro Alves <pedro@codesourcery.com>
8083
8084 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8085 starting GDB.
8086 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8087 $use_gdb_stub.
8088 * gdb.base/display.exp: Likewise.
8089 * gdb.base/ending-run.exp: Likewise.
8090 * gdb.base/list.exp (test_listsize): Likewise.
8091 * gdb.base/setshow.exp: Likewise.
8092 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8093 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8094 check by global $use_gdb_stub.
8095 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8096 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8097 (default_gdb_init): Unset global $use_gdb_stub.
8098 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8099 by global $use_gdb_stub.
8100 * lib/gdbserver-support.exp: Extend comments for set_board_info
8101 gdb_protocol and gdb,socketport.
8102 (gdbserver_start_extended): Set global gdbserver_protocol and
8103 gdbserver_gdbport. Clear global use_gdb_stub.
8104 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8105 from target use_gdb_stub.
8106 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8107
8108 2011-12-03 Doug Evans <dje@google.com>
8109
8110 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8111 (gdb_step_for_stub): Add comments.
8112
8113 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8114
8115 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8116 to the caller.
8117 (gdb_test_multiple): Likewise.
8118
8119 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 Fix gdb.mi/mi-solib.exp without system debug info installed.
8122 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8123 expect attribute, return 0 for it. Update comments.
8124
8125 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8128 (corrupted list): Adjust the expectation.
8129
8130 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8131
8132 PR threads/13448
8133 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8134 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8135 * gdb.threads/tls-var-main.c: New file.
8136 * gdb.threads/tls-var.c: New file.
8137 * gdb.threads/tls-var.exp: New file.
8138
8139 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 PR testsuite/12649
8142 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8143 Protect gdb_test_multiple by final $gdb_prompt match.
8144 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8145 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8146 (test_tracepoints): Likewise.
8147
8148 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8149
8150 PR breakpoints/13346
8151 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8152 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8153 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8154
8155 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8156
8157 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8158 * gdb.ada/homonym/homonym.adb: For use of all types defined
8159 locally inside both Get_Value subprograms.
8160
8161 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 Fix racy FAILs.
8164 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8165 of send_gdb.
8166
8167 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8168
8169 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8170 environment variable after test completed.
8171
8172 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8173
8174 * gdb.base/solib-nodir.exp: Skip if remote target.
8175 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8176 application. Call gdb_load_shlibs.
8177 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8178
8179 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8180
8181 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8182
8183 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8184
8185 * gdb.ada/fullname_bp: New testcase.
8186
8187 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8188
8189 PR testsuite/12649
8190 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8191 Wrap send_gdb into a new gdb_test.
8192
8193 Code cleanup.
8194 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8195 Convert send_gdb and gdb_expect to gdb_test_multiple.
8196
8197 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8200
8201 2011-11-23 Keith Seitz <keiths@redhat.com>
8202
8203 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8204 (mi_varobj_tree_test_children_callback): New proc.
8205 (mi_walk_varobj_tree): New proc.
8206
8207 2011-11-22 Tom Tromey <tromey@redhat.com>
8208
8209 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8210 Add "use_mi_command" argument.
8211 (mi_run_cmd, mi_run_with_cli): New procs.
8212 * gdb.mi/solib-lib.c: New file.
8213 * gdb.mi/solib-main.c: New file.
8214 * gdb.mi/mi-solib.exp: New file.
8215
8216 2011-11-21 Doug Evans <dje@google.com>
8217
8218 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8219 _Unwind_DebugHook is missing.
8220
8221 2011-11-20 Stan Shebs <stan@codesourcery.com>
8222
8223 * gdb.trace/tstatus.exp: New.
8224 * gdb.trace/actions.c: Include string.h.
8225
8226 2011-11-18 Yao Qi <yao@codesourcery.com>
8227
8228 * gdb.trace/pending.exp: New.
8229 * gdb.trace/pending.c: New.
8230 * gdb.trace/pendshr1.c: New.
8231 * gdb.trace/pendshr2.c: New.
8232 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8233 tracepoint location becomes pending.
8234 (tracepoint_change_loc_2): New.
8235
8236 2011-11-16 David S. Miller <davem@davemloft.net>
8237
8238 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8239 target is sparc*-*-linux*
8240
8241 2011-11-15 Paul Koning <paul_koning@dell.com>
8242
8243 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8244 types.
8245
8246 2011-11-14 Doug Evans <dje@google.com>
8247
8248 * gdb.base/shell.exp: New file.
8249
8250 2011-11-14 Stan Shebs <stan@codesourcery.com>
8251
8252 * gdb.trace/ftrace.c: New.
8253 * gdb.trace/ftrace.exp: New.
8254
8255 2011-11-14 Yao Qi <yao@codesourcery.com>
8256
8257 * gdb.trace/change-loc-1.c: New.
8258 * gdb.trace/change-loc-2.c: New.
8259 * gdb.trace/change-loc.c: New.
8260 * gdb.trace/change-loc.exp: New.
8261 * gdb.trace/change-loc.h: New.
8262 * gdb.trace/trace-break.c (marker): Define new symbol.
8263 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8264 New.
8265 (break_trace_same_addr_6): New.
8266
8267 2011-11-12 Matt Rice <ratmice@gmail.com>
8268
8269 * gdb.base/info-macros.exp: Make tests for info definitions
8270 test info macro. Add tests for info macro argument processing.
8271 Rename a few tests.
8272
8273 2011-11-11 Keith Seitz <keiths@redhat.com>
8274
8275 PR gdb/12843
8276 * gdb.base/linespecs.exp: New file.
8277
8278 2011-11-11 Doug Evans <dje@google.com>
8279
8280 * gdb.threads/print-threads.exp: Extend timeout for slower
8281 tests.
8282
8283 2011-11-10 Doug Evans <dje@google.com>
8284
8285 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8286 "record to end of main" test.
8287
8288 * gdb.python/py-type.c (TS): New typedef.
8289 (ts): New global.
8290 * gdb.python/py-type.exp: Test field list of typedef.
8291
8292 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8293
8294 * gdb.ada/small_reg_param: New testcase.
8295
8296 2011-11-09 Tom Tromey <tromey@redhat.com>
8297
8298 * gdb.cp/destrprint.exp: New file.
8299 * gdb.cp/destrprint.cc: New file.
8300
8301 2011-11-08 Meador Inge <meadori@codesourcery.com>
8302
8303 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8304 (switch_stack_to_other): New test function.
8305 * gdb.arch/thumb-prologue.exp: New test cases.
8306
8307 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8308
8309 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8310
8311 2011-11-08 Yao Qi <yao@codesourcery.com>
8312
8313 * gdb.exp (supports_process_record): New.
8314 (supports_reverse): New.
8315 * gdb.reverse/break-precsave.exp: Call support_process_record
8316 to run test conditionally.
8317 * gdb.reverse/consecutive-precsave.exp: Likewise.
8318 * gdb.reverse/i386-precsave.exp: Likewise.
8319 * gdb.reverse/machinestate-precsave.exp: Likewise.
8320 * gdb.reverse/solib-precsave.exp: Likewise.
8321 * gdb.reverse/step-precsave.exp: Likewise.
8322 * gdb.reverse/until-precsave.exp: Likewise.
8323 * gdb.reverse/watch-precsave.exp: Likewise.
8324 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8325 test conditionally.
8326 * gdb.reverse/consecutive-reverse.exp: Likewise.
8327 * gdb.reverse/finish-precsave.exp: Likewise.
8328 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8329 * gdb.reverse/finish-reverse.exp: Likewise.
8330 * gdb.reverse/i386-reverse.exp: Likewise.
8331 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8332 * gdb.reverse/machinestate.exp: Likewise.
8333 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8334 * gdb.reverse/sigall-precsave.exp: Likewise.
8335 * gdb.reverse/sigall-reverse.exp: Likewise.
8336 * gdb.reverse/solib-reverse.exp: Likewise.
8337 * gdb.reverse/step-reverse.exp: Likewise.
8338 * gdb.reverse/until-reverse.exp: Likewise.
8339 * gdb.reverse/watch-reverse.exp: Likewise.
8340
8341 2011-11-05 Yao Qi <yao@codesourcery.com>
8342
8343 * gdb.trace/trace-break.exp: Add test on setting two
8344 fast tracepoints at the same address.
8345
8346 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8347
8348 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8349
8350 2011-11-02 Stan Shebs <stan@codesourcery.com>
8351
8352 * gdb.trace/collection.c: Add code using strings.
8353 * gdb.trace/collection.exp: Add tests of string collection.
8354
8355 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.base/skip-solib.exp (executable_main): New variable.
8358 (binfile_main): Base it on that.
8359 Use $executable_main in clean_restart calls. Drop gdb_exit and
8360 gdb_start calls.
8361
8362 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 Fix racy FAILs.
8365 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8366 breakpoint_re globals import by async. Set string_regex to .* for
8367 async. Remove the optional thread_selected_re and breakpoint_re
8368 globals expectations.
8369
8370 2011-11-01 Joseph Myers <joseph@codesourcery.com>
8371
8372 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8373 well as Cygwin.
8374
8375 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
8376
8377 Add tests for skip command.
8378 * gdb.base/skip-solib-lib.c: New
8379 * gdb.base/skip-solib-main.c: New
8380 * gdb.base/skip-solib.exp: New
8381 * gdb.base/skip.c: New
8382 * gdb.base/skip.exp: New
8383 * gdb.base/skip1.c: New
8384 * gdb.base/Makefile.in: Adding new files.
8385
8386 2011-10-31 Yao Qi <yao@codesourcery.com>
8387 Pedro Alves <pedro@codesourcery.com>
8388
8389 * gdb.trace/trace-break.c: New.
8390 * gdb.trace/trace-break.exp: New.
8391
8392 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8393
8394 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8395 break-here-2.
8396
8397 2011-10-28 Pedro Alves <pedro@codesourcery.com>
8398
8399 * gdb.threads/no-unwaited-for-left.c: New.
8400 * gdb.threads/no-unwaited-for-left.exp: New.
8401 * gdb.threads/non-ldr-exc-1.c: New.
8402 * gdb.threads/non-ldr-exc-1.exp: New.
8403 * gdb.threads/non-ldr-exc-2.c: New.
8404 * gdb.threads/non-ldr-exc-2.exp: New.
8405 * gdb.threads/non-ldr-exc-3.c: New.
8406 * gdb.threads/non-ldr-exc-3.exp: New.
8407 * gdb.threads/non-ldr-exc-4.c: New.
8408 * gdb.threads/non-ldr-exc-4.exp: New.
8409
8410 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8413 * gdb.base/attach-pie-misread.exp: Likewise.
8414 * gdb.base/break-interp.exp: Likewise.
8415 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8416 testcases for use_gdb_stub.
8417 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8418 (continue): New testcase.
8419 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8420 * gdb.threads/attach-into-signal.exp: Likewise.
8421 * gdb.threads/attach-stopped.exp: Likewise.
8422 * gdb.threads/attachstop-mt.exp: Likewise.
8423
8424 2011-10-28 Paul Koning <paul_koning@dell.com>
8425
8426 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8427
8428 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8431 (mi_gdb_test): Import globals thread_selected_re
8432 and breakpoint_re. Expect them optionally at the regex start.
8433
8434 2011-10-27 Doug Evans <dje@google.com>
8435
8436 * gdb.python/python.exp: Test source -s.
8437
8438 2011-10-26 Paul Koning <paul_koning@dell.com>
8439
8440 * gdb.python/lib-types.cc (struct A): New structure.
8441 * gdb.python/lib-types.exp (deepitems): New tests.
8442
8443 2011-10-25 Paul Koning <paul_koning@dell.com>
8444
8445 PR python/13327
8446
8447 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8448 fetch_lazy method.
8449
8450 2011-10-24 Yao Qi <yao@codesourcery.com>
8451
8452 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8453 target is tic6x-*-*.
8454
8455 2011-10-21 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/mi_task_info/task_switch.adb: New file.
8458 * gdb.ada/mi_task_info.exp: New file.
8459
8460 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8461
8462 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8463 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8464
8465 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8466
8467 PR python/12656
8468
8469 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8470 global_block tests.
8471
8472 2011-10-18 Tom Tromey <tromey@redhat.com>
8473
8474 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8475
8476 2011-10-18 Tom Tromey <tromey@redhat.com>
8477
8478 * gdb.base/source.exp: Don't include full file name in test name.
8479 * gdb.python/python.exp: Don't include full file name in test
8480 name.
8481
8482 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.base/attach-pie-noexec.c: New files.
8485 * gdb.base/attach-pie-noexec.exp: New files.
8486
8487 2011-10-17 Joseph Myers <joseph@codesourcery.com>
8488
8489 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8490 prompt for each extra line in command.
8491
8492 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8493
8494 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8495 Revert the part of:
8496 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8497 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8498 Change the expected string.
8499
8500 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8501
8502 Fix results with system glibc debug info installed.
8503 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8504 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8505 Accept also __libc_ symbol prefix and no prefix.
8506
8507 2011-10-14 Keith Seitz <keiths@redhat.com>
8508
8509 PR c++/13225
8510 * gdb.cp/converts.cc (foo3_1): New function.
8511 (foo3_2): New functions.
8512 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8513 and null pointer conversions of integer constant zero.
8514 Add test to check if all arguments are checked for incompatible
8515 conversion BADNESS.
8516
8517 2011-10-14 Tom Tromey <tromey@redhat.com>
8518
8519 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8520 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8521 linespec.
8522
8523 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8524
8525 Fix internal error regression.
8526 * gdb.dwarf2/implptr-optimized-out.S: New file.
8527 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8528
8529 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8532 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8533 (loclist): New.
8534 (4): New abbrev.
8535 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8536 Use prepare_for_testing, remove clean_restart.
8537 (p arraynoloc, p arraycallnoloc): New tests.
8538
8539 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 * gdb.cp/namespace-enum.exp (executable): New variable.
8542 (binfile): Use ${objdir}/${subdir}/ prefix.
8543 Use ${executable} for clean_restart.
8544
8545 2011-10-11 Sterling Augustine <saugustine@google.com>
8546
8547 * gdb.cp/Makefile.in: Add namespace-enum test.
8548 * gdb.cp/namespace-enum.exp: New file.
8549 * gdb.cp/namespace-enum.c: New file.
8550 * gdb.cp/namespace-enum-main.c: New file.
8551
8552 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8553
8554 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8555 sysroot.
8556
8557 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8558
8559 Reimplement @entry in input expressions.
8560 * gdb.base/exprs.c (v_int_array_init): New variable.
8561 * gdb.base/exprs.exp (print v_int_array_init)
8562 (print *v_int_array_init@1, print *v_int_array_init@2)
8563 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8564 (print v_int_array_init[1]@1): New tests.
8565
8566 2011-10-10 Joseph Myers <joseph@codesourcery.com>
8567
8568 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8569 expected message.
8570
8571 2011-10-09 Doug Evans <dje@google.com>
8572
8573 * gdb.base/alias.exp: Add tests for alias command.
8574
8575 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * gdb.arch/amd64-entry-value.s: New file.
8578 * gdb.mi/mi2-amd64-entry-value.s: New file.
8579
8580 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 Display @entry parameter values even for references.
8583 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8584 functions.
8585 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8586 reference and datap_input.
8587 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8588 breakpoints.
8589 (continue to breakpoint: entry_reference: reference)
8590 (entry_reference: bt at entry)
8591 (continue to breakpoint: entry_reference: breakhere_reference)
8592 (entry_reference: bt, entry_reference: ptype regparam)
8593 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8594 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8595 (entry_reference: p regcopy, entry_reference: p nodataparam)
8596 (entry_reference: p nodataparam@entry): New tests.
8597
8598 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8599
8600 Support @entry in input expressions.
8601 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8602 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8603 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8604 (tailcall: p j@entry): New tests.
8605 * gdb.cp/koenig.cc (A::entry): New function.
8606 (main): Call it.
8607 * gdb.cp/koenig.exp (p entry (c)): New test.
8608
8609 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 Display @entry parameter values (without references).
8612 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8613 (different, validity, invalid): New functions.
8614 (main): Call them.
8615 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8616 stacktest, breakhere_stacktest, different, breakhere_different,
8617 breakhere_validity and breakhere_invalid.
8618 (entry: bt): Update for @entry.
8619 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8620 (entry_validity: *, entry_invalid: *): Many new tests.
8621 * gdb.base/break.exp
8622 (run until breakpoint set at small function, optimized file): Accept
8623 also the @entry suffix.
8624 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8625 * gdb.mi/mi2-amd64-entry-value.c: New files.
8626 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8627
8628 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8629
8630 Protect entry values against self tail calls.
8631 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8632 (main): Call self.
8633 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8634 (set debug entry-values 1, self: bt debug entry-values): New tests.
8635
8636 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8637
8638 Recognize virtual tail call frames.
8639 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8640 (amb_b, amb_a): New.
8641 (main): Call a and b.
8642 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8643 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8644 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8645 New tests.
8646
8647 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 Implement basic support for DW_TAG_GNU_call_site.
8650 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8651 * gdb.arch/amd64-entry-value.cc: New file.
8652 * gdb.arch/amd64-entry-value.exp: New file.
8653
8654 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8655
8656 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8657 * gdb.dwarf2/implptr-64bit.S: New file.
8658 * gdb.dwarf2/implptr-64bit.exp: New file.
8659
8660 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8661
8662 Fix initial language detection with -readnow.
8663 * gdb.cp/readnow-language.cc: New file.
8664 * gdb.cp/readnow-language.exp: New file.
8665
8666 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8667
8668 Fix printed anonymous struct name.
8669 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8670
8671 2011-10-09 Joseph Myers <joseph@codesourcery.com>
8672
8673 * gdb.base/solib-symbol.exp: Do not include directories in
8674 filenames in expected messages.
8675
8676 2011-10-07 Doug Evans <dje@google.com>
8677
8678 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8679
8680 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
8681
8682 Allow Python notification of new object-file loadings.
8683 * gdb.python/py-events.exp: Test newobjfile event.
8684 * gdb.python/py-events.py: Register newobjfile callback.
8685 * gdb.python/py-events.c: Add call to shared library
8686 * gdb.python/py-events-shlib.c: New file.
8687
8688 2011-10-06 Joseph Myers <joseph@codesourcery.com>
8689
8690 * gdb.base/fixsection.exp: Do not include directories in filename
8691 in expected message.
8692
8693 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8694
8695 Add tests for passing of environment variables to inferior.
8696 * gdb.base/testenv.c: New test source.
8697 * gdb.base/testenv.exp: New expect test.
8698
8699 2011-10-04 Paul Koning <paul_koning@dell.com>
8700
8701 * gdb.python/py-value.c (main): Break before return.
8702
8703 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
8704
8705 PR python/12691: Add the inferior to Python exited event
8706 * gdb.python/py-events.exp: Test the inferior attribute of exited
8707 event with a fork.
8708 * gdb.python/py-events.py: Print inferior number on exit.
8709 * gdb.python/py-events.c: Fork the inferior.
8710
8711 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8712
8713 * gdb.base/jit.exp: Add testcase name to log message
8714
8715 2011-10-03 Paul Koning <paul_koning@dell.com>
8716 Jan Kratochvil <jan.kratochvil@redhat.com>
8717
8718 * gdb.python/py-value.exp
8719 (python inval = gdb.parse_and_eval('*(int*)0'))
8720 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8721 (set argc=2, python print argc_lazy): New tests.
8722
8723 2011-10-02 Joel Brobecker <brobecker@adacore.com>
8724
8725 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8726
8727 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8728 Pedro Alves <pedro@codesourcery.com>
8729
8730 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8731 can_read_0, test for it.
8732 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8733 (parse_and_eval with memory error): ... here, make it untested if
8734 can_read_0.
8735
8736 2011-09-30 Marek Polacek <mpolacek@redhat.com>
8737
8738 * gdb.python/python.exp (verify pagination beforehand)
8739 (verify pagination afterwards): Fix race by splitting the line.
8740
8741 2011-09-29 Joseph Myers <joseph@codesourcery.com>
8742
8743 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8744 for 64-bit multilibs from i?86-* targets.
8745
8746 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8747
8748 * lib/gdb.exp: Fix a typo in one of the comments.
8749
8750 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8751
8752 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8753 matching pattern.
8754
8755 2011-09-28 Paul Koning <paul_koning@dell.com>
8756
8757 * gdb.python/py-type.c (enum E): New.
8758 * gdb.python/py-type.exp (test_fields): Add tests for Python
8759 mapping access to fields.
8760 (test_enums): New test for field access on enums.
8761
8762 2011-09-27 Stan Shebs <stan@codesourcery.com>
8763
8764 * gdb.trace/collection.exp: Test collection of $_ret.
8765
8766 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
8767
8768 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8769 list of compilation switches for <*-*-freebsd*>.
8770
8771 2011-09-19 Stan Shebs <stan@codesourcery.com>
8772
8773 * gdb.trace/tspeed.exp: New file.
8774 * gdb.trace/tspeed.c: New file.
8775
8776 2011-09-18 Yao Qi <yao@codesourcery.com>
8777
8778 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8779 instructions.
8780 (test_adr_32bit, test_pop_pc): Likewise.
8781 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8782 Thumb instructions.
8783 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8784 in gdb_test_multiple.
8785 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8786
8787 2011-09-17 Yao Qi <yao@codesourcery.com>
8788
8789 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8790 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8791 support single step to signal handler.
8792
8793 2011-09-17 Yao Qi <yao@codesourcery.com>
8794
8795 * gdb.base/disp-step-fork.c: New.
8796 * gdb.base/disp-step-syscall.exp: New.
8797 * gdb.base/disp-step-vfork.c: New.
8798
8799 2011-09-16 Joel Brobecker <brobecker@adacore.com>
8800
8801 * gdb.ada/tasks.exp: Make the expected output for
8802 the `info tasks' tests more resilient to spacing
8803 changes.
8804
8805 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8806
8807 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8808 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8809
8810 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
8811
8812 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8813 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8814
8815 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
8816
8817 Handle multiple breakpoint hits in Python interface:
8818 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8819 presence.
8820 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8821 breakpoint hits.
8822
8823 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8824 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 * gdb.python/py-events.exp: Remove pretty printing comment.
8827 * gdb.python/py-evsignal.exp: New file.
8828 * gdb.python/py-evthreads.c: Include signal.h.
8829 (thread3): Remove variable count3. Remove variable bad and use raise
8830 instead.
8831 (thread2): Remove variable count2. Move thread3 pthread_create here,
8832 merge pthread_join to a single line.
8833 (main): Remove variable count1. Merge pthread_join with pthread_create
8834 to a single line.
8835 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8836 KFAIL python/12966 for gdbserver. Test return value of
8837 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8838 gdb_expect by gdb_test and gdb_test_multiple.
8839 (thread 2, thread 3): New tests.
8840
8841 2011-09-12 Matt Rice <ratmice@gmail.com>
8842 Pedro Alves <pedro@codesourcery.com>
8843
8844 PR gdb/13175
8845
8846 * gdb.base/interp.exp: New tests.
8847 * gdb.base/interp.c: New file.
8848
8849 2011-09-12 Doug Evans <dje@google.com>
8850
8851 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8852 * gdb.dwarf2/typeddwarf.exp: Ditto.
8853
8854 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 Fix compatibility with x32 arch.
8857 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8858 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8859 is_x86_like_target.
8860 * testsuite/gdb.trace/collection.exp: Likewise.
8861 * testsuite/gdb.trace/report.exp: Likewise.
8862 * testsuite/gdb.trace/unavailable.exp: Likewise.
8863 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8864 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8865 (is_x86_like_target): Check also is_amd64_regs_target.
8866
8867 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 PR breakpoints/12435
8870 * gdb.arch/amd64-prologue-xmm.c: New file.
8871 * gdb.arch/amd64-prologue-xmm.exp: New file.
8872 * gdb.arch/amd64-prologue-xmm.s: New file.
8873
8874 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8875
8876 * gdb.dwarf2/dw2-param-error-main.c: New file.
8877 * gdb.dwarf2/dw2-param-error.S: New file.
8878 * gdb.dwarf2/dw2-param-error.exp: New file.
8879
8880 2011-09-08 Pedro Alves <pedro@codesourcery.com>
8881
8882 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8883 inferior's pid and look for a core dump named core.$pid. Use
8884 `remote_file' commands on the host instead of hand coding shell
8885 commands on the build.
8886 * gdb.base/valgrind-db-attach.exp: Kill the program before
8887 finishing the test.
8888
8889 2011-09-02 Matt Rice <ratmice@gmail.com>
8890
8891 * lib/prompt.exp: New file for testing the first prompt.
8892 * gdb.python/py-prompt.exp: Ditto.
8893 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8894
8895 2011-09-02 Pedro Alves <pedro@codesourcery.com>
8896
8897 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8898 0, before testing gcore.
8899
8900 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8901
8902 * dw2-ifort-parameter-debug.S: Update copyright year.
8903 * dw2-ifort-parameter.c: Update copyright year.
8904 * dw2-ifort-parameter.exp: Update copyright year.
8905
8906 * dw2-ifort-parameter-debug.S: New file.
8907 * dw2-ifort-parameter.c: New file.
8908 * dw2-ifort-parameter.exp: New file.
8909
8910 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * gdb.base/commands.exp (error_clears_commands_left): New function.
8913 (): Call it.
8914
8915 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8918 (C): Initialize `a'.
8919 * gdb.mi/mi-inheritance-syntax-error.exp
8920 (-data-evaluate-expression $path): Expect `a' as 5.
8921
8922 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8923
8924 PR mi/11912
8925 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8926 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8927 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8928 keyword in output of -var-info-path-expression.
8929
8930 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8931
8932 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8933 * gdb.trace/collection.exp: Likewise.
8934 * gdb.trace/report.exp: Likewise.
8935 * gdb.trace/unavailable.exp: Likewise.
8936 * gdb.trace/while-dyn.exp: Likewise.
8937
8938 2011-08-18 Keith Seitz <keiths@redhat.com>
8939
8940 PR c++/12266
8941 * gdb.cp/meth-typedefs.cc: New file.
8942 * gdb.cp/meth-typedefs.exp: New file.
8943
8944 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8945
8946 * gdb.python/python.exp: Add extended-prompt tests.
8947
8948 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * gdb.arch/i386-dr3-watch.exp
8951 (watchpoint on gap1 does not fit debug registers)
8952 (delete all watchpoints): Fix racy expect strings.
8953
8954 2011-08-14 Yao Qi <yao@codesourcery.com>
8955
8956 * gdb.base/maint.exp: set data_section to ".neardata".
8957 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8958 * gdb.base/savedregs.exp: Handle SIGILL.
8959 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8960 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8961
8962 2011-08-12 Doug Evans <dje@google.com>
8963
8964 * gdb.python/py-symbol.exp: Add test for symbol.type.
8965
8966 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8967
8968 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8969 * gdb.mi/mi-pthreads.exp: Likewise.
8970 * gdb.mi/mi2-pthreads.exp: Likewise.
8971 * gdb.mi/gdb669.exp.exp: Likewise.
8972
8973 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8974
8975 * lib/mi-support.exp (detect_async): Rename to...
8976 (mi_detect_async): ... this.
8977 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8978 * gdb.mi/mi-nonstop.exp: Adjust.
8979 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8980 * gdb.mi/mi-nsintrall.exp: Adjust.
8981 * gdb.mi/mi-nsmoribund.exp: Adjust.
8982 * gdb.mi/mi-nsthrexec.exp: Adjust.
8983
8984 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8985
8986 * gdb.base/display.c (do_loops): New `p_i' local.
8987 * gdb.base/display.exp: Test displaying a variable that is
8988 temporarily at a bad address.
8989
8990 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8993 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8994
8995 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8998 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8999 (p fuNC_symtab): Permit also ppc64 leading dot.
9000
9001 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9002
9003 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9004 procedure.
9005 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9006
9007 2011-08-05 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.base/callfuncs.exp: Set language after main.
9010 * gdb.cp/cplusfuncs.exp: Likewise.
9011 * gdb.cp/inherit.exp: Likewise.
9012
9013 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9014
9015 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9016 * gdb.base/watch-vfork.exp: Skip on remote targets.
9017
9018 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9019
9020 * gdb.threads/thread-find.exp: Support remote targets.
9021
9022 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9023
9024 * gdb.base/jit.exp: Download solib_binfile to target.
9025 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9026 and call dlopen without full path name.
9027 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9028 dlopen without full path name.
9029
9030 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9031
9032 * gdb.base/break-always.exp: Complete the test
9033 with duplicated breakpoints and enabling/disabling them.
9034
9035 2011-08-02 Tom Tromey <tromey@redhat.com>
9036
9037 PR gdb/11289:
9038 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9039
9040 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9041
9042 PR gdb/13045
9043 * gdb.base/float.exp: Add new test case for PR gdb/13045
9044 * gdb.base/float.c: New file.
9045
9046 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9047
9048 * gdb.python/py-mi.exp: Test printers returning string hint, and
9049 also not returning a value.
9050 * gdb.python/py-prettyprint.c: Add testcase for above.
9051 * gdb.python/py-prettyprint.py: Add test printer for above.
9052
9053 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9056 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9057 (.Ldie30) Add as field "data4".
9058 (.Ldie32) Rename field "b" to "shl".
9059 (abbrev4) Change for the "data4" field.
9060 (abbrev5, abbrev6) Remove.
9061 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9062 (p &s.shl): ... here. Add comment.
9063 (p &s.data4): New.
9064
9065 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 Fix crash on lval_computed values.
9068 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9069
9070 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * gdb.base/help.exp (help whatis): Update the expected string.
9073
9074 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9077 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9078 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9079 Change the expected string.
9080
9081 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9082
9083 * gdb.base/watchpoint.exp
9084 (test_disable_enable_software_watchpoint): New procedure.
9085 (top level): Run it.
9086
9087 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9088
9089 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9090 executable file "${binfile}", C++ version "${binfile}-cxx".
9091 * gdb.python/py-prettyprint.exp: Likewise.
9092 * gdb.python/py-symbol.exp: Likewise.
9093 * gdb.python/py-type.exp: Likewise.
9094 * gdb.python/py-value.exp: Likewise.
9095 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9096 file name instead of just suffix.
9097
9098 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 Fix implicit pointer offsets.
9101 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9102 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9103 (continue to breakpoint: continue to baz breakpoint for implptr)
9104 (sanity check element 0, sanity check element 1)
9105 (enter the inlined function, check element 0 for the offset)
9106 (check element 1 for the offset)
9107 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9108 (set foo breakpoint for implptr): Update the breakpoint number.
9109
9110 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9111
9112 * gdb.python/py-mi.exp: Use different file names for different
9113 versions of the executable under test.
9114 * gdb.python/py-prettyprint.exp: Likewise.
9115 * gdb.python/py-symbol.exp: Likewise.
9116 * gdb.python/py-template.exp: Likewise.
9117 * gdb.python/py-type.exp: Likewise.
9118 * gdb.python/py-value.exp: Likewise.
9119
9120 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9121
9122 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9123 flag after restarting GDB if necessary.
9124
9125 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9126
9127 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9128
9129 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9130
9131 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9132 backend doesn't leave used debug registers behind.
9133
9134 2011-07-22 Tom Tromey <tromey@redhat.com>
9135
9136 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9137 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9138 argument.
9139 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9140
9141 2011-07-21 Matt Rice <ratmice@gmail.com>
9142
9143 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9144 in mostlyclean rule. Add files ending in .core.
9145
9146 2011-07-21 Matt Rice <ratmice@gmail.com>
9147
9148 PR macros/12999
9149 * gdb.base/info-macros.c: New test sources.
9150 * gdb.base/info-macros.exp: New tests.
9151
9152 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9153
9154 * gdb.python/python.exp: Add prompt substitution tests.
9155
9156 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 Fix crash if referenced CU is aged out.
9159 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9160 New.
9161 * gdb.dwarf2/implptr.exp: Likewise.
9162
9163 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 * gdb.dwarf2/implptr.S: Rebuilt.
9166 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9167 (bar): Use them for j, k, l.
9168 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9169 COMPILE.
9170 (print j in implptr:bar): Update for the intp typedef.
9171 (print p[0].x in implptr:foo): Use more exact regex.
9172
9173 2011-07-18 Tom Tromey <tromey@redhat.com>
9174
9175 * gdb.cp/static-method.exp: Add missing single quote.
9176
9177 2011-07-18 Yao Qi <yao@codesourcery.com>
9178
9179 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9180 supported.
9181 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9182 * gdb.mi/mi-nonstop.exp: Likewise.
9183 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9184 * gdb.mi/mi-nsintrall.exp: Likewise.
9185 * gdb.mi/mi-nsmoribund.exp: Likewise.
9186 * gdb.mi/mi-nsthrexec.exp: Likewise.
9187 * gdb.python/py-evthreads.exp: Likewise.
9188
9189 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 Code cleanup.
9192 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9193 it. Substitute it instead of test_compiler_info everywhere.
9194
9195 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9196
9197 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9198 remote targets as well.
9199
9200 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9201
9202 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9203 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9204
9205 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9206
9207 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9208 a remote machine, not the host.
9209 (gdb_compile_shlib): Set soname if target is remote.
9210
9211 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9212
9213 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9214
9215 2011-07-13 Matt Rice <ratmice@gmail.com>
9216
9217 * gdb.python/py-objfile-script-gdb.py: Renamed to
9218 py-objfile-script-gdb.py.in.
9219 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9220 py-objfile-script-gdb.py.
9221 * gdb.python/py-objfile-script.exp: Update reference to
9222 py-objfile-script-gdb.py.
9223
9224 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9227 reference undefined label.
9228
9229 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9230
9231 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9232 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9233 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9234 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9235
9236 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9237
9238 PR python/12438
9239 * gdb.python/python.exp: Add maint set/show python print-stack
9240 deprecated tests. Add set/show python print-backtrace tests.
9241
9242 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9245 debug info.
9246
9247 2011-07-06 Matt Rice <ratmice@gmail.com>
9248
9249 * gdb.python/python.exp: Update filename paths.
9250 * gdb.python/py-symtab.exp: Ditto.
9251
9252 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9253
9254 * gdb.python/py-evthreads.exp: Add missing `$'.
9255
9256 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9257
9258 * config/bfin.exp: New file.
9259 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9260 * gdb.asm/bfin.inc: New file.
9261
9262 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9263
9264 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9265 the whole output.
9266
9267 2011-07-05 Tom Tromey <tromey@redhat.com>
9268
9269 * gdb.java/jprint.java (jprint.hi): New field.
9270 * gdb.java/jprint.exp: Print string.
9271
9272 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9273
9274 * gdb.base/call-sc.c: Fix typos.
9275 * gdb.base/ifelse.exp: Likewise.
9276 * gdb.base/structs.c: Likewise.
9277
9278 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9279
9280 * gdb.base/jit-so.exp: New test.
9281 * gdb.base/jit-dlmain.c: New file.
9282 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9283
9284 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9285
9286 * gdb.cp/m-static.exp: Call get_compiler_info.
9287 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9288 * gdb.cp/pr9167.exp (p b): Likewise.
9289 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9290 (test value of P in inner_m, test type of Z in inner_m): Call
9291 setup_xfail for gcc <= 4.5.
9292
9293 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9294
9295 * gdb.cp/paren-type.cc: New files.
9296 * gdb.cp/paren-type.exp: New files.
9297
9298 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9299
9300 Stop on first linespec terminator instead of eating what we can.
9301 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9302 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9303 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9304 (break C::f()): ... this one.
9305 (break C::operator()()): New test.
9306 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9307 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9308 test.
9309
9310 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 Fall back linespec to minimal symbols.
9313 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9314 error message.
9315 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9316 * gdb.cp/minsym-fallback-main.cc: New file.
9317 * gdb.cp/minsym-fallback.cc: New file.
9318 * gdb.cp/minsym-fallback.exp: New file.
9319 * gdb.cp/minsym-fallback.h: New file.
9320
9321 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * gdb.cp/no-dmgl-verbose.cc: New file.
9324 * gdb.cp/no-dmgl-verbose.exp: New file.
9325
9326 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9329 __GI_.
9330 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9331 (f): New function.
9332 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9333 (complete p 'func<short>(): ... here.
9334 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9335 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9336 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9337 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9338 Make them KFAIL gcc/49546.
9339
9340 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9341
9342 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9343
9344 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9345
9346 Test GCC PR debug/49546.
9347 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9348 (test type of F in k3_m, test value of F in k3_m): New.
9349 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9350 (main): New variable k3. Call k3.k3_m.
9351
9352 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9353
9354 * gdb.ada/packed_array.exp: Fix expected outout.
9355
9356 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9357
9358 * gdb.ada/packed_array.exp: fixed expected output.
9359
9360 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.ada/same_enum: New testcase.
9363
9364 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.ada/ptr_typedef: New testcase.
9367
9368 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9369
9370 * gdb.ada/arrayptr.exp: Add ptype test.
9371
9372 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9373
9374 * gdb.ada/char_enum: New testcase.
9375
9376 2011-07-01 Yao Qi <yao@codesourcery.com>
9377
9378 * gdb.base/dump.exp (capture_pointer_with_type): New.
9379 Get value from address instead of name.
9380 Start GDB once, and do `dump' and `restore'
9381 tests together.
9382
9383 2011-06-30 Jie Zhang <jie.zhang@analog.com>
9384 Mike Frysinger <vapier@gentoo.org>
9385
9386 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9387 helper functions for getting/setting remotetimeout variable.
9388 * lib/gdb.exp (gdb_load): If the target is remote, set
9389 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9390 with $loadtimeout. Set $load_ok to 0 before doing the load.
9391 Instead of returning, immediately, set $load_ok to 0. Call
9392 set_remotetimeout with $oldremotetimeout, and then return if
9393 $load_ok is 1.
9394
9395 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
9396
9397 * gdb.python/py-template.exp: Don't run this test if the target
9398 does not support c++ tests.
9399
9400 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9401
9402 Fix non-only rename list for Fortran modules import.
9403 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9404 tests.
9405 * gdb.fortran/module.f90 (module moduse): New.
9406 (program module): use moduse, test var_x, var_y and var_z.
9407
9408 2011-06-29 Tom Tromey <tromey@redhat.com>
9409
9410 PR testsuite/12040:
9411 * gdb.fortran/array-element.exp: Use f90, not f77.
9412 * gdb.fortran/complex.exp: Use f90, not f77.
9413 * gdb.fortran/derived-type.exp: Use f90, not f77.
9414 * gdb.fortran/library-module.exp: Use f90, not f77.
9415 * gdb.fortran/logical.exp: Use f90, not f77.
9416 * gdb.fortran/module.exp: Use f90, not f77.
9417 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9418 * gdb.fortran/subarray.exp: Use f90, not f77.
9419
9420 2011-06-29 Tom Tromey <tromey@redhat.com>
9421
9422 * gdb.fortran/charset.exp: New file.
9423 * gdb.fortran/charset.f90: New file.
9424
9425 2011-06-29 Tom Tromey <tromey@redhat.com>
9426
9427 PR testsuite/12040:
9428 * lib/future.exp: New file, mostly extracted from ada.exp.
9429 Rewrote compatibility code to use rename.
9430 (gdb_find_gfortran): New proc.
9431 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9432 gfortran patch.
9433 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9434 Move to future.exp.
9435 * lib/gdb.exp: Always load future.exp.
9436
9437 2011-06-28 Yao Qi <yao@codesourcery.com>
9438
9439 * gdb.cp/exception.cc: Don't include iostream.
9440 (bar): Remove print statement.
9441 (catcher): New.
9442 (main): Remove print statements. Call function catcher.
9443 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9444 Set breakpoint on catcher, and check the value of parameter.
9445
9446 2011-06-23 Yao Qi <yao@codesourcery.com>
9447
9448 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9449 breakpoint 1.2 is disabled. KFAIL for uclinux.
9450
9451 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9452
9453 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9454 mi_gdb_test.
9455
9456 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9457
9458 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9459
9460 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9461
9462 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9463
9464 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9465
9466 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9467 `test_exec_and_symbol_mi_operatons' return value.
9468 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9469 gdb_test_multiple.
9470 (test_exec_and_symbol_mi_operatons): Likewise.
9471 (test_path_specification): Likewise.
9472
9473 2011-06-23 Yao Qi <yao@codesourcery.com>
9474
9475 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9476 supported.
9477 * lib/gdb.exp (support_displaced_stepping): New.
9478
9479 2011-06-23 Yao Qi <yao@codesourcery.com>
9480
9481 * gdb.threads/execl.exp: Skip on remote target.
9482
9483 2011-06-21 Marek Polacek <mpolacek@redhat.com>
9484
9485 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9486 mi_gdb_test.
9487
9488 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9489
9490 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9491
9492 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9493
9494 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9495 mi_gdb_test.
9496
9497 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9498
9499 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9500
9501 2011-06-14 Yao Qi <yao@codesourcery.com>
9502
9503 gdb/testsuite/
9504 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9505
9506 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9507
9508 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9509
9510 2011-06-10 Tom Tromey <tromey@redhat.com>
9511
9512 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9513 Add tests for pointer-to-member-function.
9514 * gdb.cp/temargs.cc (S::somefunc): New function.
9515 (K2): New class.
9516 (main): Instantiate K2; call method.
9517
9518 2011-06-08 Joel Brobecker <brobecker@adacore.com>
9519
9520 * gdb.python/py-inferior.c (f2): Make str an array rather
9521 than a pointer.
9522 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9523
9524 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9525
9526 * gdb.base/async-shell.c: New file.
9527 * gdb.base/async-shell.exp: New file.
9528
9529 2011-06-06 Pedro Alves <pedro@codesourcery.com>
9530
9531 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9532
9533 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9534
9535 From Stephen Kitt <steve@sk2.org>
9536 * gdb.base/help.exp: Adjust following some spelling corrections
9537 in GDB.
9538
9539 2011-06-01 Yao Qi <yao@codesourcery.com>
9540
9541 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9542
9543 2010-05-31 Keith Seitz <keiths@redhat.com>
9544
9545 PR c++/12750
9546 * gdb.cp/static-method.cc: New file.
9547 * gdb.cp/static-method.exp: New file.
9548
9549 2010-05-31 Keith Seitz <keiths@redhat.com>
9550
9551 PR symtab/12704
9552 * gdb.cp/anon-ns.cc: New file.
9553 * gdb.cp/anon-ns.exp: New file.
9554
9555 2011-05-31 Pedro Alves <pedro@codesourcery.com>
9556
9557 * gdb.arch/i386-dr3-watch.c: New file.
9558 * gdb.arch/i386-dr3-watch.exp: New file.
9559
9560 2011-05-30 Yao Qi <yao@codesourcery.com>
9561
9562 * gdb.base/callfuncs.c (t_structs_fc): New.
9563 (t_structs_dc, t_structs_ldc): New.
9564 (t_double_many_args):
9565 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9566 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9567 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9568 * gdb.base/callfuncs.exp: Call new functions.
9569
9570 2011-05-30 Yao Qi <yao@codesourcery.com>
9571
9572 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9573 Call rerun_and_prepare for each test to isolate effects.
9574
9575 2011-05-30 Yao Qi <yao@codesourcery.com>
9576
9577 * gdb.base/varargs.c (find_max_float_real): New.
9578 (find_max_double_real, find_max_long_double_real): New.
9579 * gdb.base/varargs.exp: Call these new added functions.
9580 * lib/gdb.exp (setup_kfail_for_target): New.
9581
9582 2011-05-30 Yao Qi <yao@codesourcery.com>
9583
9584 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9585 (callcd, callce, callcf, callc1a, callc1b): New.
9586 (callc2a, callc2b): New.
9587 * gdb.base/funcargs.exp (complex_args): New.
9588 (complex_integral_args, complex_float_integral_args): New.
9589 * lib/gdb.exp (support_complex_tests): New. Determine
9590 whether to run test cases on _Complex types.
9591
9592 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.threads/leader-exit.c: New file.
9595 * gdb.threads/leader-exit.exp: New file.
9596
9597 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9598
9599 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9600
9601 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9602
9603 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9604 remove the `supported' variable.
9605 * gdb.mi/mi-nonstop.exp: Likewise.
9606 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9607 * gdb.mi/mi-nsintrall.exp: Likewise.
9608 * gdb.mi/mi-nsmoribund.exp: Likewise.
9609 * gdb.mi/mi-nsthrexec.exp: Likewise.
9610
9611 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9612
9613 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9614
9615 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9616
9617 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9618
9619 2011-05-24 Keith Seitz <keiths@redhat.com>
9620
9621 PR breakpoint/12803
9622 * gdb.cp/cmpd-minsyms.cc (a): New method.
9623 (b): New method.
9624 (c): New method.
9625 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9626
9627 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9628
9629 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9630 watchpoint's command list didn't execute when the watchpoint went
9631 out of scope.
9632
9633 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9634
9635 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9636 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9637 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9638 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9639 * gdb.arch/i386-permbkpt.exp: Likewise.
9640 * gdb.arch/i386-prologue.exp: Likewise.
9641 * gdb.arch/i386-size-overlap.exp: Likewise.
9642 * gdb.arch/i386-size.exp: Likewise.
9643 * gdb.arch/i386-unwind.exp: Likewise.
9644 * gdb.reverse/i386-precsave.exp: Likewise.
9645 * gdb.reverse/i386-reverse.exp: Likewise.
9646 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9647 * gdb.reverse/i387-env-reverse.exp: Likewise.
9648 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9649
9650 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9651
9652 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9653 file doesn't error, using MI.
9654
9655 2011-05-23 Tom Tromey <tromey@redhat.com>
9656
9657 * gdb.base/charset.exp (string_display): Add tests to assign to
9658 arrays.
9659 * gdb.base/charset.c (short_array, int_array, long_array): New.
9660
9661 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9662
9663 Cope with async mode.
9664
9665 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9666 into gdb_test + mi_expect_stop.
9667
9668 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9669
9670 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9671 (callme): Remove printf call.
9672
9673 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9674
9675 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9676 quote pattern to avoid problems with Cygwin/mingw expect versions.
9677 * gdb.base/default.exp (show convenience): Use double
9678 quote pattern for regular expressions.
9679
9680 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 Fix -readnow for -gdwarf-4 unused type units.
9683 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9684 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9685
9686 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 * gdb.base/kill-after-signal.c: New file.
9689 * gdb.base/kill-after-signal.exp: New file.
9690
9691 2011-05-16 Pedro Alves <pedro@codesourcery.com>
9692
9693 * gdb.ada/start.exp: Call untested with the correct test filename.
9694 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9695 test filename. Make the test's binary unique.
9696 * gdb.arch/i386-signal.exp: Call untested with the correct test
9697 filename.
9698 * gdb.arch/i386-size-overlap.exp: Ditto.
9699 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9700 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9701 * gdb.cp/call-c.exp: Ditto.
9702 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9703 filename. Make the test's binary unique.
9704 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9705 * gdb.python/py-mi.exp: Ditto.
9706 * gdb.python/Makefile.in (EXECUTABLES): Update.
9707 * gdb.reverse/i386-precsave.exp: Ditto.
9708 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9709 test filename.
9710 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9711 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9712 unique.
9713 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9714 test filename.
9715 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9716 * gdb.trace/tfile.exp: Ditto.
9717
9718 2011-05-14 Yao Qi <yao@codesourcery.com>
9719
9720 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9721 type.
9722
9723 2011-05-13 Doug Evans <dje@google.com>
9724
9725 * gdb.python/py-objfile-script.exp: New file.
9726 * gdb.python/py-objfile-script.c: New file.
9727 * gdb.python/py-objfile-script-gdb.py: New file.
9728 * testsuite/gdb.python/py-section-script.exp: Test
9729 "info auto-load-scripts".
9730
9731 2011-05-13 Tom Tromey <tromey@redhat.com>
9732
9733 * gdb.dwarf2/clztest.exp: New file.
9734 * gdb.dwarf2/clztest.c: New file.
9735 * gdb.dwarf2/clztest.S: New file.
9736
9737 2011-05-13 Doug Evans <dje@google.com>
9738
9739 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9740 String16 tests.
9741
9742 2011-05-13 Tom Tromey <tromey@redhat.com>
9743
9744 * lib/gdb.exp (is_x86_like_target): New proc.
9745 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9746 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9747 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9748 -nostdlib to compiler.
9749 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9750 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9751 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9752 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9753 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9754
9755 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9756
9757 * gdb.python/py-function.exp: Test setting a value from a function
9758 which executes a command.
9759
9760 2011-05-12 Tom Tromey <tromey@redhat.com>
9761
9762 * gdb.dwarf2/typeddwarf.S: New file.
9763 * gdb.dwarf2/typeddwarf.c: New file.
9764 * gdb.dwarf2/typeddwarf.exp: New file.
9765
9766 2011-05-12 Marek Polacek <mpolacek@redhat.com>
9767
9768 * gdb.mi/mi-basics.exp: Fix races. Honour the
9769 `test_exec_and_symbol_mi_operatons' return value.
9770 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9771 gdb_test_multiple.
9772 (test_exec_and_symbol_mi_operatons): Likewise.
9773 (test_path_specification): Likewise.
9774
9775 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9776
9777 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9778 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9779 Replace `file copy' and `file rename' by `file mtime'. Twice.
9780
9781 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * gdb.base/readline-ask.c: New file.
9784 * gdb.base/readline-ask.exp: New file.
9785 * gdb.base/readline-ask.inputrc: New file.
9786
9787 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9788
9789 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9790 to avoid race condition.
9791 * gdb.cell/coremaker.c: Use small stack size.
9792 * gdb.cell/ea-standalone.exp: Use file name without path as
9793 argument to c_to.
9794 * gdb.cell/fork.exp: Allow other output when continuing to end.
9795
9796 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 * gdb.threads/corethreads.c: New file.
9799 * gdb.threads/corethreads.exp: New file.
9800
9801 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9802
9803 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9804 Try to compile the test using -Wl,-z,norelro first.
9805 (load_core): New variable libthread_db_seen, initialize it.
9806 (zeroed-threads cannot be listed): Protect it by XFAIL on
9807 !$libthread_db_seen.
9808
9809 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 PR 12573
9812 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9813 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9814 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9815
9816 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * gdb.cp/psymtab-parameter.cc: New file.
9819 * gdb.cp/psymtab-parameter.exp: New file.
9820
9821 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 Fix a race.
9824 * gdb.cp/static-print-quit.exp (print c): Split to ...
9825 (print c - <return>, print c - q <return>, print c - to quit):
9826 ... these. Make the testfile untested on gdb-7.1.
9827
9828 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
9829
9830 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9831 gdb_rename_execfile, gdb_touch_execfile): New.
9832 * gdb.base/reread.exp: Use new procs to handle multiple
9833 exec files.
9834
9835 2011-05-05 Yao Qi <yao@codesourcery.com>
9836
9837 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9838 (test_adr_32bit, test_pop_pc): New.
9839 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9840 (test_adr_32bit, test_pop_pc): New.
9841
9842 2011-05-04 Joseph Myers <joseph@codesourcery.com>
9843
9844 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9845 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9846 targets.
9847 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9848 handle targets.
9849
9850 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 * gdb.base/completion.exp (complete help info wat): Rename to ...
9853 (complete 'help info wat'): ... here.
9854 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9855 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9856
9857 2011-05-04 Pedro Alves <pedro@codesourcery.com>
9858
9859 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9860 gdb_test and explicit $gdb_prompt/timeout matches.
9861
9862 2011-05-04 Yao Qi <yao@codesourcery.com>
9863
9864 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9865 and __thumb2__.
9866
9867 2011-05-03 Marek Polacek <mpolacek@redhat.com>
9868
9869 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9870 in place of `gdb_test "delete breakpoints"'. This eliminates two
9871 testcases.
9872
9873 2011-05-02 Pedro Alves <pedro@codesourcery.com>
9874
9875 PR testsuite/12649
9876 Fix races.
9877
9878 * gdb.base/completion.exp: Remove all sleep calls. Remove
9879 unnecessary regexs. Don't explicitly expect anything after the
9880 prompt. Eat the prompt if necessary.
9881
9882 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9883
9884 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9885 accept to show the caller line again as well as the line after.
9886
9887 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9888
9889 PR mi/12531
9890
9891 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9892 compile target.
9893 * gdb.python/py-prettyprint.exp: Add C++ object for
9894 CPLUS_FAKE_CHILD test.
9895
9896 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9897
9898 * gdb.base/signest.exp: New file.
9899 * gdb.base/signest.c: Likewise.
9900
9901 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9902
9903 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9904 thread and breakpoint notifications.
9905
9906 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * gdb.base/fortran-sym-case.c: New file.
9909 * gdb.base/fortran-sym-case.exp: New file.
9910 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9911 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9912 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9913
9914 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9917 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9918 false #1', `if true else false #2' and `if true else false #3'.
9919
9920 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9921
9922 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9923 while delivering signal.
9924
9925 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9926
9927 MI breakpoint notifications.
9928
9929 * testsuite/gdb.mi/mi-cli.exp: Adust.
9930 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9931 * testsuite/gdb.mi/mi-watch.exp: Adust.
9932 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9933 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9934 notifications.
9935
9936 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9939 * gdb.base/gdbindex-stabs.c: New file.
9940 * gdb.base/gdbindex-stabs.exp: New file.
9941
9942 2011-04-25 Yao Qi <yao@codesourcery.com>
9943
9944 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9945 with /*...*/.
9946 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9947
9948 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.python/py-value.exp (test_objfiles): Name the first test
9951 `py-value in file.filename'.
9952
9953 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9954
9955 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9956 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9957 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9958 !gdbserver_reconnect_p..
9959 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9960
9961 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9962
9963 * gdb.cp/cpcompletion.exp (complete class methods)
9964 (complete class methods beginning with F): Move them above runto. New
9965 comment about the runto delimiter.
9966
9967 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9968
9969 * gdb.base/maint.exp: Test that "maint print registers" works
9970 without a running program.
9971
9972 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9973
9974 * gdb.base/setshow.exp: Fix racy tests.
9975 ($old_gdb_prompt): New variable.
9976
9977 2011-04-19 Tom Tromey <tromey@redhat.com>
9978
9979 * gdb.mi/mi-nsmoribund.exp:
9980 * gdb.hp/gdb.objdbg/objdbg01.exp:
9981 * gdb.base/structs.exp (test_struct_returns):
9982 * gdb.base/call-sc.exp (test_scalar_returns):
9983 * gdb.base/bigcore.exp: Remove duplicate words.
9984
9985 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9986
9987 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9988 * gdb.base/break-interp.exp (test_attach): New comment.
9989
9990 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9991
9992 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9993 (clear __stack_user.next, clear stack_used.next)
9994 (save a zeroed-threads corefile): New test.
9995 Call core_load for $core0file.
9996 (zeroed-threads cannot be listed): New test.
9997
9998 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10001 filename.
10002 ($srcfile): Preserve the original value.
10003 ($testfile): Match it the .exp filename.
10004 ($corefile): New variable. Substitute it around.
10005 Use clean_restart.
10006 ($prev_timeout): Remove.
10007 (load_core): Move core loading into this proc.
10008 Fix restore of $timeout if load_core fails.
10009
10010 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10011
10012 * gdb.base/eu-strip-infcall.c: New file.
10013 * gdb.base/eu-strip-infcall.exp: New file.
10014
10015 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10016
10017 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10018 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10019
10020 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10021
10022 Fix Python access to inlined frames.
10023 * gdb.python/py-frame-inline.c: New file.
10024 * gdb.python/py-frame-inline.exp: New file.
10025
10026 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10027
10028 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10029 content of 's24' correctly (avoiding "optimized out").
10030 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10031
10032 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10035
10036 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10037
10038 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10039 expect a colon in watch -location output.
10040
10041 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10042
10043 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10044 New testcase `expect response to define backtrace'. Also remove
10045 redundant `default' block.
10046
10047 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10048
10049 * gdb.python/py-prettyprint.c (struct hint_error): New.
10050 (main): New variable hint_error.
10051 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10052 "print hint_error".
10053 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10054 (register_pretty_printers): Register it.
10055
10056 2011-04-04 Tom Tromey <tromey@redhat.com>
10057
10058 * gdb.cp/maint.exp (test_help): Update.
10059 (test_namespace): Likewise.
10060
10061 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10062
10063 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10064 * gdb.ada/arrayptr.exp: Add new tests.
10065
10066 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10067
10068 * gdb.ada/mi_catch_ex: New testcase.
10069
10070 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10071
10072 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10073 base::overload(void) method without specifying "const".
10074
10075 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10076
10077 * gdb.arch/thumb-singlestep.S: New file.
10078 * gdb.arch/thumb-singlestep.exp: Likewise.
10079
10080 2011-03-31 Tom Tromey <tromey@redhat.com>
10081
10082 * gdb.python/py-prettyprint.py (exception_flag): New global.
10083 (NoStringContainerPrinter._iterator.next): Check it.
10084 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10085 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10086
10087 2011-03-29 Tom Tromey <tromey@redhat.com>
10088
10089 * gdb.cp/anon-struct.cc: New file.
10090 * gdb.cp/anon-struct.exp: New file.
10091
10092 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 Test STT_GNU_IFUNC support.
10095 * gdb.base/gnu-ifunc-lib.c: New file.
10096 * gdb.base/gnu-ifunc.c: New file.
10097 * gdb.base/gnu-ifunc.exp: New file.
10098
10099 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10100
10101 Support a ring of related breakpoints.
10102 * gdb.base/watchpoint-delete.c: New file.
10103 * gdb.base/watchpoint-delete.exp: New file.
10104
10105 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10106
10107 * gdb.ada/arrayparam.exp (print first after function call): Use
10108 explicit package name. Add a comment
10109 (print lasta after function call): Rename ...
10110 (print last after function call): ... it and use explicit package
10111 name.
10112 (print length after function call): Use explicit package name.
10113 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10114 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10115 (multiple matches for symbol i): Rename ...
10116 (multiple matches for symbol integervar): ... it.
10117 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10118 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10119
10120 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10121
10122 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10123 environment variable to make grep output more predictable. Move
10124 all the environment setup into gdb_init so it's done once per test
10125 case rather than each time we start gdb.
10126
10127 2011-03-24 Tom Tromey <tromey@redhat.com>
10128
10129 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10130 test.
10131
10132 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10135 * gdb.dwarf2/dw2-entry-value.S: New file.
10136 * gdb.dwarf2/dw2-entry-value.exp: New file.
10137
10138 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10139
10140 PR python/12183
10141
10142 * gdb.python/py-function.exp: Add GdbError tests.
10143
10144 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10145
10146 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10147 (reglocal_test_func, statlocal_test_func): New functions.
10148 (globals_test_func): Call new functions.
10149 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10150 (gdb_collect_locals_test): New procedure.
10151 (gdb_trace_collection_test): Call new procedures.
10152
10153 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10154
10155 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10156 (test_register, test_register_unavailable): New procedures.
10157 (gdb_unavailable_registers_test): New procedure.
10158 (gdb_trace_collection_test): Call it.
10159
10160 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10161
10162 PR python/12149
10163
10164 * gdb.python/python.exp: Add gdb.write tests.
10165
10166 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10167
10168 * gdb.python/Makefile.in: Add py-objfile.
10169 * gdb.python/py-objfile.exp: New file.
10170 * gdb.python/py-objfile.c: New file.
10171 * gdb.python/py-block.exp: Add is_valid tests.
10172 * gdb.python/py-inferior.exp: Ditto.
10173 * gdb.python/py-infthread.exp: Ditto.
10174 * gdb.python/py-symbol.exp: Ditto.
10175 * gdb.python/py-symtab.exp: Ditto.
10176
10177 2011-03-16 Keith Seitz <keiths@redhat.com>
10178
10179 PR c++/12273
10180 * gdb.cp/cmpd-minsyms.exp: New test.
10181 * gdb.cp/cmpd-minsyms.cc: New file.
10182
10183 PR c++/11734
10184 * gdb.cp/ovsrch.exp: New test.
10185 * gdb.cp/ovsrch.h: New file.
10186 * gdb.cp/ovsrch1.cc: New file.
10187 * gdb.cp/ovsrch2.cc: New file.
10188 * gdb.cp/ovsrch3.cc: New file.
10189 * gdb.cp/ovsrch4.cc: New file.
10190
10191 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10192
10193 PR gdb/12528
10194 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10195 * gdb.base/break-on-linker-gcd-function.exp: New test.
10196 * gdb.base/break-on-linker-gcd-function.cc: New file.
10197
10198 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10199
10200 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10201
10202 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10203
10204 * lib/gdb.exp (gdb_unload): Add another termination case.
10205
10206 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10207
10208 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10209 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10210 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10211 Provide a stub byte there.
10212 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10213 DW_AT_entry_pc.
10214 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10215
10216 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10217
10218 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10219 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10220 "generic ABI, auto".
10221 (altivec_abi_tests): Accept vectors returned by reference.
10222
10223 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10224
10225 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10226
10227 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10228
10229 * gdb.python/py-section-script.exp: Skip test if no Python support.
10230
10231 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10232
10233 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10234
10235 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10236
10237 * gdb.python/py-parameter.exp: Update tests to the new Python
10238 parameter API. Add "no documentation" test. Add deprecated API
10239 backward compatibility test.
10240
10241 2011-03-09 Tom Tromey <tromey@redhat.com>
10242
10243 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10244 gdb_continue_to_end.
10245
10246 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10247
10248 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10249 tabs.
10250
10251 2011-03-09 Tom Tromey <tromey@redhat.com>
10252
10253 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10254 parentheses.
10255 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10256 $command.
10257 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10258 argument to gdb_continue_to_end.
10259 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10260 argument to gdb_continue_to_end.
10261 * gdb.cp/annota3.exp: Fix regex.
10262 * gdb.cp/annota2.exp: Fix regex.
10263 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10264 gdb_continue_to_end.
10265 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10266 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10267 gdb_continue_to_end.
10268
10269 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10270
10271 * gdb.server/ext-run.exp
10272 (load new file without any gdbserver inferior): New test.
10273
10274 2011-03-07 Tom Tromey <tromey@redhat.com>
10275
10276 * Makefile.in (TAGS): Rewrite.
10277
10278 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10279
10280 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10281 initial commands echo. New match for `Found trace'. Anchor all the
10282 other matches. Anchor and match for `No trace frame found' the final
10283 match.
10284
10285 2011-03-07 Tom Tromey <tromey@redhat.com>
10286
10287 * Makefile.in (TAGS): New target.
10288
10289 2011-03-07 Tom Tromey <tromey@redhat.com>
10290
10291 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10292 change.
10293 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10294 change.
10295 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10296 exit message change.
10297 (skip_altivec_tests): Update for exit message change.
10298 (skip_vsx_tests): Likewise.
10299 (gdb_continue_to_end): Likewise. Add 'command' argument.
10300 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10301 * gdb.threads/tls.exp: Update for exit message change.
10302 * gdb.threads/thread-unwindonsignal.exp: Use
10303 gdb_continue_to_end.
10304 * gdb.threads/step.exp (step_it): Update for exit message change.
10305 (continue_all): Likewise.
10306 * gdb.threads/print-threads.exp (test_all_threads): Update for
10307 exit message change.
10308 * gdb.threads/interrupted-hand-call.exp: Use
10309 gdb_continue_to_end.
10310 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10311 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10312 gdb_continue_to_end.
10313 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10314 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10315 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10316 * gdb.cp/method.exp: Update for exit message change.
10317 * gdb.cp/mb-templates.exp: Update for exit message change.
10318 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10319 * gdb.cp/annota3.exp: Update for exit message change.
10320 * gdb.cp/annota2.exp: Update for exit message change.
10321 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10322 * gdb.base/term.exp: Update for exit message change.
10323 * gdb.base/step-test.exp (test_i): Update for exit message change.
10324 * gdb.base/sigstep.exp (advance): Update for exit message change.
10325 (advancei): Likewise.
10326 * gdb.base/siginfo.exp: Update for exit message change.
10327 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10328 * gdb.base/reread.exp: Use gdb_continue_to_end.
10329 * gdb.base/langs.exp: Use gdb_continue_to_end.
10330 * gdb.base/interrupt.exp: Update for exit message change.
10331 * gdb.base/gdb1555.exp: Update for exit message change.
10332 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10333 * gdb.base/ending-run.exp: Update for exit message change.
10334 * gdb.base/chng-syms.exp: Update for exit message change.
10335 * gdb.base/checkpoint.exp: Update for exit message change.
10336 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10337 gdb_continue_to_end.
10338 (test_catch_syscall_with_wrong_args): Likewise.
10339 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10340 * gdb.base/break-interp.exp (test_ld): Update for exit message
10341 change.
10342 * gdb.base/bang.exp: Update for exit message change.
10343 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10344 (do_call_attach_tests): Likewise.
10345 * gdb.base/a2-run.exp: Update for exit message change.
10346 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10347 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10348 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10349
10350 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10351
10352 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10353
10354 2011-03-03 Tom Tromey <tromey@redhat.com>
10355
10356 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10357 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10358 * gdb.hp/gdb.aCC/configure.ac: Remove.
10359 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10360 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10361 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10362 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10363 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10364 * gdb.hp/gdb.compat/configure.ac: Remove.
10365 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10366 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10367 * gdb.hp/gdb.defects/configure.ac: Remove.
10368 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10369 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10370 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10371 * gdb.hp/configure.ac: Remove.
10372 * gdb.hp/configure: Remove.
10373 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10374 substitution.
10375 (Makefile): Remove rule.
10376 * gdb.cell/configure.ac: Remove.
10377 * gdb.cell/configure: Remove.
10378 * gdb.stabs/Makefile.in (Makefile): Remove.
10379 (distclean): Don't remove config.status or config.log.
10380 * gdb.stabs/configure (Makefile): Remove.
10381 * gdb.stabs/configure.ac: Remove.
10382 * configure: Rebuild.
10383 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10384 Remove stabs- and cell-specific logic. Test for existence of
10385 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10386 subdirectories, gdb.cell, and and gdb.stabs.
10387 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10388
10389 2011-03-03 Joel Brobecker <brobecker@adacore.com>
10390
10391 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10392 end of buffer.
10393
10394 2011-03-02 Joel Brobecker <brobecker@adacore.com>
10395
10396 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10397 gdb_test when running a test where we expected no output back.
10398
10399 2011-02-28 Michael Snyder <msnyder@vmware.com>
10400
10401 * gdb.cp/overload.cc: Change initializer value to integer.
10402
10403 2011-02-27 Michael Snyder <msnyder@vmware.com>
10404
10405 * gdb.multi/base.exp: Add test for remove-inferiors.
10406
10407 2011-02-26 Joel Brobecker <brobecker@adacore.com>
10408
10409 * gdb.python/py-frame.exp: Simplify the initialization phase
10410 using prepare_for_testing.
10411
10412 2011-02-25 Michael Snyder <msnyder@vmware.com>
10413
10414 * gdb.multi/base.exp: Add tests for info inferiors with args.
10415
10416 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10419 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10420 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10421 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10422 asmfile3. Comment the STABS (#3) file compilation. Compile
10423 everything through assembler. Provide KFAIL for symtab/12497.
10424 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10425 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10426 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10427 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10428
10429 2011-02-24 Michael Snyder <msnyder@vmware.com>
10430
10431 * gdb.base/break.exp: Add tests for delete breakpoints using
10432 convenience variables and value history references.
10433
10434 2011-02-24 Michael Snyder <msnyder@vmware.com>
10435
10436 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10437 left behind in previous check-in.
10438
10439 2011-02-23 Michael Snyder <msnyder@vmware.com>
10440
10441 * gdb.base/break.exp: Add tests for "info break" with arguments.
10442 * gdb.trace/infotrace.exp: Update patterns for error and help.
10443 * gdb.base/completion.exp: Update pattern.
10444 * gdb.base/ena-dis-br.exp: Update pattern.
10445 * gdb.base/help.exp: Update patterns.
10446
10447 2011-02-23 Michael Snyder <msnyder@vmware.com>
10448
10449 * gdb.base/memattr.exp: New test.
10450 * gdb.base/memattr.c: Test load for memattr.exp.
10451
10452 2011-02-22 Doug Evans <dje@google.com>
10453
10454 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10455
10456 2011-02-22 Michael Snyder <msnyder@vmware.com>
10457
10458 * Makefile.in: Make more clean.
10459 * gdb.ada/Makefile.in: Ditto.
10460 * gdb.arch/Makefile.in: Ditto.
10461 * gdb.asm/Makefile.in: Ditto.
10462 * gdb.base/Makefile.in: Ditto.
10463 * gdb.cp/Makefile.in: Ditto.
10464 * gdb.dwarf2/Makefile.in: Ditto.
10465 * gdb.java/Makefile.in: Ditto.
10466 * gdb.mi/Makefile.in: Ditto.
10467 * gdb.modula2/Makefile.in: Ditto.
10468 * gdb.python/Makefile.in: Ditto.
10469 * gdb.server/Makefile.in: Ditto.
10470 * gdb.stabs/Makefile.in: Ditto.
10471 * gdb.threads/Makefile.in: Ditto.
10472 * gdb.trace/Makefile.in: Ditto.
10473
10474 2011-02-22 Michael Snyder <msnyder@vmware.com>
10475
10476 * gdb.threads/thread-find.exp: Add tests for bad input to
10477 info threads.
10478
10479 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10480
10481 * gdb.python/py-breakpoint.exp: Fix the expected output of
10482 one of the "maint info breakpoints" tests to accept the output
10483 generated on platforms that do not have hardware watchpoints.
10484
10485 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10488 clean_restart. Be a little stricter in the expected output
10489 for one of the tests. Fix a typo in one of the comments.
10490
10491 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10492
10493 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10494 Delete variable binfile, no longer use. Add or modify test
10495 comments to make them unique.
10496
10497 2011-02-21 Michael Snyder <msnyder@vmware.com>
10498
10499 * Makefile.in: Update for make clean.
10500 * gdb.ada/Makefile.in: Ditto.
10501 * gdb.arch/Makefile.in: Ditto.
10502 * gdb.asm/Makefile.in: Ditto.
10503 * gdb.base/Makefile.in: Ditto.
10504 * gdb.cp/Makefile.in: Ditto.
10505 * gdb.dwarf2/Makefile.in: Ditto.
10506 * gdb.java/Makefile.in: Ditto.
10507 * gdb.mi/Makefile.in: Ditto.
10508 * gdb.modula2/Makefile.in: Ditto.
10509 * gdb.python/Makefile.in: Ditto.
10510 * gdb.server/Makefile.in: Ditto.
10511 * gdb.stabs/Makefile.in: Ditto.
10512 * gdb.threads/Makefile.in: Ditto.
10513 * gdb.trace/Makefile.in: Ditto.
10514
10515 2011-02-21 Michael Snyder <msnyder@vmware.com>
10516
10517 * gdb.threads/thread-find.exp: Update patterns for changes in
10518 output of "info threads" command.
10519
10520 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10521 Ulrich Weigand <uweigand@de.ibm.com>
10522
10523 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10524 (skip_hw_watchpoint_tests): Likewise.
10525 (skip_hw_watchpoint_multi_tests): Likewise.
10526
10527 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10528
10529 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10530 (skip_hw_watchpoint_tests): Likewise.
10531 (skip_hw_watchpoint_multi_tests): Likewise.
10532 (skip_hw_watchpoint_access_tests): Likewise.
10533
10534 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10535 * gdb.base/pr11022.exp: Likewise.
10536 * gdb.base/watch-read.exp: Likewise.
10537 * gdb.base/watch_thread_num.exp: Likewise.
10538 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10539 * gdb.base/watchpoint-hw.exp: Likewise.
10540 * gdb.base/watchpoint.exp: Likewise.
10541 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10542 * gdb.threads/watchthreads-reorder.exp: Likewise.
10543 * gdb.threads/watchthreads.exp: Likewise.
10544 * gdb.threads/watchthreads2.exp: Likewise.
10545
10546 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10547
10548 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10549 the debugger is unable to find the array bounds.
10550
10551 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 * gdb.cp/typedef-operator.exp: New file.
10554 * gdb.cp/typedef-operator.cc: New file.
10555
10556 2011-02-17 Michael Snyder <msnyder@vmware.com>
10557
10558 * gdb.threads/thread-find.exp: Fix regular expressions.
10559
10560 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10561
10562 * gdb.ada/packed_array: Expand testcase to test printing of
10563 unconstrained packed array.
10564
10565 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10566
10567 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10568
10569 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10570
10571 * gdb.trace/collection.c (globalarr3): New global.
10572 (main): Initialize it before collecting, and and clear it
10573 afterwards.
10574 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10575 collecting with '{type} addr', where the addr expression is not an
10576 rvalue.
10577
10578 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
10579
10580 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10581 a bool variable. Expect correct OpenCL names for vector types. Use the
10582 uc3 variable name instead of referring to the uchar3 built-in type.
10583 Escape the asterisk at the half pointer test.
10584
10585 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10586
10587 * gdb.trace/collection.c (globalarr2): New global.
10588 (main): Initialize it before collecting, and and clear it
10589 afterwards.
10590 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10591 collecting overlapping memory ranges.
10592
10593 2011-02-15 Michael Snyder <msnyder@vmware.com>
10594
10595 * gdb.base/default.exp: Add tests for thread commands.
10596 * gdb.base/help.exp: Add tests for thread commands.
10597 * gdb.threads/thread-find.exp: New test for thread find command.
10598
10599 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10600
10601 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10602
10603 2011-02-15 Yao Qi <yao@codesourcery.com>
10604
10605 PR tdep/12352
10606 * gdb.arch/arm-disp-step.S : New test for str instruction.
10607 * gdb.arch/arm-disp-step.exp : Likewise.
10608
10609 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10610
10611 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10612 "vector_register2_vr" test strings. Test the extended floating
10613 point registers (F32~F63).
10614 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10615 IBM XL C compiler. Make the test program use a register provided
10616 by the compiler for the lxvd2x instruction.
10617
10618 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10619
10620 * gdb.trace/unavailable.cc (class Base, class Middle, class
10621 Derived): New types.
10622 (derived_unavail, derived_partial, derived_whole): New globals.
10623 (virtual_partial): New global.
10624 (virtualp): Point at virtual_partial.
10625 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10626 related to unavailable vptr.
10627
10628 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10629
10630 * gdb.trace/unavailable.cc (a, b, c): New globals.
10631 (main): Set and clear them.
10632 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10633 `a' and `c', and check that `b' isn't collected, although `a' and
10634 `c' are.
10635
10636 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10637
10638 * gdb.trace/unavailable.cc (struct Virtual): New.
10639 (virtualp): New global pointer.
10640 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10641 printing a pointer to an object whose type has a vtable, with
10642 print object on.
10643
10644 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10645
10646 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10647 value repeat handles unavailableness.
10648
10649 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10650
10651 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10652 tests for building arrays from unavailable values, subscripting
10653 non-memory rvalue unvailable arrays, and accessing fields or
10654 baseclasses of non-lazy unavailable values,
10655 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10656 struct types.
10657 (g_smallstruct, g_smallstruct_b): New globals.
10658
10659 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10660
10661 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10662
10663 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10666 * gdb.cp/overload-const.exp: New file.
10667 * gdb.cp/overload-const.cc: New file.
10668
10669 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10670
10671 * gdb.opencl/callfuncs.cl: New file.
10672 * gdb.opencl/callfuncs.exp: New test.
10673 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10674
10675 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10676
10677 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10678 when computing result.
10679 * gdb.arch/altivec-abi.exp: Update expected results.
10680
10681 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10682
10683 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10684 * gdb.base/jit.exp: Likewise.
10685 * gdb.base/pie-execl.exp: Likewise.
10686 * gdb.base/solib-nodir.exp: Likewise.
10687 * gdb.base/solib-overlap.exp: Likewise.
10688
10689 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10690
10691 * gdb.trace/collection.c (global_pieces): New.
10692 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10693 New procedure.
10694 (gdb_trace_collection_test): Call it.
10695
10696 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10697
10698 * gdb.python/py-evthreads.c: New file.
10699 * gdb.python/py-evthreads.exp: New file.
10700 * gdb.python/py-events.py: New file.
10701 * gdb.python/py-events.exp: New file.
10702 * gdb.python/py-events.c: New file.
10703
10704 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10705
10706 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10707
10708 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
10709
10710 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10711 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10712 boundary between two compilation units.
10713
10714 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10715
10716 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10717 (Virtual): New structs.
10718 (virtual_o, virtual_middle_b): New globals.
10719 * gdb.cp/virtbase.exp: New tests.
10720
10721 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10722
10723 * gdb.base/jit.exp: New file.
10724 * gdb.base/jit-main.c: New file.
10725 * gdb.base/jit-solib.c: New file.
10726
10727 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10728
10729 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10730 proceed to initial kernel entry point.
10731 * gdb.opencl/datatypes.exp: Likewise.
10732 * gdb.opencl/operators.exp: Likewise.
10733 * gdb.opencl/vec_comps.exp: Likewise.
10734
10735 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10736
10737 * gdb.cp/nsnested.cc: New.
10738 * gdb.cp/nsnested.exp: New.
10739 * gdb.cp/nsnoimports.exp: New.
10740 * gdb.cp/nsnoimports.cc: New.
10741
10742 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.base/interact.exp: Add extra tests that verify that
10745 the value of the interactive-mode setting does not change
10746 after the script is sourced.
10747
10748 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10749
10750 * gdb.cp/noparam.exp: New file.
10751 * gdb.cp/noparam.cc: New file.
10752
10753 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10754
10755 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10756 there's no stack or registers.
10757
10758 2011-01-26 Tom Tromey <tromey@redhat.com>
10759
10760 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10761 space before string output. Add test for "set print pretty off"
10762 case.
10763
10764 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10765
10766 * gdb.base/frame-args.exp: Adjust.
10767 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10768 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10769 * gdb.dwarf2/pieces.exp: Adjust.
10770 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10771 * gdb.opt/inline-locals.exp: Adjust.
10772 * gdb.threads/fork-child-threads.exp: Adjust.
10773
10774 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
10775
10776 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10777 OpenCL kernel function. Add a comment as marker. Add address space
10778 qualifiers for the remaining program scope variables.
10779 * gdb.opencl/datatypes.cl: Likewise.
10780 * gdb.opencl/operators.cl: Likewise.
10781 * gdb.opencl/vec_comps.cl: Likewise.
10782 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10783 Add breakpoint at the marker comment.
10784 * gdb.opencl/datatypes.exp: Likewise.
10785 * gdb.opencl/operators.exp: Likewise.
10786 * gdb.opencl/vec_comps.exp: Likewise.
10787
10788 2011-01-24 Pedro Alves <pedro@codesourcery.com>
10789
10790 * gdb.base/printcmds.c (some_struct): New struct and instance.
10791 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10792 procedure.
10793 <global scope>: Call it.
10794
10795 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
10796
10797 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10798 argument to the gdb_compile_opencl_hostapp call.
10799
10800 2011-01-19 Yao Qi <yao@codesourcery.com>
10801
10802 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10803 positve list.
10804
10805 2011-01-19 Yao Qi <yao@codesourcery.com>
10806
10807 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10808 canonical form.
10809 Remove "xscale-*-*"
10810 * gdb.xml/tdesc-regs.exp: Likewise.
10811 * gdb.python/py-section-script.exp: Replace ARM target triplet
10812 with canonical form.
10813 Match arm*-*-symbianelf*.
10814 * gdb.base/dup-sect.exp: Likewise.
10815 * lib/dwarf.exp: New.
10816 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10817 dwarf2_support.
10818 * gdb.dwarf2/dup-psym.exp: Likewise.
10819 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10820 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10821 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10822 * gdb.dwarf2/dw2-basic.exp: Likewise.
10823 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10824 * gdb.dwarf2/dw2-const.exp: Likewise.
10825 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10826 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10827 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10828 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10829 * gdb.dwarf2/dw2-filename.exp: Likewise.
10830 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10831 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10832 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10833 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10834 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10835 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10836 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10837 * gdb.dwarf2/dw2-producer.exp: Likewise.
10838 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10839 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10840 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10841 * gdb.dwarf2/dw2-strp.exp: Likewise.
10842 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10843 * gdb.dwarf2/implptr.exp: Likewise.
10844 * gdb.dwarf2/mac-fileno.exp: Likewise.
10845 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10846 * gdb.dwarf2/pieces.exp: Likewise.
10847 * gdb.dwarf2/pr11465.exp: Likewise.
10848 * gdb.dwarf2/valop.exp: Likewise.
10849 * gdb.dwarf2/watch-notconst.exp: Likewise.
10850 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10851
10852 2011-01-19 Tom Tromey <tromey@redhat.com>
10853
10854 * gdb.python/py-infthread.exp: Add thread tests.
10855
10856 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10857
10858 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10859
10860 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10861
10862 * gdb.ada/widewide: New testcase.
10863
10864 2011-01-13 Joel Brobecker <brobecker@adacore.com>
10865
10866 * gdb.base/interact.exp: New testcase.
10867
10868 2011-01-12 Tom Tromey <tromey@redhat.com>
10869
10870 * gdb.mi/gdb2549.exp: Update for error message changes.
10871 * gdb.mi/mi-cli.exp: Likewise.
10872 * gdb.mi/mi-disassemble.exp: Likewise.
10873 * gdb.mi/mi-pthreads.exp: Likewise.
10874 * gdb.mi/mi-regs.exp: Likewise.
10875 * gdb.mi/mi-stack.exp: Likewise.
10876 * gdb.mi/mi-var-block.exp: Likewise.
10877 * gdb.mi/mi-var-cmd.exp: Likewise.
10878 * gdb.mi/mi2-cli.exp: Likewise.
10879 * gdb.mi/mi2-disassemble.exp: Likewise.
10880 * gdb.mi/mi2-pthreads.exp: Likewise.
10881 * gdb.mi/mi2-regs.exp: Likewise.
10882 * gdb.mi/mi2-stack.exp: Likewise.
10883 * gdb.mi/mi2-var-block.exp: Likewise.
10884 * gdb.mi/mi2-var-cmd.exp: Likewise.
10885
10886 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10887 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 PR fortran/11104 and DWARF unbound arrays detection.
10890 * gdb.fortran/multi-dim.exp: New file.
10891 * gdb.fortran/multi-dim.f90: New file.
10892
10893 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10894
10895 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10896 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10897 add new tests for opcode dumping.
10898
10899 2011-01-11 Tom Tromey <tromey@redhat.com>
10900
10901 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10902
10903 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10904
10905 Convert hardware watchpoints to use breakpoint_ops.
10906 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10907 type is not supported.
10908 * gdb.base/foll-fork.exp: Likewise.
10909 * gdb.base/foll-vfork.exp: Likewise.
10910
10911 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10912
10913 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10914 Use load_lib gdb-python.exp.
10915 * gdb.python/python.exp: Ditto.
10916 * gdb.python/py-function.exp: Ditto.
10917
10918 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10919
10920 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10921
10922 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 * configure: Regenerate.
10925
10926 2011-01-06 Tom Tromey <tromey@redhat.com>
10927
10928 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10929
10930 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10931
10932 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10933 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10934 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10935 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10936 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10937 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10938 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10939 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10940 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10941 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10942 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10943 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10944 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10945 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10946 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10947 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10948 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10949 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10950 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10951 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10952 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10953 gdb.ada/uninitialized_vars.exp,
10954 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10955 Simplify by using clean_restart.
10956
10957 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10958
10959 Add marker to be used as anchor for inserting breakpoints.
10960 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10961 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10962 Likewise.
10963
10964 Remove uses of gdb_start_cmd.
10965 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10966 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10967
10968 Do not run testcase if testing with GDBserver.
10969 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10970 if testing with GDBserver.
10971
10972 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10973
10974 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10975 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10976 copyright header.
10977
10978 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10979
10980 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10981 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10982 testsuite/gdb.fortran/complex.f,
10983 testsuite/gdb.fortran/derived-type.f90,
10984 testsuite/gdb.fortran/library-module-lib.f90,
10985 testsuite/gdb.fortran/library-module-main.f90,
10986 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10987 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10988 Copyright year update.
10989
10990 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10991
10992 * gdb.base/langs1.f: Add copyright header.
10993
10994 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10995
10996 * gdb.base/morestack.exp: New file.
10997 * gdb.base/morestack.c: New file.
10998
10999 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11000
11001 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11002
11003 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11004
11005 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11006 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11007
11008 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11009
11010 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11011
11012 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11013
11014 * gdb.threads/tls.exp: Fix typo.
11015
11016 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11017 * gdb.threads/execl.exp: Update.
11018
11019 2010-12-23 Yao Qi <yao@codesourcery.com>
11020
11021 * gdb.arch/arm-disp-step.exp: New.
11022 * gdb.arch/arm-disp-step.S: New.
11023
11024 2010-12-21 Tom Tromey <tromey@redhat.com>
11025
11026 * gdb.threads/execl.exp: Update.
11027 * gdb.threads/linux-dp.exp: Update.
11028 * gdb.threads/manythreads.exp: Update.
11029 * gdb.threads/tls.exp: Update.
11030
11031 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11034 (NextOverThrowDerivates) <resumebpt>: New.
11035 (resumebpt_test): New.
11036 (main): Call resumebpt_test.
11037 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11038
11039 2010-12-12 Stan Shebs <stan@codesourcery.com>
11040
11041 * gdb.trace/tsv.exp: Test print command on trace state variables.
11042
11043 2010-12-09 Tom Tromey <tromey@redhat.com>
11044
11045 * gdb.base/interp.exp: Add regression test.
11046
11047 2010-12-09 Tom Tromey <tromey@redhat.com>
11048
11049 * gdb.java/jnpe.java: New file.
11050 * gdb.java/jnpe.exp: New file.
11051 * gdb.cp/nextoverthrow.exp: New file.
11052 * gdb.cp/nextoverthrow.cc: New file.
11053
11054 2010-12-07 Doug Evans <dje@google.com>
11055
11056 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11057 of data-directory.
11058 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11059 updated.
11060 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11061
11062 2010-11-29 Michael Snyder <msnyder@vmware.com>
11063
11064 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11065 * gdb.base/call-sc.exp: Ditto.
11066 * gdb.base/finish.exp: Ditto.
11067 * gdb.base/return.exp: Ditto.
11068 * gdb.base/return2.exp: Ditto.
11069
11070 2010-11-30 Doug Evans <dje@google.com>
11071
11072 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11073 (gdb_expect_list): Fix spelling errors in comments.
11074 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11075 send_gdb/gdb_expect_list where applicable.
11076 * gdb.base/call-ar-st.exp: Ditto.
11077 * gdb.base/funcargs.exp: Ditto.
11078 * gdb.base/gcore.exp: Ditto.
11079 * gdb.base/page.exp: Ditto.
11080 * gdb.base/sigaltstack.exp: Ditto.
11081 * gdb.base/siginfo.exp: Ditto.
11082 * gdb.base/sigstep.exp: Ditto.
11083 * gdb.base/trace-commands.exp: Ditto.
11084
11085 2010-11-29 Doug Evans <dje@google.com>
11086
11087 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11088 printer-name;subprinter-name.
11089
11090 2010-11-29 Tom Tromey <tromey@redhat.com>
11091
11092 * gdb.dwarf2/implptr.exp: New file.
11093 * gdb.dwarf2/implptr.c: New file.
11094 * gdb.dwarf2/implptr.S: New file.
11095
11096 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11097
11098 PR python/12199
11099
11100 * gdb.python/py-breakpoint.exp: Test the delete method.
11101
11102 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11103
11104 Fix step_resume_breakpoint unsaved during an infcall.
11105 * gdb.base/step-resume-infcall.exp: New file.
11106 * gdb.base/step-resume-infcall.c: New file.
11107
11108 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11109
11110 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11111
11112 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11113
11114 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11115 on ppc64's symbols; "finish" and "return" commands must accept to
11116 show the caller line again as well as the line after.
11117 * gdb.asm/powerpc64.inc: New file.
11118
11119 2010-11-23 Doug Evans <dje@google.com>
11120
11121 * lib/gdb.exp (gdb_test_sequence): New function.
11122 (gdb_expect_list): Add verbose -log call for each pattern.
11123 * gdb.base/signals.exp (test_handle_all_print): Call it.
11124 Reduce timeout increment from 6 minutes to 1 minute.
11125 * gdb.server/ext-run.exp: Call it.
11126
11127 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11128
11129 PR python/12212
11130
11131 * gdb.python/python.exp: Check that selected_thread raises an
11132 error when no inferior is loaded.
11133
11134 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11135
11136 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11137 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11138
11139 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11140
11141 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11142 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11143
11144 2010-11-18 Doug Evans <dje@google.com>
11145
11146 * gdb.server/ext-run.exp: Fix intermittent failures.
11147
11148 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11149
11150 * gdb.stabs/gdb11479.exp: Use runto_main.
11151
11152 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11153
11154 * gdb.base/break-entry.exp: Skip if using a stub.
11155
11156 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11157
11158 * gdb.python/py-inferior.exp: Pack values in target endianness.
11159
11160 2010-11-12 Tom Tromey <tromey@redhat.com>
11161
11162 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11163 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11164 MemoryError.
11165 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11166 type.
11167 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11168 MemoryError.
11169 (test_subscript_regression): Update exception type.
11170
11171 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11172
11173 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11174 breakpoint tests.
11175
11176 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11177
11178 * gdb.base/watchpoint.exp: Test "watch -location" with an
11179 innacessible location.
11180
11181 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11182 Luis Machado <luisgpm@br.ibm.com>
11183
11184 * gdb.base/maint.exp: Expect "." prefix.
11185 * gdb.base/nodebug.exp: Expect "." Likewise.
11186 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11187 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11188 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11189 POWER server processors.
11190
11191 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11192 Luis Machado <luisgpm@br.ibm.com>
11193
11194 * gdb.base/break-entry.exp: convert entry point for
11195 ppc64 and expect leading `.' on ppc64's symbols
11196
11197 2010-11-05 Doug Evans <dje@google.com>
11198
11199 * gdb.base/help.exp: Update expected output.
11200 * gdb.python/py-param.exp: Delete, contents moved to ...
11201 * gdb.python/py-parameter.exp: ... here. New file.
11202 Add test for gdb.parameter ("directories").
11203
11204 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11205
11206 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11207 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11208 * configure: Regenerate.
11209 * gdb.opencl/Makefile.in: New File.
11210 * gdb.opencl/datatypes.exp: Likewise.
11211 * gdb.opencl/datatypes.cl: Likewise.
11212 * gdb.opencl/operators.exp: Likewise.
11213 * gdb.opencl/operators.cl: Likewise.
11214 * gdb.opencl/vec_comps.exp: Likewise.
11215 * gdb.opencl/vec_comps.cl: Likewise.
11216 * gdb.opencl/convs_casts.exp: Likewise.
11217 * gdb.opencl/convs_casts.cl: Likewise.
11218 * lib/opencl.exp: Likewise.
11219 * lib/opencl_hostapp.c: Likewise.
11220 * lib/opencl_kernel.cl: Likewise.
11221 * lib/cl_util.c: Likewise.
11222 * lib/cl_util.c: Likewise.
11223 * gdb.base/default.exp (set language): Add "opencl" to the list of
11224 languages.
11225
11226 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11227
11228 * gdb.cp/overload.exp: Added test for inheritance overload.
11229 * gdb.cp/overload.cc: Ditto.
11230 * gdb.cp/oranking.exp: Removed releveant kfails.
11231
11232 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11233 Joel Brobecker <brobecker@adacore.com>
11234
11235 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11236 check test_compiler_info.
11237
11238 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11239
11240 * gdb.base/gnu_vector.exp: Adjust expect messages.
11241
11242 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11243
11244 * gdb.base/gnu_vector.exp: Add unary operator tests.
11245
11246 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11247
11248 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11249
11250 2010-11-02 Doug Evans <dje@google.com>
11251
11252 * gdb.python/py-pp-maint.c: New file.
11253 * gdb.python/py-pp-maint.exp: New file.
11254 * gdb.python/py-pp-maint.py: New file.
11255
11256 2010-11-02 Tom Tromey <tromey@redhat.com>
11257
11258 * gdb.base/default.exp: Remove "scheme" from language list.
11259
11260 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11261
11262 Revert:
11263 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11264 * gdb.threads/sigstep-threads.exp: New file.
11265 * gdb.threads/sigstep-threads.c: New file.
11266
11267 2010-10-20 Michael Snyder <msnyder@vmware.com>
11268
11269 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11270
11271 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11272
11273 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11274 Skip test completely if gdb,no_hardware_watchpoints.
11275
11276 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11277
11278 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11279 strict, but do not check for any particular function name within libc.
11280
11281 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11282
11283 * gdb.cp/smartp.exp: New test.
11284 * gdb.cp/smartp.cc : New test.
11285
11286 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11287
11288 * gdb.cp/converts.exp: Test pointer to bool conversion.
11289 Test pointer to long conversion.
11290 * gdb.cp/oranking.exp: Removed relevant kfail.
11291
11292 2010-10-18 Tom Tromey <tromey@redhat.com>
11293
11294 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11295 argument to lazy_string.
11296 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11297 (pp_ls.to_string): Use it.
11298 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11299 Add "estring2" local.
11300
11301 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11302
11303 Fix s390x compatibility.
11304 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11305 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11306
11307 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.threads/sigstep-threads.exp: New file.
11310 * gdb.threads/sigstep-threads.c: New file.
11311
11312 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11313
11314 * gdb.base/pie-execl.exp: New file.
11315 * gdb.base/pie-execl.c: New file.
11316
11317 2010-10-13 Doug Evans <dje@google.com>
11318 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 PR exp/12117
11321 * gdb.cp/ptype-cv-cp.cc: New file.
11322 * gdb.cp/ptype-cv-cp.exp: New file.
11323
11324 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11325
11326 * gdb.cp/converts.cc: New test program.
11327 * gdb.cp/converts.exp: New test.
11328 * gdb.cp/overload.exp: Added test for void* vs int*.
11329 * gdb.cp/overload.exp: Ditto.
11330 * gdb.cp/oranking.exp: Removed related kfail.
11331
11332 2010-10-13 Doug Evans <dje@google.com>
11333
11334 * lib/gdb-python.exp (gdb_check_python_config): New function.
11335 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11336 * gdb.python/lib-types.cc: New file.
11337 * gdb.python/lib-types.exp: New file.
11338
11339 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11340
11341 * gdb.python/py-error.exp: New file.
11342 * gdb.python/py-error.py: New file.
11343
11344 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11345
11346 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11347 gdb_test_multiple.
11348
11349 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11352 * gdb.base/prelink.exp: Likewise.
11353 * gdb.base/solib-nodir.exp: Likewise.
11354 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11355 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11356 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11357
11358 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11359
11360 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11361 for the "info files" test to avoid timeouts on slow machines.
11362
11363 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11366 (main): Make openlib dummy call.
11367
11368 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11371 * break-interp.exp (reach): Move the core body ...
11372 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11373 (test_ld): Provide always real argument, even to the linker. Replace
11374 dl_main by _dl_debug_state.
11375
11376 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 Fix results of prelinked PIEs on ppc*.
11379 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11380 Accept also DISPLACEMENT "PRESENT".
11381 (main): Replace "ZERO" displacements by "PRESENT".
11382
11383 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11384
11385 * gdb.cp/oranking.exp: New test.
11386 * gdb.cp/oranking.cc: New test program.
11387
11388 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
11389
11390 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11391 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11392
11393 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11394
11395 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11396 lush, lynx) New constant.
11397 * gdb.base/constvars.exp: Test const array types.
11398 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11399
11400 2010-10-06 Doug Evans <dje@google.com>
11401
11402 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11403 of syscall staging area.
11404
11405 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11406
11407 * gdb.base/gnu_vector.c: Add variable c4.
11408 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11409 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11410
11411 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11412
11413 * gdb.arch/altivec-abi.exp: Fix a typo.
11414
11415 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11416
11417 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11418 to match a thread ID.
11419
11420 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11421
11422 Fix s390x testcase compatibility.
11423 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11424
11425 2010-10-01 Doug Evans <dje@google.com>
11426
11427 * lib/gdb-python.exp: New file.
11428 * gdb.python/py-block.exp: Use it.
11429 * gdb.python/py-breakpoint.exp: Ditto.
11430 * gdb.python/py-frame.exp: Ditto.
11431 * gdb.python/py-inferior.exp: Ditto.
11432 * gdb.python/py-param.exp: Ditto.
11433 * gdb.python/py-prettyprint.exp: Ditto.
11434 * gdb.python/py-shared.exp: Ditto.
11435 * gdb.python/py-symbol.exp: Ditto.
11436 * gdb.python/py-symtab.exp: Ditto.
11437 * gdb.python/py-type.exp: Ditto.
11438 * gdb.python/py-value.exp: Ditto.
11439 * gdb.python/python.exp: Ditto.
11440
11441 2010-09-30 Tom Tromey <tromey@redhat.com>
11442
11443 * gdb.base/anon.exp: New file.
11444 * gdb.base/anon.c: New file.
11445
11446 2010-09-30 Tom Tromey <tromey@redhat.com>
11447
11448 * gdb.base/completion.exp: Test completion through anonymous
11449 union.
11450 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11451
11452 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 Fix printing parameters of inlined functions.
11455 * gdb.dwarf2/dw2-inline-param.exp: New file.
11456 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11457 * gdb.dwarf2/dw2-inline-param.S: New file.
11458
11459 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 PR corefiles/12071.
11462 * gdb.base/corefile.exp (quit with a process, no question: load core)
11463 (quit with a core file): New tests.
11464
11465 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 Fix GDB crash on inferior calls with self-referencing classes.
11468 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11469 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11470 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11471
11472 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11473
11474 Fix lost siginfo_t for inferior calls.
11475 * gdb.base/siginfo-infcall.exp: New file.
11476 * gdb.base/siginfo-infcall.c: New file.
11477
11478 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11479
11480 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11481
11482 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11483
11484 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11485 New test.
11486 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11487
11488 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11489
11490 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11491 type of our const type.
11492
11493 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11494
11495 * gdb.cp/pr12028.cc: New.
11496 * gdb.cp/pr12028.exp: New.
11497
11498 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11499
11500 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11501
11502 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11503 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 PR mi/11407
11506 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11507 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11508 * gdb.mi/dw2-ref-missing-frame.S New File.
11509 * gdb.mi/dw2-ref-missing-frame.exp New File.
11510
11511 2010-09-14 Tom Tromey <tromey@redhat.com>
11512
11513 PR symtab/8399:
11514 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11515
11516 2010-09-14 Tom Tromey <tromey@redhat.com>
11517
11518 PR exp/11803:
11519 * gdb.threads/tls.exp: Use C++.
11520 (check_thread_local): Use K::another_thread_local.
11521 * gdb.threads/tls.c (class K): New.
11522 (another_thread_local): Now a member of K.
11523 (spin): Update. No longer K&R C.
11524
11525 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11526
11527 * gdb.cp/koenig.cc: created class for testing member lookup.
11528 * gdb.cp/koenig.exp: Added test for member lookup.
11529
11530 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 Fix false FAILs on sourcetree topdir directory containing "kill".
11533 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11534 source line matching regexp.
11535
11536 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11537
11538 * gdb.python/python.exp (set height 0, collect help from uiout)
11539 (verify help to uiout): New tests.
11540
11541 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11542
11543 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11544 is_lp64_target to check 64bit target.
11545
11546 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11549 (test_ld) <powerpc64-*>: New.
11550
11551 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11552
11553 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11554
11555 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11556
11557 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11558 (FunctionArg::method): New function.
11559 (empty, arg): New variables.
11560 (main): Call arg.method.
11561 * gdb.cp/templates.exp (test_template_args): New function.
11562 (do_tests): Call it.
11563
11564 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11565
11566 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11567 of "next" to proceed over pthread_exit call.
11568
11569 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11570
11571 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11572 "maint print statistics" output to prevent expect timeouts.
11573
11574 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11577 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11578 (test_float_rejected): ... here.
11579 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11580 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11581 (test_float_rejected): ... here.
11582 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11583 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11584 (test_float_rejected): ... here.
11585 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11586 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11587 (test_float_rejected): ... here.
11588
11589 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11590
11591 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11592 before disabling hardware watchpoints.
11593 (test_inaccessible_watchpoint): Check that hardware watchpoints
11594 are used. Test for watchpoints on a constant address.
11595
11596 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11597
11598 * gdb.base/ui-redirect.exp: New file.
11599
11600 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11601 Joel Brobecker <brobecker@adacore.com>
11602
11603 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11604
11605 2010-08-31 Doug Evans <dje@google.com>
11606
11607 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11608
11609 2010-08-30 Tom Tromey <tromey@redhat.com>
11610
11611 PR python/11792:
11612 * gdb.python/py-value.exp (test_subscript_regression): Add
11613 dynamic_type test.
11614
11615 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11616
11617 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11618 instead of running to main. Do not test the main function.
11619 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11620 Add new main.
11621
11622 2010-08-26 Pedro Alves <pedro@codesourcery.com>
11623
11624 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11625 one test.
11626
11627 2010-08-24 Doug Evans <dje@google.com>
11628
11629 PR symtab/11942
11630 * gdb.dwarf2/dw4-sig-types.cc: New file.
11631 * gdb.dwarf2/dw4-sig-types.h: New file.
11632 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11633 * gdb.dwarf2/dw4-sig-types.exp: New file.
11634
11635 2010-08-23 Tom Tromey <tromey@redhat.com>
11636
11637 PR python/11145:
11638 * gdb.python/py-value.c (Base, Derived): New types.
11639 (base): New global.
11640 * gdb.python/py-value.exp (test_subscript_regression): Add
11641 dynamic_cast test.
11642
11643 2010-08-23 Tom Tromey <tromey@redhat.com>
11644
11645 PR python/10676:
11646 * gdb.python/py-type.exp (test_fields): Add tests for type
11647 equality.
11648
11649 2010-08-23 Tom Tromey <tromey@redhat.com>
11650
11651 PR python/11915:
11652 * gdb.python/py-type.exp (test_fields): Add tests for array.
11653
11654 2010-08-23 Keith Seitz <keiths@redhat.com>
11655
11656 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11657 have any children. Create a new abbrev for it.
11658 Add missing terminal sequence to .debug_abbrev.
11659
11660 2010-08-20 Keith Seitz <keiths@redhat.com>
11661
11662 PR symtab/11465:
11663 * gdb.dwarf2/pr11465.exp: New test.
11664 * gdb.dwarf2/pr11465.S: New file.
11665 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11666 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11667
11668 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11669
11670 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11671 registers. Update data sets with the new v2_double element in the
11672 VSX register union. Add vector_register3_vr data set for the AltiVec
11673 registers. Use gdb_test_no_output instead of send_gdb.
11674
11675 2010-08-19 Pedro Alves <pedro@codesourcery.com>
11676
11677 * gdb.python/py-shared.exp: New file, factored out from
11678 python.exp.
11679 * gdb.python/py-shared.c: New file.
11680 * gdb.python/py-shared-sl.c: New file.
11681 * gdb.python/python-1.c: New file.
11682 * gdb.python/python-sl.c: Delete.
11683 * gdb.python/python.c: Mention python-1.c.
11684 * gdb.python/python.exp: Move shared library tests to
11685 py-shared.exp.
11686 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11687 (MISCELLANEOUS): New.
11688 (clean mostlyclean): Also remove $MISCELLANEOUS.
11689
11690 2010-08-19 Doug Evans <dje@google.com>
11691
11692 PR exp/11926
11693 * gdb.base/printcmds.exp (test_float_accepted): New function.
11694 Move existing float tests there. Add tests for floats with suffixes.
11695 (test_float_rejected): New function.
11696 * gdb.java/jv-print.exp (test_float_accepted): New function.
11697 (test_float_rejected): New function.
11698 * gdb.objc/print.exp: New file.
11699 * gdb.pascal/print.exp: New file.
11700 * lib/objc.exp: New file.
11701
11702 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11703
11704 * gdb.base/default.exp (info set): Avoid full buffer error and force
11705 reading up to final gdb prompt.
11706 (show): Likewise.
11707
11708 2010-08-18 Tom Tromey <tromey@redhat.com>
11709
11710 PR symtab/11919:
11711 * gdb.base/completion.exp: Add test.
11712
11713 2010-08-18 Doug Evans <dje@google.com>
11714
11715 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11716 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11717 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11718 Simplify, early exit if runto_main fails.
11719 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11720 (set_lang_fortran): Moved to lib/fortran.exp.
11721 * gdb.fortran/types.exp: load_lib fortran.exp.
11722 (set_lang_fortran): Moved to lib/fortran.exp.
11723 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11724 * gdb.java/jprint.exp (set_lang_java): Ditto.
11725 * gdb.java/jv-exp.exp: load_lib java.exp.
11726 If set_lang_java fails, issue a warning instead of failure to be
11727 consistent with other set_lang_foo uses.
11728 (set_lang_java): Moved to lib/java.exp.
11729 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11730 If set_lang_java fails, issue a warning instead of failure to be
11731 consistent with other set_lang_foo uses.
11732 * gdb.pascal/types.exp: load_lib pascal.exp.
11733 (set_lang_pascal): Moved to lib/pascal.exp.
11734 * lib/fortran.exp: New file.
11735 * lib/java.exp (set_lang_java): New function.
11736 * lib/pascal.exp (set_lang_pascal): New function.
11737
11738 2010-08-18 Yao Qi <yao@codesourcery.com
11739
11740 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11741 func_nofb_start and func_loopfb_start, so that address of functions
11742 is equal to these labels on Thumb.
11743
11744 2010-08-18 Yao Qi <yao@codesourcery.com>
11745
11746 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11747 to reflect latest c source file.
11748
11749 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11750
11751 * gdb.cp/infcall-dlopen.exp: New file.
11752 * gdb.cp/infcall-dlopen.cc: New file.
11753 * gdb.cp/infcall-dlopen-lib.cc: New file.
11754
11755 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11756 Pedro Alves <pedro@codesourcery.com>
11757
11758 PR breakpoints/11371
11759
11760 * gdb.base/watch-cond-infcall.exp: New file.
11761 * gdb.base/watch-cond-infcall.c: New file.
11762
11763 2010-08-16 Tom Tromey <tromey@redhat.com>
11764
11765 * gdb.base/help.exp: Update.
11766 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11767 watchpoint.
11768 (test_watch_location): New proc.
11769 (test_watchpoint_in_big_blob): Delete watchpoint.
11770 * gdb.base/watchpoint.c (func5): New function.
11771 (main): Call it.
11772
11773 2010-08-16 Doug Evans <dje@google.com>
11774
11775 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11776
11777 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11778
11779 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11780 tests.
11781
11782 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
11783
11784 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11785 * gdb.base/gnu_vector.c: New File.
11786 * gdb.base/gnu_vector.exp: Likewise.
11787
11788 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11789
11790 * gdb.python/python.c: New File.
11791 * gdb.python/python-sl.c: New File.
11792 * gdb.python/python.exp: Test solib_address and decode_line
11793 * functions.
11794
11795 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 * gdb.python/python.exp (show height, set height 10)
11798 (verify pagination beforehand, verify pagination beforehand: q)
11799 (gdb.execute does not page, verify pagination afterwards)
11800 (verify pagination afterwards: q): New.
11801
11802 2010-08-02 Doug Evans <dje@google.com>
11803
11804 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11805 because of an older gcc, change test2
11806 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11807 to unsupported.
11808
11809 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
11810
11811 * gdb.base/break-always.exp: Do not expect full paths to file
11812 names.
11813 * gdb.base/commands.exp: Likewise.
11814
11815 2010-07-30 Doug Evans <dje@google.com>
11816
11817 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11818 xfail them when run with older gccs.
11819
11820 * lib/gdb.exp (build_executable): Forward "c++" option to
11821 get_compiler_info.
11822
11823 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11824 "python print ttype.template_argument(1)" and
11825 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11826 if using gcc 4.4 or earlier.
11827
11828 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11829 attach-to-debugger handling.
11830
11831 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11834 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11835 (main): Use copyreloc.
11836 * gdb.base/prelink.exp (split debug of executable)
11837 (.dynbss vs. .bss address shift): New tests.
11838
11839 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11840
11841 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11842 in gdb_test_multiple.
11843
11844 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11845
11846 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11847 environment.
11848
11849 2010-07-28 Tom Tromey <tromey@redhat.com>
11850
11851 PR python/11060:
11852 * gdb.python/py-type.c (Temargs): New template.
11853 (temvar): New variable.
11854 * gdb.python/py-type.exp (test_template): New proc.
11855
11856 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11857
11858 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11859 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11860
11861 2010-07-28 Tom Tromey <tromey@redhat.com>
11862
11863 PR c++/9946:
11864 * gdb.cp/temargs.exp: New file.
11865 * gdb.cp/temargs.cc: New file.
11866
11867 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11868
11869 * gdb.base/help.exp (help disassemble): Update the content.
11870
11871 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 * gdb.threads/ia64-sigill.exp: New file.
11874 * gdb.threads/ia64-sigill.c: New file.
11875
11876 2010-07-27 Tom Tromey <tromey@redhat.com>
11877
11878 * gdb.opt/inline-cmds.c (ATTR): New define.
11879 (func1): Use it.
11880 (func2): Likewise.
11881 (func3): Likewise.
11882 (outer_inline1): Likewise.
11883 (outer_inline2): Likewise.
11884 * gdb.opt/inline-bt.c (ATTR): New define.
11885 (func1): Use it.
11886 (func2): Likewise.
11887 * gdb.opt/inline-locals.c (ATTR): New define.
11888 (func1): Use it.
11889 (func2): Likewise.
11890
11891 2010-07-27 Tom Tromey <tromey@redhat.com>
11892
11893 * gdb.stabs/gdb11479.c (hack): New function.
11894 (test): Use it.
11895 (test2): Use it.
11896 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11897 (int32_search_buf, int64_search_buf): No longer static.
11898 (x): Remove.
11899 * gdb.base/relocate.c (hack): New function.
11900
11901 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11902
11903 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11904 * gdb.python/py-value.c (func1): New function.
11905 (func2): Likewise.
11906
11907 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
11908
11909 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11910 as not to clash with .data section.
11911
11912 2010-07-26 Jerome Guitton <guitton@adacore.com>
11913
11914 * gdb.base/code_elim.exp: New file.
11915 * gdb.base/code_elim1.c: New file.
11916 * gdb.base/code_elim2.c: New file.
11917
11918 2010-07-21 Pedro Alves <pedro@codesourcery.com>
11919
11920 PR symtab/11827
11921
11922 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11923 (some_volatile_enum): New variable.
11924 * gdb.base/printcmds.exp (test_print_enums): New.
11925 <top level>: Call it.
11926
11927 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11928
11929 * gdb.cp/fpointer.cc: New test.
11930 * gdb.cp/fpointer.exp: New test.
11931
11932 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11933
11934 * gdb.base/solib-nodir.exp: New file.
11935 * lib/gdb.exp (runto): New case for a GDB internal error.
11936
11937 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11938 Ulrich Weigand <uweigand@de.ibm.com>
11939 Tom Tromey <tromey@redhat.com>
11940
11941 * gdb.base/charset-malloc.c: New file.
11942 * gdb.base/charset.c (malloc_stub): New prototype.
11943 (main): Call it instead of malloc itself.
11944 * gdb.base/charset.exp: Use only prepare_for_testing.
11945 (binfile): Remove the variable.
11946
11947 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 Make core files the process_stratum.
11950 * gdb.base/corefile.exp (run: load core again)
11951 (run: sanity check we see the core file, run: with core)
11952 (run: core file is cleared, attach: load core again)
11953 (attach: sanity check we see the core file, attach: with core)
11954 (attach: core file is cleared): New tests.
11955 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11956
11957 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11958
11959 * gdb.arch/altivec-abi.exp: New tests.
11960
11961 2010-07-13 Tom Tromey <tromey@redhat.com>
11962
11963 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11964 (main): Use it.
11965 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11966
11967 2010-07-13 Tom Tromey <tromey@redhat.com>
11968
11969 * gdb.base/label.exp: New file.
11970 * gdb.base/label.c: New file.
11971
11972 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11973 H.J. Lu <hongjiu.lu@intel.com>
11974
11975 * lib/gdb.exp (is_ilp32_target): New.
11976 (is_lp64_target): Likewise.
11977
11978 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11979 target.
11980 * gdb.arch/amd64-disp-step.exp: Likewise.
11981 * gdb.arch/amd64-dword.exp: Likewise.
11982 * gdb.arch/amd64-i386-address.exp: Likewise.
11983 * gdb.arch/amd64-word.exp: Likewise.
11984
11985 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11986 target.
11987 * gdb.arch/i386-bp_permanent.exp: Likewise.
11988 * gdb.arch/i386-byte.exp: Likewise.
11989 * gdb.arch/i386-disp-step.exp: Likewise.
11990 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11991 * gdb.arch/i386-prologue.exp: Likewise.
11992 * gdb.arch/i386-size-overlap.exp: Likewise.
11993 * gdb.arch/i386-size.exp: Likewise.
11994 * gdb.arch/i386-sse.exp: Likewise.
11995 * gdb.arch/i386-unwind.exp: Likewise.
11996 * gdb.arch/i386-word.exp: Likewise.
11997
11998 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11999 test only when building 64-bit executables. Do not hard-code
12000 -m64 option.
12001
12002 2010-07-07 Doug Evans <dje@google.com>
12003
12004 * lib/gdb.exp (gdb_test_list_exact): New function.
12005 * gdb.base/default.exp (show convenience): Call it, add tests for
12006 $_sdata = void, $_thread = 0.
12007
12008 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12009 Joel Brobecker <brobecker@adacore.com>
12010
12011 Fix re-run of PIE executable, PR shlibs/11776.
12012 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12013 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12014 and re-"run" of the inferior.
12015
12016 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12017 Joel Brobecker <brobecker@adacore.com>
12018
12019 Cope with missing /usr/sbin/prelink.
12020 * lib/prelink-support.exp (prelink_no):
12021 <result == 1 && $output is "no such file or directory">: New.
12022 (prelink_yes): Likewise. Return on failed prelink_no.
12023
12024 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12025 Joel Brobecker <brobecker@adacore.com>
12026
12027 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12028 build_executable by build_executable_own_libs. Replace "prelink -R"
12029 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12030 change.
12031 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12032 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12033 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12034 Replace build_executable by build_executable_own_libs's function
12035 build_executable_own_libs.
12036 (prelinkNO): Create new stub to call prelink_no.
12037 (prelinkYES): Create new stub to call prelink_yes.
12038 (test_attach): Rename calls of copy to file_copy.
12039 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12040 (copy): Move to ...
12041 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12042 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12043 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12044 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12045 special flags by gdb_compile_shlib. Replace second gdb_compile by
12046 build_executable_own_libs. Replace "prelink -R" execution by a call of
12047 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12048 a second call of prelink_yes. Replace restart commands by
12049 clean_restart.
12050 (prelink): Rename to ...
12051 (seen displacement message): ... this test. Extend its expectation
12052 strictness.
12053
12054 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12055
12056 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12057 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12058 displacement message exactly once.
12059
12060 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12061 Joel Brobecker <brobecker@adacore.com>
12062
12063 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12064 its restore after the <$relink_args != ""> loop. new comment.
12065
12066 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12067 Joel Brobecker <brobecker@adacore.com>
12068
12069 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12070 code for it. New variable relink_args.
12071 (prelinkYES): Call prelinkNO.
12072 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12073 in such case. Move the core code to ...
12074 (test_attach_gdb): ... a new function. Send GDB command "file".
12075 Extend expected "Attaching to " string.
12076
12077 2010-07-02 Tom Tromey <tromey@redhat.com>
12078
12079 * gdb.base/bitops.exp: Remove extraneous "pass".
12080
12081 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12082
12083 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12084
12085 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12086
12087 * gdb.base/help.exp: Adjust expected output.
12088
12089 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12090
12091 * gdb.base/help.exp: Adjust expected output.
12092
12093 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12096 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12097 c++/11702.
12098
12099 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12100 Doug Evans <dje@google.com>
12101
12102 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12103 add .dynamic entry'.
12104
12105 2010-06-29 Doug Evans <dje@google.com>
12106
12107 Test PR c++/11702.
12108 * gdb.cp/m-static.exp: Add testcase.
12109 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12110
12111 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12112 Tom Tromey <tromey@redhat.com>
12113 Thiago Jung Bauermann <bauerman@br.ibm.com>
12114
12115 * gdb.python/py-inferior.c: New File.
12116 * gdb.python/py-infthread.c: New File.
12117 * gdb.python/py-inferior.exp: New File.
12118 * gdb.python/py-infthread.exp: New File.
12119
12120 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12123 (ptype ::C::OtherFileClass typedefs): New.
12124 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12125 (C::OtherFileClass::cOtherFileClassVar2): New.
12126 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12127 cOtherFileClassVar2.
12128 (C::cOtherFileType2, C::cOtherFileVar2): New.
12129 (C::cOtherFileVar_use): use also cOtherFileVar2.
12130 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12131
12132 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12133
12134 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12135 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12136 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12137 (print ::C::cOtherFileVar)
12138 (whatis C::OtherFileClass::cOtherFileClassType)
12139 (whatis ::C::OtherFileClass::cOtherFileClassType)
12140 (print C::OtherFileClass::cOtherFileClassVar)
12141 (print ::cOtherFileClassVar)
12142 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12143 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12144 trailing content.
12145 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12146 (C::OtherFileClass::cOtherFileClassVar)
12147 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12148 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12149
12150 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12151
12152 Test PR c++/11703 and PR gdb/1448.
12153 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12154 gdb/1448.
12155
12156 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12159 (main) <rtti_data>: New.
12160 * gdb.cp/virtbase.exp (print rtti_data): New.
12161
12162 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12163 Joel Brobecker <brobecker@adacore.com>
12164
12165 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12166
12167 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12170
12171 2010-06-28 Doug Evans <dje@google.com>
12172
12173 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12174
12175 2010-06-27 Doug Evans <dje@google.com>
12176
12177 * gdb.cp/m-static.exp: Update expected test output.
12178
12179 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12180
12181 * gdb.gdb/selftest.exp: Adjust expected message for
12182 capturing start-up runtime.
12183
12184 2010-06-25 Tom Tromey <tromey@redhat.com>
12185
12186 PR python/10808:
12187 * gdb.python/python.exp: Add new tests.
12188
12189 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12190
12191 * gdb.cp/operator.cc: Created an import loop.
12192 * gdb.cp/operator.exp: Added testcase for import loop.
12193
12194 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 Test PR python/11407.
12197 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12198 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12199 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12200 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12201 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12202 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12203 binfile. Call gdb_compile with clean_restart twice.
12204 (func_nofb print, func_nofb backtrace, func_loopfb print)
12205 (func_loopfb backtrace): New.
12206
12207 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12208
12209 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12210 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12211 by a hand made one.
12212 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12213 i?86 requirement. Remove variables srcfile and binfile. New variable
12214 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12215
12216 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12217
12218 * gdb.cell/dwarfaddr.exp: New file.
12219 * gdb.cell/dwarfaddr.S: New file.
12220
12221 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 Test PR 9436.
12224 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12225
12226 2010-06-24 Hui Zhu <teawater@gmail.com>
12227
12228 * gdb.base/eval.exp: New file.
12229
12230 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12231
12232 * gdb.cell/fork.exp: New file.
12233 * gdb.cell/fork.c: Likewise.
12234 * gdb.cell/fork-spu.c: Likewise.
12235
12236 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12237
12238 * lib/gdb.exp (banned_variables_traced): New global variable.
12239 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12240 (gdb_init): Use `trace add variable' instead of obsolete
12241 `trace variable'.
12242
12243 2010-06-21 Doug Evans <dje@google.com>
12244
12245 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12246
12247 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12248
12249 * gdb.arch/spu-ls.exp: New file.
12250 * gdb.arch/spu-ls.c: Likewise.
12251
12252 2010-06-18 Stan Shebs <stan@codesourcery.com>
12253
12254 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12255
12256 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12257
12258 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12259 * gdb.base/watch-cond.exp: Likewise.
12260 * gdb.python/py-breakpoint.exp: Likewise.
12261
12262 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12263
12264 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12265 clean_restart, make sure every test has a distinct message, and
12266 that messages don't include the executable' full path.
12267
12268 2010-06-17 Doug Evans <dje@google.com>
12269
12270 * gdb.arch/i386-size.exp: Updated expected output for
12271 DISASSEMBLY_OMIT_FNAME.
12272
12273 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12274 Sergio Durigan Junior <sergiodj@redhat.com>
12275
12276 * gdb.base/watch-notconst.c: New file.
12277 * gdb.base/watch-notconst.S: New file.
12278 * gdb.base/watch-notconst2.c: New file.
12279 * gdb.base/watch-notconst2.S: New file.
12280 * gdb.base/watch-notconst.exp: New file.
12281 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12282 (func4): Add operations on `global_ptr_ptr'.
12283 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12284 routine to test watchpoints created with a constant expression.
12285 (test_inaccessible_watchpoint): Include tests for watchpoints
12286 created with a constant expression.
12287
12288 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12289
12290 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12291 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12292 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12293 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12294 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12295 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12296 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12297 of `_start'.
12298
12299 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12300
12301 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12302 not supported on the target.
12303 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12304 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12305 * gdb.mi/mi-nsintrall.exp: Likewise.
12306 * gdb.mi/mi-nsmoribund.exp: Likewise.
12307 * gdb.mi/mi-nsthrexec.exp: Likewise.
12308
12309 2010-06-11 Stan Shebs <stan@codesourcery.com>
12310
12311 * gdb.base/permissions.exp: New file.
12312
12313 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12314
12315 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12316 does not support ELF executable class.
12317
12318 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12319
12320 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12321
12322 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12325 (runto): Catch "The target does not support running in non-stop mode.".
12326
12327 2010-06-11 Michael Snyder <msnyder@vmware.com>
12328
12329 * gdb.base/setshow.exp (set language asm): Don't use
12330 gdb_test_no_output, fails on some targets.
12331
12332 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12333
12334 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12335 * gdb.cp/pr9167.exp: Likewise.
12336
12337 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12338
12339 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12340
12341 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12342
12343 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12344
12345 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12346
12347 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12348
12349 2010-06-11 Tom Tromey <tromey@redhat.com>
12350
12351 PR gdb/9977, PR exp/11636::
12352 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12353 (pieces_test_f6): Update expected output.
12354
12355 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12356
12357 * gdb.base/moribund-step.exp: New.
12358
12359 2010-06-08 Michael Snyder <msnyder@vmware.com>
12360
12361 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12362 * gdb.ada/boolean_expr.exp:
12363 * gdb.ada/frame_args.exp: Ditto.
12364 * gdb.ada/lang_switch.exp: Ditto.
12365 * gdb.ada/ptype_arith_binop.exp: Ditto.
12366 * gdb.ada/ref_param.exp: Ditto.
12367 * gdb.ada/type_coercion.exp:Ditto.
12368
12369 * gdb.asm/asm-source.exp: Ditto.
12370
12371 * gdb.base/attach.exp: Ditto.
12372 * gdb.base/bitfields2.exp: Ditto.
12373 * gdb.base/call-signal-resume.exp: Ditto.
12374 * gdb.base/callfuncs.exp: Ditto.
12375 * gdb.base/commands.exp: Ditto.
12376 * gdb.base/dbx.exp: Ditto.
12377 * gdb.base/default.exp: Ditto.
12378 * gdb.base/dump.exp: Ditto.
12379 * gdb.base/exprs.exp: Ditto.
12380 * gdb.base/freebpcmd.exp: Ditto.
12381 * gdb.base/interrupt.exp: Ditto.
12382 * gdb.base/list.exp: Ditto.
12383 * gdb.base/long_long.exp: Ditto.
12384 * gdb.base/maint.exp: Ditto.
12385 * gdb.base/ptype.exp: Ditto.
12386 * gdb.base/return.exp: Ditto.
12387 * gdb.base/setshow.exp: Ditto.
12388 * gdb.base/sigbpt.exp: Ditto.
12389 * gdb.base/sigrepeat.exp: Ditto.
12390
12391 * gdb.cp/classes.exp: Ditto.
12392
12393 * gdb.dwarf2/dw2-restore.exp: Ditto.
12394
12395 * gdb.gdb/selftest.exp: Ditto.
12396
12397 * gdb.multi/base.exp: Ditto.
12398 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12399
12400 * gdb.python/py-block.exp: Ditto.
12401 * gdb.python/py-prettyprint.exp: Ditto.
12402 * gdb.python/py-template.exp: Ditto.
12403
12404 * gdb.server/ext-attach.exp: Ditto.
12405 * gdb.server/ext-run.exp: Ditto.
12406 * gdb.server/server-mon.exp: Ditto.
12407
12408 * gdb.threads/fork-thread-pending.exp: Ditto.
12409 * gdb.threads/hand-call-in-threads.exp: Ditto.
12410 * gdb.threads/interrupted-hand-call.exp: Ditto.
12411 * gdb.threads/linux-dp.exp: Ditto.
12412 * gdb.threads/manythreads.exp: Ditto.
12413 * gdb.threads/print-threads.exp: Ditto.
12414 * gdb.threads/pthreads.exp: Ditto.
12415 * gdb.threads/schedlock.exp: Ditto.
12416 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12417 * gdb.threads/threadapply.exp: Ditto.
12418
12419 2010-06-08 Michael Snyder <msnyder@vmware.com>
12420
12421 * gdb.ada/exec_changed.exp:
12422 Use ".*" instead of "" as wildcard regexp.
12423
12424 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12425 * gdb.base/call-ar-st.exp: Ditto.
12426 * gdb.base/checkpoint.exp: Ditto.
12427 * gdb.base/default.exp: Ditto.
12428 * gdb.base/dump.exp: Ditto.
12429 * gdb.base/ending-run.exp: Ditto.
12430 * gdb.base/fileio.exp: Ditto.
12431 * gdb.base/miscexprs.exp: Ditto.
12432 * gdb.base/pointers.exp: Ditto.
12433 * gdb.base/readline.exp: Ditto.
12434 * gdb.base/reread.exp: Ditto.
12435 * gdb.base/restore.exp: Ditto.
12436 * gdb.base/shlib-call.exp: Ditto.
12437 * gdb.base/valgrind-db-attach.exp: Ditto.
12438 * gdb.base/volatile.exp: Ditto.
12439 * gdb.base/watchpoints.exp: Ditto.
12440
12441 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12442
12443 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12444 * gdb.python/py-value.exp: Ditto.
12445
12446 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12447 * gdb.trace/circ.exp: Ditto.
12448 * gdb.trace/collection.exp: Ditto.
12449 * gdb.trace/packetlen.exp: Ditto.
12450 * gdb.trace/passc-dyn.exp: Ditto.
12451 * gdb.trace/report.exp: Ditto.
12452 * gdb.trace/tfile.exp: Ditto.
12453 * gdb.trace/tfind.exp: Ditto.
12454 * gdb.trace/while-dyn.exp: Ditto.
12455
12456 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12457
12458 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12459
12460 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 Test PR 10640.
12463 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12464
12465 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12466
12467 * gdb.cp/koenig.exp: Test for ADL operators.
12468 * gdb.cp/koenig.cc: Added ADL operators.
12469 * gdb.cp/operator.exp: New test.
12470 * gdb.cp/operator.cc: New test.
12471
12472 2010-06-04 Michael Snyder <msnyder@vmware.com>
12473
12474 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12475 * gdb.base/pending.exp: Ditto.
12476
12477 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12478
12479 2010-06-04 Doug Evans <dje@google.com>
12480
12481 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12482 disabled printers.
12483 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12484 (enable_lookup_function): New function.
12485
12486 2010-06-04 Tom Tromey <tromey@redhat.com>
12487
12488 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12489 of hash and id.
12490
12491 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12492
12493 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12494 newline.
12495 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12496 (empty verbose non-noisy clear, empty verbose noisy clear)
12497 (empty non-verbose noisy clear): Likewise.
12498
12499 2010-06-03 Michael Snyder <msnyder@vmware.com>
12500
12501 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12502 * gdb.base/display.exp: Ditto.
12503 * gdb.base/find.exp: Ditto.
12504 * gdb.base/ifelse.exp: Ditto.
12505 * gdb.base/multi-forks.exp: Ditto.
12506 * gdb.base/recurse.exp: Ditto.
12507 * gdb.base/setshow.exp: Ditto.
12508 * gdb.base/value-double-free.exp: Ditto.
12509 * gdb.base/watch-vfork.exp: Ditto.
12510 * gdb.base/watch_thread_num.exp: Ditto.
12511 * gdb.base/watchpoint-solib.exp: Ditto.
12512 * gdb.base/watchpoint.exp: Ditto.
12513 * gdb.base/watchpoints.exp: Ditto.
12514
12515 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12516 * gdb.cp/overload.exp: Ditto.
12517 * gdb.cp/virtfunc.exp: Ditto.
12518
12519 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12520
12521 * gdb.reverse/watch-precsave.exp:
12522 Replace gdb_test with gdb_test_no_output.
12523
12524 * gdb.threads/attach-into-signal.exp:
12525 Replace gdb_test with gdb_test_no_output.
12526 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12527 * gdb.threads/watchthreads.exp: Ditto.
12528 * gdb.threads/watchthreads2.exp: Ditto.
12529
12530 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12531 * gdb.trace/tfind.exp: Ditto.
12532
12533 2010-06-03 Joel Brobecker <brobecker@adacore.com>
12534
12535 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12536 successful test if message is the empty string.
12537
12538 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 * gdb.fortran/module.exp (stopped language detection): New test.
12541
12542 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544 Support DW_TAG_module as separate namespaces.
12545 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12546 gdb.fortran/library-module-lib.f90: New.
12547 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12548 (print i): Remove.
12549 (continue to breakpoint: i-is-1, print var_i value 1)
12550 (continue to breakpoint: i-is-2, print var_i value 2)
12551 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12552 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12553 (complete `modmany, complete `modmany`, complete `modmany`var)
12554 (show language, setting breakpoint at module): New tests.
12555 * gdb.fortran/module.f90 (module mod): Remove.
12556 (module mod1, module mod2, module modmany, subroutine sub1)
12557 (subroutine sub2, program module): New.
12558
12559 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12562 (print value of rUC, print value of rI, print value of UI): ... here.
12563 * gdb.cp/anon-union.exp (pass): Rename to ...
12564 (print z 2): ... here.
12565
12566 2010-06-02 Michael Snyder <msnyder@vmware.com>
12567
12568 * gdb.trace/actions.exp: Use gdb_test_no_output.
12569 * gdb.trace/circ.exp: Ditto.
12570 * gdb.trace/packetlen.exp: Ditto.
12571 * gdb.trace/save-trace.exp: Ditto.
12572 * gdb.trace/tracecmd.exp: Ditto.
12573 * gdb.trace/tsv.exp: Ditto.
12574
12575 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12576 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12577 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12578 * gdb.threads/manythreads.exp: Ditto.
12579 * gdb.threads/print-threads.exp: Ditto.
12580 * gdb.threads/pthreads.exp: Ditto.
12581 * gdb.threads/schedlock.exp: Ditto.
12582 * gdb.threads/staticthreads.exp: Ditto.
12583 * gdb.threads/thread-specific.exp: Ditto.
12584 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12585 * gdb.threads/threadapply.exp: Ditto.
12586 * gdb.threads/watchthreads.exp: Ditto.
12587 * gdb.threads/watchthreads2.exp: Ditto.
12588
12589 * gdb.python/py-block.exp: Use gdb_test_no_output.
12590 * gdb.python/py-prettyprint.exp: Ditto.
12591 * gdb.python/py-template.exp: Ditto.
12592 * gdb.python/py-value.exp: Ditto.
12593
12594 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12595 * gdb.reverse/watch-reverse.exp: Ditto.
12596
12597 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12598 * gdb.server/ext-run.exp: Ditto.
12599
12600 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12601 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12602 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12603 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12604 * gdb.dwarf2/dw2-producer.exp: Ditto.
12605 * gdb.dwarf2/mac-fileno.exp: Ditto.
12606
12607 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12608 * gdb.gdb/selftest.exp: Ditto.
12609
12610 * gdb.multi/base.exp: Use gdb_test_no_output.
12611
12612 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12613
12614 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12617
12618 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12619
12620 * gdb.cp/class2.exp: Use gdb_test_no_output.
12621 * gdb.cp/classes.exp: Ditto.
12622 * gdb.cp/extern-c.exp: Ditto.
12623 * gdb.cp/inherit.exp: Ditto.
12624 * gdb.cp/maint.exp: Ditto.
12625 * gdb.cp/mb-inline.exp: Ditto.
12626 * gdb.cp/mb-templates.exp: Ditto.
12627 * gdb.cp/method2.exp: Ditto.
12628 * gdb.cp/misc.exp: Ditto.
12629 * gdb.cp/ovldbreak.exp: Ditto.
12630 * gdb.cp/punctuator.exp: Ditto.
12631 * gdb.cp/templates.exp: Ditto.
12632 * gdb.cp/virtbase.exp: Ditto.
12633
12634 * gdb.threads/attach-stopped.exp:
12635 Replace uses of send_gdb / gdb_expect.
12636 * gdb.threads/attachstop-mt.exp:
12637 Replace uses of send_gdb / gdb_expect.
12638 * gdb.threads/gcore-thread.exp:
12639 Replace uses of send_gdb / gdb_expect.
12640 * gdb.threads/hand-call-in-threads.exp:
12641 Replace uses of send_gdb / gdb_expect.
12642 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12643 * gdb.threads/print-threads.exp:
12644 Replace uses of send_gdb / gdb_expect.
12645 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12646 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12647 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12648
12649 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12650 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12651 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12652 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12653 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12654 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12655 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12656 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12657 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12658 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12659 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12660
12661 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12664
12665 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12666
12667 * gdb.cp/koenig.exp: Added new test case.
12668 * gdb.cp/koenig.cc: Ditto.
12669
12670 2010-06-01 Michael Snyder <msnyder@vmware.com>
12671
12672 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12673 * gdb.base/arrayidx.exp: Ditto.
12674 * gdb.base/attach.exp: Ditto.
12675 * gdb.base/auxv.exp: Ditto.
12676 * gdb.base/bigcre.exp: Ditto.
12677 * gdb.base/break-always.exp: Ditto.
12678 * gdb.base/break-interp.exp: Ditto.
12679 * gdb.base/break.exp: Ditto.
12680 * gdb.base/breakpoint-shadow.exp: Ditto.
12681 * gdb.base/call-ar-st.exp: Ditto.
12682 * gdb.base/call-sc.exp: Ditto.
12683 * gdb.base/call-signal-resume.exp: Ditto.
12684 * gdb.base/callfuncs.exp: Ditto.
12685 * gdb.base/catch-syscall.exp: Ditto.
12686 * gdb.base/charset.exp: Ditto.
12687 * gdb.base/code-expr.exp: Ditto.
12688 * gdb.base/commands.exp: Ditto.
12689 * gdb.base/cond-expr.exp: Ditto.
12690 * gdb.base/condbreak.exp: Ditto.
12691 * gdb.base/cursal.exp: Ditto.
12692 * gdb.base/cvexpr.exp: Ditto.
12693 * gdb.base/default.exp: Ditto.
12694 * gdb.base/del.exp: Ditto.
12695 * gdb.base/detach.exp: Ditto.
12696 * gdb.base/display.exp: Ditto.
12697 * gdb.base/ena-dis-br.exp: Ditto.
12698 * gdb.base/eval-skip.exp: Ditto.
12699 * gdb.base/foll-fork.exp: Ditto.
12700 * gdb.base/foll-vfork.exp: Ditto.
12701 * gdb.base/frame-args.exp: Ditto.
12702 * gdb.base/funcargs.exp: Ditto.
12703 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12704 * gdb.base/gdbvars.exp: Ditto.
12705 * gdb.base/help.exp: Ditto.
12706 * gdb.base/ifelse.exp: Ditto.
12707 * gdb.base/included.exp: Ditto.
12708 * gdb.base/list.exp: Ditto.
12709 * gdb.base/macscp.exp: Ditto.
12710 * gdb.base/maint.exp: Ditto.
12711 * gdb.base/multi-fork.exp: Ditto.
12712 * gdb.base/overlays.exp: Ditto.
12713 * gdb.base/page.exp: Ditto.
12714 * gdb.base/pending.exp: Ditto.
12715 * gdb.base/pointers.exp: Ditto.
12716 * gdb.base/pr11022.exp: Ditto.
12717 * gdb.base/prelink.exp: Ditto.
12718 * gdb.base/printcmds.exp: Ditto.
12719 * gdb.base/psymtab.exp: Ditto.
12720 * gdb.base/randomize.exp: Ditto.
12721 * gdb.base/relational.exp: Ditto.
12722 * gdb.base/relocate.exp: Ditto.
12723 * gdb.base/remote.exp: Ditto.
12724 * gdb.base/sepdebug.exp: Ditto.
12725 * gdb.base/set-lang-auto.exp: Ditto.
12726 * gdb.base/setshow.exp: Ditto.
12727 * gdb.base/setvar.exp: Ditto.
12728 * gdb.base/signals.exp: Ditto.
12729 * gdb.base/signull.exp: Ditto.
12730 * gdb.base/sigstep.exp: Ditto.
12731 * gdb.base/sizeof.exp: Ditto.
12732 * gdb.base/solib-disc.exp: Ditto.
12733 * gdb.base/store.exp: Ditto.
12734 * gdb.base/structs.exp: Ditto.
12735 * gdb.base/structs2.exp: Ditto.
12736 * gdb.base/subst.exp: Ditto.
12737 * gdb.base/term.exp: Ditto.
12738 * gdb.base/trace-commands.exp: Ditto.
12739 * gdb.base/unwindonsignal.exp: Ditto.
12740 * gdb.base/valgrind-db-attach.exp: Ditto.
12741 * gdb.base/varargs.exp: Ditto.
12742 * gdb.base/watch-cond.exp: Ditto.
12743 * gdb.base/watch_thread_num.exp: Ditto.
12744 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12745 * gdb.base/watchpoint.exp: Ditto.
12746 * gdb.base/whatis-exp.exp: Ditto.
12747
12748 2010-06-01 Michael Snyder <msnyder@vmware.com>
12749
12750 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12751 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12752 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12753 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12754 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12755 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12756 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12757 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12758 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12759 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12760 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12761 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12762 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12763 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12764 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12765
12766 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12767
12768 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12769 trailing newline.
12770 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12771 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12772 (p *args): ... here and remove excessive trailing newline.
12773
12774 2010-05-31 Joel Brobecker <brobecker@adacore.com>
12775
12776 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12777
12778 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 Accept the new Linux kernel "t (tracing stop)" string.
12781 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12782 Update comment.
12783 (state_wait) <T (tracing stop)>: New.
12784 (main): Update the state_wait expect string.
12785
12786 2010-05-28 Pedro Alves <pedro@codesourcery.com>
12787
12788 * limits.c, limits.exp: Delete files.
12789 * Makefile.in (clean mostlyclean): Adjust.
12790 * tracecmd.exp: Adjust.
12791
12792 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12793
12794 * gdb.base/tui-layout.exp: New.
12795
12796 2010-05-28 Michael Snyder <msnyder@vmware.com>
12797
12798 * gdb.reverse/break-precsave.exp:
12799 Replace uses of send_gdb / gdb_expect.
12800 * gdb.reverse/break-reverse.exp:
12801 Replace uses of send_gdb / gdb_expect.
12802 * gdb.reverse/consecutive-precsave.exp:
12803 Replace uses of send_gdb / gdb_expect.
12804 * gdb.reverse/consecutive-reverse.exp:
12805 Replace uses of send_gdb / gdb_expect.
12806 * gdb.reverse/finish-precsave.exp:
12807 Replace uses of send_gdb / gdb_expect.
12808 * gdb.reverse/finish-reverse.exp:
12809 Replace uses of send_gdb / gdb_expect.
12810 * gdb.reverse/i386-precsave.exp:
12811 Replace uses of send_gdb / gdb_expect.
12812 * gdb.reverse/i386-reverse.exp:
12813 Replace uses of send_gdb / gdb_expect.
12814 * gdb.reverse/i386-sse-reverse.exp:
12815 Replace uses of send_gdb / gdb_expect.
12816 * gdb.reverse/i387-env-reverse.exp:
12817 Replace uses of send_gdb / gdb_expect.
12818 * gdb.reverse/i387-stack-reverse.exp:
12819 Replace uses of send_gdb / gdb_expect.
12820 * gdb.reverse/machinestate-precsave.exp:
12821 Replace uses of send_gdb / gdb_expect.
12822 * gdb.reverse/machinestate.exp:
12823 Replace uses of send_gdb / gdb_expect.
12824 * gdb.reverse/sigall-precsave.exp:
12825 Replace uses of send_gdb / gdb_expect.
12826 * gdb.reverse/sigall-reverse.exp:
12827 Replace uses of send_gdb / gdb_expect.
12828 * gdb.reverse/solib-precsave.exp:
12829 Replace uses of send_gdb / gdb_expect.
12830 * gdb.reverse/solib-reverse.exp:
12831 Replace uses of send_gdb / gdb_expect.
12832 * gdb.reverse/step-precsave.exp:
12833 Replace uses of send_gdb / gdb_expect.
12834 * gdb.reverse/step-reverse.exp:
12835 Replace uses of send_gdb / gdb_expect.
12836 * gdb.reverse/until-precsave.exp:
12837 Replace uses of send_gdb / gdb_expect.
12838 * gdb.reverse/until-reverse.exp:
12839 Replace uses of send_gdb / gdb_expect.
12840 * gdb.reverse/watch-precsave.exp:
12841 Replace uses of send_gdb / gdb_expect.
12842 * gdb.reverse/watch-reverse.exp:
12843 Replace uses of send_gdb / gdb_expect.
12844
12845 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12846
12847 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12848 excessive newline.
12849
12850 2010-05-27 Michael Snyder <msnyder@vmware.com>
12851
12852 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
12853 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12854 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12855 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12856 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12857 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12858 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12859 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12860 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12861 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12862 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12863 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12864 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12865 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12866 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12867 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12868 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12869 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12870 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
12871
12872 2010-05-26 Michael Snyder <msnyder@vmware.com>
12873
12874 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12875 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12876
12877 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12878 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12879 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12880
12881 * gdb.reverse/consecutive-reverse.exp:
12882 Replace uses of send_gdb / gdb_expect.
12883 * gdb.reverse/consecutive-precsave.exp:
12884 Replace uses of send_gdb / gdb_expect.
12885
12886 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12887 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12888 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
12889 * gdb.mi/mi-ns-stale-regcache.exp:
12890 Replace uses of send_gdb / gdb_expect.
12891 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12892 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12893 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12894 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12895 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12896 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12897 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12898 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12899 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
12900
12901 2010-05-26 Michael Snyder <msnyder@vmware.com>
12902
12903 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
12904
12905 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
12906
12907 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12908 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12909 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12910 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12911 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12912 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12913 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12914 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12915 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
12916
12917 2010-05-25 Tom Tromey <tromey@redhat.com>
12918
12919 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12920
12921 2010-05-25 Tom Tromey <tromey@redhat.com>
12922
12923 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12924 argument order.
12925 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12926 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12927 order.
12928 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12929 order.
12930 * gdb.base/call-sc.exp (setup_kfails): Remove.
12931 (setup_compiler_kfails): Remove.
12932 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12933 argument order.
12934 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12935 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12936 (advancei): Fix setup_kfail argument order.
12937 * gdb.base/radix.exp: Fix setup_kfail argument order.
12938 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12939 order.
12940 * gdb.base/structs.exp (setup_kfails): Remove.
12941 (setup_compiler_kfails): Fix setup_kfail argument order.
12942 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12943 order.
12944 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12945 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12946 setup_kfail argument order.
12947 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12948
12949 2010-05-25 Tom Tromey <tromey@redhat.com>
12950
12951 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12952
12953 2010-05-25 Michael Snyder <msnyder@vmware.com>
12954
12955 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12956 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12957 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12958 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12959 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12960 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12961 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12962 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12963 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12964 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12965 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12966 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12967 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12968 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12969 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12970 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12971 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12972 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12973 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12974 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12975 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12976 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12977 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12978 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12979 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12980 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12981 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12982 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12983 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12984 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12985 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12986 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12987 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12988 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12989 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12990 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12991 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12992 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12993 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12994 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12995 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12996 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12997 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12998 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12999 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13000 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13001 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13002 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13003
13004 2010-05-25 Doug Evans <dje@google.com>
13005
13006 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13007 gdb.string_to_argv.
13008
13009 2010-05-21 Tom Tromey <tromey@redhat.com>
13010
13011 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13012 Call it.
13013 * gdb.dwarf2/pieces.S: Update.
13014 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13015
13016 2010-05-21 Tom Tromey <tromey@redhat.com>
13017
13018 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13019 Call it.
13020 * gdb.dwarf2/pieces.c (struct C): New.
13021 (f6): New function.
13022 * gdb.dwarf2/pieces.S: Replace.
13023
13024 2010-05-21 Tom Tromey <tromey@redhat.com>
13025
13026 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13027 Call it.
13028
13029 2010-05-21 Tom Tromey <tromey@redhat.com>
13030
13031 * gdb.dwarf2.pieces.exp: New file.
13032 * gdb.dwarf2.pieces.S: New file.
13033 * gdb.dwarf2.pieces.c: New file.
13034
13035 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13036 Joel Brobecker <brobecker@adacore.com>
13037
13038 * lib/gdb.exp (gdb_test_no_output): New function.
13039 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13040 when testing commands that should produce no output.
13041
13042 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13043
13044 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13045 parameter that we want to watch being a constant.
13046
13047 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13048
13049 * gdb.ada/cond_lang: New testcase.
13050
13051 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13052
13053 * lib/gdb.exp (banned_variables): New variable/constant.
13054 (gdb_init): Add write trace on variables listed in banned_variables.
13055 (gdb_finish): Remove write traces on variables listed in
13056 banned_variables.
13057
13058 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13059
13060 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13061 * gdb.cp/koenig.exp: Likewise.
13062
13063 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13064
13065 PR python/11482
13066
13067 * gdb.python/py-value.exp (test_value_hash): New function.
13068
13069 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13070
13071 PR exp/11530.
13072 * gdb.base/gdb11530.c: New file.
13073 * gdb.base/gdb11530.exp: New file.
13074
13075 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13076
13077 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13078 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13079
13080 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13081
13082 * gdb.cp/koenig.exp: New test.
13083 * gdb.cp/koenig.cc: New test program.
13084
13085 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13086
13087 Remove the use of prms_id and bug_id throughout the testsuite.
13088
13089 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13090
13091 PR exp/11349.
13092 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13093 use a reference local variable.
13094
13095 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13098 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13099 variable different_dir. Move debugfile into a full directory pathname
13100 under DIFFERENT_DIR.
13101 * lib/gdb.exp (separate_debug_filename): Remove.
13102 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13103 variable debug_dir and mkdir of it. Update function comments.
13104
13105 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13106
13107 PR gdb/11557
13108
13109 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13110 files.
13111
13112 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13113
13114 * gdb.python/py-param.exp: New File.
13115
13116 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13117
13118 * gdb.base/default.exp: Fix "set language" test.
13119
13120 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13121
13122 PR breakpoints/11531.
13123 * gdb.base/gdb11531.c: New file.
13124 * gdb.base/gdb11531.exp: New file.
13125
13126 2010-04-26 Tom Tromey <tromey@redhat.com>
13127
13128 * gdb.base/completion.exp: Add tests for completion and deprecated
13129 commands.
13130
13131 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13132
13133 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13134 (print /x char_array): Escape curly brackets.
13135
13136 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13137
13138 Fix deadlock on looped list of loaded shared objects.
13139 * gdb.base/solib-corrupted.exp: New.
13140
13141 2010-04-23 Doug Evans <dje@google.com>
13142
13143 * gdb.python/py-section-script.c: New file.
13144 * gdb.python/py-section-script.exp: New file.
13145 * gdb.python/py-section-script.py: New file.
13146
13147 2010-04-20 Chris Moller <cmoller@redhat.com>
13148
13149 PR 10179
13150
13151 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13152 * gdb.base/pr10179-a.c:
13153 * gdb.base/pr10179-b.c:
13154 * gdb.base/pr10179.exp: New files.
13155
13156 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 Fix crashes on dangling display expressions.
13159 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13160 is SEP.
13161 (lib_flags): Remove the "debug" keyword.
13162 (libsepdebug): New variable for iterating new loop.
13163 (save_pf_prefix): New variable wrapping the loop.
13164 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13165 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13166
13167 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13168
13169 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13170
13171 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13172
13173 PR stabs/11479.
13174 * gdb.stabs/gdb11479.exp: New file.
13175 * gdb.stabs/gdb11479.c: New file.
13176
13177 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13178
13179 * gdb.base/charset.c (Strin16, String32): New variables.
13180 * gdb.base/charset.exp (gdb_test): Test correct display
13181 of 16 or 32 bit strings.
13182
13183 2010-04-21 Chris Moller <cmoller@redhat.com>
13184
13185 PR 9167
13186 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13187 * gdb.cp/pr9167.cc: New file.
13188 * gdb.cp/pr9167.exp: New file.
13189
13190
13191 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13192
13193 PR pascal/11492.
13194 * gdb.pascal/gdb11492.pas: New file.
13195 * gdb.pascal/gdb11492.exp: New file.
13196
13197 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13198
13199 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13200
13201 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13202
13203 * gdb.ada/dyn_loc: New testcase.
13204
13205 2010-04-20 Chris Moller <cmoller@redhat.com>
13206
13207 PR 10867
13208
13209 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13210 * gdb.cp/pr10687.cc: New file.
13211 * gdb.cp/pr10687.exp: New file.
13212
13213
13214 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13215 Sergio Durigan Junior <sergiodj@redhat.com>
13216
13217 * gdb.fortran/logical.exp: New testcase.
13218 * gdb.fortran/logical.f90: New file.
13219
13220 2010-04-19 Doug Evans <dje@google.com>
13221
13222 * gdb.base/help.exp (help source): Update expected output.
13223
13224 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13227 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13228 gdb_exit and return.
13229 (executable): New variable.
13230 (binfile): Use it.
13231
13232 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13233
13234 PR breakpoints/8554.
13235
13236 * gdb.trace/save-trace.exp: Adjust.
13237
13238 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13239
13240 PR corefiles/11511
13241 * gdb.arch/system-gcore.exp: New.
13242 * gdb.arch/gcore.c: Likewise.
13243
13244 2010-04-15 Doug Evans <dje@google.com>
13245
13246 * gdb.python/py-progspace.c: New file.
13247 * gdb.python/py-progspace.exp: New file.
13248
13249 * gdb.base/source.exp: Add tests for "source -s".
13250
13251 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13252
13253 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13254 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13255 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13256 * gdb.python/py-mi.exp: New test for to_string returning None.
13257
13258 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13259
13260 * gdb.python/py-breakpoint.c: Make result global.
13261
13262 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13263
13264 Fix non-GNU make compatibility.
13265 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13266
13267 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13268
13269 * gdb.python/py-breakpoint.exp: New File.
13270 * gdb.python/py-breakpoint.C: Ditto.
13271
13272 2010-04-08 Stan Shebs <stan@codesourcery.com>
13273
13274 * gdb.trace/actions.exp: Clear default-collect.
13275 * gdb.trace/save-trace.exp: Clear default-collect.
13276
13277 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13278
13279 * gdb.python/py-value: Add null string variable.
13280 (test_lazy_string): Test zero length, NULL address lazy
13281 strings.
13282
13283 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13284
13285 * gdb.arch/i386-avx.c: New.
13286 * gdb.arch/i386-avx.exp: Likewise.
13287
13288 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13289
13290 2010-04-06 Doug Evans <dje@google.com>
13291
13292 * gdb.base/source-test.gdb: New file.
13293 * gdb.base/source.exp: Test source -v.
13294
13295 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13296
13297 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13298
13299 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13300
13301 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13302 within one line, unless it is followed by a double quote.
13303 * gdb.stabs/hppa.sed: Idem.
13304 * gdb.stabs/weird.def: Add char and String constants
13305 * gdb.stabs/weird.exp: Check for correct parsing of
13306 char and string constants.
13307 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13308 in .stabs to .stabx substitution.
13309
13310 2010-04-05 Stan Shebs <stan@codesourcery.com>
13311
13312 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13313 constant global.
13314 * gdb.trace/tfile.exp: Try to print them.
13315
13316 2010-04-04 Stan Shebs <stan@codesourcery.com>
13317
13318 * gdb.base/completion.exp: Update for new "info watchpoints".
13319 * gdb.base/default.exp: Ditto.
13320 * gdb.base/help.exp: Ditto.
13321 * gdb.base/watchpoint.exp: Ditto.
13322 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13323
13324 2010-04-04 Stan Shebs <stan@codesourcery.com>
13325
13326 * gdb.trace/tfile.exp: Sharpen tfind test.
13327
13328 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13329
13330 * gdb.base/break-entry.exp: New.
13331
13332 2010-04-02 Hui Zhu <teawater@gmail.com>
13333 Michael Snyder <msnyder@vmware.com>
13334
13335 * gdb.reverse/i386-sse-reverse.exp: New file.
13336 * gdb.reverse/i386-sse-reverse.c: New file.
13337
13338 2010-04-02 Pedro Alves <pedro@codesourcery.com>
13339
13340 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13341
13342 2010-04-01 Stan Shebs <stan@codesourcery.com>
13343
13344 * gdb.trace/actions.exp: Tweak expected output.
13345 * gdb.trace/while-stepping.exp: Tweak expected output.
13346
13347 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13348
13349 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13350
13351 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13352
13353 * gdb.base/commands.exp: Adjust.
13354 * gdb.cp/extern-c.exp: Adjust.
13355
13356 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13357
13358 * gdb.trace/collection.c (local_test_func): Define a local struct,
13359 and instanciate it.
13360
13361 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13362
13363 * gdb.trace/collection.exp (gdb_collect_args_test)
13364 (gdb_collect_argarray_test): XFAIL the tests that assume the
13365 argarray argument's elements are collected.
13366
13367 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13368
13369 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13370 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13371
13372 2010-03-31 Stan Shebs <stan@codesourcery.com>
13373
13374 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13375 and tracepoint conditionals.
13376 (gdb_verify_tracepoints): Delete unused return.
13377
13378 2010-03-26 Keith Seitz <keiths@redhat.com>
13379
13380 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13381 appear in the output before main.
13382 Remove KFAIL for gdb/2215 aka bz 9320.
13383
13384 2010-03-30 Doug Evans <dje@google.com>
13385
13386 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13387 by dejagnu.
13388 * gdb.arch/amd64-dword.exp: Ditto.
13389
13390 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13391 match.
13392 (break printf): Ditto.
13393
13394 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13395
13396 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13397 gcc < 4.4.
13398 * gdb.cp/shadow.exp: Ditto.
13399
13400 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13401
13402 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13403 "tstart" is silent.
13404
13405 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13406
13407 * gdb.trace/collection.exp (executable): New.
13408 (binfile): Use it.
13409 (fpreg, spreg, pcreg): New.
13410 (test_register): Use gdb_test_multiple. Pass /x to print.
13411 (prepare_for_trace_test): New.
13412 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13413 (gdb_collect_args_test, gdb_collect_argstruct_test)
13414 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13415 prepare_for_trace_test.
13416 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13417 fpreg, spreg and pcreg.
13418 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13419 prepare_for_trace_test.
13420 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13421 try to detect tracing support here. Don't set breakpoints at
13422 `begin' or `end' here.
13423 <global scope>: Use clean_restart. Run to main before checking
13424 for tracing support. Check for for tracing support here.
13425
13426 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13429 " as $displacement" to "seen displacement message".
13430
13431 2010-03-28 Pedro Alves <pedro@codesourcery.com>
13432
13433 * gdb.trace/while-dyn.exp (executable): New variable.
13434 (binfile): Use it.
13435 (test_while_stepping): New function. Move most tests here. Call
13436 it once for each of the while-stepping, stepping and ws aliases.
13437
13438 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13439
13440 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13441 that do not provide the tagless_struct type name at all.
13442 (test_print_anon_union): Do not check value of uninitialized
13443 union member. Do not use cp_test_ptype_class, so we can accept
13444 "long" as well as "long int".
13445
13446 2010-03-26 Pedro Alves <pedro@codesourcery.com>
13447
13448 * gdb.trace/tfile.c (tohex, bin2hex): New.
13449 (write_error_trace_file): Hexify error description.
13450
13451 2010-03-25 Stan Shebs <stan@codesourcery.com>
13452
13453 * gdb.trace/tfile.c: Generate an additional trace file, improve
13454 portability.
13455 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13456 files in a better way.
13457
13458 2010-03-25 Keith Seitz <keiths@redhat.com>
13459
13460 * gdb.java/jprint.exp: XFAIL printing of static class members
13461 because of GCC debuginfo problem.
13462
13463 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13464
13465 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13466
13467 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13468
13469 * gdb.base/completion.exp: Allow long instead of long int.
13470 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13471 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13472 variable p.
13473 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13474 * gdb.base/pointers.exp: Allow long instead of long int.
13475 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13476 * gdb.base/step-line.exp: Allow a directory before the source file name.
13477
13478 2010-03-24 Tom Tromey <tromey@redhat.com>
13479
13480 PR breakpoints/9352:
13481 * gdb.base/default.exp: Update.
13482 * gdb.base/commands.exp: Update.
13483 * gdb.cp/extern-c.exp: Test setting commands on multiple
13484 breakpoints at once.
13485
13486 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13487
13488 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13489 if gdb,nosignals.
13490 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13491 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13492 exited".
13493
13494 2010-03-24 Stan Shebs <stan@codesourcery.com>
13495
13496 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13497
13498 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13499
13500 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13501 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13502 argument. Handle "short" and "long".
13503 (Top level): Pass overprototyped output for old_fptr and xptr.
13504
13505 2010-03-23 Pedro Alves <pedro@codesourcery.com>
13506
13507 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13508 format strings and add casts to avoid compiler warnings.
13509
13510 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13511
13512 * lib/trace-support.exp (gdb_trace_setactions):
13513 Don't expect whitespace after ">" prompt.
13514 * gdb.trace/actions.exp: Adjust for output changes.
13515 * gdb.trace/while-stepping.exp: Likewise.
13516
13517 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13518
13519 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13520 and r157645).
13521
13522 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13523
13524 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13525 New.
13526
13527 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13528
13529 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13530 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13531
13532 2010-03-19 Stan Shebs <stan@codesourcery.com>
13533
13534 * gdb.trace/ax.exp: New file.
13535
13536 2010-03-19 Doug Evans <dje@google.com>
13537
13538 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13539 output from gcc.
13540
13541 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13542 named /usr/sbin/prelink<foo>.
13543
13544 2010-03-18 Stan Shebs <stan@codesourcery.com>
13545
13546 * gdb.trace/circ.exp: Test circular-trace-buffer.
13547 * gdb.trace/tfile.exp: Update tstatus test.
13548
13549 2010-03-18 Joel Brobecker <brobecker@adacore.com>
13550
13551 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13552 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13553
13554 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13555
13556 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13557
13558 2010-03-18 Pedro Alves <pedro@codesourcery.com>
13559
13560 * gdb.base/default.exp: Adjust the expected output of the finish
13561 and until commands when the inferior is not being run.
13562
13563 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13564
13565 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13566 * gdb.cp/nsusing.exp: Ditto.
13567
13568 2010-03-15 Tom Tromey <tromey@redhat.com>
13569
13570 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13571 * gdb.cp/userdef.cc (operator==): New function.
13572 (main): New locals mem1, mem2.
13573
13574 2010-03-15 Jie Zhang <jie@codesourcery.com>
13575
13576 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13577 Declare and use new loadtimeout variable.
13578
13579 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13580
13581 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13582 Use gdb_load later.
13583
13584 2010-03-14 Pedro Alves <pedro@codesourcery.com>
13585
13586 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13587 literal. Add missing endlines to prints to stderr.
13588
13589 2010-03-12 Tom Tromey <tromey@redhat.com>
13590
13591 PR c++/9708:
13592 * gdb.cp/m-static.exp: Add regression test.
13593 * gdb.cp/m-static.cc (method): New method.
13594 (main): Call it.
13595
13596 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13597
13598 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13599 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13600
13601 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13602
13603 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13604
13605 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13606
13607 * lib/gdb.exp (skip_stl_tests): New.
13608 (gdb_compile): Symbian needs -ldl.
13609 (shlib_target_file): New.
13610 (shlib_symbol_file): New.
13611 (gdb_load_shlibs): Use shlib_target_file.
13612 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13613 * gdb.cp/exception.exp: Use skip_stl_tests.
13614 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13615 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13616 * gdb.cp/mb-templates.exp: Ditto.
13617 * gdb.base/commands.exp: Relax regexes.
13618 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13619 shlib_target_file and shlib_symbol_file.
13620 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13621 sections.
13622 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13623 * gdb.base/solib-disc.exp: Use
13624 shlib_target_file and shlib_symbol_file.
13625 * gdb.base/unload.exp: Don't skip on symbian. Use
13626 shlib_target_file and shlib_symbol_file.
13627 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13628
13629 2010-03-12 Pedro Alves <pedro@codesourcery.com>
13630
13631 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13632 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13633 Issue a tfind end before looking for a tracepoint frame.
13634 * gdb.trace/tfind.exp: Adjust tstatus output.
13635 Adjust disassembly output.
13636 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13637
13638 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13639
13640 * gdb.base/break-interp.exp: Create new displacement parameter value
13641 for the test_ld calls.
13642 (reach): New parameter displacement, verify its content. New push of
13643 pf_prefix "reach-$func:". Import global expect_out.
13644 (test_core): New parameter displacement, verify its content. New push
13645 of pf_prefix "core:". New command "set verbose on". Import global
13646 expect_out.
13647 (test_attach): New parameter displacement, verify its content. New
13648 push of pf_prefix "attach:". New command "set verbose on". Import
13649 global expect_out.
13650 (test_ld): New parameter displacement, pass it to the reach, test_core
13651 and test_attach calls and verify its content in the "ld.so exit" test.
13652 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13653 (prelink): Update expected text, use gdb_test.
13654
13655 2010-03-10 Doug Evans <dje@google.com>
13656
13657 * gdb.base/checkpoint.exp: Fix comment.
13658 Lengthen timeout while doing >600 checkpoints test.
13659 Rename duplicate "kill all one" test to keep test names unique.
13660
13661 2010-03-10 Pedro Alves <pedro@codesourcery.com>
13662
13663 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13664
13665 2010-03-08 Keith Seitz <keiths@redhat.com>
13666
13667 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13668 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13669 (dm_type_long): New function.
13670 (dm_type_unsigned_short): New function.
13671 (dm_type_unsigned_long): New function.
13672 (myint): New typedef.
13673 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13674 long, unsigned shor and long, operator char*, and typedef.
13675 (test_lookup_operator_functions): Add operator char* test.
13676 (test_paddr_operator_functions): Likewise.
13677 (test_paddr_overloaded_functions): Use probe values for
13678 short, long, and unsigned short and long.
13679 (test_paddr_hairy_functions): If the demangler probe detected
13680 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13681 demangler.
13682 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13683 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13684 and "print null_pmf".
13685 Add test "ptype a.*pmf".
13686 * gdb.cp/overload.exp: Allow optional "int" to appear with
13687 "short" and "long".
13688 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13689 long expect value for men_overload1arg.
13690 Allow "int" to appear with "short" and "long".
13691 When testing "info break", add argument for main (void).
13692 Also allow "int" to appear with "short" and "long".
13693 Ditto with "unsigned" and "long long".
13694 * gdb.java/jmain.exp: Do not enclose methods names in single
13695 quotes.
13696 * gdb.java/jmisc.exp: Likewise.
13697 * gdb.java/jprint.exp: Likewise.
13698 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13699
13700 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13701 * gdb.cp/exception.exp (backtrace after first throw)
13702 (backtrace after second throw): Allow a namespace before __cxa_throw.
13703 (backtrace after first catch, backtrace after second catch): Allow
13704 a namespace before __cxa_begin_catch.
13705
13706 * gdb.cp/cpexprs.exp: New file.
13707 * gdb.cp/cpexprs.cc: New file.
13708
13709 From Daniel Jacobowitz <dan@codesourcery.com>
13710 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13711 to use string_to_regexp.
13712 (ctor, dtor): New functions. Use them to match constructor
13713 and destructor function types.
13714 (Top level): Use runto_main.
13715
13716 2010-03-05 Tom Tromey <tromey@redhat.com>
13717
13718 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13719 gdb.target_charset.
13720 (pp_ns.to_string): Likewise.
13721
13722 2010-03-04 Keith Seitz <keiths@redhat.com>
13723
13724 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13725 can be quoted. Test that both the filename and function/line
13726 portions can be quoted at the same time.
13727
13728 2010-03-04 Pedro Alves <pedro@codesourcery.com>
13729
13730 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13731
13732 2010-03-03 Doug Evans <dje@google.com>
13733
13734 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13735 libc contains libpthread.
13736
13737 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13738 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13739 of gdb_compile. Add another pattern to match android backtrace.
13740
13741 2010-03-03 Tom Tromey <tromey@redhat.com>
13742
13743 PR gdb/11345:
13744 * gdb.base/printcmds.exp (test_printf): Add test.
13745
13746 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13747
13748 * gdb.arch/amd64-byte.exp: New.
13749 * gdb.arch/amd64-dword.exp: Likewise.
13750 * gdb.arch/amd64-pseudo.c: Likewise.
13751 * gdb.arch/amd64-word.exp: Likewise.
13752 * gdb.arch/i386-byte.exp: Likewise.
13753 * gdb.arch/i386-pseudo.c: Likewise.
13754 * gdb.arch/i386-word.exp: Likewise.
13755
13756 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13757
13758 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13759 types. Add structreg, bitfields, and flags registers.
13760 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13761 registers.
13762
13763 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13764
13765 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13766 (load_description): Set architecture if defined.
13767
13768 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13769
13770 * gdb.python/py-frame.exp: Add read_var block tests.
13771 * gdb.python/py-frame.c (block): New function.
13772
13773 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13774 Daniel Jacobowitz <dan@codesourcery.com>
13775
13776 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13777
13778 2010-02-25 David S. Miller <davem@davemloft.net>
13779
13780 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13781 fix logic for setting all_syscalls_numbers.
13782
13783 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13784
13785 * Makefile.in: Add py-block and py-symbol.
13786 * gdb.python/py-symbol.exp: New File.
13787 * gdb.python/py-symtab.exp: New File.
13788 * gdb.python/py-block.exp: New File.
13789 * gdb.python/py-symbol.c: New File.
13790 * gdb.python/py-block.c: New File.
13791
13792 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13793
13794 PR python/11314
13795 * lib/gdb.exp (skip_python_tests): New function.
13796 * gdb.python/py-cmd.exp: Use skip_python_tests.
13797 * gdb.python/py-frame.exp: Likewise.
13798 * gdb.python/py-function.exp: Likewise.
13799 * gdb.python/py-prettyprint.exp: Likewise.
13800 * gdb.python/py-template.exp: Likewise.
13801 * gdb.python/py-type.exp: Likewise.
13802 * gdb.python/py-value.exp: Likewise.
13803
13804 2010-02-22 Pedro Alves <pedro@codesourcery.com>
13805
13806 PR9605
13807
13808 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13809
13810 2010-02-19 Tom Tromey <tromey@redhat.com>
13811
13812 PR c++/8693, PR c++/9496:
13813 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13814 regression tests.
13815
13816 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13817
13818 Fix compatibility with m68k as.
13819 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13820 Use only /* comments */.
13821
13822 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13823
13824 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13825 * configure: Regenerate.
13826
13827 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13828
13829 * gdb.python/py-type.exp: Check for Python support.
13830
13831 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13832
13833 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13834 `regsub' syntax available.
13835
13836 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13837
13838 * gdb.base/shmain.c (main): Remove printf call.
13839 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13840 * gdb.base/unload.c (main): Make format of fprintf a string
13841 literal. Add missing endlines to prints to stderr.
13842 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13843
13844 2010-02-17 Tom Tromey <tromey@redhat.com>
13845
13846 * gdb.java/jprint.java (jprint.props): New field.
13847 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13848
13849 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13850
13851 * gdb.base/charset.exp: Don't assume new `regsub' syntax
13852 available.
13853
13854 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13855
13856 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13857 creation to support remote host testing.
13858
13859 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13860
13861 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13862 Recognize "command not found".
13863
13864 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13865
13866 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13867 single-stepping.
13868
13869 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13870
13871 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13872 if arguments are not supported.
13873
13874 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13875
13876 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13877 be const or non-const.
13878
13879 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13880
13881 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13882 mi_send_resuming_command to send -exec-continue.
13883
13884 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13885
13886 * gdb.base/list.exp (test_list_filename_and_function): Add test
13887 with single quotes.
13888 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13889 matching.
13890 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13891 Add KFAIL'd tests for PR gdb/11289.
13892
13893 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13894
13895 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13896
13897 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13898
13899 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13900 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13901 a temporary directory.
13902
13903 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13904
13905 * gdb.base/charset.exp: Use a single regular expression to match
13906 show host-charset and show target-charset output.
13907
13908 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13909
13910 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13911 "Illegal process-id" expect string more exact.
13912 (attach to digits-starting nonsense is prohibited): New.
13913
13914 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13915
13916 * gdb.base/prelink.exp (set verbose on): New.
13917
13918 2010-02-12 Tomas Holmberg <th@virtutech.com>
13919
13920 * mi-reverse.exp: New file. Test for reverse option to the
13921 following MI commands: exec-continue, exec-finish, exec-next,
13922 exec-step, exec-next-instruction, exec-step-instruction.
13923
13924 2010-02-09 Joel Brobecker <brobecker@adacore.com>
13925
13926 * gdb.ada/ptype_tagged_param: New testcase.
13927
13928 2010-02-08 Tom Tromey <tromey@redhat.com>
13929
13930 PR c++/8017:
13931 * gdb.cp/overload.exp: Add tests.
13932 * gdb.cp/overload.cc (struct K): New.
13933 (namespace N): New.
13934 (main): Call new functions.
13935 (K::staticoverload): Define.
13936
13937 2010-02-08 Chris Moller <moller@mollerware.com>
13938
13939 PR gdb/10728
13940 * gdb.cp/pr10728-x.h: New file.
13941 * gdb.cp/pr10728-x.cc: New file.
13942 * gdb.cp/pr10728-y.cc: New file.
13943 * gdb.cp/pr10728.exp: New file.
13944 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13945
13946 2010-02-08 Chris Moller <moller@mollerware.com>
13947
13948 PR gdb/9067
13949 * gdb.cp/pr9067.exp: New
13950 * gdb.cp/pr9067.cc: New
13951 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13952
13953 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13954
13955 * lib/gdb.exp (gdb_test_timeout): New global variable.
13956 Set it to timeout if not already set.
13957 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13958
13959 2010-02-05 Doug Evans <dje@google.com>
13960
13961 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13962 user.
13963
13964 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13965
13966 PR c++/7935:
13967 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13968
13969 2010-02-04 Tom Tromey <tromey@redhat.com>
13970
13971 * gdb.cp/virtbase.exp: Make test case names unique.
13972
13973 2010-02-02 Tom Tromey <tromey@redhat.com>
13974
13975 * gdb.cp/virtbase.exp: Add regression tests.
13976 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13977 (main): Instantiate RHC.
13978
13979 2010-02-02 Tom Tromey <tromey@redhat.com>
13980
13981 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13982 type-printing change.
13983
13984 2010-02-02 Tom Tromey <tromey@redhat.com>
13985
13986 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13987 * gdb.cp/virtbase.cc: New file.
13988 * gdb.cp/virtbase.exp: New file.
13989 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13990
13991 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13992
13993 PR libc/11214:
13994 * gdb.threads/current-lwp-dead.c: Include features.h.
13995 (HAS_NOMMU): New.
13996 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13997
13998 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13999
14000 * gdb.base/symbol-without-target_section.exp,
14001 gdb.base/symbol-without-target_section.c: New.
14002
14003 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14004
14005 * gdb.base/bigcore.exp: Reset increased timeout.
14006 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14007
14008 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14009
14010 * gdb.base/gcore.exp (capture_command_output): Use
14011 gdb_test_multiple.
14012
14013 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14014
14015 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14016 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14017 (Top level): Call it.
14018
14019 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14020
14021 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14022
14023 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14024
14025 * gdb.base/call-strs.exp, gdb.base/default.exp,
14026 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14027 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14028 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14029 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14030 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14031 * gdb.base/ending-run.exp: Correct restore of timeout.
14032 * gdb.base/page.exp: Remove unnecessary timeout setting.
14033
14034 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14035
14036 * gdb.ada/rec_return: New testcase.
14037
14038 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.ada/call_pn: New testcase.
14041
14042 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14043
14044 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14045 (Top level): Use it to resume.
14046 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14047 the Thumb mode displaced stepping error as unsupported.
14048
14049 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14050
14051 * gdb.cp/nsusing.exp: Added more tests.
14052 * gdb.cp/nsrecurs.exp: Ditto.
14053 * gdb.cp/nsusing.cc: Added test functions.
14054 * gdb.cp/nsrecurs.cc: Ditto.
14055
14056 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14057
14058 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14059 absolute directory pathnames in gdb.sum file.
14060
14061 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14062
14063 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14064 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14065
14066 2010-01-26 Tom Tromey <tromey@redhat.com>
14067
14068 PR exp/7643:
14069 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14070 setup_kfail.
14071
14072 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14073
14074 * gdb.cp/nsrecurs.exp: New test.
14075 * gdb.cp/nsrecurs.cc: New test program.
14076 * gdb.cp/nsstress.exp: New test.
14077 * gdb.cp/nsstress.cc: New test program.
14078 * gdb.cp/nsdecl.exp: New test.
14079 * gdb.cp/nsdecl.cc: New test program.
14080
14081 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14082
14083 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14084 imported into file scope.
14085 Marked test as xfail.
14086 * gdb.cp/namespace-using.cc (marker5): New function.
14087 * gdb.cp/shadow.exp: New test.
14088 * gdb.cp/shadow.cc: New test program.
14089 * gdb.cp/nsimport.exp: New test.
14090 * gdb.cp/nsimport.cc: New test program.
14091
14092 2010-01-25 Tom Tromey <tromey@redhat.com>
14093
14094 PR gdb/11049:
14095 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14096 with "set print null-stop on".
14097
14098 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14099
14100 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14101 Adjust it for DISASSEMBLY_OMIT_FNAME.
14102
14103 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14104
14105 PR symtab/11199:
14106 * gdb.dwarf2/member-ptr-forwardref.exp,
14107 gdb.dwarf2/member-ptr-forwardref.S: New.
14108
14109 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14110
14111 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14112 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14113 thread1_tid_mutex. Remove gdbstop_mutex handling.
14114 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14115 thread2_tid_mutex. Remove gdbstop_mutex handling.
14116 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14117 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14118 pthread_cond_wait conditionalizations by while loops.
14119
14120 2010-01-20 Tom Tromey <tromey@redhat.com>
14121
14122 PR backtrace/10770:
14123 * gdb.dwarf2/pr10770.exp: New file.
14124 * gdb.dwarf2/pr10770.c: New file.
14125 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14126
14127 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14128
14129 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14130 that target was removed, and the test always runs native anyway.
14131
14132 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14133
14134 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14135 gdb.base/watchpoint-cond-gone-stripped.c: New.
14136
14137 2010-01-19 Tom Tromey <tromey@redhat.com>
14138
14139 PR c++/8000:
14140 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14141 existing tests.
14142 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14143 (main): Use AAA::SomeEnum.
14144
14145 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14146
14147 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14148 (test_ignore_count): Declare line_callme_body global.
14149 (run to breakpoint with ignore count): Use line_callme_body.
14150 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14151 (set line_main_hello, set line_main_return): Reindent.
14152 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14153 New.
14154 (continue to callee4): Use line_callee4_body.
14155 (check *stopped from CLI command): Use line_callee4_next.
14156 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14157 (set line_main_hello, set line_main_return): Reindent.
14158 (set line_callee4_head, set line_callee4_body): New.
14159 (continue to callee4): Use line_callee4_body.
14160
14161 2010-01-18 Tom Tromey <tromey@redhat.com>
14162
14163 PR c++/9680:
14164 * gdb.cp/casts.cc: Add new classes and variables.
14165 * gdb.cp/casts.exp: Test new operators.
14166
14167 2010-01-18 Tom Tromey <tromey@redhat.com>
14168 Thiago Jung Bauermann <bauerman@br.ibm.com>
14169
14170 * gdb.python/source2.py: New file.
14171 * gdb.python/source1: New file.
14172 * gdb.python/python.exp: Test "source" command.
14173
14174 2010-01-15 Stan Shebs <stan@codesourcery.com>
14175
14176 * gdb.trace/tfile.c: New file.
14177 * gdb.trace/tfile.exp: New file.
14178
14179 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14180
14181 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14182
14183 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14184
14185 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14186
14187 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14188
14189 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14190 (libfunc): New parameter action. Implement also selectable "sleep".
14191 * gdb.base/break-interp-main.c: Include assert.h.
14192 (libfunc): New parameter action.
14193 (main): New parameters argc and argv. Assert argc. Pass argv.
14194 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14195 (test_attach): New proc.
14196 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14197 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14198
14199 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14200
14201 * gdb.base/break-interp.exp (test_core): New proc.
14202 (test_ld): Call it.
14203
14204 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14205
14206 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14207 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14208 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14209 and gdb_compile_shlib. Use new -Wl compiler options.
14210 (dl bt, main bt): New tests.
14211
14212 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14213
14214 Support PIEs with no symfile_objfile.
14215 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14216 (test_ld): New parameter trynosym.
14217 (test_ld <$trynosym>): New block.
14218
14219 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14220
14221 * gdb.base/break-interp.exp: New file.
14222
14223 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14224
14225 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14226 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14227 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14228 test.
14229 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14230 * gdb.python/py-mi.exp: Add lazy string test.
14231
14232 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14233
14234 * lib/mi-support.exp (mi_check_thread_states): Handle
14235 core number in thread listing.
14236
14237 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14238
14239 * gdb.base/maint.exp: Adjust the expected output for the
14240 "maint print type" test. Use gdb_test_multiple instead of
14241 gdb_sent/gdb_expect.
14242
14243 2010-01-11 Doug Evans <dje@google.com>
14244
14245 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14246 from gdbserver_download. All callers updated.
14247
14248 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14249
14250 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14251
14252 Implement binary numbers parsing.
14253 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14254 (test_integer_literals_rejected): New binary tests.
14255
14256 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14257
14258 * gdb.cell/configure: Regenerate.
14259
14260 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14261
14262 * gdb.base/corefile.exp: Move the core finding block out and call it as
14263 core_find, new variable $corefile, replace corefile by $corefile and
14264 [file tail $corefile] for usage vs. test names resp.
14265 * lib/gdb.exp (core_find): Move it as a new function here. New
14266 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14267 $destcore. Return "" on error.
14268
14269 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14270
14271 Workaround PR binutils/10802.
14272 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14273 (twice).
14274
14275 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14276
14277 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14278
14279 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14280
14281 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14282 call, to avoid interruption.
14283
14284 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 * gdb.stabs/weird.def (args93): New.
14287
14288 2010-01-07 Doug Evans <dje@google.com>
14289
14290 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14291
14292 2010-01-07 Tom Tromey <tromey@redhat.com>
14293
14294 * gdb.base/source.exp: Use correct line number.
14295
14296 2010-01-05 Stan Shebs <stan@codesourcery.com>
14297
14298 * gdb.trace/tracecmd.exp: Test ftrace.
14299
14300 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14301
14302 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14303
14304 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14305
14306 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14307 "uint_for_mi_testing".
14308
14309 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14310
14311 Test indented comment in file being sourced.
14312 * gdb.base/commands.exp: Test indented comment in file being sourced.
14313
14314 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14317 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14318 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14319 notice.
14320
14321 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14322
14323 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14324 notice.
14325
14326 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14329 missing $after_stopped and comma (,) expectation.
14330
14331 2009-12-31 Stan Shebs <stan@codesourcery.com>
14332
14333 * gdb.trace/actions.exp: Test teval action.
14334
14335 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14336
14337 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14338 (top level): Call test_watchpoint_in_big_blob.
14339 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14340 watchpoints.
14341 (func3): Write to buf.
14342
14343 2009-12-29 Stan Shebs <stan@codesourcery.com>
14344
14345 * gdb.trace/actions.exp: Test default-collect.
14346
14347 2009-12-28 Stan Shebs <stan@codesourcery.com>
14348
14349 * gdb.trace/tsv.exp: New file.
14350 * gdb.base/completion.exp: Update ambiguous info output.
14351
14352 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14353
14354 * gdb.base/find.c (main): Reference search buffers.
14355 * gdb.base/included.c (main): Reference integer.
14356 * gdb.base/ptype.c (charfoo): Declare.
14357 (intfoo): Call charfoo.
14358 * gdb.base/scope0.c (useitp): New function.
14359 (usestatics): Use useitp.
14360 (useit): Add a type for val.
14361 * gdb.base/scope1.c (useit1): Take a pointer argument.
14362 (usestatics1): Update calls to useit1.
14363 * gdb.cp/call-c.cc: Declare foo.
14364 (main): Call foo.
14365 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14366 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14367 (main): Call C::ensureRefs and ensureOtherRefs.
14368 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14369 variables.
14370 (ensureOtherRefs): New function.
14371 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14372 * gdb.cp/templates.cc (main): Call t5i.value.
14373
14374 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 Fix compatibility with G++-4.5.
14377 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14378 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14379 (uncaught return): Remove.
14380
14381 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14382 Phil Muldoon <pmuldoon@redhat.com>
14383
14384 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14385 (bp_location13, bp_location14, bp_location17, bp_location18)
14386 (marker3_proto, marker4_proto): New variables.
14387 (breakpoint info): Update output.
14388 (run until breakpoint at marker3, run until breakpoint at marker4): New
14389 tests.
14390
14391 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14392
14393 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14394 Replace the printf call of Y by provided "y-set-1" label. New block
14395 for the second shared library.
14396 * gdb.base/unload.exp: Compile also the second library, call
14397 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14398 (single pending breakpoint info): Rename to ...
14399 (pending breakpoint info before run): ... this extended test.
14400 (libfile2, libname2, libsrcfile2, libsrc2)
14401 (lib_sl2): New variables.
14402 (exec_opts): Set also SHLIB_NAME2.
14403 (pending breakpoint info on first run at shrfunc1)
14404 (pending breakpoint info on second run at shrfunc1)
14405 (pending breakpoint info on second run at shrfunc2)
14406 (print y from libfile, print y from libfile2): New tests.
14407 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14408 * gdb.base/unloadshr2.c: New.
14409
14410 2009-12-22 Hui Zhu <teawater@gmail.com>
14411
14412 * gdb.reverse/sigall-reverse.exp: Adjust.
14413
14414 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14415
14416 PR gdb/10884
14417
14418 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14419 (main): Call do_bitfield_tests.
14420 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14421
14422 2009-12-20 Joel Brobecker <brobecker@adacore.com>
14423
14424 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14425 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14426 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14427 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14428 gdb.modula2/unbounded1.c: Update copyright header.
14429
14430 2009-12-10 Chris Moller <moller@mollerware.com>
14431
14432 PR gdb/9399
14433 * gdb.cp/virtfunc2.exp: New tests
14434 * gdb.cp/virtfunc2.cc: New tests
14435 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14436
14437 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14438
14439 * gdb.reverse/i387-env-reverse.c: New file.
14440 * gdb.reverse/i387-env-reverse.exp: New file.
14441 * gdb.reverse/i387-stack-reverse.c: New file.
14442 * gdb.reverse/i387-stack-reverse.exp: New file.
14443
14444 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14445
14446 * gdb.python/py-type.exp (test_range): New test.
14447
14448 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14449
14450 PR python/10805
14451
14452 * gdb.python/py-type.exp: New file.
14453 * gdb.python/py-type.c: New file.
14454 * Makefile.in: Add py-type.
14455
14456 2009-12-03 Tom Tromey <tromey@redhat.com>
14457
14458 * gdb.python/py-value.exp (test_parse_and_eval): New
14459 function.
14460
14461 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14462
14463 PR gdb/11022
14464
14465 * gdb.base/pr11022.exp: New test.
14466 * gdb.base/pr11022.c: New test.
14467
14468 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14469
14470 Fix spurious false FAILs.
14471 * gdb.base/structs.c (chartest): New.
14472 (main): Fill-in chartest.
14473 * gdb.base/structs.exp (anychar_re, first): New.
14474 (start_structs_test): Import global anychar_re and first.
14475 New gdb_test call "set print elements 300; ${testfile}"
14476 (start_structs_test <$first>): New block.
14477 (any): Import global anychar_re. New variable ac. Use ${ac}.
14478
14479 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14480
14481 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14482
14483 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14486 Force $srcfile file.
14487 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14488
14489 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14490
14491 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14492 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14493 * gdb.threads/watchthreads-reorder.exp: Likewise.
14494
14495 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14496
14497 PR gdb/8704
14498
14499 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14500 "if", and "thread". Correct matching in the previous test.
14501
14502 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14503
14504 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14505
14506 2009-11-23 Michael Snyder <msnyder@vmware.com>
14507
14508 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14509 * gdb.reverse-watch-precsave.exp: Ditto.
14510
14511 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14512
14513 * gdb.asm/asm-source.exp: Adjust.
14514 * gdb.base/help.exp: Adjust.
14515
14516 2009-11-22 Pedro Alves <pedro@codesourcery.com>
14517
14518 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14519 (do_syscall_tests_without_xml): Set data-directory to
14520 /the/path/to/nowhere.
14521
14522 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14523
14524 * gdb.threads/local-watch-wrong-thread.c,
14525 gdb.threads/local-watch-wrong-thread.exp: New files.
14526
14527 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14528
14529 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14530 assume new `regsub' syntax available.
14531
14532 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14533
14534 * gdb.base/watchpoint-hw-hit-once.exp,
14535 gdb.base/watchpoint-hw-hit-once.c: New.
14536
14537 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14538
14539 * gdb.threads/watchthreads-reorder.exp,
14540 gdb.threads/watchthreads-reorder.c: New.
14541
14542 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14543
14544 * gdb.xml/tdesc-regs.exp: Use for m68k.
14545
14546 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14547
14548 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14549
14550 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14551
14552 * lib/gdb.exp (current_target_name): New procedure.
14553 (gdb_wrapper_target): New variable.
14554 (gdb_wrapper_init): Set gdb_wrapper_target.
14555 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14556 wrapper.
14557
14558 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14559
14560 * gdb.base/remote.exp: Delete the slowest load test.
14561 Do not load with fixed packet sizes.
14562
14563 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14564
14565 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14566
14567 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14568
14569 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14570 srcfile when setting a breakpoint.
14571
14572 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14573
14574 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14575 macros.
14576
14577 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14578
14579 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14580 to be in memory.
14581 * gdb.base/display.c (force_mem): New.
14582 (do_loops): Use it. Add breakpoint comments.
14583 (do_vars): Add a breakpoint comment.
14584 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14585 line numbers.
14586
14587 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14588
14589 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14590 instead of a bare "run".
14591
14592 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14593
14594 * gdb.python/py-prettyprint.exp: Adjust.
14595
14596 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14597
14598 * lib/cell.exp (skip_cell_tests): Clean up test files before
14599 returning.
14600
14601 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14602
14603 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14604 and the breakpoint menu. Do not call perror if a prompt is seen.
14605 Consume the following GDB prompt.
14606 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14607 * gdb.cp/namespace.exp: Use gdb_test.
14608 * gdb.cp/templates.exp: Use gdb_test.
14609 (test_template_breakpoints): Use gdb_test_multiple.
14610
14611 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14612
14613 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14614 (marker4): Reference values.
14615
14616 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14617
14618 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14619 is missing.
14620
14621 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14622
14623 * gdb.base/break.c (need_malloc): New.
14624 * gdb.base/constvars.c (main): Reference crass and crisp.
14625 * gdb.base/gdb1821.c (main): Reference bar.
14626 * gdb.cp/gdb1355.cc (main): Reference s1.
14627 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14628 (main): Call them.
14629 * gdb.cp/hang2.cc (dummy2): Define.
14630 * gdb.cp/hang3.cc (dummy3): Define.
14631 * gdb.cp/m-data.cc (main): Reference shadow.
14632
14633 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14634 Nathan Froyd <froydnj@codesourcery.com>
14635
14636 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14637 remote host.
14638
14639 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14640
14641 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14642 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14643 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14644 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14645 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14646 * gdb.dwarf2/dw2-producer.exp: Likewise.
14647 * gdb.dwarf2/mac-fileno.exp: Likewise.
14648 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14649 py-prettyprint.py to the remote host.
14650 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14651
14652 2009-11-11 Keith Seitz <keiths@redhat.com>
14653
14654 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14655 use it instead of "Foo".
14656 * gdb.cp/classes.exp (do_tests): Add a test to access
14657 a method through a typedef'd class name.
14658
14659 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14660
14661 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14662 exponents.
14663 * gdb.base/pointers.exp: Likewise.
14664 * gdb.cp/ref-types.exp: Likewise.
14665
14666 2009-11-11 Keith Seitz <keiths@redhat.com>
14667
14668 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14669 new[] and delete[].
14670 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14671 "void".
14672 (probe_demangler): Remove all single-quoting of
14673 method and variable names.
14674 (info_func_regexp): Remove the word "void" from any
14675 occurrence of "(void)".
14676 (print_addr_2): Remove all single-quoting of
14677 method names.
14678 (print_addr_2_kfail): Likewise.
14679 (print_addr): Single-quote C function names before
14680 passing to print_addr_2.
14681 (test_paddr_operator_functions): Remove single-quoting
14682 for method names.
14683 Add tests for operator new[] and operator delete[].
14684
14685 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14686
14687 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14688
14689 2009-11-09 Keith Seitz <keiths@redhat.com>
14690
14691 * gdb.cp/overload.exp: Add tests for resolving overloaded
14692 methods in expression parsing/evaluation.
14693
14694 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14695
14696 * lib/gdb.exp (default_gdb_version): Use --version instead of
14697 --command.
14698
14699 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14700
14701 * lib/gdb.exp (gdb_compile_test): New.
14702 (skip_ada_tests, skip_java_tests): New.
14703 (gdb_compile): Use gdb_compile_test for f77.
14704 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14705 * lib/java.exp (compile_java_from_source): Remove runtests check,
14706 use gdb_compile_test to record result.
14707 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14708 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14709 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14710 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14711 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14712 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14713 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14714 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14715 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14716 adjust gdb_compile invocations.
14717
14718 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14719
14720 * Makefile.in (abs_builddir): New.
14721 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14722 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14723 `$(abs_builddir)/site.exp'.
14724
14725 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14726
14727 * config/m68k-emc.exp, lib/emc-support.exp,
14728 gdb.trace/gdb_c_test.c: Delete.
14729 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14730 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14731 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14732 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14733 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14734 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14735 casing for m68k-*-elf.
14736
14737 2009-11-03 Pedro Alves <pedro@codesourcery.com>
14738
14739 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14740 * gdb.arch/i386-prologue.exp: Likewise.
14741 * gdb.arch/i386-unwind.exp: Likewise.
14742
14743 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14744
14745 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14746
14747 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14748
14749 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14750
14751 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14752
14753 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14754
14755 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14756
14757 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14758
14759 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14760
14761 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14762 * gdb.base/sepdebug2.c: New file.
14763
14764 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14765
14766 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14767 the modified warnings for catch syscall. Verify if GDB was compiled
14768 with support for lib expat, and choose which tests to run depending
14769 on this.
14770
14771 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14772
14773 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14774 that composite commands are parsed OK. And also test
14775 that breakpoint commands do work.
14776
14777 2009-10-23 Michael Snyder <msnyder@vmware.com>
14778
14779 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14780 to allow for new disassembly style.
14781
14782 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14783
14784 * gdb.asm/asm-source.exp: Adjust.
14785
14786 2009-10-22 Michael Snyder <msnyder@vmware.com>
14787
14788 * gdb.reverse/break-precsave.exp: New test.
14789 * gdb.reverse/consecutive-precsave.exp: Ditto.
14790 * gdb.reverse/finish-precsave.exp: Ditto.
14791 * gdb.reverse/i386-precsave.exp: Ditto.
14792 * gdb.reverse/machinestate-precsave.exp: Ditto.
14793 * gdb.reverse/sigall-precsave.exp: Ditto.
14794 * gdb.reverse/solilb-precsave.exp: Ditto.
14795 * gdb.reverse/step-precsave.exp: Ditto.
14796 * gdb.reverse/until-precsave.exp: Ditto.
14797 * gdb.reverse/watch-precsave.exp: Ditto.
14798
14799 2009-10-22 Michael Snyder <msnyder@vmware.com>
14800
14801 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14802 for gdb_expect. Adjust one test's expect strings for the new
14803 format of disassemble.
14804 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14805 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14806 gdb_test_multiple.
14807 * gdb.reverse/step-reverse.exp: Delete 'return'.
14808 * gdb.reverse/until-reverse.exp: Delete blank lines.
14809 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14810
14811 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14812
14813 * gdb.base/consecutive.exp: Adjust.
14814 * gdb.base/display.exp: Likewise.
14815 * gdb.base/pc-fp.exp: Likewise.
14816 * gdb.base/sigbpt.exp: Likewise.
14817
14818 2009-10-19 Michael Snyder <msnyder@vmware.com>
14819
14820 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14821 * gdb.reverse/finish-reverse.c: Ditto.
14822 * gdb.reverse/sigall-reverse.c: Ditto.
14823 * gdb.reverse/solib-reverse.c: Ditto.
14824 * gdb.reverse/step-reverse.c: Ditto.
14825 * gdb.reverse/watch-reverse.c: Ditto.
14826
14827 2009-10-19 Pedro Alves <pedro@codesourcery.com>
14828 Stan Shebs <stan@codesourcery.com>
14829
14830 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14831 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14832 "Executing new program".
14833 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14834 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14835 left listed after having been killed.
14836 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14837 * gdb.base/maint.exp: Adjust test.
14838
14839 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14840 * gdb.multi/Makefile.in: New.
14841 * gdb.multi/base.exp: New.
14842 * gdb.multi/goodbye.c: New.
14843 * gdb.multi/hangout.c: New.
14844 * gdb.multi/hello.c: New.
14845 * gdb.multi/bkpt-multi-exec.c: New.
14846 * gdb.multi/bkpt-multi-exec.exp: New.
14847 * gdb.multi/crashme.c: New.
14848
14849 2009-10-13 Tristan Gingold <gingold@adacore.com>
14850
14851 * gdb.base/sepdebug.exp: Check debug info are found.
14852
14853 2009-10-08 Pedro Alves <pedro@codesourcery.com>
14854
14855 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14856 bits.
14857
14858 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14859
14860 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14861
14862 2009-10-07 Joel Brobecker <brobecker@adacore.com>
14863
14864 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14865 of the comments.
14866
14867 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14868
14869 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14870 * gdb.base/annota3.exp: Idem.
14871 * gdb.base/maint.exp: Idem.
14872
14873 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14874
14875 * lib/gdb.exp (default_gdb_init): Set current value of match_max
14876 to default.
14877
14878 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14879
14880 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
14881 mingw and cygwin targets.
14882
14883 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14884 Pedro Alves <pedro@codesourcery.com>
14885
14886 * lib/gdb.exp (gdb_compile): Avoid adding
14887 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14888
14889 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14890
14891 * gdb.base/shr1.c: Use %p in format string.
14892 * gdb.base/unload.c: Avoid warning in fprintf.
14893 * gdb.base/watchpoint-solib.c: Idem.
14894
14895 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14896
14897 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14898 long type.
14899 (test_unlink): Correct printf string.
14900 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14901 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14902
14903 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14904
14905 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14906 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14907 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14908
14909 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14910
14911 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14912 * gdb.objc/nondebug.exp: Likewise.
14913
14914 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14915
14916 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14917 target_info setting.
14918
14919 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14920 that detect new threads during "info threads".
14921
14922 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14923
14924 * gdb.threads/manythreads.c (main): Increase thread stack size
14925 to 2*PTHREAD_STACK_MIN.
14926 * gdb.threads/multi-create.c (main): Likewise.
14927 (create_function): Likewise.
14928
14929 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14930
14931 * gdb.base/dump.exp: Pass difference of pointer types instead
14932 of integer types as offset to restore in intarr3.srec case.
14933
14934 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14935
14936 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14937
14938 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14939
14940 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14941
14942 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
14943
14944 New test for two watchpoints, with disabling of
14945 the first inserted.
14946 * testsuite/gdb.base/watchpoints.c: New file.
14947 * testsuite/gdb.base/watchpoints.exp: New file.
14948
14949 2009-09-25 Tom Tromey <tromey@redhat.com>
14950
14951 * gdb.base/charset.exp: Test utf-16 strings with Python.
14952
14953 2009-09-25 Tom Tromey <tromey@redhat.com>
14954
14955 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14956 UCS-4.
14957 * gdb.base/charset.c (utf_32_string): Rename.
14958 (init_utf32): Rename.
14959 (main): Update.
14960
14961 2009-09-22 Tom Tromey <tromey@redhat.com>
14962
14963 * gdb.python/py-function.exp: Add regression tests.
14964
14965 2009-09-21 Keith Seitz <keiths@redhat.com>
14966
14967 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14968 with invalid operator.
14969
14970 2009-09-21 Keith Seitz <keiths@redhat.com>
14971
14972 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14973 and destructor using typedef name of class.
14974 * gdb.cp/classes.cc (class Base1): Add a destructor.
14975 (base1): New typedef.
14976 (use_methods): Instanitate an object of type base1.
14977 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14978 (do_tests): Call test_template_typedef.
14979 * gdb.cp/templates.cc (Baz::~Baz): New method.
14980 (intBazOne): New typedef.
14981 (main): Instantiate intBazOne.
14982
14983 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14984
14985 PR python/10633
14986
14987 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14988 Function.
14989 (run_lang_tests): Add print elements test.
14990
14991 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14992
14993 * gdb.python/py-value.exp (test_subscript_regression): New
14994 function. Test for invalid subscripts.
14995 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14996 (ptr_ref): New function.
14997
14998 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14999
15000 * gdb.base/default.exp: Fix "show convenience".
15001
15002 2009-09-15 Tom Tromey <tromey@redhat.com>
15003
15004 * lib/mi-support.exp (mi_create_varobj): Update.
15005 (mi_create_floating_varobj): Likewise.
15006 (mi_create_dynamic_varobj): New proc.
15007 (mi_varobj_update): Update.
15008 (mi_varobj_update_with_type_change): Likewise.
15009 (mi_varobj_update_kv_helper): New proc.
15010 (mi_varobj_update_dynamic_helper): Rewrite.
15011 (mi_varobj_update_dynamic): New proc.
15012 (mi_list_varobj_children): Update.
15013 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15014 * gdb.python/python-prettyprint.py (pp_outer): New class.
15015 (pp_nullstr): Likewise.
15016 (lookup_function): Register new printers.
15017 * gdb.python/python-prettyprint.c (struct substruct): New type.
15018 (struct outerstruct): Likewise.
15019 (substruct_test): New function.
15020 (struct nullstr): New type.
15021 (string_1, string_2): New globals.
15022 (main): Add new tests.
15023 * gdb.python/python-mi.exp: Added regression tests.
15024 * gdb.mi/mi2-var-display.exp: Update.
15025 * gdb.mi/mi2-var-cmd.exp: Update.
15026 * gdb.mi/mi2-var-child.exp: Update.
15027 * gdb.mi/mi2-var-block.exp: Update.
15028 * gdb.mi/mi-var-invalidate.exp: Update.
15029 * gdb.mi/mi-var-display.exp: Update.
15030 * gdb.mi/mi-var-cmd.exp: Update.
15031 * gdb.mi/mi-var-child.exp: Update.
15032 * gdb.mi/mi-var-block.exp: Update.
15033 * gdb.mi/mi-break.exp: Update.
15034 * gdb.mi/gdb701.exp: Update.
15035
15036 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15037
15038 * Makefile.in: Inclusion of catch-syscall object.
15039 * gdb.base/catch-syscall.c: New file.
15040 * gdb.base/catch-syscall.exp: New file.
15041
15042 2009-09-12 Michael Snyder <msnyder@vmware.com>
15043
15044 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15045 that can support reverse debuggnig.
15046
15047 2009-09-11 Tom Tromey <tromey@redhat.com>
15048
15049 * gdb.dwarf2/valop.S: New file.
15050 * gdb.dwarf2/valop.exp: New file.
15051
15052 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15053
15054 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15055
15056 2009-09-10 Doug Evans <dje@google.com>
15057
15058 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15059 Add $gdb_prompt to second breakpoint regexp.
15060
15061 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15062
15063 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15064 names, add missing ones.
15065 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15066 * gdb.python/py-frame.c: Rename from python-frame.c.
15067 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15068 testfile name.
15069 * gdb.python/py-function.exp: Rename from python-function.exp.
15070 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15071 testfile name.
15072 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15073 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15074 Adjust testfile name.
15075 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15076 * gdb.python/py-template.cc: Rename from python-template.cc.
15077 * gdb.python/py-template.exp: Rename from python-template.exp.
15078 Adjust testfile name.
15079 * gdb.python/py-value.c: Rename from python-value.c.
15080 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15081 testfile name.
15082
15083 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15086 $bpt2address.
15087 (Second breakpoint address is valid on ia64)
15088 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15089
15090 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15091
15092 * gdb.base/ending-run.exp: Restrict regular expression matching
15093 line number to require closing brace following.
15094
15095 2009-09-03 Doug Evans <dje@google.com>
15096
15097 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15098
15099 2009-09-02 Tom Tromey <tromey@redhat.com>
15100
15101 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15102
15103 2009-09-02 Tom Tromey <tromey@redhat.com>
15104
15105 * gdb.dwarf2/callframecfa.exp: New file.
15106 * gdb.dwarf2/callframecfa.S: New file.
15107
15108 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15111 gdb.base/solib-overlap-main.c: New.
15112
15113 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15114
15115 PR gdb/10565
15116
15117 * gdb.base/bitfields.c (struct container, container): New.
15118 (main): Initialize it and call break5.
15119 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15120
15121 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15122
15123 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15124 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15125
15126 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15129
15130 2009-08-26 Michael Snyder <msnyder@vmware.com>
15131
15132 * gdb.base/i386-reverse.c: New file.
15133 * gdb.base/i386-reverse.exp: New file.
15134 * gdb.base/Makefile.in: Add new files to be removed.
15135
15136 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15137
15138 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15139 environment-pwd for remote host.
15140 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15141
15142 2009-08-24 Keith Seitz <keiths@redhat.com>
15143
15144 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15145 Add two new C++ completer tests which limit the output to a
15146 given class.
15147
15148 2009-08-24 Michael Snyder <msnyder@vmware.com>
15149
15150 * gdb.base/del.exp: Fix typo in comment.
15151 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15152
15153 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15154
15155 * configure: Regenerate.
15156 * gdb.hp/configure: Likewise.
15157 * gdb.hp/gdb.aCC/configure: Likewise.
15158 * gdb.hp/gdb.base-hp/configure: Likewise.
15159 * gdb.hp/gdb.compat/configure: Likewise.
15160 * gdb.hp/gdb.defects/configure: Likewise.
15161 * gdb.hp/gdb.objdbg/configure: Likewise.
15162 * gdb.stabs/configure: Likewise.
15163
15164 2009-08-19 Doug Evans <dje@google.com>
15165
15166 * gdb.base/gdbvars.c: New file.
15167 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15168
15169 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15170
15171 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15172 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15173
15174 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15175
15176 * gdb.base/default.exp: Adjust "set language test": it's now an
15177 enum command. Larger help string moved to "help set language".
15178 * gdb.base/help.exp: Adjust "help set language" expected output,
15179 now lists all known languages.
15180
15181 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15182
15183 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15184 all frame arguments.
15185 * gdb.arch/altivec-regs.exp: Likewise.
15186
15187 2009-08-07 Tom Tromey <tromey@redhat.com>
15188
15189 * gdb.base/setshow.exp: Add tests for changes to set language, set
15190 check range, and set check type.
15191
15192 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15193
15194 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15195 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15196 Call it.
15197
15198 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15199
15200 * configure.ac: Run gdb.cell tests when appropriate.
15201 * configure: Regenerate.
15202 * lib/cell.exp: New file.
15203 * gdb.cell: New directory.
15204 * gdb.cell/configure.ac: New file.
15205 * gdb.cell/configure: New file.
15206 * gdb.cell/Makefile.in: New file.
15207 * gdb.cell/arch.exp: New file.
15208 * gdb.cell/break.c: New file.
15209 * gdb.cell/break.exp: New file.
15210 * gdb.cell/break-spu.c: New file.
15211 * gdb.cell/bt.c: New file.
15212 * gdb.cell/bt2-spu.c: New file.
15213 * gdb.cell/bt-spu.c: New file.
15214 * gdb.cell/bt.exp: New file.
15215 * gdb.cell/coremaker.c: New file.
15216 * gdb.cell/coremaker-spu.c: New file.
15217 * gdb.cell/core.exp: New file.
15218 * gdb.cell/gcore.exp: New file.
15219 * gdb.cell/data.c: New file.
15220 * gdb.cell/data.exp: New file.
15221 * gdb.cell/data-spu.c: New file.
15222 * gdb.cell/ea-cache.exp: New file.
15223 * gdb.cell/ea-cache.c: New file.
15224 * gdb.cell/ea-cache-spu.c: New file.
15225 * gdb.cell/ea-standalone.c: New file.
15226 * gdb.cell/ea-standalone.exp: New file.
15227 * gdb.cell/ea-test.c: New file.
15228 * gdb.cell/ea-test.exp: New file.
15229 * gdb.cell/f-regs.exp: New file.
15230 * gdb.cell/mem-access.c: New file.
15231 * gdb.cell/mem-access.exp: New file.
15232 * gdb.cell/mem-access-spu.c: New file.
15233 * gdb.cell/ptype.exp: New file.
15234 * gdb.cell/registers.exp: New file.
15235 * gdb.cell/size.c: New file.
15236 * gdb.cell/sizeof.exp: New file.
15237 * gdb.cell/size-spu.c: New file.
15238 * gdb.cell/solib.exp: New file.
15239 * gdb.cell/solib-symbol.exp: New file.
15240
15241 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15242
15243 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15244
15245 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15246
15247 * gdb.base/float.exp: Handle VFP registers.
15248
15249 2009-07-14 Michael Snyder <msnyder@vmware.com>
15250
15251 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15252 to bring gdb to the beginning of the calling line.
15253
15254 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15255 confusing the i386 epilogue unwinder.
15256
15257 2009-07-14 Stan Shebs <stan@codesourcery.com>
15258
15259 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15260
15261 2009-07-14 Michael Snyder <msnyder@vmware.com>
15262
15263 * gdb.reverse/step-reverse.exp (stepi into function call):
15264 Call instruction may not be first instruction in the line.
15265 (reverse stepi from a function call): Used wrong line number.
15266
15267 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15268
15269 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15270
15271 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15272
15273 Fix gdb.base/macscp.exp when using custom inputrc.
15274 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15275 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15276 env(TERM) set.
15277 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15278 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15279
15280 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15281
15282 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15283 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15284 Change the compilation target to match the testcase name.
15285 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15286 testcase name.
15287 * a2-run.exp: Use for setup prepare_for_testing. Change the
15288 compilation target to match the testcase name.
15289 * gdb.base/commands.exp: Likewise.
15290 * gdb.base/finish.exp: Likewise.
15291 * gdb.base/float.exp: Likewise.
15292 * gdb.base/info-target.exp: Likewise.
15293 * gdb.base/relational.exp: Likewise.
15294 * gdb.base/term.exp: Likewise.
15295 * gdb.base/until.exp: Likewise.
15296 * gdb.base/volatile.exp: Likewise.
15297 * gdb.base/whatis-exp.exp: Likewise.
15298
15299 2009-07-11 Hui Zhu <teawater@gmail.com>
15300
15301 * gdb.base/help.exp (disassemble): Update expected help text.
15302
15303 2009-07-09 Tom Tromey <tromey@redhat.com>
15304
15305 * lib/gdb.exp: Handle TRANSCRIPT.
15306 (remote_spawn, remote_close, send_gdb): New procs.
15307
15308 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15309
15310 * gdb.python/python-prettyprint.c: Add counted null string
15311 structure.
15312 * gdb.python/python-prettyprint.exp: Print null string. Test for
15313 embedded nulls.
15314 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15315 * gdb.python/python-value.exp (test_value_in_inferior): Add
15316 variable length string fetch tests.
15317 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15318
15319 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15320
15321 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15322
15323 2009-07-07 Tom Tromey <tromey@redhat.com>
15324
15325 * gdb.base/call-rt-st.exp: Update for change to escape output.
15326 * gdb.base/callfuncs.exp: Likewise.
15327 * gdb.base/charset.exp: Likewise.
15328 * gdb.base/constvars.exp: Likewise.
15329 * gdb.base/long_long.exp: Likewise.
15330 * gdb.base/pointers.exp: Likewise.
15331 * gdb.base/printcmds.exp: Likewise.
15332 * gdb.base/setvar.exp: Likewise.
15333 * gdb.base/store.exp: Likewise.
15334 * gdb.cp/ref-types.exp: Likewise.
15335 * gdb.mi/mi-var-child.exp: Likewise.
15336 * gdb.mi/mi-var-display.exp: Likewise.
15337 * gdb.mi/mi2-var-display.exp: Likewise.
15338 * gdb.base/charset.exp: Test octal escape sequence length.
15339 Update for change to escape output.
15340
15341 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15342
15343 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15344
15345 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15346
15347 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15348
15349 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15350
15351 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15352 gdbserver increasing $portnum if "Can't bind address" has been seen.
15353
15354 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15355
15356 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15357 mingw32ce.
15358
15359 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15360
15361 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15362 VFP format.
15363
15364 2009-07-02 Pedro Alves <pedro@codesourcery.com>
15365
15366 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15367 linux. Adjust to use "inferior", "info inferiors", "detach
15368 inferior" and "kill inferior" instead of "restart", "info fork",
15369 "detach fork" and "delete fork".
15370 * gdb.base/ending-run.exp: Spell out "info".
15371 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15372 the "kill" command.
15373
15374 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15375
15376 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15377 change to prefix TLS offset in hex with 0x.
15378
15379 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15380
15381 * gdb.base/default.exp: Update test case for "x" changes.
15382
15383 2009-07-01 Tristan Gingold <gingold@adacore.com>
15384
15385 * gdb.base/bigcore.exp: Make darwin untested.
15386
15387 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15388
15389 * gdb.base/completion.exp (directory completion): Create the directory.
15390 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15391 escapeuniquesub.
15392 (directory completion 2): Expect now ${escapeuniquesub}.
15393 (Glob remaining of directory test): Remove one excessive newline.
15394 Expect the real output.
15395
15396 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15397
15398 Fix `make check//%' target after `make check' has been ran.
15399 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15400 a mkdir call.
15401 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15402 (%/.dir): Remove.
15403
15404 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15405
15406 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15407 the expected result record.
15408
15409 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15410
15411 Remove racy FAILs relying just on the timeouts.
15412 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15413 (annotation_level 2): Remove racy FAILs.
15414
15415 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15416
15417 gdb/10275
15418 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15419
15420 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15421
15422 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15423
15424 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15425
15426 * gdb.mi/mi-stack.exp: Testing symbolic options
15427 to -stack-list-locals and -stack-list-arguments.
15428
15429 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15432
15433 2009-06-29 Tom Tromey <tromey@redhat.com>
15434
15435 * dg-extract-results.sh: New file.
15436 * Makefile.in (FORCE_PARALLEL): New variable.
15437 (CHECK_TARGET): New conditional variable.
15438 (check): Use CHECK_TARGET.
15439 (DO_RUNTEST): New variable.
15440 (check-single): New target.
15441 (TEST_DIRS): New variable.
15442 (TEST_TARGETS): Likewise.
15443 (check-parallel): New target.
15444 (check-gdb.%): New pattern.
15445 (BASE1_FILES): New variable.
15446 (BASE2_FILES): Likewise.
15447 (check-gdb.base%): New pattern.
15448 (%/.dir): New pattern.
15449 * configure: Rebuild.
15450 * aclocal.m4 (AM_CONDITIONAL): New defun.
15451 * configure.ac: Check whether user is using GNU make.
15452 (GMAKE): New conditional.
15453
15454 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15455
15456 * gdb.cp/namespace-nested-import.cc: New test.
15457 * gdb.cp/namespace-nested-import.exp: New test.
15458
15459 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15460
15461 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15462 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15463 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15464 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15465 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15466 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15467 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15468 gdb.opt/inline-markers.c: New files.
15469 * lib/gdb.exp (skip_inline_frame_tests): New function.
15470 (skip_inline_var_tests): New function.
15471
15472 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15473
15474 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15475 backtrace.
15476
15477 2009-06-27 Michael Snyder <msnyder@vmware.com>
15478
15479 * gdb.reverse: New directory.
15480 * gdb.reverse/break-reverse.c: New test.
15481 * gdb.reverse/break-reverse.exp: New test.
15482 * gdb.reverse/consecutive-reverse.c: New test.
15483 * gdb.reverse/consecutive-reverse.exp: New test.
15484 * gdb.reverse/finish-reverse.c: New test.
15485 * gdb.reverse/finish-reverse.exp: New test.
15486 * gdb.reverse/machinestate.c: New test.
15487 * gdb.reverse/ms1.c: New test.
15488 * gdb.reverse/machinestate.exp: New test.
15489 * gdb.reverse/Makefile.in: New file.
15490 * gdb.reverse/shr2.c: New test.
15491 * gdb.reverse/solib-reverse.c: New test.
15492 * gdb.reverse/solib-reverse.exp: New test.
15493 * gdb.reverse/step-reverse.c: New test.
15494 * gdb.reverse/step-reverse.exp: New test.
15495 * gdb.reverse/until-reverse.c: New test.
15496 * gdb.reverse/ur1.c: New test.
15497 * gdb.reverse/until-reverse.exp: New test.
15498 * gdb.reverse/watch-reverse.c: New test.
15499 * gdb.reverse/watch-reverse.exp: New test.
15500 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15501 * configure: Regenerate.
15502
15503 2009-06-26 Doug Evans <dje@google.com>
15504
15505 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15506
15507 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15508
15509 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15510 windows problem for 'file delete $binfile'.
15511
15512 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15513
15514 * gdb.cp/namespace-using.exp: New test.
15515 * gdb.cp/namespace-using.cc: New test.
15516
15517 2009-05-20 Joel Brobecker <brobecker@adacore.com>
15518
15519 * gdb.ada/variant_record_packed_array: New testcase.
15520
15521 2009-06-23 Tom Tromey <tromey@redhat.com>
15522
15523 * gdb.base/charset.exp (test_combination): Regression test.
15524 * gdb.base/charset.c (my_wchar_t): New typedef.
15525 (myvar): New global.
15526 (main): Set myvar.
15527
15528 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15529
15530 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15531 target.
15532
15533 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15534
15535 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15536
15537 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15538
15539 * gdb.mi/gdb680.exp: Update test for error message.
15540
15541 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15542
15543 * gdb.base/annota1.exp: Allow multiple occurrences of the
15544 frames-invalid annotation.
15545 * gdb.cp/annota2.exp: Likewise.
15546
15547 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15548
15549 * gdb.cp/gdb2495.cc: New file.
15550 * gdb.cp/gdb2495.exp: New file.
15551
15552 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15553
15554 Report error on GDB crash during runto.
15555 * lib/gdb.exp (runto <eof>): New.
15556
15557 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15558
15559 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15560 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15561 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15562 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15563 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15564 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15565 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15566 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15567 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15568 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15569 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15570 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15571 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15572 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15573 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15574 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15575 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15576 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15577 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15578 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15579 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15580 gdb.trace/passcount.exp, gdb.trace/report.exp,
15581 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15582 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15583 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15584 executable.
15585
15586 2009-06-07 Pedro Alves <pedro@codesourcery.com>
15587
15588 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15589 defined before referencing it.
15590
15591 2009-06-03 Doug Evans <dje@google.com>
15592
15593 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15594 * gdb.arch/i386-see.c: Ditto.
15595
15596 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15597
15598 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15599 (check_macro): Return 1 if undefined.
15600 If first test fails, check if macro debug information is available,
15601 and report unsupported test if no macro information is found.
15602
15603 2009-05-29 Doug Evans <dje@google.com>
15604
15605 * gdb.threads/hand-call-in-threads.exp: New.
15606 * gdb.threads/hand-call-in-threads.c: New.
15607
15608 2009-05-29 Michael Snyder <msnyder@vmware.com>
15609
15610 * gdb.base/break-always.exp: Change "1" to "on".
15611 Add confirmation check.
15612
15613 2009-05-28 Pedro Alves <pedro@codesourcery.com>
15614
15615 * gdb.threads/threxit-hop-specific.c: New.
15616 * gdb.threads/threxit-hop-specific.exp: New.
15617 * gdb.threads/thread-execl.c: New.
15618 * gdb.threads/thread-execl.exp: New.
15619
15620 2009-05-27 Tom Tromey <tromey@redhat.com>
15621 Thiago Jung Bauermann <bauerman@br.ibm.com>
15622
15623 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15624 (mi_child_regexp): Likewise.
15625 (mi_list_varobj_children_range): Likewise.
15626 (mi_get_features): Likewise.
15627 (mi_list_varobj_children): Rewrite.
15628 * gdb.python/python-mi.exp: New file.
15629
15630 2009-05-27 Tom Tromey <tromey@redhat.com>
15631 Thiago Jung Bauermann <bauerman@br.ibm.com>
15632 Phil Muldoon <pmuldoon@redhat.com>
15633 Paul Pluzhnikov <ppluzhnikov@google.com>
15634
15635 * gdb.python/python-prettyprint.exp: New file.
15636 * gdb.python/python-prettyprint.c: New file.
15637 * gdb.python/python-prettyprint.py: New file.
15638 * gdb.base/display.exp: print/r is now valid.
15639
15640 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15641 Tom Tromey <tromey@redhat.com>
15642 Pedro Alves <pedro@codesourcery.com>
15643 Paul Pluzhnikov <ppluzhnikov@google.com>
15644
15645 * gdb.python/python-template.exp: New file.
15646 * gdb.python/python-template.cc: New file.
15647 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15648 tests.
15649 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15650 Call it.
15651 (test_value_after_death): New proc.
15652 * gdb.python/python-value.c (PTR): New typedef.
15653 (main): New variable 'x'.
15654
15655 2009-05-27 Tom Tromey <tromey@redhat.com>
15656
15657 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15658 tests.
15659 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15660 Call it.
15661
15662 2009-05-27 Pedro Alves <pedro@codesourcery.com>
15663
15664 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15665
15666 2009-05-24 Pedro Alves <pedro@codesourcery.com>
15667
15668 * gdb.threads/fork-thread-pending.c: New.
15669 * gdb.threads/fork-thread-pending.exp: New.
15670
15671 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15672
15673 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15674 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15675
15676 2009-05-18 Jon Beniston <jon@beniston.com>
15677
15678 * gdb.asm/asm-source.exp: Add lm32 target.
15679
15680 2009-05-17 Pedro Alves <pedro@codesourcery.com>
15681
15682 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15683 `gdb_get_line_number'. Call `callee' in both parent and child.
15684 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15685 `gdb_get_line_number' instead of hardcoding line numbers.
15686 (catch_fork_unpatch_child): New procedure to test detaching
15687 breakpoints from child fork.
15688 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15689 hardcoding line numbers.
15690 (do_fork_tests): Run `catch_fork_unpatch_child'.
15691
15692 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15693
15694 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15695 of structure type enters or leaves the scope, it
15696 is reported by -var-update.
15697
15698 2009-05-11 Doug Evans <dje@sebabeach.org>
15699
15700 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
15701 * gdb.threads/pending-step.c (main): Fix off-by-one error.
15702 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15703
15704 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15707
15708 2009-04-30 Doug Evans <dje@google.com>
15709
15710 * gdb.threads/watchthreads2.exp: New testcase.
15711 * gdb.threads/watchthreads2.c: New testcase.
15712
15713 2009-04-29 Doug Evans <dje@google.com>
15714
15715 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15716 * gdb.cp/mb-ctor.cc: Ditto.
15717 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15718 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15719 * gdb.cp/mb-inline1.cc: Call it.
15720 * gdb.cp/mb-inline2.cc: Ditto.
15721 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15722 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15723
15724 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15725
15726 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15727 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15728 Replace all uses of `decimal' by `nonzero'.
15729 (info macro FROM_COMMANDLINE): New test.
15730
15731 2009-04-27 Tom Tromey <tromey@redhat.com>
15732
15733 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15734
15735 2009-04-27 Doug Evans <dje@google.com>
15736
15737 * gdb.threads/watchthreads.c (main): Initialize args before starting
15738 the threads. Plus formatting cleanup.
15739 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15740 biased scheduling of one thread.
15741
15742 2009-04-27 Jerome Guitton <guitton@adacore.com>
15743
15744 * gdb.cp/templates.cc (GetMax): New template.
15745 (main): Declare two instances of GetMax.
15746 * gdb.cp/templates.exp: Add new test.
15747
15748 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15749
15750 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15751
15752 2009-04-22 Joseph Myers <joseph@codesourcery.com>
15753
15754 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15755
15756 2009-04-15 Tom Tromey <tromey@redhat.com>
15757
15758 * gdb.base/charset.exp: Add regression test.
15759
15760 2009-04-14 Joel Brobecker <brobecker@adacore.com>
15761
15762 * gdb.base/exe-lock.exp: New testcase.
15763
15764 2009-04-13 Tom Tromey <tromey@redhat.com>
15765
15766 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15767 operator on Frame.
15768
15769 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15770
15771 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15772 * gdb.server/ext-attach.exp: Likewise.
15773
15774 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15775
15776 Eliminate some sleep usage.
15777
15778 * gdb.mi/basics.c (do_nothing): New.
15779 (main): Use do_nothing instead of printf, so that
15780 not to introduce race condition between output of
15781 inferiour and output of gdb. Do not use sleep as it
15782 is not generally available on embedded targets.
15783
15784 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15785
15786 * gdb.server/ext-attach.exp: Expect an optional process id after
15787 "Detached from remote process".
15788
15789 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15790
15791 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15792 gdb.dwarf2/dw2-unresolved.exp: New.
15793
15794 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15795
15796 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15797 mi_run_to_main.
15798
15799 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15800
15801 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15802 mi_run_to_main. Skip thread exit test on remote targets.
15803 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15804 mi_run_to_main.
15805 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15806 mi_run_to_main.
15807 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15808 when expecting ^connected. Detect when the target doesn't support
15809 non-stop mode.
15810 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15811 supported. Return -1 on error, 0 on success.
15812 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15813 (mi_runto): Return mi_runto_helper's result explicitly.
15814
15815 2009-04-01 Pedro Alves <pedro@codesourcery.com>
15816
15817 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15818
15819 2009-04-01 Tom Tromey <tromey@redhat.com>
15820
15821 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15822 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15823 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15824 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15825
15826 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15827 Jan Kratochvil <jan.kratochvil@redhat.com>
15828
15829 PR gdb/931
15830 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15831 output.
15832 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15833 for gdb/931.
15834 * dw2-strp.S (DW_AT_language): Change to C++.
15835 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15836
15837 2009-03-31 Joel Brobecker <brobecker@adacore.com>
15838
15839 * gdb.ada/tasks: New testcase.
15840
15841 2009-03-30 Stan Shebs <stan@codesourcery.com>
15842
15843 * gdb.trace/actions.exp: Update to match new info trace format.
15844 * gdb.trace/deltrace.exp: Ditto.
15845 * gdb.trace/infotrace.exp: Ditto.
15846 * gdb.trace/passcount.exp: Ditto.
15847 * gdb.trace/save-trace.exp: Ditto.
15848 * gdb.trace/while-stepping.exp: Ditto.
15849 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15850
15851 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15852
15853 * gdb.python/python-frame.c: New file.
15854 * gdb.python/python-frame.exp: New file.
15855
15856 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15857
15858 * gdb.python/python-value.exp: Add tests for the address
15859 attribute.
15860
15861 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15862
15863 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15864
15865 2009-03-26 Doug Evans <dje@google.com>
15866
15867 * gdb.mi/mi-nonstop-exit.exp: New file.
15868 * gdb.mi/non-stop-exit.c: New file.
15869
15870 2009-03-26 Tom Tromey <tromey@redhat.com>
15871
15872 Update for change to prologue skipping:
15873 * gdb.mi/mi2-simplerun.exp: Update.
15874 * gdb.mi/mi2-break.exp: Update.
15875 * gdb.mi/mi-simplerun.exp: Update.
15876 * gdb.mi/mi-break.exp: Update.
15877 * gdb.base/ending-run.exp: Update.
15878
15879 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15880
15881 * gdb.python/python-value.exp (test_value_in_inferior): Test
15882 gdb.Value.is_optimized_out attribute.
15883
15884 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15885
15886 * gdb.dwarf2/dw2-noloc-main.c: New file.
15887 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15888 (.text): Remove.
15889 (.data): New.
15890 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15891 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15892 (DW_TAG_subprogram func_cu1, noloc): Remove.
15893 (main): New.
15894 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15895 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15896 (file_symbols): New procedure.
15897
15898 2009-03-25 Tom Tromey <tromey@redhat.com>
15899
15900 * gdb.base/charset.exp (valid_target_charset): New proc.
15901 Use it to skip tests on invalid charsets.
15902
15903 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15904
15905 * gdb.base/completion.exp: Add a test for directory completion.
15906
15907 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15908
15909 Fix a racy FAIL.
15910 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15911 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15912
15913 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15914
15915 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15916 * gdb.python/python-function.exp: Add test for function returning
15917 a GDB value.
15918
15919 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15920
15921 * gdb.python/python-function.exp: New file.
15922
15923 2009-03-20 Tom Tromey <tromey@redhat.com>
15924
15925 * gdb.base/store.exp: Update for change to escape output.
15926 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15927 to escape output.
15928 * gdb.base/pointers.exp: Update for change to escape output.
15929 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15930 to escape output.
15931 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15932 escape output.
15933 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15934 to escape output.
15935 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15936 escape output.
15937 * gdb.base/setvar.exp: Update for change to escape output.
15938 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15939 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15940 to escape output.
15941 (test_print_string_constants): Likewise.
15942 * gdb.base/charset.exp (valid_host_charset): Check size of
15943 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15944 cases. Handle "auto"-related output.
15945 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15946 (uvar, Uvar): New globals.
15947
15948 2009-03-19 Jerome Guitton <guitton@adacore.com>
15949
15950 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15951 deltas.
15952 * gdb.ada/fixed_points.exp: Ditto.
15953
15954 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15955
15956 * return-nodebug.c: Don't include stdio.h.
15957 (init): Delete.
15958 (func): Delete definition and provide extern declaration.
15959 (t): New.
15960 (main): Don't call printf. Call func and store its result in t.
15961 * return-nodebug1.c: New.
15962 * return-nodebug.exp: Don't expect stdio output. Instead, print
15963 the global variable t. Drop printf formatters and cast types from
15964 foreach loop. Don't use prepare_for_testing. Compile
15965 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15966 define FORMAT or CAST.
15967
15968 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15969
15970 * gdb.base/solib-display.exp: Disable test for remote targers.
15971
15972 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15973
15974 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15975
15976 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15977
15978 Fix a racy FAIL.
15979 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15980 code from `follow parent, print pids'.
15981 (`follow child, print pids', `follow parent, print pids'): Call it.
15982 Replace `gdb_test "break..."' by gdb_breakpoint.
15983
15984 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15985
15986 * gdb.mi/mi-cli.exp: Adjust for output difference in
15987 sync and async modes.
15988
15989 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15990
15991 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15992 that was checked in by mistake. Remove loading of ada.exp, since
15993 this is not necessary in this case.
15994
15995 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15996
15997 * gdb.ada/ptype_arith_binop.exp: New testcase.
15998
15999 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16000
16001 * gdb.ada/mod_from_name: New testcase.
16002
16003 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.ada/tick_last_segv: New testcase.
16006
16007 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16008
16009 * gdb.mi/mi-cli.exp: Remove debug print.
16010
16011 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16012
16013 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16014 include the token in ^running and frame info in *stopped.
16015
16016 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16017
16018 * solib-display.exp: New file.
16019 * solib-display-main.c: New file.
16020 * solib-display-lib.c: New file.
16021
16022 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16023
16024 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16025
16026 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16027
16028 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16029 (list_and_check_macro): Use more specific test name.
16030 (next to definition): Make the test names unique.
16031
16032 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16033
16034 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16035
16036 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16037
16038 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16039 notifications.
16040 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16041 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16042 * lib/mi-support.exp (library_loaded_re): New.
16043 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16044
16045 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16046
16047 * gdb.gdb/observer.exp: Use test_notification observer, not
16048 normal_stop, everywhere.
16049 (test_normal_stop_notifications): Rename to...
16050 (test_notifications): ...this.
16051 (test_observer_normal_stop): Rename to...
16052 (test_observer): ...this.
16053
16054 2009-02-16 Doug Evans <dje@google.com>
16055
16056 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16057 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16058 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16059 (test_prefixed_syscall,test_int3): New tests.
16060 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16061 (test_prefixed_syscall,test_int3): New tests.
16062
16063 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16064
16065 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16066 (mi_expect_interrupt): Likewise.
16067 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16068 response.
16069
16070 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16071
16072 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16073 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16074 Replace calls to get_valueofx by get_hexadecimal_valueof.
16075
16076 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16077
16078 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16079 (get_integer_valueof): New procedure.
16080 (get_sizeof): Use new get_integer_value_of.
16081 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16082 by get_integer_valueof.
16083
16084 2009-02-13 Tom Tromey <tromey@redhat.com>
16085
16086 * gdb.base/remote.exp (get_sizeof): Remove.
16087 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16088 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16089 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16090 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16091 (get_sizeof): Likewise.
16092
16093 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16094
16095 PR fortran/9806
16096 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16097
16098 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16099
16100 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16101
16102 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16103
16104 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16105
16106 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16107
16108 * gdb.python/python-cmd.exp: New file.
16109
16110 2009-02-06 Tristan Gingold <gingold@adacore.com>
16111
16112 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16113
16114 2009-02-05 Tristan Gingold <gingold@adacore.com>
16115
16116 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16117 pointer is dereferenced and use this signal name in regexp.
16118 * gdb.base/signull.exp: Ditto.
16119 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16120 * gdb.base/signull.c (main): Ditto.
16121
16122 2009-02-04 Tom Tromey <tromey@redhat.com>
16123 Thiago Jung Bauermann <bauerman@br.ibm.com>
16124
16125 * gdb.python/python-value.exp: Use `gdb.history' instead of
16126 `gdb.value_from_history'.
16127 (test_value_numeric_ops): Add test for conversion of enum constant.
16128 * gdb.python/python-value.c (enum e): New type.
16129 (evalue): New global.
16130 (main): Use argv.
16131
16132 2009-02-04 Jerome Guitton <guitton@adacore.com>
16133
16134 * gdb.ada/uninitialized_vars: New test program.
16135 * gdb.ada/uninitialized_vars.exp: New testcase.
16136
16137 2009-02-02 Tom Tromey <tromey@redhat.com>
16138
16139 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16140 * gdb.cp/pr2489.cc: Rename...
16141 * gdb.cp/pr9594.cc: ... to this.
16142
16143 2009-02-02 Tom Tromey <tromey@redhat.com>
16144
16145 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16146 * gdb.cp/pr2489.cc: New file.
16147 * gdb.cp/cpcompletion.exp: New file.
16148
16149 2009-02-02 Tom Tromey <tromey@redhat.com>
16150
16151 PR exp/9059:
16152 * gdb.cp/call-c.exp: Add regression test.
16153 * gdb.cp/call-c.cc (FooHandle): New typedef.
16154 (main): New variable 'handle'.
16155
16156 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16157
16158 * lib/mi-support.exp (et_mi_thread_list)
16159 (check_mi_and_console_threads): Adjust for current thread in
16160 -thread-list-ids output.
16161
16162 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16163
16164 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16165 Call it.
16166
16167 2009-01-28 Doug Evans <dje@google.com>
16168
16169 * gdb.arch/amd64-disp-step.S: New file.
16170 * gdb.arch/amd64-disp-step.exp: New file.
16171 * gdb.arch/i386-disp-step.S: New file.
16172 * gdb.arch/i386-disp-step.exp: New file.
16173
16174 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16175
16176 * gdb.base/find.exp: Set newline variable
16177 using quotes instead of braces to fix cygwin failures.
16178
16179 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16180
16181 * gdb.base/radix.exp: Add tests to ensure that that set
16182 input-radix 0 and set output-radix 0 are really rejected.
16183
16184 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16185
16186 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16187 copyright years.
16188
16189 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16190
16191 PR gdb/9664:
16192 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16193
16194 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16195
16196 PR c++/9631:
16197 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16198
16199 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16200
16201 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16202 binfile definition to fix Windows OS failure.
16203
16204 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16205
16206 PR gdb/9346
16207 * gdb.base/interrupt.c (sigint_handler): New.
16208 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16209 on error.
16210 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16211 Test "signal SIGINT".
16212
16213 2009-01-19 Doug Evans <dje@google.com>
16214
16215 * gdb.base/break.exp: Update expected gdb output.
16216 * gdb.base/sepdebug.exp: Ditto.
16217 * gdb.mi/mi-syn-frame.exp: Ditto.
16218 * gdb.mi/mi2-syn-frame.exp: Ditto.
16219 * gdb.base/call-signal-resume.exp: New file.
16220 * gdb.base/call-signals.c: New file.
16221 * gdb.base/unwindonsignal.exp: New file.
16222 * gdb.base/unwindonsignal.c: New file.
16223 * gdb.threads/interrupted-hand-call.exp: New file.
16224 * gdb.threads/interrupted-hand-call.c: New file.
16225 * gdb.threads/thread-unwindonsignal.exp: New file.
16226
16227 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16228
16229 * gdb.base/define.exp: Test defining and hooking prefix commands.
16230 * gdb.python/python.exp: Update test for "show user" output.
16231
16232 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16235 now the output exactly, using less wildcards. Expect also the output
16236 of gfortran-4.3. Update for the f-valprint.c modification from
16237 2008-04-22.
16238 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16239 Remove gdb_test test names where matching the command.
16240
16241 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16242
16243 PR breakpoints/9681:
16244 * gdb.base/watchpoint.exp: Add regression test.
16245
16246 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16247
16248 * gdb.threads/attach-into-signal.exp: Don't use
16249 gdb_suppress_entire_file.
16250 * gdb.threads/attach-stopped.exp: Ditto.
16251 * gdb.threads/attachstop-mt.exp: Ditto.
16252
16253 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16254
16255 PR gdb/8812:
16256 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16257
16258 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16259
16260 PR gdb/7536:
16261 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16262 and unsupported output radices are really rejected.
16263
16264 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16265
16266 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16267
16268 2008-12-22 Tom Tromey <tromey@redhat.com>
16269
16270 * gdb.cp/punctuator.exp: New file.
16271
16272 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16273
16274 * gdb.base/completion.exp (Completing non-existing component): New test.
16275
16276 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16277
16278 Fix for PR gdb/8648.
16279 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16280 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16281 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16282 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16283
16284 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16285
16286 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16287
16288 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16289
16290 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16291 compiler actually generate code at the expected line number.
16292
16293 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16294
16295 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16296
16297 2008-12-12 Tom Tromey <tromey@redhat.com>
16298
16299 * gdb.base/commands.exp (redefine_hook_test): New proc.
16300 Call it.
16301
16302 2008-12-11 Tom Tromey <tromey@redhat.com>
16303
16304 * gdb.base/macscp.exp: New regression test.
16305
16306 2008-12-11 Tom Tromey <tromey@redhat.com>
16307
16308 * gdb.base/macscp.exp: Print "address.addr".
16309 * gdb.base/macscp1.c (struct outer): New struct.
16310 (address): New global.
16311
16312 2008-12-09 Tom Tromey <tromey@redhat.com>
16313
16314 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16315 Call it.
16316
16317 2008-12-04 Doug Evans <dje@google.com>
16318
16319 * gdb.server/ext-run.exp: Relax regexp for init program.
16320
16321 2008-12-03 Tristan Gingold <gingold@adacore.com>
16322
16323 * gdb.base/macscp.exp: Generate an object file during compilation
16324 to work around Darwin dsymutil limitations.
16325
16326 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16327
16328 Test resolving external references to TLS variables.
16329 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16330 FILE2_THREAD_LOCAL.
16331 (testfile2, srcfile2): New variables.
16332 * gdb.threads/tls.c (file2_thread_local)
16333 (function_referencing_file2_thread_local): New.
16334 * gdb.threads/tls2.c: New file.
16335
16336 2008-11-28 Joel Brobecker <brobecker@adacore.com>
16337
16338 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16339 rather than integer, as integer might not be big enough when
16340 on 64bit targets.
16341
16342 2008-11-27 Jerome Guitton <guitton@adacore.com>
16343
16344 * gdb.cp/formatted-ref.exp: Add equality test.
16345 * gdb.ada/formatted_ref.exp: Ditto.
16346
16347 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16350 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16351
16352 2008-11-20 Andreas Schwab <schwab@suse.de>
16353
16354 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16355 matching syscall entry point.
16356 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16357 (tcatch_vfork_then_child_follow): Likewise. Finish through
16358 vfork even if we stopped at the syscall trampoline.
16359
16360 2008-11-20 Doug Evans <dje@google.com>
16361
16362 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16363
16364 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16365
16366 * gdb.arch/ppc-dfp.exp: New file.
16367 * gdb.arch/ppc-dfp.c: New file.
16368
16369 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16370
16371 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16372
16373 2008-11-17 Doug Evans <dje@google.com>
16374
16375 * gdb.mi/mi-syn-frame.exp: Update expected output.
16376 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16377
16378 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16379
16380 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16381 "thread N" results in =thread-selected.
16382 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16383 (mi_send_resuming_command_raw): Be prepared for
16384 =thread-selected.
16385
16386 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16387
16388 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16389 * lib/mi-support.exp: Likewise.
16390
16391 2008-11-16 Joel Brobecker <brobecker@adacore.com>
16392
16393 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16394 commands from the expected output for "help catch".
16395
16396 2008-11-15 Joel Brobecker <brobecker@adacore.com>
16397
16398 * gdb.ada/int_deref.exp: New testcase.
16399
16400 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
16401
16402 * gdb.mi/gdb2549.exp: New file.
16403
16404 2008-11-11 Doug Evans <dje@google.com>
16405
16406 * gdb.base/callexit.exp: New file.
16407 * gdb.base/callexit.c: New file.
16408
16409 2008-11-10 Doug Evans <dje@google.com>
16410
16411 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16412 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16413 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16414 (default_gdb_start,default_gdb_exit): Ditto.
16415 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16416 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16417 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16418 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16419 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16420 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16421
16422 2008-11-03 Andreas Schwab <schwab@suse.de>
16423
16424 * gdb.base/hashline2.exp: Fix typo.
16425 * gdb.base/hashline3.exp: Likewise.
16426
16427 2008-10-30 Tom Tromey <tromey@redhat.com>
16428
16429 * gdb.base/pointers.exp: Add test.
16430 * gdb.base/pointers.c (k, S): New typedefs.
16431 (instance): New global.
16432
16433 2008-10-30 Andreas Schwab <schwab@suse.de>
16434
16435 * gdb.base/args.exp: Add tests for newlines.
16436
16437 2008-10-30 Joel Brobecker <brobecker@adacore.com>
16438
16439 gdb.base/foll-exec.exp: Update the expected output of a couple
16440 of "info breakpoints" tests.
16441
16442 2008-10-28 Tom Tromey <tromey@redhat.com>
16443
16444 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16445
16446 2008-10-24 Pedro Alves <pedro@codesourcery.com>
16447
16448 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16449 gdb_start_cmd.
16450 Use runto_main before any test that requires execution.
16451
16452 2008-10-23 Pedro Alves <pedro@codesourcery.com>
16453
16454 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16455 instead of SIGINT.
16456
16457 2008-10-22 Joel Brobecker <brobecker@adacore.com>
16458
16459 * gdb.base/completion.exp: Update expected output following
16460 the addition of the "info tasks" command.
16461
16462 2008-10-22 Tom Tromey <tromey@redhat.com>
16463
16464 * gdb.base/exprs.exp (test_expr): Add test for string
16465 concatenation.
16466
16467 2008-10-19 Pedro Alves <pedro@codesourcery.com>
16468
16469 * configure.ac: Output gdb.python/Makefile.
16470 * configure: Regenerate.
16471 * gdb.python/Makefile.in: New.
16472
16473 2008-10-16 Joel Brobecker <brobecker@adacore.com>
16474
16475 * gdb.base/foll-fork.exp: Adjust the expected output to match
16476 the new description for fork/vfork catchpoints in the "info
16477 breakpoints" output.
16478
16479 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16480
16481 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16482
16483 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16484
16485 * gdb.python/python-value.c: New file.
16486 * gdb.python/python-value.exp: New file.
16487
16488 2008-10-15 Pedro Alves <pedro@codesourcery.com>
16489
16490 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16491
16492 2008-10-15 Denis Pilat <denis.pilat@st.com>
16493
16494 * gdb.cp/mb-ctor.exp: Fix a typo.
16495
16496 2008-10-09 Tom Tromey <tromey@redhat.com>
16497
16498 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16499 'fprintf' and 'stderr'.
16500
16501 2008-10-07 Joel Brobecker <brobecker@adacore.com>
16502
16503 * gdb.ada/ref_tick_size.exp: New testcase.
16504
16505 2008-10-06 Doug Evans <dje@google.com>
16506
16507 * gdb.dwarf2/dw2-cu-size.exp: New file.
16508 * gdb.dwarf2/dw2-cu-size.S: New file.
16509
16510 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16511 .Ltype_int for clarity.
16512
16513 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16514
16515 PR gdb/2384:
16516 * gdb.cp/gdb2384.exp: Extended to test more cases.
16517 * gdb.cp/gdb2384.cc: Likewise.
16518 * gdb.cp/gdb2384-base.h: Likewise.
16519 * gdb.cp/gdb2384-base.cc: Likewise.
16520
16521 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16522
16523 * gdb.base/maint.exp (maint print type): Remove printing
16524 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16525
16526 2008-09-30 Tom Tromey <tromey@redhat.com>
16527
16528 * gdb.base/macscp.exp: Add completion tests.
16529 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16530 (TWENTY_THREE): Likewise.
16531 (FORTY_EIGHT): Likewise.
16532
16533 2008-09-30 Tom Tromey <tromey@redhat.com>
16534
16535 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16536 everywhere.
16537 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16538
16539 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16540
16541 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16542 testcase is derived from. Fix racy dependency on an expected PID
16543 number. No longer support the testcase on Linux kernel 2.4.x.
16544
16545 2008-09-27 Tom Tromey <tromey@redhat.com>
16546
16547 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16548 and varargs.
16549
16550 2008-09-22 Pedro Alves <pedro@codesourcery.com>
16551
16552 * lib/mi-support.exp (mi_expect_interrupt): New.
16553 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16554 from gdb.mi/mi-nonstop.exp.
16555 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16556 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16557 lib/mi-support.exp.
16558 Use mi_check_thread_states throughout. Avoid ".*" and do not
16559 require an anchor after -exec-run.
16560
16561 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16562
16563 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16564 stop is pending. Avoid ".*" when two stops are pending.
16565 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16566 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16567 newlines in fullnames.
16568 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16569 (mi_expect_stop): Update comments. Only anchor in sync mode.
16570 Do not match newlines.
16571 (mi_send_resuming_command_raw): Always return status.
16572 (mi_get_stop_line): Do not match more than one line by accident.
16573 Only anchor in sync mode.
16574 (mi_run_inline_test): If -exec-next fails, give up.
16575
16576 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16577
16578 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16579 on SPU.
16580
16581 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16582
16583 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16584
16585 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16586
16587 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16588 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16589 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16590 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16591 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16592 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16593 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16594 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16595 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16596 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16597 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16598 Include the "= " sequence in the expected output of print tests.
16599
16600 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16601
16602 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16603 description for boolean types.
16604
16605 2008-09-09 Pedro Alves <pedro@codesourcery.com>
16606
16607 * gdb.base/hook-stop-continue.c: New.
16608 * gdb.base/hook-stop-continue.exp: New.
16609
16610 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16611
16612 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16613
16614 2008-09-08 Jerome Guitton <guitton@adacore.com>
16615
16616 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16617 (stack_check_probe_2, stack_check_probe_loop_1)
16618 (stack_check_probe_loop_2): New functions.
16619 (main): Add call to these new functions.
16620 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16621 functions, check that the breakpoint is inserted at the appropriate
16622 location.
16623 (insert_breakpoint): Slightly refine this procedure so that it can
16624 be called several times in the test.
16625
16626 2008-09-08 Jerome Guitton <guitton@adacore.com>
16627
16628 * gdb.base/stack-checking.c: New file.
16629 * gdb.base/stack-checking.exp: New file.
16630
16631 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16632
16633 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16634 * gdb.arch/altivec-regs.exp: Likewise.
16635 * gdb.arch/vsx-regs.exp: Likewise.
16636
16637 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16638
16639 * gdb.arch/ppc-fp.exp: New file.
16640 * gdb.arch/ppc-fp.c: New file.
16641
16642 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16643
16644 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16645 lest gcc-4.3.1 optimizes the whole thing away.
16646
16647 2008-09-04 Michael Snyder <msnyder@vmware.com>
16648
16649 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16650 as "at" (for non-debug functions such as _start).
16651
16652 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16653
16654 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16655 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16656 software watchpoints.
16657 * gdb.base/watch_thread_num.exp: Likewise.
16658
16659 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16660
16661 * gdb.arch/i386-bp_permanent.exp: New test.
16662
16663 2008-08-24 Tom Tromey <tromey@redhat.com>
16664
16665 * gdb.base/maint.exp: Update "maint print type".
16666
16667 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16668
16669 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16670 support. Adjust the order of "*running" notifications.
16671 * gdb.mi/non-stop.c: Don't cast from int to void* and
16672 back.
16673
16674 2008-08-20 Mark Kettenis <kettenis@gnu.org>
16675
16676 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16677 expect to find it in the "info frame" output.
16678
16679 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16680
16681 * gdb.base/interp.exp: Always consume both prompts.
16682
16683 2008-08-20 Pedro Alves <pedro@codesourcery.com>
16684
16685 * gdb.base/pending.exp: Test pending breakpoints without symbols
16686 loaded.
16687
16688 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16689
16690 * lib/mi-support.exp (mi_expect_stop): Produce
16691 more details on failures.
16692 * gdb.mi/mi-nonstop.exp: New.
16693 * gdb.mi/non-stop.c: New.
16694
16695 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16696
16697 * gdb.mi/mi-async.exp: Use 'set target-async'.
16698 * lib/mi-support.exp: Use 'set/show target-async'.
16699
16700 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16701
16702 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16703
16704 2008-08-17 Tom Tromey <tromey@redhat.com>
16705
16706 * gdb.base/help.exp (help catch): Rewrite.
16707
16708 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16709
16710 * gdb.base/define.exp: Test indented command documentation.
16711 * gdb.python/python.exp: Test indented multi-line command.
16712
16713 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
16714
16715 * testsuite/gdb.arch/vsx-regs.c: New source file.
16716 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16717 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16718
16719 2008-08-14 Tom Tromey <tromey@redhat.com>
16720
16721 * gdb.base/macscp.exp: Add regression test for "macro define" or
16722 "macro undef" with no arguments.
16723
16724 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16725
16726 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
16727
16728 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16729
16730 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16731
16732 2008-08-06 Tom Tromey <tromey@redhat.com>
16733
16734 * gdb.python/python.exp: New file.
16735
16736 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 Fix for PR gdb/1543.
16739 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16740 $LOCATION.
16741 (location): New variable.
16742 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16743 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16744 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16745 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16746 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16747 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16748 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16749 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16750 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16751 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16752 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16753 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16754 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16755 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16756 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16757 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16758 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16759 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16760 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16761 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16762 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16763 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16764 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16765 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16766 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16767 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16768 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16769 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16770 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16771 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16772 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16773 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16774 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16775 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16776 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16777 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16778 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16779 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16780 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16781 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16782 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16783 gdb.base/type-opaque.exp, gdb.base/until.exp,
16784 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16785 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16786 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16787 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16788 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16789 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16790 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16791 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16792 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16793 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16794 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16795 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16796 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16797 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16798 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16799 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16800 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16801 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16802 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16803 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16804 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16805 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16806 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16807 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16808 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16809 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16810 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16811 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16812 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16813 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16814 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16815 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16816 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16817 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16818 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16819 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16820 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16821 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16822 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16823 to bug-gdb@prep.ai.mit.edu .
16824
16825 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16826
16827 * lib/mi-support.exp (mi_load_shlibs): New.
16828 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16829
16830 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16831
16832 * lib/mi-support.exp (get_mi_thread_list)
16833 (check_mi_and_console_threads): New, moved from ...
16834 * gdb.mi/mi-pthread.exp: ...here.
16835 * gdb.mi/gdb669.exp (get_mi_thread_list)
16836 (check_mi_and_console_threads): Delete.
16837 * gdb.mi/mi2-pthread.exp: Likewise.
16838
16839 2008-07-28 Tom Tromey <tromey@redhat.com>
16840
16841 * Makefile.in (just-check): Remove. Move body to...
16842 (check): ... here.
16843
16844 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16845
16846 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16847 Add a test for duplicated SIGINTs.
16848
16849 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16850
16851 * gdb.threads/schedlock.exp (get_args): Update to work for any
16852 value of NUM.
16853 (Top level): Report the number of threads that did not resume.
16854
16855 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16856
16857 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16858
16859 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16860
16861 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16862 non-MI prompt.
16863
16864 2008-07-26 Tom Tromey <tromey@redhat.com>
16865
16866 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16867 (function_struct, function_struct_ptr): New globals.
16868 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16869 function pointer in a struct.
16870
16871 2008-07-26 Tom Tromey <tromey@redhat.com>
16872
16873 * gdb.base/macscp.exp: Add test for macro lexing bug.
16874
16875 2008-07-18 Tom Tromey <tromey@redhat.com>
16876
16877 * gdb.base/macscp.exp: Add macro tests.
16878
16879 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16880
16881 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16882
16883 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16884
16885 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16886
16887 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16888
16889 * gdb.cp/class2.exp: fix for failure on spu-elf
16890
16891 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16892
16893 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
16894
16895 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16896
16897 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16898
16899 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16900
16901 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16902
16903 2008-07-11 Kevin Buettner <kevinb@redhat.com>
16904
16905 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16906 of regexp to account for changes made to GDB in the printing of
16907 byte vectors.
16908
16909 2008-07-11 Tom Tromey <tromey@redhat.com>
16910
16911 * gdb.base/completion.exp: Add 'help' completion test.
16912
16913 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16914
16915 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16916
16917 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16918
16919 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16920
16921 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16922
16923 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16924
16925 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16926
16927 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16928
16929 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16930
16931 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16932
16933 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16934
16935 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16936 previous commit. Add a comment.
16937
16938 2008-06-28 Pedro Alves <pedro@codesourcery.com>
16939
16940 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16941
16942 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16943
16944 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16945
16946 2008-06-27 Pedro Alves <pedro@codesourcery.com>
16947
16948 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16949 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16950 compiling an executable, link in an object that forces unbuffered
16951 output.
16952 * lib/set_unbuffered_mode.c: New file.
16953
16954 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16955
16956 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16957
16958 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16959
16960 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16961 mi_expect_stop.
16962 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16963 Demand that *running is output.
16964 (detect_async): Perform checking every time.
16965 (mi_send_resuming_command): Extract everything into...
16966 (mi_send_resuming_command_raw): ...this.
16967 (mi_expect_stop): Don't accept any output before *stopped.
16968
16969 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16970
16971 Robustify mi-simplerun.
16972 * gdb.mi/basics.c (main): Add a call to sleep.
16973 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16974 * gdb.mi/mi2-cli.exp: Likewise.
16975 * gdb.mi/mi-break.exp: Likewise.
16976
16977 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16978
16979 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16980
16981 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16982
16983 * gdb.mi/mi-console.exp: Adjust.
16984 * gdb.mi/mi-syn-frame.exp: Adjust.
16985 * gdb.mi/mi2-console.exp: Adjust.
16986 * gdb.mi/mi2-syn-frame.exp: Adjust.
16987 * lib/mi-support.exp (mi_run_cmd): Adjust.
16988 (mi_send_resuming_command): Adjust.
16989
16990 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16991
16992 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16993 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16994 testing of stopped.
16995 * gdb.mi/mi2-syn-frame.exp: Likewise.
16996 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16997 (async, detect_async): New.
16998 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16999 depending on if we're running in sync or async mode.
17000
17001 2008-06-09 Tom Tromey <tromey@redhat.com>
17002
17003 * gdb.base/completion.exp: New tests for field name completion
17004 with spaces, and field name completion with '->'.
17005
17006 2008-06-06 Tom Tromey <tromey@redhat.com>
17007
17008 * gdb.base/break1.c (struct some_struct): New struct.
17009 (values): New global.
17010 * gdb.base/completion.exp: Add field name completion test.
17011
17012 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17013
17014 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17015 to pointer.
17016 * gdb.cp/call-c.cc: Likewise.
17017
17018 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17019
17020 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17021 annotation.
17022
17023 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17024 Pedro Alves <pedro@codesourcery.com>
17025
17026 * gdb.threads/execl.c, gdb.threads/execl1.c,
17027 gdb.threads/execl.exp: New tests.
17028
17029 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17030 Daniel Jacobowitz <dan@codesourcery.com>
17031
17032 * gdb.cp/exception.exp: Activate test, make it work with pending
17033 catchpoints.
17034
17035 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17036
17037 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17038
17039 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17040
17041 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17042 now printed.
17043 * gdb.mi/mi2-var-cmd.exp: Likewise.
17044
17045 2008-05-27 Andreas Schwab <schwab@suse.de>
17046
17047 * gdb.base/frame-args.exp: Handle arguments that are optimized
17048 out.
17049
17050 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17051
17052 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17053 quiet for ppc32 and group options into a single variable.
17054
17055 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17056
17057 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17058 of zero-size elements.
17059 * gdb.ada/null_array.exp: Test printing this new array.
17060
17061 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17062
17063 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17064
17065 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17066
17067 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17068 of the "finish" command.
17069
17070 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17071
17072 * gdb.base/annota1.exp: Test for new annotation.
17073
17074 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17075
17076 * gdb.base/fixsection.exp: New file.
17077 * gdb.base/fixsection0.c: New file.
17078 * gdb.base/fixsection1.c: New file.
17079
17080 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17081
17082 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17083 * gdb.base/annota3.exp: Likewise.
17084
17085 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17086
17087 * gdb.base/watch_thread_num.exp: Don't run tests that require
17088 watchpoints if the target doesn't support them.
17089
17090 2008-05-12 Doug Evans <dje@google.com>
17091
17092 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17093
17094 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17095
17096 * gdb.ada/assign_1.exp: New testcase.
17097
17098 2008-05-09 Doug Evans <dje@google.com>
17099
17100 * gdb.base/find.exp: New file.
17101 * gdb.base/find.c: New file.
17102
17103 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17104
17105 * gdb.base/commands.exp (watchpoint_command_test): Handle
17106 gdb,no_hardware_watchpoints.
17107 * gdb.base/float.exp: Allow ARM targets without floating point.
17108 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17109
17110 2008-05-06 Jerome Guitton <guitton@adacore.com>
17111 Joel Brobecker <brobecker@adacore.com>
17112
17113 * gdb.ada/lang_switch: New test program.
17114 * gdb.ada/lang_switch.exp: New testcase.
17115
17116 2008-05-05 Doug Evans <dje@google.com>
17117
17118 * gdb.base/help.exp (disassemble): Update expected help text.
17119
17120 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17121
17122 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17123
17124 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17125
17126 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17127 different times.
17128
17129 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17130
17131 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17132 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17133 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17134 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17135
17136 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17137
17138 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17139 notification to appear.
17140
17141 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17142
17143 * gdb.base/fullname.c: New file.
17144 * gdb.base/fullname.exp: New file.
17145 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17146
17147 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17148
17149 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17150 expressions with macros.
17151
17152 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17153
17154 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17155
17156 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17157
17158 * gdb.base/completion.exp: Handle lack of other symbols beginning
17159 with "a".
17160
17161 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17162
17163 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17164
17165 * gdb.asm/asmsrc1.s: Add scratch space.
17166
17167 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17168 Daniel Jacobowitz <dan@codesourcery.com>
17169
17170 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17171 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17172 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17173
17174 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17175
17176 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17177
17178 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17179
17180 * gdb.base/info-target.exp: New testcase.
17181
17182 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17183
17184 * gdb.cp/hang.exp: Use .cc instead of .C.
17185 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17186 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17187
17188 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17189
17190 * gdb.base/gdb1250.exp: Remove perror.
17191 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17192
17193 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17194
17195 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17196 .2byte.
17197
17198 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17199
17200 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17201 (maybe_kfail): New.
17202
17203 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17204
17205 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17206
17207 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17208
17209 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17210 * gdb.mi/mi2-syn-frame.exp: Likewise.
17211 * lib/mi-support.exp: Likewise.
17212
17213 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17214
17215 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17216 to specify regexp for the location to stop at.
17217 * gdb.base/break-always.c: New.
17218 * gdb.base/break-always.exp: New.
17219
17220 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17221
17222 * lib/mi-support.exp (mi_runto_helper): Adjust
17223 for the original-location field.
17224 (mi_create_breakpoint, mi_list_breakpoints): New.
17225 * gdb.mi/mi-break.exp: Adjust.
17226 * gdb.mi/mi2-break.exp: Adjust.
17227 * gdb.mi/mi-pending.exp: Adjust.
17228 * gdb.mi/mi-simplerun.exp: Adjust.
17229 * gdb.mi/mi2-simplerun.exp: Adjust.
17230 * gdb.mi/mi-syn-frame.exp: Adjust.
17231 * gdb.mi/mi2-syn-frame.exp: Adjust.
17232 * gdb.mi/mi-until.exp: Adjust.
17233 * gdb.mi/mi2-until.exp: Adjust.
17234 * gdb.mi/mi-var-display.exp: Adjust.
17235 * gdb.mi/mi2-var-display.exp: Adjust.
17236 * gdb.mi/mi-watch.exp: Adjust.
17237 * gdb.mi/mi2-watch.exp: Adjust.
17238
17239 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17240
17241 * aclocal.m4: Add override.m4.
17242 * configure: Regenerate.
17243
17244 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17245
17246 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17247 '-var-update --all-values' reports new value even the type
17248 of a variable object has changed.
17249
17250 2008-04-18 Craig Silverstein <csilvers@google.com>
17251
17252 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17253 files.
17254
17255 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.ada/atomic_enum: New test program.
17258 * gdb.ada/atomic_enum.exp: New testcase.
17259
17260 2008-04-17 Doug Evans <dje@google.com>
17261
17262 * gdb.opt/Makefile.in: Fix whitespace.
17263
17264 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17265
17266 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17267
17268 2008-04-17 Doug Evans <dje@google.com>
17269
17270 * gdb.base/hashline1.exp: New testcase.
17271 * gdb.base/hashline2.exp: New testcase.
17272 * gdb.base/hashline2.exp: New testcase.
17273
17274 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17275
17276 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17277
17278 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17279
17280 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17281 temporary breakpoint to match "Temporary breakpoint".
17282 * gdb.base/break.exp (delete_breakpoints): Likewise.
17283 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17284 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17285 * gdb.base/display.exp: Likewise.
17286 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17287 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17288 * gdb.base/restore.exp (restore_tests): Likewise.
17289 * gdb.base/sepdebug.exp: Likewise.
17290 * gdb.base/watchpoint.exp: Likewise.
17291 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17292 * gdb.mi/mi-pending.exp: Likewise.
17293 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17294 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17295 * gdb.mi/mi-var-cmd.exp: Likewise.
17296 * gdb.mi/mi-var-display.exp: Likewise.
17297 * gdb.mi/mi2-cli.exp: Likewise.
17298 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17299 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17300 * gdb.mi/mi2-var-display.exp: Likewise.
17301 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17302 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17303 new "disp" field.
17304 (mi_expect_stop): Move after_reason argument to be really after
17305 reason. This is to support fix for PR2424.
17306
17307 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17308
17309 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17310
17311 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17312
17313 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17314 field. Add more floating varobj tests.
17315 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17316 field.
17317 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17318 (main): Call do_at_tests.
17319 * lib/mi-support.exp (mi_create_floating_varobj)
17320 (mi_varobj_update_with_type_change): New.
17321
17322 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17323
17324 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17325 option of -var-evaluate-expression.
17326 * gdb.mi/mi2-var-display.exp: Likewise.
17327
17328 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17329
17330 Introduce test setup helpers.
17331 * lib/gdb.exp (build_executable, clean_restart)
17332 (prepare_for_testing): New.
17333 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17334 * gdb.base/return.exp: Likewise.
17335 * gdb.base/ending-run.exp: Likewise.
17336
17337 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
17338
17339 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17340 Interface (MI) responses.
17341
17342 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17343
17344 * gdb.cp/breakpoint.cc: New code to test conditions involving
17345 member variables.
17346 * gdb.cp/breakpoint.exp: Test condition involving member
17347 variables.
17348
17349 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17350
17351 * lib/mi-support.exp (mi_expect_stop): New.
17352 (mi_run_cmd): Change the
17353 token. Use mi_send_resuming_command, use
17354 mi_expect_stop.
17355 (mi_execute_to_helper): Rename to mi_execute_to.
17356 (mi_send_resuming_command): Add more error patterns.
17357 (mi_wait_for_stop): Renamed to...
17358 (mi_get_stop_line): ...this.
17359 (mi_run_inline_test): Adjust.
17360
17361 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17362 * gdb.mi/mi-console.exp: Likewise.
17363 * gdb.mi/mi-pending.exp: Likewise.
17364 * gdb.mi/mi-simplerun.exp: Likewise.
17365 * gdb.mi/mi-stack.exp: Likewise.
17366 * gdb.mi/mi-stepi.exp: Likewise.
17367 * gdb.mi/mi-syn-frame.exp: Add comment.
17368 * gdb.mi/mi-until.exp: Likewise.
17369 * gdb.mi/mi-var-display.exp: Likewise.
17370 * gdb.mi/mi-watch.exp: Likewise.
17371 * gdb.mi/mi2-cli.exp: Likewise.
17372 * gdb.mi/mi2-console.exp: Likewise.
17373 * gdb.mi/mi2-simplerun.exp: Likewise.
17374 * gdb.mi/mi2-stack.exp: Likewise.
17375 * gdb.mi/mi2-stepi.exp: Likewise.
17376 * gdb.mi/mi2-until.exp: Likewise.
17377 * gdb.mi/mi2-var-display.exp: Likewise.
17378 * gdb.mi/mi2-watch.exp: Likewise.
17379
17380 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17381
17382 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17383
17384 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17385
17386 2008-04-04 Pedro Alves <pedro@codesourcery.com>
17387
17388 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17389 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17390 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17391 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17392 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17393 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17394 expect an mi error duplicated in stderr.
17395
17396 2008-04-03 Joel Brobecker <brobecker@adacore.com>
17397
17398 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17399 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17400 Add a couple of tests that verify the behavior when the new setting
17401 is set to "cancel" and "all".
17402 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17403 "ask" before we start the testing.
17404
17405 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17406
17407 * gdb.cp/casts.cc: Add class reference variables.
17408 * gdb.cp/casts.exp: New test cases for up/down casting references.
17409
17410 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17411
17412 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17413 instead of beginning to make an extra test pass.
17414 * gdb.mi/mi2-var-display.exp: Likewise.
17415
17416 2008-03-31 Maciej W. Rozycki <macro@mips.com>
17417
17418 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17419
17420 2008-03-31 Markus Deuling <deuling@de.ibm.com>
17421 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17422
17423 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17424 value. Add xfail for older kernels.
17425
17426 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17427
17428 Bring mi-support in line with gdb.exp.
17429 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17430 (mi_gdb_start): New function.
17431
17432 2008-03-28 Maciej W. Rozycki <macro@mips.com>
17433
17434 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17435
17436 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17437
17438 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17439 * gdb.mi/mi2-var-display.exp: Likewise.
17440
17441 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17442
17443 * lib/mi-support.exp (mi_create_varobj_checked): New.
17444 (mi_list_varobj_children): Allow to check for a
17445 value.
17446 (mi_list_array_varobj_children): New.
17447
17448 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17449 and mi_list_varobj_children, as opposed to hardcoding
17450 expected strings.
17451 * gdb.mi/gdb701.exp: Likewise.
17452 * gdb.mi/gdb792.exp: Likewise.
17453 * gdb.mi/mi-var-block.exp: Likewise.
17454 * gdb.mi/mi-var-cmd.exp: Likewise.
17455 * gdb.mi/mi-var-invalidate.exp: Likewise.
17456 * gdb.mi/mi2-var-block.exp: Likewise.
17457 * gdb.mi/mi2-var-child.exp: Likewise.
17458 * gdb.mi/mi2-var-cmd.exp: Likewise.
17459 * gdb.mi/mi2-var-display.exp: Likewise.
17460
17461 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17462
17463 Fix random false FAILs on i386.
17464 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17465
17466 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17467
17468 PR gdb/544
17469 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17470
17471 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17472
17473 PR gdb/544
17474 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17475
17476 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17477
17478 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17479 fixed PR gdb/544.
17480
17481 2008-03-21 Pedro Alves <pedro@codesourcery.com>
17482
17483 * gdb.threads/fork-child-threads.exp: Test next over fork.
17484
17485 2008-03-21 Chris Demetriou <cgd@google.com>
17486
17487 * gdb.base/break.exp (rbreak junk): New test for rbreak
17488 "Junk at end of arguments" issue.
17489
17490 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17491
17492 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17493 *& to work on created array elements.
17494 (Top level): Test print $pc with a file. Test string operations
17495 without a target.
17496 * gdb.base/ptype.exp: Do not expect *& to work on created array
17497 elements.
17498
17499 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17500
17501 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17502 gdb.threads/staticthreads.exp: Update exit query.
17503
17504 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17505
17506 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17507
17508 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17509
17510 * gdb.base/watchpoint.c (global_ptr, func4): New.
17511 (main): Call func4.
17512 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17513 (test_inaccessible_watchpoint): New.
17514
17515 2008-02-29 Maciej W. Rozycki <macro@mips.com>
17516
17517 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17518 select the largest.
17519
17520 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17521
17522 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17523 frames-invalid annotations.
17524
17525 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17526
17527 * gdb.base/assign.exp: avoid same output for different tests.
17528
17529 2008-02-27 Doug Evans <dje@google.com>
17530
17531 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17532 for bug 1738.
17533 (breakpoint_to_handler_entry): Ditto.
17534
17535 2008-02-27 Joel Brobecker <brobecker@adacore.com>
17536
17537 * gdb.base/ending-run.exp: Use the first line of code inside
17538 function body to test breakpoints.
17539 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17540 location where the breakpoint is inserted when using the line
17541 where a function is declared. Fix typo in the description of
17542 one of the tests.
17543 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17544
17545 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17546
17547 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17548 tests.
17549
17550 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17551
17552 * gdb.base/args.exp: avoid same output for tests
17553 with single quotes.
17554
17555 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17556
17557 * gdb.base/annota1.exp: Adjust for 'info break'
17558 format changes.
17559 * gdb.base/annota3.exp: Likewise.
17560 * gdb.base/break.exp: Likewise.
17561 * gdb.base/condbreak.exp: Likewise.
17562 * gdb.base/pending.exp: Likewise.
17563 * gdb.base/sepdebug.exp: Likewise.
17564 * gdb.base/unload.exp: Likewise.
17565 * gdb.cp/ovldbreak.exp: Likewise.
17566 * gdb.mi/mi-pending.exp: Likewise.
17567
17568 2008-02-07 Doug Evans <dje@google.com>
17569
17570 * gdb.cp/mb-inline.exp: New.
17571 * gdb.cp/mb-inline.h: New.
17572 * gdb.cp/mb-inline1.cc: New.
17573 * gdb.cp/mb-inline2.cc: New.
17574
17575 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17576
17577 * gdb.pascal/floats.pas: New test program.
17578 * gdb.pascal/floats.exp: New testcase.
17579
17580 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17581
17582 * gdb.base/callfuncs.c (t_float_many_args): New function.
17583 (t_double_many_args): New function.
17584 * gdb.base/callfuncs.exp: Add tests for exceeding float
17585 and double parameters passed through the stack.
17586
17587 2008-02-05 Joel Brobecker <brobecker@adacore.com>
17588
17589 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17590 gdb.ada/complete/foo.adb: New files.
17591 * gdb.ada/complete.exp: New testcase.
17592
17593 2008-02-03 Doug Evans <dje@google.com>
17594
17595 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17596
17597 * gdb.cp/gdb2384.exp: New file.
17598 * gdb.cp/gdb2384.cc: New file.
17599 * gdb.cp/gdb2384-base.h: New file.
17600 * gdb.cp/gdb2384-base.cc: New file.
17601
17602 2008-02-02 Doug Evans <dje@google.com>
17603
17604 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17605
17606 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17607
17608 * gdb.ada/sym_print_name: New test program.
17609 * gdb.ada/sym_print_name.exp: New testcase.
17610
17611 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17612
17613 * gdb.ada/nested/hello.adb: New file.
17614 * gdb.ada/nested.exp: New testcase.
17615 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17616
17617 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17618
17619 * gdb.mi/basic.c (return_1): New function.
17620 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17621 don't cause future evaluations of function to report
17622 creation of internal breakpoints.
17623
17624 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17625
17626 * gdb.mi/mi-break.exp (test_error): New.
17627 Call it.
17628
17629 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
17630
17631 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17632 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17633
17634 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17635
17636 * gdb.pascal/integers.pas: New test program.
17637 * gdb.pascal/integers.exp: New testcase.
17638
17639 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17640
17641 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17642
17643 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
17644
17645 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17646 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17647
17648 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17649
17650 * gdb.ada/formatted_ref: New test program.
17651 * gdb.ada/formatted_ref.exp: New testcase.
17652
17653 * gdb.cp/formatted-ref.cc: New file.
17654 * gdb.cp/formatted-ref.exp: New testcase.
17655
17656 2008-01-30 Joel Brobecker <brobecker@adacore.com>
17657
17658 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17659
17660 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
17661
17662 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17663 (test_file_list_exec_source_file): Update to new macro-info field.
17664
17665 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17666
17667 * gdb.ada/exprs: New test program.
17668 * gdb.ada/exprs.exp: New testcase.
17669
17670 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17671
17672 * dfp-test.c (DELTA, DELTA_B): New definitions.
17673 (double_val1, double_val2, double_val3, double_val4, double_val5,
17674 double_val6, double_val7, double_val8, double_val9, double_val10,
17675 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17676 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17677 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17678 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17679 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17680 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17681 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17682 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17683 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17684 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17685 dec128_val16): New global variables.
17686 (decimal_dec128_align): New function.
17687 (decimal_mixed): Likewise.
17688 (decimal_many_args_dec32): Likewise.
17689 (decimal_many_args_dec64): Likewise.
17690 (decimal_many_args_dec128): Likewise.
17691 (decimal_many_args_mixed): Likewise.
17692 * dfp-test.exp: Add tests calling new inferior functions.
17693
17694 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17695
17696 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17697 gdb.server/ext-run.exp: New files.
17698 * lib/gdbserver-support.exp (gdbserver_download): New.
17699 (gdbserver_start): New. Update gdbserver expected
17700 output.
17701 (gdbserver_spawn): Use them.
17702 (gdbserver_start_extended): New.
17703
17704 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17705
17706 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17707 Run on GNU/Linux.
17708 (do_exec_tests): Check for systems which do not support catchpoints.
17709 Do not match START.
17710 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17711 Run on GNU/Linux. Enable verbose output.
17712 (check_fork_catchpoints): New.
17713 (explicit_fork_child_follow, catch_fork_child_follow)
17714 (tcatch_fork_parent_follow): Update expected messages.
17715 (do_fork_tests): Use check_fork_catchpoints.
17716 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17717 Run on GNU/Linux. Enable verbose output.
17718 (check_vfork_catchpoints): New.
17719 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17720 expected messages.
17721 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17722
17723 2008-01-29 Jim Blandy <jimb@red-bean.com>
17724
17725 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17726 host' errors.
17727 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17728
17729 2008-01-29 Jim Blandy <jimb@red-bean.com>
17730
17731 * gdb.threads/sigthread.c: Use barriers to ensure that
17732 child_thread and child_thread_two are always initialized before we
17733 start to use them.
17734
17735 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17736
17737 * gdb.base/watchpoint-solib.exp: New.
17738 * gdb.base/watchpoint-solib.c: New.
17739 * gdb.base/watchpoint-solib-shr.c: New.
17740
17741 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17742
17743 * gdb.base/gdb1056.exp: Add unsigned integer test.
17744
17745 2008-01-28 Doug Evans <dje@google.com>
17746
17747 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17748
17749 2008-01-27 Jim Blandy <jimb@codesourcery.com>
17750
17751 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17752
17753 * gdb.base/expand-psymtabs.exp: Doc fix.
17754
17755 2008-01-26 Mark Kettenis <kettenis@gnu.org>
17756
17757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17758
17759 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
17760
17761 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
17762 -var-set-format.
17763
17764 2008-01-23 Chris Demetriou <cgd@google.com>
17765
17766 * gdb.threads/thread_events.c: New testcase source file.
17767 * gdb.threads/thread_events.exp: New testcase expect file.
17768
17769 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
17770
17771 * lib/gdb.exp: Add the variable octal.
17772
17773 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
17774 -var-set-format.
17775
17776 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17777 Vladimir Prus <vladimir@codesourcery.com>
17778
17779 * gdb.base/float.exp: Allow missing floating point for m68k and
17780 PowerPC.
17781
17782 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17783
17784 * gdb.mi/basics.c: Setup for testing breakpoints
17785 ignore count.
17786 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17787 * gdb.mi/mi-cli.exp: Adjust.
17788 * gdb.mi/mi2-cli.exp: Adjust.
17789
17790 2008-01-17 Pedro Alves <pedro@codesourcery.com>
17791
17792 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17793 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17794 with dummy_ptr's address.
17795 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17796 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17797 all targets.
17798 * gdb.mi/mi2-var-child.exp: Likewise.
17799
17800 2008-01-09 Joel Brobecker <brobecker@adacore.com>
17801
17802 * gdb.ada/null_array: New test program.
17803 * gdb.ada/null_array.exp: New testcase.
17804
17805 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
17806
17807 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17808 with required float modifiers.
17809
17810 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17811
17812 * gdb.ada/funcall_param: New test program.
17813 * gdb.ada/funcall_param.exp: New testcase.
17814
17815 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17816
17817 * gdb.ada/arrayparam: New test program.
17818 * gdb.ada/arrayparam.exp: New testcase.
17819
17820 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17821
17822 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17823 landed. Should also fix random failures in the test following it.
17824
17825 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17826
17827 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17828 for expressions with decimal float values.
17829 (test_dfp_conversions): New function to test casts to and from
17830 decimal float types.
17831 Call test_dfp_conversions.
17832 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17833 elements.
17834 (main): Initialize ds.float4 and ds.double8 elements.
17835 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17836 string to new error message.
17837 (d64_set_tests): Likewise.
17838 (d128_set_tests): Likewise.
17839 Add tests for expressions with decimal float variables. Add tests for
17840 conversions to and from decimal float types.
17841
17842 2008-01-05 Joel Brobecker <brobecker@adacore.com>
17843
17844 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17845 * gdb.ada/packed_tagged.exp: New testcase.
17846
17847 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17848
17849 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17850 gdb.ada/homonym/homonym_main.adb: New files.
17851 * gdb.ada/homonym.exp: New testcase.
17852
17853 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17854
17855 * gdb.ada/packed_array.exp: Add testing of references to
17856 a packed array.
17857
17858 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17859
17860 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17861 New files.
17862 * gdb.ada/type_coercion.exp: New testcase.
17863
17864 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17865
17866 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17867 gdb.ada/tagged/foo.adb: New file.
17868 * gdb.ada/tagged.exp: New testcase.
17869
17870 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17871
17872 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17873 gdb.ada/ptype_field/foo.adb: New files.
17874 * gdb.ada/ptype_field.exp: New testcase.
17875
17876 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17877
17878 * gdb.ada/print_pc.exp: New testcase.
17879
17880 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17881
17882 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17883 gdb.ada/taft_type/p.adb: New files.
17884 * gdb.ada/taft_type.exp: New testcase.
17885
17886 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17887
17888 * gdb.ada/array_bounds/bar.adb: New file.
17889 * gdb.ada/array_bounds.exp: New testcase.
17890
17891 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17892
17893 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17894 gdb.ada/arrayptr/foo.adb: New files.
17895 * gdb.ada/arrayptr.exp: New testcase.
17896
17897 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17898
17899 * gdb.base/set-lang-auto.exp: New testcase.
17900
17901 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17902
17903 * gdb.ada/fun_addr/foo.adb: New file.
17904 * gdb.ada/fun_addr.exp: New testcase.
17905
17906 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17907
17908 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17909 New files
17910
17911 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17912
17913 * array_subscript_addr/p.adb: New file.
17914 * array_subscript_addr.exp: New testcase.
17915
17916 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17917
17918 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
17919 New files.
17920 * gdb.ada/str_cmp_ref.exp: New testcase.
17921
17922 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17923
17924 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17925 gdb.ada/fun_in_declare/foo.adb: New files.
17926 * gdb.ada/fun_in_declare.exp: New testcase.
17927
17928 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17931 gdb.ada/ref_param/pck.ads: New files.
17932 * gdb.ada/ref_param.exp: New testcase.
17933
17934 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17935
17936 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17937 gdb.ada/interface/foo.adb: New files.
17938 * gdb.ada/interface.exp: New testcase.
17939
17940 2007-12-31 Jim Blandy <jimb@codesourcery.com>
17941
17942 * gdb.base/multi-forks.exp: Consume all output from child
17943 processes before proceeding to next test.
17944
17945 2007-12-29 Jim Blandy <jimb@codesourcery.com>
17946
17947 * configure: Regenerated.
17948
17949 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17950
17951 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17952 gdb.ada/fixed_cmp/fixed.adb: New files.
17953 * gdb.ada/fixed_cmp.exp: New testcase.
17954
17955 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17956
17957 * gdb.ada/boolean_expr.exp: New testcase.
17958
17959 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17960
17961 * gdb.base/multi-forks.exp: Doc fix.
17962
17963 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17964
17965 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17966 * gdb.ada/char_param.exp: Do not compile our test program with
17967 -gnata, this is unnecessary.
17968 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17969
17970 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17971
17972 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17973 gdb.ada/print_chars/foo.adb: New files.
17974 * gdb.ada/print_chars.exp: New testcase.
17975
17976 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17977
17978 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17979 gdb.ada/char_param/foo.adb: New files.
17980 * gdb.ada/char_param.exp: New testcase.
17981
17982 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17983
17984 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17985 hard-coding source line numbers into the test.
17986 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17987 gdb_get_line_number to find.
17988
17989 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17990
17991 * gdb.base/ptype.c (highest): New struct type.
17992 (the_highest): New variable of that type.
17993 (main): Add dummy assignment to a field of variable the_highest.
17994 * gdb.base/ptype.exp: Test type printing of our new variable.
17995
17996 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17997
17998 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17999 and record first explicitly generated thread number.
18000 Use that thread number for thread specific watchpoint test.
18001 Add iteration number to repetitive tests.
18002
18003 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18004 Jim Blandy <jimb@codesourcery.com>
18005
18006 * gdb.base/expand-psymtabs.c: New testcase
18007 source file.
18008 * gdb.base/expand-psymtabs.exp: New testcase
18009 expect file.
18010
18011 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18012
18013 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18014 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18015
18016 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.ada/frame_args/foo.adb: New file.
18019 * gdb.ada/frame_args/pck.ads: New file.
18020 * gdb.ada/frame_args/pck.adb: New file.
18021 * gdb.ada/frame_args.exp: New testcase.
18022
18023 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18024
18025 * gdb.base/frame-args.c: New file.
18026 * gdb.base/frame-args.exp: New testcase.
18027
18028 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18029 Joseph Myers <joseph@codesourcery.com>
18030
18031 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18032
18033 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18034
18035 * gdb.mi/mi-pending.exp: New.
18036 * gdb.mi/mi-pending.c: New.
18037 * gdb.mi/mi-pendshr.c: New.
18038
18039 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18040
18041 * gdb.base/default.exp: Update expected output for 'info catch'.
18042
18043 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18044
18045 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18046 must be set to binary.
18047
18048 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18049
18050 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18051
18052 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18053
18054 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18055 gdb.mi/mi-file-transfer.exp: New.
18056
18057 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18058
18059 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18060
18061 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18062
18063 * gdb.trace/backtrace.exp: Fix a typo.
18064 * gdb.trace/circ.exp: Likewise.
18065 * gdb.trace/collection.exp: Likewise.
18066 * gdb.trace/limits.exp: Likewise.
18067 * gdb.trace/report.exp: Likewise.
18068 * gdb.trace/tfind.exp: Likewise.
18069 * gdb.trace/while-dyn.exp: Likewise.
18070
18071 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18072
18073 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18074 objects of pointers that can't be dereferenced are now
18075 "noneditable".
18076
18077 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18078
18079 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18080 (target_cpu): Remove.
18081
18082 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18083
18084 * gdb.base/ending-run.exp: Expect the list of cleared
18085 breakpoint to come in natural order, not the reversed one.
18086
18087 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18088
18089 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18090 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18091
18092 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18093
18094 * gdb.base/printcmds.exp: New function
18095 test_printf_with_dfp.
18096
18097 2007-11-02 Doug Evans <dje@google.com>
18098
18099 * gdb.disasm/t01_mov.s: Remove carriage returns.
18100 * gdb.disasm/t02_mova.s: Ditto.
18101 * gdb.disasm/t03_add.s: Ditto.
18102 * gdb.disasm/t04_sub.s: Ditto.
18103 * gdb.disasm/t05_cmp.s: Ditto.
18104 * gdb.disasm/t06_ari2.s: Ditto.
18105 * gdb.disasm/t07_ari3.s: Ditto.
18106 * gdb.disasm/t08_or.s: Ditto.
18107 * gdb.disasm/t09_xor.s: Ditto.
18108 * gdb.disasm/t10_and.s: Ditto.
18109 * gdb.disasm/t11_logs.s: Ditto.
18110 * gdb.disasm/t12_bit.s: Ditto.
18111 * gdb.disasm/t13_otr.s: Ditto.
18112
18113 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18114
18115 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18116
18117 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18118
18119 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18120 provide DFP support.
18121
18122 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18123
18124 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18125 Test "set powerpc vector-abi". Skip auto-detection tests for old
18126 toolchains.
18127
18128 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18129
18130 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18131 with [string compare].
18132
18133 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18134
18135 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18136 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18137
18138 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18139
18140 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18141 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18142 * gdb.opt/Makefile.in: New makefile.
18143 * Makefile.in: Create new directory "gdb.opt".
18144 * configure.ac: Add "gdb.opt" directory.
18145 * configure: Regenerated.
18146
18147 2007-10-25 Doug Evans <dje@google.com>
18148
18149 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18150 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18151
18152 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18153 Thiago Jung Bauermann <bauerman@br.ibm.com>
18154
18155 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18156 Floating Point expressions.
18157 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18158 Floating Point variables.
18159 * gdb.base/dfp-test.c: new file containing program with Decimal
18160 Floating variables, used by gdb.base/dfp-test.exp.
18161
18162 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18163
18164 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18165
18166 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18167
18168 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18169 compiling test case with GCC.
18170 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18171
18172 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18173
18174 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18175 format changes.
18176
18177 2007-10-18 Michael Snyder <msnyder@specifix.com>
18178
18179 * gdb.base/dbx.exp: Add missing "-re " operator.
18180
18181 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18182
18183 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18184 * configure.ac: Removed trailing spaces after backslash.
18185 * gdb.modula2: New directory.
18186 * gdb.modula2/Makefile.in: New file.
18187 * gdb.modula2/unbounded-array.exp: New file.
18188 * gdb.modula2/unbounded1.c: New file.
18189
18190 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18191
18192 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18193
18194 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18195
18196 * gdb.base/sigstep.c (main): Add checks for
18197 return values for setitimer call.
18198 Call setitimer again with itimer = ITIMER_REAL
18199 if first call to setitimer fails.
18200
18201 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18202
18203 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18204 of $timeout.
18205
18206 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18207
18208 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18209
18210 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18211
18212 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18213 of gdb_expect call, to avoid interruption.
18214
18215 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18216
18217 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18218 (v_unsigned_long_long, v_long_long_array)
18219 (v_signed_long_long_array, v_unsigned_long_long_array)
18220 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18221 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18222 [!NO_LONG_LONG]: New.
18223 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18224 v_long_long_member.
18225
18226 (v_long_long_func, v_signed_long_long_func)
18227 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18228 (main) [!NO_LONG_LONG]: Initialize long long variants.
18229
18230 * gdb.base/whatis.exp: If board file requests no_long_long, build
18231 test with NO_LONG_LONG defined. Test long long, signed long long,
18232 and unsigned long long variants but only if board file doesn't
18233 disable it.
18234
18235 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18236 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18239 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18240 * configure: Regenerated.
18241 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18242 gdb.pascal/types.exp, lib/pascal.exp: New files.
18243
18244 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18245
18246 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18247 call.
18248 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18249 to return to the call.
18250 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18251 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18252 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18253 * gdb.mi/mi-until.exp (test_until): Likewise.
18254 * gdb.mi/mi2-until.exp (test_until): Likewise.
18255
18256 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18257
18258 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18259 two-char array.
18260 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18261
18262 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18263
18264 * gdb.threads/watchthreads.c (thread_function): Sleep between
18265 iterations.
18266 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18267 at once for S/390. Generate matching fails and passes.
18268
18269 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18270
18271 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18272 the 'struct_declarations' variable to zeros.
18273
18274 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18275
18276 * gdb.cp/mb-ctor.cc: New.
18277 * gdb.cp/mb-ctor.exp: New.
18278 * gdb.cp/mb-templates.cc: New.
18279 * gdb.cp/mb-templates.exp: New.
18280
18281 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18282
18283 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18284
18285 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18286
18287 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18288 targets.
18289 * configure: Regenerate.
18290
18291 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18292
18293 * gdb.base/annota1.exp: Adjust for 'info break'
18294 format changes.
18295 * gdb.base/annota3.exp: Likewise.
18296 * gdb.base/break.exp: Likewise.
18297 * gdb.base/condbreak.exp: Likewise.
18298 * gdb.base/pending.exp: Likewise.
18299 * gdb.base/sepdebug.exp: Likewise.
18300 * gdb.base/unload.exp: Likewise.
18301 * gdb.base/ovldbreak.exp: Likewise.
18302
18303 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18304
18305 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18306 messages.
18307 * gdb.base/chng-syms.exp: Likewise.
18308 * gdb.base/unload.exp: Likewise.
18309
18310 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18311
18312 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18313
18314 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18315
18316 * schedlock.c (NUM): Change to 1.
18317 (main): Use args[0] for the main thread.
18318 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18319 regardless of the number of threads.
18320
18321 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18322
18323 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18324 type down.
18325 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18326 test.
18327 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18328 watchpoint type down.
18329 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18330 test.
18331
18332 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18333
18334 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18335 Move all the tests here and run them twice, once using software
18336 watchpoints and once using hardware watchpoints.
18337 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18338
18339 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18340
18341 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18342 test.
18343
18344 2007-09-10 Mark Kettenis <kettenis@gnu.org>
18345
18346 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18347 build-id.
18348
18349 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18350 know about $ORIGIN. Calculate output dir from $dest instead of
18351 using ${objdir}/{$subdir}.
18352
18353 2007-09-09 Mark Kettenis <kettenis@gnu.org>
18354
18355 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18356 gcore, before continuing with the test.
18357
18358 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18359
18360 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18361 * gdb.mi/mi-watch.exp: Likewise.
18362
18363 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18364 Jim Blandy <jimb@codesourcery.com>
18365
18366 * gdb.arch/i386-sse.exp: Do not expect character constants.
18367 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18368 * gdb.base/display.exp: Allow print/s.
18369 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18370 and unsigned char array changes.
18371
18372 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18373
18374 * gdb.base/display.exp: Add tests for printf %p.
18375
18376 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18377
18378 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18379 the dll name to unicode.
18380
18381 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18382
18383 * gdb.base/default.exp (show version): Update the version text.
18384 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18385
18386 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18387
18388 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18389 New files.
18390
18391 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18392
18393 * lib/gdb.exp (build_id_debug_filename_get): New function.
18394 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18395 Remove the generate DEBUG file for the future testcase runs.
18396 New testcase for the NT_GNU_BUILD_ID retrieval.
18397 Move the final testing step to ...
18398 (test_different_dir): ... a new function.
18399 New parameter XFAIL to XFAIL all the tests performed.
18400 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18401 New parameter TYPE to PF_PREFIX all the tests performed.
18402
18403 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18404
18405 * gdb.mi/mi-var-cp.cc (path_expression): New
18406 function.
18407 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18408
18409 2007-08-27 Markus Deuling <deuling@de.ibm.com>
18410
18411 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18412 to fit into SPU Local Store memory.
18413
18414 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18415
18416 * gdb.base/default.exp: Adjust the expected output of "info
18417 warranty" after the switch to GPLv3.
18418
18419 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18420
18421 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18422 to 30000 (from 20000).
18423
18424 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18425
18426 Switch the license of all .exp files to GPLv3.
18427 Switch the license of all .f and .f90 files to GPLv3.
18428 Switch the license of all .s and .S files to GPLv3.
18429
18430 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18431
18432 * configure.ac: Switch license to GPLv3.
18433
18434 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18435
18436 Switch the licensing to GPLv3 for all .ads and .adb files.
18437
18438 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18439
18440 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18441 and t_int_double.
18442 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18443
18444 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18445
18446 * gdb.base/step-line.c: Switch license to GPL version 3, and
18447 update copyright year.
18448 * gdb.base/step-line.inp: Likewise.
18449
18450 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18451
18452 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18453 changes inside gdb1555.c.
18454 * gdb.base/pending.exp: Likewise.
18455
18456 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18457
18458 * config/default.exp: New file.
18459
18460 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18461
18462 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18463 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18464
18465 2007-07-30 Maciej W. Rozycki <macro@mips.com>
18466
18467 * gdb.base/dump.exp: Force the correct endianness for binary
18468 formats not carrying this information.
18469
18470 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18471
18472 * gdb.threads/staticthreads.exp: Match .*sem_post.
18473
18474 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18475
18476 * gdb.base/readline.exp (operate_and_get_next): Match the final
18477 prompt.
18478
18479 2007-07-23 Kevin Buettner <kevinb@redhat.com>
18480
18481 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18482 to restarting SID.
18483
18484 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18485
18486 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18487 prior to `gdb_start'.
18488
18489 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18490
18491 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18492 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18493 Remove call to gdb_unload.
18494
18495 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18496 Daniel Jacobowitz <dan@codesourcery.com>
18497
18498 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18499 for __WIN32__.
18500 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18501 * gdb.base/unload.exp: Use shared library test routines.
18502
18503 2007-07-03 Markus Deuling <deuling@de.ibm.com>
18504
18505 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18506 * gdb.base/solib-symbol-lib.c: Likewise.
18507 * gdb.base/solib-symbol-main.c: Likewise.
18508
18509 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18510
18511 * config/gdbserver.exp (gdb_reconnect): New.
18512 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18513 gdb.base/solib-disc.exp: New files.
18514 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18515 remote debugging".
18516 (gdb_compile): Add shlib_load flag.
18517 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18518 port.
18519 (gdbserver_reconnect): New.
18520
18521 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
18522 Daniel Jacobowitz <dan@codesourcery.com>
18523
18524 * gdb.base/annota3.exp: Test for if construct.
18525
18526 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18527
18528 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18529
18530 2007-06-21 Chris Dearman <chris@mips.com>
18531 Maciej W. Rozycki <macro@mips.com>
18532
18533 * gdb.base/display.exp: Allow a newline after display/i.
18534 * gdb.base/pc-fp.exp: Likewise.
18535 * gdb.base/sigbpt.exp: Likewise.
18536
18537 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18538
18539 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18540 required features to be included.
18541
18542 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18543
18544 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18545 in info threads output.
18546
18547 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18548 Markus Deuling <deuling@de.ibm.com>
18549
18550 * gdb.arch/spu-info.exp: New testcase.
18551 * gdb.arch/spu-info.c: New file.
18552
18553 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18554
18555 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18556 tpcs_offset. Restore lr after the call.
18557 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18558
18559 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18560
18561 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18562 (gdbserver_run): Kill any running gdbserver.
18563 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18564
18565 2007-05-17 Maciej W. Rozycki <macro@mips.com>
18566
18567 * gdb.base/sigbpt.exp: Preset segv_addr.
18568
18569 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18570
18571 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18572 (gdb_compile_shlib): Likewise.
18573 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18574 (default_gdb_init): Clear cleanfiles.
18575 (gdb_finish): Delete recorded cleanfiles.
18576 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18577
18578 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18579 Do not use isnative.
18580 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18581 gdb.base/so-impl-ld.exp: Likewise.
18582 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18583 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18584 gdb_compile.
18585
18586 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18587
18588 * config/unknown.exp: Remove.
18589
18590 2007-05-15 Markus Deuling <deuling@de.ibm.com>
18591
18592 * gdb.base/info-proc.exp: Check is_remote.
18593
18594 2007-05-14 Markus Deuling <deuling@de.ibm.com>
18595
18596 * gdb.base/gcore.exp: Initialize variable core_supported.
18597
18598 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18599
18600 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18601
18602 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18603
18604 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18605 * gdb.threads/print-threads.exp (test_all_threads): Allow
18606 negative and hexadecimal thread IDs.
18607
18608 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18609
18610 * gdb.java/jprint.java (public): Avoid invalid call to static
18611 method.
18612
18613 2007-05-14 Denis Pilat <denis.pilat@st.com>
18614
18615 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18616 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18617 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18618 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18619 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18620
18621 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18622
18623 * gdb.base/overlays.exp: Add support for targets with only code
18624 overlay support, not data overlay. Support spu-*-* target in
18625 this mode.
18626 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18627 * gdb.base/spu.ld: New file.
18628
18629 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18630
18631 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18632
18633 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18634
18635 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18636
18637 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18638
18639 * gdb.java/jmain.exp: Handle demangled names with and without method
18640 signatures.
18641
18642 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18643
18644 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18645 (have_a_very_merry_interrupt): Remove calls to puts.
18646 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18647 inferior output.
18648 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18649 test names.
18650
18651 2007-04-29 Markus Deuling <deuling@de.ibm.com>
18652 Daniel Jacobowitz <dan@codesourcery.com>
18653
18654 * gdb.base/auxv.exp (core_works): Also check is_remote.
18655 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18656
18657 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
18658
18659 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18660 message, not the undefined 'module' variable.
18661 * gdb.base/siginfo.exp: Likewise.
18662 * gdb.base/sigstep.exp: Likewise.
18663 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18664 serialport.
18665 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18666
18667 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
18668
18669 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18670 target sim fails. Return 0 otherwise.
18671 (gdb_load): Return prematurely if gdb_target_sim fails.
18672
18673 2007-04-16 Denis Pilat <denis.pilat@st.com>
18674
18675 * gdb.base/setshow.exp: Reset height after having set it to 100.
18676
18677 2007-04-16 Denis Pilat <denis.pilat@st.com>
18678
18679 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18680
18681 2007-04-16 Denis Pilat <denis.pilat@st.com>
18682
18683 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18684
18685 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18686
18687 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18688 tests. Run the frozen varobjs test.
18689 * gdb.mi/var-cmd.c (do_frozen_tests): New.
18690 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
18691
18692 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18693
18694 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18695 gdb.base/type-opaque.exp: New files.
18696
18697 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
18698
18699 * gdb.mi/mi-var-child.c
18700 (do_children_tests): User char[2] instead of
18701 char so that automatic printing of pointers to char
18702 don't give unpredicable result.
18703 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18704 local variables.
18705 * gdb.mi/mi-var-child.exp: Step to right line
18706 of do_children_tests.
18707 * gdb.mi/mi2-var-child.exp: Likewise.
18708 * gdb.mi/mi-var-cmd.exp: Step to right line of
18709 do_locals_tests.
18710 (do_children_tests): User char[2] instead of
18711 char so that automatic printing of pointers to char
18712 don't give unpredicable result.
18713 * gdb.mi/mi2-var-cmd.exp: Likewise.
18714 * lib/mi-support.exp (mi_continue_to_line):
18715 Pass test name to mi_wait_for_stop.
18716
18717 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18718
18719 * gdb.asm/asm-source.exp: Remove d10v case.
18720 * lib/gdb.exp (skip_cplus_tests): Likewise.
18721 * gdb.asm/d10v.inc: Deleted.
18722
18723 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18724
18725 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18726
18727 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18728
18729 * config/netware.exp: Delete file.
18730
18731 2007-03-29 Joel Brobecker <brobecker@adacore.com>
18732
18733 * gdb.dwarf2/dw2-noloc.S: New file.
18734 * gdb.dwarf2/dw2-noloc.exp: New file.
18735
18736 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18737
18738 * gdb.cp/method2.cc: New test.
18739 * gdb.cp/method2.exp: New test.
18740 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18741
18742 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18743
18744 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18745
18746 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18747
18748 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18749
18750 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18751
18752 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18753 (gdb_load): Delete, replace with...
18754 (gdb_reload): ...this.
18755 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18756 * gdb.server/server-mon.exp: Likewise.
18757 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18758 (gdb_start_cmd): New.
18759 (gdb_file_cmd): Save the last loaded file.
18760 (gdb_reload): New.
18761 (gdb_gnu_strip_debug): Use transform.
18762 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18763 support here. Use new $last_loaded_file. Check mtime.
18764 (gdb_target_cmd): Handle ObjC failure case.
18765 (infer_host_exec): Delete.
18766 (gdbserver_load): Rename to...
18767 (gdbserver_run): ...this. Simplify.
18768 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18769 (mi_gdb_load): Move most contents to a new function...
18770 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18771 (mi_run_cmd): Use mi_gdb_target_load.
18772 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18773 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18774 Use gdb_run_cmd.
18775 * gdb.base/charsign.exp: Remove incorrect comment.
18776 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18777 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18778 gdb.base/start.exp: Use gdb_start_cmd.
18779
18780 2007-03-23 Nigel Stephens <nigel@mips.com>
18781 Maciej W. Rozycki <macro@mips.com>
18782
18783 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18784 * gdb.base/signull.exp: Similarly.
18785
18786 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18787
18788 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18789 messages available to test cases (like chng-sym.exp).
18790
18791 2007-03-14 Andreas Schwab <schwab@suse.de>
18792
18793 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18794 format changes.
18795
18796 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18797
18798 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18799 (optimized_1): New.
18800 (main): Call optimized_1.
18801 (gdb2029): Correct typos. Call gdb2029_marker.
18802 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18803 for gdb2029.
18804
18805 2007-03-12 Mark Kettenis <kettenis@gnu.org>
18806
18807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18808 as tabs. Remove redundant test pattern.
18809
18810 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18811
18812 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18813 for /a format output.
18814
18815 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18816
18817 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18818 collect output incrementally.
18819
18820 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18821
18822 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18823 for -var-create lpcharacter test.
18824 * gdb.mi/mi2-var-cmd.exp: Likewise.
18825
18826 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18827
18828 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18829 pass on targets where address zero is readable.
18830
18831 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18832
18833 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18834 just a single architecture.
18835
18836 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18837
18838 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18839 (fetch_all_registers): New function, uses gdb_test_multiple and
18840 exp_continue to fetch inferior output line-by-line.
18841 Replace all uses of do_get_all_registers by fetch_all_registers.
18842
18843 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18844
18845 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18846 in target_info.
18847
18848 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18849
18850 * gdb.threads/manythreads.exp: Use $message string for
18851 consistancy; add a default (timeout) case.
18852
18853 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18854
18855 * gdb.base/watchpoint.exp: Fix truncated comment.
18856
18857 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18858
18859 * Makefile.in: Remove spurious single-quotes from sed command.
18860
18861 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18862
18863 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18864 func.
18865 * gdb.mi/mi2-var-cmd.exp: Likewise.
18866
18867 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18868
18869 * gdb.dwarf2/dw2-producer.S: New file.
18870 * gdb.dwarf2/dw2-producer.exp: New testcase.
18871
18872 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
18873
18874 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18875 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18876 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18877 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18878 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18879 Revert tests to use mi_gdb_test and include value field in output
18880 of -var-create.
18881
18882 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18883
18884 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18885
18886 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18887
18888 * gdb.base/maint.exp: Remove full paths from test names.
18889 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18890 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18891
18892 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18893
18894 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18895
18896 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18897
18898 * gdb.server/server-mon.exp: New test.
18899
18900 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18901
18902 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18903
18904 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18905
18906 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18907 register capitalization.
18908
18909 2007-02-13 Denis Pilat <denis.pilat@st.com>
18910
18911 * gdb.mi/mi-var-invalidate.exp: New file.
18912
18913 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18914
18915 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18916
18917 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18918
18919 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18920
18921 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18922
18923 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18924 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18925
18926 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
18927
18928 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18929 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18930 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18931 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18932 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18933 * gdb.mi/gdb792.exp, lib/mi-support.exp:
18934 Update tests to include value field in output of -var-create.
18935
18936 2007-02-08 Andreas Schwab <schwab@suse.de>
18937
18938 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18939
18940 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18941
18942 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18943 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18944
18945 2007-02-02 Denis Pilat <denis.pilat@st.com>
18946
18947 * gdb.threads/threadapply.exp: check that frame is not changed by
18948 the thread apply all command.
18949
18950 2007-01-31 Andreas Schwab <schwab@suse.de>
18951
18952 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18953
18954 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18955 in the dwarf sections.
18956 * gdb.dwarf2/mac-fileno.S: Likewise.
18957
18958 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18959 bspstore register on ia64.
18960
18961 2007-01-29 Andreas Schwab <schwab@suse.de>
18962
18963 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18964 "frame-begin" annotation.
18965
18966 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18967 number of "frames-invalid" annotations.
18968
18969 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18970
18971 * gdb.base/commands.exp: Call if_commands_test.
18972 (gdb_test_no_prompt, if_commands_test): New.
18973
18974 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18975
18976 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18977
18978 2007-01-27 Andreas Schwab <schwab@suse.de>
18979
18980 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18981 .short/.int/.quad in the dwarf sections.
18982 * gdb.dwarf2/dw2-intercu.S: Likewise.
18983 * gdb.dwarf2/dw2-intermix.S: Likewise.
18984
18985 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18986
18987 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18988 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18989 array.
18990 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18991 * gdb.base/setvar.exp: Likewise.
18992
18993 2007-01-26 Andreas Schwab <schwab@suse.de>
18994
18995 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18996 test.
18997
18998 * gdb.base/multi-forks.exp ("restart $i"): Also match
18999 __kernel_syscall_via_break.
19000
19001 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19002
19003 * lib/mi-support.exp (mi_delete_varobj): New.
19004 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19005 testcase.
19006 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19007 (main): Call the above.
19008 (reference_update_test, base_in_reference_test)
19009 (reference_to_pointer): Delete the created varobjs.
19010
19011 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19012
19013 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19014 * configure: Regenerated.
19015 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19016 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19017 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19018 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19019 * lib/gdb.exp (gdb_skip_xml_test): New function.
19020
19021 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19022
19023 * gdb.base/sigrepeat.exp: Correct error message.
19024
19025 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19026 Daniel Jacobowitz <dan@codesourcery.com>
19027
19028 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19029 gdb.arch/i386-gnu-cfi-asm.S: New files.
19030
19031 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19032
19033 * lib/gdb.exp: Abort on missing `site.exp'.
19034
19035 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19036 Daniel Jacobowitz <dan@codesourcery.com>
19037
19038 * gdb.base/included.c, gdb.base/included.exp,
19039 gdb.base/included.h: New files.
19040
19041 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19042
19043 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19044 (maximize_rlimit): Reduce limits on 64-bit systems.
19045
19046 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19047
19048 From Marcus Deuling <deuling@de.ibm.com>:
19049 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19050 every case.
19051
19052 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19053
19054 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19055 (test_path_specification): Use objdir instead of srcdir to always
19056 get an absolute filename.
19057
19058 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19059
19060 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19061
19062 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19063
19064 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19065 Make sure the variable we're using is in scope.
19066 (reference_to_pointer): Likewise.
19067
19068 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19069
19070 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19071 has no debug information.
19072
19073 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19074
19075 * gdb.base/annota1.exp: Remove extra send_gdb.
19076
19077 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19078
19079 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19080
19081 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19082
19083 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19084
19085 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19086 Daniel Jacobowitz <dan@codesourcery.com>
19087
19088 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19089 lcharacter or linteger change. Correct duplicated test name.
19090 * gdb.mi/mi2-var-cmd.exp: Likewise.
19091
19092 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19093
19094 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19095
19096 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19097
19098 * gdb.base/nofield.c: New file.
19099 * gdb.base/nofield.exp: New testcase.
19100
19101 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19102
19103 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19104
19105 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19106 test.
19107
19108 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19109
19110 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19111
19112 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19113
19114 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19115 when continuing.
19116
19117 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19118
19119 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19120 Expect ".exe" extension.
19121
19122 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19123
19124 * gdb.base/charset.exp: Add explicit filename to break.
19125 * gdb.base/dbx.exp: Add explicit filename to breaks.
19126
19127 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19128
19129 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19130 * gdb.mi/mi2-file.exp: Likewise.
19131
19132 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19133
19134 Implement specification of MI tests as comments
19135 in C and C++ sources.
19136 * lib/mi-support.exp (mi_autotest_data): New variable.
19137 (mi_autotest_source): New variable.
19138 (count_newlines, mi_prepare_inline_tests)
19139 (mi_get_inline_test, mi_continue_to_line)
19140 (mi_run_inline_test, mi_tbreak)
19141 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19142 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19143 Run inline tests.
19144 * gdb.mi/mi-var-cp.cc: Define tests here.
19145
19146 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19147
19148 Simplify usage of mi_continue_to.
19149 * lib/mi-support.exp (mi_runto_helper): Renamed
19150 from mi_runto, added new parameter 'run_or_continue'.
19151 (mi_runto): Use mi_runto_helper.
19152 (mi_continue_to): Accept just function name as parameter.
19153 Use mi_runto_helper.
19154 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19155 * gdb.mi/mi2-var-cmd.exp: Likewise.
19156
19157 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19158
19159 Make this testcase a bit more realistic. The current code
19160 is too simplistic, and allows the compiler to optimize out
19161 some of the entities we need for this testcase.
19162 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19163 (Do_Nothing): Add extra parameter.
19164 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19165 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19166 by using a variable of type Void_Star.
19167
19168 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19169
19170 * gdb.ada/catch_ex/foo.adb: New file.
19171 * gdb.ada/catch_ex.exp: New testcase.
19172
19173 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19174
19175 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19176 pass --image-base to linker.
19177
19178 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19179 Daniel Jacobowitz <dan@codesourcery.com>
19180
19181 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19182 secondary prompts.
19183
19184 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19185
19186 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19187 output. Test the types of members and member pointers.
19188 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19189 gdb/2092.
19190 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19191 statement. Enable for GCC. Update expected output for some tests
19192 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19193 layout.
19194 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19195 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19196 (Diamond::vget_base): New.
19197 (main): Add new tests.
19198 * gdb.cp/printmethod.exp: Update expected output for member functions.
19199 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19200 print pEe->D::vg().
19201
19202 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19203
19204 * gdb.threads/tls.exp: Allow stops in sem_post.
19205
19206 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19207
19208 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19209 * gdb.base/annota3.exp: Likewise.
19210 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19211 again (instead of timing out).
19212 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19213 GCC bug 26475.
19214 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19215 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19216 test from jmisc1.exp.
19217 * gdb.java/jmisc1.exp: Delete.
19218 * gdb.java/jprint.exp: Adjust to work with method signatures including
19219 return types.
19220 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19221 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19222 * lib/java.exp (compile_java_from_source): Pass the correct type
19223 to target_compile.
19224
19225 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19226
19227 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19228 (stack_align_edx): New function.
19229 (stack_align_eax): New function.
19230 (main): Add calls to stack_align_edx and stack_align_eax.
19231 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19232 Add testing for the cases where the register used during a stack
19233 realignment is edx. Same for eax.
19234
19235 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19236
19237 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19238 and generic PE targets.
19239
19240 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19241
19242 * gdb.ada/array_return.exp: Update copyright date list.
19243
19244 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19245
19246 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19247 (Create_Small_Float_Vector): New function.
19248 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19249 function body.
19250 * gdb.ada/array_return/p.adb: Use new type and function from
19251 package Pck.
19252 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19253 able to print the value returned by a function returning an
19254 array of float.
19255
19256 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19257
19258 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19259 The associated tests should be PASSing.
19260
19261 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19262
19263 Test for base in references.
19264 * gdb.mi/mi-var-cp.cc: Add test code.
19265 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19266 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19267 * gdb.mi/mi2-watch.exp: Likewise.
19268 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19269 (mi_list_varobj_children): New function.
19270
19271 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19272
19273 * lib/mi-support.exp
19274 (mi_runto): Accept "()" after function name.
19275 (mi_create_varobj): New function.
19276 (mi_varobj_update): New function.
19277 (mi_Check_varobj_value): New function.
19278 * gdb.mi/mi-var-cp.exp: New file.
19279 * gdb.mi/mi-var-cp.cc: New file.
19280
19281 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19282
19283 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19284 gdb.base/weaklib2.c: New files.
19285
19286 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19287
19288 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19289 info. Adjust test names.
19290
19291 * gdb.base/break.c (main): Move position of malloc.
19292 * gdb.base/break.exp: Revert mistaken checkin.
19293
19294 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19295
19296 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19297 assignement of arrays and function pointers.
19298 * gdb.mi/var-cmd.c: Add declaration necessary for above
19299 tests.
19300
19301 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19302
19303 * gdb.base/break.c (main): Call malloc.
19304
19305 * gdb.threads/linux-dp.exp: Read thread table before and after
19306 creating each philosopher and verify it.
19307
19308 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19309 Paul Brook <paul@codesourcery.com>
19310 Daniel Jacobowitz <dan@codesourcery.com>
19311
19312 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19313 main to remove duplication. Add start function of the form
19314 '_*start[1-9]*'. Add RVDS start function.
19315
19316 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19317
19318 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19319
19320 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19321
19322 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19323 * gdb.asm/spu.inc: New file.
19324 * gdb.base/term.exp: Disable if [target_info exists noargs].
19325 * gdb.gdb/complaints.exp: Disable if ![isnative].
19326 * gdb.gdb/selftest.exp: Likewise.
19327 * gdb.gdb/observer.exp: Likewise.
19328 * gdb.gdb/xfullpath.exp: Likewise.
19329 * gdb.base/attach.exp: Disable on SPU target.
19330 * gdb.cp/bs145503.exp: Likewise.
19331 * gdb.cp/exception.exp: Likewise.
19332 * gdb.cp/userdef.exp: Likewise.
19333
19334 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19335
19336 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19337
19338 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19339
19340 * gdb.base/completion.exp: Fix completion tests for
19341 'info' and 'info '.
19342 * gdb.base/help.exp (help_test_raw, test_class_help)
19343 (test_prefix_command_help): Move...
19344 * lib/gdb.exp: Here.
19345 * gdb.base/main.exp: Adjust.
19346 * gdb.cp/maint.exp: Adjust.
19347 * gdb.trace/tracecmd.exp: Use test_help_class.
19348
19349 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19350
19351 * gdb.stabs/weird.exp (print_weird_var): Use
19352 gdb_test_multiple instead of gdb_expect.
19353
19354 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19355
19356 * gdb.base/help.exp (help_test_raw): New.
19357 (test_class_help): New.
19358 (test_prefix_command_help): New.
19359 Adjust testcases.
19360
19361 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
19362
19363 * gdb.base/constvars.c (main): Write to crass and crips, so that
19364 they are allocated by the compiler.
19365
19366 2006-10-27 Andreas Schwab <schwab@suse.de>
19367
19368 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19369 "detach-fork".
19370
19371 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19372
19373 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19374 of patterns.
19375
19376 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19377
19378 * gdb.base/sepdebug.exp: Remove debug format test.
19379 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19380 Handle no-symtab.
19381 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19382
19383 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19384
19385 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19386 int to pointer or pointer to int.
19387 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19388
19389 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19390
19391 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19392
19393 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19394
19395 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19396
19397 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19398
19399 PR c++/2116
19400 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19401
19402 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19403
19404 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19405 the corresponding bug has been fixed in GDB (PR/2018).
19406
19407 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19408
19409 * gdb.base/subst.exp: New testcase.
19410
19411 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19412
19413 * gdb.ada/array_return/pck.ads: Add copyright notice.
19414 * gdb.ada/array_return/pck.adb: Likewise.
19415 * gdb.ada/array_return/p.adb: Likewise.
19416 * gdb.ada/exec_changed/first.adb: Likewise.
19417 * gdb.ada/exec_changed/second.adb: Likewise.
19418
19419 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19420
19421 * gdb.ada/watch_arg/watch.adb: New file.
19422 * gdb.ada/watch_arg.exp: New testcase.
19423
19424 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19425
19426 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19427 via string_to_regexp.
19428 * gdb.mi/mi2-basics.exp: Likewise.
19429
19430 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19431
19432 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19433 Remove unused / obsolete files.
19434
19435 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
19436
19437 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19438
19439 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19440
19441 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19442 HIGH_FRAME argument to -stack-list-arguments can be larger than
19443 the number of frames.
19444
19445 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19446
19447 * gdb.base/args.c (main): Add breakpoint marker.
19448 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19449 really test empty arguments.
19450 (args_load): Delete.
19451 (args_test): New.
19452
19453 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
19454
19455 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19456 check for one file.
19457
19458 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19459
19460 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19461 HIGH_FRAME argument to -stack-list-locals can be larger than
19462 the number of frames.
19463
19464 2006-08-18 Fred Fish <fnf@specifix.com>
19465
19466 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19467 '$' in front of skip_vmx_tests_saved when setting that.
19468
19469 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19470
19471 * gdb.base/trace-commands.exp: New file.
19472
19473 2006-08-10 Joel Brobecker <brobecker@adacore.com>
19474 Daniel Jacobowitz <dan@codesourcery.com>
19475
19476 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19477 expected output of the backtrace commands.
19478
19479 2006-08-09 Joel Brobecker <brobecker@adacore.com>
19480
19481 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19482 untested followed by return combination.
19483 * gdb.arch/altivec-regs.exp: Likewise.
19484 * gdb.arch/e500-abi.exp: Likewise.
19485 * gdb.arch/e500-regs.exp: Likewise.
19486 * gdb.arch/gdb1291.exp: Likewise.
19487 * gdb.arch/gdb1431.exp: Likewise.
19488 * gdb.arch/gdb1558.exp: Likewise.
19489 * gdb.arch/i386-prologue.exp: Likewise.
19490 * gdb.arch/i386-unwind.exp: Likewise.
19491 * gdb.asm/asm-source.exp: Likewise.
19492 * gdb.base/a2-run.exp: Likewise.
19493 * gdb.base/advance.exp: Likewise.
19494 * gdb.base/all-bin.exp: Likewise.
19495 * gdb.base/annota1.exp: Likewise.
19496 * gdb.base/annota3.exp: Likewise.
19497 * gdb.base/args.exp: Likewise.
19498 * gdb.base/arithmet.exp: Likewise.
19499 * gdb.base/assign.exp: Likewise.
19500 * gdb.base/async.exp: Likewise.
19501 * gdb.base/attach.exp: Likewise.
19502 * gdb.base/bang.exp: Likewise.
19503 * gdb.base/bigcore.exp: Likewise.
19504 * gdb.base/bitfields.exp: Likewise.
19505 * gdb.base/bitfields2.exp: Likewise.
19506 * gdb.base/break.exp: Likewise.
19507 * gdb.base/call-sc.exp: Likewise.
19508 * gdb.base/call-strs.exp: Likewise.
19509 * gdb.base/callfuncs.exp: Likewise.
19510 * gdb.base/checkpoint.exp: Likewise.
19511 * gdb.base/chng-syms.exp: Likewise.
19512 * gdb.base/code-expr.exp: Likewise.
19513 * gdb.base/commands.exp: Likewise.
19514 * gdb.base/completion.exp: Likewise.
19515 * gdb.base/cond-expr.exp: Likewise.
19516 * gdb.base/condbreak.exp: Likewise.
19517 * gdb.base/consecutive.exp: Likewise.
19518 * gdb.base/constvars.exp: Likewise.
19519 * gdb.base/corefile.exp: Likewise.
19520 * gdb.base/cvexpr.exp: Likewise.
19521 * gdb.base/dbx.exp: Likewise.
19522 * gdb.base/define.exp: Likewise.
19523 * gdb.base/detach.exp: Likewise.
19524 * gdb.base/display.exp: Likewise.
19525 * gdb.base/dump.exp: Likewise.
19526 * gdb.base/ena-dis-br.exp: Likewise.
19527 * gdb.base/ending-run.exp: Likewise.
19528 * gdb.base/environ.exp: Likewise.
19529 * gdb.base/eval-skip.exp: Likewise.
19530 * gdb.base/exprs.exp: Likewise.
19531 * gdb.base/fileio.exp: Likewise.
19532 * gdb.base/finish.exp: Likewise.
19533 * gdb.base/float.exp: Likewise.
19534 * gdb.base/foll-exec.exp: Likewise.
19535 * gdb.base/foll-fork.exp: Likewise.
19536 * gdb.base/foll-vfork.exp: Likewise.
19537 * gdb.base/freebpcmd.exp: Likewise.
19538 * gdb.base/funcargs.exp: Likewise.
19539 * gdb.base/gcore.exp: Likewise.
19540 * gdb.base/gdb1090.exp: Likewise.
19541 * gdb.base/gdb1250.exp: Likewise.
19542 * gdb.base/huge.exp: Likewise.
19543 * gdb.base/info-proc.exp: Likewise.
19544 * gdb.base/interrupt.exp: Likewise.
19545 * gdb.base/jump.exp: Likewise.
19546 * gdb.base/langs.exp: Likewise.
19547 * gdb.base/lineinc.exp: Likewise.
19548 * gdb.base/list.exp: Likewise.
19549 * gdb.base/logical.exp: Likewise.
19550 * gdb.base/long_long.exp: Likewise.
19551 * gdb.base/macscp.exp: Likewise.
19552 * gdb.base/maint.exp: Likewise.
19553 * gdb.base/mips_pro.exp: Likewise.
19554 * gdb.base/miscexprs.exp: Likewise.
19555 * gdb.base/multi-forks.exp: Likewise.
19556 * gdb.base/opaque.exp: Likewise.
19557 * gdb.base/overlays.exp: Likewise.
19558 * gdb.base/pc-fp.exp: Likewise.
19559 * gdb.base/pointers.exp: Likewise.
19560 * gdb.base/printcmds.exp: Likewise.
19561 * gdb.base/psymtab.exp: Likewise.
19562 * gdb.base/ptype.exp: Likewise.
19563 * gdb.base/recurse.exp: Likewise.
19564 * gdb.base/relational.exp: Likewise.
19565 * gdb.base/relocate.exp: Likewise.
19566 * gdb.base/remote.exp: Likewise.
19567 * gdb.base/reread.exp: Likewise.
19568 * gdb.base/restore.exp: Likewise.
19569 * gdb.base/return.exp: Likewise.
19570 * gdb.base/return2.exp: Likewise.
19571 * gdb.base/scope.exp: Likewise.
19572 * gdb.base/sect-cmd.exp: Likewise.
19573 * gdb.base/sep.exp: Likewise.
19574 * gdb.base/sepdebug.exp: Likewise.
19575 * gdb.base/setshow.exp: Likewise.
19576 * gdb.base/setvar.exp: Likewise.
19577 * gdb.base/sigall.exp: Likewise.
19578 * gdb.base/sigbpt.exp: Likewise.
19579 * gdb.base/signals.exp: Likewise.
19580 * gdb.base/signull.exp: Likewise.
19581 * gdb.base/sizeof.exp: Likewise.
19582 * gdb.base/solib.exp: Likewise.
19583 * gdb.base/step-line.exp: Likewise.
19584 * gdb.base/step-test.exp: Likewise.
19585 * gdb.base/structs.exp: Likewise.
19586 * gdb.base/structs2.exp: Likewise.
19587 * gdb.base/term.exp: Likewise.
19588 * gdb.base/twice.exp: Likewise.
19589 * gdb.base/until.exp: Likewise.
19590 * gdb.base/varargs.exp: Likewise.
19591 * gdb.base/volatile.exp: Likewise.
19592 * gdb.base/watchpoint.exp: Likewise.
19593 * gdb.base/whatis-exp.exp: Likewise.
19594 * gdb.base/whatis.exp: Likewise.
19595 * gdb.cp/ambiguous.exp: Likewise.
19596 * gdb.cp/annota2.exp: Likewise.
19597 * gdb.cp/annota3.exp: Likewise.
19598 * gdb.cp/bool.exp: Likewise.
19599 * gdb.cp/breakpoint.exp: Likewise.
19600 * gdb.cp/casts.exp: Likewise.
19601 * gdb.cp/class2.exp: Likewise.
19602 * gdb.cp/classes.exp: Likewise.
19603 * gdb.cp/cplusfuncs.exp: Likewise.
19604 * gdb.cp/ctti.exp: Likewise.
19605 * gdb.cp/derivation.exp: Likewise.
19606 * gdb.cp/exception.exp: Likewise.
19607 * gdb.cp/gdb1355.exp: Likewise.
19608 * gdb.cp/hang.exp: Likewise.
19609 * gdb.cp/inherit.exp: Likewise.
19610 * gdb.cp/local.exp: Likewise.
19611 * gdb.cp/m-data.exp: Likewise.
19612 * gdb.cp/m-static.exp: Likewise.
19613 * gdb.cp/member-ptr.exp: Likewise.
19614 * gdb.cp/method.exp: Likewise.
19615 * gdb.cp/misc.exp: Likewise.
19616 * gdb.cp/namespace.exp: Likewise.
19617 * gdb.cp/overload.exp: Likewise.
19618 * gdb.cp/ovldbreak.exp: Likewise.
19619 * gdb.cp/pr-1023.exp: Likewise.
19620 * gdb.cp/pr-1210.exp: Likewise.
19621 * gdb.cp/pr-574.exp: Likewise.
19622 * gdb.cp/printmethod.exp: Likewise.
19623 * gdb.cp/psmang.exp: Likewise.
19624 * gdb.cp/ref-params.exp: Likewise.
19625 * gdb.cp/ref-types.exp: Likewise.
19626 * gdb.cp/rtti.exp: Likewise.
19627 * gdb.cp/templates.exp: Likewise.
19628 * gdb.cp/try_catch.exp: Likewise.
19629 * gdb.cp/userdef.exp: Likewise.
19630 * gdb.cp/virtfunc.exp: Likewise.
19631 * gdb.disasm/am33.exp: Likewise.
19632 * gdb.disasm/h8300s.exp: Likewise.
19633 * gdb.disasm/mn10300.exp: Likewise.
19634 * gdb.disasm/sh3.exp: Likewise.
19635 * gdb.disasm/t01_mov.exp: Likewise.
19636 * gdb.disasm/t02_mova.exp: Likewise.
19637 * gdb.disasm/t03_add.exp: Likewise.
19638 * gdb.disasm/t04_sub.exp: Likewise.
19639 * gdb.disasm/t05_cmp.exp: Likewise.
19640 * gdb.disasm/t06_ari2.exp: Likewise.
19641 * gdb.disasm/t07_ari3.exp: Likewise.
19642 * gdb.disasm/t08_or.exp: Likewise.
19643 * gdb.disasm/t09_xor.exp: Likewise.
19644 * gdb.disasm/t10_and.exp: Likewise.
19645 * gdb.disasm/t11_logs.exp: Likewise.
19646 * gdb.disasm/t12_bit.exp: Likewise.
19647 * gdb.disasm/t13_otr.exp: Likewise.
19648 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19649 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19650 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19651 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19652 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19653 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19654 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19655 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19656 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19657 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19658 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19659 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19660 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19661 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19662 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19663 * gdb.mi/gdb701.exp: Likewise.
19664 * gdb.mi/gdb792.exp: Likewise.
19665 * gdb.mi/mi-basics.exp: Likewise.
19666 * gdb.mi/mi-break.exp: Likewise.
19667 * gdb.mi/mi-cli.exp: Likewise.
19668 * gdb.mi/mi-console.exp: Likewise.
19669 * gdb.mi/mi-disassemble.exp: Likewise.
19670 * gdb.mi/mi-eval.exp: Likewise.
19671 * gdb.mi/mi-file.exp: Likewise.
19672 * gdb.mi/mi-read-memory.exp: Likewise.
19673 * gdb.mi/mi-regs.exp: Likewise.
19674 * gdb.mi/mi-return.exp: Likewise.
19675 * gdb.mi/mi-simplerun.exp: Likewise.
19676 * gdb.mi/mi-stack.exp: Likewise.
19677 * gdb.mi/mi-stepi.exp: Likewise.
19678 * gdb.mi/mi-syn-frame.exp: Likewise.
19679 * gdb.mi/mi-until.exp: Likewise.
19680 * gdb.mi/mi-var-block.exp: Likewise.
19681 * gdb.mi/mi-var-child.exp: Likewise.
19682 * gdb.mi/mi-var-cmd.exp: Likewise.
19683 * gdb.mi/mi-var-display.exp: Likewise.
19684 * gdb.mi/mi-watch.exp: Likewise.
19685 * gdb.mi/mi2-basics.exp: Likewise.
19686 * gdb.mi/mi2-break.exp: Likewise.
19687 * gdb.mi/mi2-cli.exp: Likewise.
19688 * gdb.mi/mi2-console.exp: Likewise.
19689 * gdb.mi/mi2-disassemble.exp: Likewise.
19690 * gdb.mi/mi2-eval.exp: Likewise.
19691 * gdb.mi/mi2-file.exp: Likewise.
19692 * gdb.mi/mi2-read-memory.exp: Likewise.
19693 * gdb.mi/mi2-regs.exp: Likewise.
19694 * gdb.mi/mi2-return.exp: Likewise.
19695 * gdb.mi/mi2-simplerun.exp: Likewise.
19696 * gdb.mi/mi2-stack.exp: Likewise.
19697 * gdb.mi/mi2-stepi.exp: Likewise.
19698 * gdb.mi/mi2-syn-frame.exp: Likewise.
19699 * gdb.mi/mi2-until.exp: Likewise.
19700 * gdb.mi/mi2-var-block.exp: Likewise.
19701 * gdb.mi/mi2-var-child.exp: Likewise.
19702 * gdb.mi/mi2-var-cmd.exp: Likewise.
19703 * gdb.mi/mi2-var-display.exp: Likewise.
19704 * gdb.mi/mi2-watch.exp: Likewise.
19705 * gdb.stabs/exclfwd.exp: Likewise.
19706 * gdb.stabs/weird.exp: Likewise.
19707 * gdb.threads/gcore-thread.exp: Likewise.
19708 * gdb.trace/actions.exp: Likewise.
19709 * gdb.trace/backtrace.exp: Likewise.
19710 * gdb.trace/circ.exp: Likewise.
19711 * gdb.trace/collection.exp: Likewise.
19712 * gdb.trace/deltrace.exp: Likewise.
19713 * gdb.trace/infotrace.exp: Likewise.
19714 * gdb.trace/limits.exp: Likewise.
19715 * gdb.trace/packetlen.exp: Likewise.
19716 * gdb.trace/passc-dyn.exp: Likewise.
19717 * gdb.trace/passcount.exp: Likewise.
19718 * gdb.trace/report.exp: Likewise.
19719 * gdb.trace/save-trace.exp: Likewise.
19720 * gdb.trace/tfind.exp: Likewise.
19721 * gdb.trace/tracecmd.exp: Likewise.
19722 * gdb.trace/while-dyn.exp: Likewise.
19723 * gdb.trace/while-stepping.exp: Likewise.
19724
19725 2006-08-08 Joel Brobecker <brobecker@adacore.com>
19726
19727 * gdb.base/step-bt.c: New file.
19728 * gdb.base/step-bt.exp: New testcase.
19729
19730 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19731
19732 * config/monitor.exp (gdb_load): Remove support for obsolete
19733 download-write-size.
19734 * gdb.base/remote.exp: Likewise. Update all callers of
19735 gdb_timed_load.
19736
19737 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19738
19739 * cursal.exp: Pass binfile to gdb_load.
19740
19741 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19742
19743 * gdb.base/cursal.exp: Add "" to gdb_load call.
19744
19745 2006-07-29 Mark Kettenis <kettenis@gnu.org>
19746
19747 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19748 NetBSD/ELF targets.
19749
19750 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19751
19752 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19753 operator*.
19754
19755 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19756
19757 * gdb.base/completion.exp: Update for change in "file" behavior.
19758 * gdb.stabs/weird.exp: Likewise.
19759 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19760 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19761
19762 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19763
19764 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19765 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19766
19767 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19768
19769 * gdb.base/default.exp: Update source command error message.
19770 * gdb.base/help.exp: Update 'help source' message.
19771
19772 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19773
19774 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19775 test.
19776
19777 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19778
19779 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19780
19781 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19782
19783 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19784
19785 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19786
19787 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19788
19789 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19790
19791 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19792 *-*-openbsd* from targets for wich we expect ARM FPA floating
19793 point format.
19794
19795 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
19796
19797 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19798
19799 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19800
19801 * gdb.base/annota3.exp: Expect frame-begin annotation.
19802
19803 2006-07-14 Joel Brobecker <brobecker@adacore.com>
19804
19805 * gdb.base/help.exp: Adjust "help unset" test to accept
19806 any list of unset commands.
19807
19808 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19809 Daniel Jacobowitz <dan@codesourcery.com>
19810
19811 * gdb.cp/ref-params.exp: New test.
19812 * gdb.cp/ref-params.cc: New source file.
19813 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19814
19815 2006-07-08 Mark Kettenis <kettenis@gnu.org>
19816
19817 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19818 spaces/tabs in regular expressions since they might not be there.
19819
19820 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19821
19822 * gdb.base/ifelse.exp: New file.
19823
19824 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19825
19826 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19827 line.
19828 * gdb.base/huge.exp: Loop over compilation to find a size that
19829 is acceptable.
19830 * gdb.base/remote.exp: Correct expected strings.
19831 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19832
19833 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19834
19835 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19836
19837 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19838
19839 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19840 native.
19841
19842 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19843
19844 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19845 enable stabs testing.
19846
19847 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19848
19849 * gdb.base/auxv.exp: Intercept undefined command messages before
19850 gdb_test_multiple does.
19851
19852 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19853
19854 * Makefile.in (host_alias): Remove.
19855 (target_alias): Use @target_noncanonical@.
19856 (site.exp): Don't set host_alias.
19857 * aclocal.m4: Remove contents. Include acx.m4.
19858 * configure: Regenerated.
19859 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19860
19861 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19862
19863 * lib/gdb.exp (gdb_load_cmd): New.
19864
19865 * gdb.base/fileio.c: Add system(NULL) test.
19866 * gdb.base/fileio.exp: Check it.
19867
19868 * gdb.base/break.c: Add 10a breakpoint at }
19869 * gdb.base/break.exp: Add test for breakpoint at }
19870 * gdb.cp/anon-union.cc: Add code at end of function.
19871 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19872 * gdb.mi/var-cmd.c: Add code at end of function.
19873 * gdb.mi/mi-var-display.exp: Adjust end of next.
19874 * gdb.mi/mi2-var-display.exp: Likewise.
19875 * gdb.base/fileio.c: Add stop function and insert calls at
19876 stopping places.
19877 * gdb.base/fileio.exp: Breakpoint stop function and remove
19878 explicit line number references.
19879
19880 2006-05-19 Joel Brobecker <brobecker@adacore.com>
19881
19882 * gdb.base/del.exp (test_delete_alias): New function.
19883 Now check that both "del" and "d" work as aliases for "delete".
19884
19885 2006-05-18 Fred Fish <fnf@specifix.com>
19886
19887 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19888 required. Check for spurious output after program exits normally.
19889
19890 2006-05-17 Fred Fish <fnf@specifix.com>
19891
19892 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19893 gdb_load, so it works in the simulator.
19894
19895 2006-05-11 Fred Fish <fnf@specifix.com>
19896
19897 * gdb.base/bang.exp: Ignore unexpected output between the
19898 "program exited normally" and the gdb prompt, as many other
19899 tests do.
19900
19901 2006-05-07 Mark Kettenis <kettenis@gnu.org>
19902
19903 * gdb.base/help.exp: Make "delete checkpoint" part option for
19904 "help d" and "help delete" tests.
19905
19906 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19907
19908 * gdb.mi/mi-basics.exp: Add missing serial number to
19909 expected output in some mi_gdb_test statements.
19910 * gdb.mi/mi2-basics.exp: Likewise.
19911
19912 2006-05-05 Joel Brobecker <brobecker@adacore.com>
19913
19914 * gdb.base/del.c: New file.
19915 * gdb.base/del.exp: New testcase.
19916
19917 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
19918
19919 * gdb.base/break.exp: Do not assume a breakpoint on
19920 main will actually be in $srcfile when optimizing.
19921 * gdb.base/savedregs.exp: Do not require that the dummy
19922 frame location match up to a symbol and source file location.
19923 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19924 will get printed without a mi_cmd_data_list_register_values prefix.
19925 (*-data-list-register-*): Correct regular expressions to expect the new
19926 pseudo d? floating point registers.
19927 * gdb.mi/mi2-regs.exp: Likewise.
19928
19929 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
19930
19931 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19932 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19933 is allocated by the compiler.
19934 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19935 anons, e, anone to force their allocation by the compiler.
19936
19937 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
19938
19939 * gdb.base/help.exp: Update expected text for help d and
19940 help delete.
19941
19942 2006-05-02 Mark Kettenis <kettenis@gnu.org>
19943
19944 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19945 NetBSD/ELF targets.
19946
19947 2006-04-30 Mark Kettenis <kettenis@gnu.org>
19948
19949 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19950 single-step breakpoint fails; make this a KFAIL on
19951 sparc*-*-openbsd*.
19952 * gdb.base/siginfo.exp: Likewise.
19953 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19954
19955 2006-04-26 Michael Snyder <msnyder@redhat.com>
19956
19957 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19958 which may have to consume output from other forks.
19959 Add tests to make sure that "delete fork" succeeded.
19960
19961 2006-04-20 Michael Snyder <msnyder@redhat.com>
19962
19963 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19964 Add support for the Renesas M32C and M16C.
19965
19966 * gdb.asm/asm-source.exp: Add m32c target.
19967 * gdb.asm/m32c.inc: Support for m32c target.
19968
19969 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19970
19971 * gdb.base/commands.exp (recursive_source_test): New test.
19972
19973 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19974
19975 * gdb.base/float.exp: Add pattern for sparc targets.
19976
19977 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19978
19979 * gdb.base/commands.exp (stray_arg0_test): New test.
19980
19981 2006-03-30 Paul Brook <paul@codesourcery.com>
19982
19983 * gdb.mi/mi-until.exp: kfail broken until command.
19984 * gdb.mi/mi2-until.exp: Ditto.
19985
19986 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19987
19988 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19989
19990 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19991
19992 * gdb.base/prelink.exp: Anchor tested-for regular expression
19993 on gdb prompt.
19994
19995 2006-03-07 Paul Brook <paul@codesourcery.com>
19996
19997 * gdb.base/assign.exp: Correct fail message.
19998
19999 2006-03-07 Paul Brook <paul@codesourcery.com>
20000
20001 * lib/compiler.c: Extract armcc version number.
20002 * lib/compiler.cc: Ditto.
20003
20004 2006-03-07 Paul Brook <paul@codesourcery.com>
20005
20006 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20007 additional_flags=-w.
20008 * gdb.arch/altivec-regs.exp: Ditto.
20009 * gdb.arch/e500-abi.exp: Ditto.
20010 * gdb.arch/e500-regs.exp: Ditto.
20011 * gdb.base/all-bin.exp: Ditto.
20012 * gdb.base/annota1.exp: Ditto.
20013 * gdb.base/annota3.exp: Ditto.
20014 * gdb.base/args.exp: Ditto.
20015 * gdb.base/arithmet.exp: Ditto.
20016 * gdb.base/assign.exp: Ditto.
20017 * gdb.base/async.exp: Ditto.
20018 * gdb.base/bang.exp: Ditto.
20019 * gdb.base/break.exp: Ditto.
20020 * gdb.base/call-rt-st.exp: Ditto.
20021 * gdb.base/completion.exp: Ditto.
20022 * gdb.base/cond-expr.exp: Ditto.
20023 * gdb.base/condbreak.exp: Ditto.
20024 * gdb.base/consecutive.exp: Ditto.
20025 * gdb.base/define.exp: Ditto.
20026 * gdb.base/display.exp: Ditto.
20027 * gdb.base/ena-dis-br.exp: Ditto.
20028 * gdb.base/environ.exp: Ditto.
20029 * gdb.base/eval-skip.exp: Ditto.
20030 * gdb.base/info-proc.exp: Ditto.
20031 * gdb.base/jump.exp: Ditto.
20032 * gdb.base/logical.exp: Ditto.
20033 * gdb.base/long_long.exp: Ditto.
20034 * gdb.base/maint.exp: Ditto.
20035 * gdb.base/miscexprs.exp: Ditto.
20036 * gdb.base/pc-fp.exp: Ditto.
20037 * gdb.base/pointers.exp: Ditto.
20038 * gdb.base/relational.exp: Ditto.
20039 * gdb.base/reread.exp: Ditto.
20040 * gdb.base/sect-cmd.exp: Ditto.
20041 * gdb.base/sep.exp: Ditto.
20042 * gdb.base/sepdebug.exp: Ditto.
20043 * gdb.base/until.exp: Ditto.
20044 * gdb.base/whatis-exp.exp: Ditto.
20045 * gdb.cp/annota2.exp: Ditto.
20046 * gdb.cp/annota3.exp: Ditto.
20047 * gdb.trace/actions.exp: Ditto.
20048 * gdb.trace/backtrace.exp: Ditto.
20049 * gdb.trace/circ.exp: Ditto.
20050 * gdb.trace/collection.exp: Ditto.
20051 * gdb.trace/deltrace.exp: Ditto.
20052 * gdb.trace/infotrace.exp: Ditto.
20053 * gdb.trace/limits.exp: Ditto.
20054 * gdb.trace/packetlen.exp: Ditto.
20055 * gdb.trace/passc-dyn.exp: Ditto.
20056 * gdb.trace/passcount.exp: Ditto.
20057 * gdb.trace/report.exp: Ditto.
20058 * gdb.trace/save-trace.exp: Ditto.
20059 * gdb.trace/tfind.exp: Ditto.
20060 * gdb.trace/tracecmd.exp: Ditto.
20061 * gdb.trace/while-dyn.exp: Ditto.
20062 * gdb.trace/while-stepping.exp: Ditto.
20063 * lib/gdb.exp: Ditto.
20064 (gdb_compile): Handle nowarning option.
20065
20066 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20067
20068 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20069 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20070 Rename executable to prelinkt. Don't re-prelink if we didn't
20071 get a core file. Test prelink -u exit status to tell whether
20072 prelinking failed. Use gdb_test_multiple.
20073
20074 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20075
20076 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20077 (do_tests): Call it.
20078
20079 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20080
20081 * gdb.base/prelink.exp: New test.
20082 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20083
20084 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20085
20086 * gdb.fortran/derived-type.f90: New file.
20087 * gdb.fortran/derived-type.exp: New testcase.
20088
20089 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20090
20091 * gdb.base/default.exp: Allow ';' as a directory separator.
20092
20093 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20094
20095 * gdb.base/help.exp (help add-symbol-file): Update.
20096
20097 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20098
20099 * gdb.base/help.exp (help load): Update expected results.
20100
20101 2006-02-19 Fred Fish <fnf@specifix.com>
20102
20103 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20104 specifix hex value as part of results.
20105 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20106
20107 2006-02-16 Fred Fish <fnf@specifix.com>
20108
20109 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20110 ushort_addr, and slong_addr, so the typedefs are not optimized
20111 away.
20112 * gdb.base/whatis.exp: Add tests using type name for struct type,
20113 union type, enum type, and typedef.
20114
20115 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20116
20117 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20118
20119 2006-02-13 Jim Blandy <jimb@redhat.com>
20120
20121 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20122 case where it takes two "next" commands to skip past the init
20123 call.
20124
20125 2006-02-12 Fred Fish <fnf@specifix.com>
20126
20127 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20128 to handle cases where it takes two "next" commands to skip
20129 past the init call.
20130
20131 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20132
20133 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20134 on hppa32 targets.
20135
20136 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20137
20138 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20139 field.
20140
20141 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20142
20143 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20144
20145 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20146
20147 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20148 files.
20149
20150 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20151
20152 * gdb.cp/maint.exp: Set complaints to a positive value.
20153
20154 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20155
20156 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20157 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20158 function name.
20159
20160 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20161
20162 * gdb.base/checkpoint.c: Update copyright notice. Include
20163 <stdlib.h>.
20164
20165 2006-01-04 Jim Blandy <jimb@redhat.com>
20166
20167 * gdb.asm/asm-source.exp: Independently provide default values for
20168 asm-flags and debug-flags. Use 'string equal' to do the
20169 comparison, not the implicit expr's '==' operator. Remove
20170 now-unneeded assignments to asm-flags. In h8300 case, place
20171 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20172
20173 2006-01-04 Michael Snyder <msnyder@redhat.com>
20174
20175 * gdb.base/checkpoint.c: New file.
20176 * gdb.base/checkpoint.exp: New file.
20177 * gdb.base/multi-fork.c: New file.
20178 * gdb.base/multi-fork.exp: New file.
20179 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20180
20181 2006-01-04 Fred Fish <fnf@specifix.com>
20182
20183 * gdb.base/ptype.c (foo): Add typedef.
20184 (intfoo): Add function.
20185 * gdb.base/ptype1.c: New file.
20186 * gdb.base/ptype.exp: Handle compilation and linking with two
20187 source files. Test that proper type for "foo" is found based
20188 on source context rather than first match found in symtabs.
20189
20190 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20191
20192 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20193 * gdb.asm/openbsd.inc: Indent commands.
20194
20195 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20196
20197 * gdb.base/freebpcmd.exp: Increase timeout.
20198
20199 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20200
20201 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20202
20203 * gdb.base/default.exp: Update check for "show version".
20204
20205 2005-12-09 Randolph Chung <tausq@debian.org>
20206
20207 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20208 * gdb.asm/pa64.inc: New file.
20209
20210 2005-12-09 Randolph Chung <tausq@debian.org>
20211
20212 * gdb.asm/common.inc: Indent commands.
20213 * gdb.asm/asmsrc1.s: Likewise.
20214 * gdb.asm/asmsrc2.s: Likewise.
20215
20216 2005-12-09 Randolph Chung <tausq@debian.org>
20217
20218 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20219 (get_addr_of_sym): Remove duplicate print.
20220 (gen_core): xfail hppa*-*-hpux*, update expected output.
20221 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20222 * gdb.arch/pa64-nullify.s: New file.
20223
20224 2005-12-09 Randolph Chung <tausq@debian.org>
20225
20226 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20227
20228 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20229
20230 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20231 code generation for these functions.
20232 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20233 error message.
20234
20235 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20236
20237 * gdb.base/help.exp (help b, help br, help bre, help brea)
20238 (help break): Update the expected message.
20239
20240 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20241
20242 * gdb.asm/m68hc11.inc: Setup the data section.
20243 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20244 script for this test.
20245 (m6812-*-*): Likewise.
20246
20247 2005-11-09 Randolph Chung <tausq@debian.org>
20248
20249 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20250
20251 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20252
20253 * gdb.base/break.exp: Fix a comment typo.
20254
20255 2005-11-03 Jim Blandy <jimb@redhat.com>
20256
20257 Checked in by Elena Zannoni <ezannoni@redhat.com>
20258
20259 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20260
20261 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20262
20263 * gdb.arch/gdb1558.c: Include stdio.h.
20264
20265 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20266
20267 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20268
20269 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20270
20271 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20272
20273 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20274
20275 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20276 vscr" tests to better match output.
20277
20278 2005-10-12 Jim Blandy <jimb@redhat.com>
20279
20280 * gdb.base/structs.exp (any): New function.
20281 (test_struct_returns): Don't make any assumptions at all about
20282 what value the function returns when GDB can't set the return
20283 value.
20284
20285 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20286
20287 * gdb.ada/arrayidx/p.adb: New file.
20288 * gdb.ada/arrayidx.exp: New testcase
20289
20290 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20291
20292 * gdb.ada/array_return/pck.ads: New file.
20293 * gdb.ada/array_return/pck.adb: New file.
20294 * gdb.ada/array_return/p.adb: New file.
20295 * gdb.ada/array_return.exp: New testcase.
20296
20297 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20298
20299 * gdb.base/arrayidx.c: New file.
20300 * gdb.base/arrayidx.exp: New testcase.
20301
20302 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
20303
20304 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20305 frames-invalid and breakpoints-invalid are no longer generated
20306 with level 3 so don't expect them in the output.
20307
20308 2005-09-27 Bob Rossi <bob@brasko.net>
20309
20310 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20311 from test. Escape the | in mi_gdb_test call.
20312 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20313 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20314 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20315 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20316 expected regex's in mi_gdb_test calls.
20317 * lib/mi-support.exp: Remove arbitrary .* from tests.
20318 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20319 Fully anchor GDB/MI expected results in mi_gdb_test.
20320 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20321 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20322
20323 2005-09-26 Paul Brook <paul@codesourcery.com>
20324
20325 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20326
20327 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20328
20329 * bfp-test.c: New file.
20330 * bfp-test.exp: New testcase.
20331
20332 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20333
20334 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20335 of subarray and substring variable.
20336 * gdb.fortran/subarray.f: New source file for the test of subarray
20337 and substring variable evaluation.
20338 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20339 of string constant.
20340
20341 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20342
20343 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20344 copyright dates.
20345
20346 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20347
20348 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20349 powerpc altivec' test with an almost identical 'info vector' test.
20350
20351 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20352
20353 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20354 vscr" tests to match output.
20355
20356 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20357
20358 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20359 output.
20360
20361 2005-09-11 Bob Rossi <bob@brasko.net>
20362
20363 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20364 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20365 commands that return an MI output command and an asyncronous MI output
20366 command.
20367 * gdb.mi/mi-console.exp: Ditto.
20368
20369 2005-09-11 Bob Rossi <bob@brasko.net>
20370
20371 * gdb.mi/mi-var-child.c: Include <string.h>.
20372
20373 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20374
20375 * killed.exp: Correct gdb_expect syntax.
20376
20377 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
20378
20379 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20380
20381 2005-08-02 Bob Rossi <bob@brasko.net>
20382
20383 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20384 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20385 Change tests to inferior-tty-set/show.
20386 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20387 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20388 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20389 inferior. Use mi_gdb_test to get GDB and Inferior output.
20390 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20391 descriptor.
20392 (mi_inferior_tty_name): Add inferior PTY file name.
20393 (mi_gdb_start): Add INFERIOR_PTY parameter.
20394 (mi_gdb_test): Add IPATTERN parameter.
20395
20396 2005-08-02 Bob Rossi <bob@brasko.net>
20397
20398 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20399 parameter to mi_gdb_test.
20400 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20401
20402 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20403
20404 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20405 struct_declarations.
20406 * gdb.mi/mi-var-child.exp: Step over the initialization of
20407 struct_declarations.
20408
20409 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20410
20411 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20412 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20413 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20414 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20415 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20416 file.
20417
20418 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
20419
20420 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20421 (do_children_tests): Assign values to the extra elements.
20422
20423 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20424 them for tests for "-var-update --no-values" and
20425 "-var-update --all-values".
20426 Add test for "-var-list-children --simple-values".
20427
20428 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20429
20430 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20431 "-stack-list-locals --simple-values" Improve doc strings and
20432 comments.
20433
20434 2005-07-18 Mark Kettenis <kettenis@gnu.org>
20435
20436 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20437 *-*-openbsd*.
20438 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20439
20440 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20441 sigaltsatck'.
20442
20443 2005-07-14 Bob Rossi <bob@brasko.net>
20444
20445 * gdb.base/default.exp (tty): Changed output of command.
20446 * gdb.base/help.exp (help tty): Ditto.
20447
20448 2005-07-12 Mark Kettenis <kettenis@gnu.org>
20449
20450 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20451
20452 2005-07-10 Mark Kettenis <kettenis@gnu.org>
20453
20454 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20455 -stack-select-frame without arguments.
20456 (test_stack_frame_listing): Add test for newly implemented command
20457 -stack-info-frame.
20458
20459 2005-07-06 Bob Rossi <bob@brasko.net>
20460
20461 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20462 command.
20463 (Copyright): Update copyright.
20464
20465 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20466
20467 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20468 tests to evaluate exponentiation expression.
20469
20470 2005-06-29 Andreas Schwab <schwab@suse.de>
20471
20472 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20473 main to avoid warnings.
20474
20475 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20476
20477 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
20478
20479 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20480 -stack-select-frame without arguments.
20481 (test_stack_frame_listing): Add test for newly implemented command
20482 -stack-info-frame.
20483
20484 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20485
20486 * gdb.fortran/array-element.f: New file.
20487 * gdb.fortran/array-element.exp: New testcase.
20488
20489 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20490
20491 * gdb.base/bigcore.exp: Correct checks for systems which can
20492 not dump a large core file.
20493
20494 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20495
20496 * gdb.base/relocate.c: Add a copyright notice.
20497 (dummy): Remove.
20498 * gdb.base/relocate.exp: Test printing the values of variables
20499 from a relocatable file.
20500
20501 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20502
20503 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20504 excess MI output after an error.
20505
20506 2005-05-29 Joel Brobecker <brobecker@adacore.com>
20507
20508 * gdb.arch/alpha-step.c: New file.
20509 * gdb.arch/alpha-step.exp: New testcase.
20510
20511 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20512 Dennis Brueni <dennis@slickedit.com>
20513
20514 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20515 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20516 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20517 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20518 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20519 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20520 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20521
20522 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20523 Wu Zhou <woodzltc@cn.ibm.com>
20524
20525 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20526 IBM's xlc compiler.
20527 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20528 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20529
20530 2005-05-13 Jim Blandy <jimb@redhat.com>
20531
20532 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20533 calling gdb_suppress_entire_file.
20534 * gdb.base/charset.exp: Same.
20535 * gdb.base/call-rt-st.exp: Same.
20536
20537 2005-05-05 Bob Rossi <bob_rossi@cox.net>
20538
20539 * lib/gdb.exp (fullname_syntax): Added global regex.
20540 (fullname_syntax_POSIX): Ditto.
20541 (fullname_syntax_UNC): Ditto.
20542 (fullname_syntax_DOS_CASE): Ditto.
20543 (fullname_syntax_DOS): Ditto.
20544 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20545 fullname_syntax variable to scope and use it.
20546 (test_file_list_exec_source_files): Ditto.
20547 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20548
20549 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20550
20551 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20552
20553 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20554
20555 * lib/gdb.exp (skip_altivec_tests): New function, based on
20556 check_vmx_hw_available from the GCC testsuite.
20557 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20558 * lib/gdb.arch/altivec-regs.exp: Likewise.
20559
20560 2005-05-02 Jim Blandy <jimb@redhat.com>
20561
20562 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20563 calling gdb_suppress_entire_file.
20564
20565 2005-04-30 Randolph Chung <tausq@debian.org>
20566
20567 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20568 Slightly relax "sem_post" name checking.
20569
20570 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20571
20572 * gdb.base/unload.exp: Use new shared library infrastructure.
20573
20574 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20575
20576 * gdb.base/so-impl-ld.exp: Use new shared library
20577 infrastructure.
20578
20579 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
20580
20581 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20582 * gdb.asm/h8300.inc: New file.
20583
20584 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20585
20586 * gdb.base/shlib-call.exp: Change to use new shared library
20587 infrastructure.
20588
20589 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20590
20591 * gdb.base/pending.exp: Change to use new shared library
20592 infrastructure.
20593
20594 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20595
20596 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20597 use test_compiler_info instead of gcc_compiled, and update copyright.
20598
20599 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20600
20601 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20602 shared objects being adjusted and update copyright years.
20603
20604 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20605
20606 * ChangeLog: Correct some 2003-01-13 dates.
20607 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20608 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20609 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20610 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20611 gdb.trace/tfind.exp: Update copyright years.
20612
20613 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20614 Daniel Jacobowitz <dan@codesourcery.com>
20615
20616 * lib/gdb.exp (gdb_compile): Handle shlib=.
20617 (gdb_compile_shlib): New function.
20618
20619 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20620
20621 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20622
20623 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20624
20625 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20626 gdb.server.
20627 * configure.ac: Likewise.
20628 * configure: Regenerated.
20629 * gdb.gdbserver/Makefile.in: Moved to...
20630 * gdb.server/Makefile.in: ... here.
20631 * gdb.gdbserver/server.c: Moved to...
20632 * gdb.server/server.c: ... here.
20633 * gdb.gdbserver/server-run.exp: Moved to...
20634 * gdb.server/server-run.exp: ... here.
20635
20636 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20637
20638 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20639 * configure.ac: Create gdb.gdbserver/Makefile.
20640 * configure: Regenerated.
20641 * lib/gdbserver-support.exp: New file, derived from
20642 config/gdbserver.exp.
20643 * config/gdbserver.exp: Use gdbserver-support.exp.
20644 * gdb.gdbserver/Makefile.in: New file.
20645 * gdb.gdbserver/server.c: New file.
20646 * gdb.gdbserver/server-run.exp: New file.
20647
20648 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20649
20650 * lib/gdb.exp (test_compiler_info): Return compiler_info
20651 if no arguments are given.
20652
20653 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20654
20655 * gdb.arch/altivec-abi.exp: Check for compiler and set
20656 use altivec' flag accordingly.
20657 * gdb.arch/altivec-regs.exp: Likewise.
20658
20659 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20660
20661 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20662
20663 2005-03-27 Andreas Schwab <schwab@suse.de>
20664
20665 * gdb.base/bigcore.c (main): Add missing mode argument in open
20666 call.
20667
20668 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20669
20670 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20671 downloads.
20672 * config/gdbserver.exp (gdb_load): Likewise.
20673
20674 2005-03-14 Paul Brook <paul@codesourcery.com>
20675
20676 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20677 targets.
20678
20679 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20680
20681 * gdb.dwarf2/dup-psym.S: New file.
20682 * gdb.dwarf2/dup-psym.exp: New testcase.
20683
20684 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20685
20686 * gdb.ada/exec_changed/first.adb: New file.
20687 * gdb.ada/exec_changed/second.adb: New file.
20688 * gdb.ada/exec_changed.exp: New testcase.
20689
20690 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20691
20692 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20693 (A2): New class.
20694 (main): Test operator+.
20695 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20696 breakpoint test.
20697
20698 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20699 * gdb.base/signull.exp: Disable if gdb,nosignals.
20700 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20701 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20702 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20703 * gdb.mi/mi2-console.exp: Likewise.
20704 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20705 continue output at start.
20706 (gdb_collect_locals_test): Robustify regexp.
20707 * gdb.trace/passc-dyn.exp: Fix comment typo.
20708 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20709
20710 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
20711
20712 * gdb.asm/asm-source.exp: Add iq2000 case.
20713 * gdb.asm/iq2000.inc: New file.
20714
20715 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
20716
20717 * gdb.base/command.exp: Change hardcoded value to regular expression.
20718 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20719
20720 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20721
20722 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20723 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20724 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20725 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20726 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20727
20728 2005-03-05 Mark Kettenis <kettenis@gnu.org>
20729
20730 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20731 changes.
20732
20733 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20734
20735 * lib/compiler.c: Add test for IBM's xlc compiler.
20736 * lib/compiler.cc: Likewise.
20737
20738 2004-02-24 Joel Brobecker <brobecker@adacore.com>
20739
20740 * gdb.ada/fixed_points.exp: Create compilation object directory
20741 before running the test.
20742 * gdb.ada/null_record.exp: Likewise.
20743 * gdb.ada/packed_array.exp: Likewise.
20744 * gdb.ada/start.exp: Likewise.
20745
20746 2005-02-15 Joel Brobecker <brobecker@adacore.com>
20747
20748 * gdb.ada/packed_array/pa.adb: New file.
20749 * gdb.ada/packed_array.exp: New testcase.
20750
20751 2005-02-10 Mark Kettenis <kettenis@gnu.org>
20752
20753 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20754 files.
20755
20756 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20757 on *-*-openbsd*. Correctly match whitespace in regukar
20758 expressions.
20759
20760 2005-02-10 Daniel Jacobowitz <dan@debian.org>
20761
20762 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20763 PR exp/1821
20764 * gdb.base/gdb1821.c: New test file.
20765 * gdb.base/gdb1821.exp: New test file.
20766
20767 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20768
20769 * gdb.base/start.c: New file.
20770 * gdb.base/start.exp: New testcase.
20771
20772 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20773
20774 * gdb.ada/start/dummy.adb: New file.
20775 * gdb.ada/start.exp: New testcase.
20776
20777 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
20778
20779 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20780 for printing symbols and statistics.
20781 Add test for using relative pathnames in "maint print msymbols" test.
20782 Mark "maint info sections DATA" XFAIL on Cygwin.
20783 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20784 tests.
20785
20786 2005-02-09 Andreas Schwab <schwab@suse.de>
20787
20788 Committed by Andrew Cagney <cagney@gnu.org>
20789 * gdb.base/remotetimeout.exp: New file.
20790
20791 2005-02-07 Mark Kettenis <kettenis@gnu.org>
20792
20793 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20794
20795 2005-02-03 Joel Brobecker <brobecker@adacore.com>
20796
20797 * gdb.ada/gnat_ada.gpr: New file.
20798 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20799 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20800 * configure.ac: No longer generate gnat_ada.gpr.
20801 * configure: Regenerate.
20802 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20803 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20804 * gdb.ada/null_record/bar.ads: Likewise.
20805 * gdb.ada/null_record/bar.adb: Likewise.
20806 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20807 * gdb.ada/null_record.exp (testdir): New variable.
20808 (testfile): executable is now in testdir subdirectory.
20809 (srcfile): Use full path to the main compilation unit.
20810 * gdb.ada/fixed_points.exp: Same changes as above.
20811
20812 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
20813
20814 * gdb.base/interp.exp: New test.
20815
20816 2005-01-24 Andrew Cagney <cagney@gnu.org>
20817
20818 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20819
20820 2005-01-19 Andrew Cagney <cagney@gnu.org>
20821
20822 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20823 configure.ac not configure.in.
20824
20825 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20826 of powerpc*-*-*.
20827 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
20828 * gdb.base/list.exp (test_list_function)
20829 (test_list_filename_and_function): Ditto.
20830 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20831
20832 2005-01-16 Andrew Cagney <cagney@gnu.org>
20833
20834 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20835
20836 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20837
20838 2005-01-14 Andrew Cagney <cagney@gnu.org>
20839
20840 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20841 * gdb.mi/mi2-var-cmd.exp: Ditto.
20842
20843 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
20844
20845 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20846
20847 2005-01-07 Andrew Cagney <cagney@gnu.org>
20848
20849 * configure.ac: Rename configure.in, require autoconf 2.59.
20850 * configure: Re-generate.
20851 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20852 * gdb.stabs/configure: Re-generate.
20853 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20854 * gdb.hp/configure: Re-generate.
20855 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20856 autoconf 2.59.
20857 * gdb.hp/gdb.objdbg/configure: Re-generate.
20858 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20859 autoconf 2.59.
20860 * gdb.hp/gdb.defects/configure: Re-generate.
20861 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20862 autoconf 2.59.
20863 * gdb.hp/gdb.compat/configure: Re-generate.
20864 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20865 autoconf 2.59.
20866 * gdb.hp/gdb.base-hp/configure: Re-generate.
20867 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20868 autoconf 2.59.
20869 * gdb.hp/gdb.aCC/configure: Re-generate.
20870
20871 2004-12-15 Jim Blandy <jimb@redhat.com>
20872
20873 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20874 under NPTL when there is debugging info available for libpthread.
20875
20876 2004-12-13 Jerome Guitton <guitton@gnat.com>
20877
20878 * gdb.ada/fixed_points.c: New file.
20879 * gdb.ada/fixed_points.exp: New file.
20880
20881 2004-12-03 Randolph Chung <tausq@debian.org>
20882
20883 * gdb.arch/pa-nullify.exp: New file.
20884 * gdb.arch/pa-nullify.s: New file.
20885
20886 2004-11-30 Randolph Chung <tausq@debian.org>
20887
20888 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20889 instead of "tbug". Fix regexp to work properly with gdb_test.
20890
20891 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20892
20893 * gdb.base/bitfields2.exp: New test.
20894 * gdb.base/bitfields2.c: New file.
20895
20896 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
20897
20898 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20899
20900 2004-11-16 Randolph Chung <tausq@debian.org>
20901
20902 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20903
20904 2004-11-14 Daniel Jacobowitz <dan@debian.org>
20905
20906 * gdb.threads/threadapply.exp: Correct "macro details" test.
20907
20908 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20909
20910 * gdb.threads/threadapply.exp: New test.
20911 * gdb.threads/threadapply.c: New file.
20912
20913 2004-11-07 Mark Kettenis <kettenis@gnu.org>
20914
20915 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20916 frames.
20917
20918 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
20919
20920 * gdb.base/cursal.exp: New file.
20921 * gdb.base/cursal.c: New file.
20922
20923 2004-11-03 Andrew Cagney <cagney@gnu.org>
20924
20925 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20926
20927 2004-10-30 Mark Kettenis <kettenis@gnu.org>
20928
20929 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20930 NetBSD/ELF targets.
20931
20932 2004-10-29 Joel Brobecker <brobecker@gnat.com>
20933
20934 * gdb.threads/bp_in_thread.c: New file, copied from
20935 pthread_cond_wait.c.
20936 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20937 file, rather than reusing the .c file from another testcase.
20938
20939 2004-10-20 Joel Brobecker <brobecker@gnat.com>
20940
20941 * gdb.ada/null_record.exp: Check where we stopped after
20942 sending the start command, instead of where the associated
20943 temporary breakpoint was inserted.
20944
20945 2004-10-14 Andrew Cagney <cagney@gnu.org>
20946
20947 * gdb.mi/gdb701.c (main): Return 0.
20948
20949 2004-10-13 Daniel Jacobowitz <dan@debian.org>
20950
20951 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
20952
20953 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20954
20955 * gdb.threads/schedlock.c: Add comment markers to use to find
20956 line numbers.
20957 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20958 comments.
20959 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20960 breakpoint lines.
20961
20962 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20963
20964 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20965
20966 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20967
20968 * configure.in: Add gdb.dwarf2.
20969 * configure: Regenerated.
20970 * Makefile.in: Add gdb.dwarf2.
20971 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20972 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20973 gdb.dwarf2/file1.txt: New files.
20974
20975 2004-10-11 Orjan Friberg <orjanf@axis.com>
20976
20977 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20978 of "run", since the latter doesn't work with remote targets. Adjust
20979 the breakpoint numbering accordingly.
20980 * gdb.threads/pthread_cond_wait.exp: Ditto.
20981
20982 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20983
20984 * gdb.base/overlays.exp: Update copyright years.
20985
20986 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20987
20988 * gdb.base/overlays.exp: Disable if target is Linux.
20989
20990 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20991
20992 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20993
20994 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20995
20996 * gdb.asm/asm-source.exp: Add m32r-linux target.
20997 * gdb.asm/m32r-linux.inc: New file.
20998
20999 2004-09-24 Andrew Cagney <cagney@redhat.com>
21000 David Anderson <anderson@redhat.com>
21001
21002 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21003 command fails, assume things will work.
21004 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21005 (_GNU_SOURCE): Define.
21006 (print_unsigned, print_hex): Change parameter to "long long".
21007 (print_byte_count): New function, use to print byte counts.
21008 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21009 O_LARGEFILE.
21010 (main): Compute an upper bound on a corefile in max_core_size.
21011 Limit memory chunk size to max_core_size. Limit total memory
21012 allocated to max_core_size.
21013
21014 2004-09-23 Andrew Cagney <cagney@gnu.org>
21015
21016 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21017 from a separate process with code that creates a corefile by
21018 making the inferior dump core.
21019
21020 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21021
21022 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21023 block.
21024
21025 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21026
21027 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21028 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21029 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21030 Likewise.
21031
21032 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21033
21034 * gdb.java/jprint.exp: New test case for java inferior call.
21035 * gdb.java/jprint.java: Ditto.
21036
21037 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21038
21039 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21040
21041 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21042
21043 * gdb.threads/killed.c: Include <stdlib.h>.
21044 * gdb.threads/pthreads.c: Likewise.
21045
21046 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21047
21048 * gdb.threads/killed.c: Add copyright notice.
21049
21050 2004-09-10 Jason Molenda (jmolenda@apple.com)
21051
21052 * gdb.base/define.exp: Two new tests to verify zero space chars
21053 after 'if' and 'while' commands in a user-defined command is correctly
21054 parsed.
21055
21056 2004-09-08 Andrew Cagney <cagney@gnu.org>
21057
21058 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21059 delivery test with duplicate at end of file.
21060
21061 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21062
21063 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21064
21065 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21066
21067 * config/hppro.exp: Removed.
21068
21069 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21070
21071 * config/sparclet.exp: Removed.
21072
21073 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21074
21075 * config/udi.exp: Removed.
21076
21077 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21078
21079 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21080 of "exp_continue".
21081 (advancei): Likewise.
21082
21083 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21084
21085 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21086
21087 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21088
21089 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21090 to check for nodebug in executable.
21091 * gdb.gdb/observer.exp (setup_test): Likewise.
21092 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21093 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21094
21095 2004-09-01 Andrew Cagney <cagney@gnu.org>
21096
21097 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21098 files.
21099
21100 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21101
21102 * gdb.base/unload.exp: Fix expected warning message to match
21103 latest format.
21104
21105 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21106
21107 * gdb.base/call-rt-st.exp: Fix typos.
21108
21109 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21110
21111 * gdb.threads/thread_check.exp: New testcase.
21112 * gdb.threads/thread_check.c: New testcase.
21113
21114 2004-08-31 Andrew Cagney <cagney@gnu.org>
21115
21116 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21117 (skip_to_handler_entry): New procedures. Test stepping into a
21118 handler when the breakpoint is at the handler's entry point.
21119
21120 2004-08-30 Andrew Cagney <cagney@gnu.org>
21121
21122 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21123 gdb/1757.
21124
21125 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21126
21127 With code from Manoj Iyer <manjo@austin.ibm.com>:
21128 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21129 return value. Add an arm for "no debugging symbols found".
21130 Change a stray "error" to "perror".
21131 (gdb_run_cmd): Adapt to new return value.
21132 * gdb.base/remote.exp: Adapt to new return value.
21133 * gdb.gdb/complaints.exp: Likewise.
21134 * gdb.gdb/observer.exp: Likewise.
21135 * gdb.gdb/selftest.exp: Likewise.
21136 * gdb.gdb/xfullpath.exp: Likewise.
21137
21138 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21139
21140 * gdb.threads/bp_in_thread.exp: New testcase.
21141
21142 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21143
21144 Fix PR testsuite/1735.
21145 * gdb.threads/schedlock.c (thread_function): Add a cast
21146 to suppress a gcc warning.
21147 * gdb.threads/thread-specific.c (thread_function): Likewise.
21148
21149 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21150
21151 * gdb.base/unload.c: Include <stdlib.h>.
21152
21153 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21154
21155 From Paul Gilliam <pgilliam@us.ibm.com>:
21156 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21157 synchronized after the "return".
21158
21159 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21160
21161 * gdb.mi/basics.c: Include <stdio.h>.
21162 * gdb.mi/pthreads.c: Include <stdlib.h>.
21163 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21164
21165 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21166
21167 * gdb.threads/schedlock.c: Add copyright notice.
21168
21169 2004-08-25 Andrew Cagney <cagney@gnu.org>
21170
21171 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21172 (skip_over_handler, breakpoint_over_hander): New test procedures.
21173 (advance, advancei): Add a proper prefix, do not use
21174 rerun_to_main.
21175 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21176
21177 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21178
21179 * gdb.mi/basics.c: Add copyright notice.
21180 * gdb.mi/var-cmd.c: Add copyright notice.
21181
21182 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21183
21184 * lib/gdb.exp: Remove signed_keyword_not_used.
21185 * lib/compiler.c: Likewise.
21186 * lib/compiler.cc: Likewise.
21187
21188 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21189
21190 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21191 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21192
21193 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21194
21195 * gdb.base/whatis.c: Add copyright notice.
21196
21197 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21198
21199 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21200 it to skip the breakpoints encoded in the inline assembly.
21201
21202 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21203
21204 * Makefile.in: Add gdb.fortran.
21205
21206 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21207
21208 * gdb.base/call-sc.exp (test_scalar_returns):
21209 Fix cut-and-paste glitch in "Make fun return now".
21210
21211 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21212
21213 * configure.in: Add gdb.fortran.
21214 * configure: Regenerate.
21215 * gdb.fortran/Makefile.in: New file.
21216 * lib/gdb.exp (skip_fortran_tests): New procedure.
21217
21218 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21219
21220 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21221 reference to bug-gnu@prep.ai.mit.edu.
21222 * gdb.mi/mi-var-child.exp: Likewise.
21223 * gdb.mi/mi-var-cmd.exp: Likewise.
21224 * gdb.mi/mi-var-display.exp: Likewise.
21225 * gdb.mi/mi2-var-block.exp: Likewise.
21226 * gdb.mi/mi2-var-child.exp: Likewise.
21227 * gdb.mi/mi2-var-cmd.exp: Likewise.
21228 * gdb.mi/mi2-var-display.exp: Likewise.
21229
21230 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21231
21232 * gdb.base/unload.c (main): Make local variable msg const.
21233
21234 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21235
21236 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21237 to bug-gnu@prep.ai.mit.edu.
21238 * gdb.mi/mi-disassemble.exp: Likewise.
21239 * gdb.mi/mi-eval.exp: Likewise.
21240 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21241 default line number.
21242 * gdb.mi/mi-return.exp: Likewise.
21243 * gdb.mi/mi-simplerun.exp: Likewise.
21244 * gdb.mi/mi-stack.exp: Likewise.
21245 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21246 number with explicit range test.
21247 * gdb.mi/mi-watch.exp: Likewise.
21248 * gdb.mi/mi2-break.exp: Likewise.
21249 * gdb.mi/mi2-cli.exp: Likewise.
21250 * gdb.mi/mi2-disassemble.exp: Likewise.
21251 * gdb.mi/mi2-eval.exp: Likewise.
21252 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21253 default line number.
21254 * gdb.mi/mi2-return.exp: Likewise.
21255 * gdb.mi/mi2-simplerun.exp: Likewise.
21256 * gdb.mi/mi2-stack.exp: Likewise.
21257 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21258 number with explicit range test.
21259 * gdb.mi/mi2-watch.exp: Likewise.
21260
21261 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21262
21263 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21264 * gdb.cp/m-static.exp: Likewise.
21265 * gdb.cp/rtti.exp: Likewise.
21266
21267 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21268
21269 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21270
21271 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21272
21273 * ChangeLog: Prefix Local Variables with semi-colons and indent
21274 the reference to older ChangeLog files, to fix fontification in
21275 Emacs.
21276
21277 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21278
21279 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21280 * gdb.mi/mi2-break.exp: Likewise.
21281
21282 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21283
21284 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21285
21286 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21287
21288 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21289
21290 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21291
21292 * gdb.cp/classes.exp: Remove unused declarations. Just let
21293 test names default instead of providing special names. Remove
21294 extraneous demangler test.
21295
21296 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21297
21298 * gdb.base/unload.exp: New test for breakpoints in dynamically
21299 loaded libraries.
21300 * gdb.base/unload.c: Ditto.
21301 * gdb.base/unloadshr.c: Ditto.
21302
21303 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21304
21305 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21306 cp_test_ptype_class.
21307 (test_enums): Likewise.
21308
21309 2004-08-10 Andrew Cagney <cagney@gnu.org>
21310
21311 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21312 files.
21313
21314 2004-08-10 Andrew Cagney <cagney@gnu.org>
21315
21316 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21317 init_malloc call.
21318
21319 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21320
21321 * ChangeLog: Add copyright notice. The notice is copied
21322 from emacs 21.3 top level ChangeLog.
21323
21324 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21325
21326 * lib/cp-support.exp: New file.
21327 * lib/cp-support.exp (cp_test_type_class): New function.
21328 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21329 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21330 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21331 cp_test_ptype_class.
21332
21333 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21334
21335 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21336 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21337 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21338 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21339 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21340 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21341 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21342 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21343 gdb.mi/mi2-watch.exp: Update copyright years.
21344
21345 2004-08-09 Mark Kettenis <kettenis@gnu.org>
21346
21347 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21348
21349 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21350
21351 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21352 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21353 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21354 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21355 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21356 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21357 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21358 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21359 gdb.mi/mi-watch.exp: Update copyright years.
21360
21361 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21362
21363 PR gdb/1738
21364 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21365 from a breakpoint with a pending signal.
21366
21367 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21368
21369 PR gdb/1736
21370 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21371 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21372 the prompt.
21373 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21374
21375 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21376
21377 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21378
21379 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21380
21381 PR gdb/1736
21382 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21383 for i?86-*-linux*.
21384
21385 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21386
21387 * gdb.arch/i386-prologue.exp: Compile without debug information.
21388
21389 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21390
21391 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21392 rather than asking gdb to search.
21393
21394 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21395
21396 * gdb.base/gcore.c: Include <string.h>.
21397
21398 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21399
21400 * gdb.base/gcore.c: Add copyright notice.
21401
21402 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21403
21404 * gdb.base/freebpcmd.c: Include <stdio.h>.
21405 * gdb.base/long_long.c: Include <string.h>.
21406 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21407 * gdb.base/siginfo.c: Include <string.h>.
21408 * gdb.base/sigstep.c: Include <string.h>.
21409
21410 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21411
21412 * gdb.base/complex.c: Include <stdlib.h>.
21413
21414 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21415
21416 * gdb.base/complex.c: Add copyright notice.
21417
21418 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21419
21420 * gdb.base/charset.c: Include <stdlib.h>.
21421
21422 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21423
21424 * gdb.base/auxv.c: Include <stdlib.h>.
21425
21426 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21427
21428 * gdb.base/auxv.c: Add copyright notice.
21429
21430 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21431
21432 * gdb.base/coremaker.c: Add copyright notice.
21433 * gdb.base/coremaker2.c: Add copyright notice.
21434
21435 2004-08-04 Andrew Cagney <cagney@gnu.org>
21436
21437 * gdb.base/store.exp: Update copyright.
21438 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21439 names, do not import gdb_prompt.
21440
21441 2004-08-01 Andrew Cagney <cagney@gnu.org>
21442
21443 Fix PR testsuite/1729.
21444 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21445 not use capture_value with value 4.
21446 (capture_value): Add optional test name parameter.
21447 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21448 the prefix, pass to capture_value.
21449
21450 2004-08-01 Mark Kettenis <kettenis@gnu.org>
21451
21452 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21453 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21454 (main): Call new function.
21455
21456 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21457
21458 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21459
21460 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21461
21462 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21463
21464 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21465
21466 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21467 Accept more values of vtbl pointer. Remove some messages
21468 about "obsolete gcc or gdb".
21469
21470 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21471
21472 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21473
21474 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21475
21476 * gdb.base/asm-source.exp: Properly convert target board
21477 debug flags from gcc format to binutils format.
21478
21479 2004-07-28 Mark Kettenis <kettenis@gnu.org>
21480
21481 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21482 gdb1718". PR backtrace/1718 partially fixed.
21483
21484 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21485
21486 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21487
21488 2004-07-26 Nick Clifton <nickc@redhat.com>
21489
21490 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21491 good default value for a specific architecture is available then
21492 set it to that value. Otherwise default to the -gstabs switch.
21493 Remove the -g... switches from the asm-flags variable. Allow the
21494 target board info to override the value if it wants to. Pass the
21495 switch on the assembler command line.
21496
21497 2004-07-23 Mark Kettenis <kettenis@gnu.org>
21498
21499 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21500 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21501 (main): Call new function.
21502
21503 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21504
21505 Test for PR exp/1715.
21506 * gdb.base/radix.exp: Refactor common procedures. Make all
21507 test names unique. Change XFAIL to KFAIL.
21508
21509 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21510
21511 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21512 * gdb.ada/gnat_ada.gin: ... to here.
21513 * configure.in: Use gnat_ada.gin.
21514 * configure: Regenerate.
21515
21516 2004-07-20 Andrew Cagney <cagney@gnu.org>
21517
21518 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21519 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21520 XFAILs. Clean up test messages and comments. Check backtraces.
21521 Delete re-sync code.
21522
21523 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21524
21525 Fix PR cli/740.
21526 * gdb.base/annota1.exp: Honor gdb,nosignals.
21527 * gdb.base/annota3.exp: Likewise.
21528
21529 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * lib/java.exp: Update copyright notice.
21532
21533 2004-07-19 Andrew Cagney <cagney@gnu.org>
21534
21535 * gdb.base/selftest.exp: Copy file from here ...
21536 * gdb.gdb/selftest.exp: ... to here.
21537
21538 2004-07-16 Andrew Cagney <cagney@redhat.com>
21539
21540 * lib/insight-support.exp: Delete file.
21541 * lib/java.exp (java_init): Fix copyright.
21542
21543 2004-07-16 Andrew Cagney <cagney@gnu.org>
21544
21545 * gdb.base/restore.c: Append "prologue" to comments marking the a
21546 function's prologue.
21547 * gdb.base/restore.exp: Update copyright, re-indent.
21548 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21549 callerN" prefix where needed. Update patterns that match a
21550 function's prologue.
21551
21552 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21553
21554 * gdb.base/restore.c: Add copyright notice.
21555
21556 2004-07-16 Andrew Cagney <cagney@gnu.org>
21557
21558 * gdb.base/logical.exp: Update copyright.
21559 (evaluate): New procedure. Use to re-implement tests using
21560 several tables.
21561
21562 2004-07-14 Martin Hunt <hunt@redhat.com>
21563
21564 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21565 which fixes some problems where init.tcl was not found.
21566
21567 2004-07-13 Andrew Cagney <cagney@gnu.org>
21568
21569 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21570 (check_sizeof, check_valueof): Do not include the output in the
21571 test name. Use gdb_test.
21572 (get_valueof): Use gdb_test_multiple.
21573
21574 * gdb.base/step-test.exp: Update copyright. Use
21575 gdb_test_multiple. Ensure that test names do not include
21576 architecture dependent output.
21577
21578 * gdb.gdb/observer.exp: Update copyright.
21579 (setup_test): Use gdb_test_multiple.
21580 (attach_first_observer, attach_second_observer)
21581 (attach_third_observer, detach_first_observer)
21582 (detach_second_observer, detach_third_observer)
21583 (reset_counters, check_counters): Make $message a prefix.
21584 (test_normal_stop_notifications): Add "args" parameter - a list of
21585 init functions to be called. Make $message a prefix,
21586 (test_observer_normal_stop): Change the message prefixes so that
21587 they are unique, pass the attach / detach procedures to
21588 test_normal_stop_notifications.
21589
21590 * gdb.base/signull.exp (test_segv): Prefix all tests with
21591 "${name}". Clean up test messages.
21592
21593 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21594
21595 * gdb.base/ena-dis-br.exp: Update copyright.
21596 (break_at): New function. Replace send_gdb with gdb_test,
21597 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21598 ignore count, not stopped at bpt", with KFAIL.
21599
21600 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
21601
21602 * gdb.base/attach.exp: Remove cleanupfile handling.
21603
21604 2004-07-12 Andrew Cagney <cagney@gnu.org>
21605
21606 * gdb.base/annota1.exp: Cleanup corefile test name.
21607 * gdb.base/annota3.exp: Ditto.
21608
21609 2004-07-12 Andrew Cagney <cagney@gnu.org>
21610
21611 * gdb.base/signals.exp: Clean up copyright, re-indent.
21612
21613 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21614 gdb_test and gdb_test_multiple.
21615
21616 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21617
21618 * gdb.java/jmain.exp: Fix expected line number for main to
21619 break at. Set XFAIL for break at main test since gcj does not
21620 provide line number info for first statement in main.
21621
21622 2004-07-08 Andrew Cagney <cagney@gnu.org>
21623
21624 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21625
21626 * gdb.base/sigbpt.exp: Make the common part of each test name a
21627 prefix instead of suffix.
21628
21629 2004-07-07 Bob Rossi <bob_rossi@cox.net>
21630
21631 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21632 test from test_tbreak_creation_and_listing to
21633 test_file_list_exec_source_file
21634 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21635 Changed name of test from test_tbreak_creation_and_listing to
21636 test_file_list_exec_source_file
21637
21638 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21639
21640 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21641 the jmisc() constructor instead of <init>.
21642 * gdb.java/jmisc1.exp: Ditto.
21643
21644 2004-07-07 Andrew Cagney <cagney@gnu.org>
21645
21646 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21647 corrupting the PC.
21648
21649 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21650
21651 * gdb.cp/templates.exp: Accept whitespace change in demangler
21652 output.
21653
21654 2004-07-06 Andrew Cagney <cagney@gnu.org>
21655
21656 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21657
21658 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21659
21660 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21661 * lib/compiler.cc: Likewise.
21662
21663 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21664
21665 * lib/compiler.cc: Work around string preprocessing problem
21666 with old hp c++ compiler.
21667 * lib/compiler.c: Likewise.
21668
21669 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21670
21671 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21672 directives to conditionalize symbol prefixing.
21673 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21674 additional_flags handling. Add underscore prefix for Cygwin.
21675 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21676 conditionalize symbol prefixing.
21677 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21678 additional_flags handling. Add underscore prefix for Cygwin.
21679
21680 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21681
21682 * gdb.base/bigcore.exp: Skip test on Cygwin.
21683
21684 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21685
21686 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21687 formats for "info register". Use gdb_test_multiple. Fix
21688 the "invalid register" test.
21689
21690 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
21691
21692 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21693 PID for Cygwin. Add Cygwin specific strings to check for in some
21694 tests.
21695 (do_attach_tests): Add a test for user interaction when attaching
21696 to a process with no matching symbol table already loaded.
21697
21698 2004-06-26 Andrew Cagney <cagney@gnu.org>
21699
21700 Test PR java/1567 and PR java/1565.
21701 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21702 * gdb.java/jmisc2.exp: Delete file.
21703
21704 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21705
21706 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21707
21708 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
21709
21710 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21711 attach process.
21712
21713 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21714
21715 * gdb.cp/pr-1553.exp: Remove.
21716
21717 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21718
21719 * gdb.cp/pr-1553.cc: Remove.
21720 * gdb.cp/pr-1553.exp: Disable this test.
21721
21722 2004-06-20 Jim Blandy <jimb@redhat.com>
21723
21724 Fix PR testsuite/1680.
21725 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21726 regular expressions.
21727
21728 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21729
21730 Fix PR testsuite/1679.
21731 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21732 Issue an UNSUPPORTED result instead.
21733
21734 2004-06-18 Jim Blandy <jimb@redhat.com>
21735
21736 * gdb.base/charset.exp: Only send a control-C if we see a new
21737 prompt and incomplete command.
21738
21739 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21740
21741 * gdb.cp/pr-574.cc: Add copyright notice.
21742
21743 2004-06-17 Jim Blandy <jimb@redhat.com>
21744
21745 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21746 cases where the regexp has no groups; this grabs random text from
21747 the previous test suite, whatever that was.
21748
21749 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21750
21751 * gdb.cp/printmethod.cc: Add copyright notice.
21752
21753 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21754
21755 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21756
21757 2004-06-16 Andrew Cagney <cagney@gnu.org>
21758
21759 * gdb.base/signull.c: Update copyright. Include <string.h>.
21760 (bowler): Replace data_pointer with data_read
21761 and data_write cases. Add code_descriptor case.
21762 (zero, desc): New array and pointer.
21763 (data, code): Change to simple pointers.
21764 * gdb.base/signull.exp: Fix probe pattern matching a function
21765 descriptor SIGSEGV. Replace data_pointer with data_read and
21766 data_write tests.
21767
21768 2004-06-16 Andrew Cagney <cagney@gnu.org>
21769
21770 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21771
21772 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21773
21774 * gdb.base/long_long.c: Add copyright notice.
21775
21776 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21777
21778 * gdb.base/long_long.exp: Remove reference to
21779 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21780 to gdb_breakpoint and gdb_continue_to_breakpoint.
21781
21782 2004-06-14 Jim Blandy <jimb@redhat.com>
21783
21784 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21785 endian case.
21786
21787 2004-06-14 Andrew Cagney <cagney@gnu.org>
21788
21789 * gdb.base/gcore.exp (capture_command_output): Delete the always
21790 passing tests containing inferior values.
21791 * gdb.base/ending-run.exp: Do not include the breakpoint address
21792 in the test message. Update copyright.
21793 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21794 size in the test name, use gdb_test_multiple. Update copyright.
21795
21796 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21797
21798 * gdb.cp/ref-types.cc: Add copyright notice.
21799
21800 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21801
21802 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21803 hp_aCC_compiler.
21804 * lib/compiler.cc: Likewise.
21805 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21806 'set' commands. Log diagnostics for other lines. Set
21807 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21808
21809 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21810
21811 * gdb.cp/try_catch.cc: Add copyright notice.
21812
21813 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21814
21815 * gdb.cp/userdef.cc: Add copyright notice.
21816
21817 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21818
21819 * gdb.cp/virtfunc.cc: Add copyright notice.
21820
21821 2004-06-11 Randolph Chung <tausq@debian.org>
21822
21823 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21824 problem.
21825
21826 2004-06-10 Andrew Cagney <cagney@gnu.org>
21827
21828 * lib/compiler.cc, lib/compiler.c: Append either
21829 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21830 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21831 instead of gcc-3-3.
21832
21833 2004-06-09 Andrew Cagney <cagney@gnu.org>
21834
21835 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21836 gdb/1455, bug is specific to "long long" and "double".
21837
21838 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21839 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21840 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21841 fixed.
21842
21843 2004-06-09 Andrew Cagney <cagney@gnu.org>
21844
21845 * gdb.base/structs.exp (test_struct_returns): Replace
21846 "return_value_unknown" and "finish_value_unknown" by
21847 "return_value_known" and "finish_value_known". Instead of
21848 "return_value_unknown" iff "finish_value_unknown", check
21849 "return_value_known" implies "finish_value_known".
21850
21851 2004-06-08 Martin Hunt <hunt@redhat.com>
21852
21853 * gdb.base/float.exp: Add pattern for mips targets.
21854
21855 2004-06-08 Randolph Chung <tausq@debian.org>
21856
21857 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21858 message for unknown architectures more clear.
21859
21860 2004-06-08 Joel Brobecker <brobecker@gnat.com>
21861
21862 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21863 start the execution of the program.
21864
21865 2004-06-07 Jim Blandy <jimb@redhat.com>
21866
21867 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21868 * gdb.arch/i386-cpuid.h: New helper file.
21869
21870 2004-06-07 Randolph Chung <tausq@debian.org>
21871
21872 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21873 has started.
21874
21875 2004-06-04 Roland McGrath <roland@redhat.com>
21876
21877 Fix PR gdb/1647.
21878 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21879 differently to be robust to output buffering differences.
21880
21881 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21882
21883 * gdb.threads/pthreads.exp: Update copyright years.
21884 (check_control_c): Change asynchronous 'after' to synchronous.
21885
21886 2004-06-04 Roland McGrath <roland@redhat.com>
21887
21888 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21889 next gdb prompt.
21890
21891 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21892
21893 Fix PR gdb/1636.
21894 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21895 calls to synchronous.
21896
21897 2004-05-26 Jim Blandy <jimb@redhat.com>
21898
21899 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21900
21901 2004-05-24 Randolph Chung <tausq@debian.org>
21902
21903 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21904 * gdb.asm/pa.inc: New file.
21905
21906 2004-05-22 Mark Kettenis <kettenis@gnu.org>
21907
21908 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21909
21910 2004-05-21 Joel Brobecker <brobecker@gnat.com>
21911 Daniel Jacobowitz <drow@mvista.com>
21912
21913 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21914 GDB prompt.
21915
21916 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21917
21918 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
21919 setjmp/longjmp. Use sigaction instead of signal.
21920
21921 2004-05-19 J. Brobecker <brobecker@gnat.com>
21922 Michael Snyder <msnyder@redhat.com>
21923
21924 * gdb.threads/pthread_cond_wait.c: New file.
21925 * gdb.threads/pthread_cond_wait.exp: New testcase.
21926
21927 2004-05-13 Andrew Cagney <cagney@redhat.com>
21928
21929 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21930 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21931
21932 2004-05-11 Andrew Cagney <cagney@redhat.com>
21933
21934 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21935 fixed but revealed gdb/1639.
21936
21937 2004-05-10 Andrew Cagney <cagney@redhat.com>
21938
21939 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21940 func1" and "next to 2nd alarm", kernel bug avoided.
21941
21942 2004-05-10 Daniel Jacobowitz <dan@debian.org>
21943
21944 PR external/1568
21945 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21946 XFAIL if it is smaller than bytes_allocated.
21947 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21948 (main): Make chunks_allocated unsigned. Correct comment.
21949
21950 2004-05-07 Joel Brobecker <brobecker@gnat.com>
21951
21952 * gdb.arch/powerpc-aix-prologue.c: New file.
21953 * gdb.arch/powerpc-aix-prologue.exp: New file.
21954
21955 2004-05-07 Jim Blandy <jimb@redhat.com>
21956
21957 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21958 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21959
21960 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21961
21962 * gdb.base/sep.exp: No longer setup_kfail when the program was
21963 built with dwarf2.
21964
21965 2004-05-05 Jim Ingham <jingham@apple.com>
21966
21967 * gdb.base/pending.exp: Make sure pending breakpoints
21968 preserve the ignore count.
21969
21970 2004-04-27 Jerome Guitton <guitton@gnat.com>
21971
21972 * i386-prologue.exp: Add testcase for jump instruction as first
21973 instruction of the real code.
21974 * i386-prologue.c (jump_at_beginning): New function.
21975
21976 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21977
21978 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21979 x86_64-*-*.
21980
21981 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21982
21983 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21984 i*86-*-*.
21985
21986 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21987
21988 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21989 expression that checks the return type.
21990
21991 2004-04-23 Andrew Cagney <cagney@redhat.com>
21992
21993 * gdb.base/call-sc.exp: New test of scalar call/return values.
21994 * gdb.base/call-sc.c: Ditto.
21995
21996 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21997
21998 * gdb.threads/manythreads.c: Reduce thread stack size.
21999
22000 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22001
22002 * gdb.threads/manythreads.c: Add copyright notice.
22003
22004 2004-04-23 Andrew Cagney <cagney@redhat.com>
22005
22006 * gdb.base/siginfo.exp: Better handle step out of signal.
22007 * gdb.base/sigstep.exp: Ditto.
22008
22009 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22010 Daniel Jacobowitz <drow@mvista.com>
22011
22012 * gdb.threads/manythreads.c: New testcase.
22013 * gdb.threads/manythreads.exp: Ditto.
22014
22015 2004-04-22 Jim Blandy <jimb@redhat.com>
22016
22017 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22018 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22019
22020 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22021
22022 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22023
22024 2004-04-21 Andrew Cagney <cagney@redhat.com>
22025
22026 * gdb.base/sigstep.c: New file.
22027 * gdb.base/sigstep.exp: New file.
22028
22029 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22030
22031 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22032 call to observer_notify_normal_stop.
22033
22034 2004-04-15 Andrew Cagney <cagney@redhat.com>
22035
22036 * gdb.base/siginfo.c: New file.
22037 * gdb.base/siginfo.exp: New file.
22038
22039 2004-04-12 J. Brobecker <brobecker@gnat.com>
22040
22041 * gdb.base/sep.exp: Fix typo in comment.
22042
22043 2004-04-12 J. Brobecker <brobecker@gnat.com>
22044
22045 * gdb.base/sep.c: New file.
22046 * gdb.base/sep-proc.c: New file.
22047 * gdb.base/sep.exp: New testcase.
22048
22049 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22050
22051 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22052 support.
22053
22054 2004-04-05 Andrew Cagney <cagney@redhat.com>
22055
22056 * gdb.base/sigaltstack.c: New file.
22057 * gdb.base/sigaltstack.exp: New file.
22058
22059 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22060
22061 * gdb.base/foll-fork.exp: Update the expected output for
22062 "help set follow-fork-mode", to match a change that was made
22063 to the help of this variable on 2004-01-13.
22064
22065 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22066
22067 * lib/ada.exp: Add copyright notice.
22068 * bar.ads: Likewise.
22069 * bar.adb: Likewise.
22070 * null_record.adb: Likewise.
22071 * null_record.exp: Likewise.
22072 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22073
22074 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22075
22076 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22077 * configure: Regenerate.
22078
22079 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22080
22081 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22082 to build the application. Remove the message printed when in
22083 verbose mode, redundant with the UNSUPPORTED message above.
22084
22085 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22086
22087 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22088 * gdb.ada (null_record.exp): New testcase.
22089
22090 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22091
22092 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22093
22094 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22095
22096 * gdb.ada: New subdirectory.
22097 * gdb.ada/Makefile.in: New file.
22098 * gdb.ada/gnat_ada.gpr.in: New file.
22099
22100 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22101
22102 * lib/ada.exp: New file.
22103
22104 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22105
22106 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22107 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22108
22109 2004-03-22 Andrew Cagney <cagney@redhat.com>
22110
22111 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22112 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22113 Problem identified by Ulrich Weigand.
22114
22115 2004-03-17 David Carlton <carlton@kealia.com>
22116
22117 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22118 PR c++/826.
22119
22120 2004-03-16 Roland McGrath <roland@redhat.com>
22121
22122 * gdb.base/auxv.exp: New file.
22123 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22124
22125 2004-03-12 David Carlton <carlton@kealia.com>
22126
22127 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22128 * gdb.cp/pr-1553.cc: Ditto.
22129 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22130 pass branch.
22131
22132 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22133
22134 * gdb.cp/templates.exp: Accept more template types.
22135
22136 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22137
22138 From Corinna Vinschen with modifications.
22139 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22140 local variable obj_with_enum.
22141 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22142 results with obj_with_enum.
22143
22144 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22145
22146 * gdb.cp/classes.cc: New file, copied from misc.cc.
22147 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22148
22149 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22150
22151 * gdb.cp/misc.cc: Add copyright notice.
22152
22153 2004-03-05 David Carlton <carlton@kealia.com>
22154
22155 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22156 * gdb.cp/rtti.h: Update copyright.
22157 (namespace n2::n3): New.
22158 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22159 (n2::n3::func3): New.
22160 (main): Call n2::n3::func3.
22161 * gdb.cp/rtti2.cc: Update copyright.
22162 (n2::create3): New.
22163
22164 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22165
22166 * gdb.asm/openbsd.inc: Fix typo.
22167
22168 2004-03-03 Fred Fish <fnf@redhat.com>
22169
22170 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22171 "val" instead of unused "size". Update copyright year.
22172
22173 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22174
22175 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22176 to use unsigned char.
22177 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22178 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22179
22180 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22181
22182 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22183 line of output.
22184
22185 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22186
22187 * gdb.base/relocate.c (dummy): Initialize.
22188
22189 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22190
22191 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22192 a breakpoint at exit.
22193
22194 2004-02-27 Fred Fish <fnf@redhat.com>
22195
22196 * gdb.base/chng-syms.exp: Add expect condition to match failing
22197 case that isn't a timeout.
22198
22199 2004-02-27 Andrew Cagney <cagney@redhat.com>
22200
22201 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22202 support.
22203
22204 2004-02-26 Fred Fish <fnf@redhat.com>
22205
22206 * gdb.arch/gdb1431.c: Remove.
22207 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22208 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22209 of "until" incorrectly.
22210
22211 2004-02-26 J. Brobecker <brobecker@gnat.com>
22212
22213 * gdb.cp/class2.cc (empty): New class.
22214 (refer): New function.
22215 (main): Declare an object of type empty and use it.
22216 * gdb.cp/class2.exp: Print the value of an object of type empty.
22217
22218 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22219
22220 * gdb.base/langs.exp: Update query string to match the
22221 new nquery format used for pending breakpoints.
22222
22223 2004-02-26 Andrew Cagney <cagney@redhat.com>
22224
22225 Fix PR i18n/1570.
22226 * gdb.base/charset.c: Update copyright notice.
22227 (main, init_string): Remove the escape character '\e' tests.
22228 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22229 * gdb.base/charset.exp (valid_host_charset): Ditto.
22230 * gdb.base/setvar.exp: Ditto.
22231
22232 2004-02-24 Andrew Cagney <cagney@redhat.com>
22233
22234 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22235 mmapped data in core file" PASS and FAIL messages consistent.
22236
22237 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22238 setting a breakpoint. Work around PR java/1565.
22239
22240 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22241
22242 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22243 new nquery format.
22244 * gdb.base/pending.exp: Ditto.
22245
22246 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22247
22248 * configure.in: Run stabs tests on *BSD.
22249 * configure: Regenerated.
22250
22251 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22252
22253 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22254
22255 2004-02-20 Fred Fish <fnf@redhat.com>
22256
22257 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22258 blank in test for "returns short", for consistency with other
22259 "returns xxx" tests. Update copyright year.
22260
22261 2004-02-19 Fred Fish <fnf@redhat.com>
22262
22263 New testcase for PR breakpoint/1558.
22264 * gdb.arch/gdb1558.exp: New file.
22265 * gdb.arch/gdb1558.c: New file.
22266
22267 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22268
22269 * gdb.base/nodebug.exp: Fix typo.
22270
22271 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22272
22273 Committed by Jim Blandy <jimb@redhat.com>.
22274
22275 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22276
22277 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22278
22279 * gdb.base/float.exp: Support s390*-*-* targets.
22280
22281 2004-02-17 Adam Fedor <fedor@gnu.org>
22282
22283 * gdb.base/gdb1555.exp: New file.
22284 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22285
22286 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22287
22288 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22289
22290 2004-02-16 Fred Fish <fnf@redhat.com>
22291
22292 * gdb.arch/gdb1291.c: Remove
22293 * gdb.arch/gdb1291.s: New test input file.
22294 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22295 fail. Test for correct result, known incorrect result, other
22296 failures and timeouts.
22297
22298 2004-02-16 Andrew Cagney <cagney@redhat.com>
22299
22300 * gdb.base/bigcore.exp: New file.
22301 * gdb.base/bigcore.c: New file.
22302
22303 2004-02-13 Andrew Cagney <cagney@redhat.com>
22304
22305 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22306 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22307 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22308 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22309 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22310 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22311 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22312 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22313 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22314 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22315
22316 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22317
22318 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22319 executed is an alloc instruction.
22320
22321 2004-02-11 David Carlton <carlton@kealia.com>
22322
22323 * gdb.cp/breakpoint.exp: New.
22324 * gdb.cp/breakpoint.cc: New.
22325
22326 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22327
22328 Partial fix for PR gdb/1543.
22329 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22330 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22331 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22332 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22333 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22334 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22335 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22336 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22337 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22338 to bug-gdb@prep.ai.mit.edu .
22339 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22340 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22341 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22342 Likewise.
22343
22344 2004-02-10 Andrew Cagney <cagney@redhat.com>
22345
22346 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22347 using gdb_internal_error_resync.
22348
22349 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
22350
22351 * gdb.threads/thread-specific.exp: Stop early if no threads are
22352 found.
22353
22354 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22355
22356 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22357
22358 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
22359
22360 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22361 breakpoints.
22362
22363 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
22364
22365 * config/sim.exp (gdb_load): Handle $arg == "".
22366 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22367 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22368
22369 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
22370
22371 * gdb.base/maint.exp: Update test to reflect
22372 obstack changes.
22373
22374 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22375
22376 * gdb.base/pendshr.c (pendfunc): New function that calls
22377 pendfunc1.
22378 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22379
22380 2004-02-04 Fred Fish <fnf@redhat.com>
22381
22382 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22383 function symbols and update copyright years.
22384 * gdb.arch/gdb1291.c: Ditto.
22385
22386 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22387
22388 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22389
22390 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22391
22392 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22393
22394 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22395
22396 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22397
22398 2004-02-02 Fred Fish <fnf@redhat.com>
22399
22400 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22401 remote targets. Update copyright years.
22402
22403 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22404
22405 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22406 support.
22407 * gdb.base/langs.exp: Fix test which attempts to create
22408 breakpoint on non-existent function to handle new pending
22409 support.
22410 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22411 a breakpoint.
22412 * gdb.base/pending.exp: New test.
22413 * gdb.base/pending.c: New file.
22414 * gdb.base/pendshr.c: Ditto.
22415
22416 2004-02-02 David Carlton <carlton@kealia.com>
22417
22418 * gdb.cp/overload.exp: Add overloadNamespace tests.
22419 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22420 (overloadNamespace, XXX): New.
22421 (main): Call XXX::marker2.
22422
22423 2004-02-01 Fred Fish <fnf@redhat.com>
22424
22425 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22426 * gdb.base/finish.exp: Ditto.
22427 * gdb.base/gcore.exp: Ditto.
22428 * gdb.base/huge.exp: Ditto.
22429 * gdb.base/info-proc.exp: Ditto.
22430 * gdb.base/return2.exp: Ditto.
22431 * gdb.threads/gcore-thread.exp: Ditto.
22432
22433 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22434
22435 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22436
22437 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22438
22439 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22440 that opening the file succeeds on OpenBSD.
22441
22442 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22443
22444 * gdb.threads/thread-specific.c: New file.
22445 * gdb.threads/threads-specific.exp: New test script.
22446 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22447 to expect_out.
22448
22449 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22450
22451 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22452 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22453 only on the "print_small_structs from print_long_arg_list" test.
22454
22455 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22456
22457 * gdb.base/completion.exp: Kill a stray backslash.
22458
22459 From Jim Ingham <jingham@apple.com>:
22460 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22461 agrees with the result from sending a tab.
22462
22463 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
22464
22465 * gdb.base/chng-syms.exp: Remove stray newline.
22466
22467 2004-01-31 Mark Kettenis <kettenis@gnu.org>
22468
22469 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22470 *-*-openbsd*.
22471 * gdb.asm/openbsd.inc: New file.
22472
22473 2004-01-30 Mark Kettenis <kettenis@gnu.org>
22474
22475 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22476 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22477 *-*solaris2*. Remove commented out default settings for
22478 asm-flags. Replace gdb_compile with target_link.
22479
22480 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22481
22482 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22483 for all tests. Remove old hp-ux and cygnus xfail cases.
22484
22485 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22486
22487 * gdb.base/chng-syms.exp: New file.
22488 * gdb.base/chng-syms.c: New file.
22489
22490 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22491
22492 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22493 Provide arms for current output in all my configurations.
22494
22495 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22496
22497 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22498 * lib/compiler.cc: Likewise.
22499 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22500 get the right preprocessor. Eval the output directly. Remove
22501 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22502 hp_f77_compiler and hp_f90_compiler completely.
22503 (gdb_preprocess): Delete.
22504 (get_compiler): Delete.
22505
22506 2004-01-24 Mark Kettenis <kettenis@gnu.org>
22507
22508 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22509 <string.h>.
22510
22511 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
22512
22513 * gdb.mi/mi-stack.exp: Update copyright.
22514
22515 2004-01-23 David Carlton <carlton@kealia.com>
22516
22517 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22518 test for cp_lookup_transparent_type.
22519 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22520 call them.
22521
22522 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
22523
22524 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22525 after -var-update.
22526
22527 2004-01-23 David Carlton <carlton@kealia.com>
22528
22529 * gdb.cp/namespace.cc (C::ensureRefs): New.
22530 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22531
22532 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
22533
22534 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22535 case "-stack-list-locals 2".
22536 * gdb.mi/mi-var-child.exp: Test for case
22537 "-var-list-children --all-values NAME".
22538
22539 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22540
22541 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22542
22543 2004-01-18 Mark Kettenis <kettenis@gnu.org>
22544
22545 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22546 used with gdb_test_multiple.
22547
22548 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22549 read at address 0. This fixes PR testsuite/1504.
22550
22551 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
22552
22553 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22554 Remove downloading, guessing the host executable, the calls to
22555 gdb_file_cmd and gdb_target_cmd, and "load" support.
22556 (infer_host_exec): New function broken out from gdb_load.
22557 (gdb_load): New wrapper for gdbserver_gdb_load.
22558 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22559 gdb_target_cmd. Use -target-select.
22560 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22561 Download binaries to the host. Clear last_mi_remote_file when
22562 we load a new binary.
22563 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22564 call gdbserver_gdb_load and mi_gdb_target_cmd.
22565
22566 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22567
22568 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22569 type patterns.
22570
22571 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22572
22573 * gdb.cp/templates.exp: Fix typo in test name of
22574 "print Foo<volatile char*>::foo".
22575
22576 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22577
22578 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22579
22580 2004-01-16 Ben Elliston <bje@wasabisystems.com>
22581
22582 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22583 (clean mostlyclean): Remove empty rm.
22584
22585 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22586
22587 * gdb.base/setvar.exp: Add copyright years.
22588
22589 2004-01-14 David Carlton <carlton@bactrian.org>
22590
22591 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22592 PR c++/1511 and update coment.
22593 * gdb.cp/templates.exp: Update patterns to match current output.
22594 If changes involve something other than whitespace, KFAIL
22595 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22596
22597 2004-01-14 David Carlton <carlton@kealia.com>
22598
22599 * gdb.cp/namespace.exp: Add tests involving classes defined within
22600 namespaces.
22601 * gdb.cp/namespace.cc (C::CClass): New.
22602 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22603
22604 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
22605
22606 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22607 what debug info we have. Print a better message if something goes
22608 wrong while producing the separate debug info file.
22609
22610 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22611
22612 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22613
22614 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22615
22616 * gdb.base/callfuncs.c: Add copyright notice.
22617
22618 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22619
22620 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22621 inheritance. PR gdb/1498, PR gcc/13539.
22622
22623 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
22624
22625 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22626 test specific name.
22627 * gdb.mi/gdb669.exp: Ditto.
22628 * gdb.mi/mi-pthreads.exp: Ditto.
22629 * gdb.mi/mi1-pthreads.exp: Ditto.
22630 * gdb.mi/mi2-pthreads.exp: Ditto.
22631
22632 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22633
22634 * gdb.cp/member-ptr.cc: Add copyright notice.
22635
22636 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22637
22638 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22639 some patterns for recent versions of gcc and hpacc. Delete
22640 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22641 Delete tests that access a NULL pointer-to-member-data. This
22642 script is still disabled for gcc.
22643
22644 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22645
22646 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22647 escaped correctly.
22648
22649 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22650
22651 * gdb.base/sepdebug.exp: New file.
22652 * gdb.base/sepdebug.c: New file.
22653 * lib/gdb.exp (separate_debug_filename): New procedure.
22654 (gdb_gnu_strip_debug): New procedure.
22655
22656 2004-01-12 Andrew Cagney <cagney@redhat.com>
22657
22658 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22659 * gdb.mi/ChangeLog-1999-2003: New file.
22660
22661 2004-01-12 Andrew Cagney <cagney@redhat.com>
22662
22663 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22664 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22665 or EEXIST", treat EBUSY as an XFAIL.
22666
22667 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22668
22669 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22670 hp_cc_compiler.
22671
22672 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22673
22674 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22675 decorations.
22676
22677 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22678
22679 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22680 and "(aCC)" decorations. Remove obsolete doco about old
22681 test results.
22682
22683 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22684
22685 * gdb.cp/exception.exp: Fix typo in doco.
22686
22687 2004-01-09 Mark Kettenis <kettenis@gnu.org>
22688
22689 * gdb.base/gdb1476.exp: Fix typo.
22690
22691 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22692
22693 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22694 file.
22695
22696 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22697
22698 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22699 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22700 Use gdb_compile. Remove restriction on gcc. Add some patterns
22701 for recent version of gdb. Delete second half, which was a copy
22702 of the first half with different build flags. This test is
22703 still disabled because it is still not ready for production.
22704
22705 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22706
22707 * gdb.cp/exception.cc: Add copyright notice.
22708 * gdb.cp/exception.exp: Add a notice that this file is broken
22709 because of line number changes caused by addition of copyright
22710 notice.
22711
22712 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22713
22714 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22715 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22716
22717 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22718
22719 * gdb.cp/classes.exp: Accept gnu abi 2.
22720 * gdb.cp/derivation.exp: Likewise.
22721 * gdb.cp/overload.exp: Likewise.
22722 * gdb.cp/virtfunc.exp: Likewise.
22723
22724 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22725
22726 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22727 semicolon after end of function.
22728
22729 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22730
22731 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22732 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22733 boilerplate code for compiling and running the program under
22734 test. Add some string method tests.
22735
22736 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22737
22738 * gdb.cp/bs15503.cc: Add copyright notice.
22739 * gdb.cp/bs15503.exp: Adjust line number.
22740
22741 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22742
22743 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22744 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22745
22746 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22747
22748 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22749 hp_cc_compiler.
22750
22751 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22752
22753 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22754 * gdb.cp/ctti.exp: Use the marker instead of "next".
22755 With gcc, run further before bailing.
22756
22757 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22758
22759 * gdb.cp/cttiadd.cc: Add copyright notice.
22760 * gdb.cp/cttiadd1.cc: Likewise.
22761 * gdb.cp/cttiadd2.cc: Likewise.
22762 * gdb.cp/cttiadd3.cc: Likewise.
22763
22764 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22765
22766 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22767 Use gdb_test, gdb_test_multiple. Use floating-point values that
22768 have exact representations in IEEE-ish formats.
22769
22770 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22771
22772 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22773 compilers. Delete duplicate call to get_compiler_info.
22774 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22775 * gdb.base/volatile.exp: Likewise.
22776
22777 2004-01-07 Mark Kettenis <kettenis@gnu.org>
22778
22779 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22780 memory at address 0.
22781
22782 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22783
22784 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22785 to test for hp-ux assembler. Fix copyright years.
22786
22787 2004-01-07 Andrew Cagney <cagney@redhat.com>
22788
22789 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22790
22791 2004-01-07 Andrew Cagney <cagney@redhat.com>
22792
22793 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22794 when creating the read-only file. From analysis by Roland McGrath
22795 and Elena Zannoni.
22796
22797 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22798
22799 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22800
22801 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22802
22803 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22804 data pointers.
22805
22806 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22807
22808 * gdb.cp/m-static.exp: Compile one source file at a time.
22809 Delete unused call to get_compiler_info.
22810
22811 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22812
22813 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22814 * gdb.base/call-rt-st.exp: Likewise.
22815 * gdb.base/nodebug.exp: Likewise.
22816 * gdb.base/volatile.exp: Likewise.
22817 * gdb.cp/ref-types.exp: Likewise.
22818 * gdb.cp/templates.exp: Likewise.
22819
22820 2004-01-05 Mark Kettenis <kettenis@gnu.org>
22821
22822 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22823
22824 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22825
22826 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22827 hppa*-hp-hpux*.
22828
22829 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22830
22831 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22832 x86_64-*-*.
22833
22834 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22835 sparc64-*-* and sparc*-solaris2*.
22836
22837 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22838
22839 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22840 return ${tests}" test. The ${tests} already mentions the
22841 filename.
22842
22843 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22844
22845 * gdb.cp/local.exp: Accept gcc abi 2.
22846
22847 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22848
22849 * gdb.cp/templates.exp: Accept gcc abi 2.
22850
22851 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22852
22853 * lib/compiler.cc: Remove supports_template_debugging.
22854 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22855
22856 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22857
22858 * gdb.cp/namespace.exp: Accept gcc abi 2.
22859
22860 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22861
22862 * gdb.cp/method.exp: Accept gcc abi 2.
22863
22864 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22865
22866 * gdb.cp/classes.exp: Generate identical results as old version.
22867 * gdb.cp/derivation.exp: Likewise.
22868 * gdb.cp/overload.exp: Likewise.
22869 * gdb.cp/virtfunc.exp: Likewise.
22870
22871 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22872
22873 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22874 mysterious bug with sourceware version of expect.
22875
22876 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22877
22878 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22879 current versions of gcc, including gcc abi 2. Remove gratuitous
22880 restart of test program. Use gdb_test_multiple and gdb_test for
22881 all tests. Add patterns to xfail missing "const" in "const char *"
22882 and kfail PR gdb/1155.
22883
22884 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22885
22886 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22887 current versions of gcc, including gcc abi 2. Remove gratuitous
22888 restart of test program. Use gdb_test_multiple and gdb_test for
22889 all tests. Add patterns to kfail PR gdb/1498.
22890
22891 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22892
22893 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22894 current versions of gcc, including gcc abi 2. Use "breakpoint"
22895 and "continue" instead of restarting the target program. Use
22896 gdb_test_multiple and gdb_test for all tests.
22897
22898 2004-01-01 Mark Kettenis <kettenis@gnu.org>
22899
22900 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22901 for *-*-solaris2*.
22902
22903 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22904
22905 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22906 current versions of gcc, including gcc abi 2. Use "breakpoint"
22907 and "continue" instead of restarting the target program several
22908 times. Use gdb_test_multiple and gdb_test for all tests.
22909
22910 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22911
22912 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22913 source files.
22914
22915 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22916
22917 * gdb.base/environ.exp: Handle compiling test case from multiple
22918 source files.
22919
22920 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22921
22922 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22923
22924 2003-12-17 Jim Blandy <jimb@redhat.com>
22925
22926 * gdb.base/freebpcmd.c: Add copyright notice.
22927
22928 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22929
22930 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22931
22932 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22933
22934 2003-12-13 Jim Blandy <jimb@redhat.com>
22935
22936 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22937
22938 2003-12-12 Kevin Buettner <kevinb@redhat.com>
22939
22940 * gdb.asm/frv.inc: New file.
22941 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22942
22943 2003-12-09 Fred Fish <fnf@redhat.com>
22944
22945 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22946 functions to break1.c and leave prototypes behind. Add more
22947 "set breakpoint NN here" comments.
22948 * gdb.base/break1.c: New file.
22949
22950 * gdb.base/break.exp: Handle compiling test case from multiple
22951 source files and change source file references as needed.
22952 * gdb.base/completion.exp: Ditto.
22953 * gdb.base/condbreak.exp: Ditto.
22954 * gdb.base/define.exp: Ditto.
22955 * gdb.base/ena-dis-br.exp: Ditto.
22956 * gdb.base/info-proc.exp: Ditto.
22957 * gdb.base/maint.exp: Ditto.
22958 * gdb.base/until.exp: Ditto.
22959
22960 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22961 hardcoded line numbers.
22962 * gdb.base/define.exp: Ditto.
22963 * gdb.base/ena-dis-br.exp: Ditto.
22964 * gdb.base/maint.exp: Ditto.
22965 * gdb.base/until.exp: Ditto.
22966
22967 * gdb.base/completion.exp: Use "break1" for completion tests since
22968 "break" is no longer a unique prefix.
22969
22970 2003-12-06 Andrew Cagney <cagney@redhat.com>
22971
22972 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22973 "return_value_unimplemented". When an unimplemented struct return
22974 architecture, report incorrect values as a KFAIL
22975
22976 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22977
22978 * gdb.cp/rtti.exp: Accept new wording of warning from
22979 cp_lookup_rtti_type.
22980
22981 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22982
22983 Partial fix for PR testsuite/1456.
22984 * gdb.base/scope.exp (test_at_main): Replace references to
22985 gcc_compiled with calls to test_compiler_info.
22986 (test_at_foo): Likewise.
22987 (test_at_bar): Likewise.
22988
22989 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22990
22991 Partial fix for PR testsuite/1456.
22992 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22993 to test_compiler_info.
22994
22995 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22996
22997 * gdb.base/so-impl-ld.exp: Update copyright notice.
22998
22999 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23000
23001 Partial fix for PR testsuite/1456.
23002 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23003 to test_compiler_info.
23004
23005 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23006
23007 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23008 from current versions of gdb. Clean up regular expressions.
23009 Delete redundant timeout case.
23010
23011 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23012
23013 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23014 from current versions of gdb. Clean up regular expressions.
23015 Delete redundant timeout case.
23016
23017 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23018
23019 Partial fix for PR testsuite/1456.
23020 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23021 gcc_compiled with call to test_compiler_info.
23022
23023 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23024
23025 Partial fix for PR testsuite/1456.
23026 * gdb.base/list.exp (test_list_function): Delete unused declaration
23027 of gcc_compiled.
23028
23029 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23030
23031 Partial fix for PR testsuite/1456.
23032 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23033 call to test_compiler_info.
23034
23035 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23036
23037 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23038 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23039 it to create the appropriate note.inc.
23040 * gdb.asm/asmsrc1.s: Include "note.inc".
23041 * gdb.asm/netbsd.inc: New file.
23042 * gdb.asm/empty.inc: New file.
23043
23044 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23045
23046 Partial fix for PR testsuite/1456.
23047 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23048 calls to test_compiler_info.
23049
23050 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23051
23052 Partial fix for PR testsuite/1456.
23053 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23054 calls to test_compiler_info.
23055
23056 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23057
23058 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23059 pattern for the KFAILs.
23060
23061 2003-11-25 Adam Fedor <fedor@gnu.org>
23062
23063 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23064 * gdb.objc/objcdecode.m: New file.
23065
23066 2003-11-25 Adam Fedor <fedor@gnu.org>
23067
23068 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23069 * gdb.objc/nondebug.m: New file.
23070
23071 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23072
23073 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23074 NetBSD as it does on FreeBSD. Modelled on a similar change by
23075 Mark Kettenis on 2003-05-30.
23076 (link-flags): Set to "--entry _start" regardless of target.
23077 Special linker flags are to be appended to $link-flags.
23078 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23079
23080 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23081
23082 * gdb.cp/method.exp: Accept output of new demangler.
23083
23084 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23085
23086 * gdb/class2.exp: New file.
23087 * gdb/class2.cc: New file.
23088
23089 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23090
23091 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23092 of new demangler.
23093
23094 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23095
23096 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23097 of gdb_test "run".
23098
23099 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23100
23101 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23102 "continue" into "run".
23103
23104 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23105
23106 Partial fix for PR testsuite/1456.
23107 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23108 call to test_compiler_info.
23109 * gdb.cp/ctti.exp: Likewise.
23110 * gdb.cp/derivation.exp: Likewise.
23111 * gdb.cp/member-ptr.exp: Likewise.
23112 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23113 reference to gcc_compiled.
23114
23115 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23116
23117 Fix PR testsuite/1463.
23118 * gdb.base/structs.exp (start_structs_test): Call
23119 get_debug_format before using the debug format.
23120
23121 2003-11-22 Andrew Cagney <cagney@redhat.com>
23122
23123 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23124 * gdb.base/structs.exp: Use gdb_test_multiple.
23125
23126 2003-11-20 Andrew Cagney <cagney@redhat.com>
23127
23128 * gdb.base/structs.exp: Handle and recover from internal errors.
23129 Replace "foo${n}" with "foo<n>" in test messages.
23130
23131 * gdb.base/structs.exp: Update copyright. Rewrite.
23132 * gdb.base/structs.c: Update copyright. Rewrite.
23133
23134 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23135 resync count exceeded.
23136
23137 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23138 from the internal error.
23139 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23140 Original from Jim Blandy.
23141 (gdb_test_multiple): Use gdb_internal_error_resync.
23142
23143 2003-11-19 Andrew Cagney <cagney@redhat.com>
23144
23145 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23146 KFAIL.
23147
23148 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23149
23150 New testcase for PR backtrace/1435.
23151 * gdb.arch/i386-unwind.exp: New file.
23152 * gdb.arch/i386-unwind.c: New file.
23153
23154 2003-11-17 Andrew Cagney <cagney@redhat.com>
23155
23156 * lib/gdb.exp (compiler_info): New global.
23157 (test_compiler_info): New function.
23158 (get_compiler_info): Set compiler_info.
23159 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23160 "compiler_info" to gcc-<major>-<minor>.
23161
23162 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23163
23164 * gdb.trace/configure: Remove.
23165
23166 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23167
23168 * gdb.base/break.c: Add comments to aid finding line numbers for
23169 breakpoints.
23170 * gdb.base/break.exp: Remove all references to explicit line
23171 numbers.
23172
23173 2003-11-11 Nick Clifton <nickc@redhat.com>
23174
23175 * gdb.base/shreloc.exp: Do not run for targets which do not
23176 support shared objects.
23177
23178 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23179
23180 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23181 Don't run tests if nofileio flag is given.
23182
23183 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23184
23185 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23186 as well as 'Watchpoint'.
23187
23188 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23189
23190 Reported by Jim Ingham <jingham@apple.com>:
23191 * gdb.base/annota1.exp: Match at least one occurrence of the
23192 signal handler annotation.
23193
23194 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23195
23196 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23197 as well as 'Watchpoint'.
23198
23199 2003-11-05 Michael Chastain <mec@shout.net>
23200
23201 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23202
23203 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23204
23205 * gdb.arch/gdb1291.c: New test file.
23206 * gdb.arch/gdb1291.exp: New test script.
23207 * gdb.arch/gdb1431.c: New test file.
23208 * gdb.arch/gdb1431.exp: New test script.
23209
23210 2003-10-22 Michael Chastain <mec@shout.net>
23211
23212 * gdb.mi/pthreads.c: Add copyright notice.
23213
23214 2003-10-22 Michael Chastain <mec@shout.net>
23215
23216 * gdb.threads/pthreads.c: Add copyright notice.
23217
23218 2003-10-20 Michael Chastain <mec@shout.net>
23219
23220 * gdb.base/gdb1056.exp: New test script.
23221
23222 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23223
23224 * gdb.threads/killed.exp: Use gdb_run_cmd.
23225
23226 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23227
23228 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23229 create a core file.
23230 * gdb.threads/gcore-thread.exp: Likewise.
23231
23232 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23233
23234 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23235 type, based on char type.
23236 (struct bit_flags_short_t): New bitfield type, based on short type.
23237 (init_bit_flags_char): New fuction.
23238 (init_bit_flags_short): Ditto.
23239 (print_bit_flags_char): Ditto.
23240 (print_bit_flags_short): Ditto.
23241 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23242
23243 2003-10-11 Michael Chastain <mec@shout.net>
23244
23245 * gdb.base/call-rt-st.exp: Update copyright year.
23246
23247 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23248
23249 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23250 * gdb.disasm/sh3.s: Ditto.
23251
23252 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23253
23254 * gdb.threads/switch-threads.exp: New test.
23255 * gdb.threads/switch-threads.c: New source file.
23256
23257 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23258
23259 * gdb.base/ending-run.exp: Add sh specific case.
23260
23261 2003-10-06 Andrew Cagney <cagney@redhat.com>
23262
23263 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23264 * gdb.disasm/mn10200.exp: Delete obsolete file.
23265
23266 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23267
23268 * ChangeLog: Correct an entry command.exp -> commands.exp.
23269 * gdb.base/commands.exp (bp_deleted_in_command_test)
23270 (temporary_breakpoint_commands): Check noargs.
23271
23272 2003-09-25 David Carlton <carlton@kealia.com>
23273
23274 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23275 of some print tests, where appropriate. Add tests for C::D::cd,
23276 E::ce, F::cXfX, G::XgX.
23277 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23278
23279 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23280
23281 * lib/java.exp (java_init): Import target_alias before using it.
23282
23283 2003-09-25 David Carlton <carlton@kealia.com>
23284
23285 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23286
23287 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23288
23289 * gdb.base/selftest.exp: Accomodate more instruction reordering
23290 weirdness.
23291
23292 2003-09-17 Michael Chastain <mec@shout.net>
23293
23294 * gdb.cp/gdb1355.exp: New file.
23295 * gdb.cp/gdb1355.c: New file.
23296
23297 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23298
23299 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23300 * gdb.asm/sh.inc: New file.
23301
23302 2003-09-11 David Carlton <carlton@kealia.com>
23303
23304 * gdb.cp/namespace.exp: Add tests for namespace types.
23305 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23306 (test_namespace): New.
23307
23308 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
23309
23310 * gdb.base/relocate.exp: Handle new gdb output at startup.
23311 * gdb.stabs/weird.exp: Ditto.
23312
23313 2003-09-08 Michael Chastain <mec@shout.net>
23314
23315 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23316
23317 2003-09-07 Michael Chastain <mec@shout.net>
23318
23319 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23320 'parse error'.
23321
23322 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23323
23324 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23325
23326 2003-08-30 Michael Chastain <mec@shout.net>
23327
23328 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23329 * gdb.gdb/observer.exp: Ditto.
23330 * gdb.gdb/xfullpath.exp: Ditto.
23331
23332 2003-08-29 Mark Kettenis <kettenis@gnu.org>
23333
23334 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23335 *-*-*bsd*.
23336
23337 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23338
23339 * gdb.base/dump.exp: Skip for ia64.
23340
23341 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23342
23343 * gdb.asm/asm-source.exp: Add ia64 support.
23344 * gdb.asm/ia64.inc: New file.
23345
23346 2003-08-22 Michael Chastain <mec@shout.net>
23347
23348 * gdb.cp: New directory.
23349 * gdb.cp/*: Copy from gdb.c++/*.
23350 * gdb.c++/*: Remove.
23351 * Makefile.in: Change gdb.c++ to gdb.cp.
23352 * configure.in: Ditto.
23353 * configure: Regnerate.
23354
23355 2003-08-18 Mark Kettenis <kettenis@gnu.org>
23356
23357 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23358 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23359
23360 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23361
23362 * mi-var-display.exp (-var-list-children weird): Accept function
23363 pointers with argument types.
23364 * mi1-var-display.exp (-var-list-children weird): Likewise.
23365 * mi2-var-display.exp (-var-list-children weird): Likewise.
23366
23367 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23368
23369 * gdb.base/annota3.exp: Add missing newline.
23370
23371 2003-08-06 Michael Chastain <mec@shout.net>
23372
23373 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23374
23375 2003-08-12 Michael Snyder <msnyder@redhat.com>
23376
23377 * gdb.base/float.exp: Add test for SH.
23378
23379 2003-08-10 Mark Kettenis <kettenis@gnu.org>
23380
23381 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23382
23383 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23384
23385 * gdb.base/completion.exp: Remove reduntant completion test
23386 on filename.
23387
23388 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23389
23390 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23391 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23392 gdb.trace/save-trace.exp: Make sure that full pathnames are
23393 escaped correctly.
23394
23395 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23396
23397 * configure.in: Don't generate config.h from config.hin.
23398 * configure: Regenerate.
23399 * config.hin: Remove file.
23400 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23401 * gdb.threads/pthreads.c: Ditto.
23402
23403 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
23404
23405 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23406 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23407 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23408 Replace ld24 with seth/add3.
23409
23410 2003-08-02 Andrew Cagney <cagney@redhat.com>
23411
23412 * gdb.base/annota3.exp: New file.
23413 * gdb.base/annota3.c: New file.
23414 * gdb.c++/annota3.exp: New file.
23415 * gdb.c++/annota3.cc: New file.
23416
23417 2003-07-29 Michael Chastain <mec@shout.net>
23418
23419 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23420 actually failed.
23421 (do_pass): Likewise.
23422 * gdb.threads/tls.exp: Always initialize no_of_threads.
23423
23424 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
23425
23426 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23427 pattern.
23428 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23429 * gdb.threads/tls.exp: Recognize one case of the host library not
23430 supporting TLS.
23431
23432 2003-07-27 Andrew Cagney <cagney@redhat.com>
23433
23434 * gdb.base/fileio.exp: Use SH when running commands using
23435 remote_exec.
23436
23437 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
23438
23439 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23440 * gdb.base/relocate.c (dummy): New padding array.
23441
23442 2003-07-22 Michael Snyder <msnyder@redhat.com>
23443
23444 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23445
23446 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23447 patterns to be more general, accepting old and new output.
23448 Some output chars (such as '+') also must be quoted.
23449 Some addresses are displayed numerically instead of
23450 symbolically.
23451
23452 2003-07-23 Michael Snyder <msnyder@redhat.com>
23453
23454 * gdb.base/return2.exp: Don't test long-long return.
23455
23456 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23457 * gdb.disasm/t01_mov.exp: Ditto.
23458 * gdb.disasm/t02_mova.s: Ditto.
23459 * gdb.disasm/t02_mova.exp: Ditto.
23460 * gdb.disasm/t03_add.s: Ditto.
23461 * gdb.disasm/t03_add.exp: Ditto.
23462 * gdb.disasm/t04_sub.s: Ditto.
23463 * gdb.disasm/t04_sub.exp: Ditto.
23464 * gdb.disasm/t05_cmp.s: Ditto.
23465 * gdb.disasm/t05_cmp.exp: Ditto.
23466 * gdb.disasm/t06_ari2.s: Ditto.
23467 * gdb.disasm/t06_ari2.exp: Ditto.
23468 * gdb.disasm/t07_ari3.s: Ditto.
23469 * gdb.disasm/t07_ari3.exp: Ditto.
23470 * gdb.disasm/t08_or.s: Ditto.
23471 * gdb.disasm/t08_or.exp: Ditto.
23472 * gdb.disasm/t09_xor.s: Ditto.
23473 * gdb.disasm/t09_xor.exp: Ditto.
23474 * gdb.disasm/t10_and.s: Ditto.
23475 * gdb.disasm/t10_and.exp: Ditto.
23476 * gdb.disasm/t11_logs.s: Ditto.
23477 * gdb.disasm/t11_logs.exp: Ditto.
23478 * gdb.disasm/t12_bit.s: Ditto.
23479 * gdb.disasm/t12_bit.exp: Ditto.
23480 * gdb.disasm/t13_otr.s: Ditto.
23481 * gdb.disasm/t13_otr.exp: Ditto.
23482
23483 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23484
23485 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23486
23487 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23488
23489 * gdb.threads/tls.c : New file.
23490 * gdb.threads/tls.exp : New file.
23491 * gdb.threads/tls-main.c : New file.
23492 * gdb.threads/tls-shared.c : New file.
23493 * gdb.threads/tls-shared.exp : New file.
23494
23495 2003-07-22 Andreas Schwab <schwab@suse.de>
23496
23497 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23498
23499 2003-07-20 Andreas Schwab <schwab@suse.de>
23500
23501 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23502 due to insn reordering.
23503
23504 2003-07-15 Andrew Cagney <cagney@redhat.com>
23505
23506 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23507
23508 2003-07-15 Michael Chastain <mec@shout.net>
23509
23510 * gdb.base/gdb1250.exp: New file.
23511 * gdb.base/gdb1250.c: New file.
23512
23513 2003-07-09 Michal Ludvig <mludvig@suse.cz>
23514
23515 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23516 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23517
23518 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23519
23520 * gdb.threads/tls.c: New file.
23521 * gdb.threads/tls.exp: New file.
23522 * gdb.threads/tls-main.c: New file.
23523 * gdb.threads/tls-shared.c: New file.
23524 * gdb.threads/tls-shared.exp: New file.
23525
23526 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23527
23528 * gdb.base/annota1.exp: Make sure that we properly escape the
23529 full path of the source file. Xfail more permissive patterns,
23530 due to a compiler debug info problem.
23531
23532 2003-07-07 Andreas Schwab <schwab@suse.de>
23533
23534 * gdb.asm/m68k.inc: New file.
23535 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23536
23537 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23538 arguments"): Also match negative number.
23539
23540 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23541
23542 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
23543
23544 * gdb.base/store.c (charest): New typedef.
23545 (add_char): Rename to add_charest, update.
23546 (wack_char): Rename to wack_charest, update types. Return l + r
23547 to keep r live across the call.
23548 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23549 (wack_double, wack_doublest): Return l + r to keep r live across
23550 the call.
23551 * gdb.base/store.exp: Accomodate store.c changes.
23552
23553 2003-06-30 David Carlton <carlton@kealia.com>
23554
23555 * gdb.c++/maint.exp (test_invalid_name): New.
23556 (test_first_component): Add tests for invalid names.
23557
23558 2003-06-29 Michael Chastain <mec@shout.net>
23559
23560 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23561 output of '<VTT for class>' for virtual base classes.
23562
23563 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23564
23565 * gdb.base/completion.exp: Tab-complete "complet" instead of
23566 "compl".
23567 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23568
23569 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23570
23571 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23572 * gdb.base/volatile.exp: Likewise.
23573
23574 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23575
23576 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23577 gdb/1265.
23578
23579 2003-06-28 Michael Chastain <mec@shout.net>
23580 Daniel Jacobowitz <drow@mvista.com>
23581
23582 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23583 initial line count of 'captured_main' from 26 to 32.
23584 (test_with_self): Allow xmalloc call to be interleaved with the
23585 preceding two lines.
23586
23587 2003-06-24 Joel Brobecker <brobecker@gnat.com>
23588
23589 * gdb.base/bang.exp: New testcase.
23590
23591 2003-06-23 Joel Brobecker <brobecker@gnat.com>
23592
23593 * gdb.base/langs.exp: Add some tests for the "minimal" language
23594 support.
23595
23596 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
23597
23598 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23599 the testcase.
23600
23601 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23602
23603 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23604 offset.
23605
23606 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23607
23608 * gdb.c++/pr-1210.cc: New file.
23609 * gdb.c++/pr-1210.exp: New file.
23610
23611 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
23612
23613 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23614 000-exec-continue.
23615
23616 2003-06-15 Mark Kettenis <kettenis@gnu.org>
23617
23618 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23619 on *-*-*bsd* instead of *-*-freebsd*.
23620
23621 2003-06-14 Andrew Cagney <cagney@redhat.com>
23622
23623 * gdb.base/store.exp: Test longest and doublest. Test all
23624 parameters. Weaken return statement match.
23625 * gdb.base/store.c: Add longest and doublest - aka long long and
23626 long double functions. Put all parameters into local register
23627 variables. Use negative values.
23628
23629 2003-06-14 Andrew Cagney <cagney@redhat.com>
23630
23631 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23632 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23633 exit status.
23634 * gdb.base/fileio.exp: Disable target when nointerrupts and
23635 noinferiorio, instead of limiting it to remote. Use remote_exec
23636 instead of system.
23637
23638 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23639
23640 * gdb.base/float.exp: Add ia64 support.
23641
23642 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
23643
23644 * gdb.base/fileio.exp: Run only on remote targets.
23645
23646 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
23647
23648 * gdb.base/fileio.c: New file, testing File-I/O.
23649 * gdb.base/fileio.exp: Ditto.
23650
23651 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23652
23653 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23654 shared objects after relocation at load time (gdb PR/1132).
23655 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23656 as above, part of the shared object relocation test.
23657
23658 2003-06-08 Mark Kettenis <kettenis@gnu.org>
23659
23660 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23661 fully filled history list.
23662 * gdb.base/gdb_history: New file.
23663
23664 * gdb.base/signals.exp: XFAIL "continue to func1" on
23665 i*86-*-freebsd*.
23666
23667 * gdb.base/attach.exp: When trying to attach to a nonexistent
23668 process, make it possible to specify the PID based on the target,
23669 and do so for *-*-freebsd*.
23670
23671 2003-06-02 Richard Henderson <rth@redhat.com>
23672
23673 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23674
23675 2003-06-02 Richard Henderson <rth@redhat.com>
23676
23677 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23678
23679 2003-06-02 Richard Henderson <rth@redhat.com>
23680
23681 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23682
23683 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
23684
23685 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23686 of globalvar.
23687
23688 2003-06-01 Mark Kettenis <kettenis@gnu.org>
23689
23690 * gdb.asm/asm-source.exp: Check for memory read errors in
23691 disassembler test on *BSD too.
23692
23693 2003-06-01 Richard Henderson <rth@redhat.com>
23694
23695 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23696 for .frame.
23697 (gdbasm_call): Lose ldgp.
23698 (gdbasm_startup): Add frame information.
23699 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23700
23701 2003-05-31 Mark Kettenis <kettenis@gnu.org>
23702
23703 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23704 i?86-*-*.
23705
23706 2003-05-30 Mark Kettenis <kettenis@gnu.org>
23707
23708 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23709 FreeBSD.
23710
23711 2003-05-29 Richard Henderson <rth@redhat.com>
23712
23713 * gdb.asm/alpha.inc: New file.
23714 * gdb.asm/asm-source.exp: Use it.
23715
23716 2003-05-29 Jim Blandy <jimb@redhat.com>
23717
23718 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23719 'core.PID'.
23720
23721 2003-05-22 Jim Blandy <jimb@redhat.com>
23722
23723 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23724 backtrace.
23725
23726 2003-05-20 David Carlton <carlton@math.stanford.edu>
23727
23728 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23729 this time.
23730
23731 2003-05-19 David Carlton <carlton@bactrian.org>
23732
23733 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23734 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23735
23736 2003-05-19 David Carlton <carlton@bactrian.org>
23737
23738 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23739 namespace tests.
23740 Bump copyright date.
23741 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23742 (main): Call C::D::marker2.
23743 * gdb.c++/namespace1.cc: New file.
23744
23745 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23746
23747 Roland McGrath <roland@redhat.com>
23748 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
23749 there is no manager thread.
23750
23751 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23752
23753 * gdb.threads/schedlock.exp: Remove assumption that all threads
23754 will run in a particular small time slice. Also ensure we break
23755 in one of the child threads rather than the main thread.
23756
23757 2003-05-07 Jim Blandy <jimb@redhat.com>
23758
23759 Add support for assembly source testing on the s390x.
23760 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23761 architecture.
23762 * gdb.asm/s390x.inc: New file.
23763
23764 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23765 succession of 'if' statements.
23766
23767 2003-05-05 Andrew Cagney <cagney@redhat.com>
23768
23769 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23770
23771 2003-05-05 Andrew Cagney <cagney@redhat.com>
23772
23773 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23774 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23775
23776 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
23777
23778 * gdb.base/charset.exp: Update based on new behavior of set/show
23779 charset commands.
23780
23781 2003-05-01 Andrew Cagney <cagney@redhat.com>
23782
23783 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23784 variable do not give memory errors.
23785
23786 2003-04-30 Adam Fedor <fedor@gnu.org>
23787
23788 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23789 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23790 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23791 gdb.objc/basicclass.m: : New files
23792
23793 * lib/gdb.exp (gdb_compile_objc): New procedure.
23794
23795 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
23796
23797 * gdb.base/signals.exp: Make backtrace tests more specific.
23798
23799 2003-04-23 David Carlton <carlton@bactrian.org>
23800
23801 * gdb.c++/maint.exp (test_first_component): Add tests for
23802 'operator' in more locations.
23803
23804 2003-04-16 Kevin Buettner <kevinb@redhat.com>
23805
23806 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23807
23808 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
23809
23810 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
23811 func marke' instead. Update test name.
23812
23813 2003-04-15 David Carlton <carlton@math.stanford.edu>
23814
23815 * gdb.c++/maint.exp: New file.
23816
23817 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23818
23819 * gdb.threads/schedlock.c: Change type of thread function argument
23820 to long, to avoid warnings on 64-bit platforms.
23821
23822 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23823
23824 * gdb.base/attach.exp: Add new message from ptrace in case of
23825 attaching to nonexistent process.
23826
23827 2003-04-11 Jim Blandy <jimb@redhat.com>
23828
23829 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23830 gdb.c++/userdef.cc: Place comments on the lines to which the
23831 marker function might return.
23832 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23833 gdb.c++/userdef.exp: Look for those comments to check that we've
23834 returned to the right place, instead of checking line numbers.
23835
23836 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
23837
23838 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23839 match on sourcefile name, instead of directory name.
23840
23841 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
23842
23843 * gdb.base/completion.exp: Use string_to_regexp to match the
23844 working directory name.
23845
23846 2003-04-09 Jim Blandy <jimb@redhat.com>
23847
23848 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23849 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23850 after an inferior function call, report the failure, but allow the
23851 test to continue.
23852
23853 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23854
23855 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23856 with -DPROTOTYPES.
23857
23858 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23859
23860 * gdb.base/break.exp: Revert last patch.
23861
23862 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23863
23864 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23865 with -DPROTOTYPES.
23866
23867 2003-04-02 Andrew Cagney <cagney@redhat.com>
23868
23869 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23870 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23871 matching directories by the name breakpoint.
23872 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23873 Make "continue to marker1" consistent.
23874 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23875 message consistent.
23876 * lib/gdb.exp: Put "the program is no longer running", and "the
23877 program exited" in parenthesis.
23878 * lib/mi-support.exp: Ditto.
23879
23880 2003-04-02 Bob Rossi <bob_rossi@cox.net>
23881
23882 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23883
23884 2003-03-29 Andrew Cagney <cagney@redhat.com>
23885
23886 * gdb.base/sizeof.c (main): Print the value of '\377'.
23887 * gdb.base/sizeof.exp: Check the sign of '\377'.
23888
23889 2003-03-27 Michael Chastain <mec@shout.net>
23890
23891 * gdb.base/gdb1090.exp: New file.
23892 * gdb.base/gdb1090.cc: New file.
23893
23894 2003-03-27 J. Brobecker <brobecker@gnat.com>
23895
23896 * gdb.gdb/observer.exp: New regression test.
23897
23898 2003-03-27 Michael Chastain <mec@shout.net>
23899
23900 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23901 * gdb.base/ptype.exp: Likewise.
23902
23903 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
23904
23905 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23906
23907 2003-03-26 Michael Chastain <mec@shout.net>
23908
23909 * gdb.base/ptype.exp: Actually use some typedef'd types.
23910
23911 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23912
23913 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23914 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23915
23916 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23917
23918 * gdb.base/default.exp: Fix regular expression.
23919
23920 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23921
23922 * gdb.base/args.exp: Fix regular expression.
23923
23924 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23925
23926 * gdb.base/help.exp: Allow Win32 child process.
23927
23928 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23929
23930 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23931 when stepping out of main().
23932
23933 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23934
23935 * gdb.base/default.exp: Check for win32 specific message when calling
23936 "run" without executable.
23937
23938 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23939
23940 * gdb.base/args.exp: Expect .exe in output.
23941
23942 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23943
23944 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23945 Cygwin native.
23946
23947 2003-03-17 Andrew Cagney <cagney@redhat.com>
23948
23949 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23950 vector registes.
23951 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23952 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23953
23954 2003-03-17 David Carlton <carlton@math.stanford.edu>
23955
23956 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23957 test, for PR breakpoints/38.
23958 Call test_watchpoint_and_breakpoint.
23959 * gdb.base/watchpoint.c (func3): New function.
23960 (main): Call func3.
23961
23962 2003-03-04 David Carlton <carlton@math.stanford.edu>
23963
23964 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23965 Garply<Garply<char> >:: garply".
23966 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23967 with respect to PR c++/1111; note also PR c++/1113.
23968 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23969 respect to PR c++/1062.
23970 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23971
23972 2003-03-03 David Carlton <carlton@math.stanford.edu>
23973
23974 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23975 with respect to PR c++/57.
23976 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23977 c++/826.
23978 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23979 respect to PR c++/57.
23980
23981 2003-03-03 David Carlton <carlton@math.stanford.edu>
23982
23983 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23984 respect to PR c++/33 into FAILs.
23985
23986 2003-03-03 Michael Chastain <mec@shout.net>
23987
23988 * configure.in: Update copyright years.
23989
23990 2003-03-03 Michael Chastain <mec@shout.net>
23991
23992 * Makefile.in: Update copyright years.
23993
23994 2003-02-28 David Carlton <carlton@math.stanford.edu>
23995
23996 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23997 print class instead of struct and/or superfluous protection
23998 specifiers, as long as the resulting output is equivalent to the
23999 source code.
24000 Delete FIXME from end of messages on tests that don't need
24001 fixing.
24002
24003 2003-02-28 David Carlton <carlton@math.stanford.edu>
24004
24005 * gdb.c++/templates.exp (do_tests): Allow const in the two
24006 Foo<volatile char *>::foo tests.
24007
24008 2003-02-27 Michael Snyder <msnyder@redhat.com>
24009
24010 * gdb.base/restore.c (main): Return zero, so exit code
24011 will be consistant.
24012
24013 2003-02-26 David Carlton <carlton@math.stanford.edu>
24014
24015 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24016 char *>::foo" test with respect to PR c++/33. Create a new test
24017 which is identical to that one except that it doesn't put the
24018 space between the "char" and the "*"; KFAIL it, too.
24019
24020 2003-02-26 David Carlton <carlton@math.stanford.edu>
24021
24022 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24023 template types into either PASSes or KFAILs (corresponding to PR
24024 c++/57). Tweak indentation. Update copyright.
24025
24026 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24027
24028 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24029
24030 2003-02-13 Michael Chastain <mec@shout.net>
24031
24032 * gdb.base/exprs.exp: Remove i960 remnants.
24033 * gdb.base/funcargs.exp: Likewise.
24034 * gdb.base/list.exp: Likewise.
24035 * gdb.base/ptype.exp: Likewise.
24036
24037 2003-02-14 David Carlton <carlton@math.stanford.edu>
24038
24039 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24040 pEe->D::vg()" from XFAIL to KFAIL.
24041
24042 2003-02-13 Jason Molenda (jmolenda@apple.com)
24043
24044 * gdb.base/maint.exp: Update maint print statistics regexp to include
24045 new entries.
24046
24047 2003-02-13 Michael Chastain <mec@shout.net>
24048
24049 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24050
24051 2003-02-12 Michael Chastain <mec@shout.net>
24052
24053 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24054 * gdb.c++/inherit.exp: Likewise.
24055 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24056 * gdb.c++/templates.exp: Likewise.
24057 * gdb.c++/virtfunc.exp: Likewise.
24058
24059 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24060
24061 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24062 why the code is written that way.
24063
24064 2003-02-05 Michael Chastain <mec@shout.net>
24065
24066 * gdb.base/dump.exp: Add missing copyright line.
24067
24068 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24069
24070 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24071 at the beginning so the breakpoint doesn't get set on the loop.
24072
24073 2003-02-05 Michael Chastain <mec@shout.net>
24074
24075 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24076 output for configurations with gcc 2.95.3.
24077
24078 2003-02-05 Keith Seitz <keiths@redhat.com>
24079 Andrew Cagney <ac131313@redhat.com>
24080
24081 * gdb.mi/mi-cli.exp: New file.
24082
24083 2003-02-04 Michael Chastain <mec@shout.net>
24084
24085 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24086 Call perror and then continue.
24087
24088 2003-02-03 Michael Chastain <mec@shout.net>
24089
24090 * gdb.c++/pr-1023.cc: New file.
24091 * gdb.c++/pr-1023.exp: New file.
24092
24093 2003-02-05 Jim Blandy <jimb@redhat.com>
24094
24095 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24096 it's local to foobar. Check for it there, and check that it's not
24097 present in main.
24098 * gdb.c++/local.cc (marker2): New function.
24099 (foobar): Call marker1.
24100 (main): Call marker2 instead of marker1.
24101
24102 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24103
24104 * gdb.disasm/mn10200.exp: Obsolete file.
24105 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24106 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24107 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24108
24109 2003-02-04 David Carlton <carlton@math.stanford.edu>
24110
24111 * gdb.c++/overload.exp: Test intToChar(1).
24112 * gdb.c++/overload.cc (intToChar): New.
24113 (main): Call intToChar.
24114
24115 2003-02-03 David Carlton <carlton@math.stanford.edu>
24116
24117 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24118 'might_kfail' arg.
24119 KFAIL some of the continue_to_bp_overloaded calls, according to
24120 PR c++/1025.
24121
24122 2003-02-01 Michael Chastain <mec@shout.net>
24123
24124 * gdb.base/advance.c (marker1): New marker function.
24125 * gdb.base/advance.exp: When the 'advance' command lands on the
24126 return breakpoint, it can legitimately stop on either the
24127 current line or the next line. Accommodate both outcomes.
24128 * gdb.base/until.exp: Likewise.
24129
24130 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24131
24132 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24133 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24134 now a list, not a tuple.
24135 * gdb.mi/mi-var-display.exp: Ditto.
24136 * gdb.mi/gdb792.exp: Ditto.
24137
24138 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24139
24140 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24141 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24142 stack backtraces.
24143 * gdb.mi/mi-syn-frame.c: Part of same.
24144
24145 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24146
24147 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24148 gdb.mi/mi1-pthreads.exp: Return instead of calling
24149 gdb_suppress_entire_file.
24150
24151 2003-02-01 Mark Salter <msalter@redhat.com>
24152
24153 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24154
24155 2003-01-31 Mark Salter <msalter@redhat.com>
24156
24157 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24158 Support empty arg.
24159
24160 2003-01-30 Michael Chastain <mec@shout.net>
24161
24162 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24163 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24164 has been fixed in gdb/readline on 2003-01-09.
24165
24166 2003-01-29 Michael Snyder <msnyder@redhat.com>
24167
24168 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24169 * gdb.base/display.exp: Allow for leading underscore in symbol.
24170 * gdb.base/args.exp: Skip if target does not support args passing.
24171
24172 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24173
24174 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24175 gdb_test. Accept a list of expect arguments as the third
24176 parameter.
24177 (gdb_test): Use it.
24178
24179 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24180
24181 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24182 allow for different test tree configurations. Update some
24183 tescases accordingly.
24184 * gdb.arch/altivec-regs.exp: Ditto.
24185 * gdb.asm/asm-source.exp: Ditto.
24186 * gdb.base/advance.exp: Ditto.
24187 * gdb.base/display.exp: Ditto.
24188 * gdb.base/long_long.exp: Ditto.
24189 * gdb.base/mips_pro.exp: Ditto.
24190 * gdb.base/overlays.exp: Ditto.
24191 * gdb.base/relocate.exp: Ditto.
24192 * gdb.base/setshow.exp: Ditto.
24193 * gdb.base/step-line.exp: Ditto.
24194 * gdb.base/step-test.exp: Ditto.
24195 * gdb.base/until.exp: Ditto.
24196 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24197
24198 2003-01-17 David Carlton <carlton@math.stanford.edu>
24199
24200 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24201 corresponding to PR c++/945.
24202 Update copyright.
24203
24204 2003-01-17 David Carlton <carlton@math.stanford.edu>
24205
24206 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24207 corresponding to PR c++/68.
24208
24209 2003-01-17 David Carlton <carlton@math.stanford.edu>
24210
24211 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24212 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24213 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24214
24215 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24216
24217 * gdb.base/break.exp: Fix change of default location, because of
24218 removal of until tests.
24219 * gdb.base/help.exp: Update test for new 'until' help message.
24220 Add test for help on 'advance'.
24221 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24222
24223 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24224
24225 * gdb.base/default.exp: Adapt "info float" test for recent changes
24226 to that command. Add test for "info vector".
24227 * gdb.base/float.exp: New file. Add test for "info float" that
24228 resembles the old test in gdb.base/default.exp.
24229
24230 2003-01-15 David Carlton <carlton@math.stanford.edu>
24231
24232 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24233
24234 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24235
24236 * gdb.base/break.exp: Move the tests of until command from here...
24237 * gdb.base/until.exp: ... to here. New file. Add other tests.
24238 * gdb.base/advance.c: New file.
24239 * gdb.base/advance.exp: New file.
24240
24241 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24242
24243 * gdb.base/args.c: New file.
24244 * gdb.base/args.exp: New file.
24245
24246 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24247
24248 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24249
24250 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24251
24252 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24253
24254 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24255
24256 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24257 dates.
24258
24259 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24260
24261 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24262
24263 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24264
24265 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24266 (ptype &*"foo").
24267 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24268
24269 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24270
24271 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24272 * gdb.mi/mi1-console.exp: Likewise.
24273
24274 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24275
24276 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24277 * gdb.mi/mi1-console.exp: Likewise.
24278
24279 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24280
24281 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24282
24283 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24284
24285 * gdb.base/detach.exp: New test.
24286
24287 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24288
24289 * Makefile.in (ALL_SUBDIRS): New variable.
24290 (subdirs, clean, distclean): Use it.
24291 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24292 regenerating Makefile, since it is generated from the top level.
24293 * gdb.asm/Makefile.in: Likewise.
24294 * gdb.base/Makefile.in: Likewise.
24295 * gdb.c++/Makefile.in: Likewise.
24296 * gdb.disasm/Makefile.in: Likewise.
24297 * gdb.java/Makefile.in: Likewise.
24298 * gdb.mi/Makefile.in: Likewise.
24299 * gdb.threads/Makefile.in: Likewise.
24300 * gdb.trace/Makefile.in: Likewise.
24301
24302 2003-01-09 David Carlton <carlton@math.stanford.edu>
24303
24304 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24305 Add copyright year 2003.
24306
24307 2003-01-06 Michael Chastain <mec@shout.net>
24308
24309 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24310 When selecting a thread, 'line' and 'file' are optional.
24311 * gdb.mi/mi1-pthreads.exp: Likewise.
24312
24313 2003-01-06 Andreas Schwab <schwab@suse.de>
24314
24315 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24316 failures.
24317
24318 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24319
24320 Fix PR gdb/844
24321 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24322 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24323
24324 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24325 instead of calling gdb_suppress_entire_file.
24326 * gdb.threads/print-threads.exp: Likewise.
24327 * gdb.threads/schedlock.exp: Likewise.
24328
24329 * gdb.threads/killed.exp: Return instead of calling
24330 gdb_suppress_entire_file.
24331 * gdb.threads/linux-dp.exp: Likewise.
24332 * gdb.threads/pthreads.exp: Likewise.
24333
24334 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24335
24336 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24337 stabs.
24338 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24339 * gdb.base/whatis.exp: Always allow (void) after function names.
24340
24341 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24342
24343 * gdb.c++/casts.exp: Correct regexp.
24344
24345 2003-01-04 Mark Kettenis <kettenis@gnu.org>
24346
24347 * configure.in: Call AC_CONFIG_HEADER. Don't call
24348 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24349 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24350 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24351 aforementioned directories in the AC_OUPUT call.
24352 * config.hin: New file.
24353 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24354 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24355 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24356 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24357 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24358 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24359 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24360 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24361 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24362 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24363 gdb.threads/configure.in, gdb.threads/configure,
24364 gdb.threads/config.in, gdb.trace/configure.in,
24365 gdb.trace/configure: Removed.
24366
24367 2003-01-03 Michael Chastain <mec@shout.net>
24368
24369 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24370 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24371
24372 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
24373
24374 * gdb.base/store.exp: Fix regular expressions.
24375
24376 2002-12-28 Mark Kettenis <kettenis@gnu.org>
24377
24378 * configure.in: Rewrite.
24379 * configure: Regenerated.
24380
24381 2003-01-03 David Carlton <carlton@math.stanford.edu>
24382
24383 * gdb.base/psymtab.exp: New file.
24384 * gdb.base/psymtab1.c: Ditto.
24385 * gdb.base/psymtab2.c: Ditto.
24386
24387 2002-12-23 Adam Fedor <fedor@gnu.org>
24388
24389 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24390
24391 2002-12-23 David Carlton <carlton@math.stanford.edu>
24392
24393 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24394 and current_directory initialization.
24395
24396 2002-12-22 Jim Blandy <jimb@redhat.com>
24397
24398 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24399 rather than as part of the output file name.
24400
24401 * gdb.base/attach.exp: There's no need to copy the test program to
24402 /tmp; that was only ever necessary on HP/UX, and this test is
24403 entirely disabled there anyway.
24404
24405 2002-12-21 Jim Blandy <jimb@redhat.com>
24406
24407 * gdb.c++/psmang.exp: Doc fix.
24408
24409 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24410 test.
24411
24412 2002-12-20 David Carlton <carlton@math.stanford.edu>
24413
24414 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24415
24416 2002-12-18 Michael Chastain <mec@shout.net>
24417
24418 * gdb.c++/annota2.exp: Add copyright year 2002.
24419
24420 2002-12-17 David Carlton <carlton@math.stanford.edu>
24421
24422 * gdb.c++/try_catch.cc: Add marker comments.
24423 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24424 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24425 * gdb.c++/m-static.cc: Ditto.
24426 * gdb.c++/m-static1.cc: Ditto.
24427 * gdb.c++/try_catch.cc: Ditto.
24428
24429 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24430
24431 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24432 to see whether we are using the new -environment-directory
24433 command which resets via -r or the old version of the command
24434 which may prompt the user. Part of fix for gdb/741.
24435
24436 2002-12-13 Andrew Cagney <ac131313@redhat.com>
24437
24438 * gdb.fortran/types.exp: Update obsolete comment.
24439 * gdb.fortran/exprs.exp: Ditto.
24440 * lib/gdb.exp: Delete obsolete code.
24441 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24442 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24443 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24444 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24445 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24446 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24447 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24448 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24449 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24450 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24451 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24452 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24453 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24454 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24455 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24456 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24457 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24458 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24459 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24460 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24461 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24462 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24463 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24464 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24465 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24466 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24467 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24468 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24469 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24470 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24471 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24472 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24473 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24474 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24475 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24476 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24477 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24478
24479 2002-12-11 David Carlton <carlton@math.stanford.edu>
24480
24481 * gdb.c++/m-data.exp: Add test for members that shadow global
24482 variables: see PR gdb/804.
24483 * gdb.c++/m-data.cc: Ditto.
24484
24485 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
24486
24487 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24488
24489 2002-12-06 David Carlton <carlton@math.stanford.edu>
24490
24491 * gdb.base/store.c: Don't declare functions static.
24492
24493 2002-12-04 Andrew Cagney <ac131313@redhat.com>
24494
24495 * gdb.base/store.exp, gdb.base/store.c: New files.
24496
24497 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24498
24499 * gdb.base/selftest.exp: Update for current gdb.
24500
24501 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24502
24503 * gdb.base/maint.exp: Only dump symbols from one source file
24504 or objfile.
24505
24506 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24507
24508 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24509 function call.
24510
24511 2002-11-25 Jim Blandy <jimb@redhat.com>
24512
24513 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24514 function appearing in error message.
24515
24516 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
24517
24518 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24519
24520 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24521
24522 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24523 for mi1 and current mi is in correct format. New mi startup message
24524 should be in mi console format. This is part of fix for PR gdb/604.
24525
24526 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24527
24528 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24529 which explicitly prints the zero offset as "+0".
24530
24531 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
24532
24533 * gdb.threads/schedlock.c (args): Make unsigned.
24534
24535 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
24536
24537 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24538 numbers. Allow "foo2|selected stack frame".
24539 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24540 * gdb.asm/asmsrc2.s: Likewise.
24541 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24542 comments.
24543 * gdb.asm/mips.inc: New file.
24544
24545 2002-10-18 Adam Fedor <fedor@gnu.org>
24546
24547 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24548 * gdb.base/help.exp: Likewise.
24549
24550 2002-10-17 Kevin Buettner <kevinb@redhat.com>
24551
24552 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24553 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24554
24555 2002-10-02 Jim Blandy <jimb@redhat.com>
24556
24557 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24558
24559 2002-10-01 Andrew Cagney <ac131313@redhat.com>
24560
24561 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24562 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24563 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24564 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24565 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24566 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24567 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24568
24569 2002-09-29 Andrew Cagney <ac131313@redhat.com>
24570
24571 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24572 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24573 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24574 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24575 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24576 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24577 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24578
24579 2002-09-27 Kevin Buettner <kevinb@redhat.com>
24580
24581 * gdb.base/annota1.exp (info break): Make directory components of
24582 path optional since not all compilers emit this debug information.
24583
24584 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24585 step ends up stepping out of the function instead of stopping on
24586 the epilogue.
24587
24588 2002-09-26 Keith Seitz <keiths@redhat.com>
24589
24590 * lib/insight-support.exp (gdbtk_start): Figure out where
24591 the insight executable is based on where gdb is. Use this
24592 executable to start insight instead of gdb.
24593
24594 2002-09-25 Andrew Cagney <cagney@redhat.com>
24595
24596 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24597
24598 2002-09-24 Andrew Cagney <ac131313@redhat.com>
24599
24600 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24601 test_isolated_complaints.
24602 (test_empty_complaint): New function.
24603 (test_empty_complaints): New function. Check no output when no
24604 complaints.
24605
24606 2002-09-19 Jim Blandy <jimb@redhat.com>
24607
24608 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24609
24610 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24611
24612 * gdb.gdb/complaints.exp: New file.
24613
24614 2002-09-18 Andrew Cagney <ac131313@redhat.com>
24615
24616 * gdb.base/maint.exp: Check `help maint internal-warning'.
24617
24618 2002-09-18 David Carlton <carlton@math.stanford.edu>
24619
24620 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24621 numbers, and replace them by a single breakpoint after the
24622 constructors are all finished.
24623 Add test 4.
24624 * gdb.c++/m-static.cc: Add test 4.
24625 * gdb.c++/m-static.h: New file.
24626 * gdb.c++/m-static1.cc: New file.
24627
24628 * gdb.c++/printmethod.exp: New file.
24629 * gdb.c++/printmethod.cc: New file.
24630
24631 * gdb.c++/pr-574.exp: New file.
24632 * gdb.c++/pr-574.cc: New file.
24633
24634 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24635
24636 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24637 embedded targets which never actually exit.
24638
24639 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24640
24641 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24642 "don't step after run" as unresolved or unsupported, instead of xfail.
24643
24644 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24645
24646 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24647 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24648 Add newline to expected string in "step out of main (status wrapper)"
24649 case.
24650
24651 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24652
24653 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24654 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24655
24656 2002-09-17 Tom Tromey <tromey@redhat.com>
24657
24658 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24659 \000, not \0, in double-quoted string.
24660
24661 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
24662
24663 * gdb.base/commands.exp: Don't expect a "Program exited normally"
24664 string after running the commands execution on breakpoint tests.
24665
24666 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
24667
24668 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24669
24670 2002-09-12 Joel Brobecker <brobecker@gnat.com>
24671
24672 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24673
24674 2002-09-10 Keith Seitz <keiths@redhat.com>
24675
24676 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24677 runto proc.
24678 (mi_run_to_main): Use mi_runto.
24679 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24680
24681 2002-09-10 Keith Seitz <keiths@redhat.com>
24682
24683 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24684 regexp for stopping at main. Could have multiple event notifications.
24685 Don't assume that main was declared with no parameters.
24686 (mi_next): Use mi_step_to.
24687 (mi_step): Use mi_next_to.
24688
24689 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
24690
24691 * gdb.base/default.exp: Fix expected string in `info float' test.
24692
24693 2002-09-09 Ben Elliston <bje@redhat.com>
24694
24695 * config/mips.exp: Update comments.
24696 * config/mips-idt.exp: Likewise.
24697 * config/nind.exp: Likewise.
24698 * config/slite.exp: Likewise.
24699 * config/sparclet.exp: Likewise.
24700 * config/udi.exp: Likewise.
24701 * config/vx.exp: Likewise.
24702 * config/vxworks29k.exp: Likewise.
24703
24704 2002-09-05 Jim Blandy <jimb@redhat.com>
24705
24706 * gdb.threads/killed.exp: Fix test failure message.
24707
24708 2002-09-04 Keith Seitz <keiths@redhat.com>
24709
24710 * lib/mi-support.exp: Update copyright.
24711 (mi_gdb_test): Increase the priority of the expected pattern
24712 so that it matches gdb_test.
24713
24714 2002-09-03 Keith Seitz <keiths@redhat.com>
24715
24716 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24717 Use integer comparison instead of string comparison for testing
24718 whether binary was built.
24719
24720 2002-09-03 Jim Blandy <jimb@redhat.com>
24721
24722 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24723
24724 2002-08-29 Jim Blandy <jimb@redhat.com>
24725
24726 * gdb.threads/pthreads.exp: Move the portable thread compilation
24727 code into a function in lib/gdb.exp, and call that from here.
24728 * lib/gdb.exp (gdb_compile_pthreads): New function.
24729
24730 2002-08-29 Keith Seitz <keiths@redhat.com>
24731
24732 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24733 expect_out so that callers can get at it.
24734
24735 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
24736
24737 * gdb.threads/print-threads.c: New file.
24738 * gdb.threads/print-threads.exp: New file.
24739 * gdb.threads/schedlock.c: New file.
24740 * gdb.threads/schedlock.exp: New file.
24741
24742 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
24743
24744 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24745 not altivec.c.
24746
24747 2002-08-17 Mark Kettenis <kettenis@gnu.org>
24748
24749 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24750 targets. The problem should be fixed now.
24751
24752 2002-08-15 Mark Kettenis <kettenis@gnu.org>
24753
24754 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24755 2002-07-24 change that removes final dots from error messages.
24756
24757 2002-08-13 Tom Tromey <tromey@redhat.com>
24758
24759 * gdb.base/readline.exp: New file.
24760
24761 2002-08-01 Andrew Cagney <ac131313@redhat.com>
24762
24763 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24764 supress message.
24765
24766 2002-08-01 Andrew Cagney <cagney@redhat.com>
24767
24768 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24769 CHILL_FOR_TARGET and CHILL_LIB.
24770 * configure.in (configdirs): Remove gdb.chill.
24771 * configure: Regenerate.
24772 * lib/gdb.exp: Obsolete references to chill.
24773 * gdb.fortran/types.exp: Ditto.
24774 * gdb.fortran/exprs.exp: Ditto.
24775
24776 2002-07-30 Kevin Buettner <kevinb@redhat.com>
24777
24778 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24779 set Irix-specific compile and link flags.
24780
24781 2002-07-29 Kevin Buettner <kevinb@redhat.com>
24782
24783 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24784 source files. The ``-o'' option doesn't work with the ``-E'' option
24785 when using the Irix compiler.
24786
24787 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
24788
24789 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24790 Improve support for reusing an exec file. Copy exec file
24791 to target, and run gdbserver on the target instead of on the host.
24792
24793 2002-07-18 Jim Blandy <jimb@redhat.com>
24794
24795 * gdb.base/ending-run.exp: Don't expect to see the program end in
24796 some orderly fashion when we're running on a real stand-alone
24797 board.
24798
24799 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24800 targets that don't support interrupts.
24801
24802 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24803
24804 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24805 systems.
24806 Move comments in expect statements to inside the actions, so that they
24807 don't get matched against.
24808
24809 2002-07-10 Mark Kettenis <kettenis@gnu.org>
24810
24811 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24812 function when asleep" test.
24813
24814 2002-07-10 Andrew Cagney <ac131313@redhat.com>
24815
24816 * gdb.base/page.exp: Rewrite to handle problems with very long
24817 `info set' output. Update copyright.
24818
24819 2002-06-26 Andrew Cagney <ac131313@redhat.com>
24820
24821 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24822 gdb.threads-hp.
24823 * gdb.hp/configure: Regenerate.
24824 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24825 * gdb.hp/gdb.threads-hp/configure: Delete file.
24826 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24827
24828 2002-06-22 Andrew Cagney <ac131313@redhat.com>
24829
24830 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24831 setlocale, bindtextdomain and textdomain.
24832
24833 2002-06-11 Jim Blandy <jimb@redhat.com>
24834
24835 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24836 preprocessor macro information is present.
24837
24838 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24839 tests.
24840
24841 2002-06-06 Michael Snyder <msnyder@redhat.com>
24842
24843 * gdb.base/overlays.exp: Record addresses of overlay
24844 functions in TCL variables rather than in GDB variables,
24845 to avoid having GDB convert them to pointers (with loss
24846 of information).
24847
24848 * gdb.base/d10v.ld: Merge in several years worth of
24849 default linker script changes.
24850 * gdb.base/long_long.exp: Add check for sizeof (long double).
24851
24852 2002-06-06 Michal Ludvig <mludvig@suse.cz>
24853
24854 * gdb.asm/asm-source.exp: Add x86-64 target.
24855 * gdb.asm/x86_64.inc: New.
24856
24857 2002-05-30 Michael Chastain <mec@shout.net>
24858
24859 From Benjamin Kosnik <bkoz@redhat.com>:
24860 * gdb.c++/m-static.cc: New file.
24861 * gdb.c++/m-static.exp: New file.
24862
24863 2002-05-28 Michael Snyder <msnyder@redhat.com>
24864
24865 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24866 precision.
24867
24868 2002-05-27 Michael Chastain <mec@shout.net>
24869
24870 From Benjamin Kosnik <bkoz@redhat.com>:
24871 * gdb.c++/m-data.cc: New file.
24872 * gdb.c++/m-data.exp: New file.
24873
24874 2002-05-27 Michael Chastain <mec@shout.net>
24875
24876 From Benjamin Kosnik <bkoz@redhat.com>:
24877 * gdb.c++/try_catch.cc: New file.
24878 * gdb.c++/try_catch.exp: New file.
24879
24880 2002-05-27 Michael Chastain <mec@shout.net>
24881
24882 * gdb.c++/local.exp: Accept more nested types in output.
24883
24884 2002-05-26 Michael Chastain <mec@shout.net>
24885
24886 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24887
24888 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24889
24890 * lib/gdb.exp (gdb_wrapper_init): Just because
24891 gdb_wrapper_file exists, this does not mean that the file
24892 should not be rebuilt. That is what gdb_wrapper_initialized
24893 is for.
24894 (default_gdb_init): Reset gdb_wrapper_initialized.
24895
24896 2002-05-23 Michael Snyder <msnyder@redhat.com>
24897
24898 * gdb.base/all-bin.exp: Revise previous patch by just reducing
24899 the precision of the floating point test results.
24900 * gdb.base/call-rt-st.exp: Ditto.
24901
24902 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24903 * gdb.base/call-rt-st.exp: Ditto.
24904
24905 2002-05-19 Michael Chastain <mec@shout.net>
24906
24907 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24908
24909 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
24910
24911 * configure.in (configdirs): Add gdb.arch.
24912 * configure: Regenerate.
24913
24914 2002-05-17 Jim Blandy <jimb@redhat.com>
24915
24916 * gdb.base/completion.exp: Recognize the more detailed error
24917 messages produced by the macro expander's lexical analyzer.
24918
24919 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24920
24921 * gdb.arch/altivec-abi.c: New file.
24922 * gdb.arch/altivec-abi.exp: New file.
24923 * gdb.arch/altivec-regs.c: New file.
24924 * gdb.arch/altivec-regs.exp: New file.
24925
24926 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
24927
24928 * gdb.base/maint.exp (maint print type): Update for new type
24929 structure.
24930
24931 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24932
24933 * gdb.arch: New directory.
24934 * gdb.arch/configure.in: New file.
24935 * gdb.arch/configure: New file.
24936 * gdb.arch/Makefile.in: New file.
24937
24938 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
24939
24940 * gdb.asm/asm-source.exp: Add v850 as supported target.
24941 * gdb.asm/v850.inc: New file.
24942
24943 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
24944
24945 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24946
24947 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
24948
24949 * gdb.base/break.exp: Check 'break "marker2"'.
24950
24951 2002-05-10 Michael Snyder <msnyder@redhat.com>
24952
24953 * gdb.base/long_long.exp: Fix typo.
24954
24955 2002-05-10 Jim Blandy <jimb@redhat.com>
24956
24957 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24958 a bug.
24959
24960 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24961 Recognize more detailed error message produced by the macro
24962 expander's lexical analyzer.
24963 * lib/gdb.exp (test_print_reject): Same.
24964
24965 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24966
24967 * gdb.c++/method.exp: Fix typo.
24968
24969 2002-05-08 Michael Snyder <msnyder@redhat.com>
24970
24971 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24972 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24973 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24974 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24975 Add iftarget clause for strongarm.
24976
24977 2002-05-06 Michael Snyder <msnyder@redhat.com>
24978
24979 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24980 (gdb_continue_to_end): Accept output from status wrapper.
24981 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24982 Clean up fail messages to match pass messages.
24983
24984 Enable the "needs_status_wrapper" testsuite feature.
24985 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24986 (gdb_compile): Conditionally call gdb_wrapper_init.
24987 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24988 * gdb.c++/method.exp: Recognize output from status wrapper.
24989
24990 2002-05-06 Ben Elliston <bje@redhat.com>
24991 From Graydon Hoare <graydon@redhat.com>
24992
24993 * config/sid.exp: Include support for "rawsid" protocol.
24994
24995 2002-05-03 Jim Blandy <jimb@redhat.com>
24996
24997 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24998 * gdb.c++/hang3.C: New file.
24999
25000 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25001
25002 * gdb.base/default.exp: Remove obsolete code.
25003 * gdb.c++/misc.exp: Ditto. Update copyright.
25004 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25005 * gdb.base/whatis.exp: Ditto. Update copyright.
25006 * gdb.base/scope.exp: Ditto. Update copyright.
25007 * gdb.base/ptype.exp: Ditto. Update copyright.
25008 * gdb.base/printcmds.exp: Ditto. Update copyright.
25009 * gdb.base/opaque.exp: Ditto. Update copyright.
25010 * gdb.base/list.exp: Ditto.
25011 * gdb.base/funcargs.exp: Ditto. Update copyright.
25012 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25013 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25014 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25015 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25016 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25017 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25018
25019 2002-05-02 Michael Snyder <msnyder@redhat.com>
25020
25021 * gdb.base/watchpoint.exp: Add xscale target.
25022 * gdb.base/long_long.exp: Add xscale target.
25023 * gdb.base/default.exp: Add xscale target.
25024
25025 2002-05-01 Jim Blandy <jimb@redhat.com>
25026
25027 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25028 gdb.c++/hang.exp: New test.
25029
25030 2002-05-01 Fred Fish <fnf@redhat.com>
25031
25032 * gdb.base/completion.exp: Handle completions of "./Make" for
25033 more than one completion possibility, as is the case when we
25034 build and test in the source tree.
25035
25036 2002-04-29 Anthony Green <green@redhat.com>
25037
25038 * gdb.java/jmisc1.exp: New file.
25039 * gdb.java/jmisc2.exp: New file.
25040
25041 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25042
25043 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25044
25045 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25046
25047 * gdb.base/help.exp: Change 'help status' to allow for target
25048 dependent output differences.
25049
25050 2002-04-22 Michael Chastain <mec@shout.net>
25051
25052 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25053
25054 2002-04-22 Michael Chastain <mec@shout.net>
25055
25056 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25057
25058 2002-04-17 David S. Miller <davem@redhat.com>
25059
25060 * gdb.asm/sparc64.inc: New file.
25061 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25062
25063 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25064
25065 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25066 instruction file directly into the build tree. Clean up at end of
25067 test.
25068
25069 2002-04-18 David S. Miller <davem@redhat.com>
25070
25071 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25072 handle 64-bit platforms correctly.
25073 * gdb.base/maint.exp: Likewise.
25074
25075 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25076
25077 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25078 ``-fpic'' when compiling files comprising a shared library, but
25079 it does need additional linker flags in order to find shared
25080 libraries at run time.
25081
25082 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25083
25084 * gdb.base/cvexpr.c (use): New function.
25085 (main): Invoke use() on all global variables to prevent
25086 some linkers from deleting these otherwise unused symbols.
25087
25088 2002-04-17 Michael Chastain <mec@shout.net>
25089 From David S. Miller <davem@redhat.com>
25090
25091 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25092 handle 64-bit platforms correctly.
25093
25094 2002-04-12 Michael Snyder <msnyder@redhat.com>
25095 From Jim Blandy <jimb@redhat.com>
25096 * gdb.base/foo.c (foox): Remove section attribute; the linker
25097 script can handle this instead.
25098 * gdb.base/bar.c (barx): Same.
25099 * gdb.base/baz.c (bazx): Same.
25100 * gdb.base/grbx.c (grbxx): Same.
25101
25102 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25103 manager doesn't automatically unmap overlays unnecessarily.
25104
25105 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25106
25107 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25108 stepping out of main.
25109
25110 2002-04-09 Michael Chastain <mec@shout.net>
25111
25112 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25113 scope so that the nested scope tests will make sense.
25114 * gdb.c++/local.exp: Write patterns that actually work with gcc
25115 (the HP patterns "were never known to work with gcc").
25116 Keep the old aCC patterns too.
25117
25118 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25119
25120 * gdb.base/attach.exp: Correct target board test.
25121
25122 2002-04-08 Michael Chastain <mec@shout.net>
25123
25124 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25125 in a const method. Add some xfail and fail cases for configurations
25126 that do not emit the "const ...".
25127
25128 2002-04-07 Michael Chastain <mec@shout.net>
25129
25130 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25131 Accept "A * const" and "const A * const" as type of "this".
25132 Fix spelling of getFunky throughout. Make messages uniform.
25133
25134 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25135
25136 Work around for PR gdb/285:
25137 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25138
25139 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25140
25141 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25142 instructions file at run time instead of configure time.
25143 Sometimes we run the test in a directory that is not the one we
25144 configured in.
25145 * gdb.asm/configure.in: Delete creation of symlink.
25146 * gdb.asm/configure: Regenerate.
25147
25148 2002-04-05 J. Brobecker <brobecker@gnat.com>
25149
25150 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25151 xfullpath () function.
25152
25153 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25154
25155 * gdb.asm/Makefile.in: Correct dependencies.
25156
25157 * gdb.asm/powerpc.inc: New file.
25158 * gdb.asm/asm-source.exp: Add PowerPC.
25159 * gdb.asm/configure.in: Likewise.
25160 * gdb.asm/configure: Regenerated.
25161
25162 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25163
25164 * gdb.base/relocate.exp: New file.
25165 * gdb.base/relocate.c: New file.
25166
25167 2002-04-04 Fred Fish <fnf@redhat.com>
25168
25169 * gdb.base/step-test.exp: Update comment regarding stopping in
25170 memcpy/bcopy calls inserted as part of the compiler runtime.
25171
25172 2002-04-04 Michael Snyder <msnyder@redhat.com>
25173
25174 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25175
25176 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25177
25178 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25179 (gdb_expect): Remove $notransfer hack.
25180
25181 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25182
25183 * gdb.c++/classes.exp ("calling method for small class"): Match
25184 updated register output.
25185
25186 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25187
25188 Fix PR gdb/452
25189 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25190 when finished. Make gdb_file_cmd send "exec-file" when
25191 appropriate.
25192
25193 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25194
25195 * gdb.base/attach.exp: Remove extra setup_xfail.
25196
25197 2002-03-26 Michael Snyder <msnyder@redhat.com>
25198
25199 * gdb.base/default.exp: Add tests for dump, append, and restore.
25200 * gdb.base/help.exp: Add tests for dump, append, and restore.
25201 * gdb.base/dump.exp: New file, test dump, append and restore.
25202 * gdb.base/dump.c: New file.
25203
25204 2002-03-27 Michael Snyder <msnyder@redhat.com>
25205
25206 * gdb.base/help.exp: Modify expect strings to reflect
25207 clean-ups in help messages.
25208
25209 2002-03-26 Fred Fish <fnf@redhat.com>
25210
25211 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25212 have debugging info for those functions and the compiler uses them
25213 internally to copy structs around.
25214
25215 2002-03-26 Fred Fish <fnf@redhat.com>
25216
25217 * gdb.base/list.exp: Revert the change made yesterday and add note
25218 about why we don't list the default lines for remote targets.
25219
25220 2002-03-25 Michael Snyder <msnyder@redhat.com>
25221
25222 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25223
25224 2002-03-25 Fred Fish <fnf@redhat.com>
25225
25226 * gdb.base/list.exp: This test works on remote targets so remove
25227 the short circuit for remote targets. Update copyright.
25228
25229 2002-03-25 Fred Fish <fnf@redhat.com>
25230
25231 * gdb.base/attach.exp: Fix logic error that was suppressing this
25232 test for all non hppa*-*-hpux* targets, instead of the hp target.
25233 Move comments closer to the suppression point. Also now need to
25234 check that we are running natively.
25235
25236 2002-03-22 Michael Snyder <msnyder@redhat.com>
25237
25238 * gdb.base/default.exp: Add test for gcore. Update copyright.
25239 * gdb.base/help.exp: Add test for gcore. Update copyright.
25240
25241 2002-03-06 Fred Fish <fnf@redhat.com>
25242
25243 * gdb.base/funcargs.c: Remove extraneous ';' character.
25244 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25245
25246 2002-03-04 Michael Chastain <mec@shout.net>
25247
25248 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25249 accommodate gcc v3 function signature.
25250 * gdb.mi/mi0-var-cmd-exp: Ditto.
25251
25252 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25253
25254 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25255 ``GNU/Linux'' or ``Linux kernel''
25256 * testsuite/gdb.threads/pthreads.c: Ditto.
25257
25258 2002-02-24 Michael Chastain <mec@shout.net>
25259
25260 * gdb.threads/pthreads.c (thread1): Add a return statement.
25261 (thread2): Likewise.
25262 (foo): Likewise.
25263
25264 2002-02-23 Michael Chastain <mec@shout.net>
25265
25266 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25267 to placate gcc.
25268
25269 2002-02-23 Michael Chastain <mec@shout.net>
25270
25271 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25272 test "ptype bint". The test passes on all my stabs configurations.
25273
25274 2002-02-21 Jim Blandy <jimb@redhat.com>
25275
25276 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25277 filename at a time, and watch for the ones we want to see.
25278
25279 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25280 types of pointers to prototyped functions.
25281
25282 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25283
25284 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25285 signed, unsigned and straight char.
25286 (padding_char, padding_short, padding_int, padding_long,
25287 padding_long_long, padding_float, padding_double,
25288 padding_long_double): New global variables.
25289 (fill, fill_structs): New functions.
25290
25291 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25292 for correctly sized writes. Update copyright.
25293 (get_valueof): New procedure.
25294 (get_sizeof): Call get_valueof.
25295 (check_valueof): New procedure.
25296 (check_padding): New procedure.
25297
25298 2002-02-20 Michael Chastain <mec@shout.net>
25299
25300 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25301 to setup_xfail. Document some of the remaining calls.
25302
25303 2002-02-18 Michael Chastain <mec@shout.net>
25304
25305 * gdb.c++/userdef.exp: Update copyright year.
25306
25307 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
25308
25309 * gdb.c++/userdef.exp: Test overloaded operators properly.
25310 Remove xfails.
25311
25312 2002-02-14 Michael Snyder <msnyder@redhat.com>
25313
25314 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25315
25316 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
25317
25318 * gdb.base/a2-run.exp: Check for a remote target properly.
25319 * gdb.base/annota1.exp: Likewise.
25320 * gdb.base/list.exp: Likewise.
25321 * gdb.base/reread.exp: Likewise.
25322 * gdb.base/scope.exp: Likewise.
25323 * gdb.base/shlib-call.exp: Likewise.
25324 * gdb.base/term.exp: Likewise.
25325 * gdb.c++/annota2.exp: Likewise.
25326
25327 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
25328
25329 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25330
25331 2002-02-10 Michael Chastain <mec@shout.net>
25332
25333 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25334 (call_after_alloca): Ditto.
25335
25336 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
25337
25338 * gdb.base/ending-run.exp: Guard "cont" test with
25339 gdb_skip_stdio_test.
25340
25341 2002-02-06 Jim Blandy <jimb@redhat.com>
25342
25343 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25344 from here...
25345 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25346 To here. Disable this test on non-HP platforms. Add big comment.
25347
25348 2002-02-04 Michael Snyder <msnyder@redhat.com>
25349
25350 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25351 other than d10v and m32r.
25352
25353 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
25354
25355 * gdb.base/default.exp: Rewrite test patterns to reduce time
25356 taken to match them.
25357
25358 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25359
25360 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25361 Allow a start function above main.
25362 * gdb.threads/linux-dp.exp: Fix copyright date.
25363
25364 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25365
25366 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25367 (check_philosopher_stack): Check for manager thread before checking
25368 for a just-starting thread.
25369
25370 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25371
25372 From Neil Booth <neil@daikokuya.demon.co.uk>:
25373 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25374 warnings.
25375
25376 2002-01-21 Fred Fish <fnf@redhat.com>
25377
25378 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25379 not caller.
25380
25381 2002-01-21 Jim Blandy <jimb@redhat.com>
25382
25383 * gdb.base/reread.exp: Check that GDB properly re-reads the
25384 executable file when it changes while no inferior is running.
25385
25386 2002-01-21 Fred Fish <fnf@redhat.com>
25387
25388 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25389 optionally accept the "shlib events" variation.
25390
25391 2002-01-21 Jim Blandy <jimb@redhat.com>
25392
25393 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25394 call `fflush' after every `printf', so that the output is produced
25395 at predictable points, regardless of whatever buffering does (or
25396 doesn't) take place.
25397 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25398 at different points.
25399
25400 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25401
25402 * gdb.c++/inherit.exp: Update copyright years.
25403 * gdb.c++/method.exp: Likewise.
25404
25405 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25406
25407 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25408 artificial methods/arguments.
25409 * gdb.c++/derivation.exp: Likewise.
25410 * gdb.c++/inherit.exp: Likewise.
25411 * gdb.c++/method.exp: Likewise.
25412 * gdb.c++/virtfunc.exp: Likewise.
25413
25414 2002-01-18 Andrew Cagney <ac131313@redhat.com>
25415
25416 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25417 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25418 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25419 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25420 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25421 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25422
25423 2002-01-17 Jim Blandy <jimb@redhat.com>
25424
25425 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25426 anchoring the pattern matching the entry point symbol's name.
25427
25428 2002-01-17 Andrew Cagney <ac131313@redhat.com>
25429
25430 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25431 continue/quit query. Update copyright.
25432
25433 2002-01-14 Michael Snyder <msnyder@redhat.com>
25434
25435 * gdb.base/gcore.exp: Remove extra debugging output.
25436
25437 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25438
25439 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25440 for slightly dubious v2 mangled string.
25441
25442 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25443
25444 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25445
25446 2002-01-10 Jason Merrill <jason@redhat.com>
25447
25448 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25449
25450 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25451 constructors.
25452 * gdb.c++/derivation.exp: Likewise.
25453 * gdb.c++/templates.exp: Likewise.
25454 * gdb.c++/virtfunc.exp: Likewise.
25455
25456 2002-01-10 Michael Snyder <msnyder@redhat.com>
25457
25458 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25459
25460 2002-01-08 Michael Snyder <msnyder@redhat.com>
25461
25462 * gdb.base/gcore.exp: New test for generate-core-file command.
25463 * gdb.base/gcore.c: Testcase for above.
25464 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25465
25466 2002-01-08 Jason Merrill <jason@redhat.com>
25467
25468 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25469
25470 2002-01-07 Fred Fish <fnf@redhat.com>
25471
25472 * gdb.c++/overload.exp: Remove unconditional xfails for:
25473 print foo_instance1.overloadargs(1)
25474 print foo_instance1.overloadargs(1, 2)
25475 print foo_instance1.overloadargs(1, 2, 3)
25476 print foo_instance1.overloadargs(1, 2, 3, 4)
25477 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25478 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25479 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25480 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25481 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25482 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25483 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25484 print foo_instance1.overload1arg()
25485 print foo_instance1.overload1arg((char)arg2)
25486 print foo_instance1.overload1arg((signed char)arg3)
25487 print foo_instance1.overload1arg((unsigned char)arg4)
25488 print foo_instance1.overload1arg((int)arg7)
25489 print foo_instance1.overload1arg((unsigned int)arg8)
25490 print foo_instance1.overload1arg((float)arg11)
25491 print foo_instance1.overload1arg((double)arg12)
25492
25493 2002-01-07 Michael Snyder <msnyder@redhat.com>
25494
25495 * gdb.base/huge.exp: New test. Print a very large target data object.
25496 (skip_huge_test): New test variable. Define if you want to skip this
25497 test. The test reads an 8 megabyte data object from the target, so it
25498 might be very time consuming on remote targets with a slow connection.
25499 * gdb.base/huge.c: New file. Test case for above.
25500
25501 2002-01-07 Fred Fish <fnf@redhat.com>
25502
25503 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25504 g_instance.bfoo, and g_instance.cfoo.
25505
25506 2002-01-07 Jeffrey A Law <law@redhat.com>
25507
25508 * gdb.base/break.c (multi_line_if_conditional): New function.
25509 (multi_ilne_while_conditional): Likewise.
25510 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25511 IF or WHILE condition puts the breakpoint at the start of
25512 the condition.
25513
25514 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25515 hppa*-*-hpux* expected failure.
25516 * gdb.base/structs.exp (do_function_calls): Similarly.
25517
25518 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25519 watchpoints.
25520
25521 2002-01-06 Andrew Cagney <ac131313@redhat.com>
25522
25523 Fix PR gdb/66.
25524 * gdb.base/structs.exp: Replace skip for a29k with skip for
25525 gdb,cannot_call_functions.
25526 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25527 * gdb.base/callfuncs.exp: Ditto.
25528 * gdb.base/call-rt-st.exp: Ditto.
25529 * gdb.base/call-strs.exp: Ditto.
25530 * gdb.base/callfwmall.exp: Ditto.
25531 * gdb.base/scope.exp: Obsolete xfail a29k.
25532 * gdb.c++/misc.exp: Ditto.
25533 * gdb.c++/cplusfuncs.exp: Ditto.
25534 * gdb.base/ptype.exp: Ditto.
25535 * gdb.base/printcmds.exp: Ditto.
25536 * gdb.base/opaque.exp: Ditto.
25537 * gdb.base/list.exp: Ditto.
25538 * gdb.base/funcargs.exp: Ditto.
25539 * gdb.base/default.exp: Ditto.
25540
25541 2002-01-04 Michael Snyder <msnyder@redhat.com>
25542
25543 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25544 * gdb.base/maint.exp: Add tests for maint info sections options.
25545
25546 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25547
25548 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25549
25550 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
25551
25552 * gdb.asm/arm.inc: New file.
25553 * gdb.asm/asm-source.exp: Add arm targets.
25554 * gdb.asm/configure.in: Ditto.
25555 * gdb.asm/configure: Recreated from configure.in.
25556
25557 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25558
25559 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25560 with HP's compiler.
25561 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25562 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25563 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25564 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25565
25566 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25567 either HP's compilers or GCC.
25568
25569 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25570 a SIGBUS or SIGSEGV.
25571
25572 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25573
25574 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25575 can be compiled with either HP's compiler or GCC.
25576
25577 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25578 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25579 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25580
25581 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25582 to match current gdb output. Update due to using auto-solib-limit
25583 for limiting instead of overloading auto-solib-add.
25584 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25585 test program.
25586
25587 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25588 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25589 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25590 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25591 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25592 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25593 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25594 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25595 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25596 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25597 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25598 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25599 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25600
25601 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25602 a SIGTRAP to the inferior.
25603
25604 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
25605
25606 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25607 Substitute call to target_link by call to gdb_compile.
25608
25609 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25610
25611 * gdb.base/break.exp: Fix HP specific search string when testing
25612 backtracing in a called function.
25613
25614 * gdb.base/constvars.exp: Only set lang to C++ if we're
25615 compiling the test with HP's compilers.
25616 * gdb.base/volatile.exp: Similarly.
25617
25618 2001-12-19 Jim Blandy <jimb@redhat.com>
25619
25620 * gdb.base/printcmds.exp: Expect the null character to be printed
25621 as '\0', and the '\013' to be printed as '\v'.
25622 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25623 * gdb.base/setvar.exp: Same.
25624
25625 2001-12-17 Jim Blandy <jimb@redhat.com>
25626
25627 * gdb.base/completion.exp: Rather than completing very long
25628 filenames, which can make the readline library produce output we
25629 don't recognize, cd to the directory first, and then complete
25630 using nice, short relative paths.
25631
25632 * gdb.base/completion.exp: On some systems, there is, in fact, a
25633 variable named `b' in scope, since GDB treats all static
25634 variables as being in scope. So use `no_var_named_this'
25635 instead of `b'.
25636
25637 * gdb.base/corefile.exp: Recognize the message saying that GDB
25638 can't find the core file's registers as a failure.
25639
25640 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25641
25642 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25643 test expect string more specific.
25644
25645 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
25646
25647 * gdb.asm/asm-source.exp: Add support for xstormy16.
25648 * gdb.asm/configure.in: Ditto.
25649 * gdb.asm/configure: Rebuild.
25650 * gdb.asm/xstormy16.inc: New file.
25651
25652 2001-12-10 Fred Fish <fnf@redhat.com>
25653
25654 * gdb.base/maint.exp: Update to match changes in type dumping code.
25655
25656 2001-12-10 Jim Blandy <jimb@redhat.com>
25657
25658 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25659 matching the entry point symbol's name at the beginning of the
25660 line.
25661
25662 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25663
25664 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25665 gdb.c++/inherit.exp, gdb.c++/method.exp,
25666 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25667 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25668 and class layout support.
25669
25670 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25671
25672 * gdb.c++/classes.exp: Add test for static member function.
25673 * gdb.c++/misc.cc: Add class with static member function.
25674
25675 2001-12-07 Jim Blandy <jimb@redhat.com>
25676
25677 If GDB says it can't find the struct the function returned, report
25678 those tests as `unsupported'.
25679 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25680 Rewrite subsequent tests to use it.
25681
25682 If GDB says it can't find the struct the function returned, report
25683 those tests as `unsupported'.
25684 * gdb.base/structs.exp (call_struct_func): New function.
25685 (do_function_calls): Use call_struct_func to call the functions
25686 returning structs.
25687
25688 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25689 whether functions are prototyped or not, so we can't possibly pass
25690 arguments to t_float_values2 properly.
25691
25692 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25693 value of `timeout' for targets other than the mips*tx39-*.
25694
25695 2001-12-06 Michael Snyder <msnyder@redhat.com>
25696
25697 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
25698 and detect whether the start symbol has a leading underscore.
25699
25700 2001-12-04 Jim Blandy <jimb@redhat.com>
25701
25702 * gdb.base/completion.exp: Clarify indentation.
25703
25704 2001-12-03 Jim Blandy <jimb@redhat.com>
25705
25706 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25707 variables on the S/390, not `.word'.
25708
25709 2001-11-30 Jim Blandy <jimb@redhat.com>
25710
25711 Add assembly-source tests for s390-ibm-linux.
25712 * gdb.asm/s390.inc: New file.
25713 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25714 the S/390 architecture.
25715 * gdb.asm/configure: Regenerated.
25716
25717 2001-11-30 Michael Snyder <msnyder@redhat.com>
25718
25719 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25720 next, info source, info sources, info line, global and static
25721 variables, and static functions.
25722 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25723 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25724 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25725 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25726 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25727 (gdbasm_leave): Restore frame pointer.
25728 (gdbasm_startup): Copy stack set-up from crt0.S.
25729
25730 2001-11-26 Fernando Nasser <fnasser@redhat.com>
25731
25732 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25733 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25734 to a local (non-static) variable. Copy tstruct.a to a static buffer
25735 and return a pointer to that buffer.
25736 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25737
25738 2001-11-24 Mark Kettenis <kettenis@gnu.org>
25739
25740 * gdb.asm/configure.in: Fix recognition of ix86 target.
25741 * gdb.asm/configure: Regenerate.
25742
25743 2001-11-21 Michael Snyder <msnyder@redhat.com>
25744
25745 * gdb.asm/sparc.inc: New file.
25746 * gdb.asm/asm-source.exp: Recognize sparc target.
25747 * gdb.asm/configure.in: Recognize sparc target.
25748 * gdb.asm/configure: Regenerate.
25749
25750 2001-11-21 Michael Snyder <msnyder@redhat.com>
25751
25752 * gdb.asm/m32r.inc: New file.
25753 * gdb.asm/asm-source.exp: Recognize m32r target.
25754 * gdb.asm/configure.in: Recognize m32r target.
25755 * gdb.asm/configure: Regenerate.
25756
25757 2001-11-20 Michael Snyder <msnyder@redhat.com>
25758
25759 * gdb.asm/i386.inc: New file.
25760 * gdb.asm/asm-source.exp: Recognize ix86 target.
25761 * gdb.asm/configure.in: Recognize ix86 target.
25762 * gdb.asm/configure: Regenerate.
25763
25764 * gdb.c++/namespace.exp: Fix quotes in output messages.
25765
25766 2001-11-14 Michael Snyder <msnyder@redhat.com>
25767
25768 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
25769 qualifier in a type cast expression, to designate an address
25770 in the instruction space (Harvard architecture).
25771
25772 2001-11-13 Michael Snyder <msnyder@redhat.com>
25773
25774 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25775 Tests for expressions using 'const' and 'volatile'.
25776
25777 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
25778
25779 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25780
25781 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
25782
25783 * lib/mi-support.exp (mi_run_to_helper): Move comments
25784 outside of gdb_expect.
25785
25786 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
25787
25788 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25789 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25790 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25791 mi0_run_to): New functions.
25792 * gdb.mi/mi-simplerun.exp: Use them.
25793 * gdb.mi/mi0-simplerun.exp: Likewise.
25794 * gdb.mi/mi-var-cmd.exp: Likewise.
25795 * gdb.mi/mi0-var-cmd.exp: Likewise.
25796
25797 2001-11-10 Andrew Cagney <ac131313@redhat.com>
25798
25799 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25800 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25801
25802 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25803
25804 * gdb.base/restore.exp: Include $expected value in restored test
25805 message.
25806
25807 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25808
25809 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25810 implemented.
25811
25812 2001-11-08 Michael Snyder <msnyder@redhat.com>
25813
25814 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25815 Add pass/fail message for stop at breakpoint in call dummy function.
25816
25817 2001-11-07 Michael Snyder <msnyder@redhat.com>
25818
25819 * gdb.c++/templates.exp (test_template_breakpoints):
25820 If we get an overload menu, but it does not match what
25821 we expect, we still need to issue the "cancel" command.
25822 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25823 making the whitespace optional. Argument for "new" may be
25824 "unsigned" as well as "unsigned int/long".
25825 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
25826 making the whitespace optional. Also replace "(void) with
25827 "((void|)), making the keyword "void" optional.
25828 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
25829 making the whitespace optional. Also replace "(void) with
25830 "((void|)), making the keyword "void" optional.
25831 * gdb.base/callfuncs.c (t_float_values): This function must
25832 _not_ be prototyped, and the following function (t_float_values2)
25833 must be prototyped (if the compiler supports it), so that GDB
25834 can be tested against both cases. Usually one case involves
25835 promotion of float to double, while the other does not.
25836 * gdb.base/callfwmall.c: Ditto.
25837 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25838 includes a stack frame for "start".
25839
25840 2001-11-05 Jim Blandy <jimb@redhat.com>
25841
25842 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25843 pointers are 32 bits long, and that offsets of relocs are always
25844 stored in the data (REL-style), and not in the reloc entry itself
25845 (RELA-style).
25846 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25847 stabs.
25848
25849 2001-11-01 Michael Snyder <msnyder@redhat.com>
25850
25851 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25852 and regular expression operators by using quoting.
25853
25854 2001-10-31 Michael Snyder <msnyder@redhat.com>
25855
25856 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25857 depending on what the symbol table contains.
25858 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25859 the output of the ptype command. Similarly, accept both "const &"
25860 and "const&".
25861
25862 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
25863
25864 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25865 symbol `STORAGE' to allow to choose the storage class of
25866 the local datastructures.
25867 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25868 compiler directive.
25869
25870 2001-10-30 Michael Snyder <msnyder@redhat.com>
25871
25872 * gdb.base/jump.exp: Allow it to run for all targets.
25873
25874 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25875
25876 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25877 with new double_array size.
25878 (main): Change storage class of all local variables to static.
25879 Reduce size of double_array to 9.
25880 * gdb.base/call-ar-st.exp: Increase timeout value.
25881 Change expected output for double array to match new size in
25882 call-ar-st.c.
25883
25884 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25885
25886 * gdb.base/ending-run.exp: Create identical output when passing
25887 `step to end of run' case. Add regular expression branch satisfying
25888 Stormy16 target.
25889
25890 2001-10-28 Mark Kettenis <kettenis@gnu.org>
25891
25892 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25893 that we catch the expected failure under Linux/x86.
25894
25895 2001-10-29 Orjan Friberg <orjanf@axis.com>
25896
25897 * gdb.base/setvar.exp: Escape curly braces.
25898 * gdb.stabs/weird.exp: Ditto.
25899
25900 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
25901
25902 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25903 * gdm.mi/mi0-hack-cli.exp: Likewise.
25904
25905 2001-10-25 Andrew Cagney <ac131313@redhat.com>
25906
25907 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25908 messages.
25909
25910 2001-10-21 Andrew Cagney <ac131313@redhat.com>
25911
25912 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25913 checking MI enabled.
25914
25915 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
25916
25917 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25918
25919 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
25920
25921 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25922 if gdb child process crashes, just signal an error.
25923
25924 2001-10-02 Jim Blandy <jimb@redhat.com>
25925
25926 * lib/gdb.exp (test_xfail_format): Simplify.
25927
25928 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25929 front of the variable name `format'. Simplify `if'.
25930
25931 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25932
25933 * gdb.threads/pthreads.exp: Wait for output and delay
25934 before sending ^C.
25935
25936 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25937
25938 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25939 some incorrect output instead of timing out.
25940 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25941
25942 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
25943
25944 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25945 check to allow additional `int'.
25946
25947 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
25948
25949 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25950 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25951
25952 2001-09-27 Michael Snyder <msnyder@redhat.com>
25953
25954 * lib/gdb.exp (test_debug_format): New proc.
25955 (setup_xfail_format): Use new proc test_debug_format.
25956 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25957 proc; use new service proc test_debug_format.
25958 Replace all other "gcc_compiled" tests with this test.
25959 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25960 proc; use new service proc test_debug_format.
25961 Replace all other "gcc_compiled" tests with this test.
25962
25963 2001-09-27 Michael Snyder <msnyder@redhat.com>
25964
25965 * gdb.base/cvexpr.exp: New file.
25966 * gdb.base/cvexpr.c: New file
25967 Test for expressions using const and volatile keywords.
25968
25969 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25970
25971 * gdb.base/constvars.exp: Check for different orders of keywords
25972 and additional "int" strings in output.
25973
25974 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25975
25976 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25977 responses from "help maint".
25978
25979 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25980
25981 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25982 to localhost:NNN instead of :NNN, in case Xvfb is listening
25983 only on TCP.
25984
25985 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25986
25987 * gdb.base/recurse.exp: When checking leaving the watchpoint
25988 scope, recognize when gdb is in function's epilogue and pass.
25989
25990 2001-09-18 Keith Seitz <keiths@redhat.com>
25991
25992 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25993 support for running tests against sid targets.
25994 (gdbtk_done): Ditto.
25995
25996 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25997
25998 * gdb.base/ending-run.c (main): Set stdout buffersize
25999 to the same reasonable value for any target.
26000 * gdb.base/ending-run.exp: Add a regular expression
26001 to make testsuite happy on Sanyo Stormy16 target.
26002
26003 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26004
26005 * gdb.base/display.c (do_loops): Add float variable `f'.
26006 Increment f in loop.
26007 * gdb.base/display.exp: Increment timeout by 60 seconds.
26008 Change float display test to use variable `f'.
26009
26010 2001-09-17 Jim Blandy <jimb@redhat.com>
26011
26012 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26013 overflowing the limited breakpoint tables on some ROM monitors
26014 (like the ROM68K).
26015
26016 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26017
26018 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26019 the "-ac" (disable access control) flag.
26020
26021 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26022
26023 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26024 ints.
26025
26026 2001-08-30 Keith Seitz <keiths@redhat.com>
26027
26028 * lib/gdb.exp: Move all insight-related functionality into
26029 separate file.
26030 * lib/insight-support.exp: New file.
26031
26032 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26033
26034 * config/sid.exp (sid_start): Never set sid verbosity; disable
26035 expect_background {} that consumed its stdout; tolerate </dev/null.
26036 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26037
26038 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26039
26040 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26041 CLI jump command to start it.
26042 (mi_run_to_main): Fail immediatly when unexpected output.
26043
26044 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26045
26046 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26047 beginning of function. Fix PR gdb/191.
26048
26049 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26050
26051 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26052 what to force sid endianness to.
26053
26054 2001-08-15 Keith Seitz <keiths@redhat.com>
26055
26056 * lib/gdb.exp (gdbtk_start): Don't set environment
26057 variables for TCL_LIBRARY and friends. Insight will
26058 now figure these out for itself.
26059
26060 2001-08-02 Michael Snyder <msnyder@redhat.com>
26061
26062 * gdb.base/completion.exp: Remove the symbol "a64l" from
26063 the expect string; this is target-specific, and not related
26064 to what is being tested.
26065
26066 2001-08-02 Dave Brolley <brolley@redhat.com>
26067
26068 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26069
26070 2001-07-25 Michael Snyder <msnyder@redhat.com>
26071
26072 * gdb.base/consecutive.exp: New file. Test stepping over
26073 breakpoints on consecutive instructions.
26074 * gdb.base/consecutive.c: New file.
26075
26076 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26077 curly braces in regular expressions.
26078
26079 2001-07-25 Michael Snyder <msnyder@redhat.com>
26080
26081 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26082 legitimate output from stepping out of main.
26083
26084 2001-07-22 Keith Seitz <keiths@redhat.com>
26085
26086 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26087 the empty string, do not run the tests.
26088
26089 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26090
26091 * gdb.base/long_long.exp: Detect size of pointer. Take into
26092 account 2-byte pointers when testing for p/a results.
26093
26094 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26095
26096 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26097 and defined to 1K for m68hc11.
26098 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26099 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26100 (sizeof_random_data): New variable to tell the size of the data table;
26101 don't test past this size; always run to main.
26102
26103 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26104
26105 * gdb.base/return2.exp: return of long long and double fails for
26106 68HC11; don't execute these tests on that platform.
26107 * gdb.base/return.exp: Return of a double fails for 68hc11.
26108
26109 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26110
26111 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26112 tests that print a float.
26113 * call-rt-st.exp: Likewise.
26114
26115 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26116
26117 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26118 running this test on Linux.
26119
26120 2001-06-24 Michael Chastain <chastain@redhat.com>
26121
26122 * gdb.base/arithmet.exp: Remove some tests to make all test names
26123 unique.
26124
26125 2001-07-03 Michael Snyder <msnyder@redhat.com>
26126
26127 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26128 the output of the ptype command.
26129
26130 2001-07-02 Michael Snyder <msnyder@redhat.com>
26131
26132 * gdb.base/completion.exp: Don't assume that break.c is the only
26133 source file that may contain functions named "marker".
26134 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26135
26136 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26137
26138 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26139 of files to delete.
26140
26141 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26142 * gdb.disasm/h8300s.exp: New file.
26143 gdb.disasm/h8300s.s: Likewise.
26144
26145 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26146
26147 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26148 empty breakpoint tables.
26149
26150 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26151
26152 * lib/mi-support.exp: Update args=... part of stop-reason
26153 patterns. Accept either a list or a tuple.
26154
26155 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26156
26157 * lib/mi-support.exp: Remove local emacs variable defining
26158 change-log-default-name.
26159
26160 2001-06-22 Michael Chastain <chastain@redhat.com>
26161
26162 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26163 This is operationally compatible with the previous version.
26164
26165 2001-06-13 Jim Blandy <jimb@redhat.com>
26166
26167 * lib/gdb.exp (gdb_test): Doc fix.
26168
26169 2001-06-10 Michael Chastain <chastain@redhat.com>
26170
26171 * gdb.base/exprs.exp: Remove a duplicate test.
26172
26173 2001-06-06 Jim Blandy <jimb@redhat.com>
26174
26175 * gdb.base/return2.exp (main): Use values to test float and double
26176 returns that are not NaN's, to avoid being confused by IEEE
26177 comparison rules.
26178
26179 2001-06-04 Michael Snyder <msnyder@redhat.com>
26180
26181 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26182 non-zero if control_c fails. Terminate the test on failure,
26183 rather than wait for 12 more tests to time out.
26184
26185 2001-06-06 Jim Blandy <jimb@redhat.com>
26186
26187 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26188 Don't forget to match the GDB prompt.
26189
26190 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26191
26192 2001-06-04 Jim Blandy <jimb@redhat.com>
26193
26194 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26195 command.
26196
26197 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26198
26199 * gdb.base/annota1.exp (info break): Match four or more spaces
26200 after "Address".
26201
26202 2001-05-31 Michael Chastain <chastain@redhat.com>
26203
26204 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26205 (dm_type_int_star): Likewise.
26206 (dm_type_long_star): Likewise.
26207 (dm_type_void_star): Likewise.
26208
26209 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26210
26211 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26212 to a known value in order to get consistent results regardless
26213 of the setting of INPUTRC or the presence or contents of .inputrc.
26214
26215 2001-05-24 Michael Snyder <msnyder@redhat.com>
26216
26217 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26218 Don't require that the main thread and the manager thread are the
26219 first in the list.
26220
26221 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26222 debugging. If test fails, issue an "unsupported" not a "fail".
26223
26224 2001-05-24 Jim Blandy <jimb@redhat.com>
26225
26226 Don't assume that short is shorter than int.
26227 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26228 assume that shorts are smaller than ints. On a 16-bit machine,
26229 this isn't true.
26230 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26231 an int, is not equal to ~0 stored in an unsigned char. This tests
26232 the same thing that the previous test meant to, but works on
26233 16-bit machines, too.
26234 ("print unsigned char != (~0)"): Same test, complemented.
26235
26236 2001-05-24 Michael Snyder <msnyder@redhat.com>
26237
26238 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26239 test for (full_coverage == 0). This makes the test run faster,
26240 and prevents dejagnu getting out of step.
26241
26242 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26243
26244 * gdb.base/finish.exp (finish_void): Revise pattern for
26245 stopping on the call statement to not permit stopping at
26246 the start of the instructions comprising the call sequence.
26247
26248 2001-05-19 Michael Chastain <chastain@redhat.com>
26249
26250 * gdb.base/callfuncs.exp: Make all test names unique.
26251 * gdb.base/commands.exp: Make all test names unique.
26252 * gdb.base/condbreak.exp: Make all test names unique.
26253 * gdb.base/dbx.exp: Make all test names unique.
26254 * gdb.base/default.exp: Make all test names unique.
26255 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26256 and TIMEOUT messages to their corresponding PASS message.
26257 * gdb.base/ending-run.exp: Make all test names unique.
26258 * gdb.base/long_long.exp: Remove duplicate test.
26259
26260 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26261
26262 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26263 stop on the call statement as well as the statement after the
26264 call.
26265
26266 2001-05-21 Michael Snyder <msnyder@redhat.com>
26267
26268 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26269
26270 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26271
26272 * gdb.base/completion.exp: Revamp test. Make it execute on all
26273 platforms.
26274
26275 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26276
26277 * config/gdbserver.exp (gdb_load): Handle the case
26278 in which the arguments to gdbserver are given in the
26279 baseboard configuration file.
26280 Also handle the case in which the server needs to do a
26281 load.
26282
26283 2001-05-07 Keith Seitz <keiths@cygnus.com>
26284
26285 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26286 set up the display for testing.
26287 (gdbtk_start): Convert all paths to paths that tcl will like.
26288 Export target information to environment.
26289 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26290 necessary.
26291 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26292 (to_tcl_path): New proc to convert a given pathname into
26293 a path acceptible as an argument to a tcl command.
26294 (_gdbtk_export_target_info): New proc to export target info
26295 into the environment for gdbtk testing.
26296 (gdbtk_done): New proc to signal end-of-test.
26297
26298 2001-05-06 Jim Blandy <jimb@redhat.com>
26299
26300 * restore.c: Make the code of caller0 correspond to its comment.
26301
26302 2001-05-03 Michael Snyder <msnyder@redhat.com>
26303
26304 * config/sid.exp (gdb_target_sid): Check for error messages.
26305 On error or timeout, don't make expect exit (which will terminate
26306 all subsequent tests); instead just make gdb exit.
26307 (gdb_load): Check for error messages. On error or timeout,
26308 return a negative value.
26309
26310 2001-04-24 Jim Blandy <jimb@redhat.com>
26311
26312 * gdb.c++/templates.exp: If we see the prompt for the overload
26313 list, but we haven't recognized any of the longer patterns,
26314 arrange for this test to fail, not hang.
26315
26316 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26317 variations.
26318
26319 2001-04-22 Michael Chastain <chastain@redhat.com>
26320
26321 * gdb.c++/local.exp: Use the 'runto' library function.
26322 * gdb.c++/namespace.exp: Likewise.
26323 * gdb.c++/overload.exp: Likewise.
26324
26325 2001-03-26 Kevin Buettner <kevinb@redhat.com>
26326
26327 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26328 * gdb.base/step-line.exp: New file. Test step/next in presence of
26329 #line directives.
26330 * gdb.base/step-line.c: New file. Test program for the above.
26331 * gdb.base/step-line.inp: New file. We pretend that this file has
26332 been transformed by some other tool into step-line.c.
26333
26334 2001-03-21 Jim Blandy <jimb@redhat.com>
26335
26336 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26337 unmangled operator names.
26338
26339 2001-03-20 Jim Blandy <jimb@redhat.com>
26340
26341 * gdb.threads/linux-dp.exp: Recognize an additional message
26342 generated by GDB when it doesn't understand how to debug threads
26343 on the target system.
26344
26345 2001-03-19 Andrew Cagney <ac131313@redhat.com>
26346
26347 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26348
26349 2001-03-12 Michael Chastain <chastain@redhat.com>
26350
26351 * gdb.c++/derivation.exp: Use the 'runto' library function.
26352
26353 2001-03-12 Michael Chastain <chastain@redhat.com>
26354
26355 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26356
26357 2001-02-24 Michael Chastain <chastain@redhat.com>
26358
26359 * gdb.c++/ref-types.exp: Change handwritten code to library
26360 function 'runto'.
26361
26362 2001-03-16 Orjan Friberg <orjanf@axis.com>
26363
26364 * gdb.base/signals.exp: Set count to 0 explicitly.
26365
26366 2001-03-15 Mark Salter <msalter@redhat.com>
26367
26368 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26369 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26370 (gdb_load): Add support for additional target_info: gdb_download_size
26371 and gdb_load_timeout.
26372
26373 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26374
26375 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26376 file -- to prevent failing when the compile fails but we have no
26377 intention of running the tests anyway.
26378
26379 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26380 tests if set.
26381
26382 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26383 integers.
26384
26385 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26386 * gdb.c++/namespace.exp: Ditto.
26387
26388 2001-03-07 Orjan Friberg <orjanf@axis.com>
26389
26390 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26391 * gdb.base/pointers.exp: Relax pattern match of decimals.
26392
26393 2001-03-06 Kevin Buettner <kevinb@redhat.com>
26394
26395 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26396 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26397 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26398 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26399 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26400 config/sh.exp, config/sid.exp, config/slite.exp,
26401 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26402 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26403 config/vxworks.exp, config/vxworks29k.exp,
26404 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26405 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26406 gdb.base/arithmet.exp, gdb.base/assign.exp,
26407 gdb.base/async.exp, gdb.base/attach.exp,
26408 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26409 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26410 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26411 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26412 gdb.base/commands.exp, gdb.base/completion.exp,
26413 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26414 gdb.base/constvars.exp, gdb.base/corefile.exp,
26415 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26416 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26417 gdb.base/ending-run.exp, gdb.base/environ.exp,
26418 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26419 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26420 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26421 gdb.base/funcargs.exp, gdb.base/help.exp,
26422 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26423 gdb.base/logical.exp, gdb.base/long_long.exp,
26424 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26425 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26426 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26427 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26428 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26429 gdb.base/regs.exp, gdb.base/relational.exp,
26430 gdb.base/remote.exp, gdb.base/reread.exp,
26431 gdb.base/restore.exp, gdb.base/return2.exp,
26432 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26433 gdb.base/selftest.exp, gdb.base/setshow.exp,
26434 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26435 gdb.base/sigall.exp, gdb.base/signals.exp,
26436 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26437 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26438 gdb.base/step-test.exp, gdb.base/structs.c,
26439 gdb.base/structs.exp, gdb.base/structs2.exp,
26440 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26441 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26442 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26443 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26444 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26445 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26446 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26447 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26448 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26449 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26450 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26451 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26452 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26453 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26454 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26455 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26456 gdb.trace/circ.exp, gdb.trace/collection.exp,
26457 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26458 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26459 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26460 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26461 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26462 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26463 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26464 notices.
26465
26466 2001-02-27 Michael Snyder <msnyder@cygnus.com>
26467
26468 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26469 first arg is int not float.
26470
26471 2001-02-22 Michael Snyder <msnyder@cygnus.com>
26472
26473 * gdb.base/reread.exp: Unsupported for non-native targets;
26474 doesn't work for remote debugging.
26475
26476 2001-02-19 Fernando Nasser <fnasser@redhat.com>
26477
26478 From Drew Moseley <dmoseley@redhat.com>
26479 * gdb.base/ending-run.exp: Properly handle the BSP state when
26480 stepping past the end of main.
26481
26482 2001-02-19 John Moore <jmoore@redhat.com>
26483
26484 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26485 Converted HPUX fix for non-expected items following multiple
26486 step commands into general solution for all platforms.
26487
26488 2001-02-18 Michael Chastain <chastain@redhat.com>
26489
26490 * gdb.c++/classes.exp (do_tests): Change runto statements
26491 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26492 statements demangler agnostic.
26493 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26494 (gdb_virtfunc_restart): Likewise.
26495
26496 2001-02-14 Michael Chastain <chastain@redhat.com>
26497
26498 * gdb.c++/inherit.exp (do_tests): Change runto statements
26499 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26500 statements demangler agnostic.
26501
26502 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26503
26504 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26505 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26506 before calling common_routine 15 times'' tests.
26507
26508 2001-02-11 Michael Chastain <chastain@redhat.com>
26509
26510 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26511 Helps the test script figure out which demangler is in use.
26512 (dm_type_foo_ref): Ditto.
26513 (dm_type_int_star): Ditto.
26514 (dm_type_long_star): Ditto.
26515 (dm_type_unsigned_int): Ditto.
26516 (dm_type_void): Ditto.
26517 (dm_type_void_star): Ditto.
26518 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26519 Probe the gdb demangler and set variables to accommodate
26520 formatting differences.
26521 (info_func_regexp): New function. Same as info_func, but
26522 matches against a regexp.
26523 (info_func): Match against a literal string.
26524 (print_addr_2): New function. Match against a literal string,
26525 which can be different from the input to gdb.
26526 (print_addr): Simply call print_addr_2 with the same argument twice.
26527 (test_lookup_operator_functions): Use demangler formatting variables.
26528 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26529 the tests in the same order as the C++ class declaration.
26530 (test_paddr_operator_functions): Ditto.
26531 (test_paddr_overloaded_functions): Ditto.
26532 (test_paddr_hairy_functions): Use demangler formatting variables.
26533 Add reference to gdb/19 for related tests.
26534 (do_tests): Call probe_demangler.
26535
26536 2001-01-30 Kevin Buettner <kevinb@redhat.com>
26537
26538 * gdb.c++/templates.cc (printf): Remove unused function definition.
26539
26540 2001-01-26 Felix Lee <flee@redhat.com>
26541
26542 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26543
26544 2001-01-25 matthew green <mrg@redhat.com>
26545
26546 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26547 up sid.
26548 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26549
26550 2001-01-25 matthew green <mrg@redhat.com>
26551
26552 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26553 Deprecate $sid_spawn_id.
26554 (sid_exit): Remove code necessary only for `spawn.'
26555
26556 2001-01-25 matthew green <mrg@redhat.com>
26557
26558 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26559
26560 2001-01-28 Michael Chastain <chastain@redhat.com>
26561
26562 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26563 to call when tests fail. It takes gdb out of the overloaded
26564 function choice menu back to the main prompt, so that the test
26565 program stays synchronized.
26566 (set_bp_overloaded): New proc to collect all the common
26567 code for setting a breakpoint on an overloaded name. Calls
26568 take_gdb_out_of_choice_menu when needed.
26569 (menu_overload1arg): New variable to collect the repeated
26570 instances of the expected menu for an overloaded name. Change
26571 the regular expression to handle changes in g++ type encoding:
26572 "void" can be either "void" or "", and "unsigned int" can be
26573 either "unsigned int" or "unsigned".
26574 (continue_to_bp_overloaded): Change regular expressions to handle
26575 changes in g++ type encoding.
26576 (no proc): Call take_gdb_out_of_choice_menu when needed.
26577 Remove redundant calls to "info break". Accept either "canceled"
26578 or "cancelled". Change regular expressions in "info break"
26579 calls to handle changes in g++ type encoding. Give all tests
26580 unique strings.
26581
26582 2001-01-17 Ben Elliston <bje@redhat.com>
26583
26584 * config/sid.exp: New file.
26585
26586 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26587
26588 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26589
26590 2000-12-21 Michael Snyder <msnyder@cygnus.com>
26591
26592 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26593 Add a RE to accept a non-ascii char if one is ever presented.
26594
26595 2000-12-20 Fernando Nasser <fnasser@redhat.com>
26596
26597 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26598
26599 2000-12-18 Michael Snyder <msnyder@cygnus.com>
26600
26601 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26602 in regexp. One '\' does not suffice on Linux.
26603
26604 2000-12-09 Michael Chastain <chastain@redhat.com>
26605
26606 * gdb.base/break.exp (test_clear_command): Use a marker function
26607 rather than 'main' for the test function. Also move this
26608 test to an execution point where the marker function names are
26609 guaranteed to be bound to functions. (Executing tests after a
26610 'finish' from main runs into name conflicts with local names
26611 in __libc_start_main).
26612
26613 2000-12-07 Michael Snyder <msnyder@cygnus.com>
26614
26615 * gdb.base/finish.exp: New test for gdb's "finish" command.
26616 * gdb.base/return2.exp: New test for gdb's "return" command.
26617 * gdb.base/return2.c: New source file for above.
26618
26619 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26620
26621 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26622 * gdb.base/miscexprs.exp: Ditto.
26623 * gdb.base/pointers.exp: Ditto.
26624 * gdb.c++/derivation.exp: Ditto.
26625 * gdb.c++/local.exp: Ditto.
26626 * gdb.c++/namespace.exp: Ditto.
26627 * gdb.c++/overload.exp: Ditto.
26628 * gdb.c++/ref-types.exp: Ditto.
26629
26630 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26631
26632 * gdb.base/constvars.exp: Test result of "up" command.
26633 * gdb.base/miscexprs.exp: Ditto.
26634 * gdb.base/pointers.exp: Ditto.
26635 * gdb.base/scope.exp: Ditto.
26636 * gdb.c++/derivation.exp: Ditto.
26637 * gdb.c++/local.exp: Ditto.
26638 * gdb.c++/namespace.exp: Ditto.
26639 * gdb.c++/overload.exp: Ditto.
26640 * gdb.c++/ref-types.exp: Ditto.
26641
26642 2000-11-22 Michael Chastain <chastain@redhat.com>
26643
26644 * mips_pro.exp: Accept either "middle -> top -> main" or
26645 "middle -> main" in the backtrace, because gcc can optimize
26646 tail calls to jumps. Remove setup_xfail for the hppa case.
26647 Add a comment with the original warning messages from PR 3016,
26648 which was filed in 1993, to preserve them for posterity.
26649
26650 2000-11-17 Nick Duffek <nsd@redhat.com>
26651
26652 * lib/gdb.exp (gdb_test): Override timeout with board info.
26653
26654 2000-11-17 Nick Duffek <nsd@redhat.com>
26655
26656 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26657 the second kill and detach messages.
26658
26659 2000-11-17 Nick Duffek <nsd@redhat.com>
26660
26661 * configure.in: Add AC_EXEEXT.
26662 * configure: Regenerate.
26663 * Makefile.in (just-check): Export EXEEXT.
26664 * lib/gdb.exp ($EXEEXT): Import from environment.
26665 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26666 expect "maint dump-me" on Cygwin.
26667 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26668 $EXEEXT.
26669
26670 2000-11-17 Nick Duffek <nsd@redhat.com>
26671
26672 * gdb.base/break.exp: Test backtrace and finish from called
26673 function on all platforms, not just HP-UX.
26674
26675 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26676
26677 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26678 code from gdb_target_monitor, so it can be used independantly
26679 for gdbserver. Also comment out an unnecessary PUTS.
26680
26681 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26682
26683 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26684 * gdb.base/corefile.exp: Expect the message "Program is being
26685 debugged already" when we send the "corefile" command, since
26686 the preceeding gdb_load may have connected gdb to a remote target.
26687 * gdb.base/display.exp: Disable hardware watchpoints if new
26688 board info variable "no_hardware_watchpoints" is true.
26689 Replace single-letter commands with more readable ones.
26690 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26691 if new board info variable "no_hardware_watchpoints" is true.
26692 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26693 to see if stdio (printf) testing is possible.
26694 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26695 board info variable "no_hardware_watchpoints" is true. Use new
26696 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26697
26698 2000-11-13 Fernando Nasser <fnasser@redhat.com>
26699
26700 From Orjan Friberg <orjanf@axis.com>:
26701 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26702 in array print pattern match.
26703
26704 2000-11-09 Fernando Nasser <fnasser@redhat.com>
26705
26706 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26707 spelling "cancelled" to U.S. spelling "canceled" to match changes
26708 made to gdb.
26709 * gdb.c++/ovldbreak.exp: Ditto.
26710
26711 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26712
26713 * gdb.base/callfuncs.c (main): Moved to end of file, call
26714 t_double_values to initialize the FPU before inferior calls are made.
26715 * gdb.base/callfuncs.exp: Test for register preservation after calling
26716 inferior functions. Add tests for continuining, finishing and
26717 returning from a stop in a call dummy.
26718
26719 2000-10-24 Michael Snyder <msnyder@cygnus.com>
26720
26721 * gdb.base/commands.exp: Break up long lines, and re-indent.
26722
26723 2000-10-19 Michael Snyder <msnyder@cygnus.com>
26724
26725 * config/gdbserver.exp: Rewritten from the ground up, to make it
26726 compatible with the current dejagnu tree, and to make it work with
26727 the new "gdbserver" in libremote.
26728
26729 2000-10-16 Michael Snyder <msnyder@cygnus.com>
26730
26731 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26732 * gdb.base/varargs.exp: Skip entire test if no printf support.
26733 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26734 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26735
26736 2000-10-13 Michael Snyder <msnyder@cygnus.com>
26737
26738 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26739 no floating point support.
26740 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26741 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26742 * gdb.base/call-rt-st.exp: Ditto.
26743 * gdb.base/call-strs.exp: Ditto.
26744
26745 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26746
26747 * gdb.base/sizeof.c: include <stdio.h>.
26748
26749 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
26750 'finish', otherwise uncaptured gdb_prompt would potentially
26751 throw remaining test points out of sync.
26752
26753 2000-07-26 Scott Bambrough <scottb@netwinder.org>
26754
26755 * gdb.base/recurse.exp: Run tests for all targets.
26756 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26757 gnu-oldld case on ARM.
26758 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26759 for ARM targets.
26760
26761 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26762
26763 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26764 * gdb.java/configure: Rebuild.
26765
26766 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26767
26768 * gdb.java/jv-exp.exp: New file.
26769
26770 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26771
26772 * configure: Rebuilt.
26773 * configure.in (configdirs): Add gdb.java.
26774 * gdb.java/jmisc.java: New file.
26775 * gdb.java/jmisc.exp: New file.
26776 * gdb.java/Makefile.in: New file.
26777 * gdb.java/configure: Rebuilt.
26778 * gdb.java/configure.in: New file.
26779 * lib/java.exp: New file.
26780
26781 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26782
26783 * gdb.base/exprs.exp: Test casts to a pointer including over and
26784 underflow.
26785
26786 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26787
26788 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
26789 and the compilers sizes.
26790
26791 2000-07-09 Nick Duffek <nsd@redhat.com>
26792
26793 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26794 (use_methods): New function.
26795 (main): Call use_methods().
26796 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26797 (do_tests): Call test_method_param_class.
26798
26799 2000-07-09 Nick Duffek <nsd@redhat.com>
26800
26801 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26802 spelling.
26803 (test_enums): New procedure. Move enum tests from end of script
26804 to here. Set breakpoint on function name instead of line number.
26805 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26806 (enums2): New marker function.
26807 (enums1): New function.
26808 (main): Call enums1(). Move enum tests to enums1().
26809
26810 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26811
26812 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
26813 compile/link program. Update line numbers.
26814 * gdb.asm/d10v.inc: Define ``startup''.
26815 * gdb.asm/asmsrc1.s: Add definition of _start.
26816
26817 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26818
26819 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26820
26821 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26822
26823 * gdb.base/maint.exp: Add 'maint print architecture' item to output
26824 of 'help maint print' command.
26825
26826 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26827
26828 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
26829 they use gdb_expect_list.
26830
26831 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26832
26833 * gdb.base/commands.exp: Use ``set remote
26834 memory-read-packet-size'' instead of ``set endian big'' to test
26835 long commands.
26836
26837 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
26838
26839 * gdb.c++/templates.exp (do_tests): Make all of these work under
26840 g++, and stop skipping them.
26841
26842 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26843 work under g++.
26844
26845 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
26846 initialization.
26847
26848 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26849
26850 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26851 the regular expression: accept an (almost) arbitrary sequence of
26852 "frames-invalid" and "breakpoints-invalid" messages both before
26853 and after the "starting" message.
26854
26855 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26856
26857 * gdb.c++/local.exp: This test has never been known to work with g++.
26858
26859 2000-05-18 Michael Snyder <msnyder@cygnus.com>
26860
26861 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26862 Relax the regular expression a little, make it pass on Solaris 8.
26863
26864 2000-05-12 Kevin Buettner <kevinb@redhat.com>
26865
26866 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
26867 a call, do not require that gdb stop on the line after the call.
26868 Instead, it is permissible for gdb to stop on the line of the
26869 call itself.
26870
26871 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
26872
26873 * gdb.base/break.exp (bp on small function, optimized file):
26874 Add a second pass pattern. The behavior differs here between stabs
26875 and dwarf for one-line functions. Stabs preserves two line symbols
26876 (one before the prologue and one after) with the same line number,
26877 but dwarf regards these as duplicates and discards one of them.
26878 Therefore the address after the prologue (where the breakpoint is)
26879 has no exactly matching line symbol, and GDB reports the breakpoint
26880 as if it were in the middle of a line rather than at the beginning.
26881
26882 2000-05-08 Michael Snyder <msnyder@cygnus.com>
26883
26884 * gdb.base/interrupt.exp: Make "pass" message say "send"
26885 rather than "send_gdb" (for consistancy).
26886
26887 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26888
26889 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26890 * gdb.c++/templates.cc: Properly check for GCC version number.
26891 * lib/compiler.cc: Likewise
26892
26893 2000-04-28 Michael Snyder <msnyder@cygnus.com>
26894
26895 * gdb.base/break.exp: When compiled with -O2 optimization,
26896 gdb may not stop at the first line of main, due to code motion.
26897
26898 2000-04-26 Michael Snyder <msnyder@cygnus.com>
26899
26900 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26901 This test depends on parsing the printf output from the target.
26902 Since the sparclet stub doesn't do stdio, this will never work.
26903 * gdb.base/call-rt-st.exp: ditto.
26904 * gdb.base/call-strs: ditto.
26905
26906 2000-04-24 Michael Snyder <msnyder@cygnus.com>
26907
26908 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26909
26910 * gdb.base/ending-run.exp: After connecting to a remote target,
26911 but before running, the target will appear to be in a random
26912 location. Specify both a file and a line for breakpoints.
26913 Also, the function that calls main may be called 'init'
26914 rather than 'start'.
26915
26916 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26917
26918 * gdb.base/help.exp: Update output for add-symbol-file command.
26919
26920 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
26921
26922 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26923 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26924
26925 2000-04-07 J.T. Conklin <jtc@redback.com>
26926
26927 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26928
26929 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26930
26931 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26932
26933 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
26934 values that can be represented exactly.
26935 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26936 above change, and to not check against the directory part of the source
26937 file name.
26938 (step into print_long_arg_list): Likewise.
26939 (print print_small_structs from print_long_arg_list): Likewise.
26940 (print print_long_arg_list): Likewise.
26941
26942 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26943
26944 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
26945
26946 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26947
26948 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26949
26950 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
26951
26952 * gdb.base/commands.exp (deprecated_command_test): Add test for
26953 deprecate with no arguments.
26954
26955 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26956
26957 * gdb.base/break.exp: Add new test for setting breakpoints on
26958 optimized code so we can test breakpoints work even when function
26959 prologues may be optimized away
26960
26961 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26962
26963 From David Whedon <dwhedon@gordian.com>
26964 * gdb.base/commands.exp : Added command deprecator tests.
26965
26966 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26967
26968 * gdb.base/help.exp: Added test for new apropos command.
26969
26970 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26971
26972 * gdb.base/pointers.c (usevar): New function.
26973 (main): Make sure that global variables v_int_pointer2, rptr,
26974 and y are all referenced someplace in the program by calling
26975 usevar() on them. [Some linkers delete symbols which are
26976 never referenced. The space remains, but there's no way to
26977 get a (symbolic) handle on the variable from the debugger.]
26978
26979 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26980
26981 * gdb.base/printcmds.c: Add typedeffed arrays.
26982
26983 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26984 procedure to test arrays that are typedef'd.
26985
26986 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26987
26988 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26989 the library directories.
26990
26991 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26992
26993 * configure.in (configdirs): Add sub directory gdb.mi.
26994 * configure: Re-generate.
26995
26996 * gdb.mi: New directory.
26997
26998 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26999
27000 * gdb.base/long_long.exp: Correct test suite failure when printing
27001 a long long value as a double on ARM platforms.
27002
27003 2000-02-16 Jim Blandy <jimb@redhat.com>
27004
27005 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27006 default source file is set properly before running this test.
27007
27008 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27009
27010 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27011 gdbtk/library directory, not in gdbtcl2.
27012
27013 2000-02-04 Jim Blandy <jimb@redhat.com>
27014
27015 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27016 backslash from regexp pattern.
27017
27018 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27019 procedure. Use it to run all the "continue to bp overloaded"
27020 tests. Note that this changes the names of the tests slightly.
27021 If the breakpoint hit message includes a hex PC value, because
27022 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27023 from the real source code, still consider that a pass.
27024
27025 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27026 XFAIL here if the breakpoint message contains a hex address. Note
27027 similar change on 1999-11-02.
27028
27029 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27030
27031 * gdb.base/ptype.exp: Establish a default source file before
27032 calling get_debug_format.
27033
27034 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27035
27036 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27037
27038 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27039
27040 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27041 of successive stepi commands -- while in the prologue we should see
27042 the function entry bracket.
27043
27044 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27045
27046 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27047 reach __change_mode() when stepping through the end of main().
27048
27049 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27050
27051 * gdb.base/default.exp: Fix expected pattern.
27052 * gdb.base/help.exp: Same.
27053
27054 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27055
27056 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27057 Don't use xfail's because that affects only the following test.
27058
27059 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27060 solaris or linux.
27061
27062 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27063
27064 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27065
27066 * gdb.base/display.exp: Some yacc parsers like to say
27067 "A syntax error" rather than "A parse error". Accept both.
27068
27069 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27070
27071 * gdb.base/default.exp: Remove OS dependent string from "target
27072 remote" test.
27073 * gdb.base/help.exp: Same for "help target remote" test.
27074
27075 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27076
27077 From Jim Kingdon <kingdon@redhat.com>:
27078
27079 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27080 prompt (cleanup rather than necessity, but still might keep output
27081 from spilling to next test).
27082
27083 2000-01-02 Fred Fish <fnf@cygnus.com>
27084
27085 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27086 AIX, which defines them in <sys/types.h>.
27087
27088 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27089
27090 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27091 float" test.
27092
27093 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27094
27095 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27096
27097 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27098 outermost frame disallowed".
27099
27100 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27101
27102 * gdb.base/setvar.exp: New tests for setting the value of a struct
27103 with a constant list.
27104
27105 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27106
27107 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27108 require the user to type a cast before setting the value of a struct.
27109
27110 1999-12-06 Jim Blandy <jimb@cygnus.com>
27111
27112 * gdb.base/default.exp: Expect the new 'info float' command on
27113 all i386 platforms.
27114
27115 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27116 LinuxThreads libraries that don't support debugging.
27117
27118 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27119
27120 * gdb.base/remote.c: Fill the buffer with truely random data.
27121 Change the buffer type to ``unsigned char'' to simplify size
27122 arithmetic.
27123
27124 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27125 stub only handles 400-1 byte packets. Verify that the download
27126 worked.
27127
27128 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27129
27130 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27131 tests, using UNRESOLVED for the untested cases. Also, does not wait
27132 for a timeout if the prompt was received before a recognizable pattern.
27133
27134 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27135
27136 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27137
27138 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27139
27140 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27141 watchpoints.
27142
27143 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27144
27145 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27146
27147 * gdb.c++/local.exp: Be more flexible in recognizing local class
27148 name mangling. Don't allow horribly truncated method names.
27149 * gdb.c++/derivation.exp: Expect protected inheritance.
27150 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27151 * gdb.c++/virtfunc.exp: Likewise.
27152 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27153 when printing a nested enum.
27154
27155 1999-11-22 Jim Blandy <jimb@cygnus.com>
27156
27157 * gdb.base/step-test.exp: Properly await GDB's response to setting
27158 a breakpoint on the call to large_struct_by_value.
27159
27160 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27161 just because we have debug info for the `start' function.
27162
27163 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27164
27165 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27166 "Unknown signal" messages, which indicate (on LinuxThreads) that
27167 GDB doesn't know how to debug threads on this system. This is
27168 better than hanging while philosopher 0 dumps chatter into gdb.log.
27169
27170 1999-11-18 Tom Tromey <tromey@cygnus.com>
27171
27172 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27173
27174 1999-11-18 Fred Fish <fnf@cygnus.com>
27175
27176 * gdb.base/coremaker2.c: Add sample program for generating
27177 cores that is more self contained than coremaker.c. Eventually
27178 I'll add more code to this and tie it into the testsuite.
27179
27180 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27181
27182 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27183
27184 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27185
27186 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27187 from $srcdir/lib/.
27188 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27189 and gdb.c++/.
27190
27191 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27192
27193 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27194 'continue with watch' test point.
27195
27196 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27197
27198 Merged from p2linux-990323-branch:
27199
27200 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27201
27202 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27203
27204 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27205 {limit,fixed}''. Test ``set download-write-size''.
27206
27207 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27208
27209 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27210 gdb_expect_list.
27211
27212 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27213
27214 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27215
27216 1999-11-03 Mark Salter <msalter@cygnus.com>
27217
27218 * gdb.base/break.exp: Fix "stub continue" pattern.
27219
27220 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27221
27222 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27223
27224 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27225
27226 * gdb.base/display.exp ("finish"): Add timeout clause.
27227
27228 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27229 plain prompt clause, so this doesn't have to time out in order to
27230 fail.
27231
27232 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27233 breakpoint hit messages include an address.
27234
27235 * gdb.base/display.exp: Don't forget to escape parens in regular
27236 expressions. Unix regexp notatation sucks.
27237
27238 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27239
27240 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27241 order for 'signalled' message.
27242
27243 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27244
27245 From Jimmy Guo <guo@cup.hp.com>:
27246 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27247 * gdb.base/annota1.c: Add code for tests to work with.
27248
27249 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27250
27251 * gdb.base/remote.exp: New test for remote downloading settings.
27252 * gdb.base/remote.c: New file with large .data.
27253
27254 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27255
27256 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27257 for LinuxThreads support, merged from the Code Fusion branch.
27258
27259 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27260
27261 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27262 containing exp_continue into a while within an expect. Don't
27263 attempt a start more than three times. Check return value from
27264 gdb_load.
27265
27266 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27267
27268 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27269 a pass case.
27270
27271 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27272
27273 * gdb.base/break.c (main): Added a statement that we can step
27274 off of.
27275 * gdb.base/break.exp: Added tests for setting a breakpoint
27276 at an offset and stepping onto a breakpoint.
27277
27278 1999-10-01 Fred Fish <fnf@cygnus.com>
27279
27280 * gdb.base/help.exp (help add-symbol-file): Update to match current
27281 gdb output.
27282
27283 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27284
27285 * gdb.base/break.exp: Code locations are in hex, don't forget!
27286 (For HP-UX.)
27287
27288 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27289
27290 * condbreak.exp: Use break.c as test program.
27291 * condbreak.c: Remove, redundant with break.c.
27292
27293 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27294
27295 * config/monitor.exp (gdb_target_monitor): Disable X- and
27296 Z-packets if the target needs it.
27297
27298 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27299
27300 * gdb.c++/overload.exp: Added tests for listing overloaded
27301 functions with function pointers in the arg, explicitly calling
27302 out the version you want.
27303
27304 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27305
27306 * long_long.exp: Add variations of test cases that work for
27307 targets with 16-bit ints and 32-bit doubles.
27308
27309 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27310
27311 * break.c (main): Compare a possibly-uninitialized argc with an
27312 unlikely value that fits in 16 bits.
27313
27314 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27315
27316 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27317 0xfeeb, don't want negative numbers if ints are 16 bits.
27318
27319 * lib/gdb.exp (skip_cplus_tests): New proc.
27320 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27321 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27322 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27323 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27324 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27325 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27326 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27327 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27328
27329 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27330
27331 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27332
27333 * gdb.base/corefile.exp (up): Allow a parameter to appear
27334 in the frame that we're going up to.
27335
27336 From Jim Blandy <jimb@cygnus.com>:
27337
27338 * gdb.base/default.exp (info float): Expect some output now.
27339
27340 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27341 returning floating-point values to fail on the x86.
27342 * gdb.base/callfwmall.exp (do_function_calls): Same.
27343
27344 * gdb.base/list.exp (test_listsize): Correct expectations for
27345 listing line 1 with listsize 2. Also, listing a single line
27346 works now, as does listing three lines. [Kevin's note: There
27347 were a number of other cases fixed too where the expectations
27348 differed...]
27349
27350 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27351
27352 * gdb.base/selftest.exp: Add case for when version prints as
27353 constant string instead of char pointer.
27354
27355 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27356
27357 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27358 stepping out of main.
27359
27360 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27361 G++ used.
27362
27363 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27364 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27365
27366 * gdb.c++/ovldbreak.exp: Update match string in test that
27367 includes a warning of multiple breakpoints.
27368
27369 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27370
27371 * gdb.base/display.exp: Improve precision of step-after-finish
27372 added yesterday.
27373
27374 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27375 test.
27376
27377 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27378 configs when using G++, not just hppa*.
27379
27380 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27381
27382 * gdb.base/async.c: New file.
27383 * gdb.base/async.exp: New file.
27384
27385 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27386
27387 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27388 PA64.
27389
27390 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27391
27392 * gdb.base/display.exp: "finish" can leave us mid-line on many
27393 targets, deal with it. Add a small constant to main, instead of
27394 1000 since main+1000 may not be a valid address in the target.
27395
27396 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27397 on hpux11.
27398
27399 * gdb.base/attach.exp: Handle another hpux11 error message variant
27400 when attaching to a process that does not exist.
27401
27402 1999-08-19 J.T. Conklin <jtc@redback.com>
27403
27404 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27405 characters in 'continue to 1241' test.
27406
27407 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27408
27409 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27410 stop in print_long_arg_list, define and use a whitespace
27411 variable in print_small_structs test, add an XFAIL for Solaris.
27412 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27413 interested enough to fix.
27414
27415 1999-08-13 Keith Seitz <keiths@cygnus.com>
27416
27417 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27418 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27419 proc knows about targets other than the natives.
27420 (test_assign): Use "gdb_run_cmd" to "run" the target.
27421 Check that we've actually hit the breakpoint at main.
27422 When we attempt to assign a value to a local variable, check
27423 that the variable is in the current scope, i.e., don't use
27424 a test with an empty result.
27425
27426 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27427
27428 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27429 command.
27430
27431 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27432
27433 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27434 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27435 gdb.compat, gdb.threads-hp.
27436 gdb.hp/configure, gdb.hp/configure.in: New files.
27437 gdb.hp/Makefile.in: Recurse into new subdirs.
27438 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27439 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27440 in object files.
27441 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27442
27443 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27444
27445 * gdb.base/display.exp: Help expect by putting a newline in the
27446 funky printf, remove a bogus p/a test.
27447
27448 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27449
27450 * gdb.base/display.exp: Make sure that when we say 'run', we are
27451 connected to the target. This is necessary when running not
27452 natively.
27453
27454 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27455
27456 * gdb.base/step-test.exp: Removed some extraneous messages.
27457
27458 * gdb.base/long_long.exp: Don't run memory examination tests
27459 on little-endian targets (they will need a different set of
27460 results to match).
27461
27462 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27463
27464 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27465 until somebody decides to fix GDB.
27466
27467 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27468 constant as "ULL".
27469 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27470 matches for a couple x/2 commands.
27471
27472 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27473
27474 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27475 by merging in ref-types2 tests.
27476 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27477
27478 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27479 * gdb.c++/Makefile.in: Add standard actions.
27480 (EXECUTABLES): Rename from PROGS, update list.
27481 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27482 from gdb.hp.
27483 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27484 foo and bar locals.
27485 * gdb.c++/anon-union.exp: Fix tests to match.
27486 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27487 expect matches to handle output variations.
27488 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27489 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27490 output, add HP alternatives for new and delete prints.
27491 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27492 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27493 * gdb.c++/demangle.exp: Use $style when reporting failure.
27494 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27495 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27496 match alternatives.
27497 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27498 compilers.
27499 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27500 * gdb.c++/method.exp: Add match alternatives.
27501 * gdb.c++/misc.cc: Add bool types.
27502 * gdb.c++/misc.exp: Add tests for bool types.
27503 * gdb.c++/overload.exp: Add xfails.
27504 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27505 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27506 add some more template parameter tests (only for HP currently).
27507 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27508 * gdb.c++/virtfunc.cc: Add return type and value for main.
27509 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27510 match alternatives.
27511
27512 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27513
27514 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27515
27516 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27517
27518 * gdb.base/signals.exp: Don't expect getting a backtrace from
27519 within a signal handler to fail on Linux.
27520
27521 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27522
27523 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27524 * lib/gdb.exp: Remove some gratuitious semicolons.
27525 (delete_breakpoints): Increase timeout.
27526 (gdb_expect): Add -notransfer option.
27527 (gdb_test): Use -notransfer option.
27528 (get_compiler_info): Add f77 case.
27529 (get_compiler): New proc, split out from gdb_preprocess, add f77
27530 case.
27531 (gdb_preprocess): Call get_compiler.
27532
27533 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27534 * gdb.base/attach.exp, gdb.base/display.exp,
27535 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27536 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27537 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27538 third arg to gdb_test.
27539 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27540 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27541 HP-UX xfails, add others.
27542 * gdb.base/completion.exp: Reflect name change of self-test.
27543 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27544 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27545 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27546 HP failure number.
27547 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27548 useless HP-UX 10.30 references.
27549 * gdb.base/maint.exp: Loosen matches.
27550 * gdb.base/pointers.c (main): Declare more_code.
27551 * gdb.base/pointers.exp: Match on output of a `next'.
27552 * gdb.base/structs.c: Add prototypes.
27553 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27554 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27555
27556 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27557
27558 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27559 command.
27560
27561 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27562
27563 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27564 Fix run to main failures. Watchpoint can be hardware watchpoint.
27565
27566 * gdb.base/annota1.exp: Clean up some more, in case printf has
27567 debug info. Deal with lack of signal hanlder info in stack.
27568
27569 From Jim Kingdon <kingdon@redhat.com>:
27570 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27571
27572 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27573
27574 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27575 gdb.base/foll-vfork.exp: Don't run for crosses.
27576
27577 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27578
27579 * gdb.base/configure.in: Check for gdbvars.exp instead of
27580 a1-selftest.exp.
27581 * gdb.base/configure: Re-generate.
27582
27583 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27584
27585 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27586 in trying to run first and name is too long.
27587
27588 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27589 pointers2.c and pointers2.exp, respectively.
27590 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27591 doschk happier.
27592
27593 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27594
27595 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27596 callfuncs2.c and callfuncs2.exp.
27597
27598 * gdb.base/list.exp: Remove mistaken xfails.
27599 * gdb.base/list0.h: Add optional prototypes.
27600
27601 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27602
27603 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27604 calling malloc.
27605 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27606 * ptype.exp: Move test for get_debug_format to before its first
27607 use.
27608
27609 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27610
27611 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27612 * gdb.base/annota2.cc, annota2.exp: Move from here.
27613 * gdb.c++/annota2.cc, annota2.exp: To here.
27614 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27615
27616 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27617
27618 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27619 a consistent format.
27620
27621 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27622
27623 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27624 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27625 HP compilers, also set the globals $true and $false.
27626
27627 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27628 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27629 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27630 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27631 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27632 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27633 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27634 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27635 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27636 whatis.c} Add C++ compatible function definitions and return
27637 types, add includes for library functions.
27638 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27639 * gdb.base/step-test.c (myglob): Rename from glob.
27640 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27641 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27642 files, move here from gdb.hp.
27643 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27644 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27645 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27646 Adjust line numbers in regexps.
27647
27648 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27649 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27650 instead of 0/1.
27651
27652 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27653 foll-vfork.exp: New files, move here from gdb.hp.
27654 * gdb.base/page.exp: New file, test of pagination command.
27655
27656 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27657 recursion test.
27658 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27659
27660 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27661 gdb.base/solib.exp: Fix compiler invocation process.
27662
27663 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27664 HP-UX 11, turn off overload resolution explicitly.
27665 * gdb.base/commands.exp: Set argument list explicitly, add
27666 watchpoint test.
27667 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27668 them work.
27669 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27670 expressions properly.
27671 * gdb.base/corefile.exp: Loosen the match slightly.
27672 * gdb.base/default.exp: Allow "Error accessing memory" message
27673 also.
27674 * gdb.base/display.exp: Skip over x/0 j if PA64.
27675 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27676 * gdb.base/interrupt.exp: Ditto.
27677 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27678 in use.
27679 * gdb.base/list.exp: Add xfails for HP-UX.
27680 * gdb.base/long_long.exp: Refine some of the numeric matches.
27681 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27682 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27683 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27684 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27685 * gdb.base/ptype.exp: Succeed on more varieties of output.
27686 * gdb.base/scope.exp: Add xfails for HP-UX.
27687 * gdb.base/sect-cmd.exp: Add more cases.
27688 * gdb.base/setvar.exp: Add xfails for HP-UX.
27689 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27690 * gdb.base/signals.exp: Match on void symbolically.
27691 * gdb.base/step-test.exp: Add case for PA64.
27692 * gdb.base/term.exp: Add exit and restart.
27693 * gdb.base/twice.exp: Clean up after self.
27694 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27695 * gdb.base/whatis.exp: Allow more ways to pass tests.
27696
27697 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
27698 no longer useful.
27699
27700 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27701
27702 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
27703 list of patterns.
27704 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
27705 print_double_array(double_array)", "continuing to breakpoint
27706 1018", "print print_double_array(array_d)" and "continuing to
27707 1034" tests.
27708
27709 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27710
27711 * Makefile.in: Add empty html and install-html targets.
27712
27713 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27714
27715 * config/mt-*: Remove, these haven't been used since 1996.
27716
27717 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27718
27719 * gdb.base/call-strs.c, gdb.base/ending-run.c,
27720 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
27721 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27722
27723 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27724
27725 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27726 simpler match case for the ptype of the big class.
27727
27728 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27729
27730 * gdb.exp: Fix test for gdb_prompt existence.
27731
27732 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27733
27734 * gdb.exp (gdb_test): Add fail after calls to perror.
27735
27736 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27737
27738 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27739
27740 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27741
27742 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27743
27744 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27745
27746 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
27747 malloc() is linked in.
27748
27749 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27750
27751 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27752 step at end.
27753
27754 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27755
27756 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27757
27758 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27759
27760 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27761
27762 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27763 * gdb.base/mips_pro.exp: Likewise.
27764
27765 1999-06-02 Keith Seitz <keiths@cygnus.com>
27766
27767 * gdb.c++/templates.cc: Change all "new" operators to throw
27768 an exception.
27769 * gdb.c++/cplusfuncs.cc: Likewise.
27770
27771 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27772
27773 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27774
27775 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
27776 * gdb.base/ending-run.exp: When stepping out of main, accept a
27777 step into an arbitrary assembler file.
27778
27779 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27780
27781 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
27782 "breakpoint-invalid" to be printed.
27783 * gdb.base/annota2.exp: Revise line number for main
27784 breakpoint. Allow any number of "frames-invalid" and
27785 "breakpoint-invalid" to be printed.
27786 * gdb.base/annota2.cc: Initialize a.x to 0.
27787
27788 1999-05-17 Keith Seitz <keiths@cygnus.com>
27789
27790 * gdb.base/call-ar-st.exp: Skip
27791 "print print_double_array (double_array)" when "skip_float_tests" set.
27792 Ditto for "print print_double_array(array_d)",
27793 "print print_small_structs", "print print_ten_doubles", and
27794 "step into print_long_arg_list".
27795 Don't assume we can step into "print_long_arg_list": we could step
27796 into memcpy.
27797 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27798 "skip_float_tests" is set: "print print_one_double(*d1)"
27799 and "print print_two_floats(*f3)".
27800 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27801 "skip_float_tests" is set.
27802 * gdb.base/varargs.exp: Skip
27803 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27804 "skip_float_tests" set.
27805
27806 1999-05-06 Keith Seitz <keiths@cygnus.com>
27807
27808 * gdb.base/annota2.cc: Include stdio.h.
27809
27810 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27811
27812 * gdb.base/crossload.exp: Remove, this has been disabled ever
27813 since BFD stopped including all targets, and cross-GDB gets
27814 plenty of testing anyway.
27815 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
27816 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27817 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
27818 * gdb.base/README: Remove, was doc for this.
27819 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
27820 needed.
27821
27822 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27823
27824 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27825 output.
27826
27827 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27828 * gdb.base/annota2.exp: New file. More annotation tests.
27829 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27830 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27831
27832 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
27833
27834 * config/cfdbug.exp: New file.
27835
27836 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27837
27838 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27839 Marcus Daniel's and Dale Hawkins's demangler crashes.
27840
27841 * gdb.c++/demangle.exp (test_gnu_style_demangling,
27842 test_lucid_style_demangling, test_arm_style_demangling,
27843 test_hp_style_demangling): Try Tom Tromey's core-dumping
27844 identifier under each demangling style.
27845
27846 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27847
27848 * gdb.c++/demangle.exp: Include the current demangling style
27849 in all test names.
27850 (current_demangling_style): New global variable.
27851 (set_demangling_style, test_demangling_core, test_demangling,
27852 test_demangling_exact): New functions.
27853 (test_gnu_style_demangling, test_lucid_style_demangling,
27854 test_arm_style_demangling, test_hp_style_demangling): Use those,
27855 instead of calling gdb_test and gdb_test_exact directly.
27856 (catch_demangling_errors): New function, which reports errors
27857 signalled by the demangling test functions in an orderly way.
27858 (do_tests): Use catch_demangling_errors.
27859
27860 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27861
27862 * gdb.base/signals.exp (test_handle_all_print): Use () for
27863 grouping in expressions, not {}.
27864
27865 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
27866 initialized yet.
27867
27868 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27869
27870 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27871 are listed.
27872
27873 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27874
27875 * gdb.stabs/weird.exp: Test for CC being defined before
27876 looking at its value.
27877
27878 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27879
27880 * gdb.base/call-ar-st.exp: Remove stray '#'.
27881 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27882 "short int" and "long int".
27883 * gdb.c++/overload.cc: Cast the string added in the previous
27884 change, to mollify finicky HP compiler.
27885 * gdb.hp/reg-test.exp (testfile): Fix file name.
27886 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
27887
27888 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27889 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27890 alternate form of enum ptype.
27891
27892 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27893
27894 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27895 * gdb.hp/*.exp: Change all to run compiler probe only after
27896 passing skip_hp_tests, so as not to waste time on guaranteed
27897 failure.
27898
27899 * gdb.c++/overload.cc: Pass string instead of char addr, always
27900 init ccpfoo.
27901 * gdb.c++/templates.cc: Fix syntax error.
27902
27903 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27904
27905 * gdb.base/commands.exp: Add test for correct position of '>'
27906 when issuing the 'commands' command after a 'while' or 'if'
27907 command.
27908
27909 1999-03-18 James Ingham <jingham@cygnus.com>
27910
27911 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27912
27913 * gdb.c++/method.exp: It was testing an uninitialized int on the
27914 stack and assuming it was positive.
27915
27916 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27917
27918 * gdb.base/step-test.exp: Catch a case where finish is broken and
27919 keep it from killing the rest of the tests.
27920 Use gdb_continue_to_end.
27921
27922 * gdb.base/sigall.exp: use gdb_continue_to_end.
27923
27924 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27925
27926 * gdb.base/display.exp: use runto_main, not run.
27927
27928 * gdb.base/default.exp: Check for the current error message in the
27929 r abbreviation test.
27930 Add strongarm to the targets that know info float.
27931
27932 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
27933 run which doesn't work with monitors.
27934
27935 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27936 1034 test.
27937
27938 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27939
27940 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27941 end of a program. Traps the case (in Cygmon) when the program
27942 never really exits. Same as Mark's continue_to_exit, but I had
27943 put it in a lot more places, so I used my name. Sorry Mark...
27944
27945 * config/monitor.exp (gdb_target_monitor): added another
27946 target_info parameter: remotebinarydownload. This will set the
27947 remotebinarydownload flag if this is causing some boards trouble.
27948
27949 1999-03-18 Mark Salter <msalter@cygnus.com>
27950
27951 * lib/gdb.exp (continue_to_exit): New function.
27952
27953 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27954 * gdb.base/ending-run.exp: Ditto.
27955 * gdb.base/step-test.exp: Ditto.
27956
27957 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27958
27959 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27960 (suggested by Art Haas <ahaas@neosoft.com>).
27961
27962 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27963
27964 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27965
27966 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27967
27968 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27969 descriptions of types (short unsigned int vs unsigned short, etc).
27970
27971 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27972
27973 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27974 a call to strlen; sometimes we do have sources.
27975
27976 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27977
27978 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27979 character, so GDB won't print garbage after its end.
27980
27981 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27982 breakpoint there instead. Sometimes GCC emits memcpy to handle
27983 the large structures being passed by value, so we step into that
27984 instead of sum_array_print, which obscures what we're really testing.
27985 * gdb.base/step-test.exp: However, we do want a test that notices
27986 the bizarre steps into memcpy, so do that here. Add check for
27987 stepping into function calls that pass large structures by value.
27988 ("Is that a noun clause, or are you just happy to see me?")
27989 Remove all references to specific line numbers.
27990 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27991 New type and function.
27992 (main): Call large_struct_by_value, passing it a large struct by value.
27993 * lib/gdb.exp (gdb_get_line_number): New function.
27994
27995 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27996 more portable.
27997
27998 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27999
28000 * lib/gdb.exp: Doc fixes.
28001
28002 1999-03-05 Nick Clifton <nickc@cygnus.com>
28003
28004 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28005
28006 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28007
28008 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28009 commands. They're not germane to this test, and they don't work
28010 that way on remote targets.
28011
28012 1999-03-01 James Ingham <jingham@cygnus.com>
28013
28014 * Changelog entries merged over from gdb development branch.
28015
28016 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28017
28018 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28019 for outputting results of test run.
28020
28021 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28022
28023 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28024
28025 1999-02-25 Felix Lee <flee@cygnus.com>
28026
28027 * lib/gdb.exp (debug_format): initialize
28028
28029 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28030
28031 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28032 * gdb.base/call-rt-st.c: Ditto.
28033
28034 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28035
28036 * gdb.threads/pthreads.exp (horiz): New variable.
28037 (test_startup): Fix regexps that capture thread numbers.
28038
28039 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28040
28041 * gdb.base/smoke.exp: Disambiguate two test case names (both
28042 called ``print'').
28043
28044 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28045
28046 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28047 compilation.
28048
28049 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28050
28051 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28052 actual output formatting.
28053 * gdb.base/smoke.exp: GDB removes leading 0's.
28054 * gdb.base/volatile.exp: Don't check type of remuneration;
28055 that variable is no longer defined in constvars.c.
28056 * gdb.base/step-test.c (main): Exit with explicit exit code.
28057 * gdb.base/step-test.exp: Remove two nexti checks--they are
28058 not portable.
28059
28060 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28061
28062 * gdb.base/help.exp ("help delete display"): Fix test to match
28063 gdb's output.
28064
28065 * gdb.base/long_long.c (known_types): Initialize values to zero.
28066 * gdb.base/long_long.exp: Step one more line
28067 so 'dec' is initialized in "get to known place". GDB removes
28068 leading zeros. Explicitly ask for hex formatting. Use
28069 unique test case names.
28070
28071 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28072
28073 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28074
28075 * gdb.c++/method.exp: Add missing close brace.
28076
28077 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28078
28079 * gdb.base/maint.exp: Use 'set height 0' to disable page
28080 prompting, not 'set height 400'.
28081
28082 Fix a bunch of timeouts.
28083 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28084 four separate tests, so expect doesn't take forever to match a ton
28085 of text against a regexp with lots of .* forms.
28086 ("maint print psymbols", "maint print symbols"): Make some of
28087 these greps more selective, so that expect doesn't try to wade
28088 through huge piles of output and time out.
28089
28090 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28091
28092 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28093 tests: one which doesn't expect shlib events to be reported, and
28094 another which does, but is XFAIL for all platforms other than
28095 HP/UX.
28096
28097 * gdb.base/break.exp: Teach the test suite that the `catch
28098 fork', `catch vfork', and `catch exec' commands produce error
28099 messages on platforms that don't provide these features.
28100
28101 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28102
28103 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28104 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28105 (shortening names from solib_threshold.exp etc), won't run on
28106 anything but HP-UX for the foreseeable future.
28107 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28108 reflect move.
28109
28110 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28111
28112 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28113 gdb.trace/Makefile.in (clean): Remove all test executables.
28114
28115 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28116
28117 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28118 successfully re-sets breakpoints in shared libraries.
28119 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28120
28121 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28122
28123 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28124 and compiled w/o GCC.
28125
28126 * gdb.hp/watch-cmd.exp: ditto.
28127
28128 * gdb.hp/watch-hp.exp: ditto.
28129
28130 * gdb.hp/xdb1.exp: ditto.
28131
28132 * gdb.hp/xdb2.exp: ditto.
28133
28134 * gdb.hp/dbx.exp: ditto.
28135
28136 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28137
28138 * constvars.c: Remove C++-isms.
28139 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28140 with GCC.
28141
28142 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28143
28144 The following changes are part of the HP merge.
28145
28146 * gdb.base/break.exp: new tests to verify that catchpoints for
28147 fork, vfork, and exec don't trigger inappropriately.
28148
28149 * gdb.base/opaque.exp: compile one file at a time, then link.
28150
28151 * gdb.base/signals.exp: be more restrictive about which hppa
28152 systems receive a setup_xfail. new tests.
28153
28154 * gdb.base/solib_threshold.build: new file.
28155 * gdb.base/solib_threshold.exp: new file.
28156 * gdb.base/solib_threshold.link_opts: new file.
28157 * gdb.base/solib_threshold.mk: new file.
28158 * gdb.base/gen_solib_threshold.c: new file.
28159
28160 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28161 tests. New tests for enums inside classes.
28162
28163 * gdb.c++/compiler.cc: indicate support of template debugging.
28164
28165 * gdb.c++/demangle.exp: run hp style demangling tests.
28166
28167 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28168 tests.
28169
28170 * gdb.c++/misc.cc: changes to support new tests.
28171
28172 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28173 to support new tests.
28174
28175 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28176 gcc, then skip these tests.
28177
28178 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28179
28180 The following files are part of the HP merge; some had longer
28181 names at HP, but have been renamed to be no more than 14
28182 characters in length.
28183
28184 * gdb.hp/ambiguous.cc: new file.
28185 * gdb.hp/ambiguous.exp: new file.
28186 * gdb.hp/attach.exp: new file.
28187 * gdb.hp/attach2.exp: new file.
28188 * gdb.hp/classes-hp.exp: new file.
28189 * gdb.hp/ctti.exp: new file.
28190 * gdb.hp/ctti-add.cc: new file.
28191 * gdb.hp/ctti-add1.cc: new file.
28192 * gdb.hp/ctti-add2.cc: new file.
28193 * gdb.hp/ctti-add3.cc: new file.
28194 * gdb.hp/dbx.exp: new file.
28195 * gdb.hp/exception.cc: new file.
28196 * gdb.hp/exception.exp: new file.
28197 * gdb.hp/foll-exec.c: new file.
28198 * gdb.hp/foll-exec.exp: new file.
28199 * gdb.hp/foll-fork.c: new file.
28200 * gdb.hp/foll-fork.exp: new file.
28201 * gdb.hp/foll-vfork.c: new file.
28202 * gdb.hp/foll-vfork.exp: new file.
28203 * gdb.hp/inherit-hp.exp: new file.
28204 * gdb.hp/more-steps.exp: new file.
28205 * gdb.hp/namespace.cc: new file.
28206 * gdb.hp/namespace.exp: new file.
28207 * gdb.hp/optimize.exp: new file.
28208 * gdb.hp/pxdb.c: new file.
28209 * gdb.hp/pxdb.exp: new file.
28210 * gdb.hp/quicksort.exp: new file.
28211 * gdb.hp/reg-test.exp: new file.
28212 * gdb.hp/reg-test.s: new file.
28213 * gdb.hp/sized-enum.c: new file.
28214 * gdb.hp/sized-enum.exp: new file.
28215 * gdb.hp/start-stop.exp: new file.
28216 * gdb.hp/templ-hp.cc: new file.
28217 * gdb.hp/templ-hp.exp: new file.
28218 * gdb.hp/thr-lib.c: new file.
28219 * gdb.hp/thr-lib.exp: new file.
28220 * gdb.hp/thr-lib.h: new file.
28221 * gdb.hp/thr-liblib.c: new file.
28222 * gdb.hp/virtfun-hp.c: new file.
28223 * gdb.hp/virtfun-hp.exp: new file.
28224 * gdb.hp/watch-cmd.exp: new file.
28225 * gdb.hp/watch-hp.exp: new file.
28226 * gdb.hp/xdb1.exp: new file.
28227 * gdb.hp/xdb2.exp: new file.
28228 * gdb.hp/xdb3.exp: new file.
28229
28230 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28231
28232 The following files are part of the HP merge; some had longer
28233 names at HP, but have been renamed to be no more than 14
28234 characters in length.
28235
28236 * gdb.base/ss.h: new file.
28237 * gdb.base/call-ar-st.c: new file.
28238 * gdb.base/call-ar-st.exp: new file.
28239 * gdb.base/call-rt-st.c: new file.
28240 * gdb.base/call-rt-st-exp: new file.
28241 * gdb.base/call-strs.exp: new file.
28242 * gdb.base/ena-dis-br.exp: new file.
28243 * gdb.base/environ.exp: new file.
28244 * gdb.base/long_long.exp: new file.
28245 * gdb.base/sect-cmd.exp: new file.
28246 * gdb.base/shlib-cl2.exp: new file.
28247 * gdb.base/smoke.exp: new file.
28248 * gdb.base/so-impl-ld.c: new file.
28249 * gdb.base/so-impl-ld.exp: new file.
28250 * gdb.base/so-indr-cl.c: new file.
28251 * gdb.base/so-indr-cl.exp: new file.
28252 * gdb.base/varargs.exp: new file.
28253 * gdb.base/volatile.exp: new file.
28254 * gdb.base/whatis-exp.exp: new file.
28255 * gdb.base/display.exp: new file.
28256 * gdb.c++/derivation.exp: new file.
28257 * gdb.c++/local.exp: new file.
28258 * gdb.c++/member-ptr.exp: new file.
28259 * gdb.c++/overload.exp: new file.
28260 * gdb.c++/ovldbreak.exp: new file.
28261 * gdb.c++/ref-types.exp: new file.
28262 * gdb.c++/ref-types2.exp: new file.
28263 * gdb.c++/userdef.exp: new file.
28264
28265 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28266
28267 * gdb.base/default.exp: Reflect wording change in remote.c.
28268
28269 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28270
28271 * gdb.base/help.exp: Update to reflect current text.
28272
28273 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28274
28275 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28276 they're stack variables and contain garbage.
28277 * gdb.c++/anon-union.exp: new file.
28278
28279 The following changes were made by David Taylor
28280 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28281 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28282 in changes by HP.
28283
28284 * gdb.base/bitops.exp: new file.
28285 * gdb.base/default.exp: change expected messages for catch and
28286 info catch tests to reflect HP merge changes.
28287 * gdb.base/enable-disable-break.exp
28288 * gdb.base/ending-run.c: new file.
28289 * gdb.base/long_long.c: new file.
28290 * gdb.base/maint.exp: new file.
28291 * gdb.base/pointers2.exp: new file.
28292 * gdb.base/shlib-call2.exp: new file.
28293 * gdb.base/solib.exp: new file.
28294 * gdb.base/step-test.c: new file.
28295 * gdb.c++/anon-union.cc: new file.
28296 * gdb.c++/local.cc: new file.
28297 * gdb.c++/member-pointer.cc: new file.
28298 * gdb.c++/method.cc: new file.
28299 * gdb.c++/ref-types.cc: new file.
28300 * gdb.c++/ref-types2.cc: new file.
28301 * gdb.c++/userdef.cc: new file.
28302
28303 * gdb.base/scope.exp: compile one file at a time, then link.
28304 * gdb.base/langs.exp: ditto.
28305 * gdb.base/list.exp: ditto.
28306
28307 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28308
28309 The following changes were made by David Taylor
28310 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28311 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28312 in changes by HP.
28313
28314 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28315 skip tests. When compiling pass c++ flag to gdb_compile.
28316 * gdb.c++/
28317
28318 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28319 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28320 (skip_hp_tests): new function.
28321 (gdb_preprocess): new function.
28322
28323 * configure.in (hpdir): decide whether to configure gdb.hp.
28324 * configure: regenerated.
28325
28326 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28327 to delete on clean.
28328 (EXECUTABLES): update to reflect new additions.
28329 * gdb.base/commands.exp: update message expected.
28330 * gdb.base/default.exp: add copyright notice.
28331 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28332 * gdb.base/help.exp: update messages to reflect current text.
28333 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28334 targets for recurse tests.
28335 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28336 skip this file.
28337
28338 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28339 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28340 compilation.
28341 * gdb.c++/misc.exp: ditto.
28342 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28343 run the tests. tell gdb_compile that it's a c++ compilation.
28344
28345 * gdb.threads/pthreads.exp: fix typo in message.
28346
28347 * gdb.base/all-bin.exp: new file.
28348 * gdb.base/arithmet.exp: new file.
28349 * gdb.base/assign.exp: new file.
28350 * gdb.base/completion.exp: new file.
28351 * gdb.base/cond-expr.exp: new file.
28352 * gdb.base/condbreak.exp: new file.
28353 * gdb.base/define.exp: new file.
28354 * gdb.base/dollar.exp: new file.
28355 * gdb.base/environment.exp: new file.
28356 * gdb.base/eval-skip.exp: new file.
28357 * gdb.base/jump.exp: new file.
28358 * gdb.base/logical.exp: new file.
28359 * gdb.base/pointers.exp: new file.
28360 * gdb.base/relational.exp: new file.
28361 * gdb.base/section_command.exp: new file.
28362 * gdb.base/whatis-expr.exp: new file.
28363
28364 * gdb.base/all-types.c: new file.
28365 * gdb.base/call-array-struct.c: new file.
28366 * gdb.base/call-return-struct.c: new file.
28367 * gdb.base/call-strings.c: new file.
28368 * gdb.base/callfuncs2.c: new file.
28369 * gdb.base/condbreak.c: new file.
28370 * gdb.base/constvars.c: new file.
28371 * gdb.base/display.c: new file.
28372 * gdb.base/int-type.c: new file.
28373 * gdb.base/jump.c: new file.
28374 * gdb.base/miscexprs.c: new file.
28375 * gdb.base/pointers.c: new file.
28376 * gdb.base/pointers2.c: new file.
28377 * gdb.base/shmain.c: new file.
28378 * gdb.base/shr1.c: new file.
28379 * gdb.base/shr2.c: new file.
28380 * gdb.base/solib.c: new file.
28381 * gdb.base/solib1.c: new file.
28382 * gdb.base/solib2.c: new file.
28383 * gdb.base/varargs.c: new file.
28384 * gdb.c++/derivation.cc: new file.
28385 * gdb.c++/overload.cc: new file.
28386 * gdb.c++/ovldbreak.cc: new file.
28387 * gdb.hp/attach.c: new file.
28388 * gdb.hp/attach2.c: new file.
28389 * gdb.hp/average.c: new file.
28390 * gdb.hp/compiler.c: new file.
28391 * gdb.hp/compiler.cc: new file.
28392 * gdb.hp/execd-program.c: new file.
28393 * gdb.hp/follow-exec.c: new file.
28394 * gdb.hp/follow-fork.c: new file.
28395 * gdb.hp/follow-vfork-and-exec.c: new file.
28396 * gdb.hp/misc-hp.cc: new file.
28397 * gdb.hp/more-steps.c: new file.
28398 * gdb.hp/optimize.c: new file.
28399 * gdb.hp/quicksort.c: new file.
28400 * gdb.hp/run-hp.c: new file.
28401 * gdb.hp/start-stop.c: new file.
28402 * gdb.hp/sum.c: new file.
28403 * gdb.hp/templates-hp.cc: new file.
28404 * gdb.hp/thread-local-in-lib.c: new file.
28405 * gdb.hp/thread-local-in-lib.h: new file.
28406 * gdb.hp/thread-local-in-lib.lib.c: new file.
28407 * gdb.hp/vforked-program.c: new file.
28408 * gdb.hp/virtfunc-hp.cc: new file.
28409 * gdb.hp/watchpoint-hp.c: new file.
28410 * gdb.hp/xdb.c: new file.
28411 * gdb.hp/xdb0.c: new file.
28412 * gdb.hp/xdb0.h: new file.
28413 * gdb.hp/xdb1.c: new file.
28414
28415 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28416
28417 The following change was made by Edith Epstein
28418 <eepstein@cygnus.com> as part of a project to merge in changes
28419 originally made by HP; HP did not create ChangeLog entries.
28420
28421 * gdb.c++/demangle.exp: changed the expected output for some
28422 ARM-style mangling -- removed second reference to datatype.
28423 For example, maint demangle __dt__11T1__pt__2_cFv
28424 T1<char>::~T1<char>(void)
28425 becomes,
28426 maint demangle __dt__11T1__pt__2_cFv
28427 T1<char>::~T1(void)
28428
28429 (test_hp_style_demangling): new hp specific demangling test cases.
28430
28431 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28432
28433 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28434 * gdb.trace/backtrace.exp: Likewise.
28435 * gdb.trace/circ.exp: Likewise.
28436 * gdb.trace/collection.exp: Likewise.
28437 * gdb.trace/deltrace.exp: Likewise.
28438 * gdb.trace/infotrace.exp: Likewise.
28439 * gdb.trace/limits.exp: Likewise.
28440 * gdb.trace/packetlen.exp: Likewise.
28441 * gdb.trace/passc-dyn.exp: Likewise.
28442 * gdb.trace/passcount.exp: Likewise.
28443 * gdb.trace/report.exp: Likewise.
28444 * gdb.trace/save-trace.exp: Likewise.
28445 * gdb.trace/tfind.exp: Likewise.
28446 * gdb.trace/tracecmd.exp: Likewise.
28447 * gdb.trace/while-dyn.exp: Likewise.
28448 * gdb.trace/while-stepping.exp: Likewise.
28449
28450 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28451
28452 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28453
28454 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28455
28456 From Brendan Kehoe:
28457 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28458 int return types.
28459
28460 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28461
28462 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28463 remote dos host testing right.
28464
28465 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28466
28467 * gdb.base/corefile.exp: remove some xfails.
28468
28469 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28470
28471 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28472 have different timestamps.
28473
28474 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28475
28476 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28477 gdb.base/default.exp: Replace "exec" with "executable".
28478
28479 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28480
28481 * gdb.base/default.exp: Change else if to elseif from previous
28482 delta.
28483
28484 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28485
28486 * gdb.base/default.exp: Add brace missing from previous delta.
28487
28488 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28489
28490 * gdb.base/default.exp: Support test for info float for all
28491 varieties of arm toolchain.
28492
28493 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28494
28495 * gdb.trace/*.exp: remove "remote_download" command.
28496
28497 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28498
28499 * gdb.trace/*.exp: remove -gdwarf from compile.
28500
28501 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28502
28503 * gdb.trace/configure.in(AC_INIT): typo
28504 * gdb.trace/configure: regenerated
28505
28506 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28507
28508 * config/m68k-emc.exp: New file.
28509 * lib/<emc-support.exp trace-support.exp}: New files.
28510 * configure.in: add new test directory gdb.trace.
28511 * gdb.trace/{configure configure.in Makefile.in}: New files.
28512 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28513 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28514 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28515 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28516 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28517 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28518 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28519
28520 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28521
28522 * gdb.c++/classes.exp: Change all regular expressions to match
28523 arbitrary combinations of newline/carriage-return, so that they
28524 will work equally well on Unix and Windows.
28525 * gdb.c++/inherit.exp: ditto.
28526 * gdb.c++/virtfunc.exp: ditto.
28527
28528 1998-08-11 Dawn Perchik <dawn@cygnus.com>
28529
28530 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28531
28532 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28533
28534 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28535 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28536 to use a0-a3/d0-d3 as needed.
28537
28538 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28539
28540 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28541 * gdb.disasm/am33.exp: Corresponding changes.
28542
28543 1998-07-11 Felix Lee <flee@cygnus.com>
28544
28545 * gdb.base/callfuncs.exp: add cmp10 test.
28546 * gdb.base/callfuncs.c (cmp10): new function.
28547
28548 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28549
28550 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28551 into two parts to get around a synchronization problem in expect.
28552
28553 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28554
28555 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28556
28557 * configure.in: Add options for gdbtk testsuite.
28558
28559 * configure: Regenerate.
28560
28561 * gdb.gdbtk: New directory to hold gdbtk tests.
28562
28563 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28564
28565 * gdb.fortran/types.exp: Escape brackets in expect patterns
28566 for test_float_literal_types_accepted tests.
28567 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28568 before run test.
28569
28570 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28571
28572 * am33.exp: Just compile, do not link the testcase.
28573 * am33.s: Add ".am33" pseudoop to force am33 mode.
28574
28575 1998-06-25 Felix Lee <flee@cygnus.com>
28576
28577 * gdb.base/setshow.exp: make sure $pc is sane.
28578
28579 * gdb.stabs/weird.exp: split expect patterns properly.
28580
28581 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28582
28583 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28584 * gdb.disasm/am33.exp: Run it.
28585
28586 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28587
28588 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28589 match processing (and eliminate spurious timeouts when running).
28590
28591 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28592
28593 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28594 exception test, but conditionalize it on target [mach | gnu].
28595
28596 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28597
28598 * gdb.base/overlays.exp: fixup compile line for linker script.
28599
28600 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28601
28602 * gdb.fortran/types.exp: don't guess at float size.
28603
28604 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28605
28606 * gdb.base/exprs.exp: delete test that depends on int size.
28607
28608 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28609
28610 * config/sim.exp: Removed checks for target triplets.
28611 (gdb_target_sim): Use gdb,target_sim_options.
28612
28613 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28614
28615 * gdb.base/reread.exp: New file.
28616 * gdb.base/reread1.c: New file.
28617 * gdb.base/reread2.c: New file.
28618
28619 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28620
28621 * config/sim.exp: Use 'target sim -sparclite' when running
28622 SPARClite programs.
28623
28624 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28625
28626 * gdb.base/structs2.exp: New file.
28627 * gdb.base/structs2.c: New file.
28628
28629 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28630
28631 * gdb.asm/common.inc: New file.
28632 * gdb.asm/d10v.inc: New file.
28633 * asm-source.exp: Pass -I's to gas to find .inc files.
28634 Update line numbers in expected output.
28635 * asmsrc1.s: Rewrite.
28636 * asmsrc2.s: Rewrite.
28637 * configure.in: Create arch.inc symlink.
28638 * configure: Regenerate.
28639 * Makefile.in (distclean): Delete arch.inc.
28640
28641 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28642
28643 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28644 (t_enum_value2): ditto
28645 (t_enum_value3): ditto
28646 (main): ditto
28647 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28648
28649 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28650 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28651 change.
28652 Use gdb_test instead of send_gdb/gdb_expect sequences.
28653
28654 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28655
28656 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28657 not void.
28658
28659 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28660
28661 * gdb.base/branches.c: Code with lots of loops and
28662 subroutines. Used to test gdbs ability to single step through PC
28663 changes, especially to test mips-tdep.c:mips_next_pc
28664
28665 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28666
28667 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28668 more rigorous EGCS C++ error checking.
28669
28670 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28671
28672 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28673 tests.
28674 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28675 function when asleep.
28676 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28677 for i*86 Linux and SVR4 signal handling problems.
28678 Remove linux xfail for `next to handler in signals_tests_1', fixed
28679 by recent infrun.c change.
28680 Limit backtrace to 10 frames to avoid timeout problems with infinite
28681 stack backtraces.
28682 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28683 target.[ch] change.
28684
28685 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28686
28687 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28688 for a newline from gdb before continuing.
28689 (default_gdb_exit): Just look for y or n.
28690 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28691 it does, fail the rests of the tests in the file.
28692
28693 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28694
28695 * config/cygmon.exp: New file.
28696
28697 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28698
28699 * gdb.base/list.exp: Fix problem with "list default lines around
28700 main" test on remote targets.
28701
28702 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28703 run test on remote targets.
28704
28705 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28706
28707 * gdb.asm: New directory.
28708 * configure.in: Configure it.
28709 * configure: Regenerate.
28710 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28711 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28712
28713 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28714
28715 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28716
28717 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
28718
28719 * gdb.base/overlays (several files): Merge the two overlay
28720 managers into one. Change variables (foox, barx, bazx, grbxx)
28721 back into ints but force them to load in their proper sections.
28722
28723 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28724
28725 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
28726 on-chip insn memory and IMAP1 to upper 128k.
28727 (D10VCopy): Handle memory regions crossing 16k boundaries.
28728 (D10VCopy): Transfer data in 32 bit chunks.
28729
28730 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28731
28732 * gdb.base/overlays.c (main): Exit normally when result is
28733 correct.
28734
28735 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
28736 map. Include space for printf in .text segment.
28737
28738 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
28739 updated d10v memory VMA/LMA map.
28740 (D10VCopy): Call D10VTranslate.
28741
28742 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28743
28744 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28745
28746 * gdb.base/bar.c (barx, bar): Change variable to small array so
28747 that it won't be put into the .sdata - small data -
28748 section. Update reference.
28749 * gdb.base/baz.c (bazx, baz): Ditto.
28750 * gdb.base/foo.c (foox, foo): Ditto.
28751 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28752
28753 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
28754 to be arrays.
28755
28756 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
28757
28758 * gdb.base/overlays.exp: fix up and get working again.
28759 Add tests for backtraces from an overlay function.
28760
28761 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28762
28763 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28764 "calling function with watchpoint enabled".
28765
28766 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28767
28768 * gdb.base/break.exp (test_next_with_recursion): Remove
28769 gdb_suppress_tests for d10v-*-*.
28770 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28771 pending review of whether it is useful or not.
28772
28773 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28774
28775 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28776
28777 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28778
28779 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28780 * config/dve.exp: New file to support Densan boards.
28781
28782 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28783
28784 * gdb.base/interrupt.exp: Document problem of simulators, signals,
28785 reads and BSD.
28786
28787 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28788
28789 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28790 response.
28791
28792 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28793
28794 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28795
28796 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
28797 test.
28798
28799 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
28800 target_sizeof_long and target_bigendian_p.
28801 (structs_by_value, structs_by_reference): Check values according
28802 to targets word size and endianess.
28803
28804 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28805
28806 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
28807 output.
28808
28809 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28810
28811 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
28812 Update test of set args help to match source change.
28813
28814 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28815
28816 * gdb.base/default.exp: Expect help system output to be in
28817 alphabetical order.
28818 * gdb.base/help.exp: Ditto.
28819
28820 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28821
28822 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28823 "i*86-pc-linux-gnu*".
28824 * gdb.base/interrupt.exp: Ditto.
28825 * gdb.base/corefile.exp: Ditto.
28826
28827 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
28828 define vxworks when building the testcase.
28829
28830 * gdb.base/ptype.exp: Fix testnames to be unique.
28831 * gdb.base/radix.exp: Ditto.
28832 * gdb.base/term.exp: Ditto.
28833 * gdb.base/whatis.exp: Ditto.
28834 * gdb.c++/classes.exp: Ditto.
28835
28836 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28837
28838 * gdb.base/callfuncs.exp: Fix indentation.
28839
28840 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28841 suppress_flag has been set.
28842 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28843 target feature.
28844
28845 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28846
28847 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28848 the testcase.
28849
28850 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
28851 set_debug_traps() and breakpoint().
28852 * gdb.c++/misc.cc (main): Ditto.
28853 * gdb.c++/templates.cc (main): Ditto.
28854 * gdb.c++/virtfunc.cc (main): Ditto.
28855
28856 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28857
28858 * lib/gdb.exp(gdb_step_for_stub): New function.
28859 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28860 exists, reload the executable and do a "continue" instead of
28861 doing a jump.
28862 (runto_main): Use gdb_step_for_stub.
28863
28864 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
28865 tests to have unique names.
28866 * gdb.base/callfuncs.exp: Ditto.
28867 * gdb.base/commands.exp: Ditto.
28868 * gdb.base/default.exp: Ditto.
28869 * gdb.base/help.exp: Ditto.
28870 * gdb.base/list.exp: Ditto.
28871 * gdb.base/opaque.exp: Ditto.
28872 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28873 similar tests.
28874
28875 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28876 * gdb.c++/cplusfuncs.cc: Ditto.
28877 * gdb.c++/virtfunc.cc: Ditto.
28878
28879 * config/monitor.exp: Keep track of the last file we saw, rather
28880 than trying to get the info from gdb.
28881
28882 * gdb.fortran/types.exp: Move comment to previous line.
28883
28884 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28885
28886 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
28887 target mode.
28888
28889 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28890
28891 From Bob Manson:
28892 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
28893 string from GDB when it connects.
28894
28895 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28896
28897 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28898
28899 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
28900 if we can't get a debug format from GDB (we may be testing an
28901 older GDB). Use a 10 second timeout when checking for the format.
28902
28903 * gdb.stabs/weird.exp: Fix quoting.
28904
28905 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28906
28907 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28908
28909 * config/arm-ice.exp: New file.
28910
28911 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28912
28913 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
28914 until it has been modified to work with the new testsuite.
28915
28916 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
28917 testcase won't compile, cause all of the testcases in the file to
28918 fail instead.
28919
28920 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28921 (gdb_clear_suppressed): New procedure.
28922 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28923 it contains a positive value.
28924
28925 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28926
28927 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28928
28929 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28930
28931 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28932
28933 * lib/gdb.exp (setup_xfail_format): New function.
28934 (get_debug_format): New function to get debug format.
28935 (debug_format): New global variable to hold last value set
28936 by get_debug_format.
28937 * gdb.base/list.exp: Call get_debug_format and expect some
28938 tests to fail for DWARF 1 and COFF formats.
28939 * gdb.c++/ptype.exp: Ditto.
28940 * gdb.c++/classes.exp: Ditto.
28941 * gdb.c++/cplusfuncs.exp: Ditto.
28942 * gdb.c++/inherit.exp: Ditto.
28943 * gdb.c++/templates.exp: Ditto.
28944 * gdb.c++/virtfunc.exp: Ditto.
28945
28946 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28947
28948 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28949 host doesn't have a currently-open connection.
28950
28951 * config/sparclet.exp: Cleanups and fixes to make it generic for
28952 any gdb stub target. Handle cases where gdb doesn't respond when
28953 interrupted in a sane fashion.
28954
28955 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28956 same thing in a totally different way.
28957
28958 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28959 setting "timeout".
28960 (gdb_start): We set the global gdb_prompt variable in
28961 default_gdb_init now.
28962
28963 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28964
28965 * gdb.base/printcmds.exp: Fix "check for floating addition"
28966 regexp to accept results within approx +/- .01 of exact value.
28967 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28968
28969 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28970
28971 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28972 properly.
28973 (gdb_expect): Add optional timeout parameter, and add timeout
28974 value to various calls.
28975 (gdb_suppress_tests): Only give one warning message per group.
28976
28977 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28978
28979 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28980 global variables. Handle getting a value for $timeout more
28981 gracefully.
28982
28983 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28984
28985 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28986 initialize.
28987 (default_gdb_init): New procedure; allow gdb_init to be overridden
28988 by a target configuration file.
28989 (gdb_expect): Pass the timeout to remote_expect.
28990
28991 * config/monitor.exp(gdb_load): Fix typo in regexp.
28992
28993 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28994
28995 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28996
28997 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28998
28999 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29000 here. Call gdb_target_exec before rebooting the target, to make
29001 sure the connection to the target is closed.
29002 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29003 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29004 Also detect "Timeout reading from remote" error.
29005
29006 * config/gdbserver.exp: Pass the executable being loaded to
29007 gdb_target_monitor. Don't call gdb_file_cmd here; let
29008 gdb_target_monitor do it.
29009
29010 * gdb.disasm/hppa.exp: Don't use exec_output.
29011
29012 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29013
29014 * gdb.base/list.exp: If we're debugging a non-native target,
29015 try to set the pc register to point to the start of the
29016 program before doing the first list command.
29017
29018 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29019 test_calls after restarting.
29020
29021 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29022 reloading.
29023
29024 * gdb.base/watchpoint.exp: Fix typo.
29025
29026 * gdb.base/setshow.exp: Check for use_gdb_stub.
29027
29028 * gdb.base/break.exp: Fix continue until exit test for the gdb
29029 stub case.
29030 * gdb.base/langs.exp: Ditto.
29031
29032 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29033 gdb_load_offset. If we weren't given a file to load, figure out
29034 what the current file is and use it.
29035
29036 * config/i386-bozo.exp: New file.
29037
29038 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29039
29040 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29041 feature.
29042
29043 * config/proelf.exp: New entry.
29044
29045 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29046
29047 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29048 of regexps.
29049
29050 * gdb.base/watchpoint.exp: Don't run the test_stepping
29051 tests if gdb can't call functions on the target.
29052
29053 * gdb.base/setshow.exp: Don't run the set prompt tests if
29054 the board has gdb_prompt set.
29055
29056 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29057
29058 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29059 * gdb.base/commands.exp: Likewise.
29060 * gdb.base/setshow.exp: Likewise.
29061
29062 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29063
29064 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29065 feature.
29066
29067 * config/i960.exp: New file.
29068
29069 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29070
29071 * gdb.base/funcargs.exp: Check for gdb,short_int target
29072 feature instead of looking for explicit target triplets.
29073
29074 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29075
29076 * gdb.base/printcmds.exp: add a couple more tests a la
29077 "p 123DEADBEEF", to check parse_number.
29078 * top.c: change "to enable to enable" to "to enable" in a couple
29079 of help strings.
29080
29081 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29082
29083 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29084 on the mn10300.
29085
29086 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29087
29088 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29089 where the test executable is run with explicit args.
29090 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29091
29092 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29093
29094 * gdb.base/run.c: Use FAKEARGV to build test executable that
29095 does not require a command line arg, since most simulators
29096 don't currently support passing such an arg into the simulated
29097 program.
29098 * gdb.base/commands.exp: Change tests to insert the proper
29099 value as the arg to the first recursive factorial call. Change
29100 compilation line to define FAKEARGV at compile time.
29101
29102 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29103
29104 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29105 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29106 function with watchpoint enabled" test.
29107
29108 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29109
29110 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29111 Don't call gdb_test when the command doesn't return to a gdb prompt.
29112
29113 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29114 "Tests restarted" messages.
29115
29116 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29117
29118 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29119
29120 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29121
29122 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29123 for INFO SYMBOL; add help tests for OVERLAY commands.
29124 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29125 add tests for OVERLAY commands
29126 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29127 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29128 * gdb.base/sigall.c: add usestubs code frag
29129 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29130
29131 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29132
29133 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29134 failures.
29135 (gdb_stop_suppressing_tests): Note that tests have restarted.
29136
29137 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29138
29139 * config/h8300.exp: New file.
29140
29141 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29142
29143 * gdb.base/setshow.exp: Check for the existence of a
29144 feature, not its value.
29145
29146 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29147
29148 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29149
29150 * gdb.base/scope.exp: It's now init0(), not init().
29151
29152 * gdb.base/scope0.c: For now, change init() to be init0().
29153
29154 * config/monitor.exp: Use gdb_serial in preference to serial
29155 or netport.
29156
29157 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29158 and it's not already set.
29159
29160 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29161
29162 * gdb.base/setshow.exp: Only test the run command if the target
29163 isn't using a stub and if it supports argument passing.
29164
29165 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29166
29167 * config/udi.exp(gdb_start): Make sure UDICONF is set
29168 properly before starting gdb.
29169
29170 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29171
29172 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29173 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29174 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29175
29176 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29177
29178 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29179 specialized code to reboot the board, use remote_reboot instead.
29180
29181 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29182
29183 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29184
29185 * config/monitor.exp: Make sure we disconnect from the target.
29186 Also, try a reboot/reload cycle instead of failing if the
29187 load fails.
29188
29189 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29190
29191 * gdb.base/default.exp: Don't set match_max.
29192 * gdb.base/help.exp: Ditto.
29193 * gdb.base/list.exp: Ditto.
29194 * gdb.base/signals.exp: Ditto.
29195
29196 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29197 set, use remote_ld to download the testcase instead of
29198 the GDB loader.
29199
29200 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29201
29202 * config/vr5000.exp: New file.
29203
29204 * config/monitor.exp(gdb_target_monitor): Add pattern for
29205 "Ending remote" to detect errors in connecting.
29206
29207 * gdb.base/setshow.exp: Add .* within auto language test.
29208
29209 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29210 target feature.
29211
29212 * config/monitor.exp(gdb_load): Check for a failure when loading,
29213 and reboot the board if necessary.
29214
29215 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29216 a set of tests. Remove print.* from the patterns being checked.
29217
29218 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29219
29220 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29221 refer to gdb_spawn_id.
29222
29223 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29224 longer used.
29225 * config/sparclet.exp: Ditto.
29226 * config/sparclet-old.exp: Ditto.
29227 * config/slite.exp: Ditto.
29228 * config/sim.exp: Ditto.
29229 * gdb.base/funcargs.exp: Ditto.
29230
29231 * lib/gdb.exp:Remove references to gdb_spawn_id.
29232 (gdb_expect): Move to remote.exp.
29233
29234 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29235
29236 * config/monitor.exp: Detect the "Couldn't establish connection"
29237 message from GDB.
29238
29239 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29240
29241 * gdb.base/bitfields.exp: Use runto instead of explicit
29242 gdb_run_cmd/gdb_expect sequences.
29243
29244 * gdb.base/break.exp(text_next_with_recursion): Add match for
29245 gdb_expect call.
29246
29247 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29248 We also need to handle the "A program is being debugged already"
29249 prompt from gdb. Use gdb_test to set the baud rate.
29250
29251 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29252 to 20000. Really. I mean it.
29253
29254 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29255
29256 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29257 fails. If suppress_flag is set, skip perror message about not
29258 being able to send to GDB.
29259 (send_gdb): If suppress_flag is set, don't try to send commands to
29260 GDB.
29261 (gdb_expect): If suppress_flag is set, always fail immediately.
29262 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29263 (gdb_init): Call gdb_stop_suppressing_tests.
29264 (default_gdb_exit): Ditto.
29265 (default_gdb_start): Ditto.
29266
29267 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29268 gdb_stop_suppressing_tests as appropriate.
29269 * gdb.base/break.exp: Ditto.
29270 * gdb.base/callfuncs.exp: Ditto.
29271 * gdb.base/commands.exp: Ditto.
29272 * gdb.base/exprs.exp: Ditto.
29273 * gdb.base/funcargs.exp: Ditto.
29274 * gdb.base/list.exp: Ditto.
29275 * gdb.base/recurse.exp: Ditto.
29276 * gdb.base/scope.exp: Ditto.
29277 * gdb.base/structs.exp: Ditto.
29278 * gdb.c++/inherit.exp: Ditto.
29279
29280 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29281
29282 * config/vr4300.exp: New file.
29283
29284 * gdb.*/*.exp: Call gdb_expect instead of expect.
29285
29286 * lib/gdb.exp(gdb_expect): New function.
29287
29288 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29289
29290 * lib/gdb.exp(gdb_init): New function.
29291
29292 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29293 for each individual variable set.
29294
29295 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29296 name.
29297
29298 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29299
29300 * gdb.base/scope.exp: Use gdb_test.
29301
29302 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29303 aborting; the testsuite driver will do that for us (see
29304 gdb_finish). Also, use gdb_test in a few more places.
29305
29306 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29307
29308 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29309
29310 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29311
29312 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29313 and "add_tests" are not at the same address.
29314
29315 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29316
29317 * gdb.base/ptype.exp: Use gdb_test.
29318
29319 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29320
29321 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29322 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29323 left in. No longer expect them to fail.
29324
29325 * gdb.stabs/*.mt; Deleted, no longer used.
29326 * gdb.stabs/configure.in: Remove references to target makefile
29327 frags.
29328 * gdb.stabs/configure: Rebuilt.
29329
29330 * gdb.disasm/*.mt: Deleted, no longer used.
29331 * gdb.disasm/configure.in: Remove references to target makefile
29332 frags. Use "sh3.s" as the unique filename for this directory.
29333 * gdb.disasm/configure: Rebuilt.
29334
29335 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29336 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29337 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29338
29339 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29340
29341 * config/udi.exp: Use mondfe,name instead of remote_host.
29342
29343 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29344
29345 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29346 a function with a watchpoint enabled on the mn10200.
29347
29348 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29349 before trying to create it!
29350
29351 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29352
29353 * config/vx.exp: Use hostname instead of netport.
29354
29355 * config/vxworks.exp: New file.
29356
29357 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29358
29359 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29360 gdb before assuming everything worked. Send a ^C if a timeout
29361 occurs.
29362
29363 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29364 $gdb_spawn_id directly.
29365 (gdb_run_cmd): Try _start as well as start. Use the target feature
29366 gdb,start_symbol as the symbol to start from when jumping.
29367
29368 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29369
29370 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29371 redundant) test.
29372
29373 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29374 it doesn't lose for 16bit integer systems.
29375
29376 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29377
29378 * gdb.fortran/types.exp: If the target doesn't support "double"
29379 data types, then expect "real" types to only be 4 bytes.
29380
29381 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29382 call tests if the target doesn't support inferior function calls.
29383
29384 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29385 in printf tests.
29386
29387 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29388
29389 * gdb.base/help.exp: Disable "help set", "help show", and
29390 "help support". Simplify regexp for "help stack".
29391
29392 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29393 to 60 seconds. Temporarily set match_max to 15000 around the
29394 "info copying" test.
29395
29396 * gdb.base/nodebug.exp: Don't try to do an inferior function
29397 call if the target doesn't support them.
29398 * gdb.base/printcmds.exp: Likewise.
29399 * gdb.base/setvar.exp: Likewise.
29400 * gdb.base/structs.exp: Likewise.
29401 * gdb.c++/templates.exp: Likewise.
29402 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29403
29404 * gdb.base/recurse.exp: Enable for the mn10200.
29405
29406 * configure.in: Do configure gdb.stabs directory for *-*-elf
29407 targets.
29408 * configure: Rebuilt.
29409
29410 * gdb.base/break.exp: Check for gdb,noresults before testing
29411 exit status and/or results from the target.
29412 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29413 * lib/gdb.exp: Remove old (now bogus) initialization of
29414 noinferior, noargs, noresults and nosignals.
29415
29416 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29417
29418 * config/sh.exp: New file.
29419
29420 * config/slite.exp: Try to connect multiple times to the board
29421 before rebooting. Only send a "monitor run" if need_monitor_run
29422 is set.
29423
29424 * gdb.base/break.exp: Don't do the "stub continue" test if
29425 the target has gdb_stub set.
29426
29427 * gdb.base/callfuncs.exp: Increase the timeout.
29428
29429 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29430 if the target has gdb,noinferiorio set.
29431
29432 * gdb.base/list.exp: Increase match_max to 10000 characters.
29433
29434 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29435
29436 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29437 target.
29438
29439 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29440
29441 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29442
29443 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29444 trying to delete the copy of gdb. Catch the file delete so we
29445 don't die if the delete fails; also, the file should be copied to
29446 the host, not to the build.
29447
29448 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29449
29450 * lib/gdb.exp(gdb_test): Surround the result pattern with
29451 parenthesis in case it contains multiple regexps separated
29452 with |.
29453
29454 * gdb.base/watchpoint.exp: Use gdb_test.
29455 * gdb.base/default.exp: Ditto.
29456
29457 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29458
29459 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29460
29461 * gdb.base/scope.exp: Use gdb_test.
29462 * gdb.c++/classes.exp: Ditto.
29463 * gdb.c++/inherit.exp: Ditto.
29464
29465 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29466
29467 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29468 remote_exec instead.
29469 * gdb.base/corefile.exp: Don't be ridiculous.
29470 * gdb.base/*.c: Add missing stub invocations.
29471
29472 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29473
29474 * config/slite.exp: Miscellaneous fixes.
29475
29476 * lib/gdb.exp: Fix runto.
29477
29478 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29479 the target.
29480
29481 * gdb.base/watchpoint.exp: Fix regexp.
29482
29483 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29484 close and wait commands, as the descriptor may now be
29485 invalid. Always call "remote_close host".
29486
29487 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29488
29489 Major rewrite for testsuite revision.
29490
29491 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29492 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29493 instead of relying on spawn_id to always contain a valid
29494 spawn id.
29495 (get_compiler_info): New procedure to build the ${binfile}.ci
29496 file, instead of replicating this in N different places.
29497 (gdb_compile): New procedure.
29498
29499 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29500 appropriate arguments) instead of compile. Use gdb_test in a lot
29501 more places. Use send_gdb instead of send. Always run gdb_start
29502 at the start of a testcase, as this is no longer done magically.
29503
29504 config/*-gdb.exp: Rename without the -gdb suffix.
29505
29506 config/mips.exp: Use remote_close instead of exit_remote_shell.
29507 config/monitor.exp: Use target_info instead of looking at
29508 baud, timeout, etc.
29509 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29510
29511 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29512
29513 * gdb.c++/templates.exp (test_ptype_of_templates),
29514 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29515 Update expect patterns for destructors and assignment operators
29516 to match corresponding c-typeprint.c changes.
29517 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29518 to destructor breakpoint test, GDB should be able to set the
29519 destructor breakpoint without specifying arguments.
29520
29521 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29522
29523 * gdb.threads/pthreads.exp: Change result for failure to compile due
29524 to lack of pthreads runtime support from an error to simply an
29525 unsupported test, per dejagnu standards.
29526
29527 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29528
29529 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29530 where GDB exits to reduce pattern match time.
29531 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29532
29533 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29534
29535 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29536
29537 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29538 * gdb.base/default.exp: ditto.
29539 * gdb.base/nodebug.exp: ditto.
29540 * gdb.base/printcmds.exp: ditto.
29541 * gdb.base/ptype.exp: ditto.
29542 * gdb.base/setvar.exp: ditto.
29543 * gdb.base/structs.exp: ditto.
29544 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29545
29546 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29547
29548 * configure, */configure: Rebuild with autoconf 2.12.
29549
29550 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29551
29552 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29553 use new i*86-pc-linux*-gnu quads.
29554 * gdb.base/corefile.exp: Ditto.
29555 * gdb.base/signals.exp: Ditto.
29556 * gdb.base/sigall.exp: Ditto.
29557 * gdb.base/interrupt.exp: Ditto.
29558
29559 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29560 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29561 RedHat 4.0.
29562
29563 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29564 linux. This allows the test case to at least compile on latest
29565 linux, but still not run due to missing the threads runtime library.
29566
29567 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29568
29569 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29570 directory to search gdb directory. Accept and step over conditional
29571 stack alignment code. Consume $prompt in failure cases.
29572 Reset timeout to $oldtimeout instead of some arbitrary value.
29573 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29574 timeout problems with infinite stack backtraces.
29575 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29576 Accept function parameters for linkfunc member.
29577
29578 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29579
29580 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29581 (CXXFLAGS): Remove, unreferenced.
29582 (B_OPTIONS): Add for -B options and add code to initialize with
29583 previous -B options and also add -B option to pick up cross compiled
29584 runtime.
29585 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29586 doing cross compiles.
29587 (target_alias): Declare global.
29588 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29589 to verify that gcc exists in build tree, and if so set CC to that
29590 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29591
29592 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29593
29594 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29595 ptype test for anonymous union. Fixup testcase to match
29596 current gcc debug output.
29597
29598 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29599
29600 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29601 force argument to an unsigned long type.
29602
29603 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29604
29605 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29606 tests and anonymous union print/ptype tests.
29607 * gdb.base/list.exp (test_forward-search): Increase timeout by
29608 5 minutes for the "search extremely long line" case.
29609 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29610 completely optional and that the pass/fail messages use the command as
29611 the message if that third arg is a null string.
29612 (gdb_test_exact): Arrange that a null string pattern means match a
29613 null string output rather than any output, which might include random
29614 errors.
29615 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29616 backtrace test.
29617 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29618 always failing and failure is now exposed by gdb.exp changes.
29619
29620 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29621
29622 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29623 weren't being noted.
29624
29625 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29626
29627 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29628 * gdb.stabs/weird.exp: Remove v_comb xfails.
29629
29630 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29631
29632 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29633 list.exp scope.exp watchpoint.exp]
29634 Make all timeout error msgs explicitly say "(timeout)".
29635
29636 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29637
29638 * config/monitor.exp: Increase download timeout to 1000 seconds.
29639
29640 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29641
29642 * config/m32r.exp: Increase timeout to 120 seconds.
29643
29644 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29645
29646 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29647 and accept older ordering as obsolescent gcc or gdb.
29648 * gdb.c++/templates.exp: Ditto.
29649 * gdb.c++/virtfunc.exp: Ditto.
29650
29651 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29652
29653 * gdb.base/coremaker.c: Add code to mmap some data so we
29654 can check that it ends up in the core file.
29655 * gdb.base/corefile.exp: Add test to read mmapped data
29656 from core file.
29657
29658 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
29659
29660 * config/m32r.exp: New file.
29661
29662 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29663
29664 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29665 that cflags can contains -gstabs, and work correctly for other tests.
29666
29667 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
29668
29669 * gdb.base/setshow.exp: New file, tests show and set.
29670 * gdb.base/setshow.c: New file, tests show and set.
29671 * gdb.base/help.exp: Add test for help set|show annotate.
29672 * gdb.base/default.exp: Add test for set|show annotate.
29673
29674 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29675
29676 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29677 errors unique.
29678 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29679 explicitly.
29680
29681 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29682
29683 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29684 and width commands. This is done elsewhere.
29685 * (gdb_start): Don't call gdb_start_sim here. That's already
29686 done in gdb_load. This fixes lots of failures in default.exp.
29687
29688 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29689
29690 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29691 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29692 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29693 in the same we we treat other failures (since it may be an expected
29694 condition), rather than as an error.
29695 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29696 old test format.
29697
29698 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29699
29700 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29701 (distclean maintainer-clean realclean): No need to remove files
29702 twice. Nuke the duplicates.
29703 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
29704 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
29705 Remove config.h along with other config files.
29706
29707 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29708
29709 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29710 "p func1 ()" and note that rests of tests are skipped.
29711 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
29712 setup_xfails for "print func2::coremaker_local".
29713 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29714 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29715 affected by the previous run test.
29716 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29717 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29718 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29719 "pass int powerset tuple" and "pass modeless int powerset tuple".
29720 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29721 "real write 4" and "real write 8".
29722 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
29723 setup_xfails for "print vs1 after tuple assign 2",
29724 "print \$i after tuple assign 2", and
29725 "print vs2 after tuple assign 2".
29726 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29727 meaningful error message and return -1 so the caller can
29728 suppress further tests and avoid a cascade of errors.
29729
29730 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29731
29732 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29733 format for printing version.
29734 * gdb.base/default.exp: Ditto.
29735 * gdb.base/interrupt.exp: Fix problem with cascade of
29736 errors if child process dies while calling a function.
29737
29738 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29739
29740 * Makefile.in (VPATH): Add
29741 * Makefile.in (Makefile, config.status): Fix rules so things get
29742 remade when necessary.
29743
29744 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29745
29746 * Makefile.in (just-check): Add path to sibling expect dir
29747 to environment variable specified by RPATH_ENVVAR.
29748
29749 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29750
29751 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29752 (just-check): Add shared library paths for libstdc++, tk,
29753 tcl, bfd, and opcodes to the environment variable specified
29754 in RPATH_ENVVAR.
29755 * configure.in: Add support to recognize --enable-shared flag
29756 and generate correct value for RPATH_ENVVAR.
29757 * configure: Regenerated with autoconf.
29758
29759 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29760
29761 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
29762 include all osf versions.
29763 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29764 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29765 when target is linux. When failing to build pthreads test
29766 executable, give more meaningful message.
29767 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29768 arg for pthread_create.
29769
29770 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29771
29772 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
29773 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
29774 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
29775 and -lpthreads (everybody else).
29776 (test_startup): Fail gracefully if threads are not supported.
29777 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29778 "p/c array_index("abcdef",2)" when not gcc compiled.
29779 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29780 "print func2::coremaker_local" when not gcc compiled.
29781 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29782 "ptype on opaque struct tagname (statically)",
29783 "ptype on opaque struct tagname (dynamically) 1", and
29784 "ptype on opaque struct tagname (dynamically) 2"
29785 for not compiled with gcc.
29786 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29787 backtrace when compiled with gcc.
29788 * lib/gdb.exp (runto_main): Return result of "runto main" rather
29789 than always return success.
29790
29791 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29792
29793 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29794
29795 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29796
29797 * gdb.base/structs.exp: Undo last change.
29798
29799 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29800
29801 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29802 encapsulate all the steps/nexts done during self test, starting
29803 at main, and makes them less sensitive to optimization issues.
29804 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29805 signal handler" test.
29806 * gdb.threads/pthreads.exp: Only run this for native configs.
29807 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29808 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29809 tests.
29810 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29811 for "runto test_calls(void)" test.
29812
29813 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29814
29815 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29816 and don't expect address info in breakpoint confirmations.
29817
29818 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29819
29820 * gdb.base/list.exp (test_forward_search): Increase timeout
29821 temporarily by 60 seconds for searching extremely long line,
29822 and then reset to old value when done. Increase expect input
29823 buffer to 10000.
29824
29825 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29826
29827 * gdb.base/list.exp (test_forward_search): Fix to handle very
29828 long source line without overflowing expect's input buffer.
29829
29830 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29831
29832 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29833 "buffer_full".
29834
29835 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29836 "buffer_full".
29837
29838 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29839 "buffer_full".
29840
29841 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29842 "buffer_full".
29843
29844 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29845
29846 * configure.in (configdirs): Add gdb.threads.
29847 * configure: Regenerated with autoconf.
29848 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29849 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29850 * gdb.threads/configure: New, generated with autoconf.
29851
29852 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29853
29854 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29855
29856 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29857
29858 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29859 each signal's status in the output of "handle all print".
29860 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29861 the \r\n sequence that immediately precedes the gdb prompt.
29862 * gdb.base/a1-selftest.exp: Save original timeout and restore
29863 after test.
29864
29865 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29866
29867 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29868 symbol.
29869
29870 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29871
29872 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29873
29874 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29875
29876 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29877 timeout by 60 seconds.
29878
29879 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29880
29881 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29882 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29883 error return.
29884
29885 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29886
29887 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29888 gdb initialization, also report how long dejagnu waited. Restore
29889 old timeout before doing error return. Temporarily increase timeout
29890 by 3 minutes to allow for slow startups over heavy NFS use.
29891
29892 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29893
29894 * lib/gdb.exp: Report timeout value for verbosity level 2.
29895 * config/gdbserver.exp: Ditto.
29896 * config/hppro.exp: Ditto.
29897 * config/mips-gdb.exp: Ditto.
29898 * config/monitor.exp: Ditto.
29899 * config/netware.exp: Ditto.
29900 * config/sim-gdb.exp: Ditto.
29901 * config/slite-gdb.exp: Ditto.
29902 * config/udi-gdb.exp: Ditto.
29903 * config/unix-gdb.exp: Ditto.
29904 * config/vx-gdb.exp: Ditto.
29905 * gdb.base/a1-selftest.exp: Ditto.
29906 * gdb.base/a2-run.exp: Ditto.
29907 * gdb.base/break.exp: Ditto.
29908 * gdb.base/corefile.exp: Ditto.
29909 * gdb.base/list.exp: Ditto.
29910 * gdb.base/recurse.exp: Ditto.
29911 * gdb.base/scope.exp: Ditto.
29912 * gdb.base/signals.exp: Ditto.
29913
29914 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29915
29916 * gdb.threads/Makefile.in (docdir): Removed.
29917
29918 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29919
29920 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
29921 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
29922 @srcdir@.
29923 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
29924 autoconf 2.5 or higher.
29925 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29926
29927 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29928
29929 * configure: Regenerated.
29930 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29931 avoid name clashes with SunOS headers.
29932
29933 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29934
29935 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29936
29937 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29938
29939 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29940 prototype information ends up in the compiler info file.
29941
29942 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29943
29944 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29945 attempting to regenerate it. Eliminate use of a temporary file
29946 and just generate the info file directly. Source it immediately,
29947 for consistency of use.
29948 * gdb.base/corefile.exp: Ditto
29949 * gdb.base/exprs.exp: Ditto.
29950 * gdb.base/funcargs.exp: Ditto.
29951 * gdb.base/langs.exp: Ditto.
29952 * gdb.base/list.exp: Ditto.
29953 * gdb.base/mips_pro.exp: Ditto.
29954 * gdb.base/nodebug.exp: Ditto.
29955 * gdb.base/opaque.exp: Ditto.
29956 * gdb.base/ptype.exp: Ditto.
29957 * gdb.base/scope.exp: Ditto.
29958 * gdb.base/setvar.exp: Ditto.
29959 * gdb.base/signals.exp: Ditto.
29960 * gdb.base/whatis.exp: Ditto.
29961 * gdb.c++/templates.exp: Ditto.
29962 * gdb.c++/virtfunc.exp: Ditto.
29963 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29964 whether or not to add -lstdc++ to the compile command line args.
29965
29966 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29967
29968 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29969 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29970 Increase timeout, a lot of single stepping might be needed if the
29971 target has no hardware watchpoints.
29972
29973 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29974
29975 * gdb.base/break.exp: Ignore compiler warnings when compiling
29976 break.c.
29977 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29978 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29979 from remote-sim.
29980 * gdb.base/exprs.exp: Add h8300 xfails.
29981 * gdb.base/funcargs.exp: Likewise.
29982 * gdb.base/nodebug.exp: Likewise.
29983 * gdb.base/printcmds.exp: Likewise.
29984 * gdb.base/ptype.exp: Likewise.
29985 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29986 h8300 xfails.
29987 * gdb.base/return.exp: Handle float/double precision problems
29988 on the h8300.
29989 * gdb.base/funcargs.c: Explicitly make last constant argument to
29990 call_after_alloca_subr an unsigned long type.
29991 * gdb.base/return.c: Include stdio.h.
29992
29993 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29994
29995 * config/abug.exp: New file for the older Motorola Bug monitor
29996 that runs on the mvme13x series VME boards.
29997 * config/monitor.exp: Use the new config array for target settings
29998 if they exist.
29999
30000 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30001
30002 * sim-gdb.exp: Make the SH simulator allocate less space when
30003 it is targeted.
30004
30005 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30006
30007 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30008 test.
30009
30010 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30011
30012 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30013 "rs6000-*-*" for "list function in include file" when gcc compiled.
30014 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30015 for "p ctable1[120]".
30016 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30017 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30018 Remove setup_xfail for "rs6000-*-*" for
30019 "print 'scope0.c'::filelocal before run".
30020 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30021 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30022 since some compilers don't allow both options to be given
30023 on the same command line. Create object file and move it.
30024
30025 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30026
30027 * gdb.base/corefile.exp: Always regenerate the core file, since
30028 we always regenerate the coremaker program. Detect special case
30029 where registers cannot be read from core file.
30030
30031 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30032
30033 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30034 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30035 * gdb.c++/templates.exp: Only match on basename of file since
30036 some formats like xcoff don't encode directory information.
30037 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30038 and rs6000 AIX xcoff targets.
30039 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30040 * configure: Regenerate.
30041 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30042 here, rather than in distclean.
30043
30044 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30045
30046 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30047 defined, and use it to compile the test case with -O2. The
30048 native compilation still uses no optimization.
30049 * gdb.base/mips_pro.c: Remove inline assembly code since
30050 it is compiled PIC by default, which results in assembler
30051 warnings that make the testsuite think the compilation
30052 was unsuccessful.
30053
30054 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30055
30056 * gdb.c++/misc.exp: Add note to message for
30057 "print s.a for foo struct" that this is a known gcc 2.7.2
30058 and earlier bug.
30059
30060 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30061
30062 * gdb.base/break.exp: Fix pattern for matching "Delete all
30063 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30064 setup_xfail for deleting all breakpoints test. Fix various
30065 timeout messages to include "(timeout)".
30066 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30067 for "p t_float_values2(3.14159,float_val2)".
30068 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30069 for "continue to call2g" when gcc compiled.
30070 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30071 "up to foo in langs.exp", "show language at foo in langs.exp",
30072 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30073 and "show language at fsub in langs.exp".
30074 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30075 "list line 1 in include file", "list message for lines past EOF",
30076 "list function in include file", "list list0.h:foo", and
30077 "list filename:function; nonexistant function".
30078 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30079 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30080 and "ptype t_char_array" to be for native cc only.
30081
30082 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30083
30084 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30085 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30086 "print func2::coremaker_local", and "backtrace in corefile.exp".
30087
30088 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30089
30090 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30091 "bt in signals.exp". This problem only appears when running
30092 the testsuite, and then only intermittently.
30093
30094 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30095
30096 * gdb.base/return.exp (return_tests): Differentiate between
30097 two tests of continuing.
30098
30099 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30100
30101 * */Makefile.in (maintainer-clean): Remove config.log.
30102 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30103 * gdb.c++/Makefile.in (PROGS): Add inherit.
30104 (clean): Remove *.ci.
30105
30106 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30107
30108 * gdb.c++/misc.cc: Add test code from Mike Stump.
30109 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30110
30111 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30112
30113 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30114 to "alpha-*-osf2*" and add comment.
30115 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30116 setup_xfail for "step over execarg initialization" and
30117 "step over corearg initialization".
30118 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30119 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30120 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30121 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30122 "print func2::coremaker_local", and "backtrace in corefile.exp".
30123 * gdb.base/signals.exp: Build and source signals.ci.
30124 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30125 to be for gcc only.
30126 * lib/gdb.exp: Move verbose statements outside conditionals.
30127
30128 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30129
30130 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30131 Feb 3 procfs.c change.
30132
30133 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30134
30135 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30136
30137 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30138
30139 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30140 from dejagnu's apparent default of 10 seconds, which gives random
30141 results when running the tests over NFS on moderately loaded systems.
30142 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30143
30144 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30145
30146 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30147 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30148 result reports.
30149
30150 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30151
30152 * configure.in (CY_AC_PATH_TCLH): Remove.
30153 * configure: Regenerate.
30154
30155 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30156
30157 * gdb.c++/Makefile.in (clean): Add missing '{'.
30158
30159 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30160
30161 * lib/gdb.exp: Provide a default value for noinferior.
30162
30163 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30164 Load libgloss.exp.
30165
30166 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30167
30168 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30169 the executable, not the .o to run the tests from.
30170
30171 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30172
30173 * gdb.base/break.exp: Don't test for program exit or exit status
30174 if $noresults if nonzero.
30175 * gdb.base/langs.exp: Likewise.
30176 * gdb.base/watchpoint.exp: Likewise.
30177
30178 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30179 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30180 trying to compile the testcase.
30181
30182 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30183
30184 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30185 * gdb.base/signals.exp (continue to handler): Likewise.
30186
30187 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30188
30189 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30190
30191 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30192
30193 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30194
30195 * gdb.base/corefile.exp: Recognize "not found" as failure
30196 when trying to determine if a core file was generated.
30197 If no core file was generate the first time, try again without
30198 the ulimit -c to work around braindamaged shells.
30199
30200 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30201
30202 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30203 [] tests with "test" and enclose string in quotes.
30204 * gdb.stabs/configure: Rebuild
30205
30206 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30207
30208 Changes in sync with expect:
30209 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30210 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30211 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30212 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30213 argument to AC_REQUIRE.
30214 * configure: Regenerated.
30215
30216 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30217
30218 * gdb.base/corefile.exp: When generating a core, discard any
30219 error messages about ulimit not found and the "core dumped"
30220 message from the shell that runs the coredumper.
30221
30222 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30223
30224 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30225
30226 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30227 which sed script to run. Expect failure for v_comb test
30228 on PA targets too.
30229
30230 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30231
30232 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30233 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30234
30235 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30236
30237 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30238 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30239 "sparc-sun-solaris*" xfails for "p v_comb".
30240 * lib/gdb.exp (default_gdb_start): Fix typo.
30241 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30242 messages to not include the full program name that caused
30243 the core dump since some systems (such as solaris) apparently
30244 truncate this path to about 80 characters.
30245 When generating a core file first try increasing the core file
30246 size limit to unlimited since some systems may default it to
30247 zero, and it is harmless to try it. Move the test for failing
30248 to generate a core file to where it will actually get executed.
30249 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30250 new gdb result from g++ debug info improvements and make old
30251 pattern obsolescent. Also account for size_t differences
30252 (may be int or long).
30253 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30254 initialization before function call is placed in the delay slot
30255 and thus appears to be skipped over by commands such as "next".
30256
30257 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30258
30259 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30260
30261 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30262
30263 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30264 input source file; fix code to compile test to deal with this
30265 convention.
30266 * gdb.c++/*.exp: Likewise.
30267
30268 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30269
30270 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30271 "bt in signals.exp".
30272
30273 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30274
30275 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30276 "step over execarg initialization" and
30277 "step over corearg initialization".
30278
30279 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30280
30281 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30282 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30283
30284 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30285
30286 From Rob Savoye (rob@poseidon.cygnus.com)
30287 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30288 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30289 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30290 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30291 configure.in}: Major reworking for autoconfig.
30292 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30293 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30294 New files.
30295 * config/unix-gdb.exp: Make GDB global.
30296 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30297 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30298 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30299 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30300 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30301 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30302 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30303 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30304 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30305 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30306 pr-8136.exp, result.exp, string.exp, tuples.exp},
30307 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30308 to returns as necessary, arrange for test to compile own testcase
30309 executable.
30310 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30311
30312 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30313
30314 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30315 clear_xfail at end of test which might not call either pass or fail.
30316 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30317 "backtrace through signal handler".
30318
30319 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30320
30321 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30322 continuing from a job control stop signal.
30323 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30324
30325 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30326
30327 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30328 * gdb.base/corefile.exp: Likewise.
30329 * gdb.base/funcargs.exp: Likewise.
30330
30331 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30332
30333 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30334 * config/monitor.exp: Add support for setting baud rate.
30335
30336 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30337
30338 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30339 i*86-*-linux* xfails for "backtrace through signal handler".
30340 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30341 "print func2::coremaker_local".
30342 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30343 alpha-dec-osf2* xfail for
30344 "delete all breakpoints when none".
30345
30346 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30347
30348 * gdb.base/break.exp: Change test that deletes all breakpoints
30349 when no user breakpoints are installed. A post 4.15 change
30350 causes gdb to no longer prompt in this case.
30351
30352 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30353
30354 * gdb.base/return.exp (return_tests): Change xfail for test
30355 "correct value returned double test" to stop xfailing at
30356 Solaris 2.5. Apparently the bug has been fixed.
30357
30358 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30359
30360 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30361 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30362
30363 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30364
30365 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30366 * gdb.disasm/hppa.s: Corresponding changes.
30367
30368 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30369
30370 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30371 makefile fragment.
30372 * config/mt-hpux: Deleted.
30373
30374 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30375
30376 * Many files: When warning about suppressed tests due to a
30377 nonexistant test binary, avoid incrementing the warning count.
30378
30379 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30380
30381 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30382
30383 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30384
30385 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30386 "sparc-*-solaris2*".
30387
30388 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30389
30390 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30391 Add global and local variables and initialize them.
30392 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30393 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30394 extracts the file name and terminating signal from the core file.
30395 * TODO: Remove note about tests for correct mapping of corefile.
30396 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30397 from optimizing it away.
30398 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30399 handles common blocks.
30400
30401 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30402
30403 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30404 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30405
30406 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30407
30408 * Makefile.in (maintainer-clean): New target, synonym for
30409 realclean.
30410 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30411 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30412 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30413 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30414 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30415 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30416
30417 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30418
30419 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30420 xfails when not gcc compiled for "print foo::funclocal".
30421 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30422 "print foo::funclocal at foo",
30423 "print 'scope1.c'::foo::funclocal at foo",
30424 "print foo::funclocal_bss at foo",
30425 "print 'scope1.c'::foo::funclocal_bss at foo",
30426 "print foo::funclocal_ro at foo",
30427 "print 'scope1.c'::foo::funclocal_ro at foo",
30428 "print bar::funclocal at foo" and
30429 "print 'scope1.c'::bar::funclocal at foo".
30430 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30431 gcc compiled for "print foo::funclocal at bar".
30432 Expand all messages to ensure that they identify that
30433 the test is at bar().
30434 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30435 gcc compiled for:
30436 "ptype on opaque struct pointer (statically)",
30437 "ptype on opaque struct tagname (statically)",
30438 "ptype on opaque struct pointer (dynamically) 1",
30439 "ptype on opaque struct tagname (dynamically) 1",
30440 "ptype on opaque struct pointer (dynamically) 2" and
30441 "ptype on opaque struct tagname (dynamically) 2
30442 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30443 gcc compiled for:
30444 "p datalocal"
30445 "whatis datalocal",
30446 "ptype datalocal",
30447 "p bsslocal",
30448 "whatis bsslocal", and
30449 "ptype bsslocal".
30450 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30451 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30452 when not gcc compiled.
30453 * gdb.base/funcargs.exp (float_and_integral_args): Add
30454 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30455 compiled.
30456 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30457 "backtrace from call6a" when not gcc compiled.
30458 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30459 "backtrace from call7a" when not gcc compiled.
30460 * gdb.base/callfuncs.exp (do_function_calls):
30461 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30462 "p t_char_array_values(char_array_val2,char_array_val1)",
30463 "p t_char_array_values(char_array_val1,char_array_val2)",
30464 "p t_char_array_values("carray 1","carray 2")",
30465 "p t_char_array_values("carray 1",char_array_val2)",
30466 "p t_char_array_values(char_array_val1,"carray 2")",
30467 "p sum_args(1,{2})",
30468 "p sum_args(2,{2,3})",
30469 "p sum_args(3,{2,3,4})",
30470 "p sum_args(4,{2,3,4,5})"
30471 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30472 "backtrace in corefile.exp" when not gcc compiled.
30473
30474 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30475
30476 * gdb.base/signals.exp: Rewrite `handle all print' test as
30477 a procedure. Accept blanks or TABs as whitespace, increase
30478 timeout and expect input buffer size for the large output
30479 from the command. Remove "i*86-*-bsdi2.0" xfail.
30480
30481 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30482
30483 * gdb.base/setvar.exp: Add new testcases for truncation when
30484 assigning invalid values to bitfields.
30485
30486 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30487
30488 * gdb.base/callfuncs.exp (do_function_calls): Remove
30489 mips-sgi-irix* xfail for
30490 "call inferior func with struct - returns char *"
30491 and fix test so that an optional (unsigned char *) cast is
30492 accepted in the result.
30493
30494 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30495
30496 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30497 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30498 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30499 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30500 that accidentally got checked in.
30501
30502 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30503
30504 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30505 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30506 compiled test.
30507 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30508 Add mips-sgi-irix5* xfail for not gcc compiled.
30509 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30510 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30511 compiled for "p top", "whatis top", "p middle", and "whatis
30512 middle".
30513 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30514 "whatis signed char" for not gcc compiled.
30515 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30516 "set variable signed char=-1 (-1)" and
30517 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30518 * gdb.base/funcargs.exp (float_and_integral_args):
30519 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30520 Add mips-sgi-irix* xfail when not gcc compiled for
30521 "continue to call2b".
30522 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30523 "continue to call2g".
30524 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30525 compiled for "backtrace from call6a"
30526 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30527 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30528 when not gcc compiled for "backtrace from call7a".
30529 (localvars_after_alloca): Fix gdb_test cmds for
30530 "print * after runto ...".
30531 Remove rs6000-*-* xfails for
30532 "print i after runto localvars_after_alloca" and
30533 "print l after runto localvars_after_alloca"
30534 for all compilers.
30535 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30536 when not compiled with gcc, for:
30537 "print signed char == (minus)",
30538 "print signed char != (minus)",
30539 "print signed char < (minus)",
30540 "print signed char > (minus)".
30541 * gdb.base/callfuncs.exp (do_function_calls):
30542 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30543 "call inferior func with struct - returns char *".
30544 * gdb.base/return.exp (return_tests): Change xfail for
30545 "correct value returned double test" to include Solaris 2.4.
30546 * gdb.base/funcargs.exp (float_and_integral_args):
30547 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30548
30549 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30550
30551 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30552 enumeration bitfields if compiling with GNU C.
30553 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30554 to empty' prompt.
30555
30556 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30557
30558 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30559 test for PRO targets.
30560
30561 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30562 breakpoints in the inferior at any given time by making
30563 two groups of breakpoints for call2*, call6* and call7*
30564 tests.
30565
30566 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30567
30568 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30569 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30570 from optimizing it away.
30571 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30572 "call inferior func with struct".
30573
30574 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30575
30576 * configure.in: Only configure gdb.chill for particular targets.
30577
30578 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30579
30580 * gdb.base/Makefile.in: Add action to .c.o transformation
30581 rule that generates a .ci file for each .o file and remove
30582 explicit .c.o rules except for callfuncs.o.
30583 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30584 generates a .ci file for each .o file and remove explicit
30585 .cc.o rules.
30586 (clean): Remove *.tmp *.ci files.
30587 (EXECUTABLES): Remove templ-info.exp.
30588 * gdb.base/compiler.c: New file.
30589 * gdb.c++/compiler.cc: New file
30590 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30591 Change rs6000-*-* xfail for
30592 "print 'scope0.c'::filelocal_ro" and
30593 "print 'scope1.c'::filelocal" and
30594 "print 'scope1.c'::filelocal_bss" and
30595 "print 'scope1.c'::filelocal_ro" and
30596 "print 'scope1.c'::foo::funclocal" and
30597 "print 'scope1.c'::foo::funclocal_ro" and
30598 "print 'scope1.c'::bar::funclocal" and
30599 "print 'scope0.c'::filelocal_ro" and
30600 "print 'scope1.c'::filelocal at foo" and
30601 "print 'scope1.c'::filelocal_bss at foo" and
30602 "print 'scope1.c'::filelocal_ro at foo" and
30603 "print 'scope1.c'::foo::funclocal at foo" and
30604 "print 'scope1.c'::foo::funclocal_bss at foo" and
30605 "print 'scope1.c'::foo::funclocal_ro at foo" and
30606 "print 'scope1.c'::bar::funclocal at foo" and
30607 "print 'scope0.c'::filelocal_ro" and
30608 "print 'scope1.c'::filelocal" and
30609 "print 'scope1.c'::filelocal_bss" and
30610 "print 'scope1.c'::filelocal_ro" and
30611 "print 'scope1.c'::foo::funclocal" and
30612 "print 'scope1.c'::foo::funclocal_bss" and
30613 "print 'scope1.c'::foo::funclocal_ro" and
30614 "print 'scope1.c'::bar::funclocal" and
30615 "print 'scope1.c'::bar::funclocal_bss"
30616 to only be xfail'd when not compiled with gcc.
30617 Add rs6000-*-* xfail for
30618 "print 'scope0.c'::filelocal_bss before run"
30619 when compiled with gcc.
30620 (test_at_main): Add rs6000-*-* xfail for
30621 "print filelocal_ro in test_at_main"
30622 when compiled with gcc.
30623 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30624 Add rs6000-*-aix* xfail for
30625 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30626 "ptype t_char_array", not compiled with gcc.
30627 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30628 xfail for "list foo (in include file)" when gcc compiled.
30629 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30630 (integral_args): Add rs6000-*-* xfail for
30631 "run to call0a" if not compiled with gcc.
30632 (unsigned_integral_args): Add rs6000-*-* xfail for
30633 "run to call1a" if not compiled with gcc.
30634 (float_and_integral_args): Add rs6000-*-* xfail for
30635 "run to call2a" if not compiled with gcc and for
30636 "continue to call2b" for any compiler.
30637 Add rs6000-*-* xfail to
30638 "print f1 after run to call2a" for gcc compiled.
30639 (discard_and_shuffle): Add rs6000-*-* xfail for
30640 "run to call6a".
30641 (shuffle_round_robin): Add rs6000-*-* xfail for
30642 "backtrace from call7a" if not compiled with gcc.
30643 Add rs6000-*-* xfail for
30644 "backtrace from call7b" if compiled with gcc.
30645 (call_after_alloca): Add rs6000-*-* xfail for
30646 "print c in call_after_alloca" and
30647 "print s in call_after_alloca" and
30648 "backtrace from call_after_alloca_subr"
30649 if not compiled with gcc.
30650 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30651 "print c in localvars_in_indirect_call" and
30652 "print c in localvars_in_indirect_call" and
30653 "backtrace in indirectly called function" and
30654 "stepping into indirectly called function"
30655 if not compiled with gcc.
30656 (localvars_after_alloca): Add rs6000-*-* xfail for
30657 "print c after runto localvars_after_alloca" and
30658 "print s after runto localvars_after_alloca" and
30659 "print i after runto localvars_after_alloca" and
30660 "print l after runto localvars_after_alloca"
30661 for all compilers.
30662 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30663 than whatis-info.exp.
30664 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30665 than opaque-info.exp.
30666 Setup rs6000-*-* xfail for
30667 "ptype on opaque struct pointer (statically)" and
30668 "ptype on opaque struct pointer (dynamically)" when
30669 not compiled with gcc.
30670 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30671 rather than callf-info.exp.
30672 (do_function_calls): Add clear_xfail for rs6000-*-* for
30673 "p t_float_values2(3.14159,float_val2)". Seems to work
30674 fine there, both with xlc and gcc. Need to find out what
30675 it is doing right and fix other platforms.
30676 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30677 "call inferior func with struct - returns int",
30678 "call inferior func with struct - returns long",
30679 "call inferior func with struct - returns float",
30680 "call inferior func with struct - returns double",
30681 "call inferior func with struct - returns char *",
30682 but only if not gcc compiled (presumes xlc compiled).
30683 Change rs6000-*-* xfails for
30684 "call inferior func with struct - returns char" and
30685 " call inferior func with struct - returns short" to only
30686 xfail if not using gcc.
30687 (clean mostlyclean): Remove *.ci and *.tmp files.
30688 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30689 than templ-info.exp.
30690 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30691 Add rs6000-*-* xfail for "up to foo in langs.exp"
30692 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
30693 when not gcc compiled.
30694
30695 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30696
30697 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30698 * gdb.base/corefile.exp: Likewise.
30699 * gdb.base/list.exp: Likewise.
30700 * gdb.base/scope.exp: Likewise.
30701 * gdb.base/siganls.exp: Likewise.
30702
30703 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30704 compiler output.
30705 * gdb.base/whatis.exp: Likewise.
30706
30707 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30708
30709 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30710 failure (opcode table has been fixed to match reality).
30711
30712 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30713
30714 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30715 "call inferior func with struct - returns char",
30716 "call inferior func with struct - returns short"
30717
30718 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30719 "print 'scope0.c'::filelocal at main",
30720 "print 'scope0.c'::filelocal_bss in test_at_main",
30721 "print 'scope0.c'::filelocal at foo",
30722 "print 'scope0.c'::filelocal_bss in test_at_foo",
30723 "print 'scope0.c'::filelocal at bar",
30724 "print 'scope0.c'::filelocal_bss in test_at_bar"
30725
30726 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30727 in source file 1". This bug seems to have been fixed with both
30728 gcc and native cc (was native assembler bug?).
30729
30730 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30731
30732 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30733 "backtrace through signal handler" to "i*86-*-sysv4*".
30734 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30735 continue" case. Add "known SVR4 bug" to fail message.
30736 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30737 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30738 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30739 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30740 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30741 "up to foo in langs.exp", "show language at foo in
30742 langs.exp", "up to cppsub_ in langs.exp", "show
30743 language at cppsub_ in langs.exp", "up to fsub in
30744 langs.exp", and "show language at fsub in langs.exp".
30745 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30746 "bactrace in corefile.exp".
30747 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30748 "call inferior function with struct - returns float" and
30749 "call inferior function with struct - returns double".
30750
30751 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30752
30753 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30754 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30755 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30756 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30757
30758 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30759
30760 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30761 (or overriden) "CHILL" macro rather then bare "gcc".
30762 Also look for ../../gcc/xgcc since that is what we will
30763 actually need, not "Makefile". Remove following assignment
30764 of CHILL to CHILL_FOR_TARGET because that results in
30765 recursive definition.
30766
30767 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30768
30769 * gdb.base/corefile.exp: Change xfail for backtrace in
30770 corefile.exp from linuxaout to all linux.
30771 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30772 cases where we miss the breakpoint at the signal handler
30773 for some reason. Setup xfail for linuxoldld/linuxaout and
30774 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30775 hitting SIGURG breakpoint.
30776 * gdb.base/signals.exp: Setup xfail for "next" acting like
30777 continue to add linuxoldld. Setup xfail for all linux for
30778 "next to handler in signals_tests_1", "backtrace in
30779 signals_tests_1", "continue to func1", "pass SIGUSR1",
30780 and continue to handler".
30781
30782 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30783
30784 * Update all FSF addresses except those in COPYING* files.
30785
30786 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30787
30788 * gdb.base/a2-run.exp: Change messages to be more explicit about
30789 the status of args, and quote binfile in results.
30790
30791 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30792
30793 * gdb.base/callfuncs.exp: Add tests for passing structs to
30794 inferior functions and return various types.
30795 * gdb.base/callfuncs.c: Add functions to receive a struct
30796 and return a member of the struct, in various types.
30797
30798 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30799
30800 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30801
30802 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30803
30804 * config/vxworks29k.exp: New file, sources vxworks.exp.
30805
30806 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30807
30808 * config/gdbremote.exp: New file. Testing framework using
30809 gdbserver.
30810
30811 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30812
30813 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30814 "call function when asleep" and "send end of file".
30815 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30816 for "backtrace in corefile.exp".
30817 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30818 for "backtrace through signal handler".
30819 * gdb.base/corefile.exp: Make sure we actually generate a core file
30820 before trying the core tests. Some systems allow the user to suppress
30821 generation of core files and default to that (linux for example).
30822 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30823 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30824
30825 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30826
30827 * gdb.threads: New directory with some crude multi-threaded
30828 gdb tests (step.exp and step2.exp).
30829 * config/mt-lynx (STEP_EXECUTABLE): Define.
30830 (THREADFLAGS): Define.
30831
30832 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30833
30834 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30835
30836 * gdb.base/signals.exp: Disable whole file for lynx until
30837 further notice.
30838
30839 * gdb.base/signals.exp: xfail test where "next" acts like
30840 "continue" for lynx.
30841
30842 * gdb.base/interrupt.exp: xfail test for calling function while
30843 inferior is asleep for lynx.
30844
30845 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30846 than one cr-lf after each command.
30847
30848 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30849
30850 * configure.in: Reinstate setting of stabsdirs variable, fix
30851 typo in setting up configdirs for native builds.
30852
30853 * gdb.base/return.exp: Fix typo in return double test.
30854 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30855 compiler from optimizing them away.
30856
30857 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30858
30859 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30860 sequences to be echo'd by gdb when using gdb_test.
30861 * gdb.chill/chexp.exp: Likewise.
30862 * gdb.fortran/exprs.exp: Likewise
30863
30864 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30865
30866 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30867 after the inferior gdb has started.
30868
30869 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30870 after each command.
30871 * gdb.base/funcargs.exp: Likewise.
30872 * gdb.base/gdbvars.exp: Likewise.
30873 * gdb.base/interrupt.exp: Likewise.
30874 * gdb.base/list.exp: Likewise.
30875 * gdb.base/watchpoint.exp: Likewise.
30876 * gdb.c++/demangle.exp: Likewise.
30877 * gdb.c++/inherit.exp: Likewise.
30878 * gdb.chill/chexp.exp: Likewise.
30879 * gdb.fortran/exprs.exp: Likewise.
30880
30881 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30882 test if we can't handle IO to/from the inferior.
30883
30884 * gdb.c++/misc.exp: Always check for a program already being
30885 started after sending a "run" command to gdb.
30886
30887 * gdb.base/twice.exp: Start with a fresh gdb.
30888
30889 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30890 only depend on gdb's expression code, not the chill runtime.
30891
30892 * gdb.base/return.c: Put return values into variables so we
30893 can have gdb print them rather than depending on the program
30894 to print them.
30895 * gdb.base/return.exp: Corresponding changes.
30896
30897 * lib/gdb.exp: Provide default value for noinferiorio.
30898 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30899 the inferior.
30900
30901 * gdb.base/break.exp: Always check for a program already being
30902 started after sending a "run" command to gdb.
30903 (text_next_with_recursion): Don't check the output from the
30904 program's printf statement. Instead just make sure the program
30905 exited.
30906
30907 * gdb.base/commands.exp: Protect tests which need arguments with
30908 $noargs conditionals.
30909
30910 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30911
30912 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30913 of structure member arrays to match gdb/valops.c:value_addr change.
30914
30915 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30916
30917 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30918 cases.
30919
30920 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30921
30922 * configure.in (configdirs): Remove gdb.chill from default list
30923 of subdirs and then add it back in only if doing a native build.
30924 The current chill compiler does not yet work in any cross build.
30925 * Revert all signal changes from Jul 6.
30926 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30927 for sh-hms targets, allowing these tests to link, with no other
30928 changes. Testing is suppressed by setting "nosignals" in site.exp.
30929
30930 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30931
30932 * configure.in (signaldirs): Define and add to configdirs for all
30933 targets except some specific ones that are known to not support signals.
30934 Also clean up formatting.
30935 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30936 (signals, sigall): Remove rules to build.
30937 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30938 Moved to new gdb.signals directory.
30939 * gdb.signals: New test directory.
30940 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30941 signals.c signals.exp}: New or moved files.
30942
30943 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30944
30945 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30946
30947 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30948
30949 * gdb.base/return.exp: Xfail `return double' test failure
30950 on at least Solaris 2.3 and handle future/past versions on
30951 a case by case basis as appropriate. Also update message
30952 to include i*86 failures.
30953
30954 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30955
30956 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30957
30958 * lib/gdb.exp: Fix comment which erroneously identified
30959 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30960 gdb_file_cmd not gdb_load).
30961 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30962
30963 * gdb.base/setvar.exp: Make test names consistent between pass and
30964 fail cases. Use gdb_test more.
30965
30966 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30967
30968 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30969
30970 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30971
30972 * gdb.base/help.exp: Fix expected help string for `show commands'.
30973
30974 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30975
30976 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30977
30978 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30979 of a text section.
30980
30981 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30982
30983 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30984 that loop eventually terminates. Fix Connection refused logic so
30985 that testsuite will expire nicely.
30986
30987 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30988
30989 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30990 config/rom68k.exp: New tcl glue for the appropriate monitors.
30991 These all just end up calling monitor.exp.
30992 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30993 refused' by retrying. Cleanup some timeout issues.
30994 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30995 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30996 callers don't have to set/restore global timeout variable.
30997
30998 * The following set of changes centralizes management of the global
30999 timeout variable. This way, it can be set in one target dependent
31000 place instead of dozens of places scattered throughout the test suite.
31001 If you need to lengthen a timeout, then you should either set timeout
31002 in one of the config/{target}.exp files, or multiply it by a factor.
31003 Setting it to an absolute value is always going to lose for some
31004 targets.
31005 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31006 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31007 * gdb.base/funcargs.exp: Don't set timeout.
31008 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31009 * gdb.base/printcmds.exp (test_print_string_constants
31010 test_print_array_constants): Don't set timeout.
31011 * gdb.base/ptype.exp: Don't set timeout.
31012 * gdb.base/recurse.exp: Don't set timeout.
31013 * gdb.base/return.exp: Don't set timeout.
31014 * gdb.base/watchpoint.exp: Don't set timeout.
31015 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31016 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31017
31018 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31019
31020 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31021
31022 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31023
31024 * lib/gdb.exp: Disable chill tests for irix5.
31025
31026 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31027
31028 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31029 each test pass or fail.
31030
31031 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31032
31033 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31034 xlc not gcc.
31035
31036 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31037
31038 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31039
31040 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31041
31042 * config/est.exp: Fix copyright and comments. Remove dead code.
31043 Use targetname, serialport and baud variables instead of fixed
31044 constants.
31045 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31046 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31047
31048 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31049
31050 * gdb.base/watchpoint.exp: Don't run
31051 test_watchpoint_triggered_in_syscall for sunos.
31052
31053 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31054
31055 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31056 they don't seem to exist. Do include stdio.h.
31057
31058 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31059
31060 * gdb.base/a1-selftest.exp: Add alpha xfail.
31061
31062 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31063
31064 * gdb.base/watchpoint.c (main): Prompt before calling read().
31065 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31066 Revise accordingly. Remove cruft about sending "123" several
31067 times, until it gets noticed. Clean up the "print buf[0]" stuff
31068 so that it passes or fails, and waits for prompts in the usual way.
31069
31070 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31071
31072 * gdb.base/recurse.exp: Fix comment.
31073
31074 * TODO: Remove item about printing variables in nodebug.exp. Add
31075 item about enabling tests which are only run on some targets.
31076
31077 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31078 fail, make test names unique, use new gdb_test convention
31079 regarding pattern, use gdb_test more, etc.).
31080
31081 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31082 fail, make test names unique, etc.).
31083
31084 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31085
31086 * gdb.base/nodebug.c: Change return type of top and middle to
31087 short.
31088 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31089 are fixed by the recent mdebugread.c changes. Allow `short ()'
31090 as type for top and middle.
31091
31092 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31093
31094 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31095 nearly as I can tell, the whole thing was an accident in Stu's
31096 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31097 to replace a send/expect pair with gdb_test, but ended up only
31098 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31099 of 30 Mar 1995 took care of it, but left this vestigial comment
31100 which I am now nuking.
31101
31102 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31103
31104 * gdb.base/break.exp: Look for different line number for
31105 breakpoint at main depending on usestubs.
31106
31107 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31108
31109 * gdb.base/list.exp: Adjust some alternate expect patterns to
31110 match recent list0.c change. Add alternate expect pattern for
31111 output from `list default lines around main' for optimizing
31112 compilers.
31113
31114 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31115
31116 * lib/gdb.exp: If nosignals is not set, set it to 0.
31117
31118 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31119
31120 * config/slite-gdb.exp: Responds to load symbol table prompt.
31121 * gdb.base/break.exp: Adjust line number, fix rerun.
31122 * gdb.base/langs0.c: Add #ifdef usestubs.
31123
31124 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31125
31126 * gdb.base/list.exp: Adjust line contents after adding new lines in
31127 list0.c. Also fix a syntax error.
31128
31129 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31130 * gdb.base/break.exp: ditto.
31131 * gdb.base/list.exp: ditto.
31132 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31133 * gdb.base/run.c: ditto.
31134 * gdb.base/list0.c: ditto.
31135 * gdb.base/funcargs.c: ditto.
31136
31137 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31138
31139 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31140 $targetname, $serialport and $baud instead of hardwired variables.
31141 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31142 target doesn't support signals.
31143
31144 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31145
31146 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31147
31148 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31149
31150 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31151 Don't rely on the value of an auto variable before it has been
31152 initialized. Use gdb_test more.
31153
31154 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31155
31156 * lib/gdb.exp (default_gdb_version): A version number must start
31157 with a digit, but other than that contains all characters up to
31158 the first whitespace character.
31159
31160 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31161
31162 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31163
31164 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31165
31166 * gdb.c++/*.exp: Warn if executable does not exist. The original
31167 reason for skipping the warning was that configure.in sometimes
31168 intentionally skipped building the executables but the tcl code
31169 had no way of knowing. That (a) was always bogus with respect to
31170 error handling, (b) is no longer true (right now there is no way
31171 to skip C++ tests).
31172
31173 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31174
31175 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31176
31177 * gdb.base/list.exp: Add expect patterns for output from
31178 SunPRO compiled executables.
31179 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31180 types.
31181
31182 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31183
31184 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31185 number (we are already testing that the correct source line text
31186 gets printed).
31187
31188 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31189 that is what is intended, but something needed to be done to get
31190 sunos4 native working again.
31191
31192 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31193
31194 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31195 apparently went with a (very) old xfail.
31196
31197 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31198
31199 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31200 runto_main is a proc in gdb.exp that will do 'step' for target use
31201 stubs.
31202 * gdb.base/exprs.exp: ditto.
31203 * gdb.base/interrupt.exp: ditto.
31204 * gdb.base/opaque.exp: ditto.
31205 * gdb.base/printcmds.exp: ditto.
31206 * gdb.base/ptype.exp: ditto.
31207 * gdb.base/scope.exp: ditto.
31208 * gdb.base/setvar.exp: ditto.
31209 * gdb.base/signals.exp: ditto.
31210 * gdb.base/twice.exp: ditto.
31211 * gdb.c++/classes.exp: ditto.
31212 * gdb.c++/inherit.exp: ditto.
31213 * gdb.c++/templates.exp: ditto.
31214 * gdb.base/break.exp: no run and hit main for stubs. Change line
31215 numbers for breakpoints and info breakpoint.
31216 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31217 breakpoint().
31218 * gdb.base/callfuncs.c: ditto.
31219 * gdb.base/exprs: ditto.
31220 * gdb.base/interrupt.c: ditto.
31221 * gdb.base/opaque0.c: ditto.
31222 * gdb.base/printcmds.c: ditto.
31223 * gdb.base/ptype.c: ditto.
31224 * gdb.base/scope0.c: ditto.
31225 * gdb.base/setvar.c: ditto.
31226 * gdb.base/signals.c: ditto.
31227 * gdb.base/twice.c: ditto.
31228 * gdb.c++/misc.cc: ditto.
31229 * gdb.c++/templates.cc: ditto.
31230
31231 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31232
31233 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31234
31235 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31236 somewhere between `read' and `main.c'. I'm pretty sure the
31237 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31238 and it isn't particularly useful.
31239
31240 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31241
31242 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31243
31244 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31245
31246 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31247
31248 * config/mt-slite: add LIBS and -nostdlib.
31249 * config/slite-gdb.exp: add this new file to support sparclite target.
31250
31251 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31252
31253 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31254
31255 * gdb.base/a2-run.exp: Change argument to istarget from
31256 "*-*-vxworks" to "*-*-vxworks*".
31257 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31258
31259 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31260
31261 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31262 will not runto main but do a 'step' to step out of breakpoint().
31263 * config/mt-slite: add -Dusestubs.
31264
31265 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31266
31267 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31268 instead of just @.
31269
31270 * gdb.base/signals.exp: Add test for "handle all print".
31271 * TODO: Remove "handle all print". Also remove item about
31272 checking copyright date (I don't like the idea of a spurious FAIL
31273 based on when we run the tests).
31274
31275 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31276 for SunOS4 (reason for failure not investigated). Remove
31277 redundant test for $binfile.
31278
31279 * gdb.base/nodebug.c (array_index): Call malloc.
31280
31281 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31282
31283 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31284
31285 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31286 conventions and slightly simplify the matching regexp.
31287
31288 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31289
31290 * gdb.base/break.exp: Update gdb_test invocation to use new
31291 convention.
31292
31293 * lib/gdb.exp: If noargs is not set, set it to 0.
31294
31295 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31296 tests unique.
31297
31298 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31299
31300 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31301
31302 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31303 one argument of type "<non-float parameter>".
31304
31305 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31306
31307 * config/rom68k.exp: New file to support Motorola IDP board.
31308 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31309 * gdb.base/break.c: Change things around so that this program
31310 doesn't depend upon args. This is necessary to make remote
31311 targets work (in general, they can't take args).
31312 * gdb.base/break.exp: Don't try to send args to program. Don't
31313 expect output. Also, replace lots of code with gdb_test.
31314
31315 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31316
31317 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31318 printing of '\'' (which is what the comment says we are testing,
31319 even though we were not), not '''.
31320 (test_integer_literals_rejected): Test that printing ''' is an error.
31321
31322 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31323 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31324 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31325 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31326 Use gdb_test not test_print_accept.
31327 * lib/gdb.exp: Remove test_print_accept.
31328
31329 * gdb.base/signals.exp (signal_tests_1): Make pass message
31330 consistent with fail message.
31331
31332 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31333 unsigned char; the bug (PR 1821) is fixed.
31334
31335 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31336
31337 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31338 successful tests--makes xfailing them work right.
31339
31340 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31341
31342 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31343 only \r\n, not .*. The test can pass .* as the last thing in
31344 $pattern if that is what it wants. In addition to providing this
31345 flexibility, this change should speed up pattern matching in cases
31346 where the pattern already ended with .* (there were a number of
31347 them). This change also helps catch bad patterns--in the old
31348 scheme the typo "char \*" instead of "char \\*" would pass. Now
31349 it is caught.
31350 * Many .exp files: Update callers.
31351
31352 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31353 clearer and does not spuriously match multiple ('s. Likewise for
31354 ) and *.
31355
31356 * gdb.base/nodebug.exp: Test ability to call a function and pass
31357 it a string (even with no debugging info).
31358
31359 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31360 "p '\'", which is the same as "p ''" once tcl gets done with
31361 quoting, to "p '\\'", which I suspect is what is intended (one
31362 backslash gets sent to GDB).
31363
31364 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31365
31366 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31367
31368 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31369 1817) was fixed literally years ago.
31370
31371 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31372
31373 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31374 test, it causes stepping out of call_after_alloca_subr with
31375 optimizing compilers.
31376 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31377 fails.
31378
31379 * gdb.c++/templates.exp: Source templ-info.exp only if
31380 the templates executable exists.
31381
31382 * gdb.c++/misc.cc (class Contains_static_instance,
31383 class Contains_nested_static_instance),
31384 gdb.c++/classes.exp (test_static_members): Test printing of
31385 a class that contains a static instance of the class.
31386
31387 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31388
31389 * gdb.base/langs2.c (cppsub_): Don't prototype.
31390 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31391 only, I believe).
31392
31393 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31394
31395 * lib/gdb.exp (skip_chill_tests): New procedure.
31396
31397 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31398
31399 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31400
31401 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31402 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31403
31404 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31405
31406 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31407
31408 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31409 disassemble 8, not 16, instructions for part 4.
31410
31411 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31412 support the latter anymore.
31413
31414 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31415 -DNO_PROTOTYPES.
31416 * gdb.base/callfuncs.c: Control use of prototypes based on
31417 NO_PROTOTYPES, not __STDC__.
31418 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31419 t_float_values2 tests if prototypes in use.
31420
31421 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31422 t_double_values): When checking differences against DELTA, check
31423 that difference is within the range (-DELTA,DELTA), not just
31424 (-infinity,DELTA).
31425
31426 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31427
31428 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31429 'file' command firts, then 'target', then 'load', this is due to gdb
31430 target set up.
31431 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31432
31433 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31434
31435 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31436 FP load/store variants.
31437 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31438
31439 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31440
31441 * gdb.base/term.exp: Do not give a warning if not native, it is
31442 not an abnormal condition.
31443
31444 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31445
31446 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31447 t_char_array".
31448
31449 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31450
31451 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31452 are getting the version number.
31453
31454 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31455 if not native, it is not an abnormal condition.
31456
31457 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31458
31459 * lib/gdb.exp: Just use "file exists", rather than undocumented
31460 dejagnu procedure "findfile".
31461
31462 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31463
31464 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31465 (LDFLAGS): Set to -Xlinker -Ur.
31466
31467 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31468 Removed, these values are set by lib/gdb.exp.
31469
31470 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31471
31472 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31473
31474 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31475 of replicating gdb startup code.
31476
31477 * config/mt-vxworks (LDFLAGS): Set to -r.
31478 (CFLAGS_FOR_TARGET): Removed.
31479
31480 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31481 (gdb) and gdb for vxworks uses (vxgdb).
31482
31483 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31484 executable is not in the tree and host != target, use sed and
31485 program_transform_name to determine the gdb name used by the
31486 target.
31487
31488 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31489 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31490
31491 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31492
31493 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31494 floats, chars, and shorts where there are ANSI-style function
31495 definitions.
31496
31497 * gdb.base/langs.exp, gdb.base/langs*: New test.
31498 * gdb.base/Makefile.in: Build it.
31499 * TODO: Remove item about checking that C names don't get C++
31500 demangling applied; this test tests it.
31501
31502 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31503
31504 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31505 went with the const70 xfail. The xfail went away a year ago.
31506
31507 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31508
31509 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31510 for hp300.
31511
31512 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31513
31514 * gdb.base/a1-selftest.exp: Don't run on hp300.
31515
31516 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31517
31518 * Makefile.in (site.exp): Set host_alias and target_alias as well
31519 as host_triplet and target_triplet.
31520
31521 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31522
31523 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31524
31525 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31526 places as other ecoff systems).
31527
31528 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31529 ultrix.
31530
31531 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31532
31533 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31534 remove them.
31535 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31536 variable and "variable" in addition to "data variable".
31537 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31538
31539 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31540 2.
31541 * gdb.base/list1.c (long_line): Add additional statement at start
31542 of function.
31543 * gdb.base/list.exp (test_forward_search): Update line number to
31544 reflect new statement.
31545
31546 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31547
31548 * gdb.base/signals.exp: Reinitialize searched source directories
31549 after gdb_start call.
31550
31551 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31552
31553 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31554 * gdb.stabs/Makefile.in: Likewise.
31555
31556 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31557 change. Instead split the tests into smaller pieces.
31558 * gdb.disasm/hppa.s: Corresponding changes.
31559
31560 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31561
31562 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31563 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31564
31565 * gdb.base/funcargs.exp: Modify many tests so that every test
31566 either passes or fails. Make some test names unique.
31567
31568 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31569
31570 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31571 Call stty to set interrupt character.
31572
31573 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31574 for HP assembler versus GNU assembler based on actual behavior of
31575 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31576
31577 * TODO: Suggest a few more stepping tests.
31578
31579 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31580
31581 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31582 restart GDB for h8300 after a continue.
31583 (return): Add pattern to match a29k-udi behavior.
31584 * gdb.base/nodebug.exp: Remove obsolete comment.
31585 * gdb.base/regs.exp: New file, testing of register displays.
31586 * gdb.base/return.exp: Fix typo in reference to $objdir.
31587 * gdb.base/whatis.exp: Always start with a fresh GDB.
31588
31589 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31590
31591 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31592 higher, these tests generate a lot of output.
31593
31594 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31595
31596 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31597 code following the catch silently ignored some errors; without the
31598 catch they should be thrown like any other tcl error. Also, the
31599 catch used "" instead of {} which meant all the callers who wanted
31600 to include one of the characters "[]$ had to quote it an extra time.
31601 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31602 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31603 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31604 Remove extra quoting.
31605
31606 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31607
31608 * gdb.base/commands.exp: Make test names unique; every test either
31609 passes or fails. Update some comments.
31610
31611 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31612
31613 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31614
31615 The following fixes a FAIL caused by the fact that the alpha stabs
31616 configuration didn't use the ".if alpha" code in weird.def.
31617 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31618 bit pointer, so the 32 bit version works even on the alpha.
31619 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31620 Remove the stuff which allowed us to have separate versions for
31621 alpha and everything else.
31622
31623 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31624 regexp which "info func operator\[\](" is supposed to match. Fix
31625 string to send to GDB. Note that GDB still doesn't work right. Add a
31626 new test for "info func .perator\[\](" which GDB does handle correctly.
31627
31628 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31629
31630 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31631
31632 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31633 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31634 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31635 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31636 it makes the tests harder to understand and confuses test-o-matic.
31637 The preferred style is that each test provides a PASS or a FAIL,
31638 and has a unique message (e.g. "continue #54" not just "continue")
31639 which is the same for the pass and the fail.
31640 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31641 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31642 to lib/gdb.exp.
31643 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31644 prt_accept which was basically the same thing. Likewise for
31645 test_print_reject and prt_reject.
31646 * lib/gdb.exp (test_print_reject): Add some more error message
31647 patterns to match from the former printcmds.exp (prt_reject).
31648 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31649 One defect of the passcount stuff is that some of it failed to
31650 report XPASS where appropriate.
31651 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31652 stuff before and after arg in expected pattern.
31653 (test_paddr_operator_functions): Re-do test without print_addr_of;
31654 this is the only test which seems to want extra stuff there.
31655
31656 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31657
31658 * gdb.base/nodebug.exp: Update new tests to reflect improved
31659 wording of gdb output.
31660
31661 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31662 and "ptype" work on variables in files compiled without -g.
31663 Replaces commented out "maint print msymbol" tests.
31664
31665 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31666
31667 * gdb.base/setvar.c (dummy): Call malloc.
31668
31669 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31670 losing with the irix4 sed.
31671
31672 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31673 ALRM" on irix4.
31674
31675 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31676
31677 * TODO: Remove items about corefile.exp testing new exec-file and
31678 backtrace; both are now done. Add items about printing enums.
31679
31680 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31681
31682 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31683 "get signal $thissig" test fails.
31684
31685 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31686
31687 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31688
31689 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31690 compiler warning with dec alpha compiler.
31691
31692 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31693 extra \n from gdb_test call (this explains why the prompt test
31694 that I removed yesterday was there).
31695 (user_defined_command_test): Remove extra \n and prompt test.
31696
31697 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31698 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31699 doesn't exist.
31700 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31701 Also remove alpha workaround, which turns out to be because
31702 SIGABRT == SIGLOST.
31703
31704 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31705
31706 * gdb.base/help.exp: Don't test "help show".
31707
31708 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31709
31710 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31711 "set print address" is on.
31712 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31713 pass prompt to gdb_test; gdb_test already looks for the prompt.
31714
31715 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31716
31717 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31718 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31719 was to make sure that gdb can read a core file. But (a) the "read
31720 the corefile" part didn't make it to a1-selftest.exp, we just
31721 delete the corefile after creating it, and (b) we test reading
31722 corefiles in corefile.exp anyway. Also, this test left around a
31723 xgdb process on Solaris.
31724
31725 * gdb.base/corefile.exp: Also test backtrace.
31726
31727 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31728
31729 * gdb.base/commands.exp: Test a simple user defined command with
31730 arguments and if/while statements; verify the full user command is
31731 printed by "show user".
31732
31733 * gdb.base/commands.exp: Test if/while commands as part of a
31734 breakpoint command list; verify they appear in breakpoint
31735 information.
31736
31737 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31738
31739 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31740 than by dividing by zero.
31741
31742 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31743
31744 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31745 performing an inferior call with watchpoints enabled.
31746 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31747 call.
31748
31749 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31750
31751 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31752 of "file" command.
31753
31754 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31755 Add additional pattern for when "int operator int(void);" appears
31756 in a different order.
31757
31758 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31759
31760 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31761
31762 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31763 and "signal" with ".*".
31764
31765 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31766
31767 * TODO: Add note about "handle all nostop".
31768
31769 * gdb.base/{sigall.c, sigall.exp}: New test.
31770 * gdb.base/Makefile.in: Add it.
31771
31772 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31773
31774 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31775 when invoking GDB, suppresses any windowing interface.
31776
31777 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31778
31779 * config/sim-gdb: New file, simulator testing support.
31780
31781 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31782
31783 * gdb.base/interrupt.exp: Test calling func1 twice.
31784
31785 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31786
31787 * gdb.base/list.exp (test_forward_search): Set timeout higher
31788 when we'll be getting lots of output from gdb.
31789
31790 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31791 "init_malloc" to after the expect statement. Run it if that
31792 regexp is taken, but also for two others which happen if source
31793 cannot be found.
31794
31795 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31796
31797 * gdb.base/printcmds.exp: New test, for printing register before
31798 program is running.
31799
31800 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31801
31802 * gdb.base/list.exp: Correct some alternate expect patterns
31803 to reflect changes in list1.c.
31804
31805 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31806
31807 * TODO: Add item regarding large frames.
31808
31809 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31810
31811 * TODO: Remove item about enabling return.exp; it
31812 is enabled. Suggest a few more "return" tests.
31813
31814 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31815
31816 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31817 anonymous unions.
31818
31819 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31820
31821 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31822 and pr-5646.o, so "make" is the same as "make all", not "make
31823 pr-4975.o".
31824
31825 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31826
31827 * gdb.base/list.exp: Adjust expectations to reflect changes in
31828 list1.c.
31829 (test_forward_search): New test proc.
31830 * gdb.base/list1.c (long_line): New function, has long source line.
31831
31832 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31833
31834 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31835 additional line of code that was added.
31836
31837 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31838
31839 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31840 tests so as not to overflow expect's input buffers.
31841 * gdb.disasm/hppa.exp: Corresponding changes.
31842
31843 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31844
31845 Beginnings of template debugging tests.
31846 * gdb.c++/templ-info.cc: New file to test for template
31847 debugging capability of the compiler.
31848 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31849 templ-info.cc.
31850 * gdb.c++/templates.cc: Add explicit template instantiations
31851 to enable compiling with -fno-implicit-templates. Add destructor
31852 and 'value' method to T5 class for template tests.
31853 * gdb.c++/templates.exp: Add testcases for printing of template
31854 types, setting breakpoints on template methods and calling a
31855 template method.
31856
31857 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31858
31859 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31860 branch target since some assemblers (gas-2.5) may emit a
31861 relocation for the branch instead of resolving it in the
31862 assembler.
31863
31864 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31865
31866 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31867 through signal handler.
31868
31869 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31870
31871 * configure.in (*-*-netware): Use config/mt-netware.
31872
31873 * config/mt-netware: New file.
31874 * config/mt-i386-netware: Removed, separate configs for different
31875 netware architectures are no longer needed now that we have
31876 --with-headers.
31877
31878 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31879
31880 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31881 by the recent changes to use ANSI C arithmetic conversions.
31882
31883 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31884
31885 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31886 bug involving using inferior_pid to figure out whether to select a
31887 frame.
31888
31889 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31890
31891 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31892 match the current disassembler output.
31893
31894 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31895
31896 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31897 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31898 types, expect "int" as type of integer values (for now).
31899
31900 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31901
31902 * gdb.base/commands.exp: New tests for if/while commands.
31903
31904 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31905
31906 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31907 by .*, since hex values have different syntax in Chill mode.
31908
31909 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31910
31911 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31912 linefeed from expect pattern for repeated types with indices > 9.
31913
31914 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31915
31916 First part of Fortran test suite.
31917 * gdb.fortran: New directory.
31918 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31919
31920 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31921
31922 * gdb.base/default.exp: Update expect pattern for load command
31923 without arguments.
31924
31925 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31926
31927 * configure.in: Change i386 to i[345]86.
31928 * gdb.base/configure.in: Likewise.
31929 * gdb.c++/configure.in: Likewise.
31930 * gdb.chill/configure.in: Likewise.
31931
31932 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31933
31934 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31935 patterns, since that is not a valid context for comments.
31936
31937 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31938
31939 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31940 repeated types and repeated types with indices > 9.
31941
31942 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31943
31944 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31945 2417; old bug has been fixed.
31946
31947 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31948
31949 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31950 send the newline ourselves instead of assuming gdb_test will do
31951 so when passed an empty input string.
31952
31953 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31954 stabs testcode.
31955
31956 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31957
31958 * lib/gdb.exp (gdb_test): Don't send anything if the first
31959 argument is an empty string. This makes cases where we want to
31960 match output that is already in expect's buffers (for example,
31961 matching a breakpoint after gdb_run_cmd has been called) work
31962 reliably.
31963
31964 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31965
31966 * config/netware.exp: New file.
31967
31968 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31969
31970 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31971 the -B and -L prefixes so we can find the debugging stub.
31972
31973 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31974 there and we are using the gcc from the tree.
31975
31976 * gdb.base/types.c: Removed.
31977
31978 * gdb.base/configure.in: Look for makefile fragments in ../config.
31979 Recognize i386-*-netware.
31980 * gdb.c++/configure.in: Likewise.
31981
31982 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31983
31984 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31985 the correct TCL syntax.
31986
31987 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31988
31989 * gdb.base/opaque.exp: use runto instead of messing around with
31990 breakpoints. Simplify by using gdb_test.
31991
31992 * gdb.base/bitfields.exp: restart between tests on netware targets
31993 because breakpoints aren't relocated after target death. Run
31994 processes to completion.
31995
31996 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31997
31998 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31999
32000 * Makefile.in: Remove extra tabs that confuse some versions
32001 of "make". Use the newly built gdb to test with by default,
32002 rather than the first one in the tester's search path.
32003
32004 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32005
32006 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32007
32008 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32009 condition help.
32010
32011 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32012
32013 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32014
32015 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32016 running.
32017 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32018 * gdb.base/funcargs.exp: Likewise.
32019
32020 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32021 * gdb.base/funcargs.exp: Likewise.
32022
32023 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32024 message is "".
32025
32026 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32027
32028 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32029 return,signals,twice}.exp: Handle non-existant binaries
32030 consistantly.
32031
32032 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32033 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32034 might testing a cross development system.
32035
32036 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32037
32038 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32039 runtest script is relative to ${srcdir}, not ${rootdir}.
32040
32041 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32042
32043 * gdb.base/signals.exp: Allow for optionality of breakpoint
32044 address.
32045
32046 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32047
32048 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32049
32050 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32051
32052 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32053 for size_t definition.
32054 * gdb.c++/templates.cc: Likewise
32055
32056 * config/mt-i386-netware: New file.
32057
32058 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32059 defined.
32060
32061 * gdb.base/Makefile.in: Added support for systems that name core
32062 files by appending "core" to the program name.
32063 * gdb.base/a1-selftest.exp: Likewise.
32064
32065 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32066
32067 * gdb.base/return.exp: Add comment and message for `return double'
32068 test failure on Sparc Solaris.
32069
32070 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32071
32072 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32073
32074 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32075
32076 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32077 from optimizing them away.
32078 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32079 patterns to include default constructors and assignment operators,
32080 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32081 character in the output of the virtual base pointer.
32082
32083 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32084
32085 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32086 expression match in print_addr_of to avoid unintented matches.
32087 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32088 versions up to 2.5.8.
32089
32090 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32091
32092 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32093 included file to run under newer versions of expect.
32094 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32095 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32096 Remove xfail for the virtual table of BDDHookV.
32097
32098 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32099
32100 * lib/gdb.exp (string_to_regexp): Set a default result.
32101 (default_gdb_start): Fix misleading message.
32102
32103 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32104
32105 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32106 Remove all CC, etc definitions.
32107 * config/mt-hpux: New file.
32108 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32109 (CFLAGS, LDFLAGS): Define.
32110 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32111
32112 * Makefile.in (site.exp): Don't insert host_os, etc.
32113 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32114 (distclean): Check existence of subdir.
32115 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32116 * gdb.base/Makefile.in: General cleanup and simplification.
32117 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32118 to build executables. Use default rule to build .o files.
32119 (EXPECT, RUNTEST, CC): Fix relative pathname.
32120 (site.exp): Don't insert host_os, etc.
32121 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32122 and/or SIGUSR1 defined.
32123 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32124 * gdb.c++/Makefile.in: General cleanup and simplification.
32125 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32126 (CFLAGS): Remove.
32127 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32128
32129 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32130
32131 * gdb.base/recurse.exp: Misc changes to get tests running again
32132 after Kung's changes to the watchpoint code.
32133 * gdb.base/watchpoint.exp: Likewise.
32134
32135 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32136
32137 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32138
32139 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32140
32141 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32142 * lib/gdb.exp (default_gdb_start): Define.
32143 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32144 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32145 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32146 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32147 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32148 Don't call gdb_target_udi in between tests.
32149
32150 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32151
32152 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32153 (which was basically just a local version of the same thing). In
32154 addition to avoiding duplication, gdb_test_exact is faster.
32155 * lib/gdb.exp (gdb_test_exact): Fix typo.
32156
32157 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32158 don't give an error.
32159
32160 * gdb.base/term.exp: Call delete_breakpoints before starting.
32161
32162 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32163 (t10): Add comment.
32164
32165 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32166
32167 Reorganization of the GDB Test Suite.
32168
32169 * gdb.base: New directory, contains all the basic tests.
32170 * gdb.c++: New directory, tests specific to C++.
32171 * gdb.chill: New directory, tests specific to Chill.
32172 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32173 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32174 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32175 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32176 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32177 t30-31 to chill).
32178 * */gdbme.*: Rename to match appropriate expect scripts.
32179 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32180 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32181 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32182 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32183 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32184 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32185 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32186 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32187 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32188 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32189 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32190 gdb.c++/virtfunc.cc: New names of C++ files.
32191 * gdb.chill/chillvars.ch: New name of Chill file.
32192 * gdb.base/configure.in, gdb.c++/configure.in,
32193 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32194 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32195 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32196 * configure.in (configdirs): Update to reflect directory changes.
32197 (target_abbrev): No longer define for any configuration.
32198 * Makefile.in: Cosmetic improvements to header comments.
32199
32200 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32201
32202 Various changes to gdb.t31:
32203
32204 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32205 * gdbme.ch: Make all key-words and predefineds be upper-case.
32206 * chillvars.exp: Expect key-words and predefinds in upper-case.
32207
32208 * chillvars.exp: Use gdb_test_exact many places.
32209 Change expected output for arrays (which now includes index labels).
32210
32211 * pr-5020.exp, gdme.ch (module PR_5020):
32212 New test, for PR-5020.
32213
32214 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32215
32216 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32217 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32218
32219 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32220
32221 * Makefile.in: Fix bit-rot in definitions of CHILL,
32222 CHILL_FOR_TARGET and Chill_LIB.
32223 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32224 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32225 CHILL, and CHILL_LIB.
32226
32227 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32228
32229 * Revert the previous changes. Please see Rob's directory
32230 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32231
32232 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32233
32234 * Makefile.in, configure.in, config/mips-gdb.exp,
32235 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32236 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32237 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32238 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32239 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32240 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32241 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32242 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32243 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32244 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32245 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32246 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32247 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32248 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32249 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32250 changes from 94Q1.
32251
32252 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32253
32254 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32255 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32256 Rob's new testing fragments.
32257
32258 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32259
32260 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32261 lib/gdb.exp: Replace error proc calls with perror.
32262
32263 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32264
32265 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32266 version also, match on casted version strings, and match on
32267 gdb startup case where the line numbers might be messed up.
32268
32269 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32270
32271 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32272 (CFLAGS): Delete it from here.
32273
32274 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32275
32276 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32277
32278 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32279
32280 * Makefile.in (RUNTEST): Default to just "runtest".
32281
32282 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32283
32284 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32285 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32286 the code has been restructured.
32287
32288 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32289
32290 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32291 \n, not just one of each.
32292
32293 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32294 /bin/cc gives a warning if you do.
32295
32296 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32297
32298 * gdb.t24/demangle.exp: change expect pattern of
32299 __t10ListS_link1ZUiRCUiPT0
32300
32301 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32302
32303 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32304 on local variables in recursive functions.
32305
32306 * gdb.t07/Makefile.in: Build the new test.
32307
32308 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32309
32310 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32311 directly. Instead compare the return values from actual calls.
32312
32313 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32314
32315 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32316
32317 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32318
32319 * From Peter Schauer with minor modifications.
32320 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32321 stops in mid-line in the caller. Add xfail for returning a float
32322 value on X86 targets.
32323
32324 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32325
32326 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32327 to avoid expect lossage.
32328 (fmem_LRbug_tests): Likewise.
32329 * gdb.disasm/hppa.s: Corresponding changes.
32330
32331 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32332 conditions to work with latest dejagnu/expect.
32333
32334 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32335 expected to fail on the PA.
32336 (backtrace in call with trampolines): Explicitly require main
32337 to be frame #1 (no trampolines should show up in backtrace).
32338
32339 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32340 "continue -expect".
32341 * gdb.t06/break.exp: Likewise.
32342 * gdb.t07/watchpoint.exp: Likewise.
32343 * gdb.t13/bitfields.exp: Likewise.
32344 * gdb.t15/{funcargs,return}.exp: Likewise.
32345 * gdb.stabs/weird.exp: Likewise.
32346 * config/{mips,udi}-gdb.exp: Likewise.
32347
32348 * hppa.sed: Enclose comments within a sed command to avoid
32349 losing with the old OSF1 sed.
32350
32351 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32352
32353 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32354 sequent dynix.
32355 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32356 * gdb.t15/funcargs.exp: Conditionally step again to really
32357 finish from marker_call_with_trampolines. Handle the case where
32358 the first step from within call_with_trampolines already steps
32359 us back to main.
32360 * gdb.t15/gdbme.c: Add comment to closing brace of
32361 call_with_trampolines for funcargs.exp.
32362
32363 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32364
32365 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32366 Fix typo(s).
32367
32368 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32369
32370 * gdb.t07/gdbme.c: More code for watchpoint testing.
32371
32372 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32373 "Hardware watchpoint" throughout file.
32374 (test_watchpoint_triggered_in_syscall): New test.
32375 (test_complex_watchpoint): New test.
32376
32377 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32378
32379 * gdbme.c (call_with_trampolines): New function to try and step
32380 into. Tests trampoline problems on the PA.
32381
32382 * funcargs.exp (localvars_in_indirect_call): No longer expect
32383 stepping into indirect call to fail on PAs.
32384 (test_stepping_over_trampolines): New test.
32385
32386 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32387
32388 * TODO: Add suggestions for static member function tests, and
32389 completion tests.
32390
32391 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32392
32393 * TODO: Add suggestions for "p/a" tests.
32394
32395 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32396 (default_gdb_exit): Replace all the hair with sending "quit" to
32397 the process with a simple close.
32398
32399 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32400
32401 * TODO: Add suggestions for shared library tests.
32402
32403 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32404
32405 * TODO: Add suggestions for x/s tests.
32406
32407 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32408
32409 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32410 "enable once", and "enable breakpoints once" with ".*".
32411
32412 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32413
32414 * TODO: Add suggestions about structure passing tests.
32415
32416 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32417
32418 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32419 the primary1 test, use work around if __GNUC__ < 2.
32420 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32421 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32422 Test for bad output rather than waiting for timeout. Issue
32423 second continue only if first continue failed.
32424
32425 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32426
32427 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32428 operator[] test with gdb_test because the old code didn't seem to
32429 be getting the quoting right with the new dejagnu.
32430
32431 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32432
32433 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32434 one from the path.
32435 * Makefile.in: Use a fresh expect if there is one, use runtest
32436 from the src tree if there is one.
32437
32438 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32439
32440 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32441 next over recursive call. Revise the tests from that point on
32442 (which had been skipped) to match GDB's actual (correct) output.
32443
32444 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32445 with next over a breakpoint whose condition is false.
32446
32447 * gdb.t00/help.exp: Comment out "help set print" tests just like
32448 (and for same reason as) "help set" test.
32449
32450 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32451
32452 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32453 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32454
32455 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32456
32457 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32458 necessary gdb_target_udi.
32459
32460 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32461
32462 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32463 1838 and 2417; they are fixed.
32464
32465 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32466 gdb.t03/ptype.exp (ptype structure, ptype union):
32467 Remove xfails; the test is looser than when the xfails were added.
32468
32469 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32470 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32471
32472 * gdb.t01/run.exp: Only run shell test if isnative.
32473
32474 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32475 since "run" automatically loads if necessary. Call gdb_target_udi
32476 after the "file" since "file" kills any execution target.
32477
32478 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32479 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32480 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32481 argument for UDI.
32482
32483 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32484
32485 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32486
32487 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32488
32489 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32490
32491 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32492 properly quoting regexps. This makes the second argument to
32493 demangle a fixed string, which matches the callers, instead of a
32494 shell-style pattern which is what the previous implementation
32495 used. Update some of the callers.
32496
32497 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32498
32499 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32500 (comib_nullified_tests): Fix typo.
32501 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32502 strings. No longer expected to fail.
32503
32504 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32505 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32506 strings. No longer expected to fail.
32507
32508 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32509 string. No longer expected to fail.
32510
32511 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32512
32513 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32514 No longer expected to fail.
32515
32516 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32517 string. No longer expected to fail.
32518
32519 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32520
32521 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32522 only in the names (I probably got most of them). I was even
32523 generous with some which differed in underscores in names, and
32524 probably missed a few, and I *still* was able to remove almost a
32525 third of the file with almost no impact on testsuite coverage.
32526
32527 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32528
32529 * gdb.t00/default.exp: Match udi_attach error message as well as
32530 the one from child_attach.
32531
32532 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32533
32534 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32535
32536 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32537 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32538
32539 * Move test with enums and partial symbols back to
32540 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32541 Reverts the change of 26 May 93. Per today's change to
32542 stabs.texinfo, the behavior that weird.exp was expecting was
32543 unreasonable; what is important is that the compiler+gdb get
32544 things right, which happens with a recent gcc. Also fix the test
32545 to deal with native compilers which put out the stab gdb can't
32546 deal with.
32547
32548 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32549
32550 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32551 in the names. The main thing these accomplish is to slow things down.
32552 Many more such duplicates surely remain.
32553
32554 * gdb.t00/help.exp: Comment out "help support" test just like
32555 (and for same reason as) "help set" test.
32556
32557 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32558
32559 * gdb.t06/break.exp: Remove setup_xfails for
32560 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32561 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32562 about known bug in gcc to include up through 2.5.8.
32563 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32564 well as "_vb$".
32565 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32566 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32567 with latest gcc and gdb.
32568 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32569 well as "_vb$".
32570
32571 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32572
32573 * configure.in (hppa*-*-*): Also configure and build stabs-only
32574 tests.
32575
32576 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32577
32578 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32579 * gdb.t10/configure.in (hppa*-*-*): Use it.
32580
32581 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32582
32583 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32584
32585 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32586
32587 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32588 versions prior to 1.13.5.
32589
32590 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32591
32592 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32593 the prompt is at the start of a line.
32594
32595 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32596
32597 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32598 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32599 in the copr tests now.
32600 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32601 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32602 expected to fail.
32603
32604 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32605
32606 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32607 gdb.t31/chillvars.exp, lib/gdb.exp:
32608 Tweak to run under either version of expect.
32609 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32610 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32611 * gdb.t11/list.exp: Remove extraneous whitespace.
32612
32613 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32614
32615 * gdb.t16/printcmds.exp (test_print_strings): Accept
32616 "(unsigned char *) " before the string.
32617
32618 * TODO: Add notes about printing of fancy types and GDB expressions.
32619
32620 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32621
32622 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32623 * gdb.t06/configure.in: Don't try to compile signals test program
32624 if doing mips-idt-ecoff.
32625
32626 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32627
32628 * Most .exp files: Tweak to run under either version of expect.
32629
32630 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32631
32632 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32633 xfails; I'm not sure why they are failing, but not because of PR 1806.
32634
32635 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32636
32637 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32638 defined in lib/gdb.exp.
32639
32640 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32641
32642 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32643 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32644 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32645 have to be typeless.
32646
32647 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32648
32649 * TODO: Add suggestion for copyright year test.
32650
32651 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32652
32653 * configure.in (*-*-lynxos*): Add stabs tests.
32654
32655 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32656
32657 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32658 so insert a tab before any assembler directive in column zero.
32659
32660 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32661 stores.
32662 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32663 stores.
32664 (fpu_short_memory_tests): Likewise.
32665
32666 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32667
32668 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32669 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32670 .stabs directives in comments.
32671
32672 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32673
32674 * TODO: New file, describing tests we could write.
32675 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32676
32677 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32678
32679 * gdb.t06/signals.exp: Add kludge to force re-sync.
32680
32681 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32682 to xgdb instead of gdb, get out of gdb.
32683
32684 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32685
32686 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32687 for info.
32688
32689 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32690
32691 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32692 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32693 * gdb.stabs/hppa.sed: New sed script for the PA.
32694
32695 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32696
32697 * gdb.stabs: Re-write weird.def and configuration to use sed
32698 instead of cpp. sed is portable and POSIX; cpp is neither.
32699
32700 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32701
32702 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32703
32704 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32705
32706 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32707
32708 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32709
32710 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32711 "_vb$".
32712 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32713 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32714
32715 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32716
32717 * lib/gdb.exp: Comment out code which depends on non-existent
32718 `transform' procedure.
32719
32720 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32721
32722 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32723 * lib/gdb.exp: Transform tool name.
32724 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32725 1.1's new error handling system.
32726
32727 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32728
32729 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32730
32731 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32732
32733 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32734 They made pattern matching so slow that timeouts happened on
32735 heavily loaded systems. Now any output from "show print" which
32736 gets us back to the GDB prompt is a PASS.
32737
32738 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32739
32740 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32741
32742 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32743
32744 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32745
32746 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32747 It is not from PR 3220.
32748
32749 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32750
32751 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32752 just started failing because they depended on the order the
32753 subcommands are presented, or exact docstring text. This kind of
32754 test is a pain and has minimal benefit.
32755
32756 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32757
32758 * gdb.t09/corefile.exp: At end of test, use "core" command with
32759 no arguments.
32760
32761 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32762
32763 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32764 17}/Makefile.in: Make it possible to run the testsuite with Sun
32765 make and CC = cross gcc by adding explicit build rules for .o
32766 files.
32767
32768 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32769
32770 * gdb.t15/funcargs.exp: Don't put comments on same line as
32771 setup_xfail (@#$*%& tcl braindamage!).
32772
32773 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32774
32775 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32776
32777 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32778
32779 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32780 * gdb.t20/inherit.exp: remove three dumplicate entries.
32781
32782 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32783
32784 * gdb.t06/break.exp: For "next over recursive call", fail on any
32785 incorrect output, not just on "factorial (value=2)".
32786
32787 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32788
32789 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32790 working now. Add an xfail if accesing a bss variable causes
32791 a memory error if the target is not yet run.
32792
32793 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32794
32795 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32796 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32797 name of __st* demangling (2 strings). Did Kung really get the
32798 more than 95 others right without testing them?
32799
32800 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32801
32802 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32803
32804 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32805
32806 * configure.in (configdirs): Add gdb.disasm
32807 * gdb.disasm: New directory for GDB disassembler tests.
32808 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32809
32810 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32811
32812 * gdb.t00/help.exp: Don't test "help set".
32813
32814 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32815 from within expect statements. None of these happen anymore and
32816 they cause regressions to be silently unnoticed.
32817
32818 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32819 messages) about known failures with gcc cygnus-2.4.5-930417.
32820
32821 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32822 comp-info.exp so it gets built if it doesn't exist.
32823
32824 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32825 it is no longer used.
32826 * gdb.t13/comp-info.c: Removed.
32827
32828 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32829
32830 * gdb.t06/signals.exp: Add xfail for sun3.
32831
32832 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32833
32834 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32835 relevant because ^C doesn't get sent but failure can be reproduced
32836 interactively).
32837
32838 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32839
32840 * gdb.stabs/alpha.mt: New configuration file for alpha.
32841 * gdb.stabs/configure.in: Use it.
32842 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32843 sharing with alpha.mt, redefine long to word via preprocessor.
32844 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32845 for alpha.
32846 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32847 native cc.
32848 * gdb.t00/teststrategy.exp: Change expect string so that we
32849 consume the `(xgdb)' from the command echo and from the gdb prompt.
32850 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32851 gdb currently compares all values as long, so this failure probably
32852 applies to any configuration where LONGEST is bigger than a target int.
32853 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32854 with gcc.
32855 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32856 to handle opaque pointers, gcc is.
32857 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32858 as first argument. Include <sys/types.h> and change all operator
32859 new definitions to use size_t.
32860 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32861 now that we use size_t.
32862
32863 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32864
32865 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
32866 a long or float array cast all array members to the same type.
32867 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
32868 with 64 bit longs.
32869 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
32870 on alpha.
32871 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
32872
32873 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32874
32875 * gdb.t24 (demangle.exp): Constructors of templates have names like
32876 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32877 section 14.6 of the ARM.
32878
32879 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32880 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32881 accomplish little and slow down the testsuite.
32882
32883 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32884 Accept spaces various places.
32885
32886 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32887
32888 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32889 with watchpoint enabled.
32890
32891 * Makefile.in: Remove definition of CC and remove the second
32892 definition of CXX (the "CXX = gcc" one remains). These definitions
32893 were causing backquotes to be expanded within backquotes, which
32894 doesn't work.
32895
32896 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32897
32898 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32899
32900 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32901
32902 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32903 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
32904 by mips cc and contains no stabs entries.
32905
32906 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32907
32908 * config/vx-gdb.exp: Use fake device to load files rather than
32909 NFS.
32910 * lib/gdb.exp: New proc to do "file" command.
32911 * config/unix-gdb.exp: Use new "file" proc.
32912
32913 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32914
32915 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32916 Rework board rebooting slightly.
32917 (gdb_exit): Don't exit from the remote shell; there isn't one.
32918 * gdb.stabs/weird.exp: If a program is being debugged already,
32919 kill it.
32920 * gdb.t04/setvar.exp: Stop and restart gdb.
32921 * gdb.t05/expr.exp: Likewise.
32922 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32923 restart gdb and reload the program.
32924 * gdb.t08/opaque.exp: Likewise.
32925 * gdb.t12/scope.exp: Likewise.
32926 * gdb.t13/bitfields.exp: Likewise.
32927 * gdb.t15/funcargs.exp: Likewise.
32928 * gdb.t20/classes.exp: Likewise.
32929 * gdb.t03/ptype.exp: Increase timeout.
32930 * gdb.t16/printcmds.exp (test_print_string_constants,
32931 test_print_array_constants): Likewise.
32932 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32933 * gdb.t20/classes.exp (do_tests): Likewise.
32934 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32935
32936 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32937
32938 * gdb.stabs: Renamed *wierd* to *weird*.
32939
32940 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32941
32942 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32943 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32944
32945 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32946
32947 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32948 (do_tests): Remove xfail for whatis on one_var and two_var.
32949
32950 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32951
32952 * Makefile.in: Made cross building work better by adding
32953 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32954
32955 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32956
32957 * gdb.t15/{return.c,return.exp,Makefile.in}:
32958 New test, currently commented out.
32959
32960 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32961
32962 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32963 still running and removes the leftover named socket so GDb can do
32964 clean restarts.
32965
32966 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32967
32968 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32969 console, not GDB.
32970 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32971 cross testing works better with "make check"
32972 * config/unix-gdb: Use default procedures for exit and version.
32973 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32974 with the newest VxWorks.
32975
32976 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32977
32978 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32979 old form.
32980
32981 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32982 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32983
32984 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32985
32986 * config/unix-gdb.exp: Remove this version of gdb_exit
32987 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32988 Rob says he'll look at it when he gets back to testing boards.
32989
32990 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32991
32992 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32993 an expected fail for certain ptype commands.
32994
32995 * gdb.t20/classes.exp: Update expected results of "ptype class
32996 Base1" to account for the constructor that now appears in the type.
32997
32998 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32999
33000 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33001 disappeared from list.
33002 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33003 "alldone" proc with call to cleanup and exit.
33004 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33005 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33006 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33007 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33008 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33009 "alldone" proc with simple returns that suppress remaining
33010 tests. The alldone proc went away many months ago.
33011
33012 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33013
33014 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33015
33016 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33017
33018 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33019
33020 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33021 as vax gdb will display them.
33022
33023 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33024
33025 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33026 optimizers.
33027
33028 * scope.exp: Change "bad value for localval" messages so each one
33029 is unique.
33030
33031 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33032 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33033
33034 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33035
33036 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33037
33038 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33039 doesn't exist (due to optimization).
33040
33041 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33042
33043 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33044 contains \r because the filename is long.
33045
33046 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33047 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33048
33049 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33050
33051 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33052 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33053 Ultrix.
33054 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33055 int tests.
33056 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33057
33058 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33059
33060 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33061
33062 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33063 to match does not match the passing case but still matches the
33064 failing case.
33065
33066 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33067
33068 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33069
33070 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33071
33072 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33073 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33074 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33075 Remove various versions of gdb_exit.
33076 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33077 gdb_exit.
33078 * config/unix-gdb.exp: gdb_exit remains here, and should override
33079 the generic version, since it's doing a lot of wierd stuff that
33080 the other versions aren't. FIXME, fold it in, or abandon this
33081 version.
33082
33083 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33084
33085 * gdb.t24/demangle.exp: Add tests for PR 3220.
33086
33087 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33088
33089 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33090
33091 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33092
33093 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33094 "i386-*-*". Works for i486 as well.
33095
33096 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33097 bug, and expand domain of xfail to all SVR4 systems, since the
33098 actual problem is likely to be in generic SVR4 /proc support.
33099
33100 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33101
33102 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33103
33104 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33105
33106 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33107 xfails for other systems. Match a missing 'Continuing.' as an
33108 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33109
33110 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33111 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33112 Only issue warning for missing executables if -all option is used.
33113
33114 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33115 file if -all option is used. It's like an unpredictable XFAIL.
33116
33117 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33118
33119 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33120 for dynamically linked binaries.
33121
33122 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33123
33124 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33125
33126 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33127 to state that this is a known bug in old versions of g++.
33128
33129 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33130
33131 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33132 while waiting for `Continuing'.
33133
33134 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33135
33136 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33137 in text, data, and bss.
33138 * gdb.t10/nodebug.c: Add local and global test variables for
33139 initialized and uninitialized data.
33140
33141 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33142
33143 * config/unix-gdb.exp (gdb_exit): Add "wait".
33144
33145 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33146
33147 * gdb.t06/signals.exp: xfail the continue from the handler for all
33148 targets.
33149
33150 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33151 function with watchpoints enabled, the i386 call dummy starts with
33152 a call.
33153
33154 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33155 386 bsd names its corefiles.
33156
33157 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33158
33159 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33160 compilers don't grok it.
33161 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33162 with small octal ints rather than character constants, which
33163 are signed and might not fit if first promoted to int.
33164
33165 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33166
33167 * gdb.t09/Makefile.in (clean): Remove corefile.
33168
33169 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33170
33171 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33172
33173 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33174 and Jim Kingdon (kingdon@cygnus.com)
33175
33176 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33177 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33178 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33179
33180 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33181
33182 * gdb.t17/interrupt.exp: Add xfail for hppa.
33183
33184 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33185
33186 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33187 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33188 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33189 to determine signed-ness of bitfields and use the result to setup
33190 the xfail.
33191 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33192 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33193 call line is reached if necessary.
33194
33195 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33196
33197 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33198
33199 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33200
33201 * gdb.t06/break.exp: Also test `clear' command.
33202
33203 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33204
33205 * gdb.t00/teststrategy.exp: Remove extra quote.
33206
33207 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33208 watchpoint enabled to be for all non-68k machines.
33209
33210 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33211
33212 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33213
33214 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33215 targets use aout.mt instead of ecoff.mt as gas understands
33216 standard aout format.
33217
33218 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33219
33220 * lib/gdb.exp (runto): Don't insist that function we are running to
33221 was compiled with -g.
33222
33223 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33224
33225 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33226 to get back into the read system call.
33227 Accept leading newline in case where we woke it up.
33228
33229 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33230
33231 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33232 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33233 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33234 enable ecoff configuration.
33235
33236 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33237
33238 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33239
33240 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33241
33242 * gdb.t16/printcmds.exp: Add another printf test.
33243
33244 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33245
33246 * configure.in: If configured -with-stabs on any target, add
33247 stabsdirs to configdirs.
33248
33249 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33250
33251 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33252 fun" so pattern does not match the command itself.
33253
33254 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33255
33256 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33257
33258 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33259
33260 * gdb.t17/interrupt.exp: Test for more things.
33261
33262 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33263
33264 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33265 compiler arranges the code and line numbers.
33266
33267 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33268
33269 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33270
33271 * gdb.t00/help.exp: Increase expect input buffer size.
33272
33273 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33274
33275 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33276
33277 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33278
33279 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33280
33281 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33282 [0-9]*, not just [0-9].
33283
33284 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33285
33286 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33287
33288 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33289
33290 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33291
33292 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33293
33294 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33295
33296 * gdb.t06/signals.c: Add xfails for sun3.
33297
33298 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33299
33300 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33301 test_stepping tests.
33302
33303 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33304
33305 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33306
33307 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33308
33309 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33310 rather than actually putting it through cpp twice.
33311
33312 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33313
33314 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33315
33316 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33317 no longer needed.
33318
33319 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33320
33321 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33322
33323 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33324 C++ features prints as "struct", make it a pass, not an xfail.
33325
33326 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33327
33328 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33329 Don't require VA to print as "class" rather than "struct".
33330
33331 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33332
33333 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33334
33335 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33336
33337 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33338
33339 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33340
33341 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33342 order.
33343
33344 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33345
33346 * gdb.t16/printcmds.exp: Add printf tests.
33347
33348 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33349
33350 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33351
33352 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33353
33354 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33355 pass counts, to counteract any existing or future setup_xfails.
33356
33357 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33358
33359 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33360 {BEGIN,END}_COMMON for common block instead of STAB.
33361 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33362
33363 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33364 intp_var should be N_GSYM not N_LSYM.
33365 wierd-aout.S: Use a label for the value of the N_SO.
33366 wierd.def: Remove all backslashes.
33367 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33368
33369 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33370
33371 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33372 get the expected next to inheritance3.
33373
33374 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33375
33376 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33377 now that gcc-2.4 gets it right.
33378
33379 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33380
33381 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33382
33383 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33384 generating comp-info.exp which works for cross-compilation.
33385
33386 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33387
33388 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33389 "*-*-sysv4.*".
33390
33391 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33392
33393 * gdb.t01/run.exp: Start with a fresh gdb.
33394 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33395 SVR4.x.
33396
33397 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33398
33399 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33400 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33401 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33402 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33403 things to remove.
33404
33405 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33406
33407 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33408 test cases from bug reports.
33409
33410 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33411
33412 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33413 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33414 avoid spurious xfails.
33415 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33416 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33417 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33418
33419 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33420
33421 * gdb.t00/teststrategy.exp: Rework to provide more useful
33422 description of each test, fix problem with systems that define
33423 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33424 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33425 results for "next over recursive call" so timeouts aren't taken
33426 by error.
33427
33428 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33429
33430 * gdb.t12/scope.exp: Test printing of variables before run.
33431
33432 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33433 printed in wrong order due to sorting.
33434
33435 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33436
33437 * gdb.t00/teststrategy.exp: Fix expected results for printing
33438 user entered string constant. Is array of char, prints with no
33439 address.
33440
33441 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33442 commands.
33443 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33444 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33445 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33446 of struct of char arrays.
33447 * gdb.t00/radix.exp: New tests for radix commands.
33448
33449 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33450
33451 * gdb.t16/printcmd.exp: Print a variable before running program
33452 (with xfail for AIX).
33453
33454 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33455
33456 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33457
33458 * gdb.t16/printcmd.exp: Don't print variables before running program.
33459
33460 * gdb.t06/break.exp: Don't require envp argument to main.
33461
33462 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33463
33464 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33465 Add xfails for rs6000.
33466
33467 * gdb.t02/whatis.exp: Change other tests not to re-test something
33468 we already tested.
33469
33470 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33471 each type used has a variable of that type.
33472
33473 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33474
33475 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33476
33477 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33478
33479 * configure.in: change srctrigger to be a file, not a directory
33480
33481 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33482
33483 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33484
33485 * gdb.t11/list.exp: Fixed a couple of typos.
33486
33487 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33488
33489 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33490 is fixed and PR is closed.
33491 * gdb.t16 (gdbme.c): Add simple test string variable.
33492 * gdb.t16 (printcmds.exp): Add tests with simple test string
33493 variable, primarily for boundaries on "set print elements".
33494
33495 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33496
33497 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33498 Make leading 0's optional and don't expect a tab in the middle
33499 of the number.
33500
33501 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33502
33503 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33504 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33505 don't end command passed to gdb_test with newline.
33506
33507 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33508 signed keyword away, don't expect signed bitfields to be signed.
33509
33510 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33511 printing with only as many 1's as are in the field as well as printing
33512 with 32 1's (see comment).
33513
33514 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33515
33516 * gdb.t00/default.exp: Start with a fresh gdb.
33517 * configure.in (configdirs): Remove gdb.t31 until the chill
33518 compiler works again. It no longer is able to find chillrt0
33519 since it isn't in libchill.a anymore.
33520 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33521 wierd.o, make more modular.
33522 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33523 spurious newlines that caused problems.
33524
33525 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33526
33527 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33528 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33529 gdb.stabs/wierd.{exp,def}: Many new tests.
33530
33531 * gdb.t00/default.exp: update info line for new message.
33532
33533 * gdb.t02/{whatis.exp,gdbme.c}:
33534 Test that "char *" doesn't print as "caddr_t".
33535
33536 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33537
33538 * gdb.t00/help.exp: Use .* in place of some help messages which
33539 just changed.
33540 gdb.t00/default.exp: Update "info frame" test for new message.
33541 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33542 Remove some xfails
33543
33544 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33545
33546 * gdb.t03/{gdbme.c,ptype.exp}:
33547 Add tests for typedef'd struct and union without tags.
33548 Also check "whatis" on a variable of a typedef'd enum without a tag.
33549
33550 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33551 PRMS 1823; the bug still exists but isn't reproduced by this test
33552 anymore), and remove rs6000 XFAIL (the bug is fixed).
33553
33554 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33555 duplicated from whatis.exp. For those that are left, accept
33556 "long", "long int", or "int" for long variables (whatis.exp already
33557 has an XFAIL for "int", so no need to fail it here).
33558
33559 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33560 Deal with GCC's names for types now that GDB uses the compiler's names.
33561
33562 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33563 setup_xfail's for sunos4. If we #defined the signed keyword away,
33564 don't expect GDB to know that char it is signed.
33565
33566 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33567
33568 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33569
33570 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33571 should work on any system, regardless of debugging format.
33572 * gdb.t21/demangle.exp: Move to gdb.t24.
33573 * gdb.t24/demangle.exp: Move from gdb.t21.
33574 * gdb.t24/{Makefile.in, configure.in}: New files.
33575
33576 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33577
33578 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33579 * gdb.stabs: New directory.
33580
33581 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33582
33583 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33584 not just "Quit anyway?".
33585
33586 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33587
33588 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33589 that all setup_xfails are immediately followed by clear_xfails.
33590
33591 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33592
33593 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33594 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33595 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33596 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33597 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33598 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33599 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33600 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33601 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33602 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33603 gdb.t31/chillvars.exp, lib/gdb.exp:
33604 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33605 bug-gdb@prep.ai.mit.edu.
33606
33607 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33608
33609 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33610 with 0.0, not integer 0.
33611
33612 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33613
33614 * gdb.t06/break.exp: Update for "Kill the program" message change.
33615
33616 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33617
33618 * Makefile.in (GDBFLAGS): Set to -nx.
33619 * Makefile.in (site.exp): Use GDBFLAGS.
33620
33621 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33622
33623 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33624 Makefiles.
33625 (check): depend on just-check.
33626 (just-check): added so that tests can be run without a noop
33627 build pass.
33628
33629 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33630
33631 Switch to using configure's configdirs.
33632 * Makefile.in (Makefile): add configure.in dependency.
33633 (SUBDIRS): removed redundant assignment.
33634 * configure.in: switch subdirs assignment to configdirs.
33635 * gdb.t*/configure.in: new files.
33636
33637 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33638
33639 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33640 works.
33641
33642 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33643
33644 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33645 in explicit rules. Apparently this is not supported by some makes.
33646
33647 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33648
33649 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33650
33651 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33652
33653 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33654 disappeared.
33655
33656 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33657
33658 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33659
33660 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33661
33662 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33663 watchpoint problem that is now fixed.
33664 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33665 uninitialized convenience variables.
33666 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33667 structures.
33668
33669 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33670
33671 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33672 which causes expect to get out of sync with gdb on long output
33673 from help set.
33674 * gdb.t09/corefile.exp: Make expected pattern for core file
33675 failing signal and frame output format less sun specific.
33676
33677 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33678
33679 * gdb.t31/chillvars.exp: Add and remove initial dummy
33680 breakpoint, so that symbol table is forced in.
33681 (Needed at least on Sunos4, though it seems not SVR4.)
33682 * gdb.t31/chillvars.exp: Update for changed output format.
33683
33684 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33685
33686 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
33687
33688 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33689
33690 * Makefile.in: Added --srcdir when invoking runtest, removed the
33691 need for a local config file. (optional now)
33692
33693 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33694
33695 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33696 failure count used to force early termination. Add some more
33697 expected failures for gnu style demangling.
33698
33699 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33700
33701 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33702 pmi variable from gdb.t20/gdbme to get optimized away.
33703 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33704 Check for written corefile upon timeout _and_ eof.
33705
33706 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33707
33708 * config/unix-gdb.exp: Add missing return 0.
33709
33710 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33711
33712 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33713 test termination.
33714
33715 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33716
33717 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33718 disappeared.
33719
33720 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33721
33722 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33723 time as i860 support works.
33724
33725 * gdb.t15/funcargs.exp: Fix expected outputs to include
33726 "backtrace 100\r" rather than just "backtrace\r", to match last
33727 change.
33728
33729 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33730
33731 * config/udi-gdb.exp (gdb_exit): Remove close command.
33732 (gdb_target_udi): New procedure to set the UDI target.
33733 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33734 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33735 Added waits for prompts after several question responses. Added
33736 some more responses used by a29k-amd-udi-gdb.
33737 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33738 pass different arguments, restart UDI connection after program
33739 completion.
33740 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33741 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33742 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33743 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33744 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33745 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33746 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33747 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33748 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33749 after program completion.
33750 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33751 compiled with a SELECT_VECS setting.
33752 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33753 infinite recursion.
33754
33755 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33756 Added checks for COFF results, and made them expected failures for
33757 all targets. It would be better to make them expected failures
33758 for COFF targets only.
33759
33760 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33761
33762 * Makefile.in: add null dvi target, don't bother to recurse
33763 through test directories for info and install-info; rename
33764 $(datadir) to be dejagnu instead of deja-gnu
33765
33766 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33767
33768 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33769 compiler to coredump.
33770 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33771 code.
33772
33773 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33774
33775 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33776 coredump.
33777 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33778 code.
33779
33780 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33781
33782 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33783 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33784 which in a shell. Deletes xgdb when done.
33785 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33786 Tests the return from the "set height" or "set width" commands.
33787 Added a few return codes where needed.
33788
33789 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33790
33791 * Makefile.in (SUBDIRS): Add gdb.t17.
33792 * configure.in (subdirs): Add gdb.t17.
33793 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33794 files to test gdb's calling of functions in the inferior with
33795 the correct arguments and gdb's ability to retrieve any
33796 result returned.
33797
33798 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33799
33800 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33801 may be called after gdb goes away. Previous versions of expect
33802 needed these to avoid file descriptor leaks, but they cause
33803 errors with the current revision of expect.
33804 * gdb.t00/gdbvars.exp: Use -re on expected output after
33805 setting sevenbit-strings.
33806 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33807 to set sevenbit-strings consistent across tests.
33808 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33809 set sevenbit-strings consistent across tests.
33810
33811 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33812
33813 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33814 expected output to match current "expect" expectations.
33815
33816 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33817
33818 * gdb.t00/default.exp: Change expected output for default "source"
33819 command, to match new gdb behavior which requires a filename to
33820 source.
33821
33822 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33823
33824 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33825 expected fail for i486-*-* that misses the marker2 function.
33826 * gdb.t10/crossload.exp (bfddefault): Allow successful
33827 recognition of a format to pass even if no symbols are found.
33828 Explicitly catch failures where the format is not recognized
33829 or is ambiguous, and add the reason to the fail message.
33830 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33831 the cause is and invalid target and add reason to failure message.
33832 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33833 elf32-i386, elf32-sparc, and elf32-i860.
33834 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33835 Set up expected failure for 'filename'::variable scope resolution,
33836 which is now apparently broken on all targets.
33837 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33838 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33839 gdb.t23/templates.exp: Change failure for missing binfile into
33840 just a warning.
33841 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33842 references.
33843
33844 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33845
33846 * gdb.t00/default.exp: Add expected output for default "source"
33847 command, to match new gdb behavior.
33848 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33849
33850 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33851
33852 * config/*-gdb.exp: returns an error, rather than exiting on
33853 internal errors.
33854
33855 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33856
33857 * gdb.t03/gdbme.c: Add pointer to struct variable.
33858 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33859 referencing struct members.
33860
33861 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33862
33863 * configure.in (mips-idt-ecoff): New target.
33864 * config/mips-gdb.exp: New file for remote board using MIPS remote
33865 debugging protocol.
33866
33867 * Redid configuration scheme. Removed gdb.t*/configure.in.
33868 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33869 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33870 distclean targets. Built executables via .o files. Adjusted
33871 tests to account for source files in $(srcdir) rather than
33872 $(objdir).
33873 * lib/gdb.exp (runto): Don't expect () after the function name,
33874 because it may have arguments.
33875
33876 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33877
33878 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33879 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33880 expected failures for mips-idt-* and mips-sgi-*.
33881 * gdb.t00/default.exp (attach): Kill process if requested.
33882 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33883 that does not read core files.
33884 * gdb.t01/run.exp: Removed checks for exit status code.
33885 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33886 it is linked in.
33887 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33888 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33889 appropriate, rather than doing it by hand.
33890 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33891 execution.
33892 * gdb.t10/crossload.exp: Kill existing program if needed.
33893 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33894 appropriate, rather than doing it by hand. Always increase
33895 timeout for this test, not just for VxWorks.
33896
33897 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33898
33899 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33900 of Chill STRUCT types and STRUCT values.
33901 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33902 than "char".
33903 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
33904 struct2): New struct definitions and initializations to test
33905 simple Chill STRUCT types.
33906
33907 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33908
33909 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33910 the null byte at the end of strings.
33911 * gdb.t00/default.exp: Make show version insensitive to copyright
33912 date.
33913 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33914 to avoid dependencies on target char signedness.
33915 * gdb.t16/printcmds.exp: Update expected results for explicitly
33916 unsigned char.
33917 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33918 now work.
33919 * gdb.t21/demangle.exp: Add many more patterns for template
33920 demangling, most of them being expected failures.
33921 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33922 string we are matching for, to match on the whole string.
33923 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33924 and fix a whole bunch that had incorrect expected output but were
33925 passing anyway because of the bug in "proc demangle".
33926 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33927 type.
33928 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33929
33930 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33931
33932 * gdb/testsuite: made modifications to testcases, etc., to allow
33933 them to work properly given the reorganization of deja-gnu and the
33934 relocation of the testcases from deja-gnu to a "tool" subdirectory.
33935
33936 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33937
33938 * gdb/testsuite: Initial creation of gdb/testsuite.
33939 Migrated dejagnu testcases and support files for testing nm to
33940 gdb/testsuite from deja-gnu. These files were moved "as is"
33941 with no modifications. This migration is part of a major overhaul
33942 of dejagnu. The modifications to these testcases, etc., which
33943 will allow them to work with the new version of dejagnu will be
33944 made in a future update.
33945
33946 For additional changes see gdb.mi/ChangeLog-1999-2003.
33947 \f
33948 ;; Local Variables:
33949 ;; mode: change-log
33950 ;; left-margin: 8
33951 ;; fill-column: 74
33952 ;; version-control: never
33953 ;; End:
33954
33955 Copyright 1993-2014 Free Software Foundation, Inc.
33956 Copying and distribution of this file, with or without modification,
33957 are permitted provided the copyright notice and this notice are preserved.
This page took 0.707578 seconds and 3 git commands to generate.