]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
test, btrace: update expected text
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.btrace/enable.exp: Update expected text.
4
5 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6
7 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8 bytes.
9
10 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11
12 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13
14 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15
16 * lib/gdb.exp (supports_process_record): Return true for
17 arm*-linux*. (supports_reverse): Likewise.
18
19 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20
21 PR python/15464
22 PR python/16113
23 * gdb.python/py-type.c: Enhance test case.
24 * gdb.python/py-value-cc.cc: Likewise
25 * gdb.python/py-type.exp: Add new tests.
26 * gdb.python/py-value-cc.exp: Likewise
27
28 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
29 Pedro Alves <palves@redhat.com>
30
31 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
32 Make "name" extern.
33 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
34 references to ${name}_start by references to ${name}.
35
36 2014-01-10 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
39
40 2014-01-10 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
43
44 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
45 Pedro Alves <palves@redhat.com>
46
47 * gdb.mi/mi-info-os.exp: Connect to the target with
48 mi_gdb_target_load.
49
50 2014-01-08 Pedro Alves <palves@redhat.com>
51
52 * gdb.threads/reconnect-signal.c: New file.
53 * gdb.threads/reconnect-signal.exp: New file.
54
55 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * gdb.base/source-dir.exp: New file.
58
59 2014-01-07 Joel Brobecker <brobecker@adacore.com>
60
61 * gdb.ada/mi_interface: New testcase.
62
63 2014-01-07 Joel Brobecker <brobecker@adacore.com>
64
65 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
66 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
67 gdb.ada/pp-rec-component/pck.ads: New files.
68
69 2014-01-07 Joel Brobecker <brobecker@adacore.com>
70
71 * gdb.python/py-pp-integral.c: New file.
72 * gdb.python/py-pp-integral.py: New file.
73 * gdb.python/py-pp-integral.exp: New file.
74
75 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
76
77 PR breakpoints/16297
78 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
79 (write_syscall): New variables.
80 (main): Create a pipe, write 1 byte in it, and read 1 byte from
81 it.
82 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
83 "write" and "read" syscalls.
84 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
85 numbers.
86
87 2013-12-19 Keven Boell <keven.boell@intel.com>
88
89 * gdb.fortran/module.exp: Completion matches fortran module
90 names as well. ptype/whatis on modules return a proper type.
91 Add new check for having the correct scope.
92
93 2013-12-19 Keven Boell <keven.boell@intel.com>
94
95 * gdb.fortran/type.f90: New file.
96 * gdb.fortran/whatis_type.f90: New file.
97
98 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
99
100 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
101 (close_syscall, chroot_syscall, exit_group_syscall): New
102 variables.
103 * gdb.base/catch-syscall.exp: Replace gdb_compile by
104 prepare_for_testing. Call fill_all_syscalls_numbers before
105 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
106 gdb_load by clean_restart.
107 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
108 (check_info_bp_many_syscalls): Remove global gdb_prompt.
109 (check_call_to_syscall): Likewise. Add global decimal. Improve
110 testing regex.
111 (check_return_from_syscall): Likewise.
112 (check_continue, insert_catch_syscall_with_arg): Remove global
113 gdb_prompt.
114 (insert_catch_syscall_with_many_args): Likewise. Add global
115 decimal. Fix $filter_str. Improve testing regex.
116 (check_for_program_end): Remove global gdb_prompt.
117 (test_catch_syscall_without_args): Likewise. Add global decimal.
118 Improve testing regex.
119 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
120 (test_catch_syscall_with_wrong_args)
121 (test_catch_syscall_restarting_inferior)
122 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
123 (do_syscall_tests): Likewise. Remove global srcdir.
124 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
125 Add global last_syscall_number. Test for the exact syscall number
126 to be caught.
127 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
128 Add global all_syscalls_numbers. Test each syscall number to be
129 caught, instead of only testing "close".
130 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
131 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
132 Remove stale comment.
133 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
134 the correct syscall numbers using information from the inferior.
135
136 2013-12-17 Pedro Alves <palves@redhat.com>
137
138 * gdb.trace/circ.exp: Expect frame info to be printed when
139 switching between frames with unavailable stack, but different
140 functions.
141
142 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
143
144 * gdb.trace/unavailable-dwarf-piece.c: New file.
145 * gdb.trace/unavailable-dwarf-piece.exp: New file.
146
147 2013-12-15 Yao Qi <yao@codesourcery.com>
148
149 * gdb.perf/skip-prologue.c: New.
150 * gdb.perf/skip-prologue.exp: New.
151 * gdb.perf/skip-prologue.py: New.
152
153 2013-12-13 Joel Brobecker <brobecker@adacore.com>
154
155 * gdb.ada/arraydim: New testcase.
156
157 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
158
159 PR python/16113
160 * gdb.python/py-value-cc.cc: Improve test case.
161 * gdb.python/py-value-cc.exp: Add new tests to test usage of
162 gdb.Field objects as subscripts on gdb.Value objects.
163
164 2013-12-10 Doug Evans <dje@google.com>
165
166 PR 16286
167 * gdb.python/py-value.c: #include stdlib.h, string.h.
168 (str): New struct.
169 (main): New local xstr.
170 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
171 fetch a value as a string with a length beyond the declared length
172 of the array.
173
174 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
175
176 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
177 update comment.
178
179 2013-12-10 Joel Brobecker <brobecker@adacore.com>
180
181 * gdb.ada/int_deref.exp: Add test verifying that we print
182 the decoded symbol name when printing the address of Ada
183 symbols.
184
185 2013-12-10 Joel Brobecker <brobecker@adacore.com>
186
187 * gdb.mi/mi-start.exp: Add test verifying that -list-features
188 contains "exec-run-start-option".
189
190 2013-12-08 Yao Qi <yao@codesourcery.com>
191
192 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
193 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
194 (is_64_target, is_amd64_regs_target): Likewise.
195 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
196
197 2013-12-07 Mike Frysinger <vapier@gentoo.org>
198
199 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
200 * gdb.base/testenv.c: Likewise.
201
202 2013-12-07 Mike Frysinger <vapier@gentoo.org>
203
204 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
205 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
206 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
207
208 2013-12-06 Pedro Alves <palves@redhat.com>
209
210 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
211 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
212 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
213
214 2013-12-06 Doug Evans <dje@google.com>
215
216 * gdb.base/break.exp: Fix setting of $baz.
217
218 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
219
220 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
221 DW_OP_plus_uconst.
222
223 2013-12-06 Keven Boell <keven.boell@intel.com>
224
225 * lib/mi-support.exp (mi_list_varobj_children_range): Add
226 call to mi_list_array_varobj_children_with_index.
227 (mi_list_array_varobj_children_with_index): New function.
228 Add parameter to specify array start.
229
230 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
231
232 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
233 SIGPWR in sparc64.
234
235 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
236 have the same signal number. Handle this situation.
237
238 2013-12-03 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.ada/dot_all: New testcase.
241
242 2013-12-03 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.mi/mi-undefined-cmd.exp: New testcase.
245
246 2013-12-03 Joel Brobecker <brobecker@adacore.com>
247
248 * gdb.mi/mi-i-cmd.exp: New file.
249
250 2013-12-02 Doug Evans <dje@google.com>
251
252 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
253 at start.
254 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
255 has been specified with a relative path and we have chdir'd before
256 accessing the debug info.
257
258 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
259
260 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
261 expected results.
262 (gdb_collect_locals_test): Likewise.
263 (gdb_collect_globals_test): Likewise.
264
265 2013-11-28 Yao Qi <yao@codesourcery.com>
266
267 * lib/gdb.exp (with_gdb_prompt): New proc.
268 * gdb.perf/disassemble.exp: New.
269 * gdb.perf/disassemble.py: New.
270
271 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
272
273 * gdb.base/callfuncs.c (main): Assign malloc's return value
274 and free it afterwards.
275 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
276 * gdb.base/printcmds.c (main): Likewise.
277 * gdb.base/randomize.c (main): Free "p" and change breakpoint
278 marker position.
279 * gdb.base/setvar.c (dummy): Assign malloc's return value
280 and free it afterwards.
281
282 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
283
284 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
285 gdb_test_multiple.
286
287 2013-11-26 Tom Tromey <tromey@redhat.com>
288
289 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
290 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
291 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
292
293 2013-11-25 Keith Seitz <keiths@redhat.com>
294
295 PR c++/14819
296 * gdb.cp/impl-this.cc: New file.
297 * gdb.cp/impl-this.exp: New file.
298
299 2013-11-25 Yao Qi <yao@codesourcery.com>
300
301 * gdb.perf/backtrace.c: New.
302 * gdb.perf/backtrace.exp: New.
303 * gdb.perf/backtrace.py: New.
304
305 2013-11-24 Yao Qi <yao@codesourcery.com>
306
307 * gdb.perf/single-step.c: New.
308 * gdb.perf/single-step.exp: New.
309 * gdb.perf/single-step.py: New.
310
311 2013-11-23 Doug Evans <xdje42@gmail.com>
312
313 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
314 with ignore count".
315
316 2013-11-23 Doug Evans <xdje42@gmail.com>
317
318 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
319 (test_subscript_regression): Ditto.
320 (top level): Run test_subscript_regression for c++ with "c++" prefix.
321
322 2013-11-23 Doug Evans <xdje42@gmail.com>
323
324 * gdb.python/py-type.exp (test_enums): Fix typo.
325
326 2013-11-23 Doug Evans <xdje42@gmail.com>
327
328 * gdb.python/py-symbol.exp: Add some comments. Make all test names
329 unique.
330
331 2013-11-23 Doug Evans <xdje42@gmail.com>
332
333 * gdb.python/py-symbol.exp: Fix whitespace.
334
335 2013-11-23 Doug Evans <xdje42@gmail.com>
336
337 * gdb.python/python.exp: Don't call skip_python_tests, we still want
338 to test some things in the case where python is not configured in.
339
340 2013-11-22 Pedro Alves <palves@redhat.com>
341
342 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
343 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
344 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
345 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
346 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
347 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
348
349 2013-11-22 Tom Tromey <tromey@redhat.com>
350
351 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
352
353 2013-11-22 Tom Tromey <tromey@redhat.com>
354
355 * gdb.dwarf2/dw2-bad-cfi.c: New file.
356 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
357 * gdb.dwarf2/dw2-bad-cfi.S: New file.
358
359 2013-11-22 Pedro Alves <palves@redhat.com>
360
361 PR 16155
362 * gdb.dwarf2/dw2-dup-frame.S: New file.
363 * gdb.dwarf2/dw2-dup-frame.c: New file.
364 * gdb.dwarf2/dw2-dup-frame.exp: New file.
365
366 2013-11-22 Yao Qi <yao@codesourcery.com>
367
368 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
369 comment and add one more argument "has_more".
370 * gdb.python/py-mi.exp: Callers update.
371
372 2013-11-22 Yao Qi <yao@codesourcery.com>
373
374 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
375 of mi_create_dynamic_varobj.
376
377 2013-11-20 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
380 time, and run it through all three milestone regexes.
381
382 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
383
384 * gdb.base/eval-avoid-side-effects.exp: New file.
385
386 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
387
388 * gdb.arch/i386-mpx.c: New file
389 * gdb.arch/i386-mpx.exp: New file.
390
391 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
392
393 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
394 for bnd registers.
395
396 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
397
398 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
399 start and end equal 0.
400
401 2013-11-19 Yao Qi <yao@codesourcery.com>
402
403 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
404 (mi_list_varobj_children_range): Likewise.
405
406 2013-11-19 Yao Qi <yao@codesourcery.com>
407
408 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
409
410 2013-11-19 Yao Qi <yao@codesourcery.com>
411
412 * lib/mi-support.exp: Fix format.
413
414 2013-11-19 Joel Brobecker <brobecker@adacore.com>
415
416 * gdb.ada/py_range: New testcase.
417
418 2013-11-18 Joel Brobecker <brobecker@adacore.com>
419
420 * mi-language.exp: Add "-list-features" test verifying that
421 its output contains "language-option".
422
423 2013-11-16 Joel Brobecker <brobecker@adacore.com>
424
425 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
426 * info_exc/foo.adb: Adjust to new exception name.
427 * info_exc.exp: Adjust after exception renaming in const.ads.
428 Update "info exception global" test to test "info exceptions
429 global_gdb" instead.
430
431 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
432 * mi_exc_info/foo.adb (Adjust to new exception name.
433 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
434 Update "-info-ada-exceptions global" test to test
435 "-info-ada-exceptions global_gdb" instead.
436
437 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
438
439 * lib/mi-support.exp (mi_gdb_test): Expect different formats
440 of inferior output for remote and native sessions.
441 * gdb.mi/mi-console.exp: Remove obsolete comment.
442 Check for semihosted inferior output pattern.
443 (semihosted_string): New function.
444
445 2013-11-15 Joel Brobecker <brobecker@adacore.com>
446
447 * gdb.ada/info_exc.exp: Allow other global exceptions to be
448 listed in the output of "info exceptions".
449 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
450 listed in the output of "-info-ada-exceptions".
451
452 2013-11-15 Joel Brobecker <brobecker@adacore.com>
453
454 * gdb.ada/info_exc.exp: Start inferior before starting
455 the "info exceptions" tests.
456 * gdb.ada/mi_exc_info.exp: Start inferior before starting
457 the "-info-ada-exceptions" tests.
458
459 2013-11-15 Tom Tromey <tromey@redhat.com>
460
461 * gdb.cp/includefile: New file.
462 * gdb.cp/filename.exp: New file.
463 * gdb.cp/filename.cc: New file.
464
465 2013-11-15 Doug Evans <xdje42@gmail.com>
466
467 * gdb.python/py-breakpoint.exp: Make tests have unique names.
468
469 2013-11-15 Doug Evans <xdje42@gmail.com>
470
471 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
472
473 2013-11-15 Doug Evans <xdje42@gmail.com>
474
475 * gdb.python/py-breakpoint.exp: Split up into several functions,
476 each with their own test prefix.
477
478 2013-11-15 Joel Brobecker <brobecker@adacore.com>
479
480 * gdb.ada/O2_float_param: New testcase.
481
482 2013-11-14 Tom Tromey <tromey@redhat.com>
483
484 * Makefile.in (check-parallel): Print summary from gdb.sum.
485
486 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
487
488 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
489 and function label names.
490 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
491 compile unit labels.
492
493 2013-11-14 Joel Brobecker <brobecker@adacore.com>
494
495 * gdb.mi/mi-language.exp: New file.
496
497 2013-09-17 Keith Seitz <keiths@redhat.com>
498
499 PR c++/7935
500 PR c++/10541
501 * gdb.cp/nsalias.exp: New file.
502 * gdb.cp/nsalias.cc: New file.
503 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
504 tests only on known, working compiler versions.
505
506 2013-11-13 Tom Tromey <tromey@redhat.com>
507
508 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
509 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
510
511 2013-11-12 Doug Evans <dje@google.com>
512
513 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
514 so that "rm -rf $builddir" Just Works.
515
516 2013-11-12 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.ada/mi_exc_info: New testcase.
519
520 2013-11-12 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/info_exc: New testcase.
523
524 2013-11-11 Doug Evans <dje@google.com>
525
526 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
527 of testfile.
528
529 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
530
531 * gdb.python/py-linetable.S: New file.
532 * gdb.python/py-linetable.c: New file.
533 * gdb.python/py-linetable.exp: New file.
534
535 2013-11-11 Joel Brobecker <brobecker@adacore.com>
536
537 * gdb.ada/mi_ex_cond: New testcase.
538
539 2013-11-07 Doug Evans <dje@google.com>
540
541 PR 11786
542 * gdb.base/gcore-relro-pie.c: New file.
543 * gdb.base/gcore-relro-pie.exp: New file.
544
545 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
546
547 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
548 * gdb.python/py-cmd.c: New File.
549
550 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
551
552 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
553
554 2013-11-06 Doug Evans <xdje42@gmail.com>
555
556 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
557
558 2013-11-06 Yao Qi <yao@codesourcery.com>
559
560 * lib/gdb.exp (gdb_produce_source): New procedure.
561 * gdb.perf/solib.c: New.
562 * gdb.perf/solib.exp: New.
563 * gdb.perf/solib.py: New.
564
565 2013-11-06 Yao Qi <yao@codesourcery.com>
566
567 * README: Mention performance tests.
568
569 2013-11-06 Yao Qi <yao@codesourcery.com>
570
571 * lib/perftest.exp: New.
572 * gdb.perf/lib/perftest/__init__.py: New.
573 * gdb.perf/lib/perftest/measure.py: New.
574 * gdb.perf/lib/perftest/perftest.py: New.
575 * gdb.perf/lib/perftest/reporter.py: New.
576 * gdb.perf/lib/perftest/testresult.py: New.
577
578 2013-11-06 Yao Qi <yao@codesourcery.com>
579
580 * Makefile.in (check-perf): New target.
581 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
582 * configure: Re-generated.
583 * gdb.perf/Makefile.in: New.
584
585 2013-11-04 Tom Tromey <tromey@redhat.com>
586
587 * Makefile.in (TEST_DIRS): Remove.
588 (TEST_TARGETS, check-parallel): Rewrite.
589 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
590 (subdir_do, subdirs): Remove.
591 (do-check-parallel, check/%): New targets.
592 (clean): Remove outputs, temp, and cache directories.
593 (saw_dash_j): New variable.
594 (CHECK_TARGET): Use it.
595 (check): Depend on all, site.exp. Rewrite.
596 (check-single): Remove dependencies.
597 (slow_tests, all_tests, reordered_tests): New variables.
598
599 2013-11-04 Tom Tromey <tromey@redhat.com>
600
601 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
602 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
603 before loading binfile.
604 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
605 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
606 before loading binfile.
607
608 2013-11-04 Tom Tromey <tromey@redhat.com>
609
610 * gdb.base/foll-exec.c (main): Use BASEDIR.
611 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
612 * gdb.base/foll-vfork.c (main): Use BASEDIR.
613 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
614 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
615 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
616
617 2013-11-04 Tom Tromey <tromey@redhat.com>
618
619 * gdb.base/argv0-symlink.exp: Compute executable's directory
620 dynamically.
621
622 2013-11-04 Tom Tromey <tromey@redhat.com>
623
624 * gdb.asm/asm-source.exp: Use standard_output_file.
625
626 2013-11-04 Tom Tromey <tromey@redhat.com>
627
628 * gdb.server/file-transfer.exp: Use standard_output_file.
629
630 2013-11-04 Tom Tromey <tromey@redhat.com>
631
632 * gdb.base/fullname.exp: Use standard_output_file,
633 relative_filename.
634 * gdb.base/hashline1.exp: Use standard_testfile,
635 standard_output_file, relative_filename, clean_restart.
636 * gdb.base/hashline2.exp: Use standard_testfile,
637 standard_output_file.
638 * gdb.base/hashline3.exp: Use standard_testfile,
639 standard_output_file, relative_filename.
640 * lib/gdb.exp (relative_filename): New proc.
641
642 2013-11-04 Tom Tromey <tromey@redhat.com>
643
644 * gdb.base/fileio.c (test_open, test_write, test_read)
645 (test_lseek, test_close, test_stat, test_fstat)
646 (test_isatty, test_system, test_rename, test_unlink):
647 Use OUTDIR define.
648 * gdb.base/fileio.exp: Define OUTDIR during compilation.
649 Use standard_output_file.
650
651 2013-11-04 Tom Tromey <tromey@redhat.com>
652
653 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
654 defines.
655 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
656 compilation. Use prepare_for_testing, standard_output_file.
657
658 2013-11-04 Tom Tromey <tromey@redhat.com>
659
660 * gdb.base/advance.exp: Use standard_testfile and
661 prepare_for_testing.
662 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
663 appropriate directory when local.
664 * gdb.base/dump.exp: Use standard_output_file. Update all
665 "dump" and "restore" filenames.
666 * gdb.base/interact.exp: Use standard_output_file.
667 * gdb.base/jit-so.exp: Don't download file when local.
668 * gdb.base/jit.exp (compile_jit_test): Don't download file
669 when local.
670 * gdb.base/list.exp: Use gdb_remote_download.
671 * gdb.base/maint.exp: Use standard_output_file.
672 * gdb.base/prelink.exp: Use standard_output_file.
673 * gdb.base/save-bp.exp: Use standard_output_file.
674 * gdb.base/sepdebug.exp: Use standard_testfile,
675 standard_output_file.
676 (test_different_dir): Don't declare objdir.
677 * gdb.base/solib-search.exp: Use standard_output_file.
678 * gdb.base/step-line.exp: Use gdb_remote_download.
679 * gdb.base/trace-commands.exp: Use standard_output_file.
680
681 2013-11-04 Tom Tromey <tromey@redhat.com>
682
683 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
684 to compilation. Use standard_output_file.
685 (test_tfind_tfile): Update.
686 * gdb.trace/tfile.c (write_basic_trace_file)
687 (write_error_trace_file): Use TFILE_DIR.
688 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
689 standard_output_file.
690
691 2013-11-04 Tom Tromey <tromey@redhat.com>
692
693 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
694 Use "dwarf2 always-disassemble" for the "maint set" test.
695 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
696 standard_output_file.
697 * gdb.mi/mi-logging.exp: Use standard_output_file.
698
699 2013-11-04 Tom Tromey <tromey@redhat.com>
700
701 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
702 downloads conditional on remote host.
703 (set_arch): Likewise.
704 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
705 (load_description): Use standard_output_file.
706
707 2013-11-04 Tom Tromey <tromey@redhat.com>
708
709 * gdb.gdb/selftest.exp: Use standard_output_file.
710 * lib/selftest-support.exp (do_self_tests): Use
711 standard_output_file.
712
713 2013-11-04 Tom Tromey <tromey@redhat.com>
714
715 * gdb.stabs/weird.exp: Use gdb_remote_download and
716 standard_output_file.
717
718 2013-11-04 Tom Tromey <tromey@redhat.com>
719
720 * gdb.base/gcore-buffer-overflow.exp: Use
721 standard_output_file, not standard_testfile.
722 * gdb.base/twice.exp: Use standard_testfile, not
723 standard_output_file. Use gdb_remote_download.
724
725 2013-11-04 Tom Tromey <tromey@redhat.com>
726
727 * lib/gdb.exp (get_compiler_info): Use log_file -info and
728 restore from that.
729
730 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
731
732 * gdb.cp/derivation.exp: s/perrro/perror/
733
734 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
735
736 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
737 `debugdir'.
738
739 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
740
741 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
742 tests and update expected error message.
743 (test_watch_register_location): New tests.
744 (do_tests): Call test_watch_register_location.
745 * gdb.base/watchpoints.exp: Update expected error message.
746
747 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
748
749 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
750 the patterns in gdb_test_multiple.
751
752 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
753
754 * gdb.base/sym-file-lib.c: New file.
755 * gdb.base/sym-file-loader.c: New file.
756 * gdb.base/sym-file-loader.h: New file.
757 * gdb.base/sym-file-main.c: New file.
758 * gdb.base/sym-file.exp: New file.
759 * lib/gdb.exp (is_elf_target): New function.
760
761 2013-10-29 Pedro Alves <palves@redhat.com>
762
763 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
764 variable setting change-log-default-name to ChangeLog-mi.
765
766 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
767
768 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
769 Expect <unavailable> pattern.
770
771 2013-10-28 Tom de Vries <tom@codesourcery.com>
772
773 * gdb.arch/thumb2-it.S (it_8): Fix typo.
774
775 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
776
777 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
778 remote stubs where exit() behaviour is unreliable.
779
780 2013-10-25 Pedro Alves <palves@redhat.com>
781
782 * gdb.cp/m-static.exp: Adjust expected output of printing a
783 nonexistent or optimized out static field. Also test printing the
784 the "container" object.
785
786 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
787
788 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
789 if in the persistent mode.
790 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
791
792 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
793
794 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
795 support core file generation" reply.
796
797 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
798
799 PR gdb/15986
800 * gdb.base/run.c (main): gdb_get_line_number tag added for
801 commands.exp.
802 (factorial): Likewise.
803
804 * gdb.base/commands.exp (watchpoint_command_test): Use
805 gdb_get_line_number in order to determine the locations in run.c
806 where local_var is detected to go out of scope.
807
808 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
809
810 * gdb.base/gnu_vector.exp: Care about endianness when casting
811 scalars to vectors.
812
813 2013-10-18 Tom Tromey <tromey@redhat.com>
814
815 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
816 of "binfile".
817
818 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
819
820 * gdb.base/watchpoints.exp: Add test for setting software
821 watchpoints of different types before starting the inferior.
822
823 2013-10-18 Pedro Alves <palves@redhat.com>
824
825 PR gdb/16062
826 * gdb.threads/stepi-random-signal.c: New file.
827 * gdb.threads/stepi-random-signal.exp: New file.
828
829 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
830
831 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
832 Fix comment typo.
833 * lib/gdb.exp (gdb_init): Likewise.
834
835 2013-10-17 Tom Tromey <tromey@redhat.com>
836
837 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
838
839 2013-10-14 Tom Tromey <tromey@redhat.com>
840
841 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
842 name to gdb_test_no_output.
843
844 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 Canonicalize directories for EXEC_FILENAME.
847 * gdb.base/argv0-symlink.exp
848 (kept file symbolic link name for info inferiors): New.
849 (kept directory symbolic link name): Setup kfail.
850 (kept directory symbolic link name for info inferiors): New.
851
852 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
853
854 * gdb.arch/s390-multiarch.exp: New file.
855 * gdb.arch/s390-multiarch.c: New file.
856
857 2013-10-11 Joel Brobecker <brobecker@adacore.com>
858
859 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
860 use the appropriate GDB/MI command instead, and verify
861 the test output.
862
863 2013-10-11 Joel Brobecker <brobecker@adacore.com>
864
865 * gdb.base/source-nofile.gdb: New file.
866 * gdb.base/source.exp: Add two tests verifying the behavior when
867 the "source" command is given a non-existant filename.
868
869 2013-10-11 Yao Qi <yao@codesourcery.com>
870
871 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
872 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
873 and 'dlclose'.
874 [!__WIN32__]: Include "dlfcn.h".
875 * gdb.mi/mi-catch-load.exp: Set up kfail.
876
877 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
878
879 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
880 generated corefile" by argument "$test".
881
882 2013-10-09 Pedro Alves <palves@redhat.com>
883
884 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
885 output.
886
887 2013-10-09 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
890 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
891 (test_catch_syscall_with_wrong_args)
892 (test_catch_syscall_restarting_inferior)
893 (test_catch_syscall_fail_nodatadir)
894 (test_catch_syscall_without_args_noxml)
895 (test_catch_syscall_with_args_noxml)
896 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
897
898 2013-10-08 Tom Tromey <tromey@redhat.com>
899
900 * gdb.dwarf2/dwzbuildid.exp: New file.
901 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
902 parameters.
903 (Dwarf::_defer_output): Change "section" parameter to
904 "section_spec"; update.
905 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
906 procs.
907
908 2013-10-08 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
911
912 2013-10-07 Tom Tromey <tromey@redhat.com>
913
914 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
915 to 0.
916
917 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
918
919 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
920 $_exitcode is void when opening a corefile.
921 * gdb.base/exitsignal.exp: New file.
922 * gdb.base/segv.c: Likewise.
923 * gdb.base/normal.c: Likewise.
924
925 2013-10-04 Joel Brobecker <brobecker@adacore.com>
926
927 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
928
929 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
930
931 * gdb.trace/entry-values.exp: Modify regular expression to scan for
932 'bl' instruction instead of 'call' for ARM and AArch64 targets.
933
934 2013-10-02 Pedro Alves <palves@redhat.com>
935
936 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
937 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
938 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
939 (not_saved_pattern): New.
940 Replace use of the former with the latter.
941
942 2013-10-02 Pedro Alves <palves@redhat.com>
943
944 * README (Board Settings): Document "exit_is_reliable".
945 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
946 running to exit reliably reports program exits.
947 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
948 info.
949 * boards/native-stdio-gdbserver.exp: Likewise.
950
951 2013-10-01 Doug Evans <dje@google.com>
952
953 * gdb.python/python.exp: Remove redundant print-stack tests.
954 Make all print-stack test names unique. Fix spelling of print-stack.
955
956 2013-09-29 Yao Qi <yao@codesourcery.com>
957
958 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
959 is remote.
960
961 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
962
963 PR shlibs/8882
964 * gdb.base/corefile.exp: Add a check to assure warning-free
965 core-file load.
966
967 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 * gdb.dwarf2/dwp-symlink.c: New file.
970 * gdb.dwarf2/dwp-symlink.exp: New file.
971
972 2013-09-20 Doug Evans <dje@google.com>
973
974 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
975 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
976 file.
977 * gdb.dwarf2/fission-loclists.S: Ditto.
978 * gdb.dwarf2/fission-reread.S: Ditto.
979 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
980 build_executable_from_fission_assembler.
981 * gdb.dwarf2/fission-loclists.exp: Ditto.
982 * gdb.dwarf2/fission-reread.exp: Ditto.
983
984 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
985 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
986 (gdb_gnu_strip_debug): Ditto.
987 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
988 * gdb.arch/altivec-abi.exp: Ditto.
989 * gdb.base/attach-pie-misread.exp: Ditto.
990 * gdb.base/comprdebug.exp: Ditto.
991 * gdb.base/dup-sect.exp: Ditto.
992 * gdb.base/gnu-debugdata.exp: Ditto.
993 * gdb.base/step-symless.exp: Ditto.
994 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
995 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
996 * gdb.dwarf2/gdb-index.exp: Ditto.
997
998 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
999
1000 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1001 register to "<optimized out>", and also print the registers.
1002
1003 2013-09-18 Pedro Alves <palves@redhat.com>
1004
1005 PR server/15967
1006 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1007 change text.
1008
1009 2013-09-18 Yao Qi <yao@codesourcery.com>
1010
1011 * gdb.server/wrapper.c: New.
1012 * gdb.server/wrapper.exp: New.
1013
1014 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1015 Jan Kratochvil <jan.kartochvil@redhat.com>
1016 Pedro Alves <palves@redhat.com>
1017
1018 PR gdb/11568
1019 * gdb.thread/thread-specific-bp.c: New file.
1020 * gdb.thread/thread-specific-bp.exp: New file.
1021
1022 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1023
1024 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1025 convenience function.
1026
1027 2013-09-17 Pedro Alves <palves@redhat.com>
1028
1029 PR gdb/15911
1030 * gdb.threads/info-threads-cur-sal-2.c: New file.
1031 * gdb.threads/info-threads-cur-sal.c: New file.
1032 * gdb.threads/info-threads-cur-sal.exp: New file.
1033
1034 2013-09-17 Yao Qi <yao@codesourcery.com>
1035
1036 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1037 [__WIN32__]: Include "windows.h" and define macro dlopen
1038 and dlclose.
1039 [!__WIN32__]: Include "dlfcn.h".
1040 * gdb.base/catch-load.exp (one_catch_load_test): Match
1041 directory separator.
1042
1043 2013-09-16 Doug Evans <dje@google.com>
1044
1045 * lib/gdb.exp (using_fission): New proc.
1046 * gdb.base/info-macros.exp: Skip test if using Fission.
1047
1048 * gdb.base/break-interp.exp: Fix indentation.
1049
1050 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1051
1052 * gdb.base/gdbvars.c (foo_void): New function.
1053 (foo_int): Likewise.
1054 * gdb.base/gdbvars.exp (test_convenience_functions): New
1055 function. Call it.
1056
1057 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1058
1059 * gdb.arch/s390-tdbregs.c: New file.
1060 * gdb.arch/s390-tdbregs.exp: New file.
1061
1062 2013-09-12 Stan Shebs <stan@codesourcery.com>
1063
1064 * README: New file.
1065
1066 2013-09-12 Doug Evans <dje@google.com>
1067
1068 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1069 added code to print event.inferior.
1070
1071 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1072
1073 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1074 debug part of the binary.
1075
1076 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1079 (addlink): Add comment.
1080
1081 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1082
1083 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1084 canonical pathname.
1085
1086 2013-09-04 Doug Evans <dje@google.com>
1087
1088 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1089 event.
1090 (continue_handler, new_objfile_handler): Ditto.
1091 (test_events): Rename command to "test-events".
1092 (test_newobj_events): Rename command to "test-objfile-events".
1093 * gdb.python/py-events.exp: Update.
1094 * gdb.python/py-evsignal.exp: Update.
1095 * gdb.python/py-evthreads.exp: Update.
1096
1097 * gdb.base/enumval.c (ZERO): New enum value.
1098 (main): Use it
1099 * gdb.base/enumval.exp: Test ability to print ZERO.
1100
1101 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1102 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.base/relocate.exp: Check that invalid options are
1105 rejected.
1106
1107 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
1108
1109 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1110 (my_static_symbol): Add comment.
1111 (main): Reference my_bss_symbol.
1112
1113 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1114
1115 * gdb.python/py-arch.exp: Tests for invalid architecture.
1116
1117 2013-08-29 Sterling Augustine <saugustine@google.com>
1118
1119 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1120 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1121 said conditional.
1122
1123 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1124
1125 * gdb.python/py-arch.exp: Load gdb-python.exp.
1126
1127 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1128
1129 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1130 itertools for imap attribute. Otherwise use map().
1131 (ElidingIterator): Define wrapper function __next__.
1132 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1133 use exec (open (read ())) instead.
1134 * gdb.python/py-framefilter.exp: Ditto.
1135 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1136 compliance.
1137 * gdb.python/py-frame.exp: Ditto.
1138 * gdb.python/py-type.exp: Ditto.
1139
1140 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 PR gdb/15415
1143 * gdb.base/argv0-symlink.c: New file.
1144 * gdb.base/argv0-symlink.exp: New file.
1145
1146 2013-08-28 Tom Tromey <tromey@redhat.com>
1147
1148 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1149 when saving index.
1150
1151 2013-08-27 Yao Qi <yao@codesourcery.com>
1152
1153 * gdb.trace/entry-values.exp: Test unavailable entry value is
1154 not shown when option '--skip-unavailable' is specified.
1155 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1156 Add tests for new option '--skip-unavailable'.
1157
1158 2013-08-27 Yao Qi <yao@codesourcery.com>
1159
1160 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1161 remote_download if it is empty.
1162
1163 2013-08-26 Doug Evans <dje@google.com>
1164
1165 PR symtab/15885
1166 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1167 (clean): rm -f *.gdb-index *.with-index.
1168 * gdb.dwarf2/gdb-index.exp: New testcase.
1169
1170 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1171 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1172 run_on_host. All callers updated.
1173
1174 2013-08-24 Yao Qi <yao@codesourcery.com>
1175
1176 * gdb.trace/entry-values.c (end): New
1177 (main): Call end.
1178 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1179 tracepoint and collect data. Test entry value is unavailable.
1180
1181 2013-08-24 Yao Qi <yao@codesourcery.com>
1182
1183 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1184 * gdb.trace/entry-values.c: New.
1185 * gdb.trace/entry-values.exp: New.
1186
1187 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1188
1189 PR gdb/15501
1190 * gdb.base/ena-dis-br.exp: Add test to verify
1191 enable/disable commands work correctly with
1192 multiple arguments that include multiple locations.
1193
1194 2013-08-22 Samuel Bronson <naesten@gmail.com>
1195
1196 ARM Linux support for `catch syscall'.
1197 * gdb.base/catch-syscall.exp: Test this on ARM now.
1198 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1199
1200 2013-08-22 Tom Tromey <tromey@redhat.com>
1201
1202 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1203 default addr_size.
1204 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1205
1206 2013-08-22 Tom Tromey <tromey@redhat.com>
1207
1208 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1209 standard_temp_file.
1210
1211 2013-08-22 Tom Tromey <tromey@redhat.com>
1212
1213 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1214 clean_restart.
1215 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1216 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1217 clean_restart.
1218 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1219 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1220 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1221 * gdb.arch/amd64-word.exp: Use standard_testfile,
1222 clean_restart.
1223 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1224 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1225 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1226 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1227 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1228 * gdb.arch/i386-signal.exp: Use standard_testfile.
1229 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1230 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1231 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1232 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1233
1234 2013-08-22 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.python/py-error.exp: Use gdb_remote_download.
1237 * gdb.python/py-mi.exp: Use gdb_remote_download.
1238 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1239 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1240 (run_lang_tests): Likewise.
1241 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1242 filename.
1243 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1244 compiling. Use gdb_remote_download. Update some tests.
1245 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1246 standard_output_file.
1247 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1248 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1249 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1250 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1251 standard_output_file.
1252
1253 2013-08-22 Tom Tromey <tromey@redhat.com>
1254
1255 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1256
1257 2013-08-22 Tom Tromey <tromey@redhat.com>
1258
1259 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1260 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1261 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1262 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1263 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1264 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1265 * lib/gdb.exp (gdb_remote_download): New proc.
1266
1267 2013-08-22 Tom Tromey <tromey@redhat.com>
1268
1269 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1270 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1271 * gdb.dwarf2/fission-base.S: Remove directory from
1272 DW_AT_GNU_dwo_name.
1273 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1274 debug-file-directory.
1275 * gdb.dwarf2/fission-reread.S: Remove directory from
1276 DW_AT_GNU_dwo_name.
1277 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1278 debug-file-directory.
1279
1280 2013-08-16 Doug Evans <dje@google.com>
1281
1282 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1283 prelink complains about an unhandled DWARF version.
1284
1285 2013-08-14 Cary Coutant <ccoutant@google.com>
1286
1287 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1288
1289 2013-08-13 Tom Tromey <tromey@redhat.com>
1290 Yao Qi <yao@codesourcery.com>
1291
1292 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1293 * lib/gdb.exp: Handle GDB_PARALLEL.
1294 (default_gdb_version): Kill inotify_pid if it exists.
1295 (default_gdb_exit): Emit warning if the inotify log is not
1296 empty.
1297 (standard_output_file): Respect GDB_PARALLEL.
1298 (standard_temp_file): Likewise.
1299 (gdb_init): Start inotifywait if requested.
1300
1301 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1302
1303 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1304 pointer with various flags.
1305
1306 2013-08-13 Tom Tromey <tromey@redhat.com>
1307
1308 * lib/cache.exp: New file.
1309 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1310 * lib/gdb.exp: Load cache.exp.
1311 (support_complex_tests, is_ilp32_target, is_lp64_target)
1312 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1313 (gdb_skip_xml_test): Use gdb_caching_proc.
1314 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1315
1316 2013-08-13 Tom Tromey <tromey@redhat.com>
1317
1318 * lib/gdb.exp (standard_temp_file): New proc.
1319 (support_complex_tests, is_ilp32_target, is_lp64_target)
1320 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1321 standard_temp_file.
1322
1323 2013-08-13 Tom Tromey <tromey@redhat.com>
1324
1325 * lib/gdb.exp (build_id_debug_filename_get): Use
1326 standard_output_file.
1327 * lib/prelink-support.exp (section_get)
1328 (build_executable_own_libs): Use standard_output_file.
1329
1330 2013-08-12 Tom Tromey <tromey@redhat.com>
1331
1332 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1333
1334 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
1335
1336 * gdb.base/break.exp: Test break via convenience variable
1337 with file name.
1338
1339 2013-08-09 Doug Evans <dje@google.com>
1340
1341 * lib/future.exp (gdb_find_ldd): New proc.
1342 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1343 Make "/usr/sbin/" in prelink path optional.
1344
1345 2013-08-09 Yao Qi <yao@codesourcery.com>
1346
1347 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1348 "only" and "both" to 'print entry-values' before selecting
1349 trace frame.
1350
1351 2013-08-08 Yao Qi <yao@codesourcery.com>
1352
1353 * gdb.trace/mi-trace-unavailable.exp: Don't set
1354 "print entry-values" to "no".
1355 (test_trace_unavailable): Set various values to
1356 "print entry-values" to test that the output of
1357 '-stack-list-locals' is not affected, and then set
1358 set "print entry-values" to "no".
1359
1360 2013-08-07 Doug Evans <dje@google.com>
1361
1362 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1363 * gdb.python/py-value-cc.exp: Update.
1364 * gdb.python/py-value.exp: Use different names for .o files for
1365 C and C++. Only perform C++ tests if !skip_cplus_tests.
1366
1367 2013-08-07 Tom Tromey <tromey@redhat.com>
1368
1369 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1370
1371 2013-08-07 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb.dwarf2/dwz.exp: New file.
1374
1375 2013-08-02 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.base/watchpoint.c (struct foo5): New.
1378 (nullptr): New global.
1379 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1380
1381 2013-08-01 Doug Evans <dje@google.com>
1382
1383 PR symtab/15691
1384 * gdb.dwarf2/fission-mix.exp: New file.
1385 * gdb.dwarf2/fission-mix.h: New file.
1386 * gdb.dwarf2/fission-mix.c: New file.
1387 * gdb.dwarf2/fission-mix2.c: New file.
1388
1389 PR symtab/15695
1390 * gdb.base/func-ptr.exp: New file.
1391 * gdb.base/func-ptr.c: New file.
1392
1393 2013-08-01 Yao Qi <yao@codesourcery.com>
1394
1395 * gdb.python/py-sync-interp.c: New.
1396 * gdb.python/py-sync-interp.exp: New.
1397
1398 2013-07-31 Yao Qi <yao@codesourcery.com>
1399
1400 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1401 'tdump' on stack frame 0 and 1 respectively.
1402
1403 2013-07-31 Yao Qi <yao@codesourcery.com>
1404
1405 PR gdb/13443
1406 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1407 'traceframe'. Wrap test with with_test_prefix.
1408 (top level): Update.
1409
1410 2013-07-31 Yao Qi <yao@codesourcery.com>
1411
1412 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1413 'gdb_start'.
1414 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1415 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1416
1417 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1418
1419 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1420 when printing an optimized out value. Expect an error when using
1421 an optimized out value in an expression.
1422
1423 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1424
1425 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1426 * gdb.dwarf2/pieces-optimized-out.c: New file.
1427 * gdb.dwarf2/pieces-optimized-out.S: New file.
1428
1429 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1430
1431 PR gdb/15715
1432 * gdb.base/setshow.exp: Test that relative paths passed to
1433 'set history filename' are converted to absolute paths.
1434
1435 2013-07-26 Keith Seitz <keiths@redhat.com>
1436
1437 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1438 of f77.
1439 Allow for compiler variations of integer types.
1440 Use mi_create_varobj.
1441 Use mi_list_varobj_children for the immediate children of `array'.
1442 Add "has_more" attribute for grandchildren test.
1443
1444 2013-07-26 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1447 files.
1448
1449 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1450
1451 * gdb.mi/mi-reg-undefined.exp: New file.
1452 * gdb.mi/mi-reg-undefined.c: Likewise.
1453 * gdb.mi/mi-reg-undefined.S: Likewise.
1454
1455 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1456
1457 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1458 z, o, and t output formats.
1459 * gdb.base/display.exp: Use 'k' as an undefined format now that
1460 'z' is defined.
1461
1462 2013-07-24 Doug Evans <dje@google.com>
1463
1464 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1465 "--" to switch.
1466
1467 2013-07-24 Yao Qi <yao@codesourcery.com>
1468
1469 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1470 host.
1471 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1472 Likewise. If host is remote, copy ${binfile} to host.
1473
1474 2013-07-23 Yao Qi <yao@codesourcery.com>
1475
1476 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1477 message.
1478
1479 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1480
1481 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1482 instructions and enable disp-step-syscall for arm targets.
1483
1484 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1485
1486 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1487 assembler errors on arm.
1488 * gdb.dwarf2/mac-fileno.S: Likewise.
1489 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1490 * gdb.dwarf2/pr13961.S: Likewise.
1491
1492 2013-07-19 Hui Zhu <hui@codesourcery.com>
1493
1494 PR gdb/15692
1495 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1496
1497 2013-07-19 Yao Qi <yao@codesourcery.com>
1498
1499 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1500 (teset_from_exec): Likewise.
1501
1502 2013-07-19 Yao Qi <yao@codesourcery.com>
1503
1504 * gdb.trace/read-memory.c: New.
1505 * gdb.trace/read-memory.exp: New.
1506
1507 2013-07-19 Yao Qi <yao@codesourcery.com>
1508
1509 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1510 $dest to link options if host is remote. Move the
1511 generated file to $dest.a on host if host is remote.
1512
1513 2013-07-18 Will Newton <will.newton@linaro.org>
1514
1515 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1516 to ensure the test is linked against pthreads.
1517 * gdb.threads/tls-var-main.c: Likewise.
1518 * gdb.threads/tls-shared.c: Likewise.
1519
1520 2013-07-18 Yao Qi <yao@codesourcery.com>
1521
1522 * lib/future.exp (gdb_default_target_compile): Use tail name
1523 of $destfile as the output name of compile. Move the
1524 generated file to $destfile on build.
1525
1526 2013-07-18 Yao Qi <yao@codesourcery.com>
1527
1528 * lib/gdb.exp (gdb_compile): Set
1529 gdb_saved_set_unbuffered_mode_obj to
1530 set_unbuffered_mode_saved.o if host is remote. Invoke
1531 remote_download to copy $unbuf_obj to host.
1532
1533 2013-07-17 Doug Evans <dje@google.com>
1534
1535 * gdb.python/py-frame-args.c: New file.
1536 * gdb.python/py-frame-args.py: New file.
1537 * gdb.python/py-frame-args.exp New file.
1538
1539 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1540
1541 * gdb.base/printcmds.exp (test_printf): Add tests for format
1542 strings with missing format specifier.
1543
1544 2013-07-16 Tom Tromey <tromey@redhat.com>
1545
1546 * gdb.ada/info_types.exp: Use standard_testfile.
1547
1548 2013-07-16 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.mi/mi-basics.exp: Use standard_output_file.
1551 (test_dir_specification, test_cwd_specification)
1552 (test_path_specification): Use testsubdir, not subdir and objdir.
1553
1554 2013-07-16 Tom Tromey <tromey@redhat.com>
1555
1556 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1557
1558 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1559
1560 * gdb.ada/small_reg_param.exp: Accept optional entry value
1561 for parameter "w".
1562
1563 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdb.ada/small_reg_param.exp: Remove trailing space.
1566
1567 2013-07-09 Doug Evans <dje@google.com>
1568
1569 * gdb.base/default.exp: Update expected output of "show print array"
1570 and "show print pretty".
1571
1572 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1573
1574 * gdb.threads/wp-replication.exp: Stop counting available hardware
1575 watchpoints after NR_THREADS iterations.
1576
1577 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1578
1579 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1580
1581 2013-07-07 Yao Qi <yao@codesourcery.com>
1582
1583 * boards/native-gdbserver.exp: Move invoke of
1584 process_multilib_options to gdbserver-base.exp.
1585 Move set_board_info 'compiler', 'gdb,noinferiorio',
1586 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1587 gdbserver-base.exp.
1588 Move proc ${board}_download, ${board}_upload and
1589 ${board}_file to gdbserver-base.exp.
1590 * boards/native-extended-gdbserver.exp: Likewise.
1591 * boards/native-stdio-gdbserver.exp: Likewise.
1592 * boards/gdbserver-base.exp: New file.
1593
1594 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1595
1596 * gdb.base/dump.exp: Remove arch-specific tests and do a
1597 generic data address check to set is64bitonly correctly.
1598
1599 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1600
1601 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1602 the register number instead of expecting only 0.
1603
1604 2013-07-05 Will Newton <will.newton@linaro.org>
1605
1606 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1607 in asm syntax to allow building on ARM.
1608
1609 2013-07-05 Yao Qi <yao@codesourcery.com>
1610
1611 * boards/local-remote-host.exp: Remove obsolete comments.
1612 * boards/native-extended-gdbserver.exp: Likewise.
1613 * boards/native-gdbserver.exp: Likewise.
1614 * boards/native-stdio-gdbserver.exp: Likewise.
1615
1616 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1617
1618 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1619 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1620 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1621
1622 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1623
1624 * gdb.base/break-on-linker-gcd-function.exp: Replace
1625 prepare_for_testing by build_executable_from_specs and clean_restart.
1626
1627 2013-06-27 Tom Tromey <tromey@redhat.com>
1628
1629 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1630 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1631 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1632 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1633 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1634 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1635 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1636 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1637 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1638 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1639 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1640 Use standard_testfile, standard_output_file, prepare_for_testing,
1641 clean_restart.
1642
1643 2013-06-27 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1646 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1647 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1648 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1649 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1650 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1651 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1652 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1653 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1654 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1655 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1656 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1657 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1658 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1659 gdb.base/solib-weak.exp, gdb.base/source.exp,
1660 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1661 gdb.base/stap-probe.exp, gdb.base/start.exp,
1662 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1663 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1664 gdb.base/step-test.exp, gdb.base/structs.exp,
1665 gdb.base/structs2.exp, gdb.base/structs3.exp,
1666 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1667 standard_output_file, prepare_for_testing, clean_restart.
1668
1669 2013-06-27 Tom Tromey <tromey@redhat.com>
1670
1671 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1672 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1673 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1674 gdb.base/pending.exp, gdb.base/permissions.exp,
1675 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1676 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1677 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1678 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1679 gdb.base/ptype.exp, gdb.base/randomize.exp,
1680 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1681 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1682 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1683 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1684 standard_testfile, standard_output_file, prepare_for_testing,
1685 clean_restart.
1686
1687 2013-06-27 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1690 gdb.base/huge.exp, gdb.base/included.exp,
1691 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1692 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1693 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1694 gdb.base/info-target.exp, gdb.base/infoline.exp,
1695 gdb.base/interp.exp, gdb.base/interrupt.exp,
1696 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1697 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1698 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1699 gdb.base/logical.exp, gdb.base/long_long.exp,
1700 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1701 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1702 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1703 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
1704 standard_testfile, standard_output_file, prepare_for_testing,
1705 clean_restart.
1706
1707 2013-06-27 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1710 gdb.base/enumval.exp, gdb.base/environ.exp,
1711 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1712 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1713 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1714 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1715 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1716 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1717 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1718 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1719 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1720 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1721 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1722 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1723 gdb.base/gnu_vector.exp: Use standard_testfile,
1724 standard_output_file, prepare_for_testing, clean_restart.
1725
1726 2013-06-27 Tom Tromey <tromey@redhat.com>
1727
1728 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1729 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1730 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1731 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1732 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1733 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1734 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1735 gdb.base/commands.exp, gdb.base/completion.exp,
1736 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1737 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1738 gdb.base/constvars.exp, gdb.base/corefile.exp,
1739 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1740 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1741 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1742 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1743 gdb.base/dup-sect.exp: Use standard_testfile,
1744 standard_output_file, prepare_for_testing, clean_restart.
1745
1746 2013-06-27 Tom Tromey <tromey@redhat.com>
1747
1748 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1749 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1750 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1751 gdb.base/async-shell.exp, gdb.base/async.exp,
1752 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1753 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1754 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1755 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1756 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1757 gdb.base/break-on-linker-gcd-function.exp,
1758 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1759 standard_output_file, prepare_for_testing, clean_restart.
1760
1761 2013-06-26 Yao Qi <yao@codesourcery.com>
1762
1763 * gdb.trace/mi-trace-frame-collected.exp: New.
1764
1765 2013-06-25 Yao Qi <yao@codesourcery.com>
1766
1767 * boards/native-extended-gdbserver.exp: Set board_info
1768 'gdb,predefined_tsv'.
1769 * boards/native-gdbserver.exp: Likewise.
1770 * boards/native-stdio-gdbserver.exp: Likewise.
1771 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1772 uploaded TSVs if target supports tracing.
1773 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1774 tracing and target has predefined tsv.
1775
1776 2013-06-25 Yao Qi <yao@codesourcery.com>
1777 Hui Zhu <hui@codesourcery.com>
1778 Pedro Alves <palves@redhat.com>
1779
1780 PR breakpoints/15075
1781 PR breakpoints/15434
1782 * gdb.base/dprintf-next.c: New file.
1783 * gdb.base/dprintf-next.exp: New file.
1784 * gdb.base/dprintf-non-stop.c: New file.
1785 * gdb.base/dprintf-non-stop.exp: New file.
1786 * gdb.base/dprintf.exp: Don't check "continue" in the output
1787 of "info breakpoints".
1788 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1789 Don't check "continue" in script field.
1790
1791 2013-06-21 Tom Tromey <tromey@redhat.com>
1792
1793 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1794 name in a test name.
1795
1796 2013-06-20 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1799 and set an action.
1800 (test_trace_unavailable): Test command -data-list-register-values
1801 in the context of traceframe and with option --skip-unavailable.
1802 * gdb.trace/trace-unavailable.c (foo): New.
1803 (main): Call it.
1804 * gdb.mi/gdb2549.exp: Update matching pattern.
1805
1806 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1807
1808 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1809 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1810 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1811 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1812 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1813
1814 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
1815
1816 * gdb.base/subst.exp: Delete default rules before further
1817 tests.
1818
1819 2013-06-19 Yao Qi <yao@codesourcery.com>
1820
1821 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1822 unsupported if it is not registered.
1823
1824 2013-06-18 Tom Tromey <tromey@redhat.com>
1825
1826 * gdb.base/random-signal.c: New file.
1827 * gdb.base/random-signal.exp: New file.
1828
1829 2013-06-18 Will Newton <will.newton@linaro.org>
1830
1831 * gdb.base/skip.c: Use comma to evaluate results of foo()
1832 and bar() before passing to baz().
1833 * gdb.base/skip.c: baz() now takes one argument instead of
1834 two.
1835
1836 2013-06-18 Tom Tromey <tromey@redhat.com>
1837
1838 * gdb.dwarf2/implptrpiece.exp: New file.
1839 * gdb.dwarf2/implptrconst.exp (d): New variable.
1840 Print d.
1841 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1842
1843 2013-06-18 Tom Tromey <tromey@redhat.com>
1844
1845 * lib/selftest-support.exp (do_self_tests): Reject remote or
1846 non-native targets.
1847 * gdb.gdb/complaints.exp: Remove check.
1848 * gdb.gdb/observer.exp: Remove check.
1849 * gdb.gdb/xfullpath.exp: Remove check.
1850 * gdb.gdb/complaints.exp: Remove check.
1851
1852 2013-06-07 Pedro Alves <palves@redhat.com>
1853
1854 * boards/native-extended-gdbserver.exp: Remove semicolon.
1855 * config/arm-ice.exp: Likewise.
1856 * config/bfin.exp: Likewise.
1857 * config/cygmon.exp: Likewise.
1858 * config/h8300.exp: Likewise.
1859 * config/monitor.exp: Likewise.
1860 * config/sid.exp: Likewise.
1861 * config/sim.exp: Likewise.
1862 * config/slite.exp: Likewise.
1863 * config/vx.exp: Likewise.
1864 * gdb.arch/i386-bp_permanent.exp: Likewise.
1865 * gdb.asm/asm-source.exp: Likewise.
1866 * gdb.base/args.exp: Likewise.
1867 * gdb.base/attach-pie-misread.exp: Likewise.
1868 * gdb.base/auxv.exp: Likewise.
1869 * gdb.base/bigcore.exp: Likewise.
1870 * gdb.base/bitfields2.exp: Likewise.
1871 * gdb.base/bitfields.exp: Likewise.
1872 * gdb.base/break.exp: Likewise.
1873 * gdb.base/break-interp.exp: Likewise.
1874 * gdb.base/callfuncs.exp: Likewise.
1875 * gdb.base/call-sc.exp: Likewise.
1876 * gdb.base/commands.exp: Likewise.
1877 * gdb.base/corefile.exp: Likewise.
1878 * gdb.base/dbx.exp: Likewise.
1879 * gdb.base/ending-run.exp: Likewise.
1880 * gdb.base/exprs.exp: Likewise.
1881 * gdb.base/funcargs.exp: Likewise.
1882 * gdb.base/hbreak2.exp: Likewise.
1883 * gdb.base/huge.exp: Likewise.
1884 * gdb.base/list.exp: Likewise.
1885 * gdb.base/memattr.exp: Likewise.
1886 * gdb.base/overlays.exp: Likewise.
1887 * gdb.base/printcmds.exp: Likewise.
1888 * gdb.base/recurse.exp: Likewise.
1889 * gdb.base/remotetimeout.exp: Likewise.
1890 * gdb.base/reread.exp: Likewise.
1891 * gdb.base/savedregs.exp: Likewise.
1892 * gdb.base/scope.exp: Likewise.
1893 * gdb.base/sepdebug.exp: Likewise.
1894 * gdb.base/setshow.exp: Likewise.
1895 * gdb.base/setvar.exp: Likewise.
1896 * gdb.base/sigaltstack.exp: Likewise.
1897 * gdb.base/siginfo-addr.exp: Likewise.
1898 * gdb.base/siginfo.exp: Likewise.
1899 * gdb.base/siginfo-obj.exp: Likewise.
1900 * gdb.base/sigrepeat.exp: Likewise.
1901 * gdb.base/sigstep.exp: Likewise.
1902 * gdb.base/structs.exp: Likewise.
1903 * gdb.base/testenv.exp: Likewise.
1904 * gdb.base/twice.exp: Likewise.
1905 * gdb.base/valgrind-db-attach.exp: Likewise.
1906 * gdb.base/valgrind-infcall.exp: Likewise.
1907 * gdb.base/varargs.exp: Likewise.
1908 * gdb.base/watchpoint.exp: Likewise.
1909 * gdb.cp/gdb1355.exp: Likewise.
1910 * gdb.cp/misc.exp: Likewise.
1911 * gdb.disasm/hppa.exp: Likewise.
1912 * gdb.disasm/t01_mov.exp: Likewise.
1913 * gdb.disasm/t02_mova.exp: Likewise.
1914 * gdb.disasm/t03_add.exp: Likewise.
1915 * gdb.disasm/t04_sub.exp: Likewise.
1916 * gdb.disasm/t05_cmp.exp: Likewise.
1917 * gdb.disasm/t06_ari2.exp: Likewise.
1918 * gdb.disasm/t07_ari3.exp: Likewise.
1919 * gdb.disasm/t08_or.exp: Likewise.
1920 * gdb.disasm/t09_xor.exp: Likewise.
1921 * gdb.disasm/t10_and.exp: Likewise.
1922 * gdb.disasm/t11_logs.exp: Likewise.
1923 * gdb.disasm/t12_bit.exp: Likewise.
1924 * gdb.disasm/t13_otr.exp: Likewise.
1925 * gdb.gdb/selftest.exp: Likewise.
1926 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1927 * gdb.mi/mi-reverse.exp: Likewise.
1928 * gdb.pascal/floats.exp: Likewise.
1929 * gdb.python/py-inferior.exp: Likewise.
1930 * gdb.threads/attach-into-signal.exp: Likewise.
1931 * gdb.threads/pthreads.exp: Likewise.
1932 * gdb.threads/thread_events.exp: Likewise.
1933 * gdb.threads/watchthreads.exp: Likewise.
1934 * gdb.trace/actions-changed.exp: Likewise.
1935 * gdb.trace/actions.exp: Likewise.
1936 * gdb.trace/ax.exp: Likewise.
1937 * gdb.trace/backtrace.exp: Likewise.
1938 * gdb.trace/change-loc.exp: Likewise.
1939 * gdb.trace/deltrace.exp: Likewise.
1940 * gdb.trace/disconnected-tracing.exp: Likewise.
1941 * gdb.trace/ftrace.exp: Likewise.
1942 * gdb.trace/infotrace.exp: Likewise.
1943 * gdb.trace/passc-dyn.exp: Likewise.
1944 * gdb.trace/passcount.exp: Likewise.
1945 * gdb.trace/pending.exp: Likewise.
1946 * gdb.trace/qtro.exp: Likewise.
1947 * gdb.trace/range-stepping.exp: Likewise.
1948 * gdb.trace/report.exp: Likewise.
1949 * gdb.trace/save-trace.exp: Likewise.
1950 * gdb.trace/status-stop.exp: Likewise.
1951 * gdb.trace/strace.exp: Likewise.
1952 * gdb.trace/tfile.exp: Likewise.
1953 * gdb.trace/tfind.exp: Likewise.
1954 * gdb.trace/trace-break.exp: Likewise.
1955 * gdb.trace/tracecmd.exp: Likewise.
1956 * gdb.trace/trace-mt.exp: Likewise.
1957 * gdb.trace/tspeed.exp: Likewise.
1958 * gdb.trace/tsv.exp: Likewise.
1959 * gdb.trace/while-stepping.exp: Likewise.
1960 * lib/gdb.exp: Likewise.
1961 * lib/gdbserver-support.exp: Likewise.
1962 * lib/java.exp: Likewise.
1963 * lib/mi-support.exp: Likewise.
1964 * lib/pascal.exp: Likewise.
1965 * lib/prompt.exp: Likewise.
1966 * lib/trace-support.exp: Likewise.
1967
1968 2013-06-07 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.ada/info_types.c: Fix formating in copyright header.
1971 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1972 * gdb.base/float.c: Likewise.
1973 * gdb.base/inferior-died.c: Likewise.
1974 * gdb.base/interp.c: Likewise.
1975 * gdb.base/jit-main.c: Likewise.
1976 * gdb.base/jit-solib.c: Likewise.
1977 * gdb.base/long_long.c: Likewise.
1978 * gdb.base/longjmp.c: Likewise.
1979 * gdb.base/nextoverexit.c: Likewise.
1980 * gdb.base/pr11022.c: Likewise.
1981 * gdb.base/prelink-lib.c: Likewise.
1982 * gdb.base/prelink.c: Likewise.
1983 * gdb.base/prologue.c: Likewise.
1984 * gdb.base/restore.c: Likewise.
1985 * gdb.base/sigchld.c: Likewise.
1986 * gdb.base/solib-search-lib1.c: Likewise.
1987 * gdb.base/solib-search-lib2.c: Likewise.
1988 * gdb.base/solib-search.c: Likewise.
1989 * gdb.base/solib-search.h: Likewise.
1990 * gdb.base/whatis.c: Likewise.
1991 * gdb.cp/abstract-origin.cc: Likewise.
1992 * gdb.cp/anon-struct.cc: Likewise.
1993 * gdb.cp/baseenum.cc: Likewise.
1994 * gdb.cp/bs15503.cc: Likewise.
1995 * gdb.cp/call-c-1.c: Likewise.
1996 * gdb.cp/call-c.cc: Likewise.
1997 * gdb.cp/class2.cc: Likewise.
1998 * gdb.cp/classes.cc: Likewise.
1999 * gdb.cp/cttiadd.cc: Likewise.
2000 * gdb.cp/cttiadd1.cc: Likewise.
2001 * gdb.cp/cttiadd2.cc: Likewise.
2002 * gdb.cp/cttiadd3.cc: Likewise.
2003 * gdb.cp/derivation.cc: Likewise.
2004 * gdb.cp/derivation2.cc: Likewise.
2005 * gdb.cp/dispcxx.cc: Likewise.
2006 * gdb.cp/exception.cc: Likewise.
2007 * gdb.cp/gdb2384-base.cc: Likewise.
2008 * gdb.cp/gdb2384-base.h: Likewise.
2009 * gdb.cp/gdb2384.cc: Likewise.
2010 * gdb.cp/gdb2495.cc: Likewise.
2011 * gdb.cp/mb-inline.h: Likewise.
2012 * gdb.cp/mb-inline1.cc: Likewise.
2013 * gdb.cp/mb-inline2.cc: Likewise.
2014 * gdb.cp/member-name.cc: Likewise.
2015 * gdb.cp/member-ptr.cc: Likewise.
2016 * gdb.cp/misc.cc: Likewise.
2017 * gdb.cp/namespace1.cc: Likewise.
2018 * gdb.cp/nextoverthrow.cc: Likewise.
2019 * gdb.cp/pr-574.cc: Likewise.
2020 * gdb.cp/pr9631.cc: Likewise.
2021 * gdb.cp/printmethod.cc: Likewise.
2022 * gdb.cp/psmang1.cc: Likewise.
2023 * gdb.cp/psmang2.cc: Likewise.
2024 * gdb.cp/psymtab-parameter.cc: Likewise.
2025 * gdb.cp/ptype-flags.cc: Likewise.
2026 * gdb.cp/ref-params.cc: Likewise.
2027 * gdb.cp/ref-types.cc: Likewise.
2028 * gdb.cp/smartp.cc: Likewise.
2029 * gdb.cp/try_catch.cc: Likewise.
2030 * gdb.cp/userdef.cc: Likewise.
2031 * gdb.cp/using-crash.cc: Likewise.
2032 * gdb.cp/virtfunc.cc: Likewise.
2033 * gdb.cp/virtfunc2.cc: Likewise.
2034 * gdb.dwarf2/callframecfa.S: Likewise.
2035 * gdb.dwarf2/dw2-ranges.c: Likewise.
2036 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2037 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2038 * gdb.dwarf2/dw2-restore.S: Likewise.
2039 * gdb.dwarf2/pieces.S: Likewise.
2040 * gdb.dwarf2/valop.S: Likewise.
2041 * gdb.java/jnpe.java: Likewise.
2042 * gdb.mi/mi-stepn.c: Likewise.
2043 * gdb.mi/mi-var-cp.cc: Likewise.
2044 * gdb.mi/mi-var-rtti.cc: Likewise.
2045 * gdb.mi/ns-stale-regcache.c: Likewise.
2046 * gdb.mi/pr11022.c: Likewise.
2047 * gdb.mi/solib-lib.c: Likewise.
2048 * gdb.mi/solib-main.c: Likewise.
2049 * gdb.python/py-arch.c: Likewise.
2050 * gdb.python/py-block.c: Likewise.
2051 * gdb.python/py-breakpoint.c: Likewise.
2052 * gdb.python/py-events.c: Likewise.
2053 * gdb.python/py-evthreads.c: Likewise.
2054 * gdb.python/py-explore.c: Likewise.
2055 * gdb.python/py-explore.cc: Likewise.
2056 * gdb.python/py-finish-breakpoint.c: Likewise.
2057 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2058 * gdb.python/py-symbol.c: Likewise.
2059 * gdb.threads/execl.c: Likewise.
2060 * gdb.threads/execl1.c: Likewise.
2061
2062 2013-06-07 Will Newton <will.newton@linaro.org>
2063
2064 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2065
2066 2013-06-07 Will Newton <will.newton@linaro.org>
2067
2068 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2069 and "starting".
2070
2071 2013-06-07 Will Newton <will.newton@linaro.org>
2072
2073 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2074 destructor prototypes for ARM ABI.
2075 * gdb.cp/m-static.exp: Likewise.
2076
2077 2013-06-07 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.trace/mi-trace-unavailable.exp: New.
2080 * gdb.trace/trace-unavailable.c: New.
2081
2082 2013-06-06 Doug Evans <dje@google.com>
2083
2084 * gdb.cp/derivation.exp: Make tests have unique names.
2085
2086 2013-06-06 Tom Tromey <tromey@redhat.com>
2087
2088 * gdb.base/dump.exp (capture_value): Don't put expression into
2089 test name if arguments passed in.
2090 Rename a couple more tests to make them unique.
2091
2092 2013-06-06 Tom Tromey <tromey@redhat.com>
2093
2094 * gdb.base/break-always.exp: Explicitly specify test name.
2095
2096 2013-06-05 Doug Evans <dje@google.com>
2097 Keith Seitz <keiths@redhat.com>
2098
2099 * gdb.cp/derivation2.cc: New file.
2100 * gdb.cp/derivation.cc (main): Call foo2.
2101 * gdb.cp/derivation.exp: Add tests for typedefs in another
2102 file, and when there's an active block.
2103
2104 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2105
2106 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2107 from targets that use function descriptors in the virtual tables.
2108 Handle presence of dot symbols.
2109
2110 2013-06-04 Gary Benson <gbenson@redhat.com>
2111
2112 * gdb.base/break-probes.exp: New file.
2113 * gdb.base/break-probes.c: Likewise.
2114 * gdb.base/break-probes-solib.c: Likewise.
2115 * gdb.base/info-shared.exp: New file.
2116 * gdb.base/info-shared.c: Likewise.
2117 * gdb.base/info-shared-solib1.c: Likewise.
2118 * gdb.base/info-shared-solib2.c: Likewise.
2119
2120 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2121 Gary Benson <gbenson@redhat.com>
2122
2123 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2124 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2125 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2126 to be set to "no" to indicate that no ld.so copy should be made.
2127 * gdb.base/break-interp.exp (solib_bp): New constant.
2128 (reach_1): Use the above instead of "_dl_debug_state".
2129 (test_attach): Likewise.
2130 (test_ld): Likewise.
2131 * gdb.threads/dlopen-libpthread.exp: New file.
2132 * gdb.threads/dlopen-libpthread.c: Likewise.
2133 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2134 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2135
2136 2013-05-30 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2139 Add a test that no MI notification is emitted when executing
2140 -exec-arguments.
2141
2142 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 PR testsuite/12649
2145 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2146 $mi_gdb_prompt expectation by mi_expect_stop.
2147 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2148 (mi info dprintf second time): Replace them by mi_send_resuming_command
2149 and mi_expect_stop.
2150
2151 2013-05-24 Gary Benson <gbenson@redhat.com>
2152
2153 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2154 backslash.
2155 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2156 backslashes.
2157 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2158 backslash.
2159
2160 2013-05-24 Yao Qi <yao@codesourcery.com>
2161
2162 * gdb.trace/tfile.exp: Test inferior and thread.
2163
2164 2013-05-24 Yao Qi <yao@codesourcery.com>
2165 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2168 test fails.
2169 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2170 Return 0 if the test passes, otherwise return 1.
2171
2172 2013-05-23 Doug Evans <dje@google.com>
2173
2174 * boards/fission-dwp.exp: New file.
2175
2176 2013-05-23 Yao Qi <yao@codesourcery.com>
2177 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/range-stepping.c: New file.
2180 * gdb.base/range-stepping.exp: New file.
2181 * gdb.trace/range-stepping.c: New file.
2182 * gdb.trace/range-stepping.exp: New file.
2183 * lib/range-stepping-support.exp: New file.
2184
2185 2013-05-22 Tom Tromey <tromey@redhat.com>
2186
2187 * gdb.cp/class2.cc (main): New local 'aref'.
2188 * gdb.cp/class2.exp: Check printing of 'aref'.
2189
2190 2013-05-22 Doug Evans <dje@google.com>
2191
2192 * gdb.threads/wp-replication.c (main): Insert some code at the start
2193 to ensure the breakpoint on main is only hit once. Fix comment.
2194
2195 2013-05-21 Keith Seitz <keiths@redhat.com>
2196 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2199 gdb_expect.
2200 Add test to flush the remaining input buffer so that this
2201 file passes testsuite/12649.
2202
2203 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2204
2205 * gdb.base/catch-signal-fork.exp: New file.
2206 * gdb.base/catch-signal-fork.c: New file.
2207
2208 2013-05-21 Sterling Augustine <saugustine@google.com>
2209
2210 * boards/remote-stdio-gdbserver.exp: New file.
2211
2212 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2213
2214 PR testsuite/12649
2215 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2216 racy matches.
2217
2218 2013-05-21 Christian Groessler <chris@groessler.org>
2219
2220 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2221 since it's not supported in all shells.
2222
2223 2013-05-21 Hui Zhu <hui@codesourcery.com>
2224
2225 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2226 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2227
2228 2013-05-20 Doug Evans <dje@google.com>
2229
2230 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2231 (_handle_DW_TAG): Use it.
2232 (cu, tu): Replace parameters is_64, version, addr_size with options.
2233 All callers updated. Add Fission support.
2234 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2235 * gdb.dwarf2/method-ptr.exp: Ditto.
2236 * gdb.dwarf2/nostaticblock.exp: Ditto.
2237 * gdb.dwarf2/subrange.exp: Ditto.
2238 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2239
2240 2013-05-20 Tom Tromey <tromey@redhat.com>
2241
2242 * gdb.gdb/python-selftest.exp: New file.
2243
2244 2013-05-20 Doug Evans <dje@google.com>
2245
2246 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2247 -fdebug-types-section.
2248
2249 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.ada/float_param: New testcase.
2252
2253 2013-05-17 Doug Evans <dje@google.com>
2254
2255 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2256 Add tests for "maint check-symtabs", "maint expand-symtabs".
2257
2258 * gdb.base/maint.exp: Remove testing of individual maint command
2259 help output.
2260
2261 2013-05-16 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2264 comment. Use gdb_test_no_output.
2265
2266 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2267
2268 * gdb.ada/complete.exp: Add test verifying completion using
2269 the "tab" key.
2270
2271 2013-05-15 Keith Seitz <keiths@redhat.com>
2272
2273 * gdb.base/filesym.exp: New completer test.
2274 * gdb.base/filesym.c: New file.
2275
2276 2013-05-15 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.base/fixsection.c: Remove attribution.
2279 * gdb.base/watch-read.exp: Ditto.
2280
2281 2013-05-13 Tom Tromey <tromey@redhat.com>
2282
2283 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2284 size and change type sizes to 4 bytes.
2285
2286 2013-05-13 Tom Tromey <tromey@redhat.com>
2287
2288 * gdb.base/exprs.exp (test_expr): Add regression test.
2289 * gdb.base/exprs.c (null_t_struct): New global.
2290
2291 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2292
2293 * gdb.base/default.exp: Disable history saving.
2294 * gdb.base/setshow.exp: Likewise.
2295
2296 2013-05-10 Pedro Alves <palves@redhat.com>
2297
2298 PR remote/15455
2299
2300 * gdb.trace/qtro.c: New file.
2301 * gdb.trace/qtro.exp: New file.
2302
2303 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2304
2305 * gdb.python/py-framefilter.py: New File.
2306 * gdb.python/py-framefilter-mi.exp: Ditto.
2307 * gdb.python/py-framefilter.c: Ditto.
2308 * gdb.python/py-framefilter-mi.exp: Ditto.
2309 * gdb.python/py-framefilter-mi.c: Ditto,
2310 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2311
2312 2013-05-08 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.base/solib-search.exp: Set test name for "set
2315 solib-search-path" test.
2316
2317 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2318
2319 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2320 (set_a_tracepoint): Set tracepoint before prologue.
2321 (run_trace_experiment): Test setup_tracepoints and 'break end'
2322 in it.
2323 (trace_buffer_normal): Remove.
2324 (gdb_trace_circular_tests): Remove. Move tests to...
2325 (top level): ...here. Call 'runto_main' before checking for
2326 trace support. Use commands to check the support for circular
2327 trace buffer and changing of trace buffer size. Add test
2328 to calculate size of single frame. Use this size to
2329 calculate the size of trace buffer. Use 'tfind pc func9'
2330 instead of 'tfind 9'. Use 'with_test_prefix'.
2331
2332 2013-05-07 Tom Tromey <tromey@redhat.com>
2333
2334 * lib/selftest-support.exp: New file.
2335 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2336 do_self_tests.
2337 (setup_test, find_gdb): Remove.
2338 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2339 do_self_tests.
2340 (setup_test, find_gdb): Remove.
2341 (test_observer): Don't call setup_test. Remove argument.
2342 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2343 (find_gdb): Remove.
2344 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2345 do_self_tests.
2346 (setup_test, find_gdb): Remove.
2347 (test_with_self): Don't call setup_test. Remove argument.
2348
2349 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.arch/system-gcore.exp: Remove.
2352 * gdb.arch/gcore.c: Remove.
2353 * gdb.base/gcore.exp: Add "info reg system".
2354
2355 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2356
2357 PR breakpoints/15413:
2358 * gdb.base/pending.exp: Add test for completion of the "condition"
2359 command for pending breakpoints.
2360 * gdb.linespec/linespec.ex: Add test for completion of the
2361 "condition" command when dealing with multiple locations.
2362
2363 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2364
2365 * gdb.threads/wp-replication.c: New file.
2366 * gdb.threads/wp-replication.exp: New file.
2367
2368 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2369
2370 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2371
2372 2013-05-06 Doug Evans <dje@google.com>
2373
2374 * gdb.base/solib-search-lib1.c: New file.
2375 * gdb.base/solib-search-lib2.c: New file.
2376 * gdb.base/solib-search.c: New file.
2377 * gdb.base/solib-search.h: New file.
2378 * gdb.base/solib-search.exp: New file.
2379
2380 * lib/gdb.exp (gdb_core_cmd): New function.
2381 * gdb.arch/system-gcore.exp: Use it.
2382 * gdb.arch/vsx-regs.exp: Ditto.
2383 * gdb.base/gcore.exp: Ditto.
2384 * gdb.threads/gcore-thread.exp: Ditto.
2385
2386 * gdb.reverse/shr.h: New file.
2387 * gdb.reverse/shr1.c: New file.
2388 * gdb.reverse/shr2.c: #include "shr.h".
2389 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2390 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2391 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2392 Update tests using sleep/printf to use shr2.sl instead.
2393 * gdb.reverse/solib-reverse.exp: Ditto.
2394
2395 2013-05-06 Tom Tromey <tromey@redhat.com>
2396
2397 * gdb.dwarf2/implptrconst.c: New file.
2398 * gdb.dwarf2/implptrconst.exp: New file.
2399 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2400 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2401 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2402
2403 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2404
2405 * gdb.base/catch-sig.c (main): Raise SIGINT.
2406 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2407
2408 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2409
2410 * status-stop.exp (test_tstart_tstart): Check for error
2411 returned by the second 'tstart' command.
2412
2413 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2414
2415 * gdb.xml/maint_print_struct.exp: New file.
2416 * gdb.xml/maint_print_struct.xml: New file.
2417
2418 2013-04-25 Tom Tromey <tromey@redhat.com>
2419
2420 * gdb.dwarf2/nostaticblock.exp: New file.
2421
2422 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2423
2424 PR gdb/10462
2425 * gdb.base/setshow.exp: Add test case.
2426
2427 2013-04-23 Hui Zhu <hui@codesourcery.com>
2428
2429 PR gdb/15293
2430 * gdb.base/dprintf.exp: Add ignore command.
2431
2432 2013-04-23 Hui Zhu <hui@codesourcery.com>
2433
2434 PR gdb/15165
2435 * gdb.base/save-bp.exp: Add test for dprintf.
2436
2437 2013-04-22 Tom Tromey <tromey@redhat.com>
2438
2439 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2440 notice_open_fds.
2441
2442 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2443
2444 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2445 ldflags.
2446
2447 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2448
2449 * gdb.arch/arm-bl-branch-dest.c: New file.
2450 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2451
2452 2013-04-19 Vladimir Kargov <kargov@gmail.com>
2453 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.arch/i386-float.S: New file.
2456 * gdb.arch/i386-float.exp: New file.
2457
2458 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
2459
2460 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2461 type void *.
2462
2463 2013-04-17 Doug Evans <dje@google.com>
2464
2465 * lib/dwarf.exp (Dwarf): New proc "tu".
2466 * gdb.dwarf2/missing-sig-type.exp: New file.
2467
2468 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2469
2470 Add option to link testcases with Pthreads library when
2471 using 'prepare_for_testing' in tests.
2472
2473 * lib/gdb.exp (build_executable_from_specs): Use
2474 gdb_compile_pthreads to compile if option "pthreads" is
2475 specified.
2476
2477 2013-04-15 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2480
2481 2013-04-15 Tom Tromey <tromey@redhat.com>
2482
2483 * gdb.base/default.exp: Update for $_exception.
2484 * gdb.cp/exceptprint.cc: New file.
2485 * gdb.cp/exceptprint.exp: New file.
2486 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2487
2488 2013-04-15 Tom Tromey <tromey@redhat.com>
2489
2490 * gdb.cp/typeid.cc: New file.
2491 * gdb.cp/typeid.exp: New file.
2492
2493 2013-04-15 Tom Tromey <tromey@redhat.com>
2494
2495 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2496
2497 2013-04-13 Yao Qi <yao@codesourcery.com>
2498
2499 * gdb.base/completion.exp: Test completion of command
2500 'target ctf' if target ctf is supported.
2501
2502 2013-04-10 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/completion.exp: Test "set height", "set listsize" and
2505 "set trace-buffer-size" completion.
2506 * gdb.base/setshow.exp: Test "set height unlimited".
2507 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2508 unlimited".
2509
2510 2013-04-10 Yao Qi <yao@codesourcery.com>
2511
2512 * gdb.trace/actions.exp: Save trace data to CTF.
2513 Change to ctf target if GDB supports, read CTF data in ctf
2514 target, and check the actions of tracepoints.
2515 * gdb.trace/while-stepping.exp: Likewise.
2516 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2517 format and read CTF trace file if GDB supports.
2518 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2519 target is supported, change to ctf target, read trace data and
2520 check output of command "tstatus".
2521 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2522 read CTF data by target ctf and call check_tsv.
2523
2524 2013-04-10 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.trace/actions.exp (check_tracepoint): New.
2527 (top level): Start the tracing and check the actions of
2528 tracepoints. Save trace data to tfile format. Restart GDB
2529 and read trace file in tfile target. Check the actions of
2530 tracepoints again.
2531 * gdb.trace/while-stepping.exp: Likewise.
2532
2533 2013-04-10 Yao Qi <yao@codesourcery.com>
2534
2535 * gdb.trace/report.exp: Use standard_output_file for saved
2536 trace file.
2537
2538 2013-04-10 Hui Zhu <hui@codesourcery.com>
2539
2540 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2541 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2542 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2543
2544 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2547 response.
2548
2549 2013-04-08 Pedro Alves <palves@redhat.com>
2550
2551 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2552 the location.
2553
2554 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2555
2556 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2557 for breakpoint location.
2558
2559 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2560
2561 * gdb.linespec/linespec.exp: Make dir/file:line tests
2562 conditional for non-remote hosts only.
2563
2564 2013-04-04 Stan Shebs <stan@codesourcery.com>
2565 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2568 * gdb.trace/actions-changed.c: New file.
2569 * gdb.trace/actions-changed.exp: New file.
2570 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2571 (gdb_trace_setactions_command): ... this. Add "actions_command"
2572 parameter, and handle it.
2573 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2574
2575 2013-04-04 Yao Qi <yao@codesourcery.com>
2576
2577 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2578 'step'.
2579
2580 2013-04-03 Yao Qi <yao@codesourcery.com>
2581
2582 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2583 "tfile-basic.tf".
2584 (test_tfind_tfile): Likewise.
2585
2586 2013-04-03 Yao Qi <yao@codesourcery.com>
2587
2588 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2589 "tfile-basic.tf" instead of "basic.tf".
2590 (write_error_trace_file): Pass argument "tfile-error.tf"
2591 instead of "error.tf".
2592 * gdb.trace/tfile.exp: Update tfile names to
2593 "tfile-basic.tf" and "tfile-error.tf".
2594
2595 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2596
2597 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2598 empty directory in file for breakpoint hit.
2599
2600 2013-03-29 Yao Qi <yao@codesourcery.com>
2601
2602 * gdb.base/completion.exp: Test completion of commands
2603 "target core", "target tfile" and "target exec".
2604 * gdb.trace/tfile.exp: Test completion of command
2605 "target tfile".
2606
2607 2013-03-28 Joel Brobecker <brobecker@adacore.com>
2608
2609 * gdb.ada/win_fu_syms: New testcase.
2610
2611 2013-03-28 Doug Evans <dje@google.com>
2612
2613 * gdb.base/maint.exp (maint print statistics): Update expected output.
2614
2615 2013-03-28 Pedro Alves <palves@redhat.com>
2616
2617 PR gdb/15294
2618
2619 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2620 mean unlimited instead of $arg < 0.
2621 (test_listsize): Remove "listsize of 0 suppresses output" test.
2622 Test that "set listsize 0" ends up with an unlimited listsize.
2623
2624 2013-03-28 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/list.exp (last_line): New global.
2627 (last_line_re): New global.
2628 (test_listsize, test_list_function, test_list_forward)
2629 (test_repeat_list_command, test_list_range)
2630 (test_list_filename_and_function): Use them.
2631 * gdb.base/list0.c: Comment the last line of the file with "last
2632 line".
2633
2634 2013-03-28 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2637 list the whole file.
2638
2639 2013-03-28 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2642 "set listsize".
2643
2644 2013-03-26 Keith Seitz <keiths@redhat.com>
2645
2646 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2647 from passing.
2648
2649 2013-03-26 Pedro Alves <palves@redhat.com>
2650
2651 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2652 until after GDB has run.
2653
2654 2013-03-26 Yao Qi <yao@codesourcery.com>
2655
2656 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2657 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2658
2659 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2660
2661 * gdb.btrace/enable.exp: Add regression test.
2662
2663 2013-03-25 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.cp/m-static.exp: Add destructor-printing tests.
2666
2667 2013-03-25 Tom Tromey <tromey@redhat.com>
2668
2669 * gdb.cp/m-static.exp: Add constructor ptype tests.
2670 * gdb.cp/m-static.cc (single_constructor): New class.
2671 (main): Make instance of single_constructor.
2672
2673 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2674 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.server/server-kill.c: New file.
2677 * gdb.server/server-kill.exp: New file.
2678
2679 2013-03-21 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2682 Expect $gdb_prompt in gdb_test_multiple.
2683
2684 2013-03-21 Doug Evans <dje@google.com>
2685
2686 * gdb.base/maint.exp: Update tests for per-command stats.
2687
2688 2013-03-21 Tom Tromey <tromey@redhat.com>
2689
2690 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2691 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2692
2693 2013-03-20 Pedro Alves <palves@redhat.com>
2694
2695 PR gdb/15289
2696
2697 * gdb.base/remote.exp: Test
2698 "set remote hardware-watchpoint-limit -1",
2699 "set remote hardware-breakpoint-limit -1",
2700 "set remote hardware-watchpoint-limit 2147483647" and
2701 "set remote hardware-breakpoint-limit 2147483647".
2702
2703 2013-03-20 Pedro Alves <palves@redhat.com>
2704 Yao Qi <yao@codesourcery.com>
2705
2706 * gdb.trace/tfile.c: Add comments.
2707 (nonconstglob): New global.
2708 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2709 global that is not covered by the trace frame. Test
2710 disassembling.
2711
2712 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 * gdb.base/valgrind-infcall.exp
2715 (continue #$continue_count) <remote connection closed>
2716 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2717 $valgrind_pid.
2718
2719 2013-03-15 Tom Tromey <tromey@redhat.com>
2720
2721 * gdb.cp/overload.cc (intintfunc): New.
2722 * gdb.cp/overload.exp: Add regression test.
2723
2724 2013-03-15 Yao Qi <yao@codesourcery.com>
2725
2726 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2727 using with_test_prefix.
2728 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2729 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2730 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2731 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2732 * gdb.base/break-interp.exp (test_core): Likewise.
2733 (test_attach_gdb): Likewise.
2734 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2735 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2736 Likewise.
2737 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2738 * gdb.base/jit.exp (one_jit_test): Likewise.
2739 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2740 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2741 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2742 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2743 Likewise.
2744 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2745 Likewise.
2746 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2747 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2748 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2749 (tracepoint_change_loc_2): Likewise.
2750 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2751 Likewise.
2752 (disconnected_tfind): Likewise.
2753 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2754 Likewise.
2755 (test_tfind_remote): Likewise.
2756 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2757 Likewise.
2758 (test_pending_resolved): Likewise.
2759 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2760 Likewise.
2761 (test_upload_tsv): Likewise.
2762 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2763 Likewise.
2764 (pending_tracepoint_works): Likewise.
2765 * gdb.trace/report.exp (use_collected_data): Likewise.
2766 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2767 Likewise.
2768 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2769 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2770 (strace_trace_on_same_addr): Likewise.
2771 (strace_trace_on_diff_addr): Likewise.
2772 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2773 (gdb_collect_locals_test): Likewise.
2774 (gdb_unavailable_registers_test): Likewise.
2775 (gdb_collect_globals_test): Likewise.
2776
2777 2013-03-15 Yao Qi <yao@codesourcery.com>
2778
2779 * gdb.base/condbreak.exp: Add semicolon back which was removed
2780 by my previous commit.
2781
2782 2013-03-14 Yao Qi <yao@codesourcery.com>
2783
2784 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2785 'return'.
2786 (gdb_target_monitor, gdb_load): Likewise.
2787 * config/sid.exp (gdb_load): Likewise.
2788 * config/slite.exp (gdb_load): Likewise.
2789 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2790 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2791 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2792 (single_step_until): Likewise.
2793 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2794 * gdb.arch/system-gcore.exp: Likewise.
2795 * gdb.base/bigcore.exp (extract_heap): Likewise.
2796 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2797 * gdb.base/call-ar-st.exp: Likewise.
2798 * gdb.base/call-rt-st.exp: Likewise.
2799 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2800 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2801 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2802 * gdb.base/corefile.exp: Likewise.
2803 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2804 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2805 * gdb.base/fixsection.exp: Likewise.
2806 * gdb.base/funcargs.exp: Likewise.
2807 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2808 * gdb.base/gcore-relro.exp: Likewise.
2809 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2810 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2811 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2812 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2813 * gdb.base/list.exp: Likewise.
2814 (set_listsize): Likewise.
2815 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2816 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2817 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2818 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2819 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2820 * gdb.base/setvar.exp: Likewise.
2821 (test_set): Likewise.
2822 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2823 * gdb.base/solib-overlap.exp: Likewise.
2824 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2825 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2826 * gdb.base/watchpoint.exp (initialize): Likewise.
2827 (test_simple_watchpoint): Likewise.
2828 (test_disabling_watchpoints): Likewise.
2829 (test_watchpoint_triggered_in_syscall): Likewise.
2830 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2831 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2832 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2833 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2834 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2835 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2836 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2837 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2838 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2839 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2840 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2841 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2842 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2843 * gdb.mi/gdb792.exp: Likewise.
2844 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2845 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2846 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2847 * gdb.threads/gcore-thread.exp: Likewise.
2848 (load_core): Likewise.
2849 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2850 (test_startup, check_control_c): Likewise.
2851 * gdb.threads/sigstep-threads.exp: Likewise.
2852 * gdb.threads/thread_check.exp: Likewise.
2853 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2854 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2855 (set_a_tracepoint, trace_buffer_normal): Likewise.
2856 (gdb_trace_circular_tests): Likewise.
2857 * gdb.trace/collection.exp: Likewise.
2858 * gdb.trace/disconnected-tracing.exp: Likewise.
2859 * gdb.trace/infotrace.exp: Likewise.
2860 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2861 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2862 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2863 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2864 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2865 * gdb.trace/stap-trace.exp: Likewise.
2866 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2867 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2868 * gdb.trace/trace-buffer-size.exp: Likewise.
2869 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2870 * gdb.trace/unavailable.exp: Likewise.
2871 * gdb.trace/while-dyn.exp: Likewise.
2872 * lib/fortran.exp (set_lang_fortran): Likewise.
2873 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2874 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2875 (default_gdb_start, get_compiler_info): Likewise.
2876 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2877 (get_debug_format, setup_xfail_format): Likewise.
2878 (rerun_to_main, gdb_skip_float_test): Likewise.
2879 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2880 * lib/java.exp (set_lang_java): Likewise.
2881 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2882 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2883 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2884 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2885 * lib/objc.exp (set_lang_objc): Likewise.
2886 * lib/pascal.exp (set_lang_pascal): Likewise.
2887 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2888 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2889 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2890
2891 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2892
2893 PR c++/15203
2894 PR c++/15210
2895 * gdb.cp/m-static.cc (keepalive_int): New function.
2896 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2897 * gdb.cp/m-static.exp: New test for `sintvar'.
2898
2899 2013-03-14 Yao Qi <yao@codesourcery.com>
2900
2901 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2902 of 'tstatus' into tstatus_output.
2903 (top level): Save the trace data to tfile. Read trace file in
2904 tfile target. Check the trace status.
2905
2906 2013-03-13 Yao Qi <yao@codesourcery.com>
2907
2908 * gdb.trace/tsv.exp (check_tsv): New.
2909 (top level): Save a tfile on current trace session. Call
2910 check_tsv on live target. Load the tfile with target tfile
2911 and call check_tsv again.
2912
2913 2013-03-13 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2916 Replace some "gdb_test" with "gdb_test_no_output".
2917
2918 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2919
2920 * gdb.ada/expr_delims.exp: New file.
2921 * gdb.ada/expr_delims/foo.adb: New file.
2922 * gdb.ada/expr_delims/pck.ads: New file.
2923 * gdb.ada/expr_delims/pck.adb: New file.
2924
2925 2013-03-11 Keith Seitz <keiths@redhat.com>
2926
2927 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2928 both condition and thread. Then delete the watchpoint.
2929
2930 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2931
2932 * Makefile.in: Add btrace testsuite.
2933 * configure: Regenerated.
2934 * configure.ac: Add btrace testsuite.
2935 * gdb.btrace/Makefile.in: New file.
2936 * gdb.btrace/enable.c: New file.
2937 * gdb.btrace/enable.exp: New file.
2938 * gdb.btrace/function_call_history.c: New file.
2939 * gdb.btrace/function_call_history.exp: New file.
2940 * gdb.btrace/instruction_history.c: New file.
2941 * gdb.btrace/instruction_history.exp: New file.
2942 * gdb.btrace/instruction_history.S: New file.
2943 * lib/gdb.exp: Add btrace skip proc.
2944
2945 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 Fix entry-values if the callee called a noreturn function.
2948 * gdb.arch/amd64-tailcall-noret.S: New file.
2949 * gdb.arch/amd64-tailcall-noret.c: New file.
2950 * gdb.arch/amd64-tailcall-noret.exp: New file.
2951
2952 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2953
2954 Fix entry-values in C++ across CUs.
2955 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2956 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2957 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2958 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2959 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2960
2961 2013-03-08 Stan Shebs <stan@codesourcery.com>
2962 Hafiz Abid Qadeer <abidh@codesourcery.com>
2963
2964 gdb/testsuite/
2965 * gdb.trace/trace-buffer-size.exp: New file.
2966 * gdb.trace/trace-buffer-size.c: New file.
2967
2968 2013-03-06 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2971 doesn't support the tested optional feature, call "unsupported"
2972 with the same test message as the "pass" case, instead of calling
2973 "pass" with a different message. Use the same text for the "fail"
2974 cases too.
2975
2976 2013-03-06 Yao Qi <yao@codesourcery.com>
2977
2978 * gdb.trace/tstatus.exp: Remove the invocation of
2979 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2980 (test_tracepoints): Don't set fast tracepoint.
2981 (top level): Don't check agent library is loaded or not.
2982
2983 2013-03-06 Yao Qi <yao@codesourcery.com>
2984
2985 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2986 parentheses by "\\".
2987
2988 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdb.linespec/base/one/thefile.cc (twodup): New.
2991 (m): Call it.
2992 * gdb.linespec/base/two/thefile.cc (dupname): New.
2993 (n): Call it.
2994 * gdb.linespec/break-ask.exp: New file.
2995 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2996
2997 2013-02-28 Yao Qi <yao@codesourcery.com>
2998
2999 * gdb.trace/report.exp: Move some code to ...
3000 (use_collected_data): New.
3001 (top level): Call use_collected_data once on the live target.
3002 Save at file of the current trace session, load it with target
3003 tfile, and call use_collected_data again.
3004
3005 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3008
3009 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3012 Add final kill of ${valgrind_pid}.
3013
3014 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3015
3016 * gdb.python/py-arch.c: New test case
3017 * gdb.python/py-arch.exp: New tests to test
3018 gdb.Architecture.disassemble
3019 * gdb.python/Makefile.in: Add py-arch to the list of
3020 EXECUTABLES.
3021
3022 2013-02-18 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.dwarf2/subrange.exp: New file.
3025
3026 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3027 Hafiz Abid Qadeer <abidh@codesourcery.com>
3028
3029 * gdb.trace/tfile.exp: Add test for -trace-status command.
3030
3031 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3034 nanosleep by sleep.
3035
3036 2013-02-14 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3039
3040 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3041 Hafiz Abid Qadeer <abidh@codesourcery.com>
3042
3043 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3044
3045 2013-02-12 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3048 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3049
3050 2013-02-12 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.base/catch-signal.c: Update copyright years.
3053 * gdb.base/catch-signal.exp: Update copyright years.
3054 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3055 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3056 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3057 * gdb.dwarf2/dw2-error.S: Update copyright years.
3058 * gdb.dwarf2/dw2-error.c: Update copyright years.
3059 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3060 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3061 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3062
3063 2013-02-12 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3066 message.
3067 * gdb.base/sigaltstack.exp: Ditto.
3068 * gdb.base/siginfo.exp: Ditto.
3069 * gdb.base/sizeof.exp: Ditto.
3070
3071 2013-02-12 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.mi/mi-basics.exp: Tweak intro comment.
3074 * gdb.mi/mi-break.exp: Tweak intro comment.
3075 * gdb.mi/mi-console.exp: Tweak intro comment.
3076 * gdb.mi/mi-file.exp: Tweak intro comment.
3077 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3078 * gdb.mi/mi-return.exp: Tweak intro comment.
3079 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3080 * gdb.mi/mi-until.exp: Tweak intro comment.
3081 * gdb.mi/mi-watch.exp: Tweak intro comment.
3082
3083 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3084
3085 * gdb.server/no-thread-db.exp: New file.
3086 * gdb.server/no-thread-db.c: New file.
3087 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3088
3089 2013-02-11 Doug Evans <dje@google.com>
3090
3091 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3092 two decfloats.
3093
3094 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3095
3096 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3097 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3098
3099 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3100
3101 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3102
3103 2013-02-06 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3106 to ...
3107 (test_create_delete_modify_tsv): ... here. New test on modifying
3108 the initial value of a tsv.
3109
3110 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3111
3112 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3113 (cd .../rdir): ... here.
3114
3115 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * gdb.linespec/base/one/header.h: New file.
3118 * gdb.linespec/base/two/header.h: New file.
3119 * gdb.linespec/macro-relative.c: New file.
3120 * gdb.linespec/macro-relative.exp: New file.
3121
3122 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3123
3124 * gdb.base/fullpath-expand-func.c: New file.
3125 * gdb.base/fullpath-expand.c: New file.
3126 * gdb.base/fullpath-expand.exp: New file.
3127 * gdb.base/realname-expand-real.c: New file.
3128 * gdb.base/realname-expand.c: New file.
3129 * gdb.base/realname-expand.exp: New file.
3130
3131 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3132
3133 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3134 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3135
3136 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3139 (compare_filenames_for_search does not match)
3140 (compare_filenames_for_search does match): New tests.
3141
3142 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3145
3146 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3149
3150 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3153 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3154 ${binfile}.mini_debuginfo-debuglink and
3155 ${binfile}.mini_debuginfo-debuglink.xz.
3156
3157 2013-02-01 Tom Tromey <tromey@redhat.com>
3158
3159 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3160 attributes.
3161
3162 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3163 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.dwarf2/method-ptr.exp: Link with c++.
3166 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3167
3168 2013-01-31 Tom Tromey <tromey@redhat.com>
3169
3170 * gdb.base/jit.exp (compile_jit_test): New proc.
3171 Add PIE tests.
3172
3173 2013-01-31 Tom Tromey <tromey@redhat.com>
3174
3175 * gdb.dwarf2/method-ptr.cc: New file.
3176 * gdb.dwarf2/method-ptr.exp: New file.
3177
3178 2013-01-31 Tom Tromey <tromey@redhat.com>
3179
3180 * lib/dwarf.exp (namespace Dwarf): New.
3181
3182 2013-01-29 Tom Tromey <tromey@redhat.com>
3183
3184 * gdb.dwarf2/fission-reread.exp: Add unload test.
3185
3186 2013-01-28 Doug Evans <dje@google.com>
3187
3188 * gdb.dwarf2/fission-loclists.exp: New file.
3189 * gdb.dwarf2/fission-loclists.S: New file.
3190
3191 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 Code cleanup.
3194 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3195 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3196 and prepare_for_testing.
3197 * gdb.base/store.exp: Likewise.
3198
3199 2013-01-25 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.python/py-explore.exp: Expect the gdb prompt.
3202
3203 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
3204
3205 * gdb.base/gnu_vector.c: New variable for use in tests.
3206 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3207 changes in scalar to vector casting and widening.
3208 * gdb.python/py-type.c: New variables for use in tests.
3209 * gdb.python/py-type.exp: Update vector related tests to reflect
3210 changes in scalar to vector casting and widening.
3211
3212 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3213
3214 * gdb.base/prologue-include.c: New file.
3215 * gdb.base/prologue-include.exp: New file.
3216 * gdb.base/prologue-include.h: New file.
3217
3218 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3219
3220 PR gdb/13443
3221 * gdb.mi/mi-var-block.exp: Make test messages unique.
3222
3223 2013-01-23 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3226
3227 2013-01-23 Tom Tromey <tromey@redhat.com>
3228
3229 * gdb.cp/converts.cc (main): Initialize 'a'.
3230
3231 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3232
3233 * testsuite/gdb.python/frame.exp: Add a test for
3234 gdb.Frame.architecture() method.
3235
3236 2013-01-22 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/annota1.exp (signal sent): No longer expect
3239 breakpoints-invalid.
3240 * gdb.cp/annota2.exp (continue until exit)
3241 (watch triggered on a.x): Ditto.
3242
3243 2013-01-22 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3246 Adjust tests to breakpoints-invalid changes.
3247 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3248 variables.
3249 Adjust tests to breakpoints-invalid changes.
3250
3251 2013-01-22 Pedro Alves <palves@redhat.com>
3252
3253 * gdb.base/annota1.exp (annotate ignore count change): Add
3254 expected output for failure case.
3255
3256 2013-01-22 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3259 call.
3260
3261 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3262
3263 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3264 * gdb.mi/mi-catch-load.exp: Ditto.
3265 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3266 Also handle 'thread' field.
3267 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3268 * gdb.mi/mi-watch.exp: Ditto.
3269 * lib/mi-support.exp: Ditto.
3270
3271 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3272
3273 * gdb.python/py-explore.exp: Improve a test
3274
3275 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3276
3277 * gdb.base/label.c (main): Correct the type of the second
3278 parameter.
3279
3280 2013-01-18 Tom Tromey <tromey@redhat.com>
3281
3282 * gdb.dwarf2/trace-crash.s: New file.
3283 * gdb.dwarf2/trace-crash.exp: New file.
3284
3285 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3286
3287 PR gdb/13443
3288 * gdb.base/checkpoint.exp: Update test messages to make them
3289 unique.
3290
3291 2013-01-18 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3294 output of 'info tracepoints'.
3295 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3296 Likewise.
3297 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3298 * gdb.trace/disconnected-tracing.c (struct foo): New.
3299
3300 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 * gdb.dwarf2/dw2-dos-drive.S: New file.
3303 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3304
3305 2013-01-17 Doug Evans <dje@google.com>
3306
3307 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3308 CXX_FOR_TARGET.
3309
3310 * boards/cc-with-tweaks.exp: New file.
3311
3312 2013-01-17 Tom Tromey <tromey@redhat.com>
3313
3314 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3315
3316 2013-01-17 Pedro Alves <palves@redhat.com>
3317
3318 Merge dg-extract-results.sh from upstream (svn 195224).
3319
3320 2013-01-15 David Blaikie <dblaikie@gmail.com>
3321 * dg-extract-results.sh: Fix order of summary counts.
3322
3323 2013-01-15 David Blaikie <dblaikie@gmail.com>
3324 * dg-extract-results.sh: Constrain the start-of-log pattern.
3325
3326 2013-01-15 David Blaikie <dblaikie@gmail.com>
3327 * dg-extract-results.sh: Handle KPASSes.
3328
3329 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3330 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3331 of grep -q.
3332
3333 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3334
3335 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3336 interface.
3337 * gdb.base/jithost.c: New file.
3338 * gdb.base/jithost.h: New file.
3339 * gdb.base/jitreader.c : New file.
3340 * gdb.base/jit-protocol.h: New file.
3341
3342 2013-01-16 Tom Tromey <tromey@redhat.com>
3343
3344 * gdb.base/catch-signal.c: New file.
3345 * gdb.base/catch-signal.exp: New file.
3346
3347 2013-01-16 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3350
3351 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3354
3355 2013-01-14 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.base/completion.exp: Add "set gnutarget" test.
3358
3359 2013-01-14 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.dwarf2/dw2-restrict.S: New file.
3362 * gdb.dwarf2/dw2-restrict.c: New file.
3363 * gdb.dwarf2/dw2-restrict.exp: New file.
3364
3365 2013-01-14 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.dwarf2/dw2-error.exp: New file.
3368 * gdb.dwarf2/dw2-error.c: New file.
3369 * gdb.dwarf2/dw2-error.S: New file.
3370
3371 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 * gdb.cp/parse-lang.cc: New file.
3374 * gdb.cp/parse-lang.exp: New file.
3375
3376 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3377
3378 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3379 (set substitute-path): New test.
3380 (fullname present): Remove content.
3381 (substituted fullname): New test.
3382
3383 2013-01-13 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3386 check. Move $gdb_py_is_py24 value check right after.
3387
3388 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3391 targets.
3392
3393 2013-01-11 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3396 for dprintf.
3397 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3398 Check the fields in "=breakpoint-created" for dprintf.
3399
3400 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 * gdb.mi/mi-fullname-deleted.exp: New file.
3403
3404 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3407 expected output.
3408 (info skip with pending file): Remove.
3409 (ignoring function in solib, info skip for function multiply): Update
3410 the expected output.
3411 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3412 (info skip (delete 1), info skip after disabling all)
3413 (info skip after enabling all, info skip after disabling 4 2-3)
3414 (info skip after enabling 2-3, info skip 2-3)
3415 (info skip after deleting 2 3): Update the expected output.
3416 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3417 statement to its initialization and return.
3418 * gdb.linespec/skip-two.exp: New file.
3419
3420 2012-12-19 Doug Evans <dje@google.com>
3421
3422 * gdb.base/maint.exp: Handle testing with .gdb_index.
3423
3424 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3425
3426 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3427 Cavium to FSF.
3428
3429 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3430
3431 * dg-extract-results.sh: Update contact info in copyright notice.
3432 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3433 GPL v3 or later. Update contact info.
3434 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3435 gdb.threads/watchpoint-fork-mt.c,
3436 gdb.threads/watchpoint-fork-parent.c,
3437 gdb.threads/watchpoint-fork-st.c,
3438 gdb.threads/watchpoint-fork.h: Likewise.
3439
3440 2012-12-15 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3443 'installed' field in '=breakpoint-modified'.
3444 (test_reconnect): Check 'installed' field in
3445 '=breakpoint-modified' and '=breakpoint-created'.
3446
3447 * gdb.trace/actions.exp: Update test for 'installed' field.
3448 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3449 (tracepoint_change_loc_2): Likewise.
3450 Check 'info tracepoint' display nothing else.
3451 * gdb.trace/deltrace.exp: Likewise.
3452 * gdb.trace/infotrace.exp: Likewise.
3453 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3454 Likewise.
3455 * gdb.trace/passcount.exp: Likewise.
3456 * gdb.trace/tracecmd.exp: Likewise.
3457 * gdb.trace/while-stepping.exp: Likewise.
3458
3459 2012-12-14 Tom Tromey <tromey@redhat.com>
3460
3461 * gdb.cp/member-name.exp: New file.
3462 * gdb.cp/member-name.cc: New file.
3463
3464 2012-12-14 Tom Tromey <tromey@redhat.com>
3465
3466 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3467
3468 2012-12-14 Doug Evans <dje@google.com>
3469
3470 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3471 DW_OP_GNU_implicit_pointer is section-relative.
3472
3473 2012-12-14 Tom Tromey <tromey@redhat.com>
3474
3475 * gdb.base/info-proc.exp: Add core file tests.
3476
3477 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3478
3479 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
3480
3481 2012-12-13 Doug Evans <dje@google.com>
3482
3483 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3484 * gdb.multi/multi-arch.exp: Ditto.
3485
3486 2012-12-12 Keven Boell <keven.boell@intel.com>
3487
3488 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3489 catch load test library source file.
3490 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3491 load test source file.
3492 * gdb.mi/mi-catch-load.exp: New. Test file for
3493 basic MI -catch-load and -catch-unload tests.
3494
3495 2012-12-11 Paul Koning <paul_koning@dell.com>
3496
3497 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3498 exception.
3499 (_iterator_except): New function.
3500 (ArrayPrinter): Use _iterator function instead of local _iterator
3501 class for Python 3 compatibility.
3502 (NoStringContainerPrinter): Use _iterator_except instead of
3503 _iterator.
3504 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3505 execfile for Python 3 compatibility.
3506 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3507 format in error_prompt test.
3508
3509 2012-12-10 Paul Koning <paul_koning@dell.com>
3510
3511 * gdb.base/charset.exp: Change print syntax for Python 3
3512 compatibility.
3513 * gdb.python/py-block.exp: Ditto.
3514 * gdb.python/py-breakpoint.exp: Ditto.
3515 * gdb.python/py-cmd.exp: Ditto.
3516 * gdb.python/py-events.py: Ditto.
3517 * gdb.python/py-finish-breakpoint.py: Ditto.
3518 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3519 * gdb.python/py-finish-breakpoint2.py: Ditto.
3520 * gdb.python/py-frame-inline.exp: Ditto.
3521 * gdb.python/py-frame.exp: Ditto.
3522 * gdb.python/py-infthread.exp: Ditto.
3523 * gdb.python/py-objfile.exp: Ditto.
3524 * gdb.python/py-parameter.exp: Ditto.
3525 * gdb.python/py-progspace.exp: Ditto.
3526 * gdb.python/py-prompt.exp: Ditto.
3527 * gdb.python/py-symbol.exp: Ditto.
3528 * gdb.python/py-symtab.exp: Ditto.
3529 * gdb.python/py-template.exp: Ditto.
3530 * gdb.python/py-value-cc.exp: Ditto.
3531 * gdb.python/python.exp: Ditto.
3532 * gdb.python/source2.py: Ditto.
3533 * gdb.python/lib-types.exp: Change print syntax for Python 3
3534 compatibility.
3535 Use sorted() function rather than sort() method.
3536 Accept either int or long values for enum values.
3537 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3538 execfile for Python 3 compatibility.
3539 * gdb.python/py-evsignal.exp: Ditto.
3540 * gdb.python/py-evthreads.exp: Ditto.
3541 * gdb.python/py-mi.exp: Ditto.
3542 * gdb.python/py-pp-maint.exp: Ditto.
3543 * gdb.python/py-prettyprint.exp: Ditto.
3544 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
3545 Python 3 compatibility.
3546 Skip tests for Python 2.4.
3547 * gdb.python/py-inferior.exp: Change print syntax for
3548 Python 3 compatibility.
3549 Use byte string rather than character string in memory write test
3550 if Python 3.
3551 * gdb.python/py-pp-maint.py: Change class declarations to "new
3552 class" syntax.
3553 * gdb.python/py-prettyprint.py: Change iterator class to generator
3554 function for Python 3 compatibility.
3555 Make all classes "new style".
3556 Fix indentation issue and stray semicolon.
3557 * gdb.python/py-shared.expChange print syntax for Python 3
3558 compatibility.
3559 Define "long" if Python 3.
3560 * gdb.python/py-type.exp: Change print syntax for Python 3
3561 compatibility.
3562 Accept either int or long values for enum values.
3563 * gdb.python/py-value.exp: Change print syntax for Python 3
3564 compatibility.
3565 Skip "long" and "unicode" tests if Python 3.
3566 Accept either "type" or "class" in type checks.
3567 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3568 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3569
3570 2012-12-10 Tom Tromey <tromey@redhat.com>
3571
3572 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3573 (test): Add "two_cu" argument.
3574 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3575 for types; allow two CUs.
3576
3577 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3578
3579 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3580 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3581
3582 2012-12-08 Yao Qi <yao@codesourcery.com>
3583 Pedro Alves <palves@redhat.com>
3584
3585 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3586 '=breakpoint-created' when GDB merges the tracepoints of both
3587 sides.
3588
3589 2012-12-07 Tom Tromey <tromey@redhat.com>
3590
3591 * gdb.base/break1.c (enum some_enum, union some_union): New.
3592 (some_enum_global, some_union_global, some_value): New globals.
3593 * gdb.base/completion.exp: Add tag completion tests.
3594
3595 2012-12-07 Tom Tromey <tromey@redhat.com>
3596
3597 * gdb.base/completion.exp: Add tests for ptype and whatis
3598 completion.
3599
3600 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3601
3602 * gdb.base/stale-infcall.exp: Fix copyright line.
3603
3604 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3605
3606 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3607
3608 2012-12-06 Pedro Alves <palves@redhat.com>
3609 Tom Tromey <tromey@redhat.com>
3610
3611 * gdb.base/exprs.exp: Add tests for cast to void.
3612
3613 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3614
3615 * gdb.python/py-mi.exp: Correct expected results for attribute
3616 "dynamic" returned by -var-update.
3617 Add test case for correct handling of "diplayhint" for children
3618 of dynamic varobjs.
3619 * gdb.python/py-prettyprint.c (set_itme): New function.
3620 (bug_14741) New function.
3621 (main) Add call to bug_14741().
3622 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3623
3624 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3627 ${binfile}.funcsyms list.
3628
3629 2012-12-04 Yao Qi <yao@codesourcery.com>
3630
3631 PR gdb/13443
3632 * gdb.trace/actions.exp: Make test messages unique.
3633
3634 2012-11-29 Tom Tromey <tromey@redhat.com>
3635
3636 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3637
3638 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3639
3640 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3641 * gdb.opencl/datatypes.exp: Likewise.
3642 * gdb.opencl/operators.exp: Likewise.
3643 * gdb.opencl/vec_comps.exp: Likewise.
3644
3645 2012-11-29 Jerome Guitton <guitton@adacore.com>
3646
3647 * gdb.ada/iwide: New testcase.
3648
3649 2012-11-29 Jerome Guitton <guitton@adacore.com>
3650
3651 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3652 ptype test.
3653
3654 2012-11-29 Jerome Guitton <guitton@adacore.com>
3655
3656 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3657 form {VARIANT_TYPE}ADDRESS.
3658
3659 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3660
3661 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3662 (func): New function.
3663 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3664 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3665 pointers to members with pointer-to-function type.
3666
3667 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3668 Tom Tromey <tromey@redhat.com>
3669
3670 * gdb.base/gnu-debugdata.exp: New file.
3671 * gdb.base/gnu-debugdata.c: New file.
3672 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3673 (gdb_unload): Return 0 on success.
3674
3675 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3678
3679 2012-11-26 Joel Brobecker <brobecker@adacore.com>
3680
3681 * gdb.base/empty_exe.exp: New testcase.
3682
3683 2012-11-20 Mike Frysinger <vapier@gentoo.org>
3684
3685 * gdb.base/completion.exp: Add test for help aliases completion.
3686
3687 2012-11-20 Yao Qi <yao@codesourcery.com>
3688
3689 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3690 Don't test 'maint set show-debug-regs'.
3691 Use command 'set remotecache' instead of
3692 'set circular-trace-buffer'.
3693
3694 2012-11-16 Keith Seitz <keiths@redhat.com>
3695
3696 PR c++/13615
3697 * gdb.cp/baseenum.cc: New file.
3698 * gdb.cp/baseenum.exp: New file.
3699 * gdb.cp/derivation.cc (A): Add copyright.
3700 Add a typedef.
3701 (B): Use A::value_type instead of int. Change all references.
3702 (D): Use value_type instead of int. Change all references.
3703 (E): Likewise.
3704 (F); Likewise.
3705 (Z): New class.
3706 (ZZ): New class.
3707 (N, Base, Derived): New namespace and classes.
3708 (main): Add instances of Z and ZZ.
3709 Make sure all symbols from N are kept.
3710 * gdb.cp/derivation.exp: Update typedef changes in tests.
3711 Add tests for class typedefs both before and after starting
3712 the inferior.
3713 Add tests for searching for a typedef while stopped in a
3714 method.
3715
3716 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3717
3718 * gdb.mi/mi-var-create-rtti.c: New file.
3719 * gdb.mi/mi-var-create-rtti.exp: New file.
3720
3721 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3722
3723 * gdb.base/structs3.exp: Run to main before doing any tests.
3724
3725 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
3726
3727 * gdb.python/py-type.exp: Uniquify test names.
3728
3729 2012-11-14 Yao Qi <yao@codesourcery.com>
3730
3731 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3732 (thread_function) [DEBUG]: Call 'printf'.
3733 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3734 command line if 'DEBUG=1' is passed to test.
3735 Remove a pattern to match inferior's output.
3736
3737 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3738
3739 * gdb.mi/mi-fill-memory.exp: New test.
3740
3741 2012-11-12 Tom Tromey <tromey@redhat.com>
3742
3743 * gdb.base/completion.exp: Update for "info type-printers".
3744 * gdb.python/py-typeprint.cc: New file.
3745 * gdb.python/py-typeprint.exp: New file.
3746 * gdb.python/py-typeprint.py: New file.
3747
3748 2012-11-12 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.base/call-sc.exp: Use "ptype/r".
3751 * gdb.base/volatile.exp: Don't expect "int".
3752 * gdb.cp/ptype-flags.cc: New file.
3753 * gdb.cp/ptype-flags.exp: New file.
3754 * gdb.cp/templates.exp: Use ptype/r.
3755 (test_ptype_of_templates, test_template_typedef): Likewise.
3756 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3757 argument. Handle template names and template parameters.
3758 * gdb.mi/mi-var-cmd.exp: Accept "long".
3759 * gdb.mi/mi-var-child.exp: Accept "long".
3760 * gdb.mi/mi-var-display.exp: Accept "long".
3761 * gdb.mi/mi2-var-child.exp: Accept "long".
3762
3763 2012-11-12 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3766 "ptype" from calls to cp_test_ptype_class.
3767 (test_enums): Likewise.
3768 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3769 cp_test_ptype_class.
3770 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3771 calls to cp_test_ptype_class.
3772 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3773 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3774 from calls to cp_test_ptype_class.
3775 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3776 command here. Change "in_command" argument to "in_exp".
3777
3778 2012-11-10 Keith Seitz <keiths@redhat.com>
3779
3780 PR gdb/14288
3781 * gdb.base/printcmds.c: Add invalid_XXX globals
3782 for repeated byte tests.
3783 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3784 * gdb.base/wchar.c (main): Add and construct a wchar_t
3785 array with repeated characters.
3786 * gdb.base/wchar.exp: Add repeated character tests.
3787
3788 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3789
3790 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3791 disassembly output.
3792
3793 2012-11-09 Pedro Alves <palves@redhat.com>
3794
3795 PR gdb/14306
3796
3797 * gdb.multi/multi-arch-exec.c: New file.
3798 * gdb.multi/multi-arch-exec.exp: New file.
3799
3800 2012-11-09 Yao Qi <yao@codesourcery.com>
3801
3802 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3803 (top level): Call it.
3804
3805 2012-11-09 Yao Qi <yao@codesourcery.com>
3806
3807 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3808 typo.
3809
3810 2012-11-09 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.multi/multi-arch.exp: New.
3813
3814 2012-11-08 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3817 core files, if possible.
3818 * gdb.base/siginfo-thread.c: New file
3819 * gdb.base/siginfo-thread.exp: New file
3820
3821 2012-11-08 Tom Tromey <tromey@redhat.com>
3822
3823 * gdb.base/comprdebug.exp: New file.
3824
3825 2012-11-06 Pedro Alves <palves@redhat.com>
3826
3827 PR gdb/14810
3828
3829 * gdb.base/disabled-location.c: New file.
3830 * gdb.base/disabled-location.exp: New file.
3831
3832 2012-11-06 Tom Tromey <tromey@redhat.com>
3833
3834 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3835 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3836 gdb_gcore_cmd.
3837 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3838 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3839 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3840 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3841 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3842 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3843 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3844 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3845 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3846
3847 2012-11-05 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3850 procedure.
3851 (do_vfork_and_follow_child_tests_exec)
3852 (do_vfork_and_follow_child_tests_exit): Call it.
3853
3854 2012-11-05 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3857 fails.
3858
3859 2012-11-03 Yao Qi <yao@codesourcery.com>
3860
3861 Fix PR gdb/14617.
3862 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3863 Remove setup_kfail, and update test.
3864
3865 2012-11-02 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3868 test.
3869
3870 2012-11-02 Pedro Alves <palves@redhat.com>
3871
3872 PR gdb/14766
3873
3874 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3875 setup_kfail.
3876 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3877 get registers".
3878
3879 2012-11-02 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.base/foll-vfork-exit.c: New file.
3882 * gdb.base/foll-vfork.exp (top level): New file-describing
3883 comment.
3884 (vfork_child_follow_to_exit): New procedure.
3885 (tcatch_vfork_then_child_follow): Rename as ...
3886 (tcatch_vfork_then_child_follow_exec): ... this.
3887 (tcatch_vfork_then_child_follow_exit): New procedure.
3888 (do_vfork_and_follow_parent_tests): New procedure, factored out
3889 from do_vfork_and_exec_tests.
3890 (do_vfork_and_follow_child_tests_exec): Ditto.
3891 (do_vfork_and_exec_tests): Delete.
3892 (do_vfork_and_follow_child_tests_exit): New procedure.
3893 (top level): Run tests with both the program that has the vfork
3894 child execing, and the program has the vfork child exiting.
3895
3896 2012-11-02 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3899 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3900 (vfork_parent_follow_to_bp): Call it.
3901 (kill_child): Delete.
3902 (vfork_and_exec_child_follow_to_main_bp)
3903 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3904 longer call kill_child.
3905 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3906 (do_vfork_and_exec_tests): Don't runto_main before calling each
3907 test procedure.
3908 (top level): Don't clean restart and set verbose before running
3909 each test procedure.
3910
3911 2012-11-02 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3914 (vfork_parent_follow_to_bp)
3915 (vfork_and_exec_child_follow_to_main_bp)
3916 (vfork_and_exec_child_follow_through_step)
3917 (tcatch_vfork_then_parent_follow)
3918 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3919 Use with_test_prefix.
3920
3921 2012-11-02 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.base/foll-vfork.c: Add copyright header.
3924 * gdb.base/vforked-prog.c: Add copyright header.
3925
3926 2012-11-02 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/foll-vfork.exp
3929 (vfork_and_exec_child_follow_through_step): Don't skip on
3930 non-HP/UX targets. Expect the next to only step one line on
3931 non-HP/UX targets, rather than stopping only after the exec.
3932
3933 2012-11-02 Pedro Alves <palves@redhat.com>
3934
3935 Don't hard code line numbers.
3936
3937 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3938 Expect text from the sources instead of a line number.
3939 (vfork_parent_follow_to_bp)
3940 (vfork_and_exec_child_follow_to_main_bp)
3941 (vfork_and_exec_child_follow_through_step)
3942 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3943 Use gdb_get_line_number.
3944
3945 2012-11-02 Pedro Alves <palves@redhat.com>
3946
3947 Modernize.
3948
3949 * gdb.base/foll-vfork.exp: Use standard_testfile and
3950 build_executable. Pass descriptive string to untested.
3951 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3952 (vfork_and_exec_child_follow_to_main_bp)
3953 (vfork_and_exec_child_follow_through_step)
3954 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3955 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3956 of send_gdb/gdb_expect.
3957
3958 (kill_child): New procedure.
3959 (vfork_and_exec_child_follow_to_main_bp)
3960 (vfork_and_exec_child_follow_through_step): Use it.
3961
3962 2012-11-02 Yao Qi <yao@codesourcery.com>
3963
3964 * gdb.base/setvar.exp: Test setting nested struct.
3965 * gdb.base/setvar.c (v_struct3): New.
3966
3967 2012-11-01 Doug Evans <dje@google.com>
3968
3969 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3970 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3971 use them.
3972
3973 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3974
3975 PR cli/14772
3976 * gdb.base/gnu_vector.c (union_with_vector_1)
3977 (struct_with_vector_1): Add new struct and union for testing
3978 ptype.
3979 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3980 structs / unions containing vectors.
3981
3982 2012-10-25 Yao Qi <yao@codesourcery.com>
3983
3984 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3985 'setup_kfail' instead of 'setup_kfail_for_target'.
3986 * gdb.base/varargs.exp: Likewise.
3987 * lib/gdb.exp (setup_kfail_for_target): Remove.
3988
3989 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3990
3991 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3992
3993 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3994
3995 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3996
3997 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3998
3999 * gdb.ada/set_wstr: New testcase.
4000
4001 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4002
4003 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4004
4005 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4006
4007 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4008
4009 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4010
4011 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4012
4013 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * gdb.base/callfuncs.exp (do_function_calls): Fix
4016 setup_kfail_for_target for -m32 mode.
4017
4018 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4019
4020 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4021 are now fixed.
4022
4023 2012-10-23 Yao Qi <yao@codesourcery.com>
4024
4025 * gdb.base/info-os.exp: Resume the inferior until it exits.
4026
4027 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4028
4029 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4030 * gdb.base/print-file-var.exp: Likewise.
4031 * gdb.base/type-opaque.exp: Likewise.
4032
4033 2012-10-17 Yao Qi <yao@codesourcery.com>
4034
4035 * gdb.mi/mi-memory-changed.exp: New.
4036
4037 2012-10-16 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4040 returns true.
4041 Call gdb_load_shlibs.
4042 * gdb.reverse/solib-reverse.exp: Likewise.
4043
4044 2012-10-15 Keith Seitz <keiths@redhat.com>
4045
4046 * lib/cp-support.exp (cp_test_ptype_class): Add support
4047 for class typedefs.
4048
4049 * gdb.cp/derivation.exp: Add tests for g_instance.
4050
4051 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4052
4053 Fix entry values resolving in inlined frames.
4054 * gdb.arch/amd64-entry-value-inline.S: New file.
4055 * gdb.arch/amd64-entry-value-inline.c: New file.
4056 * gdb.arch/amd64-entry-value-inline.exp: New file.
4057
4058 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4059 Doug Evans <dje@google.com>
4060
4061 Fix recent gdb_breakpoint regression.
4062 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4063 braces from the parameter.
4064 * gdb.java/jprint.exp: Likewise.
4065
4066 2012-10-15 Doug Evans <dje@google.com>
4067
4068 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4069
4070 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4071
4072 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4073
4074 2012-10-15 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4077
4078 2012-10-15 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.python/py-symbol.exp: Test symbol destructor.
4081
4082 2012-10-14 Yao Qi <yao@codesourcery.com>
4083
4084 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4085 * gdb.mi/mi-cli.exp: New.
4086
4087 * gdb.mi/mi2-basics.exp: Remove.
4088 * gdb.mi/mi2-break.exp: Remove.
4089 * gdb.mi/mi2-console.exp: Remove.
4090 * gdb.mi/mi2-disassemble.exp: Remove.
4091 * gdb.mi/mi2-eval.exp: Remove.
4092 * gdb.mi/mi2-file.exp: Remove.
4093 * gdb.mi/mi2-hack-cli.exp: Remove.
4094 * gdb.mi/mi2-pthreads.exp: Remove.
4095 * gdb.mi/mi2-read-memory.exp: Remove.
4096 * gdb.mi/mi2-regs.exp: Remove.
4097 * gdb.mi/mi2-return.exp: Remove.
4098 * gdb.mi/mi2-simplerun.exp: Remove.
4099 * gdb.mi/mi2-stack.exp: Remove.
4100 * gdb.mi/mi2-stepi.exp: Remove.
4101 * gdb.mi/mi2-syn-frame.exp: Remove.
4102 * gdb.mi/mi2-until.exp: Remove.
4103 * gdb.mi/mi2-watch.exp: Remove.
4104 * gdb.mi/mi2-var-block.exp: Remove.
4105 * gdb.mi/mi2-var-cmd.exp: Remove.
4106 * gdb.mi/mi2-var-display.exp: Remove.
4107
4108 2012-10-12 Yao Qi <yao@codesourcery.com>
4109
4110 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4111 trail '.*' on matching patterns.
4112
4113 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4114
4115 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4116 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4117 * gdb.arch/i386-disp-step.exp: Likewise.
4118 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4119 * gdb.arch/i386-prologue.exp: Likewise.
4120 * gdb.arch/i386-size-overlap.exp: Likewise.
4121 * gdb.arch/i386-size.exp: Likewise.
4122 * gdb.arch/i386-unwind.exp: Likewise.
4123
4124 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4125
4126 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4127 * gdb.arch/i386-word.exp: Likewise.
4128
4129 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4130
4131 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4132 is_ilp32_target to set nr_regs.
4133 * gdb.arch/i386-sse.exp: Likewise.
4134
4135 2012-10-11 Doug Evans <dje@google.com>
4136
4137 PR breakpoints/14643.
4138 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4139 * gdb.linespec/thread.c: New file.
4140 * gdb.linespec/thread.exp: New file.
4141
4142 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4143 Recognize "message" -> print pass and fail. Add eof case.
4144 (runto): Recognize message, no-message. Print pass/fail if requested,
4145 with same treatment as gdb_breakpoint.
4146 (runto_main): Pass no-message to runto.
4147 (gdb_internal_error_resync): Add log message.
4148 (gdb_file_cmd): Tweak internal error fail text for consistency.
4149
4150 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4151
4152 Fix crash during stepping on ppc32.
4153 * gdb.base/step-symless.c: New file.
4154 * gdb.base/step-symless.exp: New file.
4155
4156 2012-10-03 Doug Evans <dje@google.com>
4157
4158 PR symtab/14601
4159 * gdb.cp/using-crash.exp: New file.
4160 * gdb.cp/using-crash.cc: New file.
4161
4162 2012-10-02 Doug Evans <dje@google.com>
4163
4164 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4165 more consistent.
4166 (runto,gdb_debug_format): Ditto.
4167 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4168 Clean up logging and error messages.
4169
4170 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
4171
4172 Test find command on unmapped memory.
4173 * gdb.base/find-unmapped.c: New file.
4174 * gdb.base/find-unmapped.exp: New file.
4175
4176 2012-09-29 Yao Qi <yao@codesourcery.com>
4177
4178 * gdb.trace/mi-tracepoint-changed.exp: New.
4179 * gdb.mi/mi-breakpoint-changed.exp: New.
4180 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4181 * gdb.mi/pendshr2.c: New.
4182
4183 2012-09-28 Yao Qi <yao@codesourcery.com>
4184
4185 * gdb.mi/pr11022.exp: New.
4186 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4187
4188 2012-09-27 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.cp/derivation.exp: Add regression test.
4191 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4192 V_derived): New.
4193 (vderived): New global.
4194
4195 2012-09-26 Tom Tromey <tromey@redhat.com>
4196
4197 * gdb.dwarf2/dw2-common-block.S: New file.
4198 * gdb.dwarf2/dw2-common-block.exp: New file.
4199
4200 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4201
4202 * gdb.fortran/common-block.exp: New file.
4203 * gdb.fortran/common-block.f90: New file.
4204
4205 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
4206
4207 * gdb.base/duplicate-bp.c: New file.
4208 * gdb.base/duplicate-bp.exp: New file.
4209
4210 2012-09-26 Yao Qi <yao@codesourcery.com>
4211
4212 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4213
4214 Revert:
4215 2012-09-21 Yao Qi <yao@codesourcery.com>
4216
4217 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4218
4219 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4220
4221 * gdb.base/longest-types.c: New test case.
4222 * gdb.base/longest-types.exp: New test case.
4223
4224 2012-09-25 Yao Qi <yao@codesourcery.com>
4225
4226 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4227
4228 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 Fix internal error on canonicalization of clang types.
4231 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4232 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4233 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4234
4235 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 Fix disassemble without parameters in tailcall frame.
4238 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4239
4240 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
4241
4242 * gdb.dwarf2/dw2-op-out-param.S: New file.
4243 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4244
4245 2012-09-21 Yao Qi <yao@codesourcery.com>
4246
4247 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4248
4249 2012-09-21 Yao Qi <yao@codesourcery.com>
4250
4251 * gdb.mi/mi-cli.exp: Remove.
4252 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4253
4254 2012-09-21 Yao Qi <yao@codesourcery.com>
4255
4256 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4257 "=record-started" notification.
4258
4259 2012-09-21 Yao Qi <yao@codesourcery.com>
4260
4261 * gdb.mi/mi-record-changed.exp: New.
4262 * gdb.mi/mi-reverse.exp: Adjust expected output.
4263
4264 2012-09-20 Tom Tromey <tromey@redhat.com>
4265
4266 * gdb.python/python.exp: Test atexit.register.
4267
4268 2012-09-20 Doug Evans <dje@google.com>
4269
4270 * boards/dwarf4-gdb-index.exp: New file.
4271
4272 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4273 while running the tests.
4274
4275 2012-09-18 Joel Brobecker <brobecker@adacore.com>
4276
4277 * gdb.ada/bp_reset: New testcase.
4278
4279 2012-09-18 Yao Qi <yao@codesourcery.com>
4280
4281 * gdb.trace/mi-tsv-changed.exp: New.
4282
4283 2012-09-18 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.trace/mi-traceframe-changed.exp: New.
4286
4287 2012-09-17 Yao Qi <yao@codesourcery.com>
4288
4289 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4290 when it is less than 0.
4291
4292 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 PR 14119
4295 * gdb.arch/amd64-tailcall-ret.S: New file.
4296 * gdb.arch/amd64-tailcall-ret.c: New file.
4297 * gdb.arch/amd64-tailcall-ret.exp: New file.
4298 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4299 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4300 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4301
4302 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4303
4304 PR 14548
4305 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4306 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4307 * gdb.reverse/singlejmp-reverse.S: New file.
4308 * gdb.reverse/singlejmp-reverse.c: New file.
4309 * gdb.reverse/singlejmp-reverse.exp: New file.
4310
4311 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 Fix compatibility with old GCC (~4.1).
4314 * gdb.cp/converts.cc (my_enum_var): New variable.
4315
4316 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
4317
4318 * gdb.xml/tdesc-regs.exp: Update expected output for new
4319 vector_size syntax of vector types.
4320
4321 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4322
4323 Refactor Python "gdb" module into a proper Python package, by
4324 introducing a new "_gdb" module for code implemented in C, and
4325 using reload/__import__ instead of exec.
4326 * gdb.python/python.exp (Test stderr location): Update module
4327 location of GDB-specific sys.stderr.
4328 (Test stdout location): Ditto for sys.stdout.
4329
4330 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4333
4334 2012-09-12 Keith Seitz <keiths@redhat.com>
4335
4336 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4337 conversion statement.
4338
4339 2012-09-12 Doug Evans <dje@google.com>
4340
4341 * gdb.base/help.exp: Remove testing of individual command help text,
4342 too much of a maintenance burden. Instead, test the functionality
4343 of "help" itself.
4344
4345 2012-09-11 Doug Evans <dje@google.com>
4346
4347 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4348 breakpoint.
4349
4350 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4351 * gdb.dwarf2/fission-reread.S: Ditto.
4352 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4353 * gdb.dwarf2/fission-reread.exp: Ditto.
4354
4355 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
4356
4357 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4358
4359 2012-09-10 Joel Brobecker <brobecker@adacore.com>
4360
4361 * gdb.ada/optim_drec: New testcase.
4362
4363 2012-09-10 Doug Evans <dje@google.com>
4364
4365 * boards/fission.exp: Explicitly mark "board" as not remote.
4366
4367 2012-09-10 Keith Seitz <keiths@redhat.com>
4368
4369 PR gdb/13483
4370 * gdb.cp/converts.cc (A::A): Add ctor.
4371 (A::member_): Add member.
4372 (enum my_enum): New enumeration.
4373 (main): Add calls to foo1_7 with various
4374 permitted arguments.
4375 * gdb.cp/converts.exp: Add tests for boolean
4376 conversions permitted by the standard.
4377
4378 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4379
4380 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4381 avoid spurious results due to ~/.gdbinit.
4382 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4383 $INTERNAL_GDBFLAGS in run command.
4384 * gdb.gdb/observer.exp (setup_test): Ditto.
4385 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4386 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4387
4388 2012-09-06 Doug Evans <dje@google.com>
4389
4390 * boards/fission.exp: New file.
4391
4392 * gdb.python/py-value.exp: Use clean_restart.
4393
4394 2012-09-05 Doug Evans <dje@google.com>
4395
4396 * gdb.base/info-macros.c: Fix whitespace.
4397
4398 2012-08-28 Pedro Alves <palves@redhat.com>
4399
4400 PR gdb/14428
4401
4402 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4403
4404 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 * gdb.base/break-caller-line.c: New file.
4407 * gdb.base/break-caller-line.exp: New file.
4408
4409 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4410
4411 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4412 * gdb.arch/i386-cfi-notcurrent.S: New file.
4413 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4414
4415 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
4416 Yao Qi <yao@codesourcery.com>
4417 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4420 New procedures.
4421 (top level): Add overlap checking tests.
4422
4423 2012-08-24 Tom Tromey <tromey@redhat.com>
4424
4425 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4426 gdb_test_multiple fails for other reasons.
4427
4428 2012-08-24 Yao Qi <yao@codesourcery.com>
4429
4430 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4431
4432 2012-08-23 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.base/help.exp: Adjust to "handle" help text change.
4435
4436 2012-08-23 Yao Qi <yao@codesourcery.com>
4437
4438 * gdb.trace/disconnected-tracing.c (start, end): New.
4439 (main): Call start and end.
4440 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4441 existing tests into this proc.
4442 (disconnected_tfind): New.
4443
4444 2012-08-23 Yao Qi <yao@codesourcery.com>
4445
4446 * boards/native-gdbserver.exp (${board}_upload): New.
4447 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4448 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4449 Execute tfile on remote target.
4450 Copy trace file from target to host.
4451
4452 2012-08-22 Joseph Myers <joseph@codesourcery.com>
4453
4454 * gdb.arch/thumb-bx-pc.S: New file.
4455 * gdb.arch/thumb-bx-pc.exp: New file.
4456
4457 2012-08-22 Tom Tromey <tromey@redhat.com>
4458
4459 * gdb.base/maint.exp: Update.
4460
4461 2012-08-22 Tom Tromey <tromey@redhat.com>
4462
4463 * lib/gdb.exp (skip_unwinder_tests): New proc.
4464 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4465 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4466
4467 2012-08-21 Tom Tromey <tromey@redhat.com>
4468
4469 * gdb.hp/gdb.aCC/exception.exp: Remove.
4470
4471 012-08-19 Andrew Pinski <apinski@cavium.com>
4472
4473 * gdb.arch/mips-octeon-bbit.c: New file.
4474 * gdb.arch/mips-octeon-bbit.exp: New Test.
4475
4476 012-08-19 Keith Seitz <keiths@redhat.com>
4477
4478 PR c++/14365
4479 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4480 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4481
4482 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4485 verbose -log by more specific untested call.
4486
4487 2012-08-18 Yao Qi <yao@codesourcery.com>
4488
4489 * gdb.trace/tfind.exp: Move tests on various command help before
4490 checking target supports trace.
4491 Fix the expected output of 'help tfind end'.
4492
4493 2012-08-17 Keith Seitz <keiths@redhat.com>
4494
4495 PR c++/13356
4496 * gdb.base/default.exp: Update all "check type" tests.
4497 * gdb.base/help.exp: Likewise.
4498 * gdb.base/setshow.exp: Likewise.
4499 * gdb.cp/converts.cc (foo1_type_check): New function.
4500 (foo2_type_check): New function.
4501 (foo3_type_check): New function.
4502 (main): Call new functions.
4503 * converts.exp: Add tests for integer-to-pointer conversions
4504 with/without strict type-checking.
4505
4506 2012-08-16 Mike Frysinger <vapier@gentoo.org>
4507
4508 * gdb.base/help.exp: Update expected output.
4509
4510 2012-08-16 Joel Brobecker <brobecker@adacore.com>
4511
4512 * gdb.ada/rdv_wait: New testcase.
4513
4514 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4517
4518 2012-08-13 Doug Evans <dje@google.com>
4519
4520 * gdb.base/help.exp: Update expected output.
4521 * gdb.base/default.exp: Update expected output of "show convenience".
4522
4523 2012-08-10 Doug Evans <dje@google.com>
4524
4525 * gdb.python/py-strfns.c: New file.
4526 * gdb.python/py-strfns.exp: New file.
4527 * gdb.python/py-type.exp (test_fields): Add vector tests.
4528
4529 2012-08-10 Mike Frysinger <vapier@gentoo.org>
4530
4531 PR cli/10436:
4532 * gdb.base/completion.exp: Add tests for handle completion.
4533
4534 2012-08-09 Yao Qi <yao@codesourcery.com>
4535
4536 * gdb.mi/mi-cmd-param-changed.exp: New.
4537 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4538 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4539 * gdb.mi/mi2-prompt.exp: Likewise.
4540
4541 2012-08-08 Doug Evans <dje@google.com>
4542
4543 * gdb.base/debug-expr.c: New file.
4544 * gdb.base/debug-expr.exp: New file.
4545 * gdb.base/exprs.exp: Test {type} casts.
4546 * gdb.cp/debug-expr.exp: New file.
4547
4548 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4549
4550 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4551 global variable loop, not a 'break'. Add loop count limit to 100.
4552 Add new fail case for terminated vgdb.
4553
4554 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4555 Jean-Marc Saffroy <saffroy@gmail.com>
4556
4557 PR 11804
4558 * gdb.base/gcore-relro.exp: New file.
4559 * gdb.base/gcore-relro-main.c: New file.
4560 * gdb.base/gcore-relro-lib.c: New file.
4561
4562 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4563
4564 Do not false FAIL with old GCCs.
4565 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4566 GCC < 4.5 in $no_hw mode.
4567
4568 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4571
4572 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4573
4574 * gdb.base/list.exp (test_only_end): New function.
4575 Call it.
4576
4577 2012-08-06 Tom Tromey <tromey@redhat.com>
4578
4579 * gdb.python/py-mi.exp: Add test for printer whose children
4580 are a list.
4581 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4582 (main): New variable children_as_list.
4583 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4584 New.
4585 (register_pretty_printers): Register new printer.
4586
4587 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4588
4589 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4590 symbols. Abort if vgdb remote connection is closed.
4591
4592 2012-08-02 Doug Evans <dje@google.com>
4593
4594 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4595
4596 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4597
4598 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4599 s390x, PowerPC 64 and m68k-linux.
4600
4601 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * gdb.base/annota1.exp: Accept no frames-invalid notification
4604 when starting up the program.
4605 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4606 show a symbolic value as well.
4607 * gdb.server/server-exec-info.exp: Skip test when skipping
4608 gdbserver test and/or when skipping shared library tests.
4609 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4610 avoid name conflicts with other tests.
4611
4612 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4613
4614 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4615 Fix wrong output on big-endian systems.
4616 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4617 4-byte pointer types on 64-bit s390x.
4618
4619 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4620
4621 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4622 marker comment at the beginning (after intialization).
4623 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4624 breakpoint on marker comment instead of function begin.
4625 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4626 PowerPC.
4627 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4628 or 64-bit PowerPC.
4629 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4630 gdb,no_hardware_watchpoints flag is set.
4631 (initialize): Remove now redundant can-use-hw-watchpoints change.
4632
4633 2012-08-02 Yao Qi <yao@codesourcery.com>
4634 Pedro Alves <palves@redhat.com>
4635
4636 * boards/local-remote-host.exp: New.
4637
4638 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4639
4640 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4641 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4642 * gdb.base/print-file-var.exp: Likewise.
4643 * gdb.server/solib-list.exp: Skip on remote targets.
4644
4645 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4646
4647 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4648 watchpoints on ARM. When expecting software watchpoints, tolerate
4649 (remote) targets that report unsupported hardware watchpoint only
4650 at continue time.
4651 (test_wide_location_2): Likewise.
4652
4653 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4656 valgrind versions.
4657
4658 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.base/valgrind-infcall.c: New file.
4661 * gdb.base/valgrind-infcall.exp: New file.
4662
4663 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4664
4665 2012-07-30 Keith Seitz <keiths@redhat.com>
4666
4667 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4668 linespecs.
4669
4670 2012-07-30 Doug Evans <dje@google.com>
4671
4672 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4673 * gdb.dwarf2/pr13961.S: Ditto.
4674
4675 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4676
4677 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4678
4679 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4680 change its format immediately after reloading the binary.
4681
4682 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 Fix testsuite regression after --use-deprecated-index-sections removal.
4685 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4686 string.
4687 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4688
4689 2012-07-27 Yao Qi <yao@codesourcery.com>
4690
4691 KFAIL for PR remote/14161.
4692 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4693 Cleanup socket files.
4694 (strace_info_marker): Detach inferior.
4695
4696 2012-07-26 Tom Tromey <tromey@redhat.com>
4697
4698 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
4699
4700 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4701
4702 * gdb.python/py-inferior.c (thread): New function.
4703 (check_threads): New function.
4704 (test_threads): New function.
4705 * gdb.python/py-inferior.exp: Added test.
4706 Replaced runto with continue to breakpoint.
4707
4708 2012-07-26 Tom Tromey <tromey@redhat.com>
4709
4710 * lib/ada.exp (standard_ada_testfile): New proc.
4711 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4712 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4713 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4714 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4715 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4716 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4717 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4718 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4719 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4720 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4721 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4722 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4723 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4724 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4725 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4726 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4727 * gdb.ada/complete.exp: Use standard_ada_testfile.
4728 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4729 standard_output_file.
4730 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4731 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4732 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4733 standard_output_file.
4734 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4735 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4736 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4737 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4738 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4739 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4740 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4741 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4742 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4743 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4744 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4745 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4746 * gdb.ada/interface.exp: Use standard_ada_testfile.
4747 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4748 standard_output_file
4749 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4750 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4751 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4752 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4753 * gdb.ada/nested.exp: Use standard_ada_testfile.
4754 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4755 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4756 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4757 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4758 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4759 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4760 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4761 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4762 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4763 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4764 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4765 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4766 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4767 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4768 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4769 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4770 * gdb.ada/start.exp: Use standard_ada_testfile.
4771 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4772 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4773 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4774 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4775 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4776 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4777 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4778 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4779 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4780 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4781 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4782 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4783 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4784 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4785
4786 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 Fix testsuite regression after --use-deprecated-index-sections removal.
4789 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4790
4791 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 Fix compatibility with Tcl before 7.5.
4794 * lib/future.exp (lreverse): New function if it does not exist.
4795
4796 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4797
4798 * gdb.mi/mi-pending.c: New method to set a second pending
4799 breakpoint.
4800 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4801 condition.
4802
4803 2012-07-20 Pedro Alves <palves@redhat.com>
4804
4805 PR threads/11692
4806 PR gdb/12203
4807
4808 * gdb.threads/create-fail.c: New file.
4809 * gdb.threads/create-fail.exp: New file.
4810
4811 2012-07-19 Pedro Alves <palves@redhat.com>
4812
4813 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4814 * config/vx.exp (gdb_start): Likewise.
4815 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4816 * gdb.base/setvar.exp (test_set): Likewise.
4817 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4818 * gdb.reverse/sigall-precsave.exp: Likewise.
4819 * gdb.reverse/sigall-reverse.exp: Likewise.
4820
4821 2012-07-19 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4824 handler before recording.
4825
4826 2012-07-19 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4829 * gdb.cp/casts.cc (decltype): New function.
4830 (main): Use it.
4831
4832 2012-07-19 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/sigall.exp (signals): New list.
4835 <top level>: Loop over signals in the $signals list instead of
4836 calling a test function once per signal.
4837 * gdb.reverse/sigall-precsave.exp (signals): New list.
4838 <top level>: Loop over signals in the $signals list instead of
4839 calling a test function once per signal.
4840 * gdb.reverse/sigall-reverse.exp (signals): New list.
4841 <top level>: Loop over signals in the $signals list instead of
4842 calling a test function once per signal.
4843
4844 2012-07-19 Yao Qi <yao@codesourcery.com>
4845
4846 * gdb.base/setshow.exp: Test 'set args ~'.
4847
4848 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.base/store.exp (check_set): Import gdb_prompt.
4851 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4852 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4853
4854 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 PR 11914
4857 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4858 (main): Call eval_sub.
4859 * gdb.python/py-prettyprint.exp:
4860 (python execfile ('py-prettyprint.py')): Move it earlier.
4861 New breakpoint for eval-break.
4862 (continue to breakpoint: eval-break, info locals): New test.
4863 (python execfile ('py-prettyprint.py')): Move it from here.
4864 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4865 (register_pretty_printers): Register pp_eval_type.
4866
4867 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4868
4869 Fix a testcase regression by me.
4870 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4871 DW_FORM_data4.
4872
4873 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4874 Doug Evans <dje@google.com>
4875
4876 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4877 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4878
4879 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 Fix gdbserver run regression.
4882 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4883
4884 2012-07-12 Tom Tromey <tromey@redhat.com>
4885
4886 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4887 (clean_restart): Likewise.
4888 (core_find): Use standard_output_file.
4889
4890 2012-07-12 Tom Tromey <tromey@redhat.com>
4891
4892 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4893 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4894 prepare_for_testing_full.
4895 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4896 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4897 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4898 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4899 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4900 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4901 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4902 prepare_for_testing_full.
4903 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4904 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4905 prepare_for_testing_full.
4906 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4907 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4908 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4909
4910 2012-07-12 Tom Tromey <tromey@redhat.com>
4911
4912 * lib/gdb.exp (build_executable_from_specs): New proc, from
4913 build_executable.
4914 (build_executable): Use it.
4915 (prepare_for_testing_full): New proc.
4916
4917 2012-07-11 Tom Tromey <tromey@redhat.com>
4918
4919 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4920 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4921 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4922 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4923 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4924 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4925 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4926 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4927 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4928 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4929
4930 2012-07-10 Tom Tromey <tromey@redhat.com>
4931
4932 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4933 standard_output_file.
4934 * gdb.mi/gdb2549.exp: Use standard_testfile.
4935 * gdb.mi/gdb669.exp: Use standard_testfile.
4936 * gdb.mi/gdb701.exp: Use standard_testfile.
4937 * gdb.mi/gdb792.exp: Use standard_testfile.
4938 * gdb.mi/mi-async.exp: Use standard_testfile.
4939 * gdb.mi/mi-basics.exp: Use standard_testfile.
4940 * gdb.mi/mi-break.exp: Use standard_testfile.
4941 * gdb.mi/mi-cli.exp: Use standard_testfile.
4942 * gdb.mi/mi-console.exp: Use standard_testfile.
4943 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4944 * gdb.mi/mi-eval.exp: Use standard_testfile.
4945 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4946 * gdb.mi/mi-file.exp: Use standard_testfile.
4947 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4948 * gdb.mi/mi-logging.exp: Use standard_testfile.
4949 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4950 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4951 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4952 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4953 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4954 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4955 * gdb.mi/mi-pending.exp: Use standard_testfile,
4956 standard_output_file.
4957 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4958 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4959 * gdb.mi/mi-regs.exp: Use standard_testfile.
4960 * gdb.mi/mi-return.exp: Use standard_testfile.
4961 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4962 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4963 * gdb.mi/mi-solib.exp: Use standard_testfile,
4964 standard_output_file.
4965 * gdb.mi/mi-stack.exp: Use standard_testfile.
4966 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4967 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4968 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4969 * gdb.mi/mi-until.exp: Use standard_testfile.
4970 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4971 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4972 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4973 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4974 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4975 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4976 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4977 standard_output_file.
4978 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4979 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4980 * gdb.mi/mi-watch.exp: Use standard_testfile.
4981 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4982 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4983 * gdb.mi/mi2-break.exp: Use standard_testfile.
4984 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4985 * gdb.mi/mi2-console.exp: Use standard_testfile.
4986 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4987 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4988 * gdb.mi/mi2-file.exp: Use standard_testfile.
4989 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4990 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4991 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4992 * gdb.mi/mi2-return.exp: Use standard_testfile.
4993 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4994 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4995 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4996 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4997 * gdb.mi/mi2-until.exp: Use standard_testfile.
4998 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4999 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5000 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5001 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5002 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5003
5004 2012-07-10 Tom Tromey <tromey@redhat.com>
5005
5006 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5007 * gdb.cp/ambiguous.exp: Use standard_testfile,
5008 prepare_for_testing.
5009 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5010 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5011 * gdb.cp/anon-ns.exp: Use standard_testfile.
5012 * gdb.cp/anon-struct.exp: Use standard_testfile.
5013 * gdb.cp/anon-union.exp: Use standard_testfile,
5014 prepare_for_testing.
5015 * gdb.cp/arg-reference.exp: Use standard_testfile,
5016 prepare_for_testing.
5017 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5018 * gdb.cp/breakpoint.exp: Use standard_testfile,
5019 prepare_for_testing.
5020 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5021 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5022 standard_output_file.
5023 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5024 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5025 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5026 (test_static_members): Update.
5027 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5028 * gdb.cp/converts.exp: Use standard_testfile.
5029 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5030 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5031 prepare_for_testing.
5032 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5033 * gdb.cp/cplabel.exp: Use standard_testfile.
5034 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5035 prepare_for_testing.
5036 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5037 * gdb.cp/derivation.exp: Use standard_testfile,
5038 prepare_for_testing.
5039 * gdb.cp/destrprint.exp: Use standard_testfile.
5040 * gdb.cp/dispcxx.exp: Use standard_testfile.
5041 * gdb.cp/exception.exp: Use standard_testfile,
5042 prepare_for_testing.
5043 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5044 * gdb.cp/extern-c.exp: Use standard_testfile,
5045 prepare_for_testing.
5046 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5047 prepare_for_testing.
5048 * gdb.cp/fpointer.exp: Use standard_testfile.
5049 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5050 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5051 standard_output_file.
5052 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5053 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5054 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5055 standard_output_file.
5056 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5057 (do_tests): Update.
5058 * gdb.cp/koenig.exp: Use standard_testfile.
5059 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5060 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5061 * gdb.cp/m-static.exp: Use standard_testfile,
5062 prepare_for_testing.
5063 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5064 * gdb.cp/mb-inline.exp: Use standard_testfile,
5065 prepare_for_testing.
5066 * gdb.cp/mb-templates.exp: Use standard_testfile,
5067 prepare_for_testing.
5068 * gdb.cp/member-ptr.exp: Use standard_testfile,
5069 prepare_for_testing.
5070 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5071 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5072 * gdb.cp/method2.exp: Use standard_testfile.
5073 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5074 standard_output_file.
5075 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5076 (do_tests): Update.
5077 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5078 prepare_for_testing.
5079 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5080 prepare_for_testing.
5081 * gdb.cp/namespace.exp: Use standard_testfile,
5082 prepare_for_testing.
5083 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5084 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5085 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5086 * gdb.cp/nsimport.exp: Use standard_testfile,
5087 prepare_for_testing.
5088 * gdb.cp/nsnested.exp: Use standard_testfile.
5089 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5090 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5091 prepare_for_testing.
5092 * gdb.cp/nsstress.exp: Use standard_testfile,
5093 prepare_for_testing.
5094 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5095 * gdb.cp/operator.exp: Use standard_testfile.
5096 * gdb.cp/oranking.exp: Use standard_testfile.
5097 * gdb.cp/overload-const.exp: Use standard_testfile.
5098 * gdb.cp/overload.exp: Use standard_testfile,
5099 prepare_for_testing.
5100 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5101 * gdb.cp/ovsrch.exp: Use standard_testfile.
5102 * gdb.cp/paren-type.exp: Use standard_testfile.
5103 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5104 prepare_for_testing.
5105 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5106 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5107 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5108 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5109 * gdb.cp/pr10728.exp: Use standard_testfile,
5110 standard_output_file.
5111 * gdb.cp/pr12028.exp: Use standard_testfile.
5112 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5113 * gdb.cp/pr9167.exp: Use standard_testfile.
5114 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5115 * gdb.cp/printmethod.exp: Use standard_testfile,
5116 prepare_for_testing.
5117 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5118 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5119 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5120 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5121 standard_output_file.
5122 * gdb.cp/readnow-language.exp: Use standard_testfile.
5123 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5124 (gdb_start_again): Use clean_restart.
5125 * gdb.cp/ref-types.exp: Use standard_testfile,
5126 prepare_for_testing.
5127 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5128 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5129 * gdb.cp/smartp.exp: Use standard_testfile.
5130 * gdb.cp/static-method.exp: Use standard_testfile.
5131 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5132 * gdb.cp/temargs.exp: Use standard_testfile.
5133 * gdb.cp/templates.exp: Use standard_testfile,
5134 prepare_for_testing.
5135 (do_tests): Update.
5136 * gdb.cp/try_catch.exp: Use standard_testfile,
5137 prepare_for_testing.
5138 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5139 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5140 * gdb.cp/virtbase.exp: Use standard_testfile,
5141 prepare_for_testing.
5142 * gdb.cp/virtfunc.exp: Use standard_testfile,
5143 prepare_for_testing.
5144 (do_tests): Update.
5145 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5146 prepare_for_testing.
5147
5148 2012-07-10 Tom Tromey <tromey@redhat.com>
5149
5150 * lib/gdb.exp (standard_testfile): Unset output variables from
5151 earlier invocations.
5152
5153 2012-07-10 Yao Qi <yao@codesourcery.com>
5154
5155 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5156 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5157 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5158 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5159 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5160 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5161 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5162 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5163 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5164 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5165 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5166 * gdb.mi/mi-var-display.exp: Likewise.
5167 * gdb.mi/mi-var-invalidate.exp: Likewise.
5168 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5169 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5170 * gdb.mi/mi2-console.exp: Likewise.
5171 * gdb.mi/mi2-disassemble.exp: Likewise.
5172 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5173 * gdb.mi/mi2-read-memory.exp: Likewise.
5174 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5175 * gdb.mi/mi2-simplerun.exp: Likewise.
5176 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5177 * gdb.mi/mi2-syn-frame.exp: Likewise.
5178 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5179 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5180 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5181
5182 2012-07-09 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5185 * gdb.base/callfuncs.exp: Add cast-based test.
5186 * gdb.base/callfuncs.c (voidfunc): New function.
5187
5188 2012-07-08 Doug Evans <dje@google.com>
5189
5190 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5191
5192 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5193
5194 Fix XFAIL compatibility with old i386 systems.
5195 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5196 Check also 'Cannot insert breakpoint 0'.
5197
5198 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 PR 14321
5201 * gdb.base/find.exp
5202 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5203
5204 2012-07-06 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.base/whatis.exp: Add test.
5207
5208 2012-07-06 Tom Tromey <tromey@redhat.com>
5209
5210 * gdb.base/whatis.exp: Add regression test.
5211
5212 2012-07-06 Tom Tromey <tromey@redhat.com>
5213
5214 * gdb.base/whatis.exp: Add tests.
5215
5216 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 PR 12649
5219 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5220 gdb_test_multiple $gdb_prompt terminator.
5221
5222 2012-07-04 Pedro Alves <palves@redhat.com>
5223
5224 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5225 supports_process_record.
5226
5227 2012-07-04 Pedro Alves <palves@redhat.com>
5228
5229 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5230 endings.
5231 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5232
5233 2012-07-03 Stan Shebs <stan@codesourcery.com>
5234
5235 * gdb.base/info-os.c (main): Retry resource acquisition until an
5236 available one is found.
5237 * gdb.base/info-os.exp: Collect resource keys from the program
5238 and use them in matching.
5239
5240 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5241
5242 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5243 Wrap the test into loop for corefile and core0file.
5244
5245 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5248 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5249 .note.GNU-stack.
5250
5251 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5252
5253 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5254
5255 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5256 break): Include help message for the new `-probe' and `-probe-stap'
5257 options.
5258
5259 2012-07-02 Stan Shebs <stan@codesourcery.com>
5260
5261 * gdb.base/dprintf.exp: Add agent style tests.
5262
5263 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5264
5265 * gdb.base/stale-infcall.c (infcall): New label test-next.
5266 (main): New labels test-pass and test-fail.
5267 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5268 $test_fail_bpnum to test-fail.
5269 (test system longjmp tracking support): New test.
5270 Delete $test_fail_bpnum.
5271 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5272 breakpoint.
5273
5274 2012-06-30 Doug Evans <dje@google.com>
5275
5276 * gdb.dwarf2/fission-reread.S: New file.
5277 * gdb.dwarf2/fission-reread.exp: New file.
5278
5279 2012-06-28 Stan Shebs <stan@codesourcery.com>
5280
5281 * gdb.mi/mi-logging.exp: New file.
5282
5283 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5284 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.threads/siginfo-threads.exp: New file.
5287 * gdb.threads/siginfo-threads.c: New file.
5288 * gdb.threads/sigstep-threads.exp: New file.
5289 * gdb.threads/sigstep-threads.c: New file.
5290
5291 2012-06-28 Tom Tromey <tromey@redhat.com>
5292
5293 * gdb.go/package.exp: Partially revert earlier patch; use
5294 gdb_compile again. Use standard_output_file.
5295
5296 2012-06-27 Doug Evans <dje@google.com>
5297
5298 * gdb.dwarf2/fission-base.c: New file.
5299 * gdb.dwarf2/fission-base.S: New file.
5300 * gdb.dwarf2/fission-base.exp: New file.
5301
5302 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5305
5306 2012-06-27 Tom Tromey <tromey@redhat.com>
5307
5308 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5309 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5310
5311 2012-06-27 Tom Tromey <tromey@redhat.com>
5312
5313 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5314 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5315 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5316 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5317 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5318 prepare_for_testing.
5319 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5320 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5321 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5322 standard_testfile.
5323 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5324 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5325 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5326 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5327 prepare_for_testing.
5328 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5329 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5330 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5331 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5332 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5333 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5334 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5335 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5336 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5337 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5338 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5339 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5340 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5341 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5342 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5343 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5344 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5345 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5346 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5347 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5348 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5349 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5350 standard_output_file.
5351 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5352 standard_output_file.
5353 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5354 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5355 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5356 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5357 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5358 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5359 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5360 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5361 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5362 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5363 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5364 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5365 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5366 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5367 * gdb.dwarf2/valop.exp: Use standard_testfile,
5368 prepare_for_testing.
5369
5370 2012-06-27 Tom Tromey <tromey@redhat.com>
5371
5372 * gdb.python/python.exp: Fix regexps in pagination tests.
5373
5374 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5375
5376 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5377 'last' of gdb.Symtab_and_line.
5378 * gdb.python/py-symbol.c: Move break point comment to enable
5379 testing of gdb.Symtab_and_line.last.
5380
5381 2012-06-26 Tom Tromey <tromey@redhat.com>
5382
5383 * gdb.threads/step.c: Remove.
5384 * gdb.threads/step.exp: Remove.
5385 * gdb.threads/step2.exp: Remove.
5386
5387 2012-06-26 Tom Tromey <tromey@redhat.com>
5388
5389 * gdb.threads/watchpoint-fork.exp (test): Use
5390 standard_output_file. Don't declare objdir.
5391 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5392 standard_output_file.
5393 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5394 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5395 clean_restart. Remove incdir.
5396 * gdb.threads/corethreads.exp: Use standard_testfile.
5397 * gdb.threads/execl.exp: Use standard_testfile,
5398 standard_output_file, clean_restart.
5399 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5400 clean_restart.
5401 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5402 clean_restart.
5403 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5404 incdir.
5405 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5406 clean_restart. Remove incdir.
5407 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5408 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5409 clean_restart. Remove incdir.
5410 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5411 Remove incdir.
5412 * gdb.threads/leader-exit.exp: Use standard_testfile.
5413 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5414 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5415 clean_restart.
5416 * gdb.threads/manythreads.exp: Use standard_testfile,
5417 clean_restart. Remove incdir.
5418 * gdb.threads/multi-create.exp: Use standard_testfile,
5419 clean_restart.
5420 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5421 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5422 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5423 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5424 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5425 * gdb.threads/pending-step.exp: Use standard_testfile,
5426 clean_restart. Remove incdir.
5427 * gdb.threads/print-threads.exp: Use standard_testfile,
5428 clean_restart. Remove incdir.
5429 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5430 clean_restart. Remove incdir.
5431 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5432 Remove incdir.
5433 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5434 incdir.
5435 * gdb.threads/sigthread.exp: Use standard_testfile,
5436 clean_restart.
5437 * gdb.threads/staticthreads.exp: Use standard_testfile,
5438 clean_restart. Remove incdir.
5439 * gdb.threads/switch-threads.exp: Use standard_testfile,
5440 clean_restart. Remove incdir.
5441 * gdb.threads/thread-execl.exp: Use standard_testfile,
5442 clean_restart. Remove incdir.
5443 * gdb.threads/thread-find.exp: Use standard_testfile,
5444 clean_restart.
5445 * gdb.threads/thread-specific.exp: Use standard_testfile,
5446 clean_restart. Remove incdir.
5447 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5448 clean_restart. Remove incdir.
5449 * gdb.threads/thread_check.exp: Use standard_testfile,
5450 clean_restart. Remove incdir.
5451 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5452 incdir.
5453 * gdb.threads/threadapply.exp: Use standard_testfile,
5454 clean_restart. Remove incdir.
5455 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5456 clean_restart. Remove incdir.
5457 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5458 clean_restart.
5459 * gdb.threads/tls-shared.exp: Use standard_testfile,
5460 clean_restart, standard_output_file.
5461 * gdb.threads/tls-var.exp: Use standard_testfile,
5462 standard_output_file.
5463 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5464 Remove incdir.
5465 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5466 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5467 incdir.
5468 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5469 clean_restart. Remove incdir.
5470
5471 2012-06-26 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.trace/actions.exp: Use standard_testfile.
5474 * gdb.trace/ax.exp: Use standard_testfile.
5475 * gdb.trace/backtrace.exp: Use standard_testfile.
5476 * gdb.trace/change-loc.exp: Use standard_testfile.
5477 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5478 * gdb.trace/collection.exp: Use standard_testfile,
5479 prepare_for_testing.
5480 * gdb.trace/deltrace.exp: Use standard_testfile.
5481 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5482 * gdb.trace/ftrace.exp: Use standard_testfile.
5483 * gdb.trace/infotrace.exp: Use standard_testfile.
5484 * gdb.trace/packetlen.exp: Use standard_testfile.
5485 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5486 * gdb.trace/passcount.exp: Use standard_testfile.
5487 * gdb.trace/pending.exp: Use standard_testfile.
5488 * gdb.trace/report.exp: Use standard_testfile.
5489 * gdb.trace/save-trace.exp: Use standard_testfile.
5490 * gdb.trace/stap-trace.exp: Use standard_testfile.
5491 * gdb.trace/status-stop.exp: Use standard_testfile.
5492 * gdb.trace/strace.exp: Use standard_testfile.
5493 * gdb.trace/tfile.exp: Use standard_testfile.
5494 * gdb.trace/tfind.exp: Use standard_testfile.
5495 * gdb.trace/trace-break.exp: Use standard_testfile.
5496 * gdb.trace/trace-mt.exp: Use standard_testfile.
5497 * gdb.trace/tracecmd.exp: Use standard_testfile.
5498 * gdb.trace/tspeed.exp: Use standard_testfile.
5499 * gdb.trace/tstatus.exp: Use standard_testfile.
5500 * gdb.trace/tsv.exp: Use standard_testfile.
5501 * gdb.trace/unavailable.exp: Use standard_testfile,
5502 prepare_for_testing.
5503 * gdb.trace/while-dyn.exp: Use standard_testfile.
5504 * gdb.trace/while-stepping.exp: Use standard_testfile.
5505
5506 2012-06-26 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5509 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5510 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5511 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5512 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5513 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5514 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5515 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5516 prepare_for_testing.
5517 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5518 prepare_for_testing.
5519 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5520 prepare_for_testing.
5521 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5522 prepare_for_testing.
5523 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5524 prepare_for_testing
5525 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5526 * gdb.reverse/machinestate.exp: Use standard_testfile.
5527 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5528 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5529 build_executable.
5530 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5531 build_executable.
5532 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5533 standard_output_file.
5534 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5535 standard_output_file.
5536 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5537 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5538 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5539 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5540 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5541 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5542
5543 2012-06-26 Tom Tromey <tromey@redhat.com>
5544
5545 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5546 standard_output_file.
5547 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5548 prepare_for_testing. Remove directory-checking code.
5549
5550 2012-06-25 Tom Tromey <tromey@redhat.com>
5551
5552 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5553 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5554 build_executable, not prepare_for_testing.
5555 * gdb.multi/base.exp: Use standard_output_file. Use
5556 build_executable, not prepare_for_testing.
5557
5558 2012-06-25 Tom Tromey <tromey@redhat.com>
5559
5560 * gdb.fortran/subarray.exp: Use standard_testfile,
5561 prepare_for_testing.
5562 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5563 * gdb.fortran/module.exp: Use standard_testfile.
5564 * gdb.fortran/logical.exp: Use standard_testfile.
5565 * gdb.fortran/library-module.exp: Use standard_testfile,
5566 standard_output_file.
5567 * gdb.fortran/derived-type.exp: Use standard_testfile,
5568 prepare_for_testing.
5569 * gdb.fortran/complex.exp: Use standard_testfile,
5570 prepare_for_testing.
5571 * gdb.fortran/charset.exp: Use standard_testfile.
5572 * gdb.fortran/array-element.exp: Use standard_testfile,
5573 prepare_for_testing.
5574
5575 2012-06-25 Keith Seitz <keiths@redhat.com>
5576
5577 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5578 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5579
5580 2012-06-25 Tom Tromey <tromey@redhat.com>
5581
5582 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5583 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5584 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5585 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5586
5587 2012-06-25 Tom Tromey <tromey@redhat.com>
5588
5589 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5590 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5591 * gdb.linespec/linespec.exp: Use standard_testfile.
5592
5593 2012-06-25 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5596 prepare_for_testing.
5597
5598 2012-06-25 Tom Tromey <tromey@redhat.com>
5599
5600 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5601 prepare_for_testing.
5602 * gdb.opt/inline-break.exp: Use standard_testfile,
5603 prepare_for_testing.
5604 * gdb.opt/inline-bt.exp: Use standard_testfile,
5605 prepare_for_testing.
5606 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5607 prepare_for_testing.
5608 * gdb.opt/inline-locals.exp: Use standard_testfile,
5609 prepare_for_testing.
5610
5611 2012-06-25 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.asm/asm-source.exp: Use standard_output_file,
5614 standard_testfile. Construct .o files in proper subdir.
5615
5616 2012-06-25 Tom Tromey <tromey@redhat.com>
5617
5618 * gdb.server/ext-attach.exp: Use standard_testfile,
5619 prepare_for_testing.
5620 * gdb.server/ext-run.exp: Use standard_testfile,
5621 build_executable.
5622 * gdb.server/file-transfer.exp: Use standard_testfile,
5623 prepare_for_testing.
5624 * gdb.server/server-exec-info.exp: Use standard_testfile.
5625 * gdb.server/server-mon.exp: Use standard_testfile,
5626 prepare_for_testing.
5627 * gdb.server/server-run.exp: Use standard_testfile,
5628 build_executable.
5629 * gdb.server/solib-list.exp: Use standard_testfile,
5630 standard_output_file.
5631
5632 2012-06-25 Tom Tromey <tromey@redhat.com>
5633
5634 * lib/gdb.exp (standard_output_file): Use "file join".
5635 * gdb.go/chan.exp: Use standard_testfile.
5636 * gdb.go/handcall.exp: Use standard_testfile.
5637 * gdb.go/hello.exp: Use standard_testfile.
5638 * gdb.integers/chan.exp: Use standard_testfile.
5639 * gdb.go/methods.exp: Use standard_testfile.
5640 * gdb.go/package.exp: Use standard_testfile.
5641 * gdb.go/strings.exp: Use standard_testfile.
5642 * gdb.go/types.exp: Use standard_testfile.
5643 * gdb.go/unsafe.exp: Use standard_testfile.
5644
5645 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5646
5647 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5648
5649 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5650
5651 Fix regression by the previous commit.
5652 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5653
5654 2012-06-22 Tom Tromey <tromey@redhat.com>
5655
5656 * gdb.python/lib-types.exp: Use standard_testfile,
5657 prepare_for_testing.
5658 * gdb.python/py-block.exp: Use standard_testfile.
5659 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5660 * gdb.python/py-events.exp: Use standard_testfile,
5661 standard_output_file.
5662 * gdb.python/py-evsignal.exp: Use standard_testfile.
5663 * gdb.python/py-evethreads.exp: Use standard_testfile.
5664 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5665 * gdb.python/py-explore.exp: Use standard_testfile.
5666 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5667 standard_output_file.
5668 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5669 prepare_for_testing.
5670 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5671 * gdb.python/py-frame.exp: Use standard_testfile.
5672 * gdb.python/py-inferior.exp: Use standard_testfile.
5673 * gdb.python/py-infthread.exp: Use standard_testfile.
5674 * gdb.python/py-mi.exp: Use standard_testfile.
5675 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5676 build_executable.
5677 * gdb.python/py-objfile.exp: Use standard_testfile.
5678 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5679 prepare_for_testing.
5680 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5681 * gdb.python/py-progspace.exp: Use standard_testfile,
5682 build_executable.
5683 * gdb.python/py-prompt.exp: Use standard_testfile,
5684 build_executable.
5685 * gdb.python/py-section-script.exp: Use standard_testfile,
5686 build_executable.
5687 * gdb.python/py-shared.exp: Use standard_testfile,
5688 standard_output_file, clean_restart.
5689 * gdb.python/py-symbol.exp: Use standard_output_file,
5690 prepare_for_testing.
5691 * gdb.python/py-symtab.exp: Use standard_output_file,
5692 prepare_for_testing
5693 * gdb.python/py-template.exp: Use standard_testfile.
5694 * gdb.python/py-type.exp: Use standard_testfile.
5695 * gdb.python/py-value-cc.exp: Use standard_testfile.
5696 * gdb.python/py-value.exp: Use standard_testfile.
5697 * gdb.python/python.exp: Use standard_testfile, build_executable.
5698
5699 2012-06-22 Tom Tromey <tromey@redhat.com>
5700
5701 * gdb.objc/basicclass.exp: Use standard_testfile.
5702 (do_objc_tests): Don't declare objdir.
5703 * gdb.objc/nondebug.exp: Use standard_testfile.
5704 (do_objc_tests): Don't declare objdir.
5705 * gdb.objc/objcdecode.exp: Use standard_testfile.
5706 (do_objc_tests): Don't declare objdir.
5707
5708 2012-06-22 Tom Tromey <tromey@redhat.com>
5709
5710 * gdb.java/jmain.exp: Use standard_testfile.
5711 * gdb.java/jmisc.exp: Use standard_testfile.
5712 * gdb.java/jnpe.exp: Use standard_testfile.
5713 * gdb.java/jprint.exp: Use standard_testfile.
5714
5715 2012-06-22 Tom Tromey <tromey@redhat.com>
5716
5717 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5718 (standard_output_file, standard_testfile): New procs.
5719 (build_executable, clean_restart): Use standard_output_file.
5720
5721 2012-06-22 Yao Qi <yao@codesourcery.com>
5722
5723 * boards/native-gdbserver.exp: New proc ${board}_exec.
5724 * boards/native-stdio-gdbserver.exp: Likewise.
5725
5726 2012-06-21 Tom Tromey <tromey@redhat.com>
5727
5728 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5729 (build_executable): Update.
5730 (get_compiler_info): Remove 'binfile' argument.
5731 * gdb.ada/arrayidx.exp: Update.
5732 * gdb.ada/null_array.exp: Update.
5733 * gdb.arch/altivec-abi.exp: Update.
5734 * gdb.arch/altivec-regs.exp: Update.
5735 * gdb.arch/amd64-byte.exp: Update.
5736 * gdb.arch/amd64-dword.exp: Update.
5737 * gdb.arch/amd64-word.exp: Update.
5738 * gdb.arch/i386-avx.exp: Update.
5739 * gdb.arch/i386-byte.exp: Update.
5740 * gdb.arch/i386-sse.exp: Update.
5741 * gdb.arch/i386-word.exp: Update.
5742 * gdb.arch/ppc-dfp.exp: Update.
5743 * gdb.arch/ppc-fp.exp: Update.
5744 * gdb.arch/vsx-regs.exp: Update.
5745 * gdb.base/all-bin.exp: Update.
5746 * gdb.base/annota1.exp: Update.
5747 * gdb.base/async.exp: Update.
5748 * gdb.base/attach.exp: Update.
5749 * gdb.base/break-interp.exp: Update.
5750 * gdb.base/call-ar-st.exp: Update.
5751 * gdb.base/call-rt-st.exp: Update.
5752 * gdb.base/call-sc.exp: Update.
5753 * gdb.base/callfuncs.exp: Update.
5754 * gdb.base/catch-load.exp: Update.
5755 * gdb.base/completion.exp: Update.
5756 * gdb.base/complex.exp: Update.
5757 * gdb.base/condbreak.exp: Update.
5758 * gdb.base/consecutive.exp: Update.
5759 * gdb.base/constvars.exp: Update.
5760 * gdb.base/corefile.exp: Update.
5761 * gdb.base/eval-skip.exp: Update.
5762 * gdb.base/expand-psymtabs.exp: Update.
5763 * gdb.base/exprs.exp: Update.
5764 * gdb.base/fileio.exp: Update.
5765 * gdb.base/fixsection.exp: Update.
5766 * gdb.base/funcargs.exp: Update.
5767 * gdb.base/gdb11530.exp: Update.
5768 * gdb.base/gdb1555.exp: Update.
5769 * gdb.base/gnu-ifunc.exp: Update.
5770 * gdb.base/gnu_vector.exp: Update.
5771 * gdb.base/info-macros.exp: Update.
5772 * gdb.base/jit-simple.exp: Update.
5773 * gdb.base/jit-so.exp: Update.
5774 * gdb.base/jit.exp: Update.
5775 * gdb.base/langs.exp: Update.
5776 * gdb.base/list.exp: Update.
5777 * gdb.base/logical.exp: Update.
5778 * gdb.base/long_long.exp: Update.
5779 * gdb.base/longjmp.exp: Update.
5780 * gdb.base/macscp.exp: Update.
5781 * gdb.base/mips_pro.exp: Update.
5782 * gdb.base/miscexprs.exp: Update.
5783 * gdb.base/morestack.exp: Update.
5784 * gdb.base/nodebug.exp: Update.
5785 * gdb.base/opaque.exp: Update.
5786 * gdb.base/pc-fp.exp: Update.
5787 * gdb.base/pending.exp: Update.
5788 * gdb.base/permissions.exp: Update.
5789 * gdb.base/pointers.exp: Update.
5790 * gdb.base/prelink.exp: Update.
5791 * gdb.base/printcmds.exp: Update.
5792 * gdb.base/psymtab.exp: Update.
5793 * gdb.base/ptype.exp: Update.
5794 * gdb.base/relational.exp: Update.
5795 * gdb.base/scope.exp: Update.
5796 * gdb.base/setvar.exp: Update.
5797 * gdb.base/shlib-call.exp: Update.
5798 * gdb.base/shreloc.exp: Update.
5799 * gdb.base/signals.exp: Update.
5800 * gdb.base/sizeof.exp: Update.
5801 * gdb.base/so-impl-ld.exp: Update.
5802 * gdb.base/so-indr-cl.exp: Update.
5803 * gdb.base/solib-disc.exp: Update.
5804 * gdb.base/solib-display.exp: Update.
5805 * gdb.base/solib-nodir.exp: Update.
5806 * gdb.base/solib-overlap.exp: Update.
5807 * gdb.base/solib-symbol.exp: Update.
5808 * gdb.base/solib-weak.exp: Update.
5809 * gdb.base/solib.exp: Update.
5810 * gdb.base/store.exp: Update.
5811 * gdb.base/structs.exp: Update.
5812 * gdb.base/structs2.exp: Update.
5813 * gdb.base/type-opaque.exp: Update.
5814 * gdb.base/unload.exp: Update.
5815 * gdb.base/varargs.exp: Update.
5816 * gdb.base/volatile.exp: Update.
5817 * gdb.base/watch_thread_num.exp: Update.
5818 * gdb.base/watchpoint-solib.exp: Update.
5819 * gdb.base/watchpoint.exp: Update.
5820 * gdb.base/watchpoints.exp: Update.
5821 * gdb.base/whatis.exp: Update.
5822 * gdb.cell/arch.exp: Update.
5823 * gdb.cell/break.exp: Update.
5824 * gdb.cell/bt.exp: Update.
5825 * gdb.cell/core.exp: Update.
5826 * gdb.cell/data.exp: Update.
5827 * gdb.cell/ea-cache.exp: Update.
5828 * gdb.cell/f-regs.exp: Update.
5829 * gdb.cell/fork.exp: Update.
5830 * gdb.cell/gcore.exp: Update.
5831 * gdb.cell/mem-access.exp: Update.
5832 * gdb.cell/ptype.exp: Update.
5833 * gdb.cell/registers.exp: Update.
5834 * gdb.cell/sizeof.exp: Update.
5835 * gdb.cell/solib-symbol.exp: Update.
5836 * gdb.cell/solib.exp: Update.
5837 * gdb.cp/ambiguous.exp: Update.
5838 * gdb.cp/breakpoint.exp: Update.
5839 * gdb.cp/bs15503.exp: Update.
5840 * gdb.cp/casts.exp: Update.
5841 * gdb.cp/class2.exp: Update.
5842 * gdb.cp/cpexprs.exp: Update.
5843 * gdb.cp/cplusfuncs.exp: Update.
5844 * gdb.cp/ctti.exp: Update.
5845 * gdb.cp/dispcxx.exp: Update.
5846 * gdb.cp/gdb1355.exp: Update.
5847 * gdb.cp/gdb2384.exp: Update.
5848 * gdb.cp/gdb2495.exp: Update.
5849 * gdb.cp/infcall-dlopen.exp: Update.
5850 * gdb.cp/local.exp: Update.
5851 * gdb.cp/m-data.exp: Update.
5852 * gdb.cp/m-static.exp: Update.
5853 * gdb.cp/mb-ctor.exp: Update.
5854 * gdb.cp/mb-inline.exp: Update.
5855 * gdb.cp/mb-templates.exp: Update.
5856 * gdb.cp/member-ptr.exp: Update.
5857 * gdb.cp/method.exp: Update.
5858 * gdb.cp/namespace.exp: Update.
5859 * gdb.cp/nextoverthrow.exp: Update.
5860 * gdb.cp/nsdecl.exp: Update.
5861 * gdb.cp/nsrecurs.exp: Update.
5862 * gdb.cp/nsstress.exp: Update.
5863 * gdb.cp/nsusing.exp: Update.
5864 * gdb.cp/pr-1023.exp: Update.
5865 * gdb.cp/pr-1210.exp: Update.
5866 * gdb.cp/pr-574.exp: Update.
5867 * gdb.cp/pr9631.exp: Update.
5868 * gdb.cp/printmethod.exp: Update.
5869 * gdb.cp/psmang.exp: Update.
5870 * gdb.cp/re-set-overloaded.exp: Update.
5871 * gdb.cp/rtti.exp: Update.
5872 * gdb.cp/shadow.exp: Update.
5873 * gdb.cp/templates.exp: Update.
5874 * gdb.cp/try_catch.exp: Update.
5875 * gdb.dwarf2/dw2-ranges.exp: Update.
5876 * gdb.dwarf2/pr10770.exp: Update.
5877 * gdb.fortran/library-module.exp: Update.
5878 * gdb.hp/gdb.aCC/optimize.exp: Update.
5879 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5880 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5881 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5882 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5883 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5884 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5885 * gdb.hp/gdb.compat/xdb1.exp: Update.
5886 * gdb.hp/gdb.compat/xdb2.exp: Update.
5887 * gdb.hp/gdb.compat/xdb3.exp: Update.
5888 * gdb.hp/gdb.defects/bs14602.exp: Update.
5889 * gdb.hp/gdb.defects/solib-d.exp: Update.
5890 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5891 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5892 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5893 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5894 * gdb.mi/gdb792.exp: Update.
5895 * gdb.mi/mi-pending.exp: Update.
5896 * gdb.mi/mi-solib.exp: Update.
5897 * gdb.mi/mi-var-cp.exp: Update.
5898 * gdb.opt/clobbered-registers-O2.exp: Update.
5899 * gdb.opt/inline-bt.exp: Update.
5900 * gdb.opt/inline-cmds.exp: Update.
5901 * gdb.opt/inline-locals.exp: Update.
5902 * gdb.python/py-events.exp: Update.
5903 * gdb.python/py-finish-breakpoint.exp: Update.
5904 * gdb.python/py-type.exp: Update.
5905 * gdb.reverse/solib-precsave.exp: Update.
5906 * gdb.reverse/solib-reverse.exp: Update.
5907 * gdb.server/solib-list.exp: Update.
5908 * gdb.stabs/weird.exp: Update.
5909 * gdb.threads/attach-into-signal.exp: Update.
5910 * gdb.threads/attach-stopped.exp: Update.
5911 * gdb.threads/tls-shared.exp: Update.
5912 * gdb.trace/change-loc.exp: Update.
5913 * gdb.trace/strace.exp: Update.
5914
5915 2012-06-19 Tom Tromey <tromey@redhat.com>
5916
5917 * gdb.base/whatis.exp: Add tests.
5918
5919 2012-06-19 Tom Tromey <tromey@redhat.com>
5920
5921 * gdb.cp/m-static.cc (keepalive): New function.
5922 (gnu_obj_1::method): Use it.
5923
5924 2012-06-18 Doug Evans <dje@google.com>
5925
5926 * gdb.base/info-fun.exp: New file.
5927 * gdb.base/info-fun.c: New file.
5928 * gdb.base/info-fun-solib.c: New file.
5929
5930 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5931
5932 Remove stale dummy frames.
5933 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5934 (maintenance info breakpoints): New tests.
5935 * gdb.base/stale-infcall.c: New file.
5936 * gdb.base/stale-infcall.exp: New file.
5937
5938 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5939
5940 * gdb.arch/amd64-entry-value-param.S: New file.
5941 * gdb.arch/amd64-entry-value-param.c: New file.
5942 * gdb.arch/amd64-entry-value-param.exp: New file.
5943
5944 2012-06-15 Tom Tromey <tromey@redhat.com>
5945
5946 * gdb.cp/namespace.exp: Add "show lang" test.
5947
5948 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5949
5950 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5951 case. (top level): Use gdb_file_cmd instead of gdb_load.
5952
5953 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 PR tdep/14222
5956 * gdb.arch/i386-sse-stack-align.S: New file.
5957 * gdb.arch/i386-sse-stack-align.c: New file.
5958 * gdb.arch/i386-sse-stack-align.exp: New file.
5959
5960 2012-06-13 Keith Seitz <keiths@redhat.com>
5961
5962 PR breakpoints/13798 and mi/11541
5963 * gdb.linespec/ls-errs.exp: Add a few more tests for
5964 filenames with spaces and colons.
5965
5966 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5967
5968 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5969 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5970 (test_function): Call CV_f.
5971 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5972 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5973 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5974 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5975 (p CV_f(CV::i)): New tests.
5976
5977 2012-06-13 Tom Tromey <tromey@redhat.com>
5978
5979 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5980
5981 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 Fix regression by the "ambiguous linespec" series.
5984 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5985 tests.
5986
5987 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5990 missing.
5991
5992 2012-06-11 Tom Tromey <tromey@redhat.com>
5993
5994 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5995 location...
5996 (main): ...here.
5997
5998 2012-06-07 Yao Qi <yao@codesourcery.com>
5999
6000 * gdb.trace/strace.exp: Shorten some too-long lines.
6001
6002 2012-06-06 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.threads/clone-new-thread-event.c: New file.
6005 * gdb.threads/clone-new-thread-event.exp: New file.
6006
6007 2012-06-06 Yao Qi <yao@codesourcery.com>
6008
6009 * gdb.base/dprintf.c (main): Add extra parameter when calling
6010 printf and fprintf.
6011 (bar): New function. It is a dead function, but to ensure
6012 'malloc' is linked explicitly.
6013
6014 2012-06-06 Yao Qi <yao@codesourcery.com>
6015
6016 * gdb.base/info-proc.exp: Return if target doesn't support
6017 'info proc'.
6018
6019 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6020
6021 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6022 (run program with breakpoint commands): XFAIl if it is not.
6023
6024 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6025
6026 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6027 and add comment.
6028 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6029 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6030 "STOP" marker. Adjust testing strategy to make it work on
6031 all targets.
6032
6033 * gdb.base/print-file-var-main.c (main): Rewrite using local
6034 variables and adjust get_version_2's return value check.
6035 Add small comment.
6036 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6037 marker. Adjust testing strategy to make it work on all targets.
6038
6039 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6040
6041 * gdb.ada/bad-task-bp-keyword: New testcase.
6042
6043 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6046 Simplify it to ...
6047 (symbol-file ${testfile1}): ... here.
6048 (test eliminated var my_global_symbol)
6049 (test eliminated var my_static_symbol)
6050 (test eliminated var my_global_func, get address of main): Wrap them to
6051 'single psymtabs' and 'single symtabs'
6052 (get address of my_global_symbol, get address of my_static_symbol)
6053 (get address of my_global_func, get address of main): Wrap them to
6054 'order1' and 'order2'.
6055
6056 * gdb.base/code_elim.exp
6057 (add-symbol-file ${testfile1} 0x100000)
6058 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6059 'order2'.
6060 (order1: add-symbol-file ${testfile1} 0x100000)
6061 (order1: add-symbol-file ${testfile2} 0x200000)
6062 (order2: add-symbol-file ${testfile2} 0x200000)
6063 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6064 .bss as appropriate.
6065
6066 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6067
6068 * gdb.server/solib-list-lib.c: New file.
6069 * gdb.server/solib-list-main.c: New file.
6070 * gdb.server/solib-list.exp: New file.
6071
6072 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6073
6074 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6075 for 'set print symbol' change.
6076
6077 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6080 .debug_abbrev_seg3.
6081
6082 2012-05-24 John Steele Scott <toojays@toojays.net>
6083
6084 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6085 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6086 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6087
6088 2012-05-23 Stan Shebs <stan@codesourcery.com>
6089
6090 * gdb.mi/mi-info-os.exp: New file.
6091
6092 2012-05-23 Keith Seitz <keiths@redhat.com>
6093
6094 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6095 return -1 to suppress the rest of the tests.
6096 (compile_stap_bin): Return boolean success value.
6097
6098 2012-05-21 Tom Tromey <tromey@redhat.com>
6099
6100 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6101 Remove kfails.
6102 (test_print_mi_member_types): Likewise.
6103
6104 2012-05-21 Tom Tromey <tromey@redhat.com>
6105
6106 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6107 print symbol' change.
6108
6109 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6110
6111 * gdb.python/py-prompt.exp: Quit if the target is remote.
6112
6113 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 Fix ERROR: internal buffer is full.
6116 * gdb.base/info-os.exp (expect_multiline): New function.
6117 (get process list, get process groups, get threads)
6118 (get file descriptors, get internet-domain sockets)
6119 (get shared-memory regions, get semaphores, get message queues): Use
6120 it for these tests.
6121
6122 2012-05-18 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.mi/mi-var-cmd.exp: Update.
6125 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6126 * gdb.cp/virtbase.exp: Update.
6127 * gdb.cp/classes.exp (test_static_members): Update.
6128 * gdb.cp/casts.exp: Update.
6129 * gdb.base/pointers.exp: Update.
6130 * gdb.base/funcargs.exp (pointer_args): Update.
6131 (structs_by_reference): Update.
6132 * gdb.base/find.exp: Update.
6133 * gdb.base/call-strs.exp: Send "set print symbol off".
6134 * gdb.base/call-ar-st.exp: Update.
6135 * gdb.ada/fun_addr.exp: Update.
6136 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6137 Call it.
6138 (test_print_repeats_10, test_print_strings)
6139 (test_print_char_arrays): Update.
6140
6141 2012-05-18 Tom Tromey <tromey@redhat.com>
6142
6143 * gdb.base/charset.exp (string_display): Update.
6144
6145 2012-05-18 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.mi/mi2-var-display.exp: Update.
6148 * gdb.mi/mi-var-display.exp: Update.
6149 * gdb.mi/mi-var-child.exp: Update.
6150 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6151 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6152
6153 2012-05-17 Doug Evans <dje@google.com>
6154
6155 * info-macros.exp: Pass "debug" to prepare_for_testing.
6156
6157 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6158 * gdb.ada/Makefile.in (clean): Ditto.
6159 * gdb.arch/Makefile.in (clean): Ditto.
6160 * gdb.asm/Makefile.in (clean): Ditto.
6161 * gdb.base/Makefile.in (clean): Ditto.
6162 * gdb.cell/Makefile.in (clean): Ditto.
6163 * gdb.cp/Makefile.in (clean): Ditto.
6164 * gdb.disasm/Makefile.in (clean): Ditto.
6165 * gdb.dwarf2/Makefile.in (clean): Ditto.
6166 * gdb.fortran/Makefile.in (clean): Ditto.
6167 * gdb.go/Makefile.in (clean): Ditto.
6168 * gdb.hp/Makefile.in (clean): Ditto.
6169 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6170 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6171 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6172 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6173 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6174 * gdb.java/Makefile.in (clean): Ditto.
6175 * gdb.linespec/Makefile.in (clean): Ditto.
6176 * gdb.mi/Makefile.in (clean): Ditto.
6177 * gdb.modula2/Makefile.in (clean): Ditto.
6178 * gdb.multi/Makefile.in (clean): Ditto.
6179 * gdb.objc/Makefile.in (clean): Ditto.
6180 * gdb.opencl/Makefile.in (clean): Ditto.
6181 * gdb.opt/Makefile.in (clean): Ditto.
6182 * gdb.pascal/Makefile.in (clean): Ditto.
6183 * gdb.python/Makefile.in (clean): Ditto.
6184 * gdb.reverse/Makefile.in (clean): Ditto.
6185 * gdb.server/Makefile.in (clean): Ditto.
6186 * gdb.stabs/Makefile.in (clean): Ditto.
6187 * gdb.threads/Makefile.in (clean): Ditto.
6188 * gdb.trace/Makefile.in (clean): Ditto.
6189 * gdb.xml/Makefile.in (clean): Ditto.
6190
6191 2012-05-16 Tom Tromey <tromey@redhat.com>
6192
6193 * gdb.base/macscp1.c (macscp_expr): Add comment.
6194 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6195
6196 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6197
6198 * gdb.base/return-nodebug.exp: Also test float and double types.
6199
6200 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6201
6202 PR testsuite/12649
6203 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6204
6205 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6206
6207 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6210 `rerun_to_main'.
6211 (stap_test_no_debuginfo): Likewise.
6212
6213 2012-05-14 Stan Shebs <stan@codesourcery.com>
6214
6215 * gdb.base/dprintf.c: New file.
6216 * gdb.base/dprintf.exp: New file.
6217
6218 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
6219
6220 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6221 * gdb.trace/disconnected-tracing.c: New file.
6222 * gdb.trace/disconnected-tracing.exp: New file.
6223
6224 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6225
6226 * gdb.python/python.c: Add a new breakpoint comment.
6227 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6228
6229 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6230
6231 * gdb.base/info-os.exp: New file.
6232 * gdb.base/info-os.c: New file.
6233
6234 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6237 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6238 New files.
6239
6240 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6241
6242 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6243 gdb.base/ctxobj.exp: New files.
6244
6245 2012-05-09 Tom Tromey <tromey@redhat.com>
6246
6247 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6248
6249 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6250
6251 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6252
6253 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6254
6255 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6256 before using it.
6257
6258 2012-05-04 Tristan Gingold <gingold@adacore.com>
6259
6260 * gdb.base/set-noassign.exp: New test.
6261
6262 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6263
6264 * gdb.python/py-symbol.exp: Add tests to test the new methods
6265 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6266 * gdb.python/py-symbol.c: Add new struct to help test
6267 gdb.Symtab.static_block().
6268
6269 2012-05-03 Doug Evans <dje@google.com>
6270
6271 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6272 commented out.
6273
6274 2012-05-03 Yao Qi <yao@codesourcery.com>
6275
6276 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6277 doesn't support.
6278 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6279 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6280
6281 2012-05-03 Yao Qi <yao@codesourcery.com>
6282
6283 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6284
6285 2012-04-30 Doug Evans <dje@google.com>
6286
6287 PR testsuite/13961
6288 * gdb.dwarf2/pr13961.S: New file.
6289 * gdb.dwarf2/pr13961.exp: New file.
6290
6291 2012-04-29 Yao Qi <yao@codesourcery.com>
6292
6293 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6294
6295 2012-04-28 Doug Evans <dje@google.com>
6296
6297 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6298 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6299 All uses updated.
6300 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6301 "ptype func_cu1" to expand cu2 before cu1.
6302
6303 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6304 Tom Tromey <tromey@redhat.com>
6305
6306 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6307 variables.
6308 * gdb.base/stap-probe.c: New file.
6309 * gdb.base/stap-probe.exp: New file.
6310 * gdb.trace/stap-trace.c: New file.
6311 * gdb.trace/stap-trace.exp: New file.
6312 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6313 libgcc's unwinder.
6314
6315 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6316
6317 * gdb.arch/mips16-thunks-inmain.c: New file.
6318 * gdb.arch/mips16-thunks-main.c: New file.
6319 * gdb.arch/mips16-thunks-sin.c: New file.
6320 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6321 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6322 * gdb.arch/mips16-thunks-sinmain.c: New file.
6323 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6324 * gdb.arch/mips16-thunks.exp: New file.
6325
6326 2012-04-25 Doug Evans <dje@google.com>
6327
6328 * configure.ac: Create gdb.go/Makefile.
6329 * configure: Regenerate.
6330 * gdb.base/default.exp: Add "go" to "set language" testing.
6331 * gdb.go/Makefile.in: New file.
6332 * gdb.go/basic-types.exp: New file.
6333 * gdb.go/chan.exp: New file.
6334 * gdb.go/chan.go: New file.
6335 * gdb.go/handcall.exp: New file.
6336 * gdb.go/handcall.go: New file.
6337 * gdb.go/hello.exp: New file.
6338 * gdb.go/hello.go: New file.
6339 * gdb.go/integers.exp: New file.
6340 * gdb.go/integers.go: New file.
6341 * gdb.go/methods.exp: New file.
6342 * gdb.go/methods.go: New file.
6343 * gdb.go/package.exp: New file.
6344 * gdb.go/package1.go: New file.
6345 * gdb.go/package2.go: New file.
6346 * gdb.go/print.exp: New file.
6347 * gdb.go/strings.exp: New file.
6348 * gdb.go/strings.go: New file.
6349 * gdb.go/types.exp: New file.
6350 * gdb.go/types.go: New file.
6351 * gdb.go/unsafe.exp: New file.
6352 * gdb.go/unsafe.go: New file.
6353 * lib/future.exp: Add Go support.
6354 (gdb_find_go, gdb_find_go_linker): New procs.
6355 (gdb_default_target_compile): Add Go support.
6356 * lib/gdb.exp (skip_go_tests): New proc.
6357 * lib/go.exp: New file.
6358
6359 2012-04-25 Tom Tromey <tromey@redhat.com>
6360
6361 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6362
6363 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6364 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 PR symtab/7259:
6367 * gdb.base/enumval.c: New test case.
6368 * gdb.base/enumval.exp: New test case.
6369 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6370 field.bitpos.
6371
6372 2012-04-17 Pedro Alves <palves@redhat.com>
6373
6374 * Makefile.in (site.exp): Make site.exp source
6375 $srcdir/lib/append_gdb_boards_dir.exp.
6376 * lib/append_gdb_boards_dir.exp: New file.
6377
6378 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6379
6380 New option "set auto-load safe-path".
6381 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6382 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6383
6384 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6385
6386 auto-load: Implementation.
6387 * gdb.base/help.exp (test set height): Increase the height.
6388 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6389 to ...
6390 (info auto-load python-scripts): ... here.
6391 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6392 to ...
6393 (info auto-load python-scripts *): ... here.
6394
6395 2012-04-16 Yao Qi <yao@codesourcery.com>
6396
6397 * lib/trace-support.exp (get_in_proc_agent): New.
6398 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6399 of in process trace agent.
6400 * gdb.trace/ftrace.exp: Likewise.
6401 * gdb.trace/pending.exp: Likewise.
6402 * gdb.trace/trace-break.exp: Likewise.
6403 * gdb.trace/trace-mt.exp
6404 * gdb.trace/tspeed.exp: Likewise.
6405 * gdb.trace/tstatus.exp
6406 * gdb.trace/strace.exp: Likewise.
6407
6408 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6409
6410 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6411 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6412
6413 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6414
6415 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6416
6417 PR mi/13393
6418 * gdb.mi/mi-var-rtti.cc: New file.
6419 * gdb.mi/mi-var-rtti.exp: New file.
6420 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6421 function.
6422 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6423
6424 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6425
6426 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6427 EXECUTABLES.
6428 * gdb.python/py-explore.c: C program used for testing the new
6429 'explore' command on C constructs.
6430 * gdb.python/py-explore.cc: C++ program used for testing the new
6431 'explore' command on C++ constructs.
6432 * gdb-python/py-explore.exp: Tests for the new 'explore'
6433 command on C constructs.
6434 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6435 command on C++ constructs.
6436
6437 2012-04-07 Mark Kettenis <kettenis@gnu.org>
6438
6439 * gdb.base/funcargs.exp (complex_args): Fix typo.
6440
6441 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6442
6443 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6444 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6445
6446 2012-04-05 Keith Seitz <keiths@redhat.com>
6447
6448 * gdb.base/advance.exp: Update error message for
6449 "advance malformed" test.
6450 * gdb.base/break.exp: Likewise for "breakpoint with
6451 trailing garbage" test.
6452 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6453 with trailing garbage" test.
6454 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6455 trailng garbage" test.
6456 * gdb.base/until.exp: Likewise for "malformed until" test.
6457 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6458 for "breakpoint info (after setting on all)".
6459 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6460 tests.
6461 * gdb.cp/cplabel.cc: New file.
6462 * gdb.cp/cplabel.exp: New test.
6463 * gdb.linespec/ls-errs.c: New file.
6464 * gdb.linespec/ls-errs.exp: New test.
6465
6466 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6467
6468 * gdb.trace/unavailable.exp
6469 (collect globals: print object on: print derived_partial)
6470 (collect globals: print object on: print derived_whole)
6471 (collect globals: print object off: print derived_partial)
6472 (collect globals: print object off: print derived_whole): Update
6473 expected output.
6474
6475 2012-03-30 Keith Seitz <keiths@redhat.com>
6476
6477 * gdb.python: Add test for linespecs with commas.
6478
6479 2012-03-28 Keith Seitz <keiths@redhat.com>
6480
6481 * gdb.linespec/ls-dollar.cc: New file.
6482 * gdb.linespec/ls-dollar.exp: New test.
6483
6484 2012-03-28 Keith Seitz <keiths@redhat.com>
6485
6486 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6487 starting with the global namespace.
6488
6489 2012-03-23 Doug Evans <dje@google.com>
6490
6491 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6492
6493 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6494
6495 * gdb.python/py-value.cc: Add test case for testing the
6496 methodology exposing C++ values to Python.
6497 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6498 exposing C++ values to Python.
6499 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6500
6501 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6502 Siddhesh Poyarekar <siddhesh@redhat.com>
6503
6504 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6505 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6506 (generate native core dump): Make the test unsupported if core cannot
6507 be generated.
6508
6509 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6510
6511 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6512 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6513 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6514
6515 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6516
6517 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6518
6519 2012-03-17 Doug Evans <dje@google.com>
6520
6521 * dg-extract-results.sh: Handle KFAILs.
6522
6523 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 PR symtab/13777
6526 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6527
6528 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6529
6530 * gdb.ada/set_pckd_arr_elt: New testcase.
6531
6532 2012-03-16 Gary Benson <gbenson@redhat.com>
6533
6534 PR breakpoints/10738
6535 * gdb.opt/inline-break.exp: New file.
6536 * gdb.opt/inline-break.c: Likewise.
6537 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6538 * gdb.dwarf2/dw2-inline-break.S: Likewise.
6539 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6540 * gdb.base/async-shell.exp: Likewise.
6541 * lib/mi-support.exp (library_loaded_re): Likewise.
6542
6543 2012-03-15 Tom Tromey <tromey@redhat.com>
6544
6545 * gdb.cp/virtfunc2.exp: Update expected output.
6546 * gdb.cp/pr9631.exp: Update expected output.
6547 * gdb.cp/member-ptr.exp: Update expected output.
6548 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6549 output.
6550 * gdb.cp/casts.exp: Update expected output.
6551
6552 2012-03-15 Tom Tromey <tromey@redhat.com>
6553
6554 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6555 (test_info_vtbl): Likewise.
6556 (do_tests): Call test_info_vtbl.
6557 * gdb.cp/virtfunc.cc (va): New global.
6558
6559 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6560
6561 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6562 describing DWARF data structures.
6563 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6564 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6565 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6566 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6567 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6568 * gdb.dwarf2/dw2-param-error.S: Likewise.
6569 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6570 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6571 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6572 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6573 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6574 * gdb.dwarf2/pr11465.S: Likewise.
6575
6576 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 * gdb.mi/mi2-prompt.exp: New file.
6579
6580 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6581
6582 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6583
6584 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/bp_range_type: New testcase.
6587
6588 2012-03-13 Doug Evans <dje@google.com>
6589
6590 * gdb.base/default.exp: Delete tests for symbol-reloading.
6591 * gdb.base/help.exp: Ditto.
6592 * gdb.base/setshow.exp: Ditto.
6593 * gdb.base/gdb_history: Delete references to symbol-reloading.
6594
6595 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 * gdb.base/attach-twice.c: New files.
6598 * gdb.base/attach-twice.exp: New files.
6599
6600 2012-03-08 Keith Seitz <keiths@redhat.com>
6601
6602 * lib/gdb.exp (gdb_get_line_number): Throw an
6603 error instead of returning -1.
6604 * gdb.base/break.exp: Remove unused variable
6605 bp_location5.
6606 * gdb.base/hbreak2.exp: Likewise.
6607 * gdb.base/sepdebug.exp: Likewise.
6608
6609 2012-03-08 Yao Qi <yao@codesourcery.com>
6610 Pedro Alves <palves@redhat.com>
6611
6612 Fix PR server/13392.
6613 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6614 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6615 download tracepoints.
6616 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6617 (pending_tracepoint_resolved_during_trace): Likewise.
6618 (pending_tracepoint_installed_during_trace): Likewise.
6619 (pending_tracepoint_with_action_resolved): Likewise.
6620
6621 2012-03-08 Keith Seitz <keiths@redhat.com>
6622
6623 * gdb.ada/array_bounds.exp: Get breakpoint for line
6624 with "START", not "STOP".
6625 * gdb.python/py-infthread.exp: Do not continue to
6626 line marked "Break here.", which is undefined.
6627
6628 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6629
6630 Revert:
6631
6632 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Implement testsuite workaround for PR breakpoints/13781.
6635 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6636 (set breakpoint condition-evaluation host): New conditional command.
6637
6638 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 Fix CU relative vs. absolute DIE offsets.
6641 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6642 one.
6643
6644 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 Fix false FAIL on distros with relro linkage as default.
6647 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6648 -Wl,-z,norelro first.
6649
6650 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6651
6652 * gdb.ada/bp_on_var: New testcase.
6653
6654 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6655
6656 * gdb.ada/bp_enum_homonym: New testcase.
6657
6658 2012-03-06 Yao Qi <yao@codesourcery.com>
6659
6660 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6661 x86_64-*-* and i?86-*-*.
6662 Set up KFAIL for gdb/13808.
6663
6664 2012-03-05 Tom Tromey <tromey@redhat.com>
6665
6666 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6667 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6668
6669 2012-03-05 Tom Tromey <tromey@redhat.com>
6670
6671 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6672
6673 2012-03-04 Yao Qi <yao@codesourcery.com>
6674
6675 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6676 messages for KFAIL.
6677
6678 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6679
6680 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6681 (print one_two_three, indexes off, print few_reps, indexes off)
6682 (print many_reps, indexes off, print empty, indexes off)
6683 (print one_two_three, print few_reps, print many_reps, print empty):
6684 Call setup_xfail if $gcc_old.
6685
6686 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 Implement testsuite workaround for PR breakpoints/13781.
6689 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6690 (set breakpoint condition-evaluation host): New conditional command.
6691
6692 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 Code cleanup.
6695 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6696 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6697 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6698 number 1 by $bpnum. Four times.
6699
6700 2012-03-03 Yao Qi <yao@codesourcery.com>
6701
6702 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6703
6704 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6705
6706 Setup KFAIL for PR server/13796.
6707 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6708
6709 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6710
6711 * gdb.ada/operator_bp: New testcase.
6712
6713 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6714
6715 * gdb.ada/info_locals_renaming: New testcase.
6716
6717 2012-03-02 Tom Tromey <tromey@redhat.com>
6718
6719 * gdb.base/nextoverexit.c: New file.
6720 * gdb.base/nextoverexit.exp: New file.
6721
6722 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6723
6724 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6725 parameter.
6726
6727 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6728
6729 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6730 core registers.
6731
6732 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6733 Maciej W. Rozycki <macro@codesourcery.com>
6734 Daniel Jacobowitz <dan@codesourcery.com>
6735
6736 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6737
6738 2012-03-01 Pedro Alves <palves@redhat.com>
6739
6740 PR gdb/13767
6741
6742 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6743 (gdb_collect_globals_test): Call it.
6744
6745 2012-03-01 Keith Seitz <keiths@redhat.com>
6746
6747 * gdb.cp/method2.exp: Output of overload menu is now
6748 alphabetized. Update tests for "break A::method".
6749 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6750 of hard-coding them.
6751 Overload menu is alphabetized: rewrite to accommodate.
6752 Unset variables LINE and TYPES which are used in other tests.
6753 Compute the output of "info break".
6754 Update the breakpoint table after all breakpoints are deleted.
6755 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6756 compute ACTUALS and the method body based on parameters.
6757 Update expected output accordingly.
6758 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6759 unique comments to allow the use of gdb_get_line_number.
6760
6761 2012-03-01 Keith Seitz <keiths@redhat.com>
6762
6763 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6764 some Tcl syntax.
6765 * gdb.cp/ovldbreak.exp: Likewise.
6766
6767 2012-03-01 Keith Seitz <keiths@redhat.com>
6768
6769 * gdb.base/help.exp (help show user): Update expected result
6770 for new doc string changes (add "non-python").
6771
6772 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6773
6774 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6775 be put in the user-defined category and that the commands appear in
6776 "help user-defined".
6777
6778 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.ada/tagged_not_init: New testcase.
6781
6782 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6783
6784 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6785 * gdb.ada/enum_idx_packed: New testcase.
6786
6787 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/aliased_array: New testcase.
6790
6791 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6792
6793 * gdb.ada/whatis_array_val: New testcase.
6794
6795 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 Fix disp-step-syscall.exp: fork: single step over fork.
6798 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6799 whitespaces.
6800 (single step over $syscall): Remove its check.
6801 (single step over $syscall final pc): New check.
6802
6803 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6804
6805 Support processors without SSSE3.
6806 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6807 pabsd into ...
6808 (ssse3_test): ... a new function.
6809 (main): Call ssse3_test.
6810 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6811 Update expected values everywhere.
6812 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6813 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6814 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6815 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6816 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6817 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6818 Move these tests lower.
6819 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6820 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6821 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6822 New tests.
6823
6824 2012-02-29 Yao Qi <yao@codesourcery.com>
6825 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.trace/trace-mt.c: New.
6828 * gdb.trace/trace-mt.exp: New.
6829
6830 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6831
6832 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6833 numbers instead of hardcoding them.
6834 * gdb.base/annota1.c: Provide suitable markers.
6835 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6836 numbers instead of hardcoding them.
6837 * gdb.base/annota3.c: Provide suitable markers.
6838
6839 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6840 * gdb.base/annota3.c: Likewise.
6841 * gdb.base/sigall.c: Likewise.
6842 * gdb.base/signals.c: Likewise.
6843 * gdb.reverse/sigall-reverse.c: Likewise.
6844
6845 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6846
6847 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6848 failure return path.
6849
6850 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
6851
6852 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6853
6854 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
6855
6856 * gdb.base/cond-eval-mode.exp: New file.
6857
6858 2012-02-24 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6861 (top level): Use with_test_prefix.
6862
6863 2012-02-24 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.threads/attach-into-signal.exp (corefunc): Use
6866 with_test_prefix.
6867
6868 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6869
6870 Fix false FAILs on old CPUs without SSE.
6871 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6872 Return untested for Illegal instruction.
6873
6874 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6875
6876 Fix false FAILs with glibc debug infos installed.
6877 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6878 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6879
6880 2012-02-22 Sterling Augustine <saugustine@google.com>
6881
6882 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6883 constant with cast.
6884
6885 2012-02-21 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6888
6889 2012-02-21 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6892
6893 2012-02-21 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6896 with_test_prefix.
6897
6898 2012-02-21 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6901 with_test_prefix here.
6902 (top level): Do it here instead. Remove `:' from the
6903 with_test_prefix string.
6904 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6905 the suffix `:' from the with_test_prefix prefix string.
6906 * gdb.base/break-interp.exp: Ditto.
6907 * gdb.base/catch-load.exp: Ditto.
6908 * gdb.base/disp-step-syscall.exp: Ditto.
6909 * gdb.base/jit-so.exp: Ditto.
6910 * gdb.base/jit.exp: Ditto.
6911 * gdb.base/sepdebug.exp: Ditto.
6912 * gdb.base/solib-display.exp: Ditto.
6913 * gdb.base/solib-overlap.exp: Ditto.
6914 * gdb.base/watch-cond-infcall.exp: Ditto.
6915 * gdb.base/watchpoint.exp: Ditto.
6916 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6917 * gdb.mi/mi-watch.exp: Ditto.
6918 * gdb.mi/mi2-watch.exp: Ditto.
6919 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6920 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6921 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6922 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6923 * gdb.threads/watchpoint-fork.exp: Ditto.
6924 * gdb.threads/watchthreads-reorder.exp: Ditto.
6925 * gdb.trace/change-loc.exp: Ditto.
6926 * gdb.trace/pending.exp: Ditto.
6927 * gdb.trace/status-stop.exp: Ditto.
6928 * gdb.trace/strace.exp: Ditto.
6929 * gdb.trace/trace-break.exp: Ditto.
6930 * gdb.trace/unavailable.exp: Ditto.
6931 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6932 suffix with colon. Adjust leading comments.
6933
6934 2012-02-21 Pedro Alves <palves@redhat.com>
6935 Tom Tromey <tromey@redhat.com>
6936
6937 * lib/gdb.exp: Add description of test prefixes.
6938 (with_test_prefix): New procedure.
6939 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6940 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6941 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6942 instead of lappend to append to pf_prefix.
6943 * gdb.base/catch-load.exp: Use with_test_prefix.
6944 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6945 * gdb.base/jit-so.exp: Use with_test_prefix.
6946 * gdb.base/jit.exp: Use with_test_prefix.
6947 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6948 lappend to append to pf_prefix.
6949 * gdb.base/sepdebug.exp: Use with_test_prefix.
6950 * gdb.base/solib-display.exp: Use with_test_prefix.
6951 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6952 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6953 * gdb.base/watchpoint.exp: Use with_test_prefix.
6954 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6955 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6956 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6957 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6958 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6959 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6960 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6961 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6962 append instead of lappend to append to pf_prefix.
6963 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6964 * gdb.trace/change-loc.exp: Use with_test_prefix.
6965 * gdb.trace/pending.exp: Use with_test_prefix.
6966 * gdb.trace/status-stop.exp: Use with_test_prefix.
6967 * gdb.trace/strace.exp: Use with_test_prefix.
6968 * gdb.trace/trace-break.exp: Use with_test_prefix.
6969 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6970 instead of lappend to append to pf_prefix.
6971
6972 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6973
6974 Fix racy FAILs.
6975 * gdb.base/inferior-died.c (main): Add return of 0.
6976 * gdb.base/inferior-died.exp (continue): Fix expectation of
6977 asynchronous events.
6978 (p 1): New test.
6979
6980 2012-02-20 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6983 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6984 gdb's internal debug output. For the non-threaded case, look for
6985 "Program received signal SIGLARM", for the threaded case, peek at
6986 the thread's siginfo.
6987
6988 2012-02-20 Pedro Alves <palves@redhat.com>
6989
6990 General cleanup, make output test messages unique, and build
6991 different executable files for the non-threaded and threaded
6992 cases.
6993
6994 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6995 Delete.
6996 (executable_nothr, executable_thr): New globals.
6997 (top level): Adjust to delete both executables.
6998 (corefunc): New parameter $executable. Set $pf_prefix instead of
6999 hand writing a prefix in tests. Issue a clean_restart and enable
7000 lin-lwp debug output here.
7001 (top level): Adjust. Use build_executable. Don't start gdb here,
7002 and don't enable lin-lwp debug output here.
7003 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7004
7005 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 Fix racy FAILs.
7008 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7009 "continue" command.
7010
7011 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 Fix for gdbserver non-extended mode.
7014 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7015 and gdb_run_cmd.
7016
7017 2012-02-17 Tom Tromey <tromey@redhat.com>
7018
7019 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7020 * gdb.python/py-events.exp: Check 'dir' output.
7021 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7022
7023 2012-02-17 Yao Qi <yao@codesourcery.com>
7024
7025 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7026
7027 2012-02-16 Tom Tromey <tromey@redhat.com>
7028
7029 * gdb.base/inferior-died.c: Don't include stdio.h.
7030
7031 2012-02-16 Tom Tromey <tromey@redhat.com>
7032
7033 * gdb.base/inferior-died.c: New file.
7034 * gdb.base/inferior-died.exp: New file.
7035
7036 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7037
7038 * gdb.base/break-inline.exp: New file.
7039 * gdb.base/break-inline.c: New file.
7040
7041 2012-02-15 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.base/pc-fp.exp: Add "info register" tests.
7044
7045 2012-02-15 Tom Tromey <tromey@redhat.com>
7046
7047 * gdb.base/regs.exp: Remove.
7048
7049 2012-02-15 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7052 the target doesn't support tracepoints.
7053 * gdb.trace/circ.exp: Ditto.
7054 * gdb.trace/collection.exp: Ditto.
7055 * gdb.trace/packetlen.exp: Ditto.
7056 * gdb.trace/passc-dyn.exp: Ditto.
7057 * gdb.trace/report.exp: Ditto.
7058 * gdb.trace/tfind.exp: Ditto.
7059 * gdb.trace/tspeed.exp: Ditto.
7060 * gdb.trace/tsv.exp: Ditto.
7061 * gdb.trace/unavailable.exp: Ditto.
7062 * gdb.trace/while-dyn.exp: Ditto.
7063
7064 2012-02-15 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7067 gdb_test_multiple, and call unsupported instead of fail, if the
7068 remote side does not support the request.
7069
7070 2012-02-15 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7073 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7074 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7075 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7076 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7077 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7078 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7079 doesn't start with "extended-" already.
7080
7081 2012-02-15 Pedro Alves <palves@redhat.com>
7082
7083 Support extended-remote. Avoid cascading timeouts.
7084
7085 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7086 the extended-remote target. If attaching with no file fails, load
7087 the file manually.
7088 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7089
7090 2012-02-14 Stan Shebs <stan@codesourcery.com>
7091
7092 * gdb.base/ena-dis-br.exp: Add enable count test.
7093
7094 2012-02-13 Pedro Alves <palves@redhat.com>
7095
7096 * config/mips-idt.exp: Delete.
7097 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7098 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7099 * gdb.base/break.exp: Remove mips-idt references.
7100 * gdb.base/chng-syms.exp: Ditto.
7101 * gdb.base/default.exp: Ditto.
7102 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7103 (top level): Don't call it.
7104 * gdb.base/opaque.exp: Remove mips-idt restarts.
7105 * gdb.base/ptype.exp: Remove mips-idt xfails.
7106 * gdb.base/scope.exp: Remove mips-idt restarts.
7107 * gdb.base/sepdebug.exp: Remove mips-idt references.
7108 * gdb.base/watchpoint.exp (maybe_clean_restart)
7109 (maybe_reinitialize): Delete.
7110 (test_disabling_watchpoints, test_disabling_watchpoints)
7111 (test_watchpoint_triggered_in_syscall)
7112 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7113 Don't call them.
7114
7115 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * gdb.server/server-exec-info.exp: New file.
7118
7119 2012-02-10 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7122 always non-empty.
7123 (test_attach): Always pass $exec to test_attach_gdb.
7124
7125 2012-02-08 Tom Tromey <tromey@redhat.com>
7126
7127 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7128 before inferior is started.
7129
7130 2012-02-07 Tom Tromey <tromey@redhat.com>
7131
7132 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7133 Symbol.value.
7134 * gdb.python/py-symbol.c (qq): Set default value.
7135
7136 2012-02-07 Tom Tromey <tromey@redhat.com>
7137
7138 * gdb.python/py-symbol.c (qq): New global.
7139 * gdb.python/py-symbol.exp: Add test for frame-less
7140 lookup_symbol.
7141 * gdb.python/py-symtab.exp: Fix line number.
7142
7143 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.ada/mi_task_arg: New testcase.
7146
7147 2012-02-02 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7150 extended timeout.
7151
7152 2012-02-02 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7155 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7156
7157 2012-02-02 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.base/term.exp: Rewrite.
7160 * gdb.base/term.c: New.
7161
7162 2012-02-02 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/default.exp (run "r" abbreviation, run): Add
7165 extended-remote expected output.
7166
7167 2012-02-02 Tom Tromey <tromey@redhat.com>
7168
7169 * gdb.cp/dispcxx.exp: New file.
7170 * gdb.cp/dispcxx.cc: New file.
7171
7172 2012-02-01 Tom Tromey <tromey@redhat.com>
7173
7174 * gdb.base/jit-simple.exp: New file.
7175 * gdb.base/jit-simple.c: New file.
7176
7177 2012-01-30 Yao Qi <yao@codesourcery.com>
7178
7179 * gdb.base/skip.exp: Make test result unique.
7180
7181 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7184 compatibility with valgrind-3.7.0.
7185
7186 2012-01-27 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.base/watchpoint.exp (no_hw): New global.
7189 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7190 disable hw watchpoints.
7191 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7192 don't expect hw watchpoints.
7193 (no_hw_watchpoints): Always clean restart.
7194 (do_tests): New procedure, factored out from the top level.
7195 (top level): Run tests twice. Once with hw watchpoints enabled,
7196 another time with hw watchpoints disabled.
7197
7198 2012-01-27 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7201 out from the top level.
7202 (top level): Call it instead.
7203
7204 2012-01-27 Pedro Alves <palves@redhat.com>
7205
7206 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7207 watchpoints sooner.
7208
7209 2012-01-27 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7212
7213 2012-01-27 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7216 "You may have requested too many hardware
7217 breakpoints/watchpoints".
7218
7219 2012-01-27 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/watchpoint.exp (maybe_clean_restart)
7222 (maybe_reinitialize): New.
7223 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7224 expect "hit N times".
7225 (test_disabling_watchpoints, test_complex_watchpoint)
7226 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7227 Call maybe_clean_restart.
7228 (top level): Use clean_restart. Remove "mips-idt-*"
7229 reinitialization.
7230
7231 2012-01-27 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7234
7235 2012-01-27 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7238 require `initialize' anymore. Remove unnecessary `initialize'
7239 calls.
7240
7241 2012-01-27 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.base/watchpoint.exp (wp_set): Delete.
7244 (initialize, test_simple_watchpoint, top level): Remove dead code.
7245
7246 2012-01-27 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7249 typo.
7250
7251 2012-01-27 Pedro Alves <palves@redhat.com>
7252
7253 * config/extended-gdbserver.exp: New file.
7254 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7255 comment.
7256 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7257 * boards/native-extended-gdbserver.exp: New file.
7258
7259 2012-01-26 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7262 and gdb_test_multiple.
7263
7264 2012-01-26 Pedro Alves <palves@redhat.com>
7265
7266 Make test messages unique, and more identifiable.
7267 * gdb.multi/watchpoint-multi.exp: Change test messages.
7268
7269 2012-01-25 Tom Tromey <tromey@redhat.com>
7270
7271 * gdb.base/solib-disc.exp: Fix regexps.
7272
7273 2012-01-24 Tom Tromey <tromey@redhat.com>
7274
7275 * lib/mi-support.exp (mi_expect_stop): Add special case for
7276 solib-event.
7277 * gdb.base/catch-load-so.c: New file.
7278 * gdb.base/catch-load.exp: New file.
7279 * gdb.base/catch-load.c: New file.
7280 * gdb.base/break-interp.exp (reach_1): Update regexp.
7281
7282 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 Fix fuzzy results.
7285 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7286 lpsimple and func.
7287
7288 2012-01-24 Gary Benson <gbenson@redhat.com>
7289
7290 Delete #if 0'd out code.
7291 * gdb.base/default.exp (info catch): Remove.
7292 * gdb.base/gdb_history (info catch): Likewise.
7293 * gdb.base/help.exp (info catch): Likewise.
7294
7295 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 Fix watchpoints to be specific for each inferior.
7298 * gdb.multi/watchpoint-multi.c: New file.
7299 * gdb.multi/watchpoint-multi.exp: New file.
7300
7301 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 Fix watchpoints across inferior fork.
7304 * gdb.threads/watchpoint-fork-child.c: New file.
7305 * gdb.threads/watchpoint-fork-mt.c: New file.
7306 * gdb.threads/watchpoint-fork-parent.c: New file.
7307 * gdb.threads/watchpoint-fork-st.c: New file.
7308 * gdb.threads/watchpoint-fork.exp: New file.
7309 * gdb.threads/watchpoint-fork.h: New file.
7310
7311 2012-01-23 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.base/call-signal-resume.exp: Allow output after "return".
7314
7315 2012-01-20 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.python/py-finish-breakpoint.py: Fix typo.
7318
7319 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7320
7321 * gdb.base/info-proc.exp: Also run on remote targets. Main
7322 "info proc" command is now always present; whether target supports
7323 actual info proc operation is detected when attempting to issue
7324 the command.
7325
7326 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7327
7328 * .gdbinit: Remove.
7329
7330 2012-01-19 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7333 look at the funtions' returns.
7334 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7335 (jprint.print(int, int)): Change return type to int. Adjust.
7336
7337 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7338
7339 PR gdb/9538
7340 * gdb.base/sepdebug.exp: New test.
7341
7342 2012-01-18 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7345 Allow output before ^done.
7346
7347 2012-01-16 Tom Tromey <tromey@redhat.com>
7348
7349 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7350 Add tests for relative directory.
7351
7352 2012-01-16 Tom Tromey <tromey@redhat.com>
7353
7354 * gdb.base/printcmds.c (enum flag_enum): New.
7355 (three): New global.
7356 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7357 enum printing.
7358 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7359 FlagEnumerationPrinter.
7360 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7361 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7362 (fval): New global.
7363
7364 2012-01-16 Pedro Alves <palves@redhat.com>
7365
7366 * lib/gdb.exp (banned_procedures): New variable.
7367 (banned_variables_traced): Rename to ...
7368 (banned_traced): ... this.
7369 (gdb_init): Also trace banned procedures.
7370 (gdb_finish): Also untrace banned procedures.
7371
7372 2012-01-16 Pedro Alves <palves@redhat.com>
7373
7374 Remove all calls to strace.
7375
7376 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7379 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7380
7381 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7382
7383 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7384 * gdb.base/pie-execl.exp: Likewise.
7385
7386 2012-01-12 Keith Seitz <keiths@redhat.com>
7387
7388 PR mi/10586
7389 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7390 (do_anonymous_type_tests): New function.
7391 (main): Call do_anonymous_type_tests.
7392 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7393 (verify_everything): New procedure.
7394 * gdb.mi/mi-var-cp.cc (class A): New class.
7395 (anonymous_structs_and_unions): New function.
7396 (main): Call anonymous_structs_and_unions.
7397 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7398 (verify_everything): New procedure.
7399
7400 2012-01-12 Keith Seitz <keiths@redhat.com>
7401
7402 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7403 (varobj_tree::get_path_expr): Assume that all varobjs are
7404 compound unless they are known simple types.
7405 Adjust path expressions based on parent type, path parent type,
7406 and tree language.
7407 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7408 the root varobj.
7409 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7410
7411 2012-01-11 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7414 core files on this machine" anymore.
7415
7416 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7417
7418 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7419 (main): Repeat recurser call.
7420 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7421 equivalent to 'local_x'.
7422
7423 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7424 Joel Brobecker <brobecker@adacore.com>
7425
7426 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7427
7428 2012-01-05 Pedro Alves <alves.ped@gmail.com>
7429
7430 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7431 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7432 * gdb.python/py-events.exp: Test that "step N" tripping on a
7433 breakpoint emits a breakpoint event.
7434
7435 2012-01-03 Joel Brobecker <brobecker@adacore.com>
7436
7437 * gdb.base/auxv.exp: Reformat the copyright notice.
7438
7439 2012-01-03 Yao Qi <yao@codesourcery.com>
7440
7441 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7442 (strace_trace_on_diff_addr): New.
7443 * gdb.trace/strace.c: (main): Add two local variables.
7444
7445 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7446
7447 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7448 * gdb.cell/gcore.exp: Likewise.
7449 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7450 to verify the correct instance of main is selected.
7451
7452 2012-01-02 Joel Brobecker <brobecker@adacore.com>
7453
7454 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7455 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7456 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7457 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7458 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7459 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7460 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7461 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7462 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7463 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7464 gdb.threads/thread_check.c: Reformat copyright header.
7465
7466 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7467
7468 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
7469 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7470 is not enabled.
7471
7472 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7475 parameter to self_exec, adjust the function.
7476 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7477 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7478 (set var do_exit = 0): Remove test.
7479 (newline at end of file): Add one.
7480
7481 2011-12-27 Joel Brobecker <brobecker@adacore.com>
7482
7483 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7484 New files.
7485
7486 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7487
7488 Fix racy FAILs.
7489 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7490 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7491 (main): Call pthread_barrier_init for it.
7492
7493 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 Fix double send_gdb leading to racy FAILs.
7496 * gdb.base/break.exp (set silent break bp_location1): Replace
7497 3x send_gdb and gdb_expect by gdb_test.
7498 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7499 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7500 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7501 instead of send_gdb. Twice.
7502 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7503 3x send_gdb and gdb_expect by gdb_test.
7504 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7505
7506 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7507
7508 * gdb.linespec/linespec.exp: Compile using {c++}.
7509
7510 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7511
7512 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7513 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7514 (verify GCC PR debug/51668): New test.
7515
7516 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
7517
7518 Introduce gdb.FinishBreakpoint in Python.
7519 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7520 py-finish-breakpoint2
7521 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7522 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7523 instead of line number.
7524 * gdb.python/py-finish-breakpoint.c: New file.
7525 * gdb.python/py-finish-breakpoint.exp: New file.
7526 * gdb.python/py-finish-breakpoint.py: New file.
7527 * gdb.python/py-finish-breakpoint2.cc: New file.
7528 * gdb.python/py-finish-breakpoint2.exp: New file.
7529 * gdb.python/py-finish-breakpoint2.py: New file.
7530
7531 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 Partial fix of compatibility with gcc-4.7.
7534 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7535 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7536 Add comment to add a PASS case in the future.
7537
7538 Fix compatibility with gcc-4.7.
7539 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7540
7541 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7542
7543 PR tdep/12797
7544 * gdb.base/callfuncs.exp: Remove KFAIL.
7545
7546 2011-12-21 Joel Brobecker <brobecker@adacore.com>
7547
7548 * gdb.ada/task_bp: New testcase.
7549
7550 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7551
7552 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7553 -DNO_SECTIONS.
7554 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7555
7556 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7557
7558 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7559 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7560 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7561 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7562 conditional for gcc <= 4.5.
7563
7564 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7567 by XFAIL.
7568 * gdb.cp/static-method.exp (info addr A::func())
7569 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7570 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7571 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7572 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7573 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7574 (test value of F in k3_m): Likewise.
7575 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7576 Likewise.
7577
7578 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7579
7580 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7581 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7582 Remove.
7583 * gdb.threads/attachstop-mt.c: Remove.
7584 * gdb.threads/attachstop-mt.exp: Remove.
7585
7586 2011-12-17 Mark Kettenis <kettenis@gnu.org>
7587
7588 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7589
7590 2011-12-16 Doug Evans <dje@google.com>
7591
7592 * boards/native-stdio-gdbserver.exp: New file.
7593 * boards/native-gdbserver.exp: New file.
7594
7595 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7596 gdbserver output.
7597 (gdbserver_default_get_remote_address): New function.
7598 (gdbserver_start): Call gdb,get_remote_address to compute argument
7599 to "target remote" command.
7600
7601 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7602
7603 * gdb.python/py-function.exp: Change "on" to "full" for
7604 python print-stack. Add set/show python print-stack
7605 off|full|message tests.
7606
7607 2011-12-15 Yao Qi <yao@codesourcery.com>
7608
7609 * gdb.trace/strace.c: New
7610 * gdb.trace/strace.exp: New.
7611
7612 2011-12-14 Tom Tromey <tromey@redhat.com>
7613
7614 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7615
7616 2011-12-14 Doug Evans <dje@google.com>
7617
7618 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7619
7620 2011-12-14 Pedro Alves <pedro@codesourcery.com>
7621
7622 PR threads/10729
7623
7624 * gdb.mi/watch-nonstop.c: New file.
7625 * gdb.mi/mi-watch-nonstop.exp: New file.
7626
7627 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7628 Doug Evans <dje@google.com>
7629
7630 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7631 (clean_restart): Remove references to the gdb_stub target board
7632 variable.
7633 (gdb_step_for_stub): Delete.
7634
7635 * gdb.base/annota1.exp: Remove all references to [target_info
7636 exists gdb_stub], gdb_step_for_stub and usestubs.
7637 * gdb.base/annota3.exp: Ditto.
7638 * gdb.base/async.exp: Ditto.
7639 * gdb.base/break.exp: Ditto.
7640 * gdb.base/code-expr.exp: Ditto.
7641 * gdb.base/commands.exp: Ditto.
7642 * gdb.base/completion.exp: Ditto.
7643 * gdb.base/condbreak.exp: Ditto.
7644 * gdb.base/consecutive.exp: Ditto.
7645 * gdb.base/cvexpr.exp: Ditto.
7646 * gdb.base/define.exp: Ditto.
7647 * gdb.base/display.exp: Ditto.
7648 * gdb.base/ena-dis-br.exp: Ditto.
7649 * gdb.base/environ.exp: Ditto.
7650 * gdb.base/gnu-ifunc.exp: Ditto.
7651 * gdb.base/maint.exp: Ditto.
7652 * gdb.base/pending.exp: Ditto.
7653 * gdb.base/sect-cmd.exp: Ditto.
7654 * gdb.base/sepdebug.exp: Ditto.
7655 * gdb.base/unload.exp: Ditto.
7656 * gdb.base/watchpoint-solib.exp: Ditto.
7657 * gdb.cp/annota2.exp: Ditto.
7658 * gdb.cp/annota3.exp: Ditto.
7659 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7660 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7661 * gdb.mi/mi-pending.exp: Ditto.
7662 * gdb.trace/circ.exp: Ditto.
7663 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7664 * gdb.base/list.exp: Ditto.
7665
7666 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7667 breakpoint function and all references to the usestubs macro.
7668 * gdb.base/exprs.c: Ditto.
7669 * gdb.base/freebpcmd.c: Ditto.
7670 * gdb.base/bitfields.c: Ditto.
7671 * gdb.base/bitfields2.c: Ditto.
7672 * gdb.base/break.c: Ditto.
7673 * gdb.base/call-sc.c: Ditto.
7674 * gdb.base/call-signals.c: Ditto.
7675 * gdb.base/callfuncs.c: Ditto.
7676 * gdb.base/charset.c: Ditto.
7677 * gdb.base/consecutive.c: Ditto.
7678 * gdb.base/constvars.c: Ditto.
7679 * gdb.base/funcargs.c: Ditto.
7680 * gdb.base/int-type.c: Ditto.
7681 * gdb.base/interrupt.c: Ditto.
7682 * gdb.base/langs0.c: Ditto.
7683 * gdb.base/list0.c: Ditto.
7684 * gdb.base/mips_pro.c: Ditto.
7685 * gdb.base/miscexprs.c: Ditto.
7686 * gdb.base/nodebug.c: Ditto.
7687 * gdb.base/opaque0.c: Ditto.
7688 * gdb.base/pointers.c: Ditto.
7689 * gdb.base/printcmds.c: Ditto.
7690 * gdb.base/ptype.c: Ditto.
7691 * gdb.base/recurse.c: Ditto.
7692 * gdb.base/reread1.c: Ditto.
7693 * gdb.base/reread2.c: Ditto.
7694 * gdb.base/restore.c: Ditto.
7695 * gdb.base/return.c: Ditto.
7696 * gdb.base/run.c: Ditto.
7697 * gdb.base/scope0.c: Ditto.
7698 * gdb.base/sepdebug.c: Ditto.
7699 * gdb.base/setshow.c: Ditto.
7700 * gdb.base/setvar.c: Ditto.
7701 * gdb.base/sigall.c: Ditto.
7702 * gdb.base/signals.c: Ditto.
7703 * gdb.base/structs.c: Ditto.
7704 * gdb.base/structs2.c: Ditto.
7705 * gdb.base/testenv.c: Ditto.
7706 * gdb.base/twice.c: Ditto.
7707 * gdb.base/unwindonsignal.c: Ditto.
7708 * gdb.base/watchpoint.c: Ditto.
7709 * gdb.base/watchpoints.c: Ditto.
7710 * gdb.base/whatis.c: Ditto.
7711 * gdb.cp/classes.cc: Ditto.
7712 * gdb.cp/cplusfuncs.cc: Ditto.
7713 * gdb.cp/derivation.cc: Ditto.
7714 * gdb.cp/formatted-ref.cc: Ditto.
7715 * gdb.cp/misc.cc: Ditto.
7716 * gdb.cp/overload.cc: Ditto.
7717 * gdb.cp/ovldbreak.cc: Ditto.
7718 * gdb.cp/ref-params.cc: Ditto.
7719 * gdb.cp/ref-types.cc: Ditto.
7720 * gdb.cp/templates.cc: Ditto.
7721 * gdb.cp/virtfunc.cc: Ditto.
7722 * gdb.hp/gdb.aCC/run.c: Ditto.
7723 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7724 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7725 * gdb.reverse/consecutive-reverse.c: Ditto.
7726 * gdb.reverse/sigall-reverse.c: Ditto.
7727 * gdb.reverse/until-reverse.c: Ditto.
7728 * gdb.reverse/watch-reverse.c: Ditto.
7729 * gdb.trace/actions.c: Ditto.
7730 * gdb.trace/circ.c: Ditto.
7731 * gdb.trace/collection.c: Ditto.
7732
7733 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7734
7735 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7736 (func6, func7): New.
7737 (main): Call func6 and func7.
7738 * gdb.base/watchpoint.exp (test_wide_location_1)
7739 (test_wide_location_2): New.
7740 (top level): Re-enable hardware watchpoints if necessary. Call
7741 test_wide_location_1 and test_wide_location_2.
7742
7743 2011-12-11 Yao Qi <yao@codesourcery.com>
7744
7745 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7746
7747 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7748
7749 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7750 expected output for unsupported case.
7751
7752 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7753
7754 PR testsuite/12649
7755 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7756 Protect gdb_test_multiple by final $gdb_prompt match.
7757
7758 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7761 New variable, new test.
7762 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7763 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7764 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7765 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7766 them if HAVE_GCC_45682_FIXED is not set.
7767
7768 2011-12-10 Yao Qi <yao@codesourcery.com>
7769
7770 * gdb.trace/status-stop.exp: New.
7771 * gdb.trace/status-stop.c: New.
7772
7773 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7776 timeout.
7777
7778 2011-12-08 Tom Tromey <tromey@redhat.com>
7779
7780 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7781 condition.
7782
7783 2011-12-07 Stan Shebs <stan@codesourcery.com>
7784
7785 * gdb.trace/tfind.exp: Update for output changes.
7786
7787 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7788
7789 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7790 throws "Cannot insert catchpoints in this configuration".
7791 * gdb.ada/mi_catch_ex.exp: Likewise.
7792
7793 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7794
7795 * gdb.base/break-always.exp: Test changing memory at addresses
7796 with breakpoints inserted.
7797
7798 2011-12-06 Joel Brobecker <brobecker@acacore.com>
7799
7800 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7801 involving a fully qualified function name.
7802
7803 2011-12-06 Tom Tromey <tromey@redhat.com>
7804
7805 * gdb.ada/homonym.exp: Add three breakpoint tests.
7806
7807 2011-12-06 Tom Tromey <tromey@redhat.com>
7808
7809 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7810 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7811 * gdb.objc/objcdecode.exp: Update for output changes.
7812 * gdb.linespec/linespec.exp: New file.
7813 * gdb.linespec/lspec.cc: New file.
7814 * gdb.linespec/lspec.h: New file.
7815 * gdb.linespec/body.h: New file.
7816 * gdb.linespec/base/two/thefile.cc: New file.
7817 * gdb.linespec/base/one/thefile.cc: New file.
7818 * gdb.linespec/Makefile.in: New file.
7819 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7820 output changes.
7821 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7822 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7823 makes one breakpoint.
7824 * gdb.cp/method2.exp (test_break): Update for output changes.
7825 * gdb.cp/mb-templates.exp: Update for output changes.
7826 * gdb.cp/mb-inline.exp: Update for output changes.
7827 * gdb.cp/mb-ctor.exp: Update for output changes.
7828 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7829 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7830 has multiple matches.
7831 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7832 error message change.
7833 * gdb.base/list.exp (test_list_filename_and_number): Update for
7834 error message change.
7835 * gdb.base/break.exp: Disable pending breakpoints. Update for
7836 output changes.
7837 * configure.ac: Add gdb.linespec.
7838 * configure: Rebuild.
7839 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7840
7841 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7842
7843 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7844 last_break register on s390*-*-* targets.
7845
7846 2011-12-06 Joel Brobecker <brobecker@adacore.com>
7847
7848 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7849 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7850 of parameter X in procedure Foo.
7851
7852 2011-12-05 Stan Shebs <stan@codesourcery.com>
7853
7854 * gdb.trace/tfind.exp: Update help string matches.
7855
7856 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7857
7858 * gdb.server/ext-run.exp (get process list): Accept also systemd
7859 as PID 1.
7860
7861 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7862 Pedro Alves <pedro@codesourcery.com>
7863
7864 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7865 starting GDB.
7866 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7867 $use_gdb_stub.
7868 * gdb.base/display.exp: Likewise.
7869 * gdb.base/ending-run.exp: Likewise.
7870 * gdb.base/list.exp (test_listsize): Likewise.
7871 * gdb.base/setshow.exp: Likewise.
7872 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7873 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7874 check by global $use_gdb_stub.
7875 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7876 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7877 (default_gdb_init): Unset global $use_gdb_stub.
7878 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7879 by global $use_gdb_stub.
7880 * lib/gdbserver-support.exp: Extend comments for set_board_info
7881 gdb_protocol and gdb,socketport.
7882 (gdbserver_start_extended): Set global gdbserver_protocol and
7883 gdbserver_gdbport. Clear global use_gdb_stub.
7884 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7885 from target use_gdb_stub.
7886 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7887
7888 2011-12-03 Doug Evans <dje@google.com>
7889
7890 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7891 (gdb_step_for_stub): Add comments.
7892
7893 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7894
7895 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7896 to the caller.
7897 (gdb_test_multiple): Likewise.
7898
7899 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7900
7901 Fix gdb.mi/mi-solib.exp without system debug info installed.
7902 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7903 expect attribute, return 0 for it. Update comments.
7904
7905 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7906
7907 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7908 (corrupted list): Adjust the expectation.
7909
7910 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 PR threads/13448
7913 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7914 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7915 * gdb.threads/tls-var-main.c: New file.
7916 * gdb.threads/tls-var.c: New file.
7917 * gdb.threads/tls-var.exp: New file.
7918
7919 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 PR testsuite/12649
7922 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7923 Protect gdb_test_multiple by final $gdb_prompt match.
7924 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7925 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7926 (test_tracepoints): Likewise.
7927
7928 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 PR breakpoints/13346
7931 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7932 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7933 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7934
7935 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7936
7937 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7938 * gdb.ada/homonym/homonym.adb: For use of all types defined
7939 locally inside both Get_Value subprograms.
7940
7941 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 Fix racy FAILs.
7944 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7945 of send_gdb.
7946
7947 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7948
7949 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7950 environment variable after test completed.
7951
7952 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7953
7954 * gdb.base/solib-nodir.exp: Skip if remote target.
7955 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7956 application. Call gdb_load_shlibs.
7957 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7958
7959 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7960
7961 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7962
7963 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7964
7965 * gdb.ada/fullname_bp: New testcase.
7966
7967 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 PR testsuite/12649
7970 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7971 Wrap send_gdb into a new gdb_test.
7972
7973 Code cleanup.
7974 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7975 Convert send_gdb and gdb_expect to gdb_test_multiple.
7976
7977 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7980
7981 2011-11-23 Keith Seitz <keiths@redhat.com>
7982
7983 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7984 (mi_varobj_tree_test_children_callback): New proc.
7985 (mi_walk_varobj_tree): New proc.
7986
7987 2011-11-22 Tom Tromey <tromey@redhat.com>
7988
7989 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7990 Add "use_mi_command" argument.
7991 (mi_run_cmd, mi_run_with_cli): New procs.
7992 * gdb.mi/solib-lib.c: New file.
7993 * gdb.mi/solib-main.c: New file.
7994 * gdb.mi/mi-solib.exp: New file.
7995
7996 2011-11-21 Doug Evans <dje@google.com>
7997
7998 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7999 _Unwind_DebugHook is missing.
8000
8001 2011-11-20 Stan Shebs <stan@codesourcery.com>
8002
8003 * gdb.trace/tstatus.exp: New.
8004 * gdb.trace/actions.c: Include string.h.
8005
8006 2011-11-18 Yao Qi <yao@codesourcery.com>
8007
8008 * gdb.trace/pending.exp: New.
8009 * gdb.trace/pending.c: New.
8010 * gdb.trace/pendshr1.c: New.
8011 * gdb.trace/pendshr2.c: New.
8012 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8013 tracepoint location becomes pending.
8014 (tracepoint_change_loc_2): New.
8015
8016 2011-11-16 David S. Miller <davem@davemloft.net>
8017
8018 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8019 target is sparc*-*-linux*
8020
8021 2011-11-15 Paul Koning <paul_koning@dell.com>
8022
8023 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8024 types.
8025
8026 2011-11-14 Doug Evans <dje@google.com>
8027
8028 * gdb.base/shell.exp: New file.
8029
8030 2011-11-14 Stan Shebs <stan@codesourcery.com>
8031
8032 * gdb.trace/ftrace.c: New.
8033 * gdb.trace/ftrace.exp: New.
8034
8035 2011-11-14 Yao Qi <yao@codesourcery.com>
8036
8037 * gdb.trace/change-loc-1.c: New.
8038 * gdb.trace/change-loc-2.c: New.
8039 * gdb.trace/change-loc.c: New.
8040 * gdb.trace/change-loc.exp: New.
8041 * gdb.trace/change-loc.h: New.
8042 * gdb.trace/trace-break.c (marker): Define new symbol.
8043 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8044 New.
8045 (break_trace_same_addr_6): New.
8046
8047 2011-11-12 Matt Rice <ratmice@gmail.com>
8048
8049 * gdb.base/info-macros.exp: Make tests for info definitions
8050 test info macro. Add tests for info macro argument processing.
8051 Rename a few tests.
8052
8053 2011-11-11 Keith Seitz <keiths@redhat.com>
8054
8055 PR gdb/12843
8056 * gdb.base/linespecs.exp: New file.
8057
8058 2011-11-11 Doug Evans <dje@google.com>
8059
8060 * gdb.threads/print-threads.exp: Extend timeout for slower
8061 tests.
8062
8063 2011-11-10 Doug Evans <dje@google.com>
8064
8065 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8066 "record to end of main" test.
8067
8068 * gdb.python/py-type.c (TS): New typedef.
8069 (ts): New global.
8070 * gdb.python/py-type.exp: Test field list of typedef.
8071
8072 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8073
8074 * gdb.ada/small_reg_param: New testcase.
8075
8076 2011-11-09 Tom Tromey <tromey@redhat.com>
8077
8078 * gdb.cp/destrprint.exp: New file.
8079 * gdb.cp/destrprint.cc: New file.
8080
8081 2011-11-08 Meador Inge <meadori@codesourcery.com>
8082
8083 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8084 (switch_stack_to_other): New test function.
8085 * gdb.arch/thumb-prologue.exp: New test cases.
8086
8087 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8088
8089 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8090
8091 2011-11-08 Yao Qi <yao@codesourcery.com>
8092
8093 * gdb.exp (supports_process_record): New.
8094 (supports_reverse): New.
8095 * gdb.reverse/break-precsave.exp: Call support_process_record
8096 to run test conditionally.
8097 * gdb.reverse/consecutive-precsave.exp: Likewise.
8098 * gdb.reverse/i386-precsave.exp: Likewise.
8099 * gdb.reverse/machinestate-precsave.exp: Likewise.
8100 * gdb.reverse/solib-precsave.exp: Likewise.
8101 * gdb.reverse/step-precsave.exp: Likewise.
8102 * gdb.reverse/until-precsave.exp: Likewise.
8103 * gdb.reverse/watch-precsave.exp: Likewise.
8104 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8105 test conditionally.
8106 * gdb.reverse/consecutive-reverse.exp: Likewise.
8107 * gdb.reverse/finish-precsave.exp: Likewise.
8108 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8109 * gdb.reverse/finish-reverse.exp: Likewise.
8110 * gdb.reverse/i386-reverse.exp: Likewise.
8111 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8112 * gdb.reverse/machinestate.exp: Likewise.
8113 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8114 * gdb.reverse/sigall-precsave.exp: Likewise.
8115 * gdb.reverse/sigall-reverse.exp: Likewise.
8116 * gdb.reverse/solib-reverse.exp: Likewise.
8117 * gdb.reverse/step-reverse.exp: Likewise.
8118 * gdb.reverse/until-reverse.exp: Likewise.
8119 * gdb.reverse/watch-reverse.exp: Likewise.
8120
8121 2011-11-05 Yao Qi <yao@codesourcery.com>
8122
8123 * gdb.trace/trace-break.exp: Add test on setting two
8124 fast tracepoints at the same address.
8125
8126 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8129
8130 2011-11-02 Stan Shebs <stan@codesourcery.com>
8131
8132 * gdb.trace/collection.c: Add code using strings.
8133 * gdb.trace/collection.exp: Add tests of string collection.
8134
8135 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8136
8137 * gdb.base/skip-solib.exp (executable_main): New variable.
8138 (binfile_main): Base it on that.
8139 Use $executable_main in clean_restart calls. Drop gdb_exit and
8140 gdb_start calls.
8141
8142 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 Fix racy FAILs.
8145 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8146 breakpoint_re globals import by async. Set string_regex to .* for
8147 async. Remove the optional thread_selected_re and breakpoint_re
8148 globals expectations.
8149
8150 2011-11-01 Joseph Myers <joseph@codesourcery.com>
8151
8152 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8153 well as Cygwin.
8154
8155 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
8156
8157 Add tests for skip command.
8158 * gdb.base/skip-solib-lib.c: New
8159 * gdb.base/skip-solib-main.c: New
8160 * gdb.base/skip-solib.exp: New
8161 * gdb.base/skip.c: New
8162 * gdb.base/skip.exp: New
8163 * gdb.base/skip1.c: New
8164 * gdb.base/Makefile.in: Adding new files.
8165
8166 2011-10-31 Yao Qi <yao@codesourcery.com>
8167 Pedro Alves <pedro@codesourcery.com>
8168
8169 * gdb.trace/trace-break.c: New.
8170 * gdb.trace/trace-break.exp: New.
8171
8172 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8175 break-here-2.
8176
8177 2011-10-28 Pedro Alves <pedro@codesourcery.com>
8178
8179 * gdb.threads/no-unwaited-for-left.c: New.
8180 * gdb.threads/no-unwaited-for-left.exp: New.
8181 * gdb.threads/non-ldr-exc-1.c: New.
8182 * gdb.threads/non-ldr-exc-1.exp: New.
8183 * gdb.threads/non-ldr-exc-2.c: New.
8184 * gdb.threads/non-ldr-exc-2.exp: New.
8185 * gdb.threads/non-ldr-exc-3.c: New.
8186 * gdb.threads/non-ldr-exc-3.exp: New.
8187 * gdb.threads/non-ldr-exc-4.c: New.
8188 * gdb.threads/non-ldr-exc-4.exp: New.
8189
8190 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8193 * gdb.base/attach-pie-misread.exp: Likewise.
8194 * gdb.base/break-interp.exp: Likewise.
8195 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8196 testcases for use_gdb_stub.
8197 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8198 (continue): New testcase.
8199 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8200 * gdb.threads/attach-into-signal.exp: Likewise.
8201 * gdb.threads/attach-stopped.exp: Likewise.
8202 * gdb.threads/attachstop-mt.exp: Likewise.
8203
8204 2011-10-28 Paul Koning <paul_koning@dell.com>
8205
8206 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8207
8208 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8209
8210 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8211 (mi_gdb_test): Import globals thread_selected_re
8212 and breakpoint_re. Expect them optionally at the regex start.
8213
8214 2011-10-27 Doug Evans <dje@google.com>
8215
8216 * gdb.python/python.exp: Test source -s.
8217
8218 2011-10-26 Paul Koning <paul_koning@dell.com>
8219
8220 * gdb.python/lib-types.cc (struct A): New structure.
8221 * gdb.python/lib-types.exp (deepitems): New tests.
8222
8223 2011-10-25 Paul Koning <paul_koning@dell.com>
8224
8225 PR python/13327
8226
8227 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8228 fetch_lazy method.
8229
8230 2011-10-24 Yao Qi <yao@codesourcery.com>
8231
8232 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8233 target is tic6x-*-*.
8234
8235 2011-10-21 Joel Brobecker <brobecker@adacore.com>
8236
8237 * gdb.ada/mi_task_info/task_switch.adb: New file.
8238 * gdb.ada/mi_task_info.exp: New file.
8239
8240 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8243 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8244
8245 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8246
8247 PR python/12656
8248
8249 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8250 global_block tests.
8251
8252 2011-10-18 Tom Tromey <tromey@redhat.com>
8253
8254 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8255
8256 2011-10-18 Tom Tromey <tromey@redhat.com>
8257
8258 * gdb.base/source.exp: Don't include full file name in test name.
8259 * gdb.python/python.exp: Don't include full file name in test
8260 name.
8261
8262 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8263
8264 * gdb.base/attach-pie-noexec.c: New files.
8265 * gdb.base/attach-pie-noexec.exp: New files.
8266
8267 2011-10-17 Joseph Myers <joseph@codesourcery.com>
8268
8269 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8270 prompt for each extra line in command.
8271
8272 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8273
8274 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8275 Revert the part of:
8276 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8277 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8278 Change the expected string.
8279
8280 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8281
8282 Fix results with system glibc debug info installed.
8283 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8284 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8285 Accept also __libc_ symbol prefix and no prefix.
8286
8287 2011-10-14 Keith Seitz <keiths@redhat.com>
8288
8289 PR c++/13225
8290 * gdb.cp/converts.cc (foo3_1): New function.
8291 (foo3_2): New functions.
8292 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8293 and null pointer conversions of integer constant zero.
8294 Add test to check if all arguments are checked for incompatible
8295 conversion BADNESS.
8296
8297 2011-10-14 Tom Tromey <tromey@redhat.com>
8298
8299 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8300 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8301 linespec.
8302
8303 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8304
8305 Fix internal error regression.
8306 * gdb.dwarf2/implptr-optimized-out.S: New file.
8307 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8308
8309 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8310
8311 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8312 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8313 (loclist): New.
8314 (4): New abbrev.
8315 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8316 Use prepare_for_testing, remove clean_restart.
8317 (p arraynoloc, p arraycallnoloc): New tests.
8318
8319 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8320
8321 * gdb.cp/namespace-enum.exp (executable): New variable.
8322 (binfile): Use ${objdir}/${subdir}/ prefix.
8323 Use ${executable} for clean_restart.
8324
8325 2011-10-11 Sterling Augustine <saugustine@google.com>
8326
8327 * gdb.cp/Makefile.in: Add namespace-enum test.
8328 * gdb.cp/namespace-enum.exp: New file.
8329 * gdb.cp/namespace-enum.c: New file.
8330 * gdb.cp/namespace-enum-main.c: New file.
8331
8332 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8333
8334 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8335 sysroot.
8336
8337 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8338
8339 Reimplement @entry in input expressions.
8340 * gdb.base/exprs.c (v_int_array_init): New variable.
8341 * gdb.base/exprs.exp (print v_int_array_init)
8342 (print *v_int_array_init@1, print *v_int_array_init@2)
8343 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8344 (print v_int_array_init[1]@1): New tests.
8345
8346 2011-10-10 Joseph Myers <joseph@codesourcery.com>
8347
8348 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8349 expected message.
8350
8351 2011-10-09 Doug Evans <dje@google.com>
8352
8353 * gdb.base/alias.exp: Add tests for alias command.
8354
8355 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.arch/amd64-entry-value.s: New file.
8358 * gdb.mi/mi2-amd64-entry-value.s: New file.
8359
8360 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8361
8362 Display @entry parameter values even for references.
8363 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8364 functions.
8365 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8366 reference and datap_input.
8367 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8368 breakpoints.
8369 (continue to breakpoint: entry_reference: reference)
8370 (entry_reference: bt at entry)
8371 (continue to breakpoint: entry_reference: breakhere_reference)
8372 (entry_reference: bt, entry_reference: ptype regparam)
8373 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8374 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8375 (entry_reference: p regcopy, entry_reference: p nodataparam)
8376 (entry_reference: p nodataparam@entry): New tests.
8377
8378 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 Support @entry in input expressions.
8381 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8382 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8383 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8384 (tailcall: p j@entry): New tests.
8385 * gdb.cp/koenig.cc (A::entry): New function.
8386 (main): Call it.
8387 * gdb.cp/koenig.exp (p entry (c)): New test.
8388
8389 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8390
8391 Display @entry parameter values (without references).
8392 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8393 (different, validity, invalid): New functions.
8394 (main): Call them.
8395 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8396 stacktest, breakhere_stacktest, different, breakhere_different,
8397 breakhere_validity and breakhere_invalid.
8398 (entry: bt): Update for @entry.
8399 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8400 (entry_validity: *, entry_invalid: *): Many new tests.
8401 * gdb.base/break.exp
8402 (run until breakpoint set at small function, optimized file): Accept
8403 also the @entry suffix.
8404 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8405 * gdb.mi/mi2-amd64-entry-value.c: New files.
8406 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8407
8408 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 Protect entry values against self tail calls.
8411 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8412 (main): Call self.
8413 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8414 (set debug entry-values 1, self: bt debug entry-values): New tests.
8415
8416 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 Recognize virtual tail call frames.
8419 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8420 (amb_b, amb_a): New.
8421 (main): Call a and b.
8422 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8423 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8424 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8425 New tests.
8426
8427 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8428
8429 Implement basic support for DW_TAG_GNU_call_site.
8430 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8431 * gdb.arch/amd64-entry-value.cc: New file.
8432 * gdb.arch/amd64-entry-value.exp: New file.
8433
8434 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8435
8436 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8437 * gdb.dwarf2/implptr-64bit.S: New file.
8438 * gdb.dwarf2/implptr-64bit.exp: New file.
8439
8440 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8441
8442 Fix initial language detection with -readnow.
8443 * gdb.cp/readnow-language.cc: New file.
8444 * gdb.cp/readnow-language.exp: New file.
8445
8446 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8447
8448 Fix printed anonymous struct name.
8449 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8450
8451 2011-10-09 Joseph Myers <joseph@codesourcery.com>
8452
8453 * gdb.base/solib-symbol.exp: Do not include directories in
8454 filenames in expected messages.
8455
8456 2011-10-07 Doug Evans <dje@google.com>
8457
8458 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8459
8460 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
8461
8462 Allow Python notification of new object-file loadings.
8463 * gdb.python/py-events.exp: Test newobjfile event.
8464 * gdb.python/py-events.py: Register newobjfile callback.
8465 * gdb.python/py-events.c: Add call to shared library
8466 * gdb.python/py-events-shlib.c: New file.
8467
8468 2011-10-06 Joseph Myers <joseph@codesourcery.com>
8469
8470 * gdb.base/fixsection.exp: Do not include directories in filename
8471 in expected message.
8472
8473 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8474
8475 Add tests for passing of environment variables to inferior.
8476 * gdb.base/testenv.c: New test source.
8477 * gdb.base/testenv.exp: New expect test.
8478
8479 2011-10-04 Paul Koning <paul_koning@dell.com>
8480
8481 * gdb.python/py-value.c (main): Break before return.
8482
8483 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
8484
8485 PR python/12691: Add the inferior to Python exited event
8486 * gdb.python/py-events.exp: Test the inferior attribute of exited
8487 event with a fork.
8488 * gdb.python/py-events.py: Print inferior number on exit.
8489 * gdb.python/py-events.c: Fork the inferior.
8490
8491 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8492
8493 * gdb.base/jit.exp: Add testcase name to log message
8494
8495 2011-10-03 Paul Koning <paul_koning@dell.com>
8496 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 * gdb.python/py-value.exp
8499 (python inval = gdb.parse_and_eval('*(int*)0'))
8500 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8501 (set argc=2, python print argc_lazy): New tests.
8502
8503 2011-10-02 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8506
8507 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8508 Pedro Alves <pedro@codesourcery.com>
8509
8510 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8511 can_read_0, test for it.
8512 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8513 (parse_and_eval with memory error): ... here, make it untested if
8514 can_read_0.
8515
8516 2011-09-30 Marek Polacek <mpolacek@redhat.com>
8517
8518 * gdb.python/python.exp (verify pagination beforehand)
8519 (verify pagination afterwards): Fix race by splitting the line.
8520
8521 2011-09-29 Joseph Myers <joseph@codesourcery.com>
8522
8523 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8524 for 64-bit multilibs from i?86-* targets.
8525
8526 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8527
8528 * lib/gdb.exp: Fix a typo in one of the comments.
8529
8530 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8531
8532 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8533 matching pattern.
8534
8535 2011-09-28 Paul Koning <paul_koning@dell.com>
8536
8537 * gdb.python/py-type.c (enum E): New.
8538 * gdb.python/py-type.exp (test_fields): Add tests for Python
8539 mapping access to fields.
8540 (test_enums): New test for field access on enums.
8541
8542 2011-09-27 Stan Shebs <stan@codesourcery.com>
8543
8544 * gdb.trace/collection.exp: Test collection of $_ret.
8545
8546 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
8547
8548 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8549 list of compilation switches for <*-*-freebsd*>.
8550
8551 2011-09-19 Stan Shebs <stan@codesourcery.com>
8552
8553 * gdb.trace/tspeed.exp: New file.
8554 * gdb.trace/tspeed.c: New file.
8555
8556 2011-09-18 Yao Qi <yao@codesourcery.com>
8557
8558 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8559 instructions.
8560 (test_adr_32bit, test_pop_pc): Likewise.
8561 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8562 Thumb instructions.
8563 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8564 in gdb_test_multiple.
8565 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8566
8567 2011-09-17 Yao Qi <yao@codesourcery.com>
8568
8569 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8570 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8571 support single step to signal handler.
8572
8573 2011-09-17 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.base/disp-step-fork.c: New.
8576 * gdb.base/disp-step-syscall.exp: New.
8577 * gdb.base/disp-step-vfork.c: New.
8578
8579 2011-09-16 Joel Brobecker <brobecker@adacore.com>
8580
8581 * gdb.ada/tasks.exp: Make the expected output for
8582 the `info tasks' tests more resilient to spacing
8583 changes.
8584
8585 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8588 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8589
8590 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
8591
8592 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8593 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8594
8595 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
8596
8597 Handle multiple breakpoint hits in Python interface:
8598 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8599 presence.
8600 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8601 breakpoint hits.
8602
8603 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8604 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * gdb.python/py-events.exp: Remove pretty printing comment.
8607 * gdb.python/py-evsignal.exp: New file.
8608 * gdb.python/py-evthreads.c: Include signal.h.
8609 (thread3): Remove variable count3. Remove variable bad and use raise
8610 instead.
8611 (thread2): Remove variable count2. Move thread3 pthread_create here,
8612 merge pthread_join to a single line.
8613 (main): Remove variable count1. Merge pthread_join with pthread_create
8614 to a single line.
8615 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8616 KFAIL python/12966 for gdbserver. Test return value of
8617 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8618 gdb_expect by gdb_test and gdb_test_multiple.
8619 (thread 2, thread 3): New tests.
8620
8621 2011-09-12 Matt Rice <ratmice@gmail.com>
8622 Pedro Alves <pedro@codesourcery.com>
8623
8624 PR gdb/13175
8625
8626 * gdb.base/interp.exp: New tests.
8627 * gdb.base/interp.c: New file.
8628
8629 2011-09-12 Doug Evans <dje@google.com>
8630
8631 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8632 * gdb.dwarf2/typeddwarf.exp: Ditto.
8633
8634 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8635
8636 Fix compatibility with x32 arch.
8637 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8638 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8639 is_x86_like_target.
8640 * testsuite/gdb.trace/collection.exp: Likewise.
8641 * testsuite/gdb.trace/report.exp: Likewise.
8642 * testsuite/gdb.trace/unavailable.exp: Likewise.
8643 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8644 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8645 (is_x86_like_target): Check also is_amd64_regs_target.
8646
8647 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 PR breakpoints/12435
8650 * gdb.arch/amd64-prologue-xmm.c: New file.
8651 * gdb.arch/amd64-prologue-xmm.exp: New file.
8652 * gdb.arch/amd64-prologue-xmm.s: New file.
8653
8654 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8655
8656 * gdb.dwarf2/dw2-param-error-main.c: New file.
8657 * gdb.dwarf2/dw2-param-error.S: New file.
8658 * gdb.dwarf2/dw2-param-error.exp: New file.
8659
8660 2011-09-08 Pedro Alves <pedro@codesourcery.com>
8661
8662 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8663 inferior's pid and look for a core dump named core.$pid. Use
8664 `remote_file' commands on the host instead of hand coding shell
8665 commands on the build.
8666 * gdb.base/valgrind-db-attach.exp: Kill the program before
8667 finishing the test.
8668
8669 2011-09-02 Matt Rice <ratmice@gmail.com>
8670
8671 * lib/prompt.exp: New file for testing the first prompt.
8672 * gdb.python/py-prompt.exp: Ditto.
8673 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8674
8675 2011-09-02 Pedro Alves <pedro@codesourcery.com>
8676
8677 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8678 0, before testing gcore.
8679
8680 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8681
8682 * dw2-ifort-parameter-debug.S: Update copyright year.
8683 * dw2-ifort-parameter.c: Update copyright year.
8684 * dw2-ifort-parameter.exp: Update copyright year.
8685
8686 * dw2-ifort-parameter-debug.S: New file.
8687 * dw2-ifort-parameter.c: New file.
8688 * dw2-ifort-parameter.exp: New file.
8689
8690 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8691
8692 * gdb.base/commands.exp (error_clears_commands_left): New function.
8693 (): Call it.
8694
8695 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8698 (C): Initialize `a'.
8699 * gdb.mi/mi-inheritance-syntax-error.exp
8700 (-data-evaluate-expression $path): Expect `a' as 5.
8701
8702 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8703
8704 PR mi/11912
8705 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8706 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8707 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8708 keyword in output of -var-info-path-expression.
8709
8710 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8713 * gdb.trace/collection.exp: Likewise.
8714 * gdb.trace/report.exp: Likewise.
8715 * gdb.trace/unavailable.exp: Likewise.
8716 * gdb.trace/while-dyn.exp: Likewise.
8717
8718 2011-08-18 Keith Seitz <keiths@redhat.com>
8719
8720 PR c++/12266
8721 * gdb.cp/meth-typedefs.cc: New file.
8722 * gdb.cp/meth-typedefs.exp: New file.
8723
8724 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8725
8726 * gdb.python/python.exp: Add extended-prompt tests.
8727
8728 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8729
8730 * gdb.arch/i386-dr3-watch.exp
8731 (watchpoint on gap1 does not fit debug registers)
8732 (delete all watchpoints): Fix racy expect strings.
8733
8734 2011-08-14 Yao Qi <yao@codesourcery.com>
8735
8736 * gdb.base/maint.exp: set data_section to ".neardata".
8737 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8738 * gdb.base/savedregs.exp: Handle SIGILL.
8739 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8740 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8741
8742 2011-08-12 Doug Evans <dje@google.com>
8743
8744 * gdb.python/py-symbol.exp: Add test for symbol.type.
8745
8746 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8747
8748 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8749 * gdb.mi/mi-pthreads.exp: Likewise.
8750 * gdb.mi/mi2-pthreads.exp: Likewise.
8751 * gdb.mi/gdb669.exp.exp: Likewise.
8752
8753 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8754
8755 * lib/mi-support.exp (detect_async): Rename to...
8756 (mi_detect_async): ... this.
8757 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8758 * gdb.mi/mi-nonstop.exp: Adjust.
8759 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8760 * gdb.mi/mi-nsintrall.exp: Adjust.
8761 * gdb.mi/mi-nsmoribund.exp: Adjust.
8762 * gdb.mi/mi-nsthrexec.exp: Adjust.
8763
8764 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8765
8766 * gdb.base/display.c (do_loops): New `p_i' local.
8767 * gdb.base/display.exp: Test displaying a variable that is
8768 temporarily at a bad address.
8769
8770 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8773 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8774
8775 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8778 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8779 (p fuNC_symtab): Permit also ppc64 leading dot.
8780
8781 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8782
8783 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8784 procedure.
8785 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8786
8787 2011-08-05 Yao Qi <yao@codesourcery.com>
8788
8789 * gdb.base/callfuncs.exp: Set language after main.
8790 * gdb.cp/cplusfuncs.exp: Likewise.
8791 * gdb.cp/inherit.exp: Likewise.
8792
8793 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8794
8795 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8796 * gdb.base/watch-vfork.exp: Skip on remote targets.
8797
8798 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8799
8800 * gdb.threads/thread-find.exp: Support remote targets.
8801
8802 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8803
8804 * gdb.base/jit.exp: Download solib_binfile to target.
8805 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8806 and call dlopen without full path name.
8807 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8808 dlopen without full path name.
8809
8810 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8811
8812 * gdb.base/break-always.exp: Complete the test
8813 with duplicated breakpoints and enabling/disabling them.
8814
8815 2011-08-02 Tom Tromey <tromey@redhat.com>
8816
8817 PR gdb/11289:
8818 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8819
8820 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
8821
8822 PR gdb/13045
8823 * gdb.base/float.exp: Add new test case for PR gdb/13045
8824 * gdb.base/float.c: New file.
8825
8826 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8827
8828 * gdb.python/py-mi.exp: Test printers returning string hint, and
8829 also not returning a value.
8830 * gdb.python/py-prettyprint.c: Add testcase for above.
8831 * gdb.python/py-prettyprint.py: Add test printer for above.
8832
8833 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8834
8835 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8836 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8837 (.Ldie30) Add as field "data4".
8838 (.Ldie32) Rename field "b" to "shl".
8839 (abbrev4) Change for the "data4" field.
8840 (abbrev5, abbrev6) Remove.
8841 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8842 (p &s.shl): ... here. Add comment.
8843 (p &s.data4): New.
8844
8845 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 Fix crash on lval_computed values.
8848 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8849
8850 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 * gdb.base/help.exp (help whatis): Update the expected string.
8853
8854 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8857 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8858 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8859 Change the expected string.
8860
8861 2011-07-26 Pedro Alves <pedro@codesourcery.com>
8862
8863 * gdb.base/watchpoint.exp
8864 (test_disable_enable_software_watchpoint): New procedure.
8865 (top level): Run it.
8866
8867 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8868
8869 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8870 executable file "${binfile}", C++ version "${binfile}-cxx".
8871 * gdb.python/py-prettyprint.exp: Likewise.
8872 * gdb.python/py-symbol.exp: Likewise.
8873 * gdb.python/py-type.exp: Likewise.
8874 * gdb.python/py-value.exp: Likewise.
8875 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8876 file name instead of just suffix.
8877
8878 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 Fix implicit pointer offsets.
8881 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8882 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8883 (continue to breakpoint: continue to baz breakpoint for implptr)
8884 (sanity check element 0, sanity check element 1)
8885 (enter the inlined function, check element 0 for the offset)
8886 (check element 1 for the offset)
8887 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8888 (set foo breakpoint for implptr): Update the breakpoint number.
8889
8890 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8891
8892 * gdb.python/py-mi.exp: Use different file names for different
8893 versions of the executable under test.
8894 * gdb.python/py-prettyprint.exp: Likewise.
8895 * gdb.python/py-symbol.exp: Likewise.
8896 * gdb.python/py-template.exp: Likewise.
8897 * gdb.python/py-type.exp: Likewise.
8898 * gdb.python/py-value.exp: Likewise.
8899
8900 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8901
8902 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8903 flag after restarting GDB if necessary.
8904
8905 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8906
8907 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8908
8909 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8910
8911 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8912 backend doesn't leave used debug registers behind.
8913
8914 2011-07-22 Tom Tromey <tromey@redhat.com>
8915
8916 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8917 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8918 argument.
8919 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8920
8921 2011-07-21 Matt Rice <ratmice@gmail.com>
8922
8923 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8924 in mostlyclean rule. Add files ending in .core.
8925
8926 2011-07-21 Matt Rice <ratmice@gmail.com>
8927
8928 PR macros/12999
8929 * gdb.base/info-macros.c: New test sources.
8930 * gdb.base/info-macros.exp: New tests.
8931
8932 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8933
8934 * gdb.python/python.exp: Add prompt substitution tests.
8935
8936 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 Fix crash if referenced CU is aged out.
8939 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8940 New.
8941 * gdb.dwarf2/implptr.exp: Likewise.
8942
8943 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 * gdb.dwarf2/implptr.S: Rebuilt.
8946 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8947 (bar): Use them for j, k, l.
8948 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8949 COMPILE.
8950 (print j in implptr:bar): Update for the intp typedef.
8951 (print p[0].x in implptr:foo): Use more exact regex.
8952
8953 2011-07-18 Tom Tromey <tromey@redhat.com>
8954
8955 * gdb.cp/static-method.exp: Add missing single quote.
8956
8957 2011-07-18 Yao Qi <yao@codesourcery.com>
8958
8959 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8960 supported.
8961 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8962 * gdb.mi/mi-nonstop.exp: Likewise.
8963 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8964 * gdb.mi/mi-nsintrall.exp: Likewise.
8965 * gdb.mi/mi-nsmoribund.exp: Likewise.
8966 * gdb.mi/mi-nsthrexec.exp: Likewise.
8967 * gdb.python/py-evthreads.exp: Likewise.
8968
8969 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8970
8971 Code cleanup.
8972 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8973 it. Substitute it instead of test_compiler_info everywhere.
8974
8975 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8976
8977 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8978 remote targets as well.
8979
8980 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8981
8982 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8983 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8984
8985 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8986
8987 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8988 a remote machine, not the host.
8989 (gdb_compile_shlib): Set soname if target is remote.
8990
8991 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8992
8993 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8994
8995 2011-07-13 Matt Rice <ratmice@gmail.com>
8996
8997 * gdb.python/py-objfile-script-gdb.py: Renamed to
8998 py-objfile-script-gdb.py.in.
8999 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9000 py-objfile-script-gdb.py.
9001 * gdb.python/py-objfile-script.exp: Update reference to
9002 py-objfile-script-gdb.py.
9003
9004 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9005
9006 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9007 reference undefined label.
9008
9009 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9012 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9013 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9014 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9015
9016 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9017
9018 PR python/12438
9019 * gdb.python/python.exp: Add maint set/show python print-stack
9020 deprecated tests. Add set/show python print-backtrace tests.
9021
9022 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9023
9024 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9025 debug info.
9026
9027 2011-07-06 Matt Rice <ratmice@gmail.com>
9028
9029 * gdb.python/python.exp: Update filename paths.
9030 * gdb.python/py-symtab.exp: Ditto.
9031
9032 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9033
9034 * gdb.python/py-evthreads.exp: Add missing `$'.
9035
9036 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9037
9038 * config/bfin.exp: New file.
9039 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9040 * gdb.asm/bfin.inc: New file.
9041
9042 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9043
9044 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9045 the whole output.
9046
9047 2011-07-05 Tom Tromey <tromey@redhat.com>
9048
9049 * gdb.java/jprint.java (jprint.hi): New field.
9050 * gdb.java/jprint.exp: Print string.
9051
9052 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9053
9054 * gdb.base/call-sc.c: Fix typos.
9055 * gdb.base/ifelse.exp: Likewise.
9056 * gdb.base/structs.c: Likewise.
9057
9058 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9059
9060 * gdb.base/jit-so.exp: New test.
9061 * gdb.base/jit-dlmain.c: New file.
9062 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9063
9064 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9065
9066 * gdb.cp/m-static.exp: Call get_compiler_info.
9067 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9068 * gdb.cp/pr9167.exp (p b): Likewise.
9069 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9070 (test value of P in inner_m, test type of Z in inner_m): Call
9071 setup_xfail for gcc <= 4.5.
9072
9073 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 * gdb.cp/paren-type.cc: New files.
9076 * gdb.cp/paren-type.exp: New files.
9077
9078 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9079
9080 Stop on first linespec terminator instead of eating what we can.
9081 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9082 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9083 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9084 (break C::f()): ... this one.
9085 (break C::operator()()): New test.
9086 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9087 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9088 test.
9089
9090 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9091
9092 Fall back linespec to minimal symbols.
9093 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9094 error message.
9095 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9096 * gdb.cp/minsym-fallback-main.cc: New file.
9097 * gdb.cp/minsym-fallback.cc: New file.
9098 * gdb.cp/minsym-fallback.exp: New file.
9099 * gdb.cp/minsym-fallback.h: New file.
9100
9101 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9102
9103 * gdb.cp/no-dmgl-verbose.cc: New file.
9104 * gdb.cp/no-dmgl-verbose.exp: New file.
9105
9106 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9109 __GI_.
9110 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9111 (f): New function.
9112 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9113 (complete p 'func<short>(): ... here.
9114 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9115 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9116 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9117 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9118 Make them KFAIL gcc/49546.
9119
9120 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9121
9122 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9123
9124 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9125
9126 Test GCC PR debug/49546.
9127 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9128 (test type of F in k3_m, test value of F in k3_m): New.
9129 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9130 (main): New variable k3. Call k3.k3_m.
9131
9132 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9133
9134 * gdb.ada/packed_array.exp: Fix expected outout.
9135
9136 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9137
9138 * gdb.ada/packed_array.exp: fixed expected output.
9139
9140 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9141
9142 * gdb.ada/same_enum: New testcase.
9143
9144 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.ada/ptr_typedef: New testcase.
9147
9148 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9149
9150 * gdb.ada/arrayptr.exp: Add ptype test.
9151
9152 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9153
9154 * gdb.ada/char_enum: New testcase.
9155
9156 2011-07-01 Yao Qi <yao@codesourcery.com>
9157
9158 * gdb.base/dump.exp (capture_pointer_with_type): New.
9159 Get value from address instead of name.
9160 Start GDB once, and do `dump' and `restore'
9161 tests together.
9162
9163 2011-06-30 Jie Zhang <jie.zhang@analog.com>
9164 Mike Frysinger <vapier@gentoo.org>
9165
9166 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9167 helper functions for getting/setting remotetimeout variable.
9168 * lib/gdb.exp (gdb_load): If the target is remote, set
9169 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9170 with $loadtimeout. Set $load_ok to 0 before doing the load.
9171 Instead of returning, immediately, set $load_ok to 0. Call
9172 set_remotetimeout with $oldremotetimeout, and then return if
9173 $load_ok is 1.
9174
9175 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
9176
9177 * gdb.python/py-template.exp: Don't run this test if the target
9178 does not support c++ tests.
9179
9180 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 Fix non-only rename list for Fortran modules import.
9183 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9184 tests.
9185 * gdb.fortran/module.f90 (module moduse): New.
9186 (program module): use moduse, test var_x, var_y and var_z.
9187
9188 2011-06-29 Tom Tromey <tromey@redhat.com>
9189
9190 PR testsuite/12040:
9191 * gdb.fortran/array-element.exp: Use f90, not f77.
9192 * gdb.fortran/complex.exp: Use f90, not f77.
9193 * gdb.fortran/derived-type.exp: Use f90, not f77.
9194 * gdb.fortran/library-module.exp: Use f90, not f77.
9195 * gdb.fortran/logical.exp: Use f90, not f77.
9196 * gdb.fortran/module.exp: Use f90, not f77.
9197 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9198 * gdb.fortran/subarray.exp: Use f90, not f77.
9199
9200 2011-06-29 Tom Tromey <tromey@redhat.com>
9201
9202 * gdb.fortran/charset.exp: New file.
9203 * gdb.fortran/charset.f90: New file.
9204
9205 2011-06-29 Tom Tromey <tromey@redhat.com>
9206
9207 PR testsuite/12040:
9208 * lib/future.exp: New file, mostly extracted from ada.exp.
9209 Rewrote compatibility code to use rename.
9210 (gdb_find_gfortran): New proc.
9211 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9212 gfortran patch.
9213 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9214 Move to future.exp.
9215 * lib/gdb.exp: Always load future.exp.
9216
9217 2011-06-28 Yao Qi <yao@codesourcery.com>
9218
9219 * gdb.cp/exception.cc: Don't include iostream.
9220 (bar): Remove print statement.
9221 (catcher): New.
9222 (main): Remove print statements. Call function catcher.
9223 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9224 Set breakpoint on catcher, and check the value of parameter.
9225
9226 2011-06-23 Yao Qi <yao@codesourcery.com>
9227
9228 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9229 breakpoint 1.2 is disabled. KFAIL for uclinux.
9230
9231 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9232
9233 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9234 mi_gdb_test.
9235
9236 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9237
9238 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9239
9240 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9241
9242 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9243
9244 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9245
9246 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9247 `test_exec_and_symbol_mi_operatons' return value.
9248 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9249 gdb_test_multiple.
9250 (test_exec_and_symbol_mi_operatons): Likewise.
9251 (test_path_specification): Likewise.
9252
9253 2011-06-23 Yao Qi <yao@codesourcery.com>
9254
9255 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9256 supported.
9257 * lib/gdb.exp (support_displaced_stepping): New.
9258
9259 2011-06-23 Yao Qi <yao@codesourcery.com>
9260
9261 * gdb.threads/execl.exp: Skip on remote target.
9262
9263 2011-06-21 Marek Polacek <mpolacek@redhat.com>
9264
9265 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9266 mi_gdb_test.
9267
9268 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9269
9270 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9271
9272 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9273
9274 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9275 mi_gdb_test.
9276
9277 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9278
9279 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9280
9281 2011-06-14 Yao Qi <yao@codesourcery.com>
9282
9283 gdb/testsuite/
9284 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9285
9286 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9289
9290 2011-06-10 Tom Tromey <tromey@redhat.com>
9291
9292 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9293 Add tests for pointer-to-member-function.
9294 * gdb.cp/temargs.cc (S::somefunc): New function.
9295 (K2): New class.
9296 (main): Instantiate K2; call method.
9297
9298 2011-06-08 Joel Brobecker <brobecker@adacore.com>
9299
9300 * gdb.python/py-inferior.c (f2): Make str an array rather
9301 than a pointer.
9302 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9303
9304 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9305
9306 * gdb.base/async-shell.c: New file.
9307 * gdb.base/async-shell.exp: New file.
9308
9309 2011-06-06 Pedro Alves <pedro@codesourcery.com>
9310
9311 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9312
9313 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9314
9315 From Stephen Kitt <steve@sk2.org>
9316 * gdb.base/help.exp: Adjust following some spelling corrections
9317 in GDB.
9318
9319 2011-06-01 Yao Qi <yao@codesourcery.com>
9320
9321 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9322
9323 2010-05-31 Keith Seitz <keiths@redhat.com>
9324
9325 PR c++/12750
9326 * gdb.cp/static-method.cc: New file.
9327 * gdb.cp/static-method.exp: New file.
9328
9329 2010-05-31 Keith Seitz <keiths@redhat.com>
9330
9331 PR symtab/12704
9332 * gdb.cp/anon-ns.cc: New file.
9333 * gdb.cp/anon-ns.exp: New file.
9334
9335 2011-05-31 Pedro Alves <pedro@codesourcery.com>
9336
9337 * gdb.arch/i386-dr3-watch.c: New file.
9338 * gdb.arch/i386-dr3-watch.exp: New file.
9339
9340 2011-05-30 Yao Qi <yao@codesourcery.com>
9341
9342 * gdb.base/callfuncs.c (t_structs_fc): New.
9343 (t_structs_dc, t_structs_ldc): New.
9344 (t_double_many_args):
9345 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9346 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9347 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9348 * gdb.base/callfuncs.exp: Call new functions.
9349
9350 2011-05-30 Yao Qi <yao@codesourcery.com>
9351
9352 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9353 Call rerun_and_prepare for each test to isolate effects.
9354
9355 2011-05-30 Yao Qi <yao@codesourcery.com>
9356
9357 * gdb.base/varargs.c (find_max_float_real): New.
9358 (find_max_double_real, find_max_long_double_real): New.
9359 * gdb.base/varargs.exp: Call these new added functions.
9360 * lib/gdb.exp (setup_kfail_for_target): New.
9361
9362 2011-05-30 Yao Qi <yao@codesourcery.com>
9363
9364 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9365 (callcd, callce, callcf, callc1a, callc1b): New.
9366 (callc2a, callc2b): New.
9367 * gdb.base/funcargs.exp (complex_args): New.
9368 (complex_integral_args, complex_float_integral_args): New.
9369 * lib/gdb.exp (support_complex_tests): New. Determine
9370 whether to run test cases on _Complex types.
9371
9372 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9373
9374 * gdb.threads/leader-exit.c: New file.
9375 * gdb.threads/leader-exit.exp: New file.
9376
9377 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9378
9379 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9380
9381 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9382
9383 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9384 remove the `supported' variable.
9385 * gdb.mi/mi-nonstop.exp: Likewise.
9386 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9387 * gdb.mi/mi-nsintrall.exp: Likewise.
9388 * gdb.mi/mi-nsmoribund.exp: Likewise.
9389 * gdb.mi/mi-nsthrexec.exp: Likewise.
9390
9391 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9392
9393 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9394
9395 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9396
9397 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9398
9399 2011-05-24 Keith Seitz <keiths@redhat.com>
9400
9401 PR breakpoint/12803
9402 * gdb.cp/cmpd-minsyms.cc (a): New method.
9403 (b): New method.
9404 (c): New method.
9405 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9406
9407 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9408
9409 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9410 watchpoint's command list didn't execute when the watchpoint went
9411 out of scope.
9412
9413 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9414
9415 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9416 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9417 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9418 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9419 * gdb.arch/i386-permbkpt.exp: Likewise.
9420 * gdb.arch/i386-prologue.exp: Likewise.
9421 * gdb.arch/i386-size-overlap.exp: Likewise.
9422 * gdb.arch/i386-size.exp: Likewise.
9423 * gdb.arch/i386-unwind.exp: Likewise.
9424 * gdb.reverse/i386-precsave.exp: Likewise.
9425 * gdb.reverse/i386-reverse.exp: Likewise.
9426 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9427 * gdb.reverse/i387-env-reverse.exp: Likewise.
9428 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9429
9430 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9431
9432 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9433 file doesn't error, using MI.
9434
9435 2011-05-23 Tom Tromey <tromey@redhat.com>
9436
9437 * gdb.base/charset.exp (string_display): Add tests to assign to
9438 arrays.
9439 * gdb.base/charset.c (short_array, int_array, long_array): New.
9440
9441 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9442
9443 Cope with async mode.
9444
9445 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9446 into gdb_test + mi_expect_stop.
9447
9448 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9449
9450 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9451 (callme): Remove printf call.
9452
9453 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9454
9455 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9456 quote pattern to avoid problems with Cygwin/mingw expect versions.
9457 * gdb.base/default.exp (show convenience): Use double
9458 quote pattern for regular expressions.
9459
9460 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9461
9462 Fix -readnow for -gdwarf-4 unused type units.
9463 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9464 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9465
9466 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 * gdb.base/kill-after-signal.c: New file.
9469 * gdb.base/kill-after-signal.exp: New file.
9470
9471 2011-05-16 Pedro Alves <pedro@codesourcery.com>
9472
9473 * gdb.ada/start.exp: Call untested with the correct test filename.
9474 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9475 test filename. Make the test's binary unique.
9476 * gdb.arch/i386-signal.exp: Call untested with the correct test
9477 filename.
9478 * gdb.arch/i386-size-overlap.exp: Ditto.
9479 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9480 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9481 * gdb.cp/call-c.exp: Ditto.
9482 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9483 filename. Make the test's binary unique.
9484 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9485 * gdb.python/py-mi.exp: Ditto.
9486 * gdb.python/Makefile.in (EXECUTABLES): Update.
9487 * gdb.reverse/i386-precsave.exp: Ditto.
9488 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9489 test filename.
9490 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9491 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9492 unique.
9493 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9494 test filename.
9495 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9496 * gdb.trace/tfile.exp: Ditto.
9497
9498 2011-05-14 Yao Qi <yao@codesourcery.com>
9499
9500 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9501 type.
9502
9503 2011-05-13 Doug Evans <dje@google.com>
9504
9505 * gdb.python/py-objfile-script.exp: New file.
9506 * gdb.python/py-objfile-script.c: New file.
9507 * gdb.python/py-objfile-script-gdb.py: New file.
9508 * testsuite/gdb.python/py-section-script.exp: Test
9509 "info auto-load-scripts".
9510
9511 2011-05-13 Tom Tromey <tromey@redhat.com>
9512
9513 * gdb.dwarf2/clztest.exp: New file.
9514 * gdb.dwarf2/clztest.c: New file.
9515 * gdb.dwarf2/clztest.S: New file.
9516
9517 2011-05-13 Doug Evans <dje@google.com>
9518
9519 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9520 String16 tests.
9521
9522 2011-05-13 Tom Tromey <tromey@redhat.com>
9523
9524 * lib/gdb.exp (is_x86_like_target): New proc.
9525 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9526 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9527 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9528 -nostdlib to compiler.
9529 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9530 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9531 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9532 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9533 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9534
9535 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9536
9537 * gdb.python/py-function.exp: Test setting a value from a function
9538 which executes a command.
9539
9540 2011-05-12 Tom Tromey <tromey@redhat.com>
9541
9542 * gdb.dwarf2/typeddwarf.S: New file.
9543 * gdb.dwarf2/typeddwarf.c: New file.
9544 * gdb.dwarf2/typeddwarf.exp: New file.
9545
9546 2011-05-12 Marek Polacek <mpolacek@redhat.com>
9547
9548 * gdb.mi/mi-basics.exp: Fix races. Honour the
9549 `test_exec_and_symbol_mi_operatons' return value.
9550 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9551 gdb_test_multiple.
9552 (test_exec_and_symbol_mi_operatons): Likewise.
9553 (test_path_specification): Likewise.
9554
9555 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9558 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9559 Replace `file copy' and `file rename' by `file mtime'. Twice.
9560
9561 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9562
9563 * gdb.base/readline-ask.c: New file.
9564 * gdb.base/readline-ask.exp: New file.
9565 * gdb.base/readline-ask.inputrc: New file.
9566
9567 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9568
9569 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9570 to avoid race condition.
9571 * gdb.cell/coremaker.c: Use small stack size.
9572 * gdb.cell/ea-standalone.exp: Use file name without path as
9573 argument to c_to.
9574 * gdb.cell/fork.exp: Allow other output when continuing to end.
9575
9576 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9577
9578 * gdb.threads/corethreads.c: New file.
9579 * gdb.threads/corethreads.exp: New file.
9580
9581 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9584 Try to compile the test using -Wl,-z,norelro first.
9585 (load_core): New variable libthread_db_seen, initialize it.
9586 (zeroed-threads cannot be listed): Protect it by XFAIL on
9587 !$libthread_db_seen.
9588
9589 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 PR 12573
9592 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9593 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9594 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9595
9596 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 * gdb.cp/psymtab-parameter.cc: New file.
9599 * gdb.cp/psymtab-parameter.exp: New file.
9600
9601 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 Fix a race.
9604 * gdb.cp/static-print-quit.exp (print c): Split to ...
9605 (print c - <return>, print c - q <return>, print c - to quit):
9606 ... these. Make the testfile untested on gdb-7.1.
9607
9608 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
9609
9610 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9611 gdb_rename_execfile, gdb_touch_execfile): New.
9612 * gdb.base/reread.exp: Use new procs to handle multiple
9613 exec files.
9614
9615 2011-05-05 Yao Qi <yao@codesourcery.com>
9616
9617 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9618 (test_adr_32bit, test_pop_pc): New.
9619 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9620 (test_adr_32bit, test_pop_pc): New.
9621
9622 2011-05-04 Joseph Myers <joseph@codesourcery.com>
9623
9624 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9625 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9626 targets.
9627 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9628 handle targets.
9629
9630 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * gdb.base/completion.exp (complete help info wat): Rename to ...
9633 (complete 'help info wat'): ... here.
9634 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9635 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9636
9637 2011-05-04 Pedro Alves <pedro@codesourcery.com>
9638
9639 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9640 gdb_test and explicit $gdb_prompt/timeout matches.
9641
9642 2011-05-04 Yao Qi <yao@codesourcery.com>
9643
9644 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9645 and __thumb2__.
9646
9647 2011-05-03 Marek Polacek <mpolacek@redhat.com>
9648
9649 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9650 in place of `gdb_test "delete breakpoints"'. This eliminates two
9651 testcases.
9652
9653 2011-05-02 Pedro Alves <pedro@codesourcery.com>
9654
9655 PR testsuite/12649
9656 Fix races.
9657
9658 * gdb.base/completion.exp: Remove all sleep calls. Remove
9659 unnecessary regexs. Don't explicitly expect anything after the
9660 prompt. Eat the prompt if necessary.
9661
9662 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9663
9664 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9665 accept to show the caller line again as well as the line after.
9666
9667 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9668
9669 PR mi/12531
9670
9671 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9672 compile target.
9673 * gdb.python/py-prettyprint.exp: Add C++ object for
9674 CPLUS_FAKE_CHILD test.
9675
9676 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9677
9678 * gdb.base/signest.exp: New file.
9679 * gdb.base/signest.c: Likewise.
9680
9681 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9684 thread and breakpoint notifications.
9685
9686 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 * gdb.base/fortran-sym-case.c: New file.
9689 * gdb.base/fortran-sym-case.exp: New file.
9690 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9691 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9692 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9693
9694 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9695
9696 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9697 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9698 false #1', `if true else false #2' and `if true else false #3'.
9699
9700 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9701
9702 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9703 while delivering signal.
9704
9705 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9706
9707 MI breakpoint notifications.
9708
9709 * testsuite/gdb.mi/mi-cli.exp: Adust.
9710 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9711 * testsuite/gdb.mi/mi-watch.exp: Adust.
9712 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9713 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9714 notifications.
9715
9716 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9717
9718 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9719 * gdb.base/gdbindex-stabs.c: New file.
9720 * gdb.base/gdbindex-stabs.exp: New file.
9721
9722 2011-04-25 Yao Qi <yao@codesourcery.com>
9723
9724 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9725 with /*...*/.
9726 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9727
9728 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 * gdb.python/py-value.exp (test_objfiles): Name the first test
9731 `py-value in file.filename'.
9732
9733 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9736 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9737 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9738 !gdbserver_reconnect_p..
9739 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9740
9741 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 * gdb.cp/cpcompletion.exp (complete class methods)
9744 (complete class methods beginning with F): Move them above runto. New
9745 comment about the runto delimiter.
9746
9747 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9748
9749 * gdb.base/maint.exp: Test that "maint print registers" works
9750 without a running program.
9751
9752 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9753
9754 * gdb.base/setshow.exp: Fix racy tests.
9755 ($old_gdb_prompt): New variable.
9756
9757 2011-04-19 Tom Tromey <tromey@redhat.com>
9758
9759 * gdb.mi/mi-nsmoribund.exp:
9760 * gdb.hp/gdb.objdbg/objdbg01.exp:
9761 * gdb.base/structs.exp (test_struct_returns):
9762 * gdb.base/call-sc.exp (test_scalar_returns):
9763 * gdb.base/bigcore.exp: Remove duplicate words.
9764
9765 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9768 * gdb.base/break-interp.exp (test_attach): New comment.
9769
9770 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9773 (clear __stack_user.next, clear stack_used.next)
9774 (save a zeroed-threads corefile): New test.
9775 Call core_load for $core0file.
9776 (zeroed-threads cannot be listed): New test.
9777
9778 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9779
9780 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9781 filename.
9782 ($srcfile): Preserve the original value.
9783 ($testfile): Match it the .exp filename.
9784 ($corefile): New variable. Substitute it around.
9785 Use clean_restart.
9786 ($prev_timeout): Remove.
9787 (load_core): Move core loading into this proc.
9788 Fix restore of $timeout if load_core fails.
9789
9790 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.base/eu-strip-infcall.c: New file.
9793 * gdb.base/eu-strip-infcall.exp: New file.
9794
9795 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9798 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9799
9800 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 Fix Python access to inlined frames.
9803 * gdb.python/py-frame-inline.c: New file.
9804 * gdb.python/py-frame-inline.exp: New file.
9805
9806 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9807
9808 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9809 content of 's24' correctly (avoiding "optimized out").
9810 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9811
9812 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9813
9814 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9815
9816 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9817
9818 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9819 expect a colon in watch -location output.
9820
9821 2011-04-13 Marek Polacek <mpolacek@redhat.com>
9822
9823 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
9824 New testcase `expect response to define backtrace'. Also remove
9825 redundant `default' block.
9826
9827 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9828
9829 * gdb.python/py-prettyprint.c (struct hint_error): New.
9830 (main): New variable hint_error.
9831 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9832 "print hint_error".
9833 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9834 (register_pretty_printers): Register it.
9835
9836 2011-04-04 Tom Tromey <tromey@redhat.com>
9837
9838 * gdb.cp/maint.exp (test_help): Update.
9839 (test_namespace): Likewise.
9840
9841 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9842
9843 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9844 * gdb.ada/arrayptr.exp: Add new tests.
9845
9846 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9847
9848 * gdb.ada/mi_catch_ex: New testcase.
9849
9850 2011-04-01 Pedro Alves <pedro@codesourcery.com>
9851
9852 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9853 base::overload(void) method without specifying "const".
9854
9855 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9856
9857 * gdb.arch/thumb-singlestep.S: New file.
9858 * gdb.arch/thumb-singlestep.exp: Likewise.
9859
9860 2011-03-31 Tom Tromey <tromey@redhat.com>
9861
9862 * gdb.python/py-prettyprint.py (exception_flag): New global.
9863 (NoStringContainerPrinter._iterator.next): Check it.
9864 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9865 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9866
9867 2011-03-29 Tom Tromey <tromey@redhat.com>
9868
9869 * gdb.cp/anon-struct.cc: New file.
9870 * gdb.cp/anon-struct.exp: New file.
9871
9872 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9873
9874 Test STT_GNU_IFUNC support.
9875 * gdb.base/gnu-ifunc-lib.c: New file.
9876 * gdb.base/gnu-ifunc.c: New file.
9877 * gdb.base/gnu-ifunc.exp: New file.
9878
9879 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9880
9881 Support a ring of related breakpoints.
9882 * gdb.base/watchpoint-delete.c: New file.
9883 * gdb.base/watchpoint-delete.exp: New file.
9884
9885 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.ada/arrayparam.exp (print first after function call): Use
9888 explicit package name. Add a comment
9889 (print lasta after function call): Rename ...
9890 (print last after function call): ... it and use explicit package
9891 name.
9892 (print length after function call): Use explicit package name.
9893 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9894 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9895 (multiple matches for symbol i): Rename ...
9896 (multiple matches for symbol integervar): ... it.
9897 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9898 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9899
9900 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9901
9902 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9903 environment variable to make grep output more predictable. Move
9904 all the environment setup into gdb_init so it's done once per test
9905 case rather than each time we start gdb.
9906
9907 2011-03-24 Tom Tromey <tromey@redhat.com>
9908
9909 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9910 test.
9911
9912 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9913
9914 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9915 * gdb.dwarf2/dw2-entry-value.S: New file.
9916 * gdb.dwarf2/dw2-entry-value.exp: New file.
9917
9918 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9919
9920 PR python/12183
9921
9922 * gdb.python/py-function.exp: Add GdbError tests.
9923
9924 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9925
9926 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9927 (reglocal_test_func, statlocal_test_func): New functions.
9928 (globals_test_func): Call new functions.
9929 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9930 (gdb_collect_locals_test): New procedure.
9931 (gdb_trace_collection_test): Call new procedures.
9932
9933 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9934
9935 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9936 (test_register, test_register_unavailable): New procedures.
9937 (gdb_unavailable_registers_test): New procedure.
9938 (gdb_trace_collection_test): Call it.
9939
9940 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9941
9942 PR python/12149
9943
9944 * gdb.python/python.exp: Add gdb.write tests.
9945
9946 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9947
9948 * gdb.python/Makefile.in: Add py-objfile.
9949 * gdb.python/py-objfile.exp: New file.
9950 * gdb.python/py-objfile.c: New file.
9951 * gdb.python/py-block.exp: Add is_valid tests.
9952 * gdb.python/py-inferior.exp: Ditto.
9953 * gdb.python/py-infthread.exp: Ditto.
9954 * gdb.python/py-symbol.exp: Ditto.
9955 * gdb.python/py-symtab.exp: Ditto.
9956
9957 2011-03-16 Keith Seitz <keiths@redhat.com>
9958
9959 PR c++/12273
9960 * gdb.cp/cmpd-minsyms.exp: New test.
9961 * gdb.cp/cmpd-minsyms.cc: New file.
9962
9963 PR c++/11734
9964 * gdb.cp/ovsrch.exp: New test.
9965 * gdb.cp/ovsrch.h: New file.
9966 * gdb.cp/ovsrch1.cc: New file.
9967 * gdb.cp/ovsrch2.cc: New file.
9968 * gdb.cp/ovsrch3.cc: New file.
9969 * gdb.cp/ovsrch4.cc: New file.
9970
9971 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9972
9973 PR gdb/12528
9974 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9975 * gdb.base/break-on-linker-gcd-function.exp: New test.
9976 * gdb.base/break-on-linker-gcd-function.cc: New file.
9977
9978 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9979
9980 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9981
9982 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9983
9984 * lib/gdb.exp (gdb_unload): Add another termination case.
9985
9986 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9989 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9990 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9991 Provide a stub byte there.
9992 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9993 DW_AT_entry_pc.
9994 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9995
9996 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9997
9998 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9999 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10000 "generic ABI, auto".
10001 (altivec_abi_tests): Accept vectors returned by reference.
10002
10003 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10004
10005 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10006
10007 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10008
10009 * gdb.python/py-section-script.exp: Skip test if no Python support.
10010
10011 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10012
10013 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10014
10015 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10016
10017 * gdb.python/py-parameter.exp: Update tests to the new Python
10018 parameter API. Add "no documentation" test. Add deprecated API
10019 backward compatibility test.
10020
10021 2011-03-09 Tom Tromey <tromey@redhat.com>
10022
10023 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10024 gdb_continue_to_end.
10025
10026 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10027
10028 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10029 tabs.
10030
10031 2011-03-09 Tom Tromey <tromey@redhat.com>
10032
10033 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10034 parentheses.
10035 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10036 $command.
10037 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10038 argument to gdb_continue_to_end.
10039 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10040 argument to gdb_continue_to_end.
10041 * gdb.cp/annota3.exp: Fix regex.
10042 * gdb.cp/annota2.exp: Fix regex.
10043 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10044 gdb_continue_to_end.
10045 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10046 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10047 gdb_continue_to_end.
10048
10049 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 * gdb.server/ext-run.exp
10052 (load new file without any gdbserver inferior): New test.
10053
10054 2011-03-07 Tom Tromey <tromey@redhat.com>
10055
10056 * Makefile.in (TAGS): Rewrite.
10057
10058 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10061 initial commands echo. New match for `Found trace'. Anchor all the
10062 other matches. Anchor and match for `No trace frame found' the final
10063 match.
10064
10065 2011-03-07 Tom Tromey <tromey@redhat.com>
10066
10067 * Makefile.in (TAGS): New target.
10068
10069 2011-03-07 Tom Tromey <tromey@redhat.com>
10070
10071 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10072 change.
10073 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10074 change.
10075 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10076 exit message change.
10077 (skip_altivec_tests): Update for exit message change.
10078 (skip_vsx_tests): Likewise.
10079 (gdb_continue_to_end): Likewise. Add 'command' argument.
10080 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10081 * gdb.threads/tls.exp: Update for exit message change.
10082 * gdb.threads/thread-unwindonsignal.exp: Use
10083 gdb_continue_to_end.
10084 * gdb.threads/step.exp (step_it): Update for exit message change.
10085 (continue_all): Likewise.
10086 * gdb.threads/print-threads.exp (test_all_threads): Update for
10087 exit message change.
10088 * gdb.threads/interrupted-hand-call.exp: Use
10089 gdb_continue_to_end.
10090 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10091 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10092 gdb_continue_to_end.
10093 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10094 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10095 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10096 * gdb.cp/method.exp: Update for exit message change.
10097 * gdb.cp/mb-templates.exp: Update for exit message change.
10098 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10099 * gdb.cp/annota3.exp: Update for exit message change.
10100 * gdb.cp/annota2.exp: Update for exit message change.
10101 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10102 * gdb.base/term.exp: Update for exit message change.
10103 * gdb.base/step-test.exp (test_i): Update for exit message change.
10104 * gdb.base/sigstep.exp (advance): Update for exit message change.
10105 (advancei): Likewise.
10106 * gdb.base/siginfo.exp: Update for exit message change.
10107 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10108 * gdb.base/reread.exp: Use gdb_continue_to_end.
10109 * gdb.base/langs.exp: Use gdb_continue_to_end.
10110 * gdb.base/interrupt.exp: Update for exit message change.
10111 * gdb.base/gdb1555.exp: Update for exit message change.
10112 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10113 * gdb.base/ending-run.exp: Update for exit message change.
10114 * gdb.base/chng-syms.exp: Update for exit message change.
10115 * gdb.base/checkpoint.exp: Update for exit message change.
10116 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10117 gdb_continue_to_end.
10118 (test_catch_syscall_with_wrong_args): Likewise.
10119 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10120 * gdb.base/break-interp.exp (test_ld): Update for exit message
10121 change.
10122 * gdb.base/bang.exp: Update for exit message change.
10123 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10124 (do_call_attach_tests): Likewise.
10125 * gdb.base/a2-run.exp: Update for exit message change.
10126 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10127 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10128 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10129
10130 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10131
10132 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10133
10134 2011-03-03 Tom Tromey <tromey@redhat.com>
10135
10136 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10137 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10138 * gdb.hp/gdb.aCC/configure.ac: Remove.
10139 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10140 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10141 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10142 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10143 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10144 * gdb.hp/gdb.compat/configure.ac: Remove.
10145 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10146 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10147 * gdb.hp/gdb.defects/configure.ac: Remove.
10148 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10149 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10150 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10151 * gdb.hp/configure.ac: Remove.
10152 * gdb.hp/configure: Remove.
10153 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10154 substitution.
10155 (Makefile): Remove rule.
10156 * gdb.cell/configure.ac: Remove.
10157 * gdb.cell/configure: Remove.
10158 * gdb.stabs/Makefile.in (Makefile): Remove.
10159 (distclean): Don't remove config.status or config.log.
10160 * gdb.stabs/configure (Makefile): Remove.
10161 * gdb.stabs/configure.ac: Remove.
10162 * configure: Rebuild.
10163 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10164 Remove stabs- and cell-specific logic. Test for existence of
10165 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10166 subdirectories, gdb.cell, and and gdb.stabs.
10167 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10168
10169 2011-03-03 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10172 end of buffer.
10173
10174 2011-03-02 Joel Brobecker <brobecker@adacore.com>
10175
10176 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10177 gdb_test when running a test where we expected no output back.
10178
10179 2011-02-28 Michael Snyder <msnyder@vmware.com>
10180
10181 * gdb.cp/overload.cc: Change initializer value to integer.
10182
10183 2011-02-27 Michael Snyder <msnyder@vmware.com>
10184
10185 * gdb.multi/base.exp: Add test for remove-inferiors.
10186
10187 2011-02-26 Joel Brobecker <brobecker@adacore.com>
10188
10189 * gdb.python/py-frame.exp: Simplify the initialization phase
10190 using prepare_for_testing.
10191
10192 2011-02-25 Michael Snyder <msnyder@vmware.com>
10193
10194 * gdb.multi/base.exp: Add tests for info inferiors with args.
10195
10196 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10199 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10200 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10201 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10202 asmfile3. Comment the STABS (#3) file compilation. Compile
10203 everything through assembler. Provide KFAIL for symtab/12497.
10204 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10205 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10206 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10207 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10208
10209 2011-02-24 Michael Snyder <msnyder@vmware.com>
10210
10211 * gdb.base/break.exp: Add tests for delete breakpoints using
10212 convenience variables and value history references.
10213
10214 2011-02-24 Michael Snyder <msnyder@vmware.com>
10215
10216 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10217 left behind in previous check-in.
10218
10219 2011-02-23 Michael Snyder <msnyder@vmware.com>
10220
10221 * gdb.base/break.exp: Add tests for "info break" with arguments.
10222 * gdb.trace/infotrace.exp: Update patterns for error and help.
10223 * gdb.base/completion.exp: Update pattern.
10224 * gdb.base/ena-dis-br.exp: Update pattern.
10225 * gdb.base/help.exp: Update patterns.
10226
10227 2011-02-23 Michael Snyder <msnyder@vmware.com>
10228
10229 * gdb.base/memattr.exp: New test.
10230 * gdb.base/memattr.c: Test load for memattr.exp.
10231
10232 2011-02-22 Doug Evans <dje@google.com>
10233
10234 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10235
10236 2011-02-22 Michael Snyder <msnyder@vmware.com>
10237
10238 * Makefile.in: Make more clean.
10239 * gdb.ada/Makefile.in: Ditto.
10240 * gdb.arch/Makefile.in: Ditto.
10241 * gdb.asm/Makefile.in: Ditto.
10242 * gdb.base/Makefile.in: Ditto.
10243 * gdb.cp/Makefile.in: Ditto.
10244 * gdb.dwarf2/Makefile.in: Ditto.
10245 * gdb.java/Makefile.in: Ditto.
10246 * gdb.mi/Makefile.in: Ditto.
10247 * gdb.modula2/Makefile.in: Ditto.
10248 * gdb.python/Makefile.in: Ditto.
10249 * gdb.server/Makefile.in: Ditto.
10250 * gdb.stabs/Makefile.in: Ditto.
10251 * gdb.threads/Makefile.in: Ditto.
10252 * gdb.trace/Makefile.in: Ditto.
10253
10254 2011-02-22 Michael Snyder <msnyder@vmware.com>
10255
10256 * gdb.threads/thread-find.exp: Add tests for bad input to
10257 info threads.
10258
10259 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10260
10261 * gdb.python/py-breakpoint.exp: Fix the expected output of
10262 one of the "maint info breakpoints" tests to accept the output
10263 generated on platforms that do not have hardware watchpoints.
10264
10265 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10266
10267 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10268 clean_restart. Be a little stricter in the expected output
10269 for one of the tests. Fix a typo in one of the comments.
10270
10271 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10272
10273 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10274 Delete variable binfile, no longer use. Add or modify test
10275 comments to make them unique.
10276
10277 2011-02-21 Michael Snyder <msnyder@vmware.com>
10278
10279 * Makefile.in: Update for make clean.
10280 * gdb.ada/Makefile.in: Ditto.
10281 * gdb.arch/Makefile.in: Ditto.
10282 * gdb.asm/Makefile.in: Ditto.
10283 * gdb.base/Makefile.in: Ditto.
10284 * gdb.cp/Makefile.in: Ditto.
10285 * gdb.dwarf2/Makefile.in: Ditto.
10286 * gdb.java/Makefile.in: Ditto.
10287 * gdb.mi/Makefile.in: Ditto.
10288 * gdb.modula2/Makefile.in: Ditto.
10289 * gdb.python/Makefile.in: Ditto.
10290 * gdb.server/Makefile.in: Ditto.
10291 * gdb.stabs/Makefile.in: Ditto.
10292 * gdb.threads/Makefile.in: Ditto.
10293 * gdb.trace/Makefile.in: Ditto.
10294
10295 2011-02-21 Michael Snyder <msnyder@vmware.com>
10296
10297 * gdb.threads/thread-find.exp: Update patterns for changes in
10298 output of "info threads" command.
10299
10300 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10301 Ulrich Weigand <uweigand@de.ibm.com>
10302
10303 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10304 (skip_hw_watchpoint_tests): Likewise.
10305 (skip_hw_watchpoint_multi_tests): Likewise.
10306
10307 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10308
10309 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10310 (skip_hw_watchpoint_tests): Likewise.
10311 (skip_hw_watchpoint_multi_tests): Likewise.
10312 (skip_hw_watchpoint_access_tests): Likewise.
10313
10314 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10315 * gdb.base/pr11022.exp: Likewise.
10316 * gdb.base/watch-read.exp: Likewise.
10317 * gdb.base/watch_thread_num.exp: Likewise.
10318 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10319 * gdb.base/watchpoint-hw.exp: Likewise.
10320 * gdb.base/watchpoint.exp: Likewise.
10321 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10322 * gdb.threads/watchthreads-reorder.exp: Likewise.
10323 * gdb.threads/watchthreads.exp: Likewise.
10324 * gdb.threads/watchthreads2.exp: Likewise.
10325
10326 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10327
10328 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10329 the debugger is unable to find the array bounds.
10330
10331 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 * gdb.cp/typedef-operator.exp: New file.
10334 * gdb.cp/typedef-operator.cc: New file.
10335
10336 2011-02-17 Michael Snyder <msnyder@vmware.com>
10337
10338 * gdb.threads/thread-find.exp: Fix regular expressions.
10339
10340 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10341
10342 * gdb.ada/packed_array: Expand testcase to test printing of
10343 unconstrained packed array.
10344
10345 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10346
10347 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10348
10349 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10350
10351 * gdb.trace/collection.c (globalarr3): New global.
10352 (main): Initialize it before collecting, and and clear it
10353 afterwards.
10354 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10355 collecting with '{type} addr', where the addr expression is not an
10356 rvalue.
10357
10358 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
10359
10360 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10361 a bool variable. Expect correct OpenCL names for vector types. Use the
10362 uc3 variable name instead of referring to the uchar3 built-in type.
10363 Escape the asterisk at the half pointer test.
10364
10365 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10366
10367 * gdb.trace/collection.c (globalarr2): New global.
10368 (main): Initialize it before collecting, and and clear it
10369 afterwards.
10370 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10371 collecting overlapping memory ranges.
10372
10373 2011-02-15 Michael Snyder <msnyder@vmware.com>
10374
10375 * gdb.base/default.exp: Add tests for thread commands.
10376 * gdb.base/help.exp: Add tests for thread commands.
10377 * gdb.threads/thread-find.exp: New test for thread find command.
10378
10379 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10380
10381 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10382
10383 2011-02-15 Yao Qi <yao@codesourcery.com>
10384
10385 PR tdep/12352
10386 * gdb.arch/arm-disp-step.S : New test for str instruction.
10387 * gdb.arch/arm-disp-step.exp : Likewise.
10388
10389 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10390
10391 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10392 "vector_register2_vr" test strings. Test the extended floating
10393 point registers (F32~F63).
10394 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10395 IBM XL C compiler. Make the test program use a register provided
10396 by the compiler for the lxvd2x instruction.
10397
10398 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10399
10400 * gdb.trace/unavailable.cc (class Base, class Middle, class
10401 Derived): New types.
10402 (derived_unavail, derived_partial, derived_whole): New globals.
10403 (virtual_partial): New global.
10404 (virtualp): Point at virtual_partial.
10405 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10406 related to unavailable vptr.
10407
10408 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10409
10410 * gdb.trace/unavailable.cc (a, b, c): New globals.
10411 (main): Set and clear them.
10412 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10413 `a' and `c', and check that `b' isn't collected, although `a' and
10414 `c' are.
10415
10416 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10417
10418 * gdb.trace/unavailable.cc (struct Virtual): New.
10419 (virtualp): New global pointer.
10420 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10421 printing a pointer to an object whose type has a vtable, with
10422 print object on.
10423
10424 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10425
10426 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10427 value repeat handles unavailableness.
10428
10429 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10430
10431 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10432 tests for building arrays from unavailable values, subscripting
10433 non-memory rvalue unvailable arrays, and accessing fields or
10434 baseclasses of non-lazy unavailable values,
10435 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10436 struct types.
10437 (g_smallstruct, g_smallstruct_b): New globals.
10438
10439 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10440
10441 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10442
10443 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10444
10445 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10446 * gdb.cp/overload-const.exp: New file.
10447 * gdb.cp/overload-const.cc: New file.
10448
10449 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10450
10451 * gdb.opencl/callfuncs.cl: New file.
10452 * gdb.opencl/callfuncs.exp: New test.
10453 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10454
10455 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10456
10457 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10458 when computing result.
10459 * gdb.arch/altivec-abi.exp: Update expected results.
10460
10461 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10462
10463 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10464 * gdb.base/jit.exp: Likewise.
10465 * gdb.base/pie-execl.exp: Likewise.
10466 * gdb.base/solib-nodir.exp: Likewise.
10467 * gdb.base/solib-overlap.exp: Likewise.
10468
10469 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10470
10471 * gdb.trace/collection.c (global_pieces): New.
10472 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10473 New procedure.
10474 (gdb_trace_collection_test): Call it.
10475
10476 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10477
10478 * gdb.python/py-evthreads.c: New file.
10479 * gdb.python/py-evthreads.exp: New file.
10480 * gdb.python/py-events.py: New file.
10481 * gdb.python/py-events.exp: New file.
10482 * gdb.python/py-events.c: New file.
10483
10484 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10485
10486 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10487
10488 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
10489
10490 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10491 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10492 boundary between two compilation units.
10493
10494 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10495
10496 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10497 (Virtual): New structs.
10498 (virtual_o, virtual_middle_b): New globals.
10499 * gdb.cp/virtbase.exp: New tests.
10500
10501 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10502
10503 * gdb.base/jit.exp: New file.
10504 * gdb.base/jit-main.c: New file.
10505 * gdb.base/jit-solib.c: New file.
10506
10507 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10508
10509 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10510 proceed to initial kernel entry point.
10511 * gdb.opencl/datatypes.exp: Likewise.
10512 * gdb.opencl/operators.exp: Likewise.
10513 * gdb.opencl/vec_comps.exp: Likewise.
10514
10515 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10516
10517 * gdb.cp/nsnested.cc: New.
10518 * gdb.cp/nsnested.exp: New.
10519 * gdb.cp/nsnoimports.exp: New.
10520 * gdb.cp/nsnoimports.cc: New.
10521
10522 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10523
10524 * gdb.base/interact.exp: Add extra tests that verify that
10525 the value of the interactive-mode setting does not change
10526 after the script is sourced.
10527
10528 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10529
10530 * gdb.cp/noparam.exp: New file.
10531 * gdb.cp/noparam.cc: New file.
10532
10533 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10534
10535 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10536 there's no stack or registers.
10537
10538 2011-01-26 Tom Tromey <tromey@redhat.com>
10539
10540 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10541 space before string output. Add test for "set print pretty off"
10542 case.
10543
10544 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10545
10546 * gdb.base/frame-args.exp: Adjust.
10547 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10548 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10549 * gdb.dwarf2/pieces.exp: Adjust.
10550 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10551 * gdb.opt/inline-locals.exp: Adjust.
10552 * gdb.threads/fork-child-threads.exp: Adjust.
10553
10554 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
10555
10556 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10557 OpenCL kernel function. Add a comment as marker. Add address space
10558 qualifiers for the remaining program scope variables.
10559 * gdb.opencl/datatypes.cl: Likewise.
10560 * gdb.opencl/operators.cl: Likewise.
10561 * gdb.opencl/vec_comps.cl: Likewise.
10562 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10563 Add breakpoint at the marker comment.
10564 * gdb.opencl/datatypes.exp: Likewise.
10565 * gdb.opencl/operators.exp: Likewise.
10566 * gdb.opencl/vec_comps.exp: Likewise.
10567
10568 2011-01-24 Pedro Alves <pedro@codesourcery.com>
10569
10570 * gdb.base/printcmds.c (some_struct): New struct and instance.
10571 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10572 procedure.
10573 <global scope>: Call it.
10574
10575 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
10576
10577 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10578 argument to the gdb_compile_opencl_hostapp call.
10579
10580 2011-01-19 Yao Qi <yao@codesourcery.com>
10581
10582 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10583 positve list.
10584
10585 2011-01-19 Yao Qi <yao@codesourcery.com>
10586
10587 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10588 canonical form.
10589 Remove "xscale-*-*"
10590 * gdb.xml/tdesc-regs.exp: Likewise.
10591 * gdb.python/py-section-script.exp: Replace ARM target triplet
10592 with canonical form.
10593 Match arm*-*-symbianelf*.
10594 * gdb.base/dup-sect.exp: Likewise.
10595 * lib/dwarf.exp: New.
10596 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10597 dwarf2_support.
10598 * gdb.dwarf2/dup-psym.exp: Likewise.
10599 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10601 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10602 * gdb.dwarf2/dw2-basic.exp: Likewise.
10603 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10604 * gdb.dwarf2/dw2-const.exp: Likewise.
10605 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10606 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10607 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10608 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10609 * gdb.dwarf2/dw2-filename.exp: Likewise.
10610 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10611 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10612 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10613 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10614 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10615 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10616 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10617 * gdb.dwarf2/dw2-producer.exp: Likewise.
10618 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10619 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10620 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10621 * gdb.dwarf2/dw2-strp.exp: Likewise.
10622 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10623 * gdb.dwarf2/implptr.exp: Likewise.
10624 * gdb.dwarf2/mac-fileno.exp: Likewise.
10625 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10626 * gdb.dwarf2/pieces.exp: Likewise.
10627 * gdb.dwarf2/pr11465.exp: Likewise.
10628 * gdb.dwarf2/valop.exp: Likewise.
10629 * gdb.dwarf2/watch-notconst.exp: Likewise.
10630 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10631
10632 2011-01-19 Tom Tromey <tromey@redhat.com>
10633
10634 * gdb.python/py-infthread.exp: Add thread tests.
10635
10636 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10637
10638 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10639
10640 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10641
10642 * gdb.ada/widewide: New testcase.
10643
10644 2011-01-13 Joel Brobecker <brobecker@adacore.com>
10645
10646 * gdb.base/interact.exp: New testcase.
10647
10648 2011-01-12 Tom Tromey <tromey@redhat.com>
10649
10650 * gdb.mi/gdb2549.exp: Update for error message changes.
10651 * gdb.mi/mi-cli.exp: Likewise.
10652 * gdb.mi/mi-disassemble.exp: Likewise.
10653 * gdb.mi/mi-pthreads.exp: Likewise.
10654 * gdb.mi/mi-regs.exp: Likewise.
10655 * gdb.mi/mi-stack.exp: Likewise.
10656 * gdb.mi/mi-var-block.exp: Likewise.
10657 * gdb.mi/mi-var-cmd.exp: Likewise.
10658 * gdb.mi/mi2-cli.exp: Likewise.
10659 * gdb.mi/mi2-disassemble.exp: Likewise.
10660 * gdb.mi/mi2-pthreads.exp: Likewise.
10661 * gdb.mi/mi2-regs.exp: Likewise.
10662 * gdb.mi/mi2-stack.exp: Likewise.
10663 * gdb.mi/mi2-var-block.exp: Likewise.
10664 * gdb.mi/mi2-var-cmd.exp: Likewise.
10665
10666 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10667 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 PR fortran/11104 and DWARF unbound arrays detection.
10670 * gdb.fortran/multi-dim.exp: New file.
10671 * gdb.fortran/multi-dim.f90: New file.
10672
10673 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10674
10675 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10676 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10677 add new tests for opcode dumping.
10678
10679 2011-01-11 Tom Tromey <tromey@redhat.com>
10680
10681 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10682
10683 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10684
10685 Convert hardware watchpoints to use breakpoint_ops.
10686 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10687 type is not supported.
10688 * gdb.base/foll-fork.exp: Likewise.
10689 * gdb.base/foll-vfork.exp: Likewise.
10690
10691 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10692
10693 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10694 Use load_lib gdb-python.exp.
10695 * gdb.python/python.exp: Ditto.
10696 * gdb.python/py-function.exp: Ditto.
10697
10698 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10699
10700 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10701
10702 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10703
10704 * configure: Regenerate.
10705
10706 2011-01-06 Tom Tromey <tromey@redhat.com>
10707
10708 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10709
10710 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10711
10712 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10713 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10714 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10715 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10716 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10717 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10718 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10719 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10720 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10721 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10722 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10723 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10724 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10725 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10726 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10727 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10728 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10729 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10730 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10731 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10732 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10733 gdb.ada/uninitialized_vars.exp,
10734 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10735 Simplify by using clean_restart.
10736
10737 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10738
10739 Add marker to be used as anchor for inserting breakpoints.
10740 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10741 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10742 Likewise.
10743
10744 Remove uses of gdb_start_cmd.
10745 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10746 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10747
10748 Do not run testcase if testing with GDBserver.
10749 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10750 if testing with GDBserver.
10751
10752 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10755 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10756 copyright header.
10757
10758 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10759
10760 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10761 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10762 testsuite/gdb.fortran/complex.f,
10763 testsuite/gdb.fortran/derived-type.f90,
10764 testsuite/gdb.fortran/library-module-lib.f90,
10765 testsuite/gdb.fortran/library-module-main.f90,
10766 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10767 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10768 Copyright year update.
10769
10770 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10771
10772 * gdb.base/langs1.f: Add copyright header.
10773
10774 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10775
10776 * gdb.base/morestack.exp: New file.
10777 * gdb.base/morestack.c: New file.
10778
10779 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10780
10781 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10782
10783 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10786 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10787
10788 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10789
10790 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10791
10792 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10793
10794 * gdb.threads/tls.exp: Fix typo.
10795
10796 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10797 * gdb.threads/execl.exp: Update.
10798
10799 2010-12-23 Yao Qi <yao@codesourcery.com>
10800
10801 * gdb.arch/arm-disp-step.exp: New.
10802 * gdb.arch/arm-disp-step.S: New.
10803
10804 2010-12-21 Tom Tromey <tromey@redhat.com>
10805
10806 * gdb.threads/execl.exp: Update.
10807 * gdb.threads/linux-dp.exp: Update.
10808 * gdb.threads/manythreads.exp: Update.
10809 * gdb.threads/tls.exp: Update.
10810
10811 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10812
10813 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10814 (NextOverThrowDerivates) <resumebpt>: New.
10815 (resumebpt_test): New.
10816 (main): Call resumebpt_test.
10817 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10818
10819 2010-12-12 Stan Shebs <stan@codesourcery.com>
10820
10821 * gdb.trace/tsv.exp: Test print command on trace state variables.
10822
10823 2010-12-09 Tom Tromey <tromey@redhat.com>
10824
10825 * gdb.base/interp.exp: Add regression test.
10826
10827 2010-12-09 Tom Tromey <tromey@redhat.com>
10828
10829 * gdb.java/jnpe.java: New file.
10830 * gdb.java/jnpe.exp: New file.
10831 * gdb.cp/nextoverthrow.exp: New file.
10832 * gdb.cp/nextoverthrow.cc: New file.
10833
10834 2010-12-07 Doug Evans <dje@google.com>
10835
10836 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10837 of data-directory.
10838 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10839 updated.
10840 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10841
10842 2010-11-29 Michael Snyder <msnyder@vmware.com>
10843
10844 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10845 * gdb.base/call-sc.exp: Ditto.
10846 * gdb.base/finish.exp: Ditto.
10847 * gdb.base/return.exp: Ditto.
10848 * gdb.base/return2.exp: Ditto.
10849
10850 2010-11-30 Doug Evans <dje@google.com>
10851
10852 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10853 (gdb_expect_list): Fix spelling errors in comments.
10854 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10855 send_gdb/gdb_expect_list where applicable.
10856 * gdb.base/call-ar-st.exp: Ditto.
10857 * gdb.base/funcargs.exp: Ditto.
10858 * gdb.base/gcore.exp: Ditto.
10859 * gdb.base/page.exp: Ditto.
10860 * gdb.base/sigaltstack.exp: Ditto.
10861 * gdb.base/siginfo.exp: Ditto.
10862 * gdb.base/sigstep.exp: Ditto.
10863 * gdb.base/trace-commands.exp: Ditto.
10864
10865 2010-11-29 Doug Evans <dje@google.com>
10866
10867 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10868 printer-name;subprinter-name.
10869
10870 2010-11-29 Tom Tromey <tromey@redhat.com>
10871
10872 * gdb.dwarf2/implptr.exp: New file.
10873 * gdb.dwarf2/implptr.c: New file.
10874 * gdb.dwarf2/implptr.S: New file.
10875
10876 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10877
10878 PR python/12199
10879
10880 * gdb.python/py-breakpoint.exp: Test the delete method.
10881
10882 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10883
10884 Fix step_resume_breakpoint unsaved during an infcall.
10885 * gdb.base/step-resume-infcall.exp: New file.
10886 * gdb.base/step-resume-infcall.c: New file.
10887
10888 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10889
10890 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10891
10892 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10893
10894 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10895 on ppc64's symbols; "finish" and "return" commands must accept to
10896 show the caller line again as well as the line after.
10897 * gdb.asm/powerpc64.inc: New file.
10898
10899 2010-11-23 Doug Evans <dje@google.com>
10900
10901 * lib/gdb.exp (gdb_test_sequence): New function.
10902 (gdb_expect_list): Add verbose -log call for each pattern.
10903 * gdb.base/signals.exp (test_handle_all_print): Call it.
10904 Reduce timeout increment from 6 minutes to 1 minute.
10905 * gdb.server/ext-run.exp: Call it.
10906
10907 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10908
10909 PR python/12212
10910
10911 * gdb.python/python.exp: Check that selected_thread raises an
10912 error when no inferior is loaded.
10913
10914 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10917 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10918
10919 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10922 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10923
10924 2010-11-18 Doug Evans <dje@google.com>
10925
10926 * gdb.server/ext-run.exp: Fix intermittent failures.
10927
10928 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10929
10930 * gdb.stabs/gdb11479.exp: Use runto_main.
10931
10932 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10933
10934 * gdb.base/break-entry.exp: Skip if using a stub.
10935
10936 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10937
10938 * gdb.python/py-inferior.exp: Pack values in target endianness.
10939
10940 2010-11-12 Tom Tromey <tromey@redhat.com>
10941
10942 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10943 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10944 MemoryError.
10945 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10946 type.
10947 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10948 MemoryError.
10949 (test_subscript_regression): Update exception type.
10950
10951 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10952
10953 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10954 breakpoint tests.
10955
10956 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10957
10958 * gdb.base/watchpoint.exp: Test "watch -location" with an
10959 innacessible location.
10960
10961 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10962 Luis Machado <luisgpm@br.ibm.com>
10963
10964 * gdb.base/maint.exp: Expect "." prefix.
10965 * gdb.base/nodebug.exp: Expect "." Likewise.
10966 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10967 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10968 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10969 POWER server processors.
10970
10971 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10972 Luis Machado <luisgpm@br.ibm.com>
10973
10974 * gdb.base/break-entry.exp: convert entry point for
10975 ppc64 and expect leading `.' on ppc64's symbols
10976
10977 2010-11-05 Doug Evans <dje@google.com>
10978
10979 * gdb.base/help.exp: Update expected output.
10980 * gdb.python/py-param.exp: Delete, contents moved to ...
10981 * gdb.python/py-parameter.exp: ... here. New file.
10982 Add test for gdb.parameter ("directories").
10983
10984 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10985
10986 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10987 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10988 * configure: Regenerate.
10989 * gdb.opencl/Makefile.in: New File.
10990 * gdb.opencl/datatypes.exp: Likewise.
10991 * gdb.opencl/datatypes.cl: Likewise.
10992 * gdb.opencl/operators.exp: Likewise.
10993 * gdb.opencl/operators.cl: Likewise.
10994 * gdb.opencl/vec_comps.exp: Likewise.
10995 * gdb.opencl/vec_comps.cl: Likewise.
10996 * gdb.opencl/convs_casts.exp: Likewise.
10997 * gdb.opencl/convs_casts.cl: Likewise.
10998 * lib/opencl.exp: Likewise.
10999 * lib/opencl_hostapp.c: Likewise.
11000 * lib/opencl_kernel.cl: Likewise.
11001 * lib/cl_util.c: Likewise.
11002 * lib/cl_util.c: Likewise.
11003 * gdb.base/default.exp (set language): Add "opencl" to the list of
11004 languages.
11005
11006 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11007
11008 * gdb.cp/overload.exp: Added test for inheritance overload.
11009 * gdb.cp/overload.cc: Ditto.
11010 * gdb.cp/oranking.exp: Removed releveant kfails.
11011
11012 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11013 Joel Brobecker <brobecker@adacore.com>
11014
11015 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11016 check test_compiler_info.
11017
11018 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11019
11020 * gdb.base/gnu_vector.exp: Adjust expect messages.
11021
11022 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11023
11024 * gdb.base/gnu_vector.exp: Add unary operator tests.
11025
11026 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11027
11028 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11029
11030 2010-11-02 Doug Evans <dje@google.com>
11031
11032 * gdb.python/py-pp-maint.c: New file.
11033 * gdb.python/py-pp-maint.exp: New file.
11034 * gdb.python/py-pp-maint.py: New file.
11035
11036 2010-11-02 Tom Tromey <tromey@redhat.com>
11037
11038 * gdb.base/default.exp: Remove "scheme" from language list.
11039
11040 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11041
11042 Revert:
11043 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11044 * gdb.threads/sigstep-threads.exp: New file.
11045 * gdb.threads/sigstep-threads.c: New file.
11046
11047 2010-10-20 Michael Snyder <msnyder@vmware.com>
11048
11049 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11050
11051 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11052
11053 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11054 Skip test completely if gdb,no_hardware_watchpoints.
11055
11056 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11057
11058 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11059 strict, but do not check for any particular function name within libc.
11060
11061 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11062
11063 * gdb.cp/smartp.exp: New test.
11064 * gdb.cp/smartp.cc : New test.
11065
11066 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11067
11068 * gdb.cp/converts.exp: Test pointer to bool conversion.
11069 Test pointer to long conversion.
11070 * gdb.cp/oranking.exp: Removed relevant kfail.
11071
11072 2010-10-18 Tom Tromey <tromey@redhat.com>
11073
11074 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11075 argument to lazy_string.
11076 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11077 (pp_ls.to_string): Use it.
11078 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11079 Add "estring2" local.
11080
11081 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11082
11083 Fix s390x compatibility.
11084 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11085 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11086
11087 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 * gdb.threads/sigstep-threads.exp: New file.
11090 * gdb.threads/sigstep-threads.c: New file.
11091
11092 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11093
11094 * gdb.base/pie-execl.exp: New file.
11095 * gdb.base/pie-execl.c: New file.
11096
11097 2010-10-13 Doug Evans <dje@google.com>
11098 Jan Kratochvil <jan.kratochvil@redhat.com>
11099
11100 PR exp/12117
11101 * gdb.cp/ptype-cv-cp.cc: New file.
11102 * gdb.cp/ptype-cv-cp.exp: New file.
11103
11104 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11105
11106 * gdb.cp/converts.cc: New test program.
11107 * gdb.cp/converts.exp: New test.
11108 * gdb.cp/overload.exp: Added test for void* vs int*.
11109 * gdb.cp/overload.exp: Ditto.
11110 * gdb.cp/oranking.exp: Removed related kfail.
11111
11112 2010-10-13 Doug Evans <dje@google.com>
11113
11114 * lib/gdb-python.exp (gdb_check_python_config): New function.
11115 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11116 * gdb.python/lib-types.cc: New file.
11117 * gdb.python/lib-types.exp: New file.
11118
11119 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11120
11121 * gdb.python/py-error.exp: New file.
11122 * gdb.python/py-error.py: New file.
11123
11124 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11127 gdb_test_multiple.
11128
11129 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11130
11131 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11132 * gdb.base/prelink.exp: Likewise.
11133 * gdb.base/solib-nodir.exp: Likewise.
11134 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11135 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11136 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11137
11138 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11139
11140 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11141 for the "info files" test to avoid timeouts on slow machines.
11142
11143 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11144
11145 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11146 (main): Make openlib dummy call.
11147
11148 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11149
11150 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11151 * break-interp.exp (reach): Move the core body ...
11152 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11153 (test_ld): Provide always real argument, even to the linker. Replace
11154 dl_main by _dl_debug_state.
11155
11156 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11157
11158 Fix results of prelinked PIEs on ppc*.
11159 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11160 Accept also DISPLACEMENT "PRESENT".
11161 (main): Replace "ZERO" displacements by "PRESENT".
11162
11163 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11164
11165 * gdb.cp/oranking.exp: New test.
11166 * gdb.cp/oranking.cc: New test program.
11167
11168 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
11169
11170 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11171 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11172
11173 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11174
11175 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11176 lush, lynx) New constant.
11177 * gdb.base/constvars.exp: Test const array types.
11178 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11179
11180 2010-10-06 Doug Evans <dje@google.com>
11181
11182 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11183 of syscall staging area.
11184
11185 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11186
11187 * gdb.base/gnu_vector.c: Add variable c4.
11188 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11189 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11190
11191 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11192
11193 * gdb.arch/altivec-abi.exp: Fix a typo.
11194
11195 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11196
11197 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11198 to match a thread ID.
11199
11200 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11201
11202 Fix s390x testcase compatibility.
11203 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11204
11205 2010-10-01 Doug Evans <dje@google.com>
11206
11207 * lib/gdb-python.exp: New file.
11208 * gdb.python/py-block.exp: Use it.
11209 * gdb.python/py-breakpoint.exp: Ditto.
11210 * gdb.python/py-frame.exp: Ditto.
11211 * gdb.python/py-inferior.exp: Ditto.
11212 * gdb.python/py-param.exp: Ditto.
11213 * gdb.python/py-prettyprint.exp: Ditto.
11214 * gdb.python/py-shared.exp: Ditto.
11215 * gdb.python/py-symbol.exp: Ditto.
11216 * gdb.python/py-symtab.exp: Ditto.
11217 * gdb.python/py-type.exp: Ditto.
11218 * gdb.python/py-value.exp: Ditto.
11219 * gdb.python/python.exp: Ditto.
11220
11221 2010-09-30 Tom Tromey <tromey@redhat.com>
11222
11223 * gdb.base/anon.exp: New file.
11224 * gdb.base/anon.c: New file.
11225
11226 2010-09-30 Tom Tromey <tromey@redhat.com>
11227
11228 * gdb.base/completion.exp: Test completion through anonymous
11229 union.
11230 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11231
11232 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 Fix printing parameters of inlined functions.
11235 * gdb.dwarf2/dw2-inline-param.exp: New file.
11236 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11237 * gdb.dwarf2/dw2-inline-param.S: New file.
11238
11239 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11240
11241 PR corefiles/12071.
11242 * gdb.base/corefile.exp (quit with a process, no question: load core)
11243 (quit with a core file): New tests.
11244
11245 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11246
11247 Fix GDB crash on inferior calls with self-referencing classes.
11248 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11249 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11250 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11251
11252 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 Fix lost siginfo_t for inferior calls.
11255 * gdb.base/siginfo-infcall.exp: New file.
11256 * gdb.base/siginfo-infcall.c: New file.
11257
11258 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11259
11260 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11261
11262 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11265 New test.
11266 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11267
11268 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11269
11270 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11271 type of our const type.
11272
11273 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11274
11275 * gdb.cp/pr12028.cc: New.
11276 * gdb.cp/pr12028.exp: New.
11277
11278 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11279
11280 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11281
11282 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11283 Jan Kratochvil <jan.kratochvil@redhat.com>
11284
11285 PR mi/11407
11286 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11287 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11288 * gdb.mi/dw2-ref-missing-frame.S New File.
11289 * gdb.mi/dw2-ref-missing-frame.exp New File.
11290
11291 2010-09-14 Tom Tromey <tromey@redhat.com>
11292
11293 PR symtab/8399:
11294 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11295
11296 2010-09-14 Tom Tromey <tromey@redhat.com>
11297
11298 PR exp/11803:
11299 * gdb.threads/tls.exp: Use C++.
11300 (check_thread_local): Use K::another_thread_local.
11301 * gdb.threads/tls.c (class K): New.
11302 (another_thread_local): Now a member of K.
11303 (spin): Update. No longer K&R C.
11304
11305 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11306
11307 * gdb.cp/koenig.cc: created class for testing member lookup.
11308 * gdb.cp/koenig.exp: Added test for member lookup.
11309
11310 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 Fix false FAILs on sourcetree topdir directory containing "kill".
11313 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11314 source line matching regexp.
11315
11316 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11317
11318 * gdb.python/python.exp (set height 0, collect help from uiout)
11319 (verify help to uiout): New tests.
11320
11321 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11322
11323 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11324 is_lp64_target to check 64bit target.
11325
11326 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11327
11328 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11329 (test_ld) <powerpc64-*>: New.
11330
11331 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11332
11333 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11334
11335 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11336
11337 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11338 (FunctionArg::method): New function.
11339 (empty, arg): New variables.
11340 (main): Call arg.method.
11341 * gdb.cp/templates.exp (test_template_args): New function.
11342 (do_tests): Call it.
11343
11344 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11345
11346 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11347 of "next" to proceed over pthread_exit call.
11348
11349 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11350
11351 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11352 "maint print statistics" output to prevent expect timeouts.
11353
11354 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11357 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11358 (test_float_rejected): ... here.
11359 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11360 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11361 (test_float_rejected): ... here.
11362 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11363 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11364 (test_float_rejected): ... here.
11365 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11366 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11367 (test_float_rejected): ... here.
11368
11369 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11370
11371 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11372 before disabling hardware watchpoints.
11373 (test_inaccessible_watchpoint): Check that hardware watchpoints
11374 are used. Test for watchpoints on a constant address.
11375
11376 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * gdb.base/ui-redirect.exp: New file.
11379
11380 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11381 Joel Brobecker <brobecker@adacore.com>
11382
11383 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11384
11385 2010-08-31 Doug Evans <dje@google.com>
11386
11387 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11388
11389 2010-08-30 Tom Tromey <tromey@redhat.com>
11390
11391 PR python/11792:
11392 * gdb.python/py-value.exp (test_subscript_regression): Add
11393 dynamic_type test.
11394
11395 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11396
11397 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11398 instead of running to main. Do not test the main function.
11399 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11400 Add new main.
11401
11402 2010-08-26 Pedro Alves <pedro@codesourcery.com>
11403
11404 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11405 one test.
11406
11407 2010-08-24 Doug Evans <dje@google.com>
11408
11409 PR symtab/11942
11410 * gdb.dwarf2/dw4-sig-types.cc: New file.
11411 * gdb.dwarf2/dw4-sig-types.h: New file.
11412 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11413 * gdb.dwarf2/dw4-sig-types.exp: New file.
11414
11415 2010-08-23 Tom Tromey <tromey@redhat.com>
11416
11417 PR python/11145:
11418 * gdb.python/py-value.c (Base, Derived): New types.
11419 (base): New global.
11420 * gdb.python/py-value.exp (test_subscript_regression): Add
11421 dynamic_cast test.
11422
11423 2010-08-23 Tom Tromey <tromey@redhat.com>
11424
11425 PR python/10676:
11426 * gdb.python/py-type.exp (test_fields): Add tests for type
11427 equality.
11428
11429 2010-08-23 Tom Tromey <tromey@redhat.com>
11430
11431 PR python/11915:
11432 * gdb.python/py-type.exp (test_fields): Add tests for array.
11433
11434 2010-08-23 Keith Seitz <keiths@redhat.com>
11435
11436 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11437 have any children. Create a new abbrev for it.
11438 Add missing terminal sequence to .debug_abbrev.
11439
11440 2010-08-20 Keith Seitz <keiths@redhat.com>
11441
11442 PR symtab/11465:
11443 * gdb.dwarf2/pr11465.exp: New test.
11444 * gdb.dwarf2/pr11465.S: New file.
11445 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11446 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11447
11448 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11449
11450 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11451 registers. Update data sets with the new v2_double element in the
11452 VSX register union. Add vector_register3_vr data set for the AltiVec
11453 registers. Use gdb_test_no_output instead of send_gdb.
11454
11455 2010-08-19 Pedro Alves <pedro@codesourcery.com>
11456
11457 * gdb.python/py-shared.exp: New file, factored out from
11458 python.exp.
11459 * gdb.python/py-shared.c: New file.
11460 * gdb.python/py-shared-sl.c: New file.
11461 * gdb.python/python-1.c: New file.
11462 * gdb.python/python-sl.c: Delete.
11463 * gdb.python/python.c: Mention python-1.c.
11464 * gdb.python/python.exp: Move shared library tests to
11465 py-shared.exp.
11466 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11467 (MISCELLANEOUS): New.
11468 (clean mostlyclean): Also remove $MISCELLANEOUS.
11469
11470 2010-08-19 Doug Evans <dje@google.com>
11471
11472 PR exp/11926
11473 * gdb.base/printcmds.exp (test_float_accepted): New function.
11474 Move existing float tests there. Add tests for floats with suffixes.
11475 (test_float_rejected): New function.
11476 * gdb.java/jv-print.exp (test_float_accepted): New function.
11477 (test_float_rejected): New function.
11478 * gdb.objc/print.exp: New file.
11479 * gdb.pascal/print.exp: New file.
11480 * lib/objc.exp: New file.
11481
11482 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11483
11484 * gdb.base/default.exp (info set): Avoid full buffer error and force
11485 reading up to final gdb prompt.
11486 (show): Likewise.
11487
11488 2010-08-18 Tom Tromey <tromey@redhat.com>
11489
11490 PR symtab/11919:
11491 * gdb.base/completion.exp: Add test.
11492
11493 2010-08-18 Doug Evans <dje@google.com>
11494
11495 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11496 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11497 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11498 Simplify, early exit if runto_main fails.
11499 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11500 (set_lang_fortran): Moved to lib/fortran.exp.
11501 * gdb.fortran/types.exp: load_lib fortran.exp.
11502 (set_lang_fortran): Moved to lib/fortran.exp.
11503 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11504 * gdb.java/jprint.exp (set_lang_java): Ditto.
11505 * gdb.java/jv-exp.exp: load_lib java.exp.
11506 If set_lang_java fails, issue a warning instead of failure to be
11507 consistent with other set_lang_foo uses.
11508 (set_lang_java): Moved to lib/java.exp.
11509 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11510 If set_lang_java fails, issue a warning instead of failure to be
11511 consistent with other set_lang_foo uses.
11512 * gdb.pascal/types.exp: load_lib pascal.exp.
11513 (set_lang_pascal): Moved to lib/pascal.exp.
11514 * lib/fortran.exp: New file.
11515 * lib/java.exp (set_lang_java): New function.
11516 * lib/pascal.exp (set_lang_pascal): New function.
11517
11518 2010-08-18 Yao Qi <yao@codesourcery.com
11519
11520 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11521 func_nofb_start and func_loopfb_start, so that address of functions
11522 is equal to these labels on Thumb.
11523
11524 2010-08-18 Yao Qi <yao@codesourcery.com>
11525
11526 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11527 to reflect latest c source file.
11528
11529 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 * gdb.cp/infcall-dlopen.exp: New file.
11532 * gdb.cp/infcall-dlopen.cc: New file.
11533 * gdb.cp/infcall-dlopen-lib.cc: New file.
11534
11535 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11536 Pedro Alves <pedro@codesourcery.com>
11537
11538 PR breakpoints/11371
11539
11540 * gdb.base/watch-cond-infcall.exp: New file.
11541 * gdb.base/watch-cond-infcall.c: New file.
11542
11543 2010-08-16 Tom Tromey <tromey@redhat.com>
11544
11545 * gdb.base/help.exp: Update.
11546 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11547 watchpoint.
11548 (test_watch_location): New proc.
11549 (test_watchpoint_in_big_blob): Delete watchpoint.
11550 * gdb.base/watchpoint.c (func5): New function.
11551 (main): Call it.
11552
11553 2010-08-16 Doug Evans <dje@google.com>
11554
11555 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11556
11557 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11558
11559 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11560 tests.
11561
11562 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
11563
11564 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11565 * gdb.base/gnu_vector.c: New File.
11566 * gdb.base/gnu_vector.exp: Likewise.
11567
11568 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11569
11570 * gdb.python/python.c: New File.
11571 * gdb.python/python-sl.c: New File.
11572 * gdb.python/python.exp: Test solib_address and decode_line
11573 * functions.
11574
11575 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 * gdb.python/python.exp (show height, set height 10)
11578 (verify pagination beforehand, verify pagination beforehand: q)
11579 (gdb.execute does not page, verify pagination afterwards)
11580 (verify pagination afterwards: q): New.
11581
11582 2010-08-02 Doug Evans <dje@google.com>
11583
11584 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11585 because of an older gcc, change test2
11586 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11587 to unsupported.
11588
11589 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
11590
11591 * gdb.base/break-always.exp: Do not expect full paths to file
11592 names.
11593 * gdb.base/commands.exp: Likewise.
11594
11595 2010-07-30 Doug Evans <dje@google.com>
11596
11597 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11598 xfail them when run with older gccs.
11599
11600 * lib/gdb.exp (build_executable): Forward "c++" option to
11601 get_compiler_info.
11602
11603 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11604 "python print ttype.template_argument(1)" and
11605 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11606 if using gcc 4.4 or earlier.
11607
11608 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11609 attach-to-debugger handling.
11610
11611 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11612
11613 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11614 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11615 (main): Use copyreloc.
11616 * gdb.base/prelink.exp (split debug of executable)
11617 (.dynbss vs. .bss address shift): New tests.
11618
11619 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11620
11621 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11622 in gdb_test_multiple.
11623
11624 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11625
11626 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11627 environment.
11628
11629 2010-07-28 Tom Tromey <tromey@redhat.com>
11630
11631 PR python/11060:
11632 * gdb.python/py-type.c (Temargs): New template.
11633 (temvar): New variable.
11634 * gdb.python/py-type.exp (test_template): New proc.
11635
11636 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11637
11638 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11639 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11640
11641 2010-07-28 Tom Tromey <tromey@redhat.com>
11642
11643 PR c++/9946:
11644 * gdb.cp/temargs.exp: New file.
11645 * gdb.cp/temargs.cc: New file.
11646
11647 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11648
11649 * gdb.base/help.exp (help disassemble): Update the content.
11650
11651 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11652
11653 * gdb.threads/ia64-sigill.exp: New file.
11654 * gdb.threads/ia64-sigill.c: New file.
11655
11656 2010-07-27 Tom Tromey <tromey@redhat.com>
11657
11658 * gdb.opt/inline-cmds.c (ATTR): New define.
11659 (func1): Use it.
11660 (func2): Likewise.
11661 (func3): Likewise.
11662 (outer_inline1): Likewise.
11663 (outer_inline2): Likewise.
11664 * gdb.opt/inline-bt.c (ATTR): New define.
11665 (func1): Use it.
11666 (func2): Likewise.
11667 * gdb.opt/inline-locals.c (ATTR): New define.
11668 (func1): Use it.
11669 (func2): Likewise.
11670
11671 2010-07-27 Tom Tromey <tromey@redhat.com>
11672
11673 * gdb.stabs/gdb11479.c (hack): New function.
11674 (test): Use it.
11675 (test2): Use it.
11676 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11677 (int32_search_buf, int64_search_buf): No longer static.
11678 (x): Remove.
11679 * gdb.base/relocate.c (hack): New function.
11680
11681 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11682
11683 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11684 * gdb.python/py-value.c (func1): New function.
11685 (func2): Likewise.
11686
11687 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
11688
11689 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11690 as not to clash with .data section.
11691
11692 2010-07-26 Jerome Guitton <guitton@adacore.com>
11693
11694 * gdb.base/code_elim.exp: New file.
11695 * gdb.base/code_elim1.c: New file.
11696 * gdb.base/code_elim2.c: New file.
11697
11698 2010-07-21 Pedro Alves <pedro@codesourcery.com>
11699
11700 PR symtab/11827
11701
11702 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11703 (some_volatile_enum): New variable.
11704 * gdb.base/printcmds.exp (test_print_enums): New.
11705 <top level>: Call it.
11706
11707 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11708
11709 * gdb.cp/fpointer.cc: New test.
11710 * gdb.cp/fpointer.exp: New test.
11711
11712 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 * gdb.base/solib-nodir.exp: New file.
11715 * lib/gdb.exp (runto): New case for a GDB internal error.
11716
11717 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11718 Ulrich Weigand <uweigand@de.ibm.com>
11719 Tom Tromey <tromey@redhat.com>
11720
11721 * gdb.base/charset-malloc.c: New file.
11722 * gdb.base/charset.c (malloc_stub): New prototype.
11723 (main): Call it instead of malloc itself.
11724 * gdb.base/charset.exp: Use only prepare_for_testing.
11725 (binfile): Remove the variable.
11726
11727 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11728
11729 Make core files the process_stratum.
11730 * gdb.base/corefile.exp (run: load core again)
11731 (run: sanity check we see the core file, run: with core)
11732 (run: core file is cleared, attach: load core again)
11733 (attach: sanity check we see the core file, attach: with core)
11734 (attach: core file is cleared): New tests.
11735 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11736
11737 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11738
11739 * gdb.arch/altivec-abi.exp: New tests.
11740
11741 2010-07-13 Tom Tromey <tromey@redhat.com>
11742
11743 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11744 (main): Use it.
11745 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11746
11747 2010-07-13 Tom Tromey <tromey@redhat.com>
11748
11749 * gdb.base/label.exp: New file.
11750 * gdb.base/label.c: New file.
11751
11752 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11753 H.J. Lu <hongjiu.lu@intel.com>
11754
11755 * lib/gdb.exp (is_ilp32_target): New.
11756 (is_lp64_target): Likewise.
11757
11758 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11759 target.
11760 * gdb.arch/amd64-disp-step.exp: Likewise.
11761 * gdb.arch/amd64-dword.exp: Likewise.
11762 * gdb.arch/amd64-i386-address.exp: Likewise.
11763 * gdb.arch/amd64-word.exp: Likewise.
11764
11765 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11766 target.
11767 * gdb.arch/i386-bp_permanent.exp: Likewise.
11768 * gdb.arch/i386-byte.exp: Likewise.
11769 * gdb.arch/i386-disp-step.exp: Likewise.
11770 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11771 * gdb.arch/i386-prologue.exp: Likewise.
11772 * gdb.arch/i386-size-overlap.exp: Likewise.
11773 * gdb.arch/i386-size.exp: Likewise.
11774 * gdb.arch/i386-sse.exp: Likewise.
11775 * gdb.arch/i386-unwind.exp: Likewise.
11776 * gdb.arch/i386-word.exp: Likewise.
11777
11778 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11779 test only when building 64-bit executables. Do not hard-code
11780 -m64 option.
11781
11782 2010-07-07 Doug Evans <dje@google.com>
11783
11784 * lib/gdb.exp (gdb_test_list_exact): New function.
11785 * gdb.base/default.exp (show convenience): Call it, add tests for
11786 $_sdata = void, $_thread = 0.
11787
11788 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11789 Joel Brobecker <brobecker@adacore.com>
11790
11791 Fix re-run of PIE executable, PR shlibs/11776.
11792 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11793 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11794 and re-"run" of the inferior.
11795
11796 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11797 Joel Brobecker <brobecker@adacore.com>
11798
11799 Cope with missing /usr/sbin/prelink.
11800 * lib/prelink-support.exp (prelink_no):
11801 <result == 1 && $output is "no such file or directory">: New.
11802 (prelink_yes): Likewise. Return on failed prelink_no.
11803
11804 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11805 Joel Brobecker <brobecker@adacore.com>
11806
11807 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11808 build_executable by build_executable_own_libs. Replace "prelink -R"
11809 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11810 change.
11811 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11812 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11813 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11814 Replace build_executable by build_executable_own_libs's function
11815 build_executable_own_libs.
11816 (prelinkNO): Create new stub to call prelink_no.
11817 (prelinkYES): Create new stub to call prelink_yes.
11818 (test_attach): Rename calls of copy to file_copy.
11819 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11820 (copy): Move to ...
11821 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11822 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11823 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11824 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11825 special flags by gdb_compile_shlib. Replace second gdb_compile by
11826 build_executable_own_libs. Replace "prelink -R" execution by a call of
11827 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11828 a second call of prelink_yes. Replace restart commands by
11829 clean_restart.
11830 (prelink): Rename to ...
11831 (seen displacement message): ... this test. Extend its expectation
11832 strictness.
11833
11834 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11835
11836 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11837 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11838 displacement message exactly once.
11839
11840 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11841 Joel Brobecker <brobecker@adacore.com>
11842
11843 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11844 its restore after the <$relink_args != ""> loop. new comment.
11845
11846 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11847 Joel Brobecker <brobecker@adacore.com>
11848
11849 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11850 code for it. New variable relink_args.
11851 (prelinkYES): Call prelinkNO.
11852 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11853 in such case. Move the core code to ...
11854 (test_attach_gdb): ... a new function. Send GDB command "file".
11855 Extend expected "Attaching to " string.
11856
11857 2010-07-02 Tom Tromey <tromey@redhat.com>
11858
11859 * gdb.base/bitops.exp: Remove extraneous "pass".
11860
11861 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
11862
11863 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11864
11865 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11866
11867 * gdb.base/help.exp: Adjust expected output.
11868
11869 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11870
11871 * gdb.base/help.exp: Adjust expected output.
11872
11873 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11876 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11877 c++/11702.
11878
11879 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11880 Doug Evans <dje@google.com>
11881
11882 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11883 add .dynamic entry'.
11884
11885 2010-06-29 Doug Evans <dje@google.com>
11886
11887 Test PR c++/11702.
11888 * gdb.cp/m-static.exp: Add testcase.
11889 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11890
11891 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11892 Tom Tromey <tromey@redhat.com>
11893 Thiago Jung Bauermann <bauerman@br.ibm.com>
11894
11895 * gdb.python/py-inferior.c: New File.
11896 * gdb.python/py-infthread.c: New File.
11897 * gdb.python/py-inferior.exp: New File.
11898 * gdb.python/py-infthread.exp: New File.
11899
11900 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11901
11902 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11903 (ptype ::C::OtherFileClass typedefs): New.
11904 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11905 (C::OtherFileClass::cOtherFileClassVar2): New.
11906 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11907 cOtherFileClassVar2.
11908 (C::cOtherFileType2, C::cOtherFileVar2): New.
11909 (C::cOtherFileVar_use): use also cOtherFileVar2.
11910 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11911
11912 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11915 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11916 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11917 (print ::C::cOtherFileVar)
11918 (whatis C::OtherFileClass::cOtherFileClassType)
11919 (whatis ::C::OtherFileClass::cOtherFileClassType)
11920 (print C::OtherFileClass::cOtherFileClassVar)
11921 (print ::cOtherFileClassVar)
11922 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11923 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11924 trailing content.
11925 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11926 (C::OtherFileClass::cOtherFileClassVar)
11927 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11928 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11929
11930 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11931
11932 Test PR c++/11703 and PR gdb/1448.
11933 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11934 gdb/1448.
11935
11936 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11939 (main) <rtti_data>: New.
11940 * gdb.cp/virtbase.exp (print rtti_data): New.
11941
11942 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11943 Joel Brobecker <brobecker@adacore.com>
11944
11945 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11946
11947 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11950
11951 2010-06-28 Doug Evans <dje@google.com>
11952
11953 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11954
11955 2010-06-27 Doug Evans <dje@google.com>
11956
11957 * gdb.cp/m-static.exp: Update expected test output.
11958
11959 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11960
11961 * gdb.gdb/selftest.exp: Adjust expected message for
11962 capturing start-up runtime.
11963
11964 2010-06-25 Tom Tromey <tromey@redhat.com>
11965
11966 PR python/10808:
11967 * gdb.python/python.exp: Add new tests.
11968
11969 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11970
11971 * gdb.cp/operator.cc: Created an import loop.
11972 * gdb.cp/operator.exp: Added testcase for import loop.
11973
11974 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 Test PR python/11407.
11977 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11978 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11979 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11980 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11981 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11982 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11983 binfile. Call gdb_compile with clean_restart twice.
11984 (func_nofb print, func_nofb backtrace, func_loopfb print)
11985 (func_loopfb backtrace): New.
11986
11987 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11988
11989 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11990 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11991 by a hand made one.
11992 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11993 i?86 requirement. Remove variables srcfile and binfile. New variable
11994 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11995
11996 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11997
11998 * gdb.cell/dwarfaddr.exp: New file.
11999 * gdb.cell/dwarfaddr.S: New file.
12000
12001 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12002
12003 Test PR 9436.
12004 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12005
12006 2010-06-24 Hui Zhu <teawater@gmail.com>
12007
12008 * gdb.base/eval.exp: New file.
12009
12010 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12011
12012 * gdb.cell/fork.exp: New file.
12013 * gdb.cell/fork.c: Likewise.
12014 * gdb.cell/fork-spu.c: Likewise.
12015
12016 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12017
12018 * lib/gdb.exp (banned_variables_traced): New global variable.
12019 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12020 (gdb_init): Use `trace add variable' instead of obsolete
12021 `trace variable'.
12022
12023 2010-06-21 Doug Evans <dje@google.com>
12024
12025 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12026
12027 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12028
12029 * gdb.arch/spu-ls.exp: New file.
12030 * gdb.arch/spu-ls.c: Likewise.
12031
12032 2010-06-18 Stan Shebs <stan@codesourcery.com>
12033
12034 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12035
12036 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12037
12038 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12039 * gdb.base/watch-cond.exp: Likewise.
12040 * gdb.python/py-breakpoint.exp: Likewise.
12041
12042 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12043
12044 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12045 clean_restart, make sure every test has a distinct message, and
12046 that messages don't include the executable' full path.
12047
12048 2010-06-17 Doug Evans <dje@google.com>
12049
12050 * gdb.arch/i386-size.exp: Updated expected output for
12051 DISASSEMBLY_OMIT_FNAME.
12052
12053 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12054 Sergio Durigan Junior <sergiodj@redhat.com>
12055
12056 * gdb.base/watch-notconst.c: New file.
12057 * gdb.base/watch-notconst.S: New file.
12058 * gdb.base/watch-notconst2.c: New file.
12059 * gdb.base/watch-notconst2.S: New file.
12060 * gdb.base/watch-notconst.exp: New file.
12061 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12062 (func4): Add operations on `global_ptr_ptr'.
12063 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12064 routine to test watchpoints created with a constant expression.
12065 (test_inaccessible_watchpoint): Include tests for watchpoints
12066 created with a constant expression.
12067
12068 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12069
12070 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12071 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12072 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12073 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12074 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12075 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12076 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12077 of `_start'.
12078
12079 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12080
12081 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12082 not supported on the target.
12083 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12084 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12085 * gdb.mi/mi-nsintrall.exp: Likewise.
12086 * gdb.mi/mi-nsmoribund.exp: Likewise.
12087 * gdb.mi/mi-nsthrexec.exp: Likewise.
12088
12089 2010-06-11 Stan Shebs <stan@codesourcery.com>
12090
12091 * gdb.base/permissions.exp: New file.
12092
12093 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12094
12095 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12096 does not support ELF executable class.
12097
12098 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12099
12100 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12101
12102 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12105 (runto): Catch "The target does not support running in non-stop mode.".
12106
12107 2010-06-11 Michael Snyder <msnyder@vmware.com>
12108
12109 * gdb.base/setshow.exp (set language asm): Don't use
12110 gdb_test_no_output, fails on some targets.
12111
12112 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12113
12114 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12115 * gdb.cp/pr9167.exp: Likewise.
12116
12117 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12118
12119 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12120
12121 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12122
12123 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12124
12125 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12126
12127 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12128
12129 2010-06-11 Tom Tromey <tromey@redhat.com>
12130
12131 PR gdb/9977, PR exp/11636::
12132 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12133 (pieces_test_f6): Update expected output.
12134
12135 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12136
12137 * gdb.base/moribund-step.exp: New.
12138
12139 2010-06-08 Michael Snyder <msnyder@vmware.com>
12140
12141 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12142 * gdb.ada/boolean_expr.exp:
12143 * gdb.ada/frame_args.exp: Ditto.
12144 * gdb.ada/lang_switch.exp: Ditto.
12145 * gdb.ada/ptype_arith_binop.exp: Ditto.
12146 * gdb.ada/ref_param.exp: Ditto.
12147 * gdb.ada/type_coercion.exp:Ditto.
12148
12149 * gdb.asm/asm-source.exp: Ditto.
12150
12151 * gdb.base/attach.exp: Ditto.
12152 * gdb.base/bitfields2.exp: Ditto.
12153 * gdb.base/call-signal-resume.exp: Ditto.
12154 * gdb.base/callfuncs.exp: Ditto.
12155 * gdb.base/commands.exp: Ditto.
12156 * gdb.base/dbx.exp: Ditto.
12157 * gdb.base/default.exp: Ditto.
12158 * gdb.base/dump.exp: Ditto.
12159 * gdb.base/exprs.exp: Ditto.
12160 * gdb.base/freebpcmd.exp: Ditto.
12161 * gdb.base/interrupt.exp: Ditto.
12162 * gdb.base/list.exp: Ditto.
12163 * gdb.base/long_long.exp: Ditto.
12164 * gdb.base/maint.exp: Ditto.
12165 * gdb.base/ptype.exp: Ditto.
12166 * gdb.base/return.exp: Ditto.
12167 * gdb.base/setshow.exp: Ditto.
12168 * gdb.base/sigbpt.exp: Ditto.
12169 * gdb.base/sigrepeat.exp: Ditto.
12170
12171 * gdb.cp/classes.exp: Ditto.
12172
12173 * gdb.dwarf2/dw2-restore.exp: Ditto.
12174
12175 * gdb.gdb/selftest.exp: Ditto.
12176
12177 * gdb.multi/base.exp: Ditto.
12178 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12179
12180 * gdb.python/py-block.exp: Ditto.
12181 * gdb.python/py-prettyprint.exp: Ditto.
12182 * gdb.python/py-template.exp: Ditto.
12183
12184 * gdb.server/ext-attach.exp: Ditto.
12185 * gdb.server/ext-run.exp: Ditto.
12186 * gdb.server/server-mon.exp: Ditto.
12187
12188 * gdb.threads/fork-thread-pending.exp: Ditto.
12189 * gdb.threads/hand-call-in-threads.exp: Ditto.
12190 * gdb.threads/interrupted-hand-call.exp: Ditto.
12191 * gdb.threads/linux-dp.exp: Ditto.
12192 * gdb.threads/manythreads.exp: Ditto.
12193 * gdb.threads/print-threads.exp: Ditto.
12194 * gdb.threads/pthreads.exp: Ditto.
12195 * gdb.threads/schedlock.exp: Ditto.
12196 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12197 * gdb.threads/threadapply.exp: Ditto.
12198
12199 2010-06-08 Michael Snyder <msnyder@vmware.com>
12200
12201 * gdb.ada/exec_changed.exp:
12202 Use ".*" instead of "" as wildcard regexp.
12203
12204 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12205 * gdb.base/call-ar-st.exp: Ditto.
12206 * gdb.base/checkpoint.exp: Ditto.
12207 * gdb.base/default.exp: Ditto.
12208 * gdb.base/dump.exp: Ditto.
12209 * gdb.base/ending-run.exp: Ditto.
12210 * gdb.base/fileio.exp: Ditto.
12211 * gdb.base/miscexprs.exp: Ditto.
12212 * gdb.base/pointers.exp: Ditto.
12213 * gdb.base/readline.exp: Ditto.
12214 * gdb.base/reread.exp: Ditto.
12215 * gdb.base/restore.exp: Ditto.
12216 * gdb.base/shlib-call.exp: Ditto.
12217 * gdb.base/valgrind-db-attach.exp: Ditto.
12218 * gdb.base/volatile.exp: Ditto.
12219 * gdb.base/watchpoints.exp: Ditto.
12220
12221 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12222
12223 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12224 * gdb.python/py-value.exp: Ditto.
12225
12226 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12227 * gdb.trace/circ.exp: Ditto.
12228 * gdb.trace/collection.exp: Ditto.
12229 * gdb.trace/packetlen.exp: Ditto.
12230 * gdb.trace/passc-dyn.exp: Ditto.
12231 * gdb.trace/report.exp: Ditto.
12232 * gdb.trace/tfile.exp: Ditto.
12233 * gdb.trace/tfind.exp: Ditto.
12234 * gdb.trace/while-dyn.exp: Ditto.
12235
12236 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12239
12240 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12241
12242 Test PR 10640.
12243 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12244
12245 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12246
12247 * gdb.cp/koenig.exp: Test for ADL operators.
12248 * gdb.cp/koenig.cc: Added ADL operators.
12249 * gdb.cp/operator.exp: New test.
12250 * gdb.cp/operator.cc: New test.
12251
12252 2010-06-04 Michael Snyder <msnyder@vmware.com>
12253
12254 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12255 * gdb.base/pending.exp: Ditto.
12256
12257 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12258
12259 2010-06-04 Doug Evans <dje@google.com>
12260
12261 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12262 disabled printers.
12263 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12264 (enable_lookup_function): New function.
12265
12266 2010-06-04 Tom Tromey <tromey@redhat.com>
12267
12268 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12269 of hash and id.
12270
12271 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12272
12273 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12274 newline.
12275 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12276 (empty verbose non-noisy clear, empty verbose noisy clear)
12277 (empty non-verbose noisy clear): Likewise.
12278
12279 2010-06-03 Michael Snyder <msnyder@vmware.com>
12280
12281 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12282 * gdb.base/display.exp: Ditto.
12283 * gdb.base/find.exp: Ditto.
12284 * gdb.base/ifelse.exp: Ditto.
12285 * gdb.base/multi-forks.exp: Ditto.
12286 * gdb.base/recurse.exp: Ditto.
12287 * gdb.base/setshow.exp: Ditto.
12288 * gdb.base/value-double-free.exp: Ditto.
12289 * gdb.base/watch-vfork.exp: Ditto.
12290 * gdb.base/watch_thread_num.exp: Ditto.
12291 * gdb.base/watchpoint-solib.exp: Ditto.
12292 * gdb.base/watchpoint.exp: Ditto.
12293 * gdb.base/watchpoints.exp: Ditto.
12294
12295 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12296 * gdb.cp/overload.exp: Ditto.
12297 * gdb.cp/virtfunc.exp: Ditto.
12298
12299 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12300
12301 * gdb.reverse/watch-precsave.exp:
12302 Replace gdb_test with gdb_test_no_output.
12303
12304 * gdb.threads/attach-into-signal.exp:
12305 Replace gdb_test with gdb_test_no_output.
12306 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12307 * gdb.threads/watchthreads.exp: Ditto.
12308 * gdb.threads/watchthreads2.exp: Ditto.
12309
12310 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12311 * gdb.trace/tfind.exp: Ditto.
12312
12313 2010-06-03 Joel Brobecker <brobecker@adacore.com>
12314
12315 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12316 successful test if message is the empty string.
12317
12318 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 * gdb.fortran/module.exp (stopped language detection): New test.
12321
12322 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 Support DW_TAG_module as separate namespaces.
12325 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12326 gdb.fortran/library-module-lib.f90: New.
12327 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12328 (print i): Remove.
12329 (continue to breakpoint: i-is-1, print var_i value 1)
12330 (continue to breakpoint: i-is-2, print var_i value 2)
12331 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12332 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12333 (complete `modmany, complete `modmany`, complete `modmany`var)
12334 (show language, setting breakpoint at module): New tests.
12335 * gdb.fortran/module.f90 (module mod): Remove.
12336 (module mod1, module mod2, module modmany, subroutine sub1)
12337 (subroutine sub2, program module): New.
12338
12339 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12340
12341 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12342 (print value of rUC, print value of rI, print value of UI): ... here.
12343 * gdb.cp/anon-union.exp (pass): Rename to ...
12344 (print z 2): ... here.
12345
12346 2010-06-02 Michael Snyder <msnyder@vmware.com>
12347
12348 * gdb.trace/actions.exp: Use gdb_test_no_output.
12349 * gdb.trace/circ.exp: Ditto.
12350 * gdb.trace/packetlen.exp: Ditto.
12351 * gdb.trace/save-trace.exp: Ditto.
12352 * gdb.trace/tracecmd.exp: Ditto.
12353 * gdb.trace/tsv.exp: Ditto.
12354
12355 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12356 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12357 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12358 * gdb.threads/manythreads.exp: Ditto.
12359 * gdb.threads/print-threads.exp: Ditto.
12360 * gdb.threads/pthreads.exp: Ditto.
12361 * gdb.threads/schedlock.exp: Ditto.
12362 * gdb.threads/staticthreads.exp: Ditto.
12363 * gdb.threads/thread-specific.exp: Ditto.
12364 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12365 * gdb.threads/threadapply.exp: Ditto.
12366 * gdb.threads/watchthreads.exp: Ditto.
12367 * gdb.threads/watchthreads2.exp: Ditto.
12368
12369 * gdb.python/py-block.exp: Use gdb_test_no_output.
12370 * gdb.python/py-prettyprint.exp: Ditto.
12371 * gdb.python/py-template.exp: Ditto.
12372 * gdb.python/py-value.exp: Ditto.
12373
12374 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12375 * gdb.reverse/watch-reverse.exp: Ditto.
12376
12377 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12378 * gdb.server/ext-run.exp: Ditto.
12379
12380 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12381 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12382 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12383 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12384 * gdb.dwarf2/dw2-producer.exp: Ditto.
12385 * gdb.dwarf2/mac-fileno.exp: Ditto.
12386
12387 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12388 * gdb.gdb/selftest.exp: Ditto.
12389
12390 * gdb.multi/base.exp: Use gdb_test_no_output.
12391
12392 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12393
12394 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12395
12396 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12397
12398 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12399
12400 * gdb.cp/class2.exp: Use gdb_test_no_output.
12401 * gdb.cp/classes.exp: Ditto.
12402 * gdb.cp/extern-c.exp: Ditto.
12403 * gdb.cp/inherit.exp: Ditto.
12404 * gdb.cp/maint.exp: Ditto.
12405 * gdb.cp/mb-inline.exp: Ditto.
12406 * gdb.cp/mb-templates.exp: Ditto.
12407 * gdb.cp/method2.exp: Ditto.
12408 * gdb.cp/misc.exp: Ditto.
12409 * gdb.cp/ovldbreak.exp: Ditto.
12410 * gdb.cp/punctuator.exp: Ditto.
12411 * gdb.cp/templates.exp: Ditto.
12412 * gdb.cp/virtbase.exp: Ditto.
12413
12414 * gdb.threads/attach-stopped.exp:
12415 Replace uses of send_gdb / gdb_expect.
12416 * gdb.threads/attachstop-mt.exp:
12417 Replace uses of send_gdb / gdb_expect.
12418 * gdb.threads/gcore-thread.exp:
12419 Replace uses of send_gdb / gdb_expect.
12420 * gdb.threads/hand-call-in-threads.exp:
12421 Replace uses of send_gdb / gdb_expect.
12422 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12423 * gdb.threads/print-threads.exp:
12424 Replace uses of send_gdb / gdb_expect.
12425 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12426 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12427 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12428
12429 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12430 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12431 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12432 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12433 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12434 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12435 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12436 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12437 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12438 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12439 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12440
12441 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12442
12443 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12444
12445 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12446
12447 * gdb.cp/koenig.exp: Added new test case.
12448 * gdb.cp/koenig.cc: Ditto.
12449
12450 2010-06-01 Michael Snyder <msnyder@vmware.com>
12451
12452 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12453 * gdb.base/arrayidx.exp: Ditto.
12454 * gdb.base/attach.exp: Ditto.
12455 * gdb.base/auxv.exp: Ditto.
12456 * gdb.base/bigcre.exp: Ditto.
12457 * gdb.base/break-always.exp: Ditto.
12458 * gdb.base/break-interp.exp: Ditto.
12459 * gdb.base/break.exp: Ditto.
12460 * gdb.base/breakpoint-shadow.exp: Ditto.
12461 * gdb.base/call-ar-st.exp: Ditto.
12462 * gdb.base/call-sc.exp: Ditto.
12463 * gdb.base/call-signal-resume.exp: Ditto.
12464 * gdb.base/callfuncs.exp: Ditto.
12465 * gdb.base/catch-syscall.exp: Ditto.
12466 * gdb.base/charset.exp: Ditto.
12467 * gdb.base/code-expr.exp: Ditto.
12468 * gdb.base/commands.exp: Ditto.
12469 * gdb.base/cond-expr.exp: Ditto.
12470 * gdb.base/condbreak.exp: Ditto.
12471 * gdb.base/cursal.exp: Ditto.
12472 * gdb.base/cvexpr.exp: Ditto.
12473 * gdb.base/default.exp: Ditto.
12474 * gdb.base/del.exp: Ditto.
12475 * gdb.base/detach.exp: Ditto.
12476 * gdb.base/display.exp: Ditto.
12477 * gdb.base/ena-dis-br.exp: Ditto.
12478 * gdb.base/eval-skip.exp: Ditto.
12479 * gdb.base/foll-fork.exp: Ditto.
12480 * gdb.base/foll-vfork.exp: Ditto.
12481 * gdb.base/frame-args.exp: Ditto.
12482 * gdb.base/funcargs.exp: Ditto.
12483 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12484 * gdb.base/gdbvars.exp: Ditto.
12485 * gdb.base/help.exp: Ditto.
12486 * gdb.base/ifelse.exp: Ditto.
12487 * gdb.base/included.exp: Ditto.
12488 * gdb.base/list.exp: Ditto.
12489 * gdb.base/macscp.exp: Ditto.
12490 * gdb.base/maint.exp: Ditto.
12491 * gdb.base/multi-fork.exp: Ditto.
12492 * gdb.base/overlays.exp: Ditto.
12493 * gdb.base/page.exp: Ditto.
12494 * gdb.base/pending.exp: Ditto.
12495 * gdb.base/pointers.exp: Ditto.
12496 * gdb.base/pr11022.exp: Ditto.
12497 * gdb.base/prelink.exp: Ditto.
12498 * gdb.base/printcmds.exp: Ditto.
12499 * gdb.base/psymtab.exp: Ditto.
12500 * gdb.base/randomize.exp: Ditto.
12501 * gdb.base/relational.exp: Ditto.
12502 * gdb.base/relocate.exp: Ditto.
12503 * gdb.base/remote.exp: Ditto.
12504 * gdb.base/sepdebug.exp: Ditto.
12505 * gdb.base/set-lang-auto.exp: Ditto.
12506 * gdb.base/setshow.exp: Ditto.
12507 * gdb.base/setvar.exp: Ditto.
12508 * gdb.base/signals.exp: Ditto.
12509 * gdb.base/signull.exp: Ditto.
12510 * gdb.base/sigstep.exp: Ditto.
12511 * gdb.base/sizeof.exp: Ditto.
12512 * gdb.base/solib-disc.exp: Ditto.
12513 * gdb.base/store.exp: Ditto.
12514 * gdb.base/structs.exp: Ditto.
12515 * gdb.base/structs2.exp: Ditto.
12516 * gdb.base/subst.exp: Ditto.
12517 * gdb.base/term.exp: Ditto.
12518 * gdb.base/trace-commands.exp: Ditto.
12519 * gdb.base/unwindonsignal.exp: Ditto.
12520 * gdb.base/valgrind-db-attach.exp: Ditto.
12521 * gdb.base/varargs.exp: Ditto.
12522 * gdb.base/watch-cond.exp: Ditto.
12523 * gdb.base/watch_thread_num.exp: Ditto.
12524 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12525 * gdb.base/watchpoint.exp: Ditto.
12526 * gdb.base/whatis-exp.exp: Ditto.
12527
12528 2010-06-01 Michael Snyder <msnyder@vmware.com>
12529
12530 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12531 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12532 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12533 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12534 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12535 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12536 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12537 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12538 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12539 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12540 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12541 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12542 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12543 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12544 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12545
12546 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12549 trailing newline.
12550 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12551 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12552 (p *args): ... here and remove excessive trailing newline.
12553
12554 2010-05-31 Joel Brobecker <brobecker@adacore.com>
12555
12556 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12557
12558 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 Accept the new Linux kernel "t (tracing stop)" string.
12561 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12562 Update comment.
12563 (state_wait) <T (tracing stop)>: New.
12564 (main): Update the state_wait expect string.
12565
12566 2010-05-28 Pedro Alves <pedro@codesourcery.com>
12567
12568 * limits.c, limits.exp: Delete files.
12569 * Makefile.in (clean mostlyclean): Adjust.
12570 * tracecmd.exp: Adjust.
12571
12572 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12573
12574 * gdb.base/tui-layout.exp: New.
12575
12576 2010-05-28 Michael Snyder <msnyder@vmware.com>
12577
12578 * gdb.reverse/break-precsave.exp:
12579 Replace uses of send_gdb / gdb_expect.
12580 * gdb.reverse/break-reverse.exp:
12581 Replace uses of send_gdb / gdb_expect.
12582 * gdb.reverse/consecutive-precsave.exp:
12583 Replace uses of send_gdb / gdb_expect.
12584 * gdb.reverse/consecutive-reverse.exp:
12585 Replace uses of send_gdb / gdb_expect.
12586 * gdb.reverse/finish-precsave.exp:
12587 Replace uses of send_gdb / gdb_expect.
12588 * gdb.reverse/finish-reverse.exp:
12589 Replace uses of send_gdb / gdb_expect.
12590 * gdb.reverse/i386-precsave.exp:
12591 Replace uses of send_gdb / gdb_expect.
12592 * gdb.reverse/i386-reverse.exp:
12593 Replace uses of send_gdb / gdb_expect.
12594 * gdb.reverse/i386-sse-reverse.exp:
12595 Replace uses of send_gdb / gdb_expect.
12596 * gdb.reverse/i387-env-reverse.exp:
12597 Replace uses of send_gdb / gdb_expect.
12598 * gdb.reverse/i387-stack-reverse.exp:
12599 Replace uses of send_gdb / gdb_expect.
12600 * gdb.reverse/machinestate-precsave.exp:
12601 Replace uses of send_gdb / gdb_expect.
12602 * gdb.reverse/machinestate.exp:
12603 Replace uses of send_gdb / gdb_expect.
12604 * gdb.reverse/sigall-precsave.exp:
12605 Replace uses of send_gdb / gdb_expect.
12606 * gdb.reverse/sigall-reverse.exp:
12607 Replace uses of send_gdb / gdb_expect.
12608 * gdb.reverse/solib-precsave.exp:
12609 Replace uses of send_gdb / gdb_expect.
12610 * gdb.reverse/solib-reverse.exp:
12611 Replace uses of send_gdb / gdb_expect.
12612 * gdb.reverse/step-precsave.exp:
12613 Replace uses of send_gdb / gdb_expect.
12614 * gdb.reverse/step-reverse.exp:
12615 Replace uses of send_gdb / gdb_expect.
12616 * gdb.reverse/until-precsave.exp:
12617 Replace uses of send_gdb / gdb_expect.
12618 * gdb.reverse/until-reverse.exp:
12619 Replace uses of send_gdb / gdb_expect.
12620 * gdb.reverse/watch-precsave.exp:
12621 Replace uses of send_gdb / gdb_expect.
12622 * gdb.reverse/watch-reverse.exp:
12623 Replace uses of send_gdb / gdb_expect.
12624
12625 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12626
12627 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12628 excessive newline.
12629
12630 2010-05-27 Michael Snyder <msnyder@vmware.com>
12631
12632 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
12633 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12634 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12635 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12636 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12637 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12638 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12639 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12640 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12641 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12642 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12643 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12644 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12645 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12646 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12647 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12648 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12649 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12650 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
12651
12652 2010-05-26 Michael Snyder <msnyder@vmware.com>
12653
12654 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12655 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12656
12657 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12658 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12659 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12660
12661 * gdb.reverse/consecutive-reverse.exp:
12662 Replace uses of send_gdb / gdb_expect.
12663 * gdb.reverse/consecutive-precsave.exp:
12664 Replace uses of send_gdb / gdb_expect.
12665
12666 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12667 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12668 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
12669 * gdb.mi/mi-ns-stale-regcache.exp:
12670 Replace uses of send_gdb / gdb_expect.
12671 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12672 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12673 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12674 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12675 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12676 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12677 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12678 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12679 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
12680
12681 2010-05-26 Michael Snyder <msnyder@vmware.com>
12682
12683 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
12684
12685 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
12686
12687 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12688 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12689 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12690 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12691 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12692 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12693 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12694 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12695 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
12696
12697 2010-05-25 Tom Tromey <tromey@redhat.com>
12698
12699 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12700
12701 2010-05-25 Tom Tromey <tromey@redhat.com>
12702
12703 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12704 argument order.
12705 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12706 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12707 order.
12708 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12709 order.
12710 * gdb.base/call-sc.exp (setup_kfails): Remove.
12711 (setup_compiler_kfails): Remove.
12712 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12713 argument order.
12714 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12715 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12716 (advancei): Fix setup_kfail argument order.
12717 * gdb.base/radix.exp: Fix setup_kfail argument order.
12718 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12719 order.
12720 * gdb.base/structs.exp (setup_kfails): Remove.
12721 (setup_compiler_kfails): Fix setup_kfail argument order.
12722 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12723 order.
12724 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12725 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12726 setup_kfail argument order.
12727 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12728
12729 2010-05-25 Tom Tromey <tromey@redhat.com>
12730
12731 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12732
12733 2010-05-25 Michael Snyder <msnyder@vmware.com>
12734
12735 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12736 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12737 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12738 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12739 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12740 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12741 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12742 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12743 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12744 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12745 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12746 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12747 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12748 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12749 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12750 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12751 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12752 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12753 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12754 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12755 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12756 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12757 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12758 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12759 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12760 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12761 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12762 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12763 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12764 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12765 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12766 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12767 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12768 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12769 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12770 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12771 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12772 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12773 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12774 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12775 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12776 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12777 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12778 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12779 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12780 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12781 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12782 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12783
12784 2010-05-25 Doug Evans <dje@google.com>
12785
12786 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12787 gdb.string_to_argv.
12788
12789 2010-05-21 Tom Tromey <tromey@redhat.com>
12790
12791 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12792 Call it.
12793 * gdb.dwarf2/pieces.S: Update.
12794 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12795
12796 2010-05-21 Tom Tromey <tromey@redhat.com>
12797
12798 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12799 Call it.
12800 * gdb.dwarf2/pieces.c (struct C): New.
12801 (f6): New function.
12802 * gdb.dwarf2/pieces.S: Replace.
12803
12804 2010-05-21 Tom Tromey <tromey@redhat.com>
12805
12806 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12807 Call it.
12808
12809 2010-05-21 Tom Tromey <tromey@redhat.com>
12810
12811 * gdb.dwarf2.pieces.exp: New file.
12812 * gdb.dwarf2.pieces.S: New file.
12813 * gdb.dwarf2.pieces.c: New file.
12814
12815 2010-05-20 Pedro Alves <pedro@codesourcery.com>
12816 Joel Brobecker <brobecker@adacore.com>
12817
12818 * lib/gdb.exp (gdb_test_no_output): New function.
12819 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12820 when testing commands that should produce no output.
12821
12822 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12823
12824 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12825 parameter that we want to watch being a constant.
12826
12827 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12828
12829 * gdb.ada/cond_lang: New testcase.
12830
12831 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12832
12833 * lib/gdb.exp (banned_variables): New variable/constant.
12834 (gdb_init): Add write trace on variables listed in banned_variables.
12835 (gdb_finish): Remove write traces on variables listed in
12836 banned_variables.
12837
12838 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12839
12840 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12841 * gdb.cp/koenig.exp: Likewise.
12842
12843 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12844
12845 PR python/11482
12846
12847 * gdb.python/py-value.exp (test_value_hash): New function.
12848
12849 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12850
12851 PR exp/11530.
12852 * gdb.base/gdb11530.c: New file.
12853 * gdb.base/gdb11530.exp: New file.
12854
12855 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12856
12857 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12858 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12859
12860 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12861
12862 * gdb.cp/koenig.exp: New test.
12863 * gdb.cp/koenig.cc: New test program.
12864
12865 2010-05-05 Joel Brobecker <brobecker@adacore.com>
12866
12867 Remove the use of prms_id and bug_id throughout the testsuite.
12868
12869 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12870
12871 PR exp/11349.
12872 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12873 use a reference local variable.
12874
12875 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12876
12877 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12878 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12879 variable different_dir. Move debugfile into a full directory pathname
12880 under DIFFERENT_DIR.
12881 * lib/gdb.exp (separate_debug_filename): Remove.
12882 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12883 variable debug_dir and mkdir of it. Update function comments.
12884
12885 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12886
12887 PR gdb/11557
12888
12889 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12890 files.
12891
12892 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12893
12894 * gdb.python/py-param.exp: New File.
12895
12896 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12897
12898 * gdb.base/default.exp: Fix "set language" test.
12899
12900 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12901
12902 PR breakpoints/11531.
12903 * gdb.base/gdb11531.c: New file.
12904 * gdb.base/gdb11531.exp: New file.
12905
12906 2010-04-26 Tom Tromey <tromey@redhat.com>
12907
12908 * gdb.base/completion.exp: Add tests for completion and deprecated
12909 commands.
12910
12911 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12914 (print /x char_array): Escape curly brackets.
12915
12916 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12917
12918 Fix deadlock on looped list of loaded shared objects.
12919 * gdb.base/solib-corrupted.exp: New.
12920
12921 2010-04-23 Doug Evans <dje@google.com>
12922
12923 * gdb.python/py-section-script.c: New file.
12924 * gdb.python/py-section-script.exp: New file.
12925 * gdb.python/py-section-script.py: New file.
12926
12927 2010-04-20 Chris Moller <cmoller@redhat.com>
12928
12929 PR 10179
12930
12931 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12932 * gdb.base/pr10179-a.c:
12933 * gdb.base/pr10179-b.c:
12934 * gdb.base/pr10179.exp: New files.
12935
12936 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12937
12938 Fix crashes on dangling display expressions.
12939 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12940 is SEP.
12941 (lib_flags): Remove the "debug" keyword.
12942 (libsepdebug): New variable for iterating new loop.
12943 (save_pf_prefix): New variable wrapping the loop.
12944 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12945 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12946
12947 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12948
12949 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12950
12951 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12952
12953 PR stabs/11479.
12954 * gdb.stabs/gdb11479.exp: New file.
12955 * gdb.stabs/gdb11479.c: New file.
12956
12957 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12958
12959 * gdb.base/charset.c (Strin16, String32): New variables.
12960 * gdb.base/charset.exp (gdb_test): Test correct display
12961 of 16 or 32 bit strings.
12962
12963 2010-04-21 Chris Moller <cmoller@redhat.com>
12964
12965 PR 9167
12966 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12967 * gdb.cp/pr9167.cc: New file.
12968 * gdb.cp/pr9167.exp: New file.
12969
12970
12971 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12972
12973 PR pascal/11492.
12974 * gdb.pascal/gdb11492.pas: New file.
12975 * gdb.pascal/gdb11492.exp: New file.
12976
12977 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12978
12979 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12980
12981 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12982
12983 * gdb.ada/dyn_loc: New testcase.
12984
12985 2010-04-20 Chris Moller <cmoller@redhat.com>
12986
12987 PR 10867
12988
12989 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12990 * gdb.cp/pr10687.cc: New file.
12991 * gdb.cp/pr10687.exp: New file.
12992
12993
12994 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12995 Sergio Durigan Junior <sergiodj@redhat.com>
12996
12997 * gdb.fortran/logical.exp: New testcase.
12998 * gdb.fortran/logical.f90: New file.
12999
13000 2010-04-19 Doug Evans <dje@google.com>
13001
13002 * gdb.base/help.exp (help source): Update expected output.
13003
13004 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13005
13006 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13007 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13008 gdb_exit and return.
13009 (executable): New variable.
13010 (binfile): Use it.
13011
13012 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13013
13014 PR breakpoints/8554.
13015
13016 * gdb.trace/save-trace.exp: Adjust.
13017
13018 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13019
13020 PR corefiles/11511
13021 * gdb.arch/system-gcore.exp: New.
13022 * gdb.arch/gcore.c: Likewise.
13023
13024 2010-04-15 Doug Evans <dje@google.com>
13025
13026 * gdb.python/py-progspace.c: New file.
13027 * gdb.python/py-progspace.exp: New file.
13028
13029 * gdb.base/source.exp: Add tests for "source -s".
13030
13031 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13032
13033 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13034 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13035 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13036 * gdb.python/py-mi.exp: New test for to_string returning None.
13037
13038 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13039
13040 * gdb.python/py-breakpoint.c: Make result global.
13041
13042 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13043
13044 Fix non-GNU make compatibility.
13045 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13046
13047 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13048
13049 * gdb.python/py-breakpoint.exp: New File.
13050 * gdb.python/py-breakpoint.C: Ditto.
13051
13052 2010-04-08 Stan Shebs <stan@codesourcery.com>
13053
13054 * gdb.trace/actions.exp: Clear default-collect.
13055 * gdb.trace/save-trace.exp: Clear default-collect.
13056
13057 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13058
13059 * gdb.python/py-value: Add null string variable.
13060 (test_lazy_string): Test zero length, NULL address lazy
13061 strings.
13062
13063 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13064
13065 * gdb.arch/i386-avx.c: New.
13066 * gdb.arch/i386-avx.exp: Likewise.
13067
13068 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13069
13070 2010-04-06 Doug Evans <dje@google.com>
13071
13072 * gdb.base/source-test.gdb: New file.
13073 * gdb.base/source.exp: Test source -v.
13074
13075 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13076
13077 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13078
13079 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13080
13081 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13082 within one line, unless it is followed by a double quote.
13083 * gdb.stabs/hppa.sed: Idem.
13084 * gdb.stabs/weird.def: Add char and String constants
13085 * gdb.stabs/weird.exp: Check for correct parsing of
13086 char and string constants.
13087 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13088 in .stabs to .stabx substitution.
13089
13090 2010-04-05 Stan Shebs <stan@codesourcery.com>
13091
13092 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13093 constant global.
13094 * gdb.trace/tfile.exp: Try to print them.
13095
13096 2010-04-04 Stan Shebs <stan@codesourcery.com>
13097
13098 * gdb.base/completion.exp: Update for new "info watchpoints".
13099 * gdb.base/default.exp: Ditto.
13100 * gdb.base/help.exp: Ditto.
13101 * gdb.base/watchpoint.exp: Ditto.
13102 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13103
13104 2010-04-04 Stan Shebs <stan@codesourcery.com>
13105
13106 * gdb.trace/tfile.exp: Sharpen tfind test.
13107
13108 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13109
13110 * gdb.base/break-entry.exp: New.
13111
13112 2010-04-02 Hui Zhu <teawater@gmail.com>
13113 Michael Snyder <msnyder@vmware.com>
13114
13115 * gdb.reverse/i386-sse-reverse.exp: New file.
13116 * gdb.reverse/i386-sse-reverse.c: New file.
13117
13118 2010-04-02 Pedro Alves <pedro@codesourcery.com>
13119
13120 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13121
13122 2010-04-01 Stan Shebs <stan@codesourcery.com>
13123
13124 * gdb.trace/actions.exp: Tweak expected output.
13125 * gdb.trace/while-stepping.exp: Tweak expected output.
13126
13127 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13128
13129 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13130
13131 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13132
13133 * gdb.base/commands.exp: Adjust.
13134 * gdb.cp/extern-c.exp: Adjust.
13135
13136 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13137
13138 * gdb.trace/collection.c (local_test_func): Define a local struct,
13139 and instanciate it.
13140
13141 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13142
13143 * gdb.trace/collection.exp (gdb_collect_args_test)
13144 (gdb_collect_argarray_test): XFAIL the tests that assume the
13145 argarray argument's elements are collected.
13146
13147 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13150 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13151
13152 2010-03-31 Stan Shebs <stan@codesourcery.com>
13153
13154 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13155 and tracepoint conditionals.
13156 (gdb_verify_tracepoints): Delete unused return.
13157
13158 2010-03-26 Keith Seitz <keiths@redhat.com>
13159
13160 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13161 appear in the output before main.
13162 Remove KFAIL for gdb/2215 aka bz 9320.
13163
13164 2010-03-30 Doug Evans <dje@google.com>
13165
13166 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13167 by dejagnu.
13168 * gdb.arch/amd64-dword.exp: Ditto.
13169
13170 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13171 match.
13172 (break printf): Ditto.
13173
13174 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13175
13176 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13177 gcc < 4.4.
13178 * gdb.cp/shadow.exp: Ditto.
13179
13180 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13181
13182 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13183 "tstart" is silent.
13184
13185 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13186
13187 * gdb.trace/collection.exp (executable): New.
13188 (binfile): Use it.
13189 (fpreg, spreg, pcreg): New.
13190 (test_register): Use gdb_test_multiple. Pass /x to print.
13191 (prepare_for_trace_test): New.
13192 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13193 (gdb_collect_args_test, gdb_collect_argstruct_test)
13194 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13195 prepare_for_trace_test.
13196 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13197 fpreg, spreg and pcreg.
13198 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13199 prepare_for_trace_test.
13200 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13201 try to detect tracing support here. Don't set breakpoints at
13202 `begin' or `end' here.
13203 <global scope>: Use clean_restart. Run to main before checking
13204 for tracing support. Check for for tracing support here.
13205
13206 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13207
13208 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13209 " as $displacement" to "seen displacement message".
13210
13211 2010-03-28 Pedro Alves <pedro@codesourcery.com>
13212
13213 * gdb.trace/while-dyn.exp (executable): New variable.
13214 (binfile): Use it.
13215 (test_while_stepping): New function. Move most tests here. Call
13216 it once for each of the while-stepping, stepping and ws aliases.
13217
13218 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13219
13220 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13221 that do not provide the tagless_struct type name at all.
13222 (test_print_anon_union): Do not check value of uninitialized
13223 union member. Do not use cp_test_ptype_class, so we can accept
13224 "long" as well as "long int".
13225
13226 2010-03-26 Pedro Alves <pedro@codesourcery.com>
13227
13228 * gdb.trace/tfile.c (tohex, bin2hex): New.
13229 (write_error_trace_file): Hexify error description.
13230
13231 2010-03-25 Stan Shebs <stan@codesourcery.com>
13232
13233 * gdb.trace/tfile.c: Generate an additional trace file, improve
13234 portability.
13235 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13236 files in a better way.
13237
13238 2010-03-25 Keith Seitz <keiths@redhat.com>
13239
13240 * gdb.java/jprint.exp: XFAIL printing of static class members
13241 because of GCC debuginfo problem.
13242
13243 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13246
13247 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13248
13249 * gdb.base/completion.exp: Allow long instead of long int.
13250 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13251 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13252 variable p.
13253 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13254 * gdb.base/pointers.exp: Allow long instead of long int.
13255 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13256 * gdb.base/step-line.exp: Allow a directory before the source file name.
13257
13258 2010-03-24 Tom Tromey <tromey@redhat.com>
13259
13260 PR breakpoints/9352:
13261 * gdb.base/default.exp: Update.
13262 * gdb.base/commands.exp: Update.
13263 * gdb.cp/extern-c.exp: Test setting commands on multiple
13264 breakpoints at once.
13265
13266 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13267
13268 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13269 if gdb,nosignals.
13270 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13271 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13272 exited".
13273
13274 2010-03-24 Stan Shebs <stan@codesourcery.com>
13275
13276 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13277
13278 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13279
13280 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13281 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13282 argument. Handle "short" and "long".
13283 (Top level): Pass overprototyped output for old_fptr and xptr.
13284
13285 2010-03-23 Pedro Alves <pedro@codesourcery.com>
13286
13287 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13288 format strings and add casts to avoid compiler warnings.
13289
13290 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13291
13292 * lib/trace-support.exp (gdb_trace_setactions):
13293 Don't expect whitespace after ">" prompt.
13294 * gdb.trace/actions.exp: Adjust for output changes.
13295 * gdb.trace/while-stepping.exp: Likewise.
13296
13297 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13300 and r157645).
13301
13302 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13303
13304 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13305 New.
13306
13307 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13308
13309 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13310 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13311
13312 2010-03-19 Stan Shebs <stan@codesourcery.com>
13313
13314 * gdb.trace/ax.exp: New file.
13315
13316 2010-03-19 Doug Evans <dje@google.com>
13317
13318 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13319 output from gcc.
13320
13321 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13322 named /usr/sbin/prelink<foo>.
13323
13324 2010-03-18 Stan Shebs <stan@codesourcery.com>
13325
13326 * gdb.trace/circ.exp: Test circular-trace-buffer.
13327 * gdb.trace/tfile.exp: Update tstatus test.
13328
13329 2010-03-18 Joel Brobecker <brobecker@adacore.com>
13330
13331 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13332 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13333
13334 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13335
13336 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13337
13338 2010-03-18 Pedro Alves <pedro@codesourcery.com>
13339
13340 * gdb.base/default.exp: Adjust the expected output of the finish
13341 and until commands when the inferior is not being run.
13342
13343 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13344
13345 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13346 * gdb.cp/nsusing.exp: Ditto.
13347
13348 2010-03-15 Tom Tromey <tromey@redhat.com>
13349
13350 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13351 * gdb.cp/userdef.cc (operator==): New function.
13352 (main): New locals mem1, mem2.
13353
13354 2010-03-15 Jie Zhang <jie@codesourcery.com>
13355
13356 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13357 Declare and use new loadtimeout variable.
13358
13359 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13360
13361 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13362 Use gdb_load later.
13363
13364 2010-03-14 Pedro Alves <pedro@codesourcery.com>
13365
13366 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13367 literal. Add missing endlines to prints to stderr.
13368
13369 2010-03-12 Tom Tromey <tromey@redhat.com>
13370
13371 PR c++/9708:
13372 * gdb.cp/m-static.exp: Add regression test.
13373 * gdb.cp/m-static.cc (method): New method.
13374 (main): Call it.
13375
13376 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13377
13378 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13379 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13380
13381 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13382
13383 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13384
13385 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13386
13387 * lib/gdb.exp (skip_stl_tests): New.
13388 (gdb_compile): Symbian needs -ldl.
13389 (shlib_target_file): New.
13390 (shlib_symbol_file): New.
13391 (gdb_load_shlibs): Use shlib_target_file.
13392 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13393 * gdb.cp/exception.exp: Use skip_stl_tests.
13394 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13395 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13396 * gdb.cp/mb-templates.exp: Ditto.
13397 * gdb.base/commands.exp: Relax regexes.
13398 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13399 shlib_target_file and shlib_symbol_file.
13400 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13401 sections.
13402 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13403 * gdb.base/solib-disc.exp: Use
13404 shlib_target_file and shlib_symbol_file.
13405 * gdb.base/unload.exp: Don't skip on symbian. Use
13406 shlib_target_file and shlib_symbol_file.
13407 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13408
13409 2010-03-12 Pedro Alves <pedro@codesourcery.com>
13410
13411 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13412 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13413 Issue a tfind end before looking for a tracepoint frame.
13414 * gdb.trace/tfind.exp: Adjust tstatus output.
13415 Adjust disassembly output.
13416 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13417
13418 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13419
13420 * gdb.base/break-interp.exp: Create new displacement parameter value
13421 for the test_ld calls.
13422 (reach): New parameter displacement, verify its content. New push of
13423 pf_prefix "reach-$func:". Import global expect_out.
13424 (test_core): New parameter displacement, verify its content. New push
13425 of pf_prefix "core:". New command "set verbose on". Import global
13426 expect_out.
13427 (test_attach): New parameter displacement, verify its content. New
13428 push of pf_prefix "attach:". New command "set verbose on". Import
13429 global expect_out.
13430 (test_ld): New parameter displacement, pass it to the reach, test_core
13431 and test_attach calls and verify its content in the "ld.so exit" test.
13432 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13433 (prelink): Update expected text, use gdb_test.
13434
13435 2010-03-10 Doug Evans <dje@google.com>
13436
13437 * gdb.base/checkpoint.exp: Fix comment.
13438 Lengthen timeout while doing >600 checkpoints test.
13439 Rename duplicate "kill all one" test to keep test names unique.
13440
13441 2010-03-10 Pedro Alves <pedro@codesourcery.com>
13442
13443 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13444
13445 2010-03-08 Keith Seitz <keiths@redhat.com>
13446
13447 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13448 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13449 (dm_type_long): New function.
13450 (dm_type_unsigned_short): New function.
13451 (dm_type_unsigned_long): New function.
13452 (myint): New typedef.
13453 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13454 long, unsigned shor and long, operator char*, and typedef.
13455 (test_lookup_operator_functions): Add operator char* test.
13456 (test_paddr_operator_functions): Likewise.
13457 (test_paddr_overloaded_functions): Use probe values for
13458 short, long, and unsigned short and long.
13459 (test_paddr_hairy_functions): If the demangler probe detected
13460 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13461 demangler.
13462 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13463 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13464 and "print null_pmf".
13465 Add test "ptype a.*pmf".
13466 * gdb.cp/overload.exp: Allow optional "int" to appear with
13467 "short" and "long".
13468 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13469 long expect value for men_overload1arg.
13470 Allow "int" to appear with "short" and "long".
13471 When testing "info break", add argument for main (void).
13472 Also allow "int" to appear with "short" and "long".
13473 Ditto with "unsigned" and "long long".
13474 * gdb.java/jmain.exp: Do not enclose methods names in single
13475 quotes.
13476 * gdb.java/jmisc.exp: Likewise.
13477 * gdb.java/jprint.exp: Likewise.
13478 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13479
13480 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13481 * gdb.cp/exception.exp (backtrace after first throw)
13482 (backtrace after second throw): Allow a namespace before __cxa_throw.
13483 (backtrace after first catch, backtrace after second catch): Allow
13484 a namespace before __cxa_begin_catch.
13485
13486 * gdb.cp/cpexprs.exp: New file.
13487 * gdb.cp/cpexprs.cc: New file.
13488
13489 From Daniel Jacobowitz <dan@codesourcery.com>
13490 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13491 to use string_to_regexp.
13492 (ctor, dtor): New functions. Use them to match constructor
13493 and destructor function types.
13494 (Top level): Use runto_main.
13495
13496 2010-03-05 Tom Tromey <tromey@redhat.com>
13497
13498 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13499 gdb.target_charset.
13500 (pp_ns.to_string): Likewise.
13501
13502 2010-03-04 Keith Seitz <keiths@redhat.com>
13503
13504 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13505 can be quoted. Test that both the filename and function/line
13506 portions can be quoted at the same time.
13507
13508 2010-03-04 Pedro Alves <pedro@codesourcery.com>
13509
13510 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13511
13512 2010-03-03 Doug Evans <dje@google.com>
13513
13514 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13515 libc contains libpthread.
13516
13517 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13518 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13519 of gdb_compile. Add another pattern to match android backtrace.
13520
13521 2010-03-03 Tom Tromey <tromey@redhat.com>
13522
13523 PR gdb/11345:
13524 * gdb.base/printcmds.exp (test_printf): Add test.
13525
13526 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13527
13528 * gdb.arch/amd64-byte.exp: New.
13529 * gdb.arch/amd64-dword.exp: Likewise.
13530 * gdb.arch/amd64-pseudo.c: Likewise.
13531 * gdb.arch/amd64-word.exp: Likewise.
13532 * gdb.arch/i386-byte.exp: Likewise.
13533 * gdb.arch/i386-pseudo.c: Likewise.
13534 * gdb.arch/i386-word.exp: Likewise.
13535
13536 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13537
13538 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13539 types. Add structreg, bitfields, and flags registers.
13540 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13541 registers.
13542
13543 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13544
13545 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13546 (load_description): Set architecture if defined.
13547
13548 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13549
13550 * gdb.python/py-frame.exp: Add read_var block tests.
13551 * gdb.python/py-frame.c (block): New function.
13552
13553 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13554 Daniel Jacobowitz <dan@codesourcery.com>
13555
13556 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13557
13558 2010-02-25 David S. Miller <davem@davemloft.net>
13559
13560 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13561 fix logic for setting all_syscalls_numbers.
13562
13563 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13564
13565 * Makefile.in: Add py-block and py-symbol.
13566 * gdb.python/py-symbol.exp: New File.
13567 * gdb.python/py-symtab.exp: New File.
13568 * gdb.python/py-block.exp: New File.
13569 * gdb.python/py-symbol.c: New File.
13570 * gdb.python/py-block.c: New File.
13571
13572 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13573
13574 PR python/11314
13575 * lib/gdb.exp (skip_python_tests): New function.
13576 * gdb.python/py-cmd.exp: Use skip_python_tests.
13577 * gdb.python/py-frame.exp: Likewise.
13578 * gdb.python/py-function.exp: Likewise.
13579 * gdb.python/py-prettyprint.exp: Likewise.
13580 * gdb.python/py-template.exp: Likewise.
13581 * gdb.python/py-type.exp: Likewise.
13582 * gdb.python/py-value.exp: Likewise.
13583
13584 2010-02-22 Pedro Alves <pedro@codesourcery.com>
13585
13586 PR9605
13587
13588 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13589
13590 2010-02-19 Tom Tromey <tromey@redhat.com>
13591
13592 PR c++/8693, PR c++/9496:
13593 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13594 regression tests.
13595
13596 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13597
13598 Fix compatibility with m68k as.
13599 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13600 Use only /* comments */.
13601
13602 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13603
13604 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13605 * configure: Regenerate.
13606
13607 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13608
13609 * gdb.python/py-type.exp: Check for Python support.
13610
13611 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13612
13613 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13614 `regsub' syntax available.
13615
13616 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13617
13618 * gdb.base/shmain.c (main): Remove printf call.
13619 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13620 * gdb.base/unload.c (main): Make format of fprintf a string
13621 literal. Add missing endlines to prints to stderr.
13622 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13623
13624 2010-02-17 Tom Tromey <tromey@redhat.com>
13625
13626 * gdb.java/jprint.java (jprint.props): New field.
13627 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13628
13629 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13630
13631 * gdb.base/charset.exp: Don't assume new `regsub' syntax
13632 available.
13633
13634 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13635
13636 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13637 creation to support remote host testing.
13638
13639 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13640
13641 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13642 Recognize "command not found".
13643
13644 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13645
13646 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13647 single-stepping.
13648
13649 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13650
13651 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13652 if arguments are not supported.
13653
13654 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13655
13656 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13657 be const or non-const.
13658
13659 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13660
13661 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13662 mi_send_resuming_command to send -exec-continue.
13663
13664 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13665
13666 * gdb.base/list.exp (test_list_filename_and_function): Add test
13667 with single quotes.
13668 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13669 matching.
13670 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13671 Add KFAIL'd tests for PR gdb/11289.
13672
13673 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13674
13675 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13676
13677 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13678
13679 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13680 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13681 a temporary directory.
13682
13683 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13684
13685 * gdb.base/charset.exp: Use a single regular expression to match
13686 show host-charset and show target-charset output.
13687
13688 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13689
13690 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13691 "Illegal process-id" expect string more exact.
13692 (attach to digits-starting nonsense is prohibited): New.
13693
13694 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13695
13696 * gdb.base/prelink.exp (set verbose on): New.
13697
13698 2010-02-12 Tomas Holmberg <th@virtutech.com>
13699
13700 * mi-reverse.exp: New file. Test for reverse option to the
13701 following MI commands: exec-continue, exec-finish, exec-next,
13702 exec-step, exec-next-instruction, exec-step-instruction.
13703
13704 2010-02-09 Joel Brobecker <brobecker@adacore.com>
13705
13706 * gdb.ada/ptype_tagged_param: New testcase.
13707
13708 2010-02-08 Tom Tromey <tromey@redhat.com>
13709
13710 PR c++/8017:
13711 * gdb.cp/overload.exp: Add tests.
13712 * gdb.cp/overload.cc (struct K): New.
13713 (namespace N): New.
13714 (main): Call new functions.
13715 (K::staticoverload): Define.
13716
13717 2010-02-08 Chris Moller <moller@mollerware.com>
13718
13719 PR gdb/10728
13720 * gdb.cp/pr10728-x.h: New file.
13721 * gdb.cp/pr10728-x.cc: New file.
13722 * gdb.cp/pr10728-y.cc: New file.
13723 * gdb.cp/pr10728.exp: New file.
13724 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13725
13726 2010-02-08 Chris Moller <moller@mollerware.com>
13727
13728 PR gdb/9067
13729 * gdb.cp/pr9067.exp: New
13730 * gdb.cp/pr9067.cc: New
13731 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13732
13733 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13734
13735 * lib/gdb.exp (gdb_test_timeout): New global variable.
13736 Set it to timeout if not already set.
13737 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13738
13739 2010-02-05 Doug Evans <dje@google.com>
13740
13741 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13742 user.
13743
13744 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13745
13746 PR c++/7935:
13747 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13748
13749 2010-02-04 Tom Tromey <tromey@redhat.com>
13750
13751 * gdb.cp/virtbase.exp: Make test case names unique.
13752
13753 2010-02-02 Tom Tromey <tromey@redhat.com>
13754
13755 * gdb.cp/virtbase.exp: Add regression tests.
13756 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13757 (main): Instantiate RHC.
13758
13759 2010-02-02 Tom Tromey <tromey@redhat.com>
13760
13761 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13762 type-printing change.
13763
13764 2010-02-02 Tom Tromey <tromey@redhat.com>
13765
13766 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13767 * gdb.cp/virtbase.cc: New file.
13768 * gdb.cp/virtbase.exp: New file.
13769 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13770
13771 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13772
13773 PR libc/11214:
13774 * gdb.threads/current-lwp-dead.c: Include features.h.
13775 (HAS_NOMMU): New.
13776 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13777
13778 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13779
13780 * gdb.base/symbol-without-target_section.exp,
13781 gdb.base/symbol-without-target_section.c: New.
13782
13783 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13784
13785 * gdb.base/bigcore.exp: Reset increased timeout.
13786 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13787
13788 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13789
13790 * gdb.base/gcore.exp (capture_command_output): Use
13791 gdb_test_multiple.
13792
13793 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13794
13795 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13796 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13797 (Top level): Call it.
13798
13799 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13800
13801 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13802
13803 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13804
13805 * gdb.base/call-strs.exp, gdb.base/default.exp,
13806 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13807 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13808 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13809 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13810 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13811 * gdb.base/ending-run.exp: Correct restore of timeout.
13812 * gdb.base/page.exp: Remove unnecessary timeout setting.
13813
13814 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13815
13816 * gdb.ada/rec_return: New testcase.
13817
13818 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13819
13820 * gdb.ada/call_pn: New testcase.
13821
13822 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13823
13824 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13825 (Top level): Use it to resume.
13826 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13827 the Thumb mode displaced stepping error as unsupported.
13828
13829 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13830
13831 * gdb.cp/nsusing.exp: Added more tests.
13832 * gdb.cp/nsrecurs.exp: Ditto.
13833 * gdb.cp/nsusing.cc: Added test functions.
13834 * gdb.cp/nsrecurs.cc: Ditto.
13835
13836 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13837
13838 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13839 absolute directory pathnames in gdb.sum file.
13840
13841 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13842
13843 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13844 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13845
13846 2010-01-26 Tom Tromey <tromey@redhat.com>
13847
13848 PR exp/7643:
13849 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13850 setup_kfail.
13851
13852 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13853
13854 * gdb.cp/nsrecurs.exp: New test.
13855 * gdb.cp/nsrecurs.cc: New test program.
13856 * gdb.cp/nsstress.exp: New test.
13857 * gdb.cp/nsstress.cc: New test program.
13858 * gdb.cp/nsdecl.exp: New test.
13859 * gdb.cp/nsdecl.cc: New test program.
13860
13861 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13862
13863 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13864 imported into file scope.
13865 Marked test as xfail.
13866 * gdb.cp/namespace-using.cc (marker5): New function.
13867 * gdb.cp/shadow.exp: New test.
13868 * gdb.cp/shadow.cc: New test program.
13869 * gdb.cp/nsimport.exp: New test.
13870 * gdb.cp/nsimport.cc: New test program.
13871
13872 2010-01-25 Tom Tromey <tromey@redhat.com>
13873
13874 PR gdb/11049:
13875 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13876 with "set print null-stop on".
13877
13878 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13879
13880 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13881 Adjust it for DISASSEMBLY_OMIT_FNAME.
13882
13883 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 PR symtab/11199:
13886 * gdb.dwarf2/member-ptr-forwardref.exp,
13887 gdb.dwarf2/member-ptr-forwardref.S: New.
13888
13889 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13890
13891 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13892 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13893 thread1_tid_mutex. Remove gdbstop_mutex handling.
13894 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13895 thread2_tid_mutex. Remove gdbstop_mutex handling.
13896 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13897 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13898 pthread_cond_wait conditionalizations by while loops.
13899
13900 2010-01-20 Tom Tromey <tromey@redhat.com>
13901
13902 PR backtrace/10770:
13903 * gdb.dwarf2/pr10770.exp: New file.
13904 * gdb.dwarf2/pr10770.c: New file.
13905 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13906
13907 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13908
13909 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13910 that target was removed, and the test always runs native anyway.
13911
13912 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13913
13914 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13915 gdb.base/watchpoint-cond-gone-stripped.c: New.
13916
13917 2010-01-19 Tom Tromey <tromey@redhat.com>
13918
13919 PR c++/8000:
13920 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13921 existing tests.
13922 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13923 (main): Use AAA::SomeEnum.
13924
13925 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13926
13927 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13928 (test_ignore_count): Declare line_callme_body global.
13929 (run to breakpoint with ignore count): Use line_callme_body.
13930 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13931 (set line_main_hello, set line_main_return): Reindent.
13932 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13933 New.
13934 (continue to callee4): Use line_callee4_body.
13935 (check *stopped from CLI command): Use line_callee4_next.
13936 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13937 (set line_main_hello, set line_main_return): Reindent.
13938 (set line_callee4_head, set line_callee4_body): New.
13939 (continue to callee4): Use line_callee4_body.
13940
13941 2010-01-18 Tom Tromey <tromey@redhat.com>
13942
13943 PR c++/9680:
13944 * gdb.cp/casts.cc: Add new classes and variables.
13945 * gdb.cp/casts.exp: Test new operators.
13946
13947 2010-01-18 Tom Tromey <tromey@redhat.com>
13948 Thiago Jung Bauermann <bauerman@br.ibm.com>
13949
13950 * gdb.python/source2.py: New file.
13951 * gdb.python/source1: New file.
13952 * gdb.python/python.exp: Test "source" command.
13953
13954 2010-01-15 Stan Shebs <stan@codesourcery.com>
13955
13956 * gdb.trace/tfile.c: New file.
13957 * gdb.trace/tfile.exp: New file.
13958
13959 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13960
13961 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13962
13963 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13964
13965 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13966
13967 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13968
13969 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13970 (libfunc): New parameter action. Implement also selectable "sleep".
13971 * gdb.base/break-interp-main.c: Include assert.h.
13972 (libfunc): New parameter action.
13973 (main): New parameters argc and argv. Assert argc. Pass argv.
13974 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13975 (test_attach): New proc.
13976 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13977 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13978
13979 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13980
13981 * gdb.base/break-interp.exp (test_core): New proc.
13982 (test_ld): Call it.
13983
13984 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13985
13986 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13987 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13988 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13989 and gdb_compile_shlib. Use new -Wl compiler options.
13990 (dl bt, main bt): New tests.
13991
13992 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 Support PIEs with no symfile_objfile.
13995 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13996 (test_ld): New parameter trynosym.
13997 (test_ld <$trynosym>): New block.
13998
13999 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14000
14001 * gdb.base/break-interp.exp: New file.
14002
14003 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14004
14005 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14006 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14007 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14008 test.
14009 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14010 * gdb.python/py-mi.exp: Add lazy string test.
14011
14012 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14013
14014 * lib/mi-support.exp (mi_check_thread_states): Handle
14015 core number in thread listing.
14016
14017 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14018
14019 * gdb.base/maint.exp: Adjust the expected output for the
14020 "maint print type" test. Use gdb_test_multiple instead of
14021 gdb_sent/gdb_expect.
14022
14023 2010-01-11 Doug Evans <dje@google.com>
14024
14025 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14026 from gdbserver_download. All callers updated.
14027
14028 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14029
14030 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14031
14032 Implement binary numbers parsing.
14033 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14034 (test_integer_literals_rejected): New binary tests.
14035
14036 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14037
14038 * gdb.cell/configure: Regenerate.
14039
14040 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14041
14042 * gdb.base/corefile.exp: Move the core finding block out and call it as
14043 core_find, new variable $corefile, replace corefile by $corefile and
14044 [file tail $corefile] for usage vs. test names resp.
14045 * lib/gdb.exp (core_find): Move it as a new function here. New
14046 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14047 $destcore. Return "" on error.
14048
14049 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14050
14051 Workaround PR binutils/10802.
14052 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14053 (twice).
14054
14055 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14056
14057 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14058
14059 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14060
14061 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14062 call, to avoid interruption.
14063
14064 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14065
14066 * gdb.stabs/weird.def (args93): New.
14067
14068 2010-01-07 Doug Evans <dje@google.com>
14069
14070 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14071
14072 2010-01-07 Tom Tromey <tromey@redhat.com>
14073
14074 * gdb.base/source.exp: Use correct line number.
14075
14076 2010-01-05 Stan Shebs <stan@codesourcery.com>
14077
14078 * gdb.trace/tracecmd.exp: Test ftrace.
14079
14080 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14081
14082 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14083
14084 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14085
14086 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14087 "uint_for_mi_testing".
14088
14089 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14090
14091 Test indented comment in file being sourced.
14092 * gdb.base/commands.exp: Test indented comment in file being sourced.
14093
14094 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14095
14096 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14097 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14098 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14099 notice.
14100
14101 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14102
14103 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14104 notice.
14105
14106 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14107
14108 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14109 missing $after_stopped and comma (,) expectation.
14110
14111 2009-12-31 Stan Shebs <stan@codesourcery.com>
14112
14113 * gdb.trace/actions.exp: Test teval action.
14114
14115 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14116
14117 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14118 (top level): Call test_watchpoint_in_big_blob.
14119 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14120 watchpoints.
14121 (func3): Write to buf.
14122
14123 2009-12-29 Stan Shebs <stan@codesourcery.com>
14124
14125 * gdb.trace/actions.exp: Test default-collect.
14126
14127 2009-12-28 Stan Shebs <stan@codesourcery.com>
14128
14129 * gdb.trace/tsv.exp: New file.
14130 * gdb.base/completion.exp: Update ambiguous info output.
14131
14132 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14133
14134 * gdb.base/find.c (main): Reference search buffers.
14135 * gdb.base/included.c (main): Reference integer.
14136 * gdb.base/ptype.c (charfoo): Declare.
14137 (intfoo): Call charfoo.
14138 * gdb.base/scope0.c (useitp): New function.
14139 (usestatics): Use useitp.
14140 (useit): Add a type for val.
14141 * gdb.base/scope1.c (useit1): Take a pointer argument.
14142 (usestatics1): Update calls to useit1.
14143 * gdb.cp/call-c.cc: Declare foo.
14144 (main): Call foo.
14145 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14146 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14147 (main): Call C::ensureRefs and ensureOtherRefs.
14148 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14149 variables.
14150 (ensureOtherRefs): New function.
14151 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14152 * gdb.cp/templates.cc (main): Call t5i.value.
14153
14154 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14155
14156 Fix compatibility with G++-4.5.
14157 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14158 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14159 (uncaught return): Remove.
14160
14161 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14162 Phil Muldoon <pmuldoon@redhat.com>
14163
14164 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14165 (bp_location13, bp_location14, bp_location17, bp_location18)
14166 (marker3_proto, marker4_proto): New variables.
14167 (breakpoint info): Update output.
14168 (run until breakpoint at marker3, run until breakpoint at marker4): New
14169 tests.
14170
14171 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14172
14173 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14174 Replace the printf call of Y by provided "y-set-1" label. New block
14175 for the second shared library.
14176 * gdb.base/unload.exp: Compile also the second library, call
14177 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14178 (single pending breakpoint info): Rename to ...
14179 (pending breakpoint info before run): ... this extended test.
14180 (libfile2, libname2, libsrcfile2, libsrc2)
14181 (lib_sl2): New variables.
14182 (exec_opts): Set also SHLIB_NAME2.
14183 (pending breakpoint info on first run at shrfunc1)
14184 (pending breakpoint info on second run at shrfunc1)
14185 (pending breakpoint info on second run at shrfunc2)
14186 (print y from libfile, print y from libfile2): New tests.
14187 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14188 * gdb.base/unloadshr2.c: New.
14189
14190 2009-12-22 Hui Zhu <teawater@gmail.com>
14191
14192 * gdb.reverse/sigall-reverse.exp: Adjust.
14193
14194 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14195
14196 PR gdb/10884
14197
14198 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14199 (main): Call do_bitfield_tests.
14200 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14201
14202 2009-12-20 Joel Brobecker <brobecker@adacore.com>
14203
14204 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14205 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14206 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14207 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14208 gdb.modula2/unbounded1.c: Update copyright header.
14209
14210 2009-12-10 Chris Moller <moller@mollerware.com>
14211
14212 PR gdb/9399
14213 * gdb.cp/virtfunc2.exp: New tests
14214 * gdb.cp/virtfunc2.cc: New tests
14215 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14216
14217 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14218
14219 * gdb.reverse/i387-env-reverse.c: New file.
14220 * gdb.reverse/i387-env-reverse.exp: New file.
14221 * gdb.reverse/i387-stack-reverse.c: New file.
14222 * gdb.reverse/i387-stack-reverse.exp: New file.
14223
14224 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14225
14226 * gdb.python/py-type.exp (test_range): New test.
14227
14228 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14229
14230 PR python/10805
14231
14232 * gdb.python/py-type.exp: New file.
14233 * gdb.python/py-type.c: New file.
14234 * Makefile.in: Add py-type.
14235
14236 2009-12-03 Tom Tromey <tromey@redhat.com>
14237
14238 * gdb.python/py-value.exp (test_parse_and_eval): New
14239 function.
14240
14241 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14242
14243 PR gdb/11022
14244
14245 * gdb.base/pr11022.exp: New test.
14246 * gdb.base/pr11022.c: New test.
14247
14248 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14249
14250 Fix spurious false FAILs.
14251 * gdb.base/structs.c (chartest): New.
14252 (main): Fill-in chartest.
14253 * gdb.base/structs.exp (anychar_re, first): New.
14254 (start_structs_test): Import global anychar_re and first.
14255 New gdb_test call "set print elements 300; ${testfile}"
14256 (start_structs_test <$first>): New block.
14257 (any): Import global anychar_re. New variable ac. Use ${ac}.
14258
14259 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14260
14261 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14262
14263 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14264
14265 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14266 Force $srcfile file.
14267 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14268
14269 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14270
14271 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14272 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14273 * gdb.threads/watchthreads-reorder.exp: Likewise.
14274
14275 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14276
14277 PR gdb/8704
14278
14279 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14280 "if", and "thread". Correct matching in the previous test.
14281
14282 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14283
14284 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14285
14286 2009-11-23 Michael Snyder <msnyder@vmware.com>
14287
14288 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14289 * gdb.reverse-watch-precsave.exp: Ditto.
14290
14291 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14292
14293 * gdb.asm/asm-source.exp: Adjust.
14294 * gdb.base/help.exp: Adjust.
14295
14296 2009-11-22 Pedro Alves <pedro@codesourcery.com>
14297
14298 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14299 (do_syscall_tests_without_xml): Set data-directory to
14300 /the/path/to/nowhere.
14301
14302 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14303
14304 * gdb.threads/local-watch-wrong-thread.c,
14305 gdb.threads/local-watch-wrong-thread.exp: New files.
14306
14307 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14308
14309 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14310 assume new `regsub' syntax available.
14311
14312 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14313
14314 * gdb.base/watchpoint-hw-hit-once.exp,
14315 gdb.base/watchpoint-hw-hit-once.c: New.
14316
14317 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14318
14319 * gdb.threads/watchthreads-reorder.exp,
14320 gdb.threads/watchthreads-reorder.c: New.
14321
14322 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14323
14324 * gdb.xml/tdesc-regs.exp: Use for m68k.
14325
14326 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14327
14328 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14329
14330 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14331
14332 * lib/gdb.exp (current_target_name): New procedure.
14333 (gdb_wrapper_target): New variable.
14334 (gdb_wrapper_init): Set gdb_wrapper_target.
14335 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14336 wrapper.
14337
14338 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14339
14340 * gdb.base/remote.exp: Delete the slowest load test.
14341 Do not load with fixed packet sizes.
14342
14343 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14344
14345 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14346
14347 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14348
14349 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14350 srcfile when setting a breakpoint.
14351
14352 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14353
14354 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14355 macros.
14356
14357 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14358
14359 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14360 to be in memory.
14361 * gdb.base/display.c (force_mem): New.
14362 (do_loops): Use it. Add breakpoint comments.
14363 (do_vars): Add a breakpoint comment.
14364 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14365 line numbers.
14366
14367 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14368
14369 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14370 instead of a bare "run".
14371
14372 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14373
14374 * gdb.python/py-prettyprint.exp: Adjust.
14375
14376 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14377
14378 * lib/cell.exp (skip_cell_tests): Clean up test files before
14379 returning.
14380
14381 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14382
14383 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14384 and the breakpoint menu. Do not call perror if a prompt is seen.
14385 Consume the following GDB prompt.
14386 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14387 * gdb.cp/namespace.exp: Use gdb_test.
14388 * gdb.cp/templates.exp: Use gdb_test.
14389 (test_template_breakpoints): Use gdb_test_multiple.
14390
14391 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14392
14393 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14394 (marker4): Reference values.
14395
14396 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14397
14398 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14399 is missing.
14400
14401 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14402
14403 * gdb.base/break.c (need_malloc): New.
14404 * gdb.base/constvars.c (main): Reference crass and crisp.
14405 * gdb.base/gdb1821.c (main): Reference bar.
14406 * gdb.cp/gdb1355.cc (main): Reference s1.
14407 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14408 (main): Call them.
14409 * gdb.cp/hang2.cc (dummy2): Define.
14410 * gdb.cp/hang3.cc (dummy3): Define.
14411 * gdb.cp/m-data.cc (main): Reference shadow.
14412
14413 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14414 Nathan Froyd <froydnj@codesourcery.com>
14415
14416 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14417 remote host.
14418
14419 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14420
14421 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14422 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14423 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14424 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14425 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14426 * gdb.dwarf2/dw2-producer.exp: Likewise.
14427 * gdb.dwarf2/mac-fileno.exp: Likewise.
14428 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14429 py-prettyprint.py to the remote host.
14430 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14431
14432 2009-11-11 Keith Seitz <keiths@redhat.com>
14433
14434 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14435 use it instead of "Foo".
14436 * gdb.cp/classes.exp (do_tests): Add a test to access
14437 a method through a typedef'd class name.
14438
14439 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14440
14441 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14442 exponents.
14443 * gdb.base/pointers.exp: Likewise.
14444 * gdb.cp/ref-types.exp: Likewise.
14445
14446 2009-11-11 Keith Seitz <keiths@redhat.com>
14447
14448 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14449 new[] and delete[].
14450 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14451 "void".
14452 (probe_demangler): Remove all single-quoting of
14453 method and variable names.
14454 (info_func_regexp): Remove the word "void" from any
14455 occurrence of "(void)".
14456 (print_addr_2): Remove all single-quoting of
14457 method names.
14458 (print_addr_2_kfail): Likewise.
14459 (print_addr): Single-quote C function names before
14460 passing to print_addr_2.
14461 (test_paddr_operator_functions): Remove single-quoting
14462 for method names.
14463 Add tests for operator new[] and operator delete[].
14464
14465 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14466
14467 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14468
14469 2009-11-09 Keith Seitz <keiths@redhat.com>
14470
14471 * gdb.cp/overload.exp: Add tests for resolving overloaded
14472 methods in expression parsing/evaluation.
14473
14474 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14475
14476 * lib/gdb.exp (default_gdb_version): Use --version instead of
14477 --command.
14478
14479 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14480
14481 * lib/gdb.exp (gdb_compile_test): New.
14482 (skip_ada_tests, skip_java_tests): New.
14483 (gdb_compile): Use gdb_compile_test for f77.
14484 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14485 * lib/java.exp (compile_java_from_source): Remove runtests check,
14486 use gdb_compile_test to record result.
14487 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14488 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14489 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14490 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14491 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14492 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14493 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14494 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14495 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14496 adjust gdb_compile invocations.
14497
14498 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 * Makefile.in (abs_builddir): New.
14501 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14502 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14503 `$(abs_builddir)/site.exp'.
14504
14505 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14506
14507 * config/m68k-emc.exp, lib/emc-support.exp,
14508 gdb.trace/gdb_c_test.c: Delete.
14509 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14510 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14511 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14512 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14513 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14514 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14515 casing for m68k-*-elf.
14516
14517 2009-11-03 Pedro Alves <pedro@codesourcery.com>
14518
14519 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14520 * gdb.arch/i386-prologue.exp: Likewise.
14521 * gdb.arch/i386-unwind.exp: Likewise.
14522
14523 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14524
14525 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14526
14527 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14528
14529 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14530
14531 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14532
14533 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14534
14535 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14536
14537 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14538
14539 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14540
14541 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14542 * gdb.base/sepdebug2.c: New file.
14543
14544 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14545
14546 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14547 the modified warnings for catch syscall. Verify if GDB was compiled
14548 with support for lib expat, and choose which tests to run depending
14549 on this.
14550
14551 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14552
14553 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14554 that composite commands are parsed OK. And also test
14555 that breakpoint commands do work.
14556
14557 2009-10-23 Michael Snyder <msnyder@vmware.com>
14558
14559 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14560 to allow for new disassembly style.
14561
14562 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14563
14564 * gdb.asm/asm-source.exp: Adjust.
14565
14566 2009-10-22 Michael Snyder <msnyder@vmware.com>
14567
14568 * gdb.reverse/break-precsave.exp: New test.
14569 * gdb.reverse/consecutive-precsave.exp: Ditto.
14570 * gdb.reverse/finish-precsave.exp: Ditto.
14571 * gdb.reverse/i386-precsave.exp: Ditto.
14572 * gdb.reverse/machinestate-precsave.exp: Ditto.
14573 * gdb.reverse/sigall-precsave.exp: Ditto.
14574 * gdb.reverse/solilb-precsave.exp: Ditto.
14575 * gdb.reverse/step-precsave.exp: Ditto.
14576 * gdb.reverse/until-precsave.exp: Ditto.
14577 * gdb.reverse/watch-precsave.exp: Ditto.
14578
14579 2009-10-22 Michael Snyder <msnyder@vmware.com>
14580
14581 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14582 for gdb_expect. Adjust one test's expect strings for the new
14583 format of disassemble.
14584 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14585 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14586 gdb_test_multiple.
14587 * gdb.reverse/step-reverse.exp: Delete 'return'.
14588 * gdb.reverse/until-reverse.exp: Delete blank lines.
14589 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14590
14591 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14592
14593 * gdb.base/consecutive.exp: Adjust.
14594 * gdb.base/display.exp: Likewise.
14595 * gdb.base/pc-fp.exp: Likewise.
14596 * gdb.base/sigbpt.exp: Likewise.
14597
14598 2009-10-19 Michael Snyder <msnyder@vmware.com>
14599
14600 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14601 * gdb.reverse/finish-reverse.c: Ditto.
14602 * gdb.reverse/sigall-reverse.c: Ditto.
14603 * gdb.reverse/solib-reverse.c: Ditto.
14604 * gdb.reverse/step-reverse.c: Ditto.
14605 * gdb.reverse/watch-reverse.c: Ditto.
14606
14607 2009-10-19 Pedro Alves <pedro@codesourcery.com>
14608 Stan Shebs <stan@codesourcery.com>
14609
14610 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14611 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14612 "Executing new program".
14613 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14614 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14615 left listed after having been killed.
14616 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14617 * gdb.base/maint.exp: Adjust test.
14618
14619 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14620 * gdb.multi/Makefile.in: New.
14621 * gdb.multi/base.exp: New.
14622 * gdb.multi/goodbye.c: New.
14623 * gdb.multi/hangout.c: New.
14624 * gdb.multi/hello.c: New.
14625 * gdb.multi/bkpt-multi-exec.c: New.
14626 * gdb.multi/bkpt-multi-exec.exp: New.
14627 * gdb.multi/crashme.c: New.
14628
14629 2009-10-13 Tristan Gingold <gingold@adacore.com>
14630
14631 * gdb.base/sepdebug.exp: Check debug info are found.
14632
14633 2009-10-08 Pedro Alves <pedro@codesourcery.com>
14634
14635 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14636 bits.
14637
14638 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14639
14640 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14641
14642 2009-10-07 Joel Brobecker <brobecker@adacore.com>
14643
14644 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14645 of the comments.
14646
14647 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14648
14649 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14650 * gdb.base/annota3.exp: Idem.
14651 * gdb.base/maint.exp: Idem.
14652
14653 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14654
14655 * lib/gdb.exp (default_gdb_init): Set current value of match_max
14656 to default.
14657
14658 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14659
14660 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
14661 mingw and cygwin targets.
14662
14663 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14664 Pedro Alves <pedro@codesourcery.com>
14665
14666 * lib/gdb.exp (gdb_compile): Avoid adding
14667 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14668
14669 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14670
14671 * gdb.base/shr1.c: Use %p in format string.
14672 * gdb.base/unload.c: Avoid warning in fprintf.
14673 * gdb.base/watchpoint-solib.c: Idem.
14674
14675 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14676
14677 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14678 long type.
14679 (test_unlink): Correct printf string.
14680 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14681 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14682
14683 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14684
14685 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14686 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14687 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14688
14689 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14690
14691 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14692 * gdb.objc/nondebug.exp: Likewise.
14693
14694 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14695
14696 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14697 target_info setting.
14698
14699 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14700 that detect new threads during "info threads".
14701
14702 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14703
14704 * gdb.threads/manythreads.c (main): Increase thread stack size
14705 to 2*PTHREAD_STACK_MIN.
14706 * gdb.threads/multi-create.c (main): Likewise.
14707 (create_function): Likewise.
14708
14709 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14710
14711 * gdb.base/dump.exp: Pass difference of pointer types instead
14712 of integer types as offset to restore in intarr3.srec case.
14713
14714 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14715
14716 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14717
14718 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14719
14720 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14721
14722 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
14723
14724 New test for two watchpoints, with disabling of
14725 the first inserted.
14726 * testsuite/gdb.base/watchpoints.c: New file.
14727 * testsuite/gdb.base/watchpoints.exp: New file.
14728
14729 2009-09-25 Tom Tromey <tromey@redhat.com>
14730
14731 * gdb.base/charset.exp: Test utf-16 strings with Python.
14732
14733 2009-09-25 Tom Tromey <tromey@redhat.com>
14734
14735 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14736 UCS-4.
14737 * gdb.base/charset.c (utf_32_string): Rename.
14738 (init_utf32): Rename.
14739 (main): Update.
14740
14741 2009-09-22 Tom Tromey <tromey@redhat.com>
14742
14743 * gdb.python/py-function.exp: Add regression tests.
14744
14745 2009-09-21 Keith Seitz <keiths@redhat.com>
14746
14747 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14748 with invalid operator.
14749
14750 2009-09-21 Keith Seitz <keiths@redhat.com>
14751
14752 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14753 and destructor using typedef name of class.
14754 * gdb.cp/classes.cc (class Base1): Add a destructor.
14755 (base1): New typedef.
14756 (use_methods): Instanitate an object of type base1.
14757 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14758 (do_tests): Call test_template_typedef.
14759 * gdb.cp/templates.cc (Baz::~Baz): New method.
14760 (intBazOne): New typedef.
14761 (main): Instantiate intBazOne.
14762
14763 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14764
14765 PR python/10633
14766
14767 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14768 Function.
14769 (run_lang_tests): Add print elements test.
14770
14771 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14772
14773 * gdb.python/py-value.exp (test_subscript_regression): New
14774 function. Test for invalid subscripts.
14775 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14776 (ptr_ref): New function.
14777
14778 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14779
14780 * gdb.base/default.exp: Fix "show convenience".
14781
14782 2009-09-15 Tom Tromey <tromey@redhat.com>
14783
14784 * lib/mi-support.exp (mi_create_varobj): Update.
14785 (mi_create_floating_varobj): Likewise.
14786 (mi_create_dynamic_varobj): New proc.
14787 (mi_varobj_update): Update.
14788 (mi_varobj_update_with_type_change): Likewise.
14789 (mi_varobj_update_kv_helper): New proc.
14790 (mi_varobj_update_dynamic_helper): Rewrite.
14791 (mi_varobj_update_dynamic): New proc.
14792 (mi_list_varobj_children): Update.
14793 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14794 * gdb.python/python-prettyprint.py (pp_outer): New class.
14795 (pp_nullstr): Likewise.
14796 (lookup_function): Register new printers.
14797 * gdb.python/python-prettyprint.c (struct substruct): New type.
14798 (struct outerstruct): Likewise.
14799 (substruct_test): New function.
14800 (struct nullstr): New type.
14801 (string_1, string_2): New globals.
14802 (main): Add new tests.
14803 * gdb.python/python-mi.exp: Added regression tests.
14804 * gdb.mi/mi2-var-display.exp: Update.
14805 * gdb.mi/mi2-var-cmd.exp: Update.
14806 * gdb.mi/mi2-var-child.exp: Update.
14807 * gdb.mi/mi2-var-block.exp: Update.
14808 * gdb.mi/mi-var-invalidate.exp: Update.
14809 * gdb.mi/mi-var-display.exp: Update.
14810 * gdb.mi/mi-var-cmd.exp: Update.
14811 * gdb.mi/mi-var-child.exp: Update.
14812 * gdb.mi/mi-var-block.exp: Update.
14813 * gdb.mi/mi-break.exp: Update.
14814 * gdb.mi/gdb701.exp: Update.
14815
14816 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14817
14818 * Makefile.in: Inclusion of catch-syscall object.
14819 * gdb.base/catch-syscall.c: New file.
14820 * gdb.base/catch-syscall.exp: New file.
14821
14822 2009-09-12 Michael Snyder <msnyder@vmware.com>
14823
14824 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14825 that can support reverse debuggnig.
14826
14827 2009-09-11 Tom Tromey <tromey@redhat.com>
14828
14829 * gdb.dwarf2/valop.S: New file.
14830 * gdb.dwarf2/valop.exp: New file.
14831
14832 2009-09-11 Mark Kettenis <kettenis@gnu.org>
14833
14834 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14835
14836 2009-09-10 Doug Evans <dje@google.com>
14837
14838 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14839 Add $gdb_prompt to second breakpoint regexp.
14840
14841 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14842
14843 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14844 names, add missing ones.
14845 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14846 * gdb.python/py-frame.c: Rename from python-frame.c.
14847 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14848 testfile name.
14849 * gdb.python/py-function.exp: Rename from python-function.exp.
14850 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14851 testfile name.
14852 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14853 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14854 Adjust testfile name.
14855 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14856 * gdb.python/py-template.cc: Rename from python-template.cc.
14857 * gdb.python/py-template.exp: Rename from python-template.exp.
14858 Adjust testfile name.
14859 * gdb.python/py-value.c: Rename from python-value.c.
14860 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14861 testfile name.
14862
14863 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14864
14865 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14866 $bpt2address.
14867 (Second breakpoint address is valid on ia64)
14868 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14869
14870 2009-09-03 Joseph Myers <joseph@codesourcery.com>
14871
14872 * gdb.base/ending-run.exp: Restrict regular expression matching
14873 line number to require closing brace following.
14874
14875 2009-09-03 Doug Evans <dje@google.com>
14876
14877 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14878
14879 2009-09-02 Tom Tromey <tromey@redhat.com>
14880
14881 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14882
14883 2009-09-02 Tom Tromey <tromey@redhat.com>
14884
14885 * gdb.dwarf2/callframecfa.exp: New file.
14886 * gdb.dwarf2/callframecfa.S: New file.
14887
14888 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14891 gdb.base/solib-overlap-main.c: New.
14892
14893 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14894
14895 PR gdb/10565
14896
14897 * gdb.base/bitfields.c (struct container, container): New.
14898 (main): Initialize it and call break5.
14899 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14900
14901 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14902
14903 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14904 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14905
14906 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14907
14908 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14909
14910 2009-08-26 Michael Snyder <msnyder@vmware.com>
14911
14912 * gdb.base/i386-reverse.c: New file.
14913 * gdb.base/i386-reverse.exp: New file.
14914 * gdb.base/Makefile.in: Add new files to be removed.
14915
14916 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14917
14918 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14919 environment-pwd for remote host.
14920 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14921
14922 2009-08-24 Keith Seitz <keiths@redhat.com>
14923
14924 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14925 Add two new C++ completer tests which limit the output to a
14926 given class.
14927
14928 2009-08-24 Michael Snyder <msnyder@vmware.com>
14929
14930 * gdb.base/del.exp: Fix typo in comment.
14931 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14932
14933 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14934
14935 * configure: Regenerate.
14936 * gdb.hp/configure: Likewise.
14937 * gdb.hp/gdb.aCC/configure: Likewise.
14938 * gdb.hp/gdb.base-hp/configure: Likewise.
14939 * gdb.hp/gdb.compat/configure: Likewise.
14940 * gdb.hp/gdb.defects/configure: Likewise.
14941 * gdb.hp/gdb.objdbg/configure: Likewise.
14942 * gdb.stabs/configure: Likewise.
14943
14944 2009-08-19 Doug Evans <dje@google.com>
14945
14946 * gdb.base/gdbvars.c: New file.
14947 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14948
14949 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14950
14951 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14952 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14953
14954 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14955
14956 * gdb.base/default.exp: Adjust "set language test": it's now an
14957 enum command. Larger help string moved to "help set language".
14958 * gdb.base/help.exp: Adjust "help set language" expected output,
14959 now lists all known languages.
14960
14961 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14962
14963 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14964 all frame arguments.
14965 * gdb.arch/altivec-regs.exp: Likewise.
14966
14967 2009-08-07 Tom Tromey <tromey@redhat.com>
14968
14969 * gdb.base/setshow.exp: Add tests for changes to set language, set
14970 check range, and set check type.
14971
14972 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14973
14974 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14975 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14976 Call it.
14977
14978 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14979
14980 * configure.ac: Run gdb.cell tests when appropriate.
14981 * configure: Regenerate.
14982 * lib/cell.exp: New file.
14983 * gdb.cell: New directory.
14984 * gdb.cell/configure.ac: New file.
14985 * gdb.cell/configure: New file.
14986 * gdb.cell/Makefile.in: New file.
14987 * gdb.cell/arch.exp: New file.
14988 * gdb.cell/break.c: New file.
14989 * gdb.cell/break.exp: New file.
14990 * gdb.cell/break-spu.c: New file.
14991 * gdb.cell/bt.c: New file.
14992 * gdb.cell/bt2-spu.c: New file.
14993 * gdb.cell/bt-spu.c: New file.
14994 * gdb.cell/bt.exp: New file.
14995 * gdb.cell/coremaker.c: New file.
14996 * gdb.cell/coremaker-spu.c: New file.
14997 * gdb.cell/core.exp: New file.
14998 * gdb.cell/gcore.exp: New file.
14999 * gdb.cell/data.c: New file.
15000 * gdb.cell/data.exp: New file.
15001 * gdb.cell/data-spu.c: New file.
15002 * gdb.cell/ea-cache.exp: New file.
15003 * gdb.cell/ea-cache.c: New file.
15004 * gdb.cell/ea-cache-spu.c: New file.
15005 * gdb.cell/ea-standalone.c: New file.
15006 * gdb.cell/ea-standalone.exp: New file.
15007 * gdb.cell/ea-test.c: New file.
15008 * gdb.cell/ea-test.exp: New file.
15009 * gdb.cell/f-regs.exp: New file.
15010 * gdb.cell/mem-access.c: New file.
15011 * gdb.cell/mem-access.exp: New file.
15012 * gdb.cell/mem-access-spu.c: New file.
15013 * gdb.cell/ptype.exp: New file.
15014 * gdb.cell/registers.exp: New file.
15015 * gdb.cell/size.c: New file.
15016 * gdb.cell/sizeof.exp: New file.
15017 * gdb.cell/size-spu.c: New file.
15018 * gdb.cell/solib.exp: New file.
15019 * gdb.cell/solib-symbol.exp: New file.
15020
15021 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15022
15023 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15024
15025 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15026
15027 * gdb.base/float.exp: Handle VFP registers.
15028
15029 2009-07-14 Michael Snyder <msnyder@vmware.com>
15030
15031 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15032 to bring gdb to the beginning of the calling line.
15033
15034 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15035 confusing the i386 epilogue unwinder.
15036
15037 2009-07-14 Stan Shebs <stan@codesourcery.com>
15038
15039 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15040
15041 2009-07-14 Michael Snyder <msnyder@vmware.com>
15042
15043 * gdb.reverse/step-reverse.exp (stepi into function call):
15044 Call instruction may not be first instruction in the line.
15045 (reverse stepi from a function call): Used wrong line number.
15046
15047 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15050
15051 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15052
15053 Fix gdb.base/macscp.exp when using custom inputrc.
15054 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15055 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15056 env(TERM) set.
15057 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15058 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15059
15060 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15061
15062 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15063 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15064 Change the compilation target to match the testcase name.
15065 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15066 testcase name.
15067 * a2-run.exp: Use for setup prepare_for_testing. Change the
15068 compilation target to match the testcase name.
15069 * gdb.base/commands.exp: Likewise.
15070 * gdb.base/finish.exp: Likewise.
15071 * gdb.base/float.exp: Likewise.
15072 * gdb.base/info-target.exp: Likewise.
15073 * gdb.base/relational.exp: Likewise.
15074 * gdb.base/term.exp: Likewise.
15075 * gdb.base/until.exp: Likewise.
15076 * gdb.base/volatile.exp: Likewise.
15077 * gdb.base/whatis-exp.exp: Likewise.
15078
15079 2009-07-11 Hui Zhu <teawater@gmail.com>
15080
15081 * gdb.base/help.exp (disassemble): Update expected help text.
15082
15083 2009-07-09 Tom Tromey <tromey@redhat.com>
15084
15085 * lib/gdb.exp: Handle TRANSCRIPT.
15086 (remote_spawn, remote_close, send_gdb): New procs.
15087
15088 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15089
15090 * gdb.python/python-prettyprint.c: Add counted null string
15091 structure.
15092 * gdb.python/python-prettyprint.exp: Print null string. Test for
15093 embedded nulls.
15094 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15095 * gdb.python/python-value.exp (test_value_in_inferior): Add
15096 variable length string fetch tests.
15097 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15098
15099 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15102
15103 2009-07-07 Tom Tromey <tromey@redhat.com>
15104
15105 * gdb.base/call-rt-st.exp: Update for change to escape output.
15106 * gdb.base/callfuncs.exp: Likewise.
15107 * gdb.base/charset.exp: Likewise.
15108 * gdb.base/constvars.exp: Likewise.
15109 * gdb.base/long_long.exp: Likewise.
15110 * gdb.base/pointers.exp: Likewise.
15111 * gdb.base/printcmds.exp: Likewise.
15112 * gdb.base/setvar.exp: Likewise.
15113 * gdb.base/store.exp: Likewise.
15114 * gdb.cp/ref-types.exp: Likewise.
15115 * gdb.mi/mi-var-child.exp: Likewise.
15116 * gdb.mi/mi-var-display.exp: Likewise.
15117 * gdb.mi/mi2-var-display.exp: Likewise.
15118 * gdb.base/charset.exp: Test octal escape sequence length.
15119 Update for change to escape output.
15120
15121 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15122
15123 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15124
15125 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15126
15127 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15128
15129 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15130
15131 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15132 gdbserver increasing $portnum if "Can't bind address" has been seen.
15133
15134 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15135
15136 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15137 mingw32ce.
15138
15139 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15140
15141 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15142 VFP format.
15143
15144 2009-07-02 Pedro Alves <pedro@codesourcery.com>
15145
15146 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15147 linux. Adjust to use "inferior", "info inferiors", "detach
15148 inferior" and "kill inferior" instead of "restart", "info fork",
15149 "detach fork" and "delete fork".
15150 * gdb.base/ending-run.exp: Spell out "info".
15151 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15152 the "kill" command.
15153
15154 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15155
15156 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15157 change to prefix TLS offset in hex with 0x.
15158
15159 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15160
15161 * gdb.base/default.exp: Update test case for "x" changes.
15162
15163 2009-07-01 Tristan Gingold <gingold@adacore.com>
15164
15165 * gdb.base/bigcore.exp: Make darwin untested.
15166
15167 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15168
15169 * gdb.base/completion.exp (directory completion): Create the directory.
15170 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15171 escapeuniquesub.
15172 (directory completion 2): Expect now ${escapeuniquesub}.
15173 (Glob remaining of directory test): Remove one excessive newline.
15174 Expect the real output.
15175
15176 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15177
15178 Fix `make check//%' target after `make check' has been ran.
15179 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15180 a mkdir call.
15181 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15182 (%/.dir): Remove.
15183
15184 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15185
15186 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15187 the expected result record.
15188
15189 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15190
15191 Remove racy FAILs relying just on the timeouts.
15192 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15193 (annotation_level 2): Remove racy FAILs.
15194
15195 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15196
15197 gdb/10275
15198 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15199
15200 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15201
15202 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15203
15204 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15205
15206 * gdb.mi/mi-stack.exp: Testing symbolic options
15207 to -stack-list-locals and -stack-list-arguments.
15208
15209 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15210
15211 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15212
15213 2009-06-29 Tom Tromey <tromey@redhat.com>
15214
15215 * dg-extract-results.sh: New file.
15216 * Makefile.in (FORCE_PARALLEL): New variable.
15217 (CHECK_TARGET): New conditional variable.
15218 (check): Use CHECK_TARGET.
15219 (DO_RUNTEST): New variable.
15220 (check-single): New target.
15221 (TEST_DIRS): New variable.
15222 (TEST_TARGETS): Likewise.
15223 (check-parallel): New target.
15224 (check-gdb.%): New pattern.
15225 (BASE1_FILES): New variable.
15226 (BASE2_FILES): Likewise.
15227 (check-gdb.base%): New pattern.
15228 (%/.dir): New pattern.
15229 * configure: Rebuild.
15230 * aclocal.m4 (AM_CONDITIONAL): New defun.
15231 * configure.ac: Check whether user is using GNU make.
15232 (GMAKE): New conditional.
15233
15234 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15235
15236 * gdb.cp/namespace-nested-import.cc: New test.
15237 * gdb.cp/namespace-nested-import.exp: New test.
15238
15239 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15240
15241 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15242 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15243 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15244 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15245 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15246 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15247 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15248 gdb.opt/inline-markers.c: New files.
15249 * lib/gdb.exp (skip_inline_frame_tests): New function.
15250 (skip_inline_var_tests): New function.
15251
15252 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15253
15254 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15255 backtrace.
15256
15257 2009-06-27 Michael Snyder <msnyder@vmware.com>
15258
15259 * gdb.reverse: New directory.
15260 * gdb.reverse/break-reverse.c: New test.
15261 * gdb.reverse/break-reverse.exp: New test.
15262 * gdb.reverse/consecutive-reverse.c: New test.
15263 * gdb.reverse/consecutive-reverse.exp: New test.
15264 * gdb.reverse/finish-reverse.c: New test.
15265 * gdb.reverse/finish-reverse.exp: New test.
15266 * gdb.reverse/machinestate.c: New test.
15267 * gdb.reverse/ms1.c: New test.
15268 * gdb.reverse/machinestate.exp: New test.
15269 * gdb.reverse/Makefile.in: New file.
15270 * gdb.reverse/shr2.c: New test.
15271 * gdb.reverse/solib-reverse.c: New test.
15272 * gdb.reverse/solib-reverse.exp: New test.
15273 * gdb.reverse/step-reverse.c: New test.
15274 * gdb.reverse/step-reverse.exp: New test.
15275 * gdb.reverse/until-reverse.c: New test.
15276 * gdb.reverse/ur1.c: New test.
15277 * gdb.reverse/until-reverse.exp: New test.
15278 * gdb.reverse/watch-reverse.c: New test.
15279 * gdb.reverse/watch-reverse.exp: New test.
15280 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15281 * configure: Regenerate.
15282
15283 2009-06-26 Doug Evans <dje@google.com>
15284
15285 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15286
15287 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15288
15289 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15290 windows problem for 'file delete $binfile'.
15291
15292 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15293
15294 * gdb.cp/namespace-using.exp: New test.
15295 * gdb.cp/namespace-using.cc: New test.
15296
15297 2009-05-20 Joel Brobecker <brobecker@adacore.com>
15298
15299 * gdb.ada/variant_record_packed_array: New testcase.
15300
15301 2009-06-23 Tom Tromey <tromey@redhat.com>
15302
15303 * gdb.base/charset.exp (test_combination): Regression test.
15304 * gdb.base/charset.c (my_wchar_t): New typedef.
15305 (myvar): New global.
15306 (main): Set myvar.
15307
15308 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15309
15310 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15311 target.
15312
15313 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15314
15315 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15316
15317 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15318
15319 * gdb.mi/gdb680.exp: Update test for error message.
15320
15321 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15322
15323 * gdb.base/annota1.exp: Allow multiple occurrences of the
15324 frames-invalid annotation.
15325 * gdb.cp/annota2.exp: Likewise.
15326
15327 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15328
15329 * gdb.cp/gdb2495.cc: New file.
15330 * gdb.cp/gdb2495.exp: New file.
15331
15332 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 Report error on GDB crash during runto.
15335 * lib/gdb.exp (runto <eof>): New.
15336
15337 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15338
15339 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15340 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15341 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15342 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15343 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15344 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15345 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15346 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15347 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15348 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15349 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15350 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15351 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15352 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15353 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15354 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15355 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15356 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15357 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15358 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15359 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15360 gdb.trace/passcount.exp, gdb.trace/report.exp,
15361 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15362 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15363 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15364 executable.
15365
15366 2009-06-07 Pedro Alves <pedro@codesourcery.com>
15367
15368 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15369 defined before referencing it.
15370
15371 2009-06-03 Doug Evans <dje@google.com>
15372
15373 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15374 * gdb.arch/i386-see.c: Ditto.
15375
15376 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15377
15378 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15379 (check_macro): Return 1 if undefined.
15380 If first test fails, check if macro debug information is available,
15381 and report unsupported test if no macro information is found.
15382
15383 2009-05-29 Doug Evans <dje@google.com>
15384
15385 * gdb.threads/hand-call-in-threads.exp: New.
15386 * gdb.threads/hand-call-in-threads.c: New.
15387
15388 2009-05-29 Michael Snyder <msnyder@vmware.com>
15389
15390 * gdb.base/break-always.exp: Change "1" to "on".
15391 Add confirmation check.
15392
15393 2009-05-28 Pedro Alves <pedro@codesourcery.com>
15394
15395 * gdb.threads/threxit-hop-specific.c: New.
15396 * gdb.threads/threxit-hop-specific.exp: New.
15397 * gdb.threads/thread-execl.c: New.
15398 * gdb.threads/thread-execl.exp: New.
15399
15400 2009-05-27 Tom Tromey <tromey@redhat.com>
15401 Thiago Jung Bauermann <bauerman@br.ibm.com>
15402
15403 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15404 (mi_child_regexp): Likewise.
15405 (mi_list_varobj_children_range): Likewise.
15406 (mi_get_features): Likewise.
15407 (mi_list_varobj_children): Rewrite.
15408 * gdb.python/python-mi.exp: New file.
15409
15410 2009-05-27 Tom Tromey <tromey@redhat.com>
15411 Thiago Jung Bauermann <bauerman@br.ibm.com>
15412 Phil Muldoon <pmuldoon@redhat.com>
15413 Paul Pluzhnikov <ppluzhnikov@google.com>
15414
15415 * gdb.python/python-prettyprint.exp: New file.
15416 * gdb.python/python-prettyprint.c: New file.
15417 * gdb.python/python-prettyprint.py: New file.
15418 * gdb.base/display.exp: print/r is now valid.
15419
15420 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15421 Tom Tromey <tromey@redhat.com>
15422 Pedro Alves <pedro@codesourcery.com>
15423 Paul Pluzhnikov <ppluzhnikov@google.com>
15424
15425 * gdb.python/python-template.exp: New file.
15426 * gdb.python/python-template.cc: New file.
15427 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15428 tests.
15429 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15430 Call it.
15431 (test_value_after_death): New proc.
15432 * gdb.python/python-value.c (PTR): New typedef.
15433 (main): New variable 'x'.
15434
15435 2009-05-27 Tom Tromey <tromey@redhat.com>
15436
15437 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15438 tests.
15439 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15440 Call it.
15441
15442 2009-05-27 Pedro Alves <pedro@codesourcery.com>
15443
15444 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15445
15446 2009-05-24 Pedro Alves <pedro@codesourcery.com>
15447
15448 * gdb.threads/fork-thread-pending.c: New.
15449 * gdb.threads/fork-thread-pending.exp: New.
15450
15451 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15452
15453 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15454 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15455
15456 2009-05-18 Jon Beniston <jon@beniston.com>
15457
15458 * gdb.asm/asm-source.exp: Add lm32 target.
15459
15460 2009-05-17 Pedro Alves <pedro@codesourcery.com>
15461
15462 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15463 `gdb_get_line_number'. Call `callee' in both parent and child.
15464 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15465 `gdb_get_line_number' instead of hardcoding line numbers.
15466 (catch_fork_unpatch_child): New procedure to test detaching
15467 breakpoints from child fork.
15468 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15469 hardcoding line numbers.
15470 (do_fork_tests): Run `catch_fork_unpatch_child'.
15471
15472 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15473
15474 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15475 of structure type enters or leaves the scope, it
15476 is reported by -var-update.
15477
15478 2009-05-11 Doug Evans <dje@sebabeach.org>
15479
15480 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
15481 * gdb.threads/pending-step.c (main): Fix off-by-one error.
15482 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15483
15484 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15485
15486 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15487
15488 2009-04-30 Doug Evans <dje@google.com>
15489
15490 * gdb.threads/watchthreads2.exp: New testcase.
15491 * gdb.threads/watchthreads2.c: New testcase.
15492
15493 2009-04-29 Doug Evans <dje@google.com>
15494
15495 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15496 * gdb.cp/mb-ctor.cc: Ditto.
15497 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15498 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15499 * gdb.cp/mb-inline1.cc: Call it.
15500 * gdb.cp/mb-inline2.cc: Ditto.
15501 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15502 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15503
15504 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15505
15506 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15507 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15508 Replace all uses of `decimal' by `nonzero'.
15509 (info macro FROM_COMMANDLINE): New test.
15510
15511 2009-04-27 Tom Tromey <tromey@redhat.com>
15512
15513 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15514
15515 2009-04-27 Doug Evans <dje@google.com>
15516
15517 * gdb.threads/watchthreads.c (main): Initialize args before starting
15518 the threads. Plus formatting cleanup.
15519 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15520 biased scheduling of one thread.
15521
15522 2009-04-27 Jerome Guitton <guitton@adacore.com>
15523
15524 * gdb.cp/templates.cc (GetMax): New template.
15525 (main): Declare two instances of GetMax.
15526 * gdb.cp/templates.exp: Add new test.
15527
15528 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15529
15530 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15531
15532 2009-04-22 Joseph Myers <joseph@codesourcery.com>
15533
15534 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15535
15536 2009-04-15 Tom Tromey <tromey@redhat.com>
15537
15538 * gdb.base/charset.exp: Add regression test.
15539
15540 2009-04-14 Joel Brobecker <brobecker@adacore.com>
15541
15542 * gdb.base/exe-lock.exp: New testcase.
15543
15544 2009-04-13 Tom Tromey <tromey@redhat.com>
15545
15546 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15547 operator on Frame.
15548
15549 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15550
15551 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15552 * gdb.server/ext-attach.exp: Likewise.
15553
15554 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15555
15556 Eliminate some sleep usage.
15557
15558 * gdb.mi/basics.c (do_nothing): New.
15559 (main): Use do_nothing instead of printf, so that
15560 not to introduce race condition between output of
15561 inferiour and output of gdb. Do not use sleep as it
15562 is not generally available on embedded targets.
15563
15564 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15565
15566 * gdb.server/ext-attach.exp: Expect an optional process id after
15567 "Detached from remote process".
15568
15569 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15570
15571 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15572 gdb.dwarf2/dw2-unresolved.exp: New.
15573
15574 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15575
15576 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15577 mi_run_to_main.
15578
15579 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15580
15581 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15582 mi_run_to_main. Skip thread exit test on remote targets.
15583 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15584 mi_run_to_main.
15585 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15586 mi_run_to_main.
15587 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15588 when expecting ^connected. Detect when the target doesn't support
15589 non-stop mode.
15590 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15591 supported. Return -1 on error, 0 on success.
15592 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15593 (mi_runto): Return mi_runto_helper's result explicitly.
15594
15595 2009-04-01 Pedro Alves <pedro@codesourcery.com>
15596
15597 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15598
15599 2009-04-01 Tom Tromey <tromey@redhat.com>
15600
15601 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15602 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15603 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15604 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15605
15606 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15607 Jan Kratochvil <jan.kratochvil@redhat.com>
15608
15609 PR gdb/931
15610 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15611 output.
15612 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15613 for gdb/931.
15614 * dw2-strp.S (DW_AT_language): Change to C++.
15615 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15616
15617 2009-03-31 Joel Brobecker <brobecker@adacore.com>
15618
15619 * gdb.ada/tasks: New testcase.
15620
15621 2009-03-30 Stan Shebs <stan@codesourcery.com>
15622
15623 * gdb.trace/actions.exp: Update to match new info trace format.
15624 * gdb.trace/deltrace.exp: Ditto.
15625 * gdb.trace/infotrace.exp: Ditto.
15626 * gdb.trace/passcount.exp: Ditto.
15627 * gdb.trace/save-trace.exp: Ditto.
15628 * gdb.trace/while-stepping.exp: Ditto.
15629 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15630
15631 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15632
15633 * gdb.python/python-frame.c: New file.
15634 * gdb.python/python-frame.exp: New file.
15635
15636 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15637
15638 * gdb.python/python-value.exp: Add tests for the address
15639 attribute.
15640
15641 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15642
15643 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15644
15645 2009-03-26 Doug Evans <dje@google.com>
15646
15647 * gdb.mi/mi-nonstop-exit.exp: New file.
15648 * gdb.mi/non-stop-exit.c: New file.
15649
15650 2009-03-26 Tom Tromey <tromey@redhat.com>
15651
15652 Update for change to prologue skipping:
15653 * gdb.mi/mi2-simplerun.exp: Update.
15654 * gdb.mi/mi2-break.exp: Update.
15655 * gdb.mi/mi-simplerun.exp: Update.
15656 * gdb.mi/mi-break.exp: Update.
15657 * gdb.base/ending-run.exp: Update.
15658
15659 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15660
15661 * gdb.python/python-value.exp (test_value_in_inferior): Test
15662 gdb.Value.is_optimized_out attribute.
15663
15664 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15665
15666 * gdb.dwarf2/dw2-noloc-main.c: New file.
15667 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15668 (.text): Remove.
15669 (.data): New.
15670 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15671 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15672 (DW_TAG_subprogram func_cu1, noloc): Remove.
15673 (main): New.
15674 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15675 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15676 (file_symbols): New procedure.
15677
15678 2009-03-25 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.base/charset.exp (valid_target_charset): New proc.
15681 Use it to skip tests on invalid charsets.
15682
15683 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15684
15685 * gdb.base/completion.exp: Add a test for directory completion.
15686
15687 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 Fix a racy FAIL.
15690 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15691 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15692
15693 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15694
15695 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15696 * gdb.python/python-function.exp: Add test for function returning
15697 a GDB value.
15698
15699 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15700
15701 * gdb.python/python-function.exp: New file.
15702
15703 2009-03-20 Tom Tromey <tromey@redhat.com>
15704
15705 * gdb.base/store.exp: Update for change to escape output.
15706 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15707 to escape output.
15708 * gdb.base/pointers.exp: Update for change to escape output.
15709 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15710 to escape output.
15711 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15712 escape output.
15713 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15714 to escape output.
15715 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15716 escape output.
15717 * gdb.base/setvar.exp: Update for change to escape output.
15718 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15719 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15720 to escape output.
15721 (test_print_string_constants): Likewise.
15722 * gdb.base/charset.exp (valid_host_charset): Check size of
15723 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15724 cases. Handle "auto"-related output.
15725 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15726 (uvar, Uvar): New globals.
15727
15728 2009-03-19 Jerome Guitton <guitton@adacore.com>
15729
15730 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15731 deltas.
15732 * gdb.ada/fixed_points.exp: Ditto.
15733
15734 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15735
15736 * return-nodebug.c: Don't include stdio.h.
15737 (init): Delete.
15738 (func): Delete definition and provide extern declaration.
15739 (t): New.
15740 (main): Don't call printf. Call func and store its result in t.
15741 * return-nodebug1.c: New.
15742 * return-nodebug.exp: Don't expect stdio output. Instead, print
15743 the global variable t. Drop printf formatters and cast types from
15744 foreach loop. Don't use prepare_for_testing. Compile
15745 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15746 define FORMAT or CAST.
15747
15748 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15749
15750 * gdb.base/solib-display.exp: Disable test for remote targers.
15751
15752 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15753
15754 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15755
15756 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15757
15758 Fix a racy FAIL.
15759 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15760 code from `follow parent, print pids'.
15761 (`follow child, print pids', `follow parent, print pids'): Call it.
15762 Replace `gdb_test "break..."' by gdb_breakpoint.
15763
15764 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15765
15766 * gdb.mi/mi-cli.exp: Adjust for output difference in
15767 sync and async modes.
15768
15769 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15770
15771 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15772 that was checked in by mistake. Remove loading of ada.exp, since
15773 this is not necessary in this case.
15774
15775 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15776
15777 * gdb.ada/ptype_arith_binop.exp: New testcase.
15778
15779 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15780
15781 * gdb.ada/mod_from_name: New testcase.
15782
15783 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15784
15785 * gdb.ada/tick_last_segv: New testcase.
15786
15787 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15788
15789 * gdb.mi/mi-cli.exp: Remove debug print.
15790
15791 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15792
15793 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15794 include the token in ^running and frame info in *stopped.
15795
15796 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15797
15798 * solib-display.exp: New file.
15799 * solib-display-main.c: New file.
15800 * solib-display-lib.c: New file.
15801
15802 2009-03-05 Pedro Alves <pedro@codesourcery.com>
15803
15804 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15805
15806 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15807
15808 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15809 (list_and_check_macro): Use more specific test name.
15810 (next to definition): Make the test names unique.
15811
15812 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15813
15814 * gdb.pascal/floats.exp: Accept approximate results everywhere.
15815
15816 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15817
15818 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15819 notifications.
15820 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15821 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15822 * lib/mi-support.exp (library_loaded_re): New.
15823 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15824
15825 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15826
15827 * gdb.gdb/observer.exp: Use test_notification observer, not
15828 normal_stop, everywhere.
15829 (test_normal_stop_notifications): Rename to...
15830 (test_notifications): ...this.
15831 (test_observer_normal_stop): Rename to...
15832 (test_observer): ...this.
15833
15834 2009-02-16 Doug Evans <dje@google.com>
15835
15836 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15837 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15838 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15839 (test_prefixed_syscall,test_int3): New tests.
15840 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15841 (test_prefixed_syscall,test_int3): New tests.
15842
15843 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15844
15845 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15846 (mi_expect_interrupt): Likewise.
15847 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15848 response.
15849
15850 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15851
15852 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15853 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15854 Replace calls to get_valueofx by get_hexadecimal_valueof.
15855
15856 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15857
15858 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15859 (get_integer_valueof): New procedure.
15860 (get_sizeof): Use new get_integer_value_of.
15861 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15862 by get_integer_valueof.
15863
15864 2009-02-13 Tom Tromey <tromey@redhat.com>
15865
15866 * gdb.base/remote.exp (get_sizeof): Remove.
15867 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15868 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15869 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15870 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15871 (get_sizeof): Likewise.
15872
15873 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15874
15875 PR fortran/9806
15876 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15877
15878 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15879
15880 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15881
15882 2009-02-06 Pedro Alves <pedro@codesourcery.com>
15883
15884 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15885
15886 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15887
15888 * gdb.python/python-cmd.exp: New file.
15889
15890 2009-02-06 Tristan Gingold <gingold@adacore.com>
15891
15892 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15893
15894 2009-02-05 Tristan Gingold <gingold@adacore.com>
15895
15896 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15897 pointer is dereferenced and use this signal name in regexp.
15898 * gdb.base/signull.exp: Ditto.
15899 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15900 * gdb.base/signull.c (main): Ditto.
15901
15902 2009-02-04 Tom Tromey <tromey@redhat.com>
15903 Thiago Jung Bauermann <bauerman@br.ibm.com>
15904
15905 * gdb.python/python-value.exp: Use `gdb.history' instead of
15906 `gdb.value_from_history'.
15907 (test_value_numeric_ops): Add test for conversion of enum constant.
15908 * gdb.python/python-value.c (enum e): New type.
15909 (evalue): New global.
15910 (main): Use argv.
15911
15912 2009-02-04 Jerome Guitton <guitton@adacore.com>
15913
15914 * gdb.ada/uninitialized_vars: New test program.
15915 * gdb.ada/uninitialized_vars.exp: New testcase.
15916
15917 2009-02-02 Tom Tromey <tromey@redhat.com>
15918
15919 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15920 * gdb.cp/pr2489.cc: Rename...
15921 * gdb.cp/pr9594.cc: ... to this.
15922
15923 2009-02-02 Tom Tromey <tromey@redhat.com>
15924
15925 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15926 * gdb.cp/pr2489.cc: New file.
15927 * gdb.cp/cpcompletion.exp: New file.
15928
15929 2009-02-02 Tom Tromey <tromey@redhat.com>
15930
15931 PR exp/9059:
15932 * gdb.cp/call-c.exp: Add regression test.
15933 * gdb.cp/call-c.cc (FooHandle): New typedef.
15934 (main): New variable 'handle'.
15935
15936 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15937
15938 * lib/mi-support.exp (et_mi_thread_list)
15939 (check_mi_and_console_threads): Adjust for current thread in
15940 -thread-list-ids output.
15941
15942 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15943
15944 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15945 Call it.
15946
15947 2009-01-28 Doug Evans <dje@google.com>
15948
15949 * gdb.arch/amd64-disp-step.S: New file.
15950 * gdb.arch/amd64-disp-step.exp: New file.
15951 * gdb.arch/i386-disp-step.S: New file.
15952 * gdb.arch/i386-disp-step.exp: New file.
15953
15954 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15955
15956 * gdb.base/find.exp: Set newline variable
15957 using quotes instead of braces to fix cygwin failures.
15958
15959 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15960
15961 * gdb.base/radix.exp: Add tests to ensure that that set
15962 input-radix 0 and set output-radix 0 are really rejected.
15963
15964 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15965
15966 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15967 copyright years.
15968
15969 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15970
15971 PR gdb/9664:
15972 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15973
15974 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15975
15976 PR c++/9631:
15977 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15978
15979 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15980
15981 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15982 binfile definition to fix Windows OS failure.
15983
15984 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15985
15986 PR gdb/9346
15987 * gdb.base/interrupt.c (sigint_handler): New.
15988 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15989 on error.
15990 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15991 Test "signal SIGINT".
15992
15993 2009-01-19 Doug Evans <dje@google.com>
15994
15995 * gdb.base/break.exp: Update expected gdb output.
15996 * gdb.base/sepdebug.exp: Ditto.
15997 * gdb.mi/mi-syn-frame.exp: Ditto.
15998 * gdb.mi/mi2-syn-frame.exp: Ditto.
15999 * gdb.base/call-signal-resume.exp: New file.
16000 * gdb.base/call-signals.c: New file.
16001 * gdb.base/unwindonsignal.exp: New file.
16002 * gdb.base/unwindonsignal.c: New file.
16003 * gdb.threads/interrupted-hand-call.exp: New file.
16004 * gdb.threads/interrupted-hand-call.c: New file.
16005 * gdb.threads/thread-unwindonsignal.exp: New file.
16006
16007 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16008
16009 * gdb.base/define.exp: Test defining and hooking prefix commands.
16010 * gdb.python/python.exp: Update test for "show user" output.
16011
16012 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16013
16014 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16015 now the output exactly, using less wildcards. Expect also the output
16016 of gfortran-4.3. Update for the f-valprint.c modification from
16017 2008-04-22.
16018 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16019 Remove gdb_test test names where matching the command.
16020
16021 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16022
16023 PR breakpoints/9681:
16024 * gdb.base/watchpoint.exp: Add regression test.
16025
16026 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16027
16028 * gdb.threads/attach-into-signal.exp: Don't use
16029 gdb_suppress_entire_file.
16030 * gdb.threads/attach-stopped.exp: Ditto.
16031 * gdb.threads/attachstop-mt.exp: Ditto.
16032
16033 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16034
16035 PR gdb/8812:
16036 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16037
16038 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16039
16040 PR gdb/7536:
16041 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16042 and unsupported output radices are really rejected.
16043
16044 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16045
16046 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16047
16048 2008-12-22 Tom Tromey <tromey@redhat.com>
16049
16050 * gdb.cp/punctuator.exp: New file.
16051
16052 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16053
16054 * gdb.base/completion.exp (Completing non-existing component): New test.
16055
16056 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16057
16058 Fix for PR gdb/8648.
16059 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16060 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16061 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16062 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16063
16064 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16065
16066 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16067
16068 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16069
16070 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16071 compiler actually generate code at the expected line number.
16072
16073 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16074
16075 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16076
16077 2008-12-12 Tom Tromey <tromey@redhat.com>
16078
16079 * gdb.base/commands.exp (redefine_hook_test): New proc.
16080 Call it.
16081
16082 2008-12-11 Tom Tromey <tromey@redhat.com>
16083
16084 * gdb.base/macscp.exp: New regression test.
16085
16086 2008-12-11 Tom Tromey <tromey@redhat.com>
16087
16088 * gdb.base/macscp.exp: Print "address.addr".
16089 * gdb.base/macscp1.c (struct outer): New struct.
16090 (address): New global.
16091
16092 2008-12-09 Tom Tromey <tromey@redhat.com>
16093
16094 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16095 Call it.
16096
16097 2008-12-04 Doug Evans <dje@google.com>
16098
16099 * gdb.server/ext-run.exp: Relax regexp for init program.
16100
16101 2008-12-03 Tristan Gingold <gingold@adacore.com>
16102
16103 * gdb.base/macscp.exp: Generate an object file during compilation
16104 to work around Darwin dsymutil limitations.
16105
16106 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16107
16108 Test resolving external references to TLS variables.
16109 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16110 FILE2_THREAD_LOCAL.
16111 (testfile2, srcfile2): New variables.
16112 * gdb.threads/tls.c (file2_thread_local)
16113 (function_referencing_file2_thread_local): New.
16114 * gdb.threads/tls2.c: New file.
16115
16116 2008-11-28 Joel Brobecker <brobecker@adacore.com>
16117
16118 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16119 rather than integer, as integer might not be big enough when
16120 on 64bit targets.
16121
16122 2008-11-27 Jerome Guitton <guitton@adacore.com>
16123
16124 * gdb.cp/formatted-ref.exp: Add equality test.
16125 * gdb.ada/formatted_ref.exp: Ditto.
16126
16127 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16128
16129 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16130 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16131
16132 2008-11-20 Andreas Schwab <schwab@suse.de>
16133
16134 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16135 matching syscall entry point.
16136 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16137 (tcatch_vfork_then_child_follow): Likewise. Finish through
16138 vfork even if we stopped at the syscall trampoline.
16139
16140 2008-11-20 Doug Evans <dje@google.com>
16141
16142 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16143
16144 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16145
16146 * gdb.arch/ppc-dfp.exp: New file.
16147 * gdb.arch/ppc-dfp.c: New file.
16148
16149 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16150
16151 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16152
16153 2008-11-17 Doug Evans <dje@google.com>
16154
16155 * gdb.mi/mi-syn-frame.exp: Update expected output.
16156 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16157
16158 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16159
16160 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16161 "thread N" results in =thread-selected.
16162 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16163 (mi_send_resuming_command_raw): Be prepared for
16164 =thread-selected.
16165
16166 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16167
16168 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16169 * lib/mi-support.exp: Likewise.
16170
16171 2008-11-16 Joel Brobecker <brobecker@adacore.com>
16172
16173 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16174 commands from the expected output for "help catch".
16175
16176 2008-11-15 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.ada/int_deref.exp: New testcase.
16179
16180 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
16181
16182 * gdb.mi/gdb2549.exp: New file.
16183
16184 2008-11-11 Doug Evans <dje@google.com>
16185
16186 * gdb.base/callexit.exp: New file.
16187 * gdb.base/callexit.c: New file.
16188
16189 2008-11-10 Doug Evans <dje@google.com>
16190
16191 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16192 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16193 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16194 (default_gdb_start,default_gdb_exit): Ditto.
16195 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16196 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16197 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16198 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16199 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16200 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16201
16202 2008-11-03 Andreas Schwab <schwab@suse.de>
16203
16204 * gdb.base/hashline2.exp: Fix typo.
16205 * gdb.base/hashline3.exp: Likewise.
16206
16207 2008-10-30 Tom Tromey <tromey@redhat.com>
16208
16209 * gdb.base/pointers.exp: Add test.
16210 * gdb.base/pointers.c (k, S): New typedefs.
16211 (instance): New global.
16212
16213 2008-10-30 Andreas Schwab <schwab@suse.de>
16214
16215 * gdb.base/args.exp: Add tests for newlines.
16216
16217 2008-10-30 Joel Brobecker <brobecker@adacore.com>
16218
16219 gdb.base/foll-exec.exp: Update the expected output of a couple
16220 of "info breakpoints" tests.
16221
16222 2008-10-28 Tom Tromey <tromey@redhat.com>
16223
16224 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16225
16226 2008-10-24 Pedro Alves <pedro@codesourcery.com>
16227
16228 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16229 gdb_start_cmd.
16230 Use runto_main before any test that requires execution.
16231
16232 2008-10-23 Pedro Alves <pedro@codesourcery.com>
16233
16234 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16235 instead of SIGINT.
16236
16237 2008-10-22 Joel Brobecker <brobecker@adacore.com>
16238
16239 * gdb.base/completion.exp: Update expected output following
16240 the addition of the "info tasks" command.
16241
16242 2008-10-22 Tom Tromey <tromey@redhat.com>
16243
16244 * gdb.base/exprs.exp (test_expr): Add test for string
16245 concatenation.
16246
16247 2008-10-19 Pedro Alves <pedro@codesourcery.com>
16248
16249 * configure.ac: Output gdb.python/Makefile.
16250 * configure: Regenerate.
16251 * gdb.python/Makefile.in: New.
16252
16253 2008-10-16 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.base/foll-fork.exp: Adjust the expected output to match
16256 the new description for fork/vfork catchpoints in the "info
16257 breakpoints" output.
16258
16259 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16260
16261 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16262
16263 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16264
16265 * gdb.python/python-value.c: New file.
16266 * gdb.python/python-value.exp: New file.
16267
16268 2008-10-15 Pedro Alves <pedro@codesourcery.com>
16269
16270 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16271
16272 2008-10-15 Denis Pilat <denis.pilat@st.com>
16273
16274 * gdb.cp/mb-ctor.exp: Fix a typo.
16275
16276 2008-10-09 Tom Tromey <tromey@redhat.com>
16277
16278 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16279 'fprintf' and 'stderr'.
16280
16281 2008-10-07 Joel Brobecker <brobecker@adacore.com>
16282
16283 * gdb.ada/ref_tick_size.exp: New testcase.
16284
16285 2008-10-06 Doug Evans <dje@google.com>
16286
16287 * gdb.dwarf2/dw2-cu-size.exp: New file.
16288 * gdb.dwarf2/dw2-cu-size.S: New file.
16289
16290 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16291 .Ltype_int for clarity.
16292
16293 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16294
16295 PR gdb/2384:
16296 * gdb.cp/gdb2384.exp: Extended to test more cases.
16297 * gdb.cp/gdb2384.cc: Likewise.
16298 * gdb.cp/gdb2384-base.h: Likewise.
16299 * gdb.cp/gdb2384-base.cc: Likewise.
16300
16301 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16302
16303 * gdb.base/maint.exp (maint print type): Remove printing
16304 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16305
16306 2008-09-30 Tom Tromey <tromey@redhat.com>
16307
16308 * gdb.base/macscp.exp: Add completion tests.
16309 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16310 (TWENTY_THREE): Likewise.
16311 (FORTY_EIGHT): Likewise.
16312
16313 2008-09-30 Tom Tromey <tromey@redhat.com>
16314
16315 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16316 everywhere.
16317 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16318
16319 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16322 testcase is derived from. Fix racy dependency on an expected PID
16323 number. No longer support the testcase on Linux kernel 2.4.x.
16324
16325 2008-09-27 Tom Tromey <tromey@redhat.com>
16326
16327 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16328 and varargs.
16329
16330 2008-09-22 Pedro Alves <pedro@codesourcery.com>
16331
16332 * lib/mi-support.exp (mi_expect_interrupt): New.
16333 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16334 from gdb.mi/mi-nonstop.exp.
16335 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16336 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16337 lib/mi-support.exp.
16338 Use mi_check_thread_states throughout. Avoid ".*" and do not
16339 require an anchor after -exec-run.
16340
16341 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16342
16343 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16344 stop is pending. Avoid ".*" when two stops are pending.
16345 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16346 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16347 newlines in fullnames.
16348 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16349 (mi_expect_stop): Update comments. Only anchor in sync mode.
16350 Do not match newlines.
16351 (mi_send_resuming_command_raw): Always return status.
16352 (mi_get_stop_line): Do not match more than one line by accident.
16353 Only anchor in sync mode.
16354 (mi_run_inline_test): If -exec-next fails, give up.
16355
16356 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16357
16358 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16359 on SPU.
16360
16361 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16362
16363 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16364
16365 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16366
16367 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16368 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16369 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16370 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16371 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16372 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16373 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16374 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16375 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16376 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16377 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16378 Include the "= " sequence in the expected output of print tests.
16379
16380 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16381
16382 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16383 description for boolean types.
16384
16385 2008-09-09 Pedro Alves <pedro@codesourcery.com>
16386
16387 * gdb.base/hook-stop-continue.c: New.
16388 * gdb.base/hook-stop-continue.exp: New.
16389
16390 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16391
16392 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16393
16394 2008-09-08 Jerome Guitton <guitton@adacore.com>
16395
16396 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16397 (stack_check_probe_2, stack_check_probe_loop_1)
16398 (stack_check_probe_loop_2): New functions.
16399 (main): Add call to these new functions.
16400 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16401 functions, check that the breakpoint is inserted at the appropriate
16402 location.
16403 (insert_breakpoint): Slightly refine this procedure so that it can
16404 be called several times in the test.
16405
16406 2008-09-08 Jerome Guitton <guitton@adacore.com>
16407
16408 * gdb.base/stack-checking.c: New file.
16409 * gdb.base/stack-checking.exp: New file.
16410
16411 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16412
16413 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16414 * gdb.arch/altivec-regs.exp: Likewise.
16415 * gdb.arch/vsx-regs.exp: Likewise.
16416
16417 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16418
16419 * gdb.arch/ppc-fp.exp: New file.
16420 * gdb.arch/ppc-fp.c: New file.
16421
16422 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16423
16424 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16425 lest gcc-4.3.1 optimizes the whole thing away.
16426
16427 2008-09-04 Michael Snyder <msnyder@vmware.com>
16428
16429 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16430 as "at" (for non-debug functions such as _start).
16431
16432 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16433
16434 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16435 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16436 software watchpoints.
16437 * gdb.base/watch_thread_num.exp: Likewise.
16438
16439 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16440
16441 * gdb.arch/i386-bp_permanent.exp: New test.
16442
16443 2008-08-24 Tom Tromey <tromey@redhat.com>
16444
16445 * gdb.base/maint.exp: Update "maint print type".
16446
16447 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16448
16449 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16450 support. Adjust the order of "*running" notifications.
16451 * gdb.mi/non-stop.c: Don't cast from int to void* and
16452 back.
16453
16454 2008-08-20 Mark Kettenis <kettenis@gnu.org>
16455
16456 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16457 expect to find it in the "info frame" output.
16458
16459 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16460
16461 * gdb.base/interp.exp: Always consume both prompts.
16462
16463 2008-08-20 Pedro Alves <pedro@codesourcery.com>
16464
16465 * gdb.base/pending.exp: Test pending breakpoints without symbols
16466 loaded.
16467
16468 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16469
16470 * lib/mi-support.exp (mi_expect_stop): Produce
16471 more details on failures.
16472 * gdb.mi/mi-nonstop.exp: New.
16473 * gdb.mi/non-stop.c: New.
16474
16475 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16476
16477 * gdb.mi/mi-async.exp: Use 'set target-async'.
16478 * lib/mi-support.exp: Use 'set/show target-async'.
16479
16480 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16481
16482 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16483
16484 2008-08-17 Tom Tromey <tromey@redhat.com>
16485
16486 * gdb.base/help.exp (help catch): Rewrite.
16487
16488 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16489
16490 * gdb.base/define.exp: Test indented command documentation.
16491 * gdb.python/python.exp: Test indented multi-line command.
16492
16493 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
16494
16495 * testsuite/gdb.arch/vsx-regs.c: New source file.
16496 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16497 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16498
16499 2008-08-14 Tom Tromey <tromey@redhat.com>
16500
16501 * gdb.base/macscp.exp: Add regression test for "macro define" or
16502 "macro undef" with no arguments.
16503
16504 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16505
16506 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
16507
16508 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16509
16510 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16511
16512 2008-08-06 Tom Tromey <tromey@redhat.com>
16513
16514 * gdb.python/python.exp: New file.
16515
16516 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16517
16518 Fix for PR gdb/1543.
16519 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16520 $LOCATION.
16521 (location): New variable.
16522 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16523 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16524 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16525 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16526 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16527 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16528 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16529 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16530 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16531 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16532 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16533 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16534 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16535 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16536 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16537 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16538 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16539 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16540 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16541 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16542 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16543 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16544 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16545 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16546 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16547 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16548 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16549 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16550 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16551 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16552 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16553 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16554 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16555 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16556 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16557 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16558 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16559 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16560 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16561 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16562 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16563 gdb.base/type-opaque.exp, gdb.base/until.exp,
16564 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16565 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16566 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16567 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16568 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16569 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16570 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16571 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16572 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16573 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16574 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16575 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16576 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16577 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16578 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16579 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16580 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16581 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16582 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16583 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16584 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16585 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16586 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16587 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16588 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16589 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16590 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16591 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16592 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16593 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16594 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16595 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16596 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16597 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16598 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16599 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16600 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16601 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16602 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16603 to bug-gdb@prep.ai.mit.edu .
16604
16605 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16606
16607 * lib/mi-support.exp (mi_load_shlibs): New.
16608 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16609
16610 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16611
16612 * lib/mi-support.exp (get_mi_thread_list)
16613 (check_mi_and_console_threads): New, moved from ...
16614 * gdb.mi/mi-pthread.exp: ...here.
16615 * gdb.mi/gdb669.exp (get_mi_thread_list)
16616 (check_mi_and_console_threads): Delete.
16617 * gdb.mi/mi2-pthread.exp: Likewise.
16618
16619 2008-07-28 Tom Tromey <tromey@redhat.com>
16620
16621 * Makefile.in (just-check): Remove. Move body to...
16622 (check): ... here.
16623
16624 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16625
16626 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16627 Add a test for duplicated SIGINTs.
16628
16629 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16630
16631 * gdb.threads/schedlock.exp (get_args): Update to work for any
16632 value of NUM.
16633 (Top level): Report the number of threads that did not resume.
16634
16635 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16636
16637 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16638
16639 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16640
16641 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16642 non-MI prompt.
16643
16644 2008-07-26 Tom Tromey <tromey@redhat.com>
16645
16646 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16647 (function_struct, function_struct_ptr): New globals.
16648 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16649 function pointer in a struct.
16650
16651 2008-07-26 Tom Tromey <tromey@redhat.com>
16652
16653 * gdb.base/macscp.exp: Add test for macro lexing bug.
16654
16655 2008-07-18 Tom Tromey <tromey@redhat.com>
16656
16657 * gdb.base/macscp.exp: Add macro tests.
16658
16659 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16660
16661 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16662
16663 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16664
16665 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16666
16667 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16668
16669 * gdb.cp/class2.exp: fix for failure on spu-elf
16670
16671 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16672
16673 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
16674
16675 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16676
16677 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16678
16679 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16680
16681 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16682
16683 2008-07-11 Kevin Buettner <kevinb@redhat.com>
16684
16685 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16686 of regexp to account for changes made to GDB in the printing of
16687 byte vectors.
16688
16689 2008-07-11 Tom Tromey <tromey@redhat.com>
16690
16691 * gdb.base/completion.exp: Add 'help' completion test.
16692
16693 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16694
16695 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16696
16697 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16698
16699 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16700
16701 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16702
16703 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16704
16705 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16706
16707 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16708
16709 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16710
16711 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16712
16713 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16714
16715 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16716 previous commit. Add a comment.
16717
16718 2008-06-28 Pedro Alves <pedro@codesourcery.com>
16719
16720 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16721
16722 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16723
16724 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16725
16726 2008-06-27 Pedro Alves <pedro@codesourcery.com>
16727
16728 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16729 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16730 compiling an executable, link in an object that forces unbuffered
16731 output.
16732 * lib/set_unbuffered_mode.c: New file.
16733
16734 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16735
16736 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16737
16738 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16739
16740 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16741 mi_expect_stop.
16742 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16743 Demand that *running is output.
16744 (detect_async): Perform checking every time.
16745 (mi_send_resuming_command): Extract everything into...
16746 (mi_send_resuming_command_raw): ...this.
16747 (mi_expect_stop): Don't accept any output before *stopped.
16748
16749 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16750
16751 Robustify mi-simplerun.
16752 * gdb.mi/basics.c (main): Add a call to sleep.
16753 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16754 * gdb.mi/mi2-cli.exp: Likewise.
16755 * gdb.mi/mi-break.exp: Likewise.
16756
16757 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16758
16759 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16760
16761 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16762
16763 * gdb.mi/mi-console.exp: Adjust.
16764 * gdb.mi/mi-syn-frame.exp: Adjust.
16765 * gdb.mi/mi2-console.exp: Adjust.
16766 * gdb.mi/mi2-syn-frame.exp: Adjust.
16767 * lib/mi-support.exp (mi_run_cmd): Adjust.
16768 (mi_send_resuming_command): Adjust.
16769
16770 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16771
16772 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16773 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16774 testing of stopped.
16775 * gdb.mi/mi2-syn-frame.exp: Likewise.
16776 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16777 (async, detect_async): New.
16778 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16779 depending on if we're running in sync or async mode.
16780
16781 2008-06-09 Tom Tromey <tromey@redhat.com>
16782
16783 * gdb.base/completion.exp: New tests for field name completion
16784 with spaces, and field name completion with '->'.
16785
16786 2008-06-06 Tom Tromey <tromey@redhat.com>
16787
16788 * gdb.base/break1.c (struct some_struct): New struct.
16789 (values): New global.
16790 * gdb.base/completion.exp: Add field name completion test.
16791
16792 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16793
16794 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16795 to pointer.
16796 * gdb.cp/call-c.cc: Likewise.
16797
16798 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
16799
16800 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16801 annotation.
16802
16803 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16804 Pedro Alves <pedro@codesourcery.com>
16805
16806 * gdb.threads/execl.c, gdb.threads/execl1.c,
16807 gdb.threads/execl.exp: New tests.
16808
16809 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16810 Daniel Jacobowitz <dan@codesourcery.com>
16811
16812 * gdb.cp/exception.exp: Activate test, make it work with pending
16813 catchpoints.
16814
16815 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16816
16817 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16818
16819 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16820
16821 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16822 now printed.
16823 * gdb.mi/mi2-var-cmd.exp: Likewise.
16824
16825 2008-05-27 Andreas Schwab <schwab@suse.de>
16826
16827 * gdb.base/frame-args.exp: Handle arguments that are optimized
16828 out.
16829
16830 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
16831
16832 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16833 quiet for ppc32 and group options into a single variable.
16834
16835 2008-05-23 Joel Brobecker <brobecker@adacore.com>
16836
16837 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16838 of zero-size elements.
16839 * gdb.ada/null_array.exp: Test printing this new array.
16840
16841 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16842
16843 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16844
16845 2008-05-21 Joel Brobecker <brobecker@adacore.com>
16846
16847 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16848 of the "finish" command.
16849
16850 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
16851
16852 * gdb.base/annota1.exp: Test for new annotation.
16853
16854 2008-05-16 Pedro Alves <pedro@codesourcery.com>
16855
16856 * gdb.base/fixsection.exp: New file.
16857 * gdb.base/fixsection0.c: New file.
16858 * gdb.base/fixsection1.c: New file.
16859
16860 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16861
16862 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16863 * gdb.base/annota3.exp: Likewise.
16864
16865 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16866
16867 * gdb.base/watch_thread_num.exp: Don't run tests that require
16868 watchpoints if the target doesn't support them.
16869
16870 2008-05-12 Doug Evans <dje@google.com>
16871
16872 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16873
16874 2008-05-09 Joel Brobecker <brobecker@adacore.com>
16875
16876 * gdb.ada/assign_1.exp: New testcase.
16877
16878 2008-05-09 Doug Evans <dje@google.com>
16879
16880 * gdb.base/find.exp: New file.
16881 * gdb.base/find.c: New file.
16882
16883 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16884
16885 * gdb.base/commands.exp (watchpoint_command_test): Handle
16886 gdb,no_hardware_watchpoints.
16887 * gdb.base/float.exp: Allow ARM targets without floating point.
16888 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16889
16890 2008-05-06 Jerome Guitton <guitton@adacore.com>
16891 Joel Brobecker <brobecker@adacore.com>
16892
16893 * gdb.ada/lang_switch: New test program.
16894 * gdb.ada/lang_switch.exp: New testcase.
16895
16896 2008-05-05 Doug Evans <dje@google.com>
16897
16898 * gdb.base/help.exp (disassemble): Update expected help text.
16899
16900 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16901
16902 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16903
16904 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16905
16906 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16907 different times.
16908
16909 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16910
16911 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16912 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16913 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16914 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16915
16916 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16917
16918 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16919 notification to appear.
16920
16921 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16922
16923 * gdb.base/fullname.c: New file.
16924 * gdb.base/fullname.exp: New file.
16925 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16926
16927 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16928
16929 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16930 expressions with macros.
16931
16932 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16933
16934 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16935
16936 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16937
16938 * gdb.base/completion.exp: Handle lack of other symbols beginning
16939 with "a".
16940
16941 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16942
16943 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16944
16945 * gdb.asm/asmsrc1.s: Add scratch space.
16946
16947 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16948 Daniel Jacobowitz <dan@codesourcery.com>
16949
16950 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16951 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16952 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16953
16954 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16955
16956 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16957
16958 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16959
16960 * gdb.base/info-target.exp: New testcase.
16961
16962 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16963
16964 * gdb.cp/hang.exp: Use .cc instead of .C.
16965 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16966 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16967
16968 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16969
16970 * gdb.base/gdb1250.exp: Remove perror.
16971 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16972
16973 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16974
16975 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16976 .2byte.
16977
16978 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16979
16980 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16981 (maybe_kfail): New.
16982
16983 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16984
16985 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16986
16987 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16988
16989 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16990 * gdb.mi/mi2-syn-frame.exp: Likewise.
16991 * lib/mi-support.exp: Likewise.
16992
16993 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16994
16995 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16996 to specify regexp for the location to stop at.
16997 * gdb.base/break-always.c: New.
16998 * gdb.base/break-always.exp: New.
16999
17000 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17001
17002 * lib/mi-support.exp (mi_runto_helper): Adjust
17003 for the original-location field.
17004 (mi_create_breakpoint, mi_list_breakpoints): New.
17005 * gdb.mi/mi-break.exp: Adjust.
17006 * gdb.mi/mi2-break.exp: Adjust.
17007 * gdb.mi/mi-pending.exp: Adjust.
17008 * gdb.mi/mi-simplerun.exp: Adjust.
17009 * gdb.mi/mi2-simplerun.exp: Adjust.
17010 * gdb.mi/mi-syn-frame.exp: Adjust.
17011 * gdb.mi/mi2-syn-frame.exp: Adjust.
17012 * gdb.mi/mi-until.exp: Adjust.
17013 * gdb.mi/mi2-until.exp: Adjust.
17014 * gdb.mi/mi-var-display.exp: Adjust.
17015 * gdb.mi/mi2-var-display.exp: Adjust.
17016 * gdb.mi/mi-watch.exp: Adjust.
17017 * gdb.mi/mi2-watch.exp: Adjust.
17018
17019 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17020
17021 * aclocal.m4: Add override.m4.
17022 * configure: Regenerate.
17023
17024 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17025
17026 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17027 '-var-update --all-values' reports new value even the type
17028 of a variable object has changed.
17029
17030 2008-04-18 Craig Silverstein <csilvers@google.com>
17031
17032 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17033 files.
17034
17035 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17036
17037 * gdb.ada/atomic_enum: New test program.
17038 * gdb.ada/atomic_enum.exp: New testcase.
17039
17040 2008-04-17 Doug Evans <dje@google.com>
17041
17042 * gdb.opt/Makefile.in: Fix whitespace.
17043
17044 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17045
17046 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17047
17048 2008-04-17 Doug Evans <dje@google.com>
17049
17050 * gdb.base/hashline1.exp: New testcase.
17051 * gdb.base/hashline2.exp: New testcase.
17052 * gdb.base/hashline2.exp: New testcase.
17053
17054 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17055
17056 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17057
17058 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17059
17060 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17061 temporary breakpoint to match "Temporary breakpoint".
17062 * gdb.base/break.exp (delete_breakpoints): Likewise.
17063 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17064 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17065 * gdb.base/display.exp: Likewise.
17066 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17067 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17068 * gdb.base/restore.exp (restore_tests): Likewise.
17069 * gdb.base/sepdebug.exp: Likewise.
17070 * gdb.base/watchpoint.exp: Likewise.
17071 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17072 * gdb.mi/mi-pending.exp: Likewise.
17073 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17074 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17075 * gdb.mi/mi-var-cmd.exp: Likewise.
17076 * gdb.mi/mi-var-display.exp: Likewise.
17077 * gdb.mi/mi2-cli.exp: Likewise.
17078 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17079 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17080 * gdb.mi/mi2-var-display.exp: Likewise.
17081 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17082 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17083 new "disp" field.
17084 (mi_expect_stop): Move after_reason argument to be really after
17085 reason. This is to support fix for PR2424.
17086
17087 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17088
17089 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17090
17091 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17092
17093 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17094 field. Add more floating varobj tests.
17095 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17096 field.
17097 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17098 (main): Call do_at_tests.
17099 * lib/mi-support.exp (mi_create_floating_varobj)
17100 (mi_varobj_update_with_type_change): New.
17101
17102 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17103
17104 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17105 option of -var-evaluate-expression.
17106 * gdb.mi/mi2-var-display.exp: Likewise.
17107
17108 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17109
17110 Introduce test setup helpers.
17111 * lib/gdb.exp (build_executable, clean_restart)
17112 (prepare_for_testing): New.
17113 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17114 * gdb.base/return.exp: Likewise.
17115 * gdb.base/ending-run.exp: Likewise.
17116
17117 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
17118
17119 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17120 Interface (MI) responses.
17121
17122 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17123
17124 * gdb.cp/breakpoint.cc: New code to test conditions involving
17125 member variables.
17126 * gdb.cp/breakpoint.exp: Test condition involving member
17127 variables.
17128
17129 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17130
17131 * lib/mi-support.exp (mi_expect_stop): New.
17132 (mi_run_cmd): Change the
17133 token. Use mi_send_resuming_command, use
17134 mi_expect_stop.
17135 (mi_execute_to_helper): Rename to mi_execute_to.
17136 (mi_send_resuming_command): Add more error patterns.
17137 (mi_wait_for_stop): Renamed to...
17138 (mi_get_stop_line): ...this.
17139 (mi_run_inline_test): Adjust.
17140
17141 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17142 * gdb.mi/mi-console.exp: Likewise.
17143 * gdb.mi/mi-pending.exp: Likewise.
17144 * gdb.mi/mi-simplerun.exp: Likewise.
17145 * gdb.mi/mi-stack.exp: Likewise.
17146 * gdb.mi/mi-stepi.exp: Likewise.
17147 * gdb.mi/mi-syn-frame.exp: Add comment.
17148 * gdb.mi/mi-until.exp: Likewise.
17149 * gdb.mi/mi-var-display.exp: Likewise.
17150 * gdb.mi/mi-watch.exp: Likewise.
17151 * gdb.mi/mi2-cli.exp: Likewise.
17152 * gdb.mi/mi2-console.exp: Likewise.
17153 * gdb.mi/mi2-simplerun.exp: Likewise.
17154 * gdb.mi/mi2-stack.exp: Likewise.
17155 * gdb.mi/mi2-stepi.exp: Likewise.
17156 * gdb.mi/mi2-until.exp: Likewise.
17157 * gdb.mi/mi2-var-display.exp: Likewise.
17158 * gdb.mi/mi2-watch.exp: Likewise.
17159
17160 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17161
17162 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17163
17164 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17165
17166 2008-04-04 Pedro Alves <pedro@codesourcery.com>
17167
17168 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17169 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17170 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17171 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17172 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17173 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17174 expect an mi error duplicated in stderr.
17175
17176 2008-04-03 Joel Brobecker <brobecker@adacore.com>
17177
17178 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17179 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17180 Add a couple of tests that verify the behavior when the new setting
17181 is set to "cancel" and "all".
17182 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17183 "ask" before we start the testing.
17184
17185 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17186
17187 * gdb.cp/casts.cc: Add class reference variables.
17188 * gdb.cp/casts.exp: New test cases for up/down casting references.
17189
17190 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17191
17192 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17193 instead of beginning to make an extra test pass.
17194 * gdb.mi/mi2-var-display.exp: Likewise.
17195
17196 2008-03-31 Maciej W. Rozycki <macro@mips.com>
17197
17198 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17199
17200 2008-03-31 Markus Deuling <deuling@de.ibm.com>
17201 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17202
17203 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17204 value. Add xfail for older kernels.
17205
17206 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17207
17208 Bring mi-support in line with gdb.exp.
17209 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17210 (mi_gdb_start): New function.
17211
17212 2008-03-28 Maciej W. Rozycki <macro@mips.com>
17213
17214 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17215
17216 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17217
17218 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17219 * gdb.mi/mi2-var-display.exp: Likewise.
17220
17221 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17222
17223 * lib/mi-support.exp (mi_create_varobj_checked): New.
17224 (mi_list_varobj_children): Allow to check for a
17225 value.
17226 (mi_list_array_varobj_children): New.
17227
17228 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17229 and mi_list_varobj_children, as opposed to hardcoding
17230 expected strings.
17231 * gdb.mi/gdb701.exp: Likewise.
17232 * gdb.mi/gdb792.exp: Likewise.
17233 * gdb.mi/mi-var-block.exp: Likewise.
17234 * gdb.mi/mi-var-cmd.exp: Likewise.
17235 * gdb.mi/mi-var-invalidate.exp: Likewise.
17236 * gdb.mi/mi2-var-block.exp: Likewise.
17237 * gdb.mi/mi2-var-child.exp: Likewise.
17238 * gdb.mi/mi2-var-cmd.exp: Likewise.
17239 * gdb.mi/mi2-var-display.exp: Likewise.
17240
17241 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17242
17243 Fix random false FAILs on i386.
17244 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17245
17246 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17247
17248 PR gdb/544
17249 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17250
17251 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17252
17253 PR gdb/544
17254 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17255
17256 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17257
17258 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17259 fixed PR gdb/544.
17260
17261 2008-03-21 Pedro Alves <pedro@codesourcery.com>
17262
17263 * gdb.threads/fork-child-threads.exp: Test next over fork.
17264
17265 2008-03-21 Chris Demetriou <cgd@google.com>
17266
17267 * gdb.base/break.exp (rbreak junk): New test for rbreak
17268 "Junk at end of arguments" issue.
17269
17270 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17271
17272 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17273 *& to work on created array elements.
17274 (Top level): Test print $pc with a file. Test string operations
17275 without a target.
17276 * gdb.base/ptype.exp: Do not expect *& to work on created array
17277 elements.
17278
17279 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17280
17281 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17282 gdb.threads/staticthreads.exp: Update exit query.
17283
17284 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17285
17286 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17287
17288 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17289
17290 * gdb.base/watchpoint.c (global_ptr, func4): New.
17291 (main): Call func4.
17292 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17293 (test_inaccessible_watchpoint): New.
17294
17295 2008-02-29 Maciej W. Rozycki <macro@mips.com>
17296
17297 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17298 select the largest.
17299
17300 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17301
17302 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17303 frames-invalid annotations.
17304
17305 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17306
17307 * gdb.base/assign.exp: avoid same output for different tests.
17308
17309 2008-02-27 Doug Evans <dje@google.com>
17310
17311 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17312 for bug 1738.
17313 (breakpoint_to_handler_entry): Ditto.
17314
17315 2008-02-27 Joel Brobecker <brobecker@adacore.com>
17316
17317 * gdb.base/ending-run.exp: Use the first line of code inside
17318 function body to test breakpoints.
17319 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17320 location where the breakpoint is inserted when using the line
17321 where a function is declared. Fix typo in the description of
17322 one of the tests.
17323 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17324
17325 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17326
17327 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17328 tests.
17329
17330 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17331
17332 * gdb.base/args.exp: avoid same output for tests
17333 with single quotes.
17334
17335 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17336
17337 * gdb.base/annota1.exp: Adjust for 'info break'
17338 format changes.
17339 * gdb.base/annota3.exp: Likewise.
17340 * gdb.base/break.exp: Likewise.
17341 * gdb.base/condbreak.exp: Likewise.
17342 * gdb.base/pending.exp: Likewise.
17343 * gdb.base/sepdebug.exp: Likewise.
17344 * gdb.base/unload.exp: Likewise.
17345 * gdb.cp/ovldbreak.exp: Likewise.
17346 * gdb.mi/mi-pending.exp: Likewise.
17347
17348 2008-02-07 Doug Evans <dje@google.com>
17349
17350 * gdb.cp/mb-inline.exp: New.
17351 * gdb.cp/mb-inline.h: New.
17352 * gdb.cp/mb-inline1.cc: New.
17353 * gdb.cp/mb-inline2.cc: New.
17354
17355 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17356
17357 * gdb.pascal/floats.pas: New test program.
17358 * gdb.pascal/floats.exp: New testcase.
17359
17360 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17361
17362 * gdb.base/callfuncs.c (t_float_many_args): New function.
17363 (t_double_many_args): New function.
17364 * gdb.base/callfuncs.exp: Add tests for exceeding float
17365 and double parameters passed through the stack.
17366
17367 2008-02-05 Joel Brobecker <brobecker@adacore.com>
17368
17369 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17370 gdb.ada/complete/foo.adb: New files.
17371 * gdb.ada/complete.exp: New testcase.
17372
17373 2008-02-03 Doug Evans <dje@google.com>
17374
17375 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17376
17377 * gdb.cp/gdb2384.exp: New file.
17378 * gdb.cp/gdb2384.cc: New file.
17379 * gdb.cp/gdb2384-base.h: New file.
17380 * gdb.cp/gdb2384-base.cc: New file.
17381
17382 2008-02-02 Doug Evans <dje@google.com>
17383
17384 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17385
17386 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17387
17388 * gdb.ada/sym_print_name: New test program.
17389 * gdb.ada/sym_print_name.exp: New testcase.
17390
17391 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17392
17393 * gdb.ada/nested/hello.adb: New file.
17394 * gdb.ada/nested.exp: New testcase.
17395 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17396
17397 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17398
17399 * gdb.mi/basic.c (return_1): New function.
17400 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17401 don't cause future evaluations of function to report
17402 creation of internal breakpoints.
17403
17404 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17405
17406 * gdb.mi/mi-break.exp (test_error): New.
17407 Call it.
17408
17409 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
17410
17411 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17412 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17413
17414 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17415
17416 * gdb.pascal/integers.pas: New test program.
17417 * gdb.pascal/integers.exp: New testcase.
17418
17419 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17420
17421 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17422
17423 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
17424
17425 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17426 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17427
17428 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17429
17430 * gdb.ada/formatted_ref: New test program.
17431 * gdb.ada/formatted_ref.exp: New testcase.
17432
17433 * gdb.cp/formatted-ref.cc: New file.
17434 * gdb.cp/formatted-ref.exp: New testcase.
17435
17436 2008-01-30 Joel Brobecker <brobecker@adacore.com>
17437
17438 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17439
17440 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
17441
17442 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17443 (test_file_list_exec_source_file): Update to new macro-info field.
17444
17445 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17446
17447 * gdb.ada/exprs: New test program.
17448 * gdb.ada/exprs.exp: New testcase.
17449
17450 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17451
17452 * dfp-test.c (DELTA, DELTA_B): New definitions.
17453 (double_val1, double_val2, double_val3, double_val4, double_val5,
17454 double_val6, double_val7, double_val8, double_val9, double_val10,
17455 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17456 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17457 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17458 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17459 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17460 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17461 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17462 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17463 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17464 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17465 dec128_val16): New global variables.
17466 (decimal_dec128_align): New function.
17467 (decimal_mixed): Likewise.
17468 (decimal_many_args_dec32): Likewise.
17469 (decimal_many_args_dec64): Likewise.
17470 (decimal_many_args_dec128): Likewise.
17471 (decimal_many_args_mixed): Likewise.
17472 * dfp-test.exp: Add tests calling new inferior functions.
17473
17474 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17475
17476 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17477 gdb.server/ext-run.exp: New files.
17478 * lib/gdbserver-support.exp (gdbserver_download): New.
17479 (gdbserver_start): New. Update gdbserver expected
17480 output.
17481 (gdbserver_spawn): Use them.
17482 (gdbserver_start_extended): New.
17483
17484 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17485
17486 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17487 Run on GNU/Linux.
17488 (do_exec_tests): Check for systems which do not support catchpoints.
17489 Do not match START.
17490 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17491 Run on GNU/Linux. Enable verbose output.
17492 (check_fork_catchpoints): New.
17493 (explicit_fork_child_follow, catch_fork_child_follow)
17494 (tcatch_fork_parent_follow): Update expected messages.
17495 (do_fork_tests): Use check_fork_catchpoints.
17496 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17497 Run on GNU/Linux. Enable verbose output.
17498 (check_vfork_catchpoints): New.
17499 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17500 expected messages.
17501 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17502
17503 2008-01-29 Jim Blandy <jimb@red-bean.com>
17504
17505 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17506 host' errors.
17507 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17508
17509 2008-01-29 Jim Blandy <jimb@red-bean.com>
17510
17511 * gdb.threads/sigthread.c: Use barriers to ensure that
17512 child_thread and child_thread_two are always initialized before we
17513 start to use them.
17514
17515 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17516
17517 * gdb.base/watchpoint-solib.exp: New.
17518 * gdb.base/watchpoint-solib.c: New.
17519 * gdb.base/watchpoint-solib-shr.c: New.
17520
17521 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17522
17523 * gdb.base/gdb1056.exp: Add unsigned integer test.
17524
17525 2008-01-28 Doug Evans <dje@google.com>
17526
17527 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17528
17529 2008-01-27 Jim Blandy <jimb@codesourcery.com>
17530
17531 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17532
17533 * gdb.base/expand-psymtabs.exp: Doc fix.
17534
17535 2008-01-26 Mark Kettenis <kettenis@gnu.org>
17536
17537 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17538
17539 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
17540
17541 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
17542 -var-set-format.
17543
17544 2008-01-23 Chris Demetriou <cgd@google.com>
17545
17546 * gdb.threads/thread_events.c: New testcase source file.
17547 * gdb.threads/thread_events.exp: New testcase expect file.
17548
17549 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
17550
17551 * lib/gdb.exp: Add the variable octal.
17552
17553 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
17554 -var-set-format.
17555
17556 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17557 Vladimir Prus <vladimir@codesourcery.com>
17558
17559 * gdb.base/float.exp: Allow missing floating point for m68k and
17560 PowerPC.
17561
17562 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17563
17564 * gdb.mi/basics.c: Setup for testing breakpoints
17565 ignore count.
17566 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17567 * gdb.mi/mi-cli.exp: Adjust.
17568 * gdb.mi/mi2-cli.exp: Adjust.
17569
17570 2008-01-17 Pedro Alves <pedro@codesourcery.com>
17571
17572 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17573 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17574 with dummy_ptr's address.
17575 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17576 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17577 all targets.
17578 * gdb.mi/mi2-var-child.exp: Likewise.
17579
17580 2008-01-09 Joel Brobecker <brobecker@adacore.com>
17581
17582 * gdb.ada/null_array: New test program.
17583 * gdb.ada/null_array.exp: New testcase.
17584
17585 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
17586
17587 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17588 with required float modifiers.
17589
17590 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17591
17592 * gdb.ada/funcall_param: New test program.
17593 * gdb.ada/funcall_param.exp: New testcase.
17594
17595 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17596
17597 * gdb.ada/arrayparam: New test program.
17598 * gdb.ada/arrayparam.exp: New testcase.
17599
17600 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17601
17602 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17603 landed. Should also fix random failures in the test following it.
17604
17605 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17606
17607 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17608 for expressions with decimal float values.
17609 (test_dfp_conversions): New function to test casts to and from
17610 decimal float types.
17611 Call test_dfp_conversions.
17612 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17613 elements.
17614 (main): Initialize ds.float4 and ds.double8 elements.
17615 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17616 string to new error message.
17617 (d64_set_tests): Likewise.
17618 (d128_set_tests): Likewise.
17619 Add tests for expressions with decimal float variables. Add tests for
17620 conversions to and from decimal float types.
17621
17622 2008-01-05 Joel Brobecker <brobecker@adacore.com>
17623
17624 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17625 * gdb.ada/packed_tagged.exp: New testcase.
17626
17627 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17628
17629 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17630 gdb.ada/homonym/homonym_main.adb: New files.
17631 * gdb.ada/homonym.exp: New testcase.
17632
17633 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17634
17635 * gdb.ada/packed_array.exp: Add testing of references to
17636 a packed array.
17637
17638 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17641 New files.
17642 * gdb.ada/type_coercion.exp: New testcase.
17643
17644 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17645
17646 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17647 gdb.ada/tagged/foo.adb: New file.
17648 * gdb.ada/tagged.exp: New testcase.
17649
17650 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17651
17652 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17653 gdb.ada/ptype_field/foo.adb: New files.
17654 * gdb.ada/ptype_field.exp: New testcase.
17655
17656 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17657
17658 * gdb.ada/print_pc.exp: New testcase.
17659
17660 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17661
17662 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17663 gdb.ada/taft_type/p.adb: New files.
17664 * gdb.ada/taft_type.exp: New testcase.
17665
17666 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17667
17668 * gdb.ada/array_bounds/bar.adb: New file.
17669 * gdb.ada/array_bounds.exp: New testcase.
17670
17671 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17672
17673 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17674 gdb.ada/arrayptr/foo.adb: New files.
17675 * gdb.ada/arrayptr.exp: New testcase.
17676
17677 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17678
17679 * gdb.base/set-lang-auto.exp: New testcase.
17680
17681 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17682
17683 * gdb.ada/fun_addr/foo.adb: New file.
17684 * gdb.ada/fun_addr.exp: New testcase.
17685
17686 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17687
17688 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17689 New files
17690
17691 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17692
17693 * array_subscript_addr/p.adb: New file.
17694 * array_subscript_addr.exp: New testcase.
17695
17696 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
17699 New files.
17700 * gdb.ada/str_cmp_ref.exp: New testcase.
17701
17702 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17703
17704 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17705 gdb.ada/fun_in_declare/foo.adb: New files.
17706 * gdb.ada/fun_in_declare.exp: New testcase.
17707
17708 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17709
17710 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17711 gdb.ada/ref_param/pck.ads: New files.
17712 * gdb.ada/ref_param.exp: New testcase.
17713
17714 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17715
17716 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17717 gdb.ada/interface/foo.adb: New files.
17718 * gdb.ada/interface.exp: New testcase.
17719
17720 2007-12-31 Jim Blandy <jimb@codesourcery.com>
17721
17722 * gdb.base/multi-forks.exp: Consume all output from child
17723 processes before proceeding to next test.
17724
17725 2007-12-29 Jim Blandy <jimb@codesourcery.com>
17726
17727 * configure: Regenerated.
17728
17729 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17730
17731 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17732 gdb.ada/fixed_cmp/fixed.adb: New files.
17733 * gdb.ada/fixed_cmp.exp: New testcase.
17734
17735 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17736
17737 * gdb.ada/boolean_expr.exp: New testcase.
17738
17739 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17740
17741 * gdb.base/multi-forks.exp: Doc fix.
17742
17743 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17744
17745 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17746 * gdb.ada/char_param.exp: Do not compile our test program with
17747 -gnata, this is unnecessary.
17748 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17749
17750 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17751
17752 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17753 gdb.ada/print_chars/foo.adb: New files.
17754 * gdb.ada/print_chars.exp: New testcase.
17755
17756 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17757
17758 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17759 gdb.ada/char_param/foo.adb: New files.
17760 * gdb.ada/char_param.exp: New testcase.
17761
17762 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17763
17764 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17765 hard-coding source line numbers into the test.
17766 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17767 gdb_get_line_number to find.
17768
17769 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17770
17771 * gdb.base/ptype.c (highest): New struct type.
17772 (the_highest): New variable of that type.
17773 (main): Add dummy assignment to a field of variable the_highest.
17774 * gdb.base/ptype.exp: Test type printing of our new variable.
17775
17776 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17777
17778 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17779 and record first explicitly generated thread number.
17780 Use that thread number for thread specific watchpoint test.
17781 Add iteration number to repetitive tests.
17782
17783 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17784 Jim Blandy <jimb@codesourcery.com>
17785
17786 * gdb.base/expand-psymtabs.c: New testcase
17787 source file.
17788 * gdb.base/expand-psymtabs.exp: New testcase
17789 expect file.
17790
17791 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17792
17793 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17794 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17795
17796 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17797
17798 * gdb.ada/frame_args/foo.adb: New file.
17799 * gdb.ada/frame_args/pck.ads: New file.
17800 * gdb.ada/frame_args/pck.adb: New file.
17801 * gdb.ada/frame_args.exp: New testcase.
17802
17803 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17804
17805 * gdb.base/frame-args.c: New file.
17806 * gdb.base/frame-args.exp: New testcase.
17807
17808 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
17809 Joseph Myers <joseph@codesourcery.com>
17810
17811 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17812
17813 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
17814
17815 * gdb.mi/mi-pending.exp: New.
17816 * gdb.mi/mi-pending.c: New.
17817 * gdb.mi/mi-pendshr.c: New.
17818
17819 2007-12-06 Jim Blandy <jimb@codesourcery.com>
17820
17821 * gdb.base/default.exp: Update expected output for 'info catch'.
17822
17823 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17824
17825 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17826 must be set to binary.
17827
17828 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17829
17830 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17831
17832 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17833
17834 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17835 gdb.mi/mi-file-transfer.exp: New.
17836
17837 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17838
17839 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17840
17841 2007-11-22 Maciej W. Rozycki <macro@mips.com>
17842
17843 * gdb.trace/backtrace.exp: Fix a typo.
17844 * gdb.trace/circ.exp: Likewise.
17845 * gdb.trace/collection.exp: Likewise.
17846 * gdb.trace/limits.exp: Likewise.
17847 * gdb.trace/report.exp: Likewise.
17848 * gdb.trace/tfind.exp: Likewise.
17849 * gdb.trace/while-dyn.exp: Likewise.
17850
17851 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
17852
17853 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17854 objects of pointers that can't be dereferenced are now
17855 "noneditable".
17856
17857 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17858
17859 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17860 (target_cpu): Remove.
17861
17862 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17863
17864 * gdb.base/ending-run.exp: Expect the list of cleared
17865 breakpoint to come in natural order, not the reversed one.
17866
17867 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17868
17869 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17870 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
17871
17872 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
17873
17874 * gdb.base/printcmds.exp: New function
17875 test_printf_with_dfp.
17876
17877 2007-11-02 Doug Evans <dje@google.com>
17878
17879 * gdb.disasm/t01_mov.s: Remove carriage returns.
17880 * gdb.disasm/t02_mova.s: Ditto.
17881 * gdb.disasm/t03_add.s: Ditto.
17882 * gdb.disasm/t04_sub.s: Ditto.
17883 * gdb.disasm/t05_cmp.s: Ditto.
17884 * gdb.disasm/t06_ari2.s: Ditto.
17885 * gdb.disasm/t07_ari3.s: Ditto.
17886 * gdb.disasm/t08_or.s: Ditto.
17887 * gdb.disasm/t09_xor.s: Ditto.
17888 * gdb.disasm/t10_and.s: Ditto.
17889 * gdb.disasm/t11_logs.s: Ditto.
17890 * gdb.disasm/t12_bit.s: Ditto.
17891 * gdb.disasm/t13_otr.s: Ditto.
17892
17893 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17894
17895 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17896
17897 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17898
17899 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17900 provide DFP support.
17901
17902 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17903
17904 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17905 Test "set powerpc vector-abi". Skip auto-detection tests for old
17906 toolchains.
17907
17908 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17909
17910 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17911 with [string compare].
17912
17913 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17914
17915 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17916 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17917
17918 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17919
17920 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17921 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17922 * gdb.opt/Makefile.in: New makefile.
17923 * Makefile.in: Create new directory "gdb.opt".
17924 * configure.ac: Add "gdb.opt" directory.
17925 * configure: Regenerated.
17926
17927 2007-10-25 Doug Evans <dje@google.com>
17928
17929 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17930 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17931
17932 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17933 Thiago Jung Bauermann <bauerman@br.ibm.com>
17934
17935 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17936 Floating Point expressions.
17937 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17938 Floating Point variables.
17939 * gdb.base/dfp-test.c: new file containing program with Decimal
17940 Floating variables, used by gdb.base/dfp-test.exp.
17941
17942 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17943
17944 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17945
17946 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17947
17948 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17949 compiling test case with GCC.
17950 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17951
17952 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17953
17954 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17955 format changes.
17956
17957 2007-10-18 Michael Snyder <msnyder@specifix.com>
17958
17959 * gdb.base/dbx.exp: Add missing "-re " operator.
17960
17961 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17962
17963 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17964 * configure.ac: Removed trailing spaces after backslash.
17965 * gdb.modula2: New directory.
17966 * gdb.modula2/Makefile.in: New file.
17967 * gdb.modula2/unbounded-array.exp: New file.
17968 * gdb.modula2/unbounded1.c: New file.
17969
17970 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17971
17972 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17973
17974 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17975
17976 * gdb.base/sigstep.c (main): Add checks for
17977 return values for setitimer call.
17978 Call setitimer again with itimer = ITIMER_REAL
17979 if first call to setitimer fails.
17980
17981 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17982
17983 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17984 of $timeout.
17985
17986 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17987
17988 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17989
17990 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17991
17992 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17993 of gdb_expect call, to avoid interruption.
17994
17995 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17996
17997 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17998 (v_unsigned_long_long, v_long_long_array)
17999 (v_signed_long_long_array, v_unsigned_long_long_array)
18000 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18001 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18002 [!NO_LONG_LONG]: New.
18003 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18004 v_long_long_member.
18005
18006 (v_long_long_func, v_signed_long_long_func)
18007 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18008 (main) [!NO_LONG_LONG]: Initialize long long variants.
18009
18010 * gdb.base/whatis.exp: If board file requests no_long_long, build
18011 test with NO_LONG_LONG defined. Test long long, signed long long,
18012 and unsigned long long variants but only if board file doesn't
18013 disable it.
18014
18015 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18016 Daniel Jacobowitz <dan@codesourcery.com>
18017
18018 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18019 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18020 * configure: Regenerated.
18021 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18022 gdb.pascal/types.exp, lib/pascal.exp: New files.
18023
18024 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18025
18026 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18027 call.
18028 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18029 to return to the call.
18030 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18031 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18032 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18033 * gdb.mi/mi-until.exp (test_until): Likewise.
18034 * gdb.mi/mi2-until.exp (test_until): Likewise.
18035
18036 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18037
18038 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18039 two-char array.
18040 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18041
18042 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18043
18044 * gdb.threads/watchthreads.c (thread_function): Sleep between
18045 iterations.
18046 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18047 at once for S/390. Generate matching fails and passes.
18048
18049 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18050
18051 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18052 the 'struct_declarations' variable to zeros.
18053
18054 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18055
18056 * gdb.cp/mb-ctor.cc: New.
18057 * gdb.cp/mb-ctor.exp: New.
18058 * gdb.cp/mb-templates.cc: New.
18059 * gdb.cp/mb-templates.exp: New.
18060
18061 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18062
18063 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18064
18065 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18066
18067 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18068 targets.
18069 * configure: Regenerate.
18070
18071 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18072
18073 * gdb.base/annota1.exp: Adjust for 'info break'
18074 format changes.
18075 * gdb.base/annota3.exp: Likewise.
18076 * gdb.base/break.exp: Likewise.
18077 * gdb.base/condbreak.exp: Likewise.
18078 * gdb.base/pending.exp: Likewise.
18079 * gdb.base/sepdebug.exp: Likewise.
18080 * gdb.base/unload.exp: Likewise.
18081 * gdb.base/ovldbreak.exp: Likewise.
18082
18083 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18084
18085 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18086 messages.
18087 * gdb.base/chng-syms.exp: Likewise.
18088 * gdb.base/unload.exp: Likewise.
18089
18090 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18091
18092 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18093
18094 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18095
18096 * schedlock.c (NUM): Change to 1.
18097 (main): Use args[0] for the main thread.
18098 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18099 regardless of the number of threads.
18100
18101 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18102
18103 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18104 type down.
18105 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18106 test.
18107 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18108 watchpoint type down.
18109 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18110 test.
18111
18112 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18113
18114 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18115 Move all the tests here and run them twice, once using software
18116 watchpoints and once using hardware watchpoints.
18117 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18118
18119 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18120
18121 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18122 test.
18123
18124 2007-09-10 Mark Kettenis <kettenis@gnu.org>
18125
18126 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18127 build-id.
18128
18129 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18130 know about $ORIGIN. Calculate output dir from $dest instead of
18131 using ${objdir}/{$subdir}.
18132
18133 2007-09-09 Mark Kettenis <kettenis@gnu.org>
18134
18135 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18136 gcore, before continuing with the test.
18137
18138 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18139
18140 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18141 * gdb.mi/mi-watch.exp: Likewise.
18142
18143 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18144 Jim Blandy <jimb@codesourcery.com>
18145
18146 * gdb.arch/i386-sse.exp: Do not expect character constants.
18147 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18148 * gdb.base/display.exp: Allow print/s.
18149 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18150 and unsigned char array changes.
18151
18152 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18153
18154 * gdb.base/display.exp: Add tests for printf %p.
18155
18156 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18157
18158 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18159 the dll name to unicode.
18160
18161 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 * gdb.base/default.exp (show version): Update the version text.
18164 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18165
18166 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18167
18168 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18169 New files.
18170
18171 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18172
18173 * lib/gdb.exp (build_id_debug_filename_get): New function.
18174 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18175 Remove the generate DEBUG file for the future testcase runs.
18176 New testcase for the NT_GNU_BUILD_ID retrieval.
18177 Move the final testing step to ...
18178 (test_different_dir): ... a new function.
18179 New parameter XFAIL to XFAIL all the tests performed.
18180 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18181 New parameter TYPE to PF_PREFIX all the tests performed.
18182
18183 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18184
18185 * gdb.mi/mi-var-cp.cc (path_expression): New
18186 function.
18187 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18188
18189 2007-08-27 Markus Deuling <deuling@de.ibm.com>
18190
18191 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18192 to fit into SPU Local Store memory.
18193
18194 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18195
18196 * gdb.base/default.exp: Adjust the expected output of "info
18197 warranty" after the switch to GPLv3.
18198
18199 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18200
18201 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18202 to 30000 (from 20000).
18203
18204 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18205
18206 Switch the license of all .exp files to GPLv3.
18207 Switch the license of all .f and .f90 files to GPLv3.
18208 Switch the license of all .s and .S files to GPLv3.
18209
18210 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18211
18212 * configure.ac: Switch license to GPLv3.
18213
18214 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18215
18216 Switch the licensing to GPLv3 for all .ads and .adb files.
18217
18218 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18219
18220 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18221 and t_int_double.
18222 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18223
18224 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18225
18226 * gdb.base/step-line.c: Switch license to GPL version 3, and
18227 update copyright year.
18228 * gdb.base/step-line.inp: Likewise.
18229
18230 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18231
18232 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18233 changes inside gdb1555.c.
18234 * gdb.base/pending.exp: Likewise.
18235
18236 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * config/default.exp: New file.
18239
18240 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18241
18242 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18243 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18244
18245 2007-07-30 Maciej W. Rozycki <macro@mips.com>
18246
18247 * gdb.base/dump.exp: Force the correct endianness for binary
18248 formats not carrying this information.
18249
18250 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18251
18252 * gdb.threads/staticthreads.exp: Match .*sem_post.
18253
18254 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18255
18256 * gdb.base/readline.exp (operate_and_get_next): Match the final
18257 prompt.
18258
18259 2007-07-23 Kevin Buettner <kevinb@redhat.com>
18260
18261 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18262 to restarting SID.
18263
18264 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18265
18266 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18267 prior to `gdb_start'.
18268
18269 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18270
18271 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18272 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18273 Remove call to gdb_unload.
18274
18275 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18276 Daniel Jacobowitz <dan@codesourcery.com>
18277
18278 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18279 for __WIN32__.
18280 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18281 * gdb.base/unload.exp: Use shared library test routines.
18282
18283 2007-07-03 Markus Deuling <deuling@de.ibm.com>
18284
18285 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18286 * gdb.base/solib-symbol-lib.c: Likewise.
18287 * gdb.base/solib-symbol-main.c: Likewise.
18288
18289 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18290
18291 * config/gdbserver.exp (gdb_reconnect): New.
18292 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18293 gdb.base/solib-disc.exp: New files.
18294 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18295 remote debugging".
18296 (gdb_compile): Add shlib_load flag.
18297 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18298 port.
18299 (gdbserver_reconnect): New.
18300
18301 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
18302 Daniel Jacobowitz <dan@codesourcery.com>
18303
18304 * gdb.base/annota3.exp: Test for if construct.
18305
18306 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18307
18308 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18309
18310 2007-06-21 Chris Dearman <chris@mips.com>
18311 Maciej W. Rozycki <macro@mips.com>
18312
18313 * gdb.base/display.exp: Allow a newline after display/i.
18314 * gdb.base/pc-fp.exp: Likewise.
18315 * gdb.base/sigbpt.exp: Likewise.
18316
18317 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18318
18319 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18320 required features to be included.
18321
18322 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18323
18324 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18325 in info threads output.
18326
18327 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18328 Markus Deuling <deuling@de.ibm.com>
18329
18330 * gdb.arch/spu-info.exp: New testcase.
18331 * gdb.arch/spu-info.c: New file.
18332
18333 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18334
18335 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18336 tpcs_offset. Restore lr after the call.
18337 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18338
18339 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18340
18341 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18342 (gdbserver_run): Kill any running gdbserver.
18343 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18344
18345 2007-05-17 Maciej W. Rozycki <macro@mips.com>
18346
18347 * gdb.base/sigbpt.exp: Preset segv_addr.
18348
18349 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18350
18351 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18352 (gdb_compile_shlib): Likewise.
18353 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18354 (default_gdb_init): Clear cleanfiles.
18355 (gdb_finish): Delete recorded cleanfiles.
18356 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18357
18358 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18359 Do not use isnative.
18360 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18361 gdb.base/so-impl-ld.exp: Likewise.
18362 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18363 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18364 gdb_compile.
18365
18366 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18367
18368 * config/unknown.exp: Remove.
18369
18370 2007-05-15 Markus Deuling <deuling@de.ibm.com>
18371
18372 * gdb.base/info-proc.exp: Check is_remote.
18373
18374 2007-05-14 Markus Deuling <deuling@de.ibm.com>
18375
18376 * gdb.base/gcore.exp: Initialize variable core_supported.
18377
18378 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18379
18380 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18381
18382 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18383
18384 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18385 * gdb.threads/print-threads.exp (test_all_threads): Allow
18386 negative and hexadecimal thread IDs.
18387
18388 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18389
18390 * gdb.java/jprint.java (public): Avoid invalid call to static
18391 method.
18392
18393 2007-05-14 Denis Pilat <denis.pilat@st.com>
18394
18395 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18396 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18397 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18398 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18399 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18400
18401 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18402
18403 * gdb.base/overlays.exp: Add support for targets with only code
18404 overlay support, not data overlay. Support spu-*-* target in
18405 this mode.
18406 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18407 * gdb.base/spu.ld: New file.
18408
18409 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18410
18411 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18412
18413 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18414
18415 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18416
18417 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18418
18419 * gdb.java/jmain.exp: Handle demangled names with and without method
18420 signatures.
18421
18422 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18423
18424 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18425 (have_a_very_merry_interrupt): Remove calls to puts.
18426 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18427 inferior output.
18428 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18429 test names.
18430
18431 2007-04-29 Markus Deuling <deuling@de.ibm.com>
18432 Daniel Jacobowitz <dan@codesourcery.com>
18433
18434 * gdb.base/auxv.exp (core_works): Also check is_remote.
18435 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18436
18437 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
18438
18439 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18440 message, not the undefined 'module' variable.
18441 * gdb.base/siginfo.exp: Likewise.
18442 * gdb.base/sigstep.exp: Likewise.
18443 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18444 serialport.
18445 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18446
18447 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
18448
18449 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18450 target sim fails. Return 0 otherwise.
18451 (gdb_load): Return prematurely if gdb_target_sim fails.
18452
18453 2007-04-16 Denis Pilat <denis.pilat@st.com>
18454
18455 * gdb.base/setshow.exp: Reset height after having set it to 100.
18456
18457 2007-04-16 Denis Pilat <denis.pilat@st.com>
18458
18459 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18460
18461 2007-04-16 Denis Pilat <denis.pilat@st.com>
18462
18463 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18464
18465 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18466
18467 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18468 tests. Run the frozen varobjs test.
18469 * gdb.mi/var-cmd.c (do_frozen_tests): New.
18470 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
18471
18472 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18473
18474 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18475 gdb.base/type-opaque.exp: New files.
18476
18477 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
18478
18479 * gdb.mi/mi-var-child.c
18480 (do_children_tests): User char[2] instead of
18481 char so that automatic printing of pointers to char
18482 don't give unpredicable result.
18483 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18484 local variables.
18485 * gdb.mi/mi-var-child.exp: Step to right line
18486 of do_children_tests.
18487 * gdb.mi/mi2-var-child.exp: Likewise.
18488 * gdb.mi/mi-var-cmd.exp: Step to right line of
18489 do_locals_tests.
18490 (do_children_tests): User char[2] instead of
18491 char so that automatic printing of pointers to char
18492 don't give unpredicable result.
18493 * gdb.mi/mi2-var-cmd.exp: Likewise.
18494 * lib/mi-support.exp (mi_continue_to_line):
18495 Pass test name to mi_wait_for_stop.
18496
18497 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18498
18499 * gdb.asm/asm-source.exp: Remove d10v case.
18500 * lib/gdb.exp (skip_cplus_tests): Likewise.
18501 * gdb.asm/d10v.inc: Deleted.
18502
18503 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18504
18505 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18506
18507 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18508
18509 * config/netware.exp: Delete file.
18510
18511 2007-03-29 Joel Brobecker <brobecker@adacore.com>
18512
18513 * gdb.dwarf2/dw2-noloc.S: New file.
18514 * gdb.dwarf2/dw2-noloc.exp: New file.
18515
18516 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18517
18518 * gdb.cp/method2.cc: New test.
18519 * gdb.cp/method2.exp: New test.
18520 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18521
18522 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18523
18524 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18525
18526 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18527
18528 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18529
18530 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18531
18532 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18533 (gdb_load): Delete, replace with...
18534 (gdb_reload): ...this.
18535 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18536 * gdb.server/server-mon.exp: Likewise.
18537 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18538 (gdb_start_cmd): New.
18539 (gdb_file_cmd): Save the last loaded file.
18540 (gdb_reload): New.
18541 (gdb_gnu_strip_debug): Use transform.
18542 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18543 support here. Use new $last_loaded_file. Check mtime.
18544 (gdb_target_cmd): Handle ObjC failure case.
18545 (infer_host_exec): Delete.
18546 (gdbserver_load): Rename to...
18547 (gdbserver_run): ...this. Simplify.
18548 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18549 (mi_gdb_load): Move most contents to a new function...
18550 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18551 (mi_run_cmd): Use mi_gdb_target_load.
18552 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18553 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18554 Use gdb_run_cmd.
18555 * gdb.base/charsign.exp: Remove incorrect comment.
18556 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18557 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18558 gdb.base/start.exp: Use gdb_start_cmd.
18559
18560 2007-03-23 Nigel Stephens <nigel@mips.com>
18561 Maciej W. Rozycki <macro@mips.com>
18562
18563 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18564 * gdb.base/signull.exp: Similarly.
18565
18566 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18567
18568 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18569 messages available to test cases (like chng-sym.exp).
18570
18571 2007-03-14 Andreas Schwab <schwab@suse.de>
18572
18573 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18574 format changes.
18575
18576 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18577
18578 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18579 (optimized_1): New.
18580 (main): Call optimized_1.
18581 (gdb2029): Correct typos. Call gdb2029_marker.
18582 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18583 for gdb2029.
18584
18585 2007-03-12 Mark Kettenis <kettenis@gnu.org>
18586
18587 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18588 as tabs. Remove redundant test pattern.
18589
18590 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18591
18592 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18593 for /a format output.
18594
18595 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18596
18597 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18598 collect output incrementally.
18599
18600 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18601
18602 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18603 for -var-create lpcharacter test.
18604 * gdb.mi/mi2-var-cmd.exp: Likewise.
18605
18606 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18607
18608 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18609 pass on targets where address zero is readable.
18610
18611 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18612
18613 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18614 just a single architecture.
18615
18616 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18617
18618 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18619 (fetch_all_registers): New function, uses gdb_test_multiple and
18620 exp_continue to fetch inferior output line-by-line.
18621 Replace all uses of do_get_all_registers by fetch_all_registers.
18622
18623 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18624
18625 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18626 in target_info.
18627
18628 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18629
18630 * gdb.threads/manythreads.exp: Use $message string for
18631 consistancy; add a default (timeout) case.
18632
18633 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18634
18635 * gdb.base/watchpoint.exp: Fix truncated comment.
18636
18637 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18638
18639 * Makefile.in: Remove spurious single-quotes from sed command.
18640
18641 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18642
18643 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18644 func.
18645 * gdb.mi/mi2-var-cmd.exp: Likewise.
18646
18647 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18648
18649 * gdb.dwarf2/dw2-producer.S: New file.
18650 * gdb.dwarf2/dw2-producer.exp: New testcase.
18651
18652 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
18653
18654 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18655 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18656 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18657 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18658 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18659 Revert tests to use mi_gdb_test and include value field in output
18660 of -var-create.
18661
18662 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18663
18664 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18665
18666 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18667
18668 * gdb.base/maint.exp: Remove full paths from test names.
18669 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18670 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18671
18672 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18675
18676 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18677
18678 * gdb.server/server-mon.exp: New test.
18679
18680 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18681
18682 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18683
18684 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18685
18686 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18687 register capitalization.
18688
18689 2007-02-13 Denis Pilat <denis.pilat@st.com>
18690
18691 * gdb.mi/mi-var-invalidate.exp: New file.
18692
18693 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18694
18695 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18696
18697 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18698
18699 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18700
18701 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18702
18703 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18704 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18705
18706 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
18707
18708 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18709 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18710 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18711 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18712 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18713 * gdb.mi/gdb792.exp, lib/mi-support.exp:
18714 Update tests to include value field in output of -var-create.
18715
18716 2007-02-08 Andreas Schwab <schwab@suse.de>
18717
18718 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18719
18720 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18721
18722 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18723 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18724
18725 2007-02-02 Denis Pilat <denis.pilat@st.com>
18726
18727 * gdb.threads/threadapply.exp: check that frame is not changed by
18728 the thread apply all command.
18729
18730 2007-01-31 Andreas Schwab <schwab@suse.de>
18731
18732 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18733
18734 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18735 in the dwarf sections.
18736 * gdb.dwarf2/mac-fileno.S: Likewise.
18737
18738 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18739 bspstore register on ia64.
18740
18741 2007-01-29 Andreas Schwab <schwab@suse.de>
18742
18743 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18744 "frame-begin" annotation.
18745
18746 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18747 number of "frames-invalid" annotations.
18748
18749 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18750
18751 * gdb.base/commands.exp: Call if_commands_test.
18752 (gdb_test_no_prompt, if_commands_test): New.
18753
18754 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18755
18756 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18757
18758 2007-01-27 Andreas Schwab <schwab@suse.de>
18759
18760 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18761 .short/.int/.quad in the dwarf sections.
18762 * gdb.dwarf2/dw2-intercu.S: Likewise.
18763 * gdb.dwarf2/dw2-intermix.S: Likewise.
18764
18765 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18766
18767 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18768 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18769 array.
18770 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18771 * gdb.base/setvar.exp: Likewise.
18772
18773 2007-01-26 Andreas Schwab <schwab@suse.de>
18774
18775 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18776 test.
18777
18778 * gdb.base/multi-forks.exp ("restart $i"): Also match
18779 __kernel_syscall_via_break.
18780
18781 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18782
18783 * lib/mi-support.exp (mi_delete_varobj): New.
18784 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18785 testcase.
18786 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18787 (main): Call the above.
18788 (reference_update_test, base_in_reference_test)
18789 (reference_to_pointer): Delete the created varobjs.
18790
18791 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18792
18793 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18794 * configure: Regenerated.
18795 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18796 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18797 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18798 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18799 * lib/gdb.exp (gdb_skip_xml_test): New function.
18800
18801 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18802
18803 * gdb.base/sigrepeat.exp: Correct error message.
18804
18805 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18806 Daniel Jacobowitz <dan@codesourcery.com>
18807
18808 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18809 gdb.arch/i386-gnu-cfi-asm.S: New files.
18810
18811 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18812
18813 * lib/gdb.exp: Abort on missing `site.exp'.
18814
18815 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18816 Daniel Jacobowitz <dan@codesourcery.com>
18817
18818 * gdb.base/included.c, gdb.base/included.exp,
18819 gdb.base/included.h: New files.
18820
18821 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18822
18823 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18824 (maximize_rlimit): Reduce limits on 64-bit systems.
18825
18826 2007-01-19 Mark Kettenis <kettenis@gnu.org>
18827
18828 From Marcus Deuling <deuling@de.ibm.com>:
18829 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18830 every case.
18831
18832 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
18833
18834 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18835 (test_path_specification): Use objdir instead of srcdir to always
18836 get an absolute filename.
18837
18838 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18839
18840 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18841
18842 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18843
18844 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18845 Make sure the variable we're using is in scope.
18846 (reference_to_pointer): Likewise.
18847
18848 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18849
18850 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18851 has no debug information.
18852
18853 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18854
18855 * gdb.base/annota1.exp: Remove extra send_gdb.
18856
18857 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18858
18859 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18860
18861 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18862
18863 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18864
18865 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
18866 Daniel Jacobowitz <dan@codesourcery.com>
18867
18868 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18869 lcharacter or linteger change. Correct duplicated test name.
18870 * gdb.mi/mi2-var-cmd.exp: Likewise.
18871
18872 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18873
18874 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18875
18876 2007-01-05 Joel Brobecker <brobecker@adacore.com>
18877
18878 * gdb.base/nofield.c: New file.
18879 * gdb.base/nofield.exp: New testcase.
18880
18881 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
18882
18883 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18884
18885 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18886 test.
18887
18888 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18889
18890 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18891
18892 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18893
18894 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18895 when continuing.
18896
18897 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18898
18899 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18900 Expect ".exe" extension.
18901
18902 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18903
18904 * gdb.base/charset.exp: Add explicit filename to break.
18905 * gdb.base/dbx.exp: Add explicit filename to breaks.
18906
18907 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18908
18909 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18910 * gdb.mi/mi2-file.exp: Likewise.
18911
18912 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18913
18914 Implement specification of MI tests as comments
18915 in C and C++ sources.
18916 * lib/mi-support.exp (mi_autotest_data): New variable.
18917 (mi_autotest_source): New variable.
18918 (count_newlines, mi_prepare_inline_tests)
18919 (mi_get_inline_test, mi_continue_to_line)
18920 (mi_run_inline_test, mi_tbreak)
18921 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18922 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18923 Run inline tests.
18924 * gdb.mi/mi-var-cp.cc: Define tests here.
18925
18926 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18927
18928 Simplify usage of mi_continue_to.
18929 * lib/mi-support.exp (mi_runto_helper): Renamed
18930 from mi_runto, added new parameter 'run_or_continue'.
18931 (mi_runto): Use mi_runto_helper.
18932 (mi_continue_to): Accept just function name as parameter.
18933 Use mi_runto_helper.
18934 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18935 * gdb.mi/mi2-var-cmd.exp: Likewise.
18936
18937 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18938
18939 Make this testcase a bit more realistic. The current code
18940 is too simplistic, and allows the compiler to optimize out
18941 some of the entities we need for this testcase.
18942 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18943 (Do_Nothing): Add extra parameter.
18944 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18945 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18946 by using a variable of type Void_Star.
18947
18948 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18949
18950 * gdb.ada/catch_ex/foo.adb: New file.
18951 * gdb.ada/catch_ex.exp: New testcase.
18952
18953 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18954
18955 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18956 pass --image-base to linker.
18957
18958 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18959 Daniel Jacobowitz <dan@codesourcery.com>
18960
18961 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18962 secondary prompts.
18963
18964 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18965
18966 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18967 output. Test the types of members and member pointers.
18968 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18969 gdb/2092.
18970 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18971 statement. Enable for GCC. Update expected output for some tests
18972 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18973 layout.
18974 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18975 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18976 (Diamond::vget_base): New.
18977 (main): Add new tests.
18978 * gdb.cp/printmethod.exp: Update expected output for member functions.
18979 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18980 print pEe->D::vg().
18981
18982 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18983
18984 * gdb.threads/tls.exp: Allow stops in sem_post.
18985
18986 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18987
18988 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18989 * gdb.base/annota3.exp: Likewise.
18990 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18991 again (instead of timing out).
18992 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18993 GCC bug 26475.
18994 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18995 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18996 test from jmisc1.exp.
18997 * gdb.java/jmisc1.exp: Delete.
18998 * gdb.java/jprint.exp: Adjust to work with method signatures including
18999 return types.
19000 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19001 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19002 * lib/java.exp (compile_java_from_source): Pass the correct type
19003 to target_compile.
19004
19005 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19006
19007 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19008 (stack_align_edx): New function.
19009 (stack_align_eax): New function.
19010 (main): Add calls to stack_align_edx and stack_align_eax.
19011 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19012 Add testing for the cases where the register used during a stack
19013 realignment is edx. Same for eax.
19014
19015 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19016
19017 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19018 and generic PE targets.
19019
19020 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19021
19022 * gdb.ada/array_return.exp: Update copyright date list.
19023
19024 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19025
19026 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19027 (Create_Small_Float_Vector): New function.
19028 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19029 function body.
19030 * gdb.ada/array_return/p.adb: Use new type and function from
19031 package Pck.
19032 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19033 able to print the value returned by a function returning an
19034 array of float.
19035
19036 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19037
19038 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19039 The associated tests should be PASSing.
19040
19041 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19042
19043 Test for base in references.
19044 * gdb.mi/mi-var-cp.cc: Add test code.
19045 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19046 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19047 * gdb.mi/mi2-watch.exp: Likewise.
19048 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19049 (mi_list_varobj_children): New function.
19050
19051 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19052
19053 * lib/mi-support.exp
19054 (mi_runto): Accept "()" after function name.
19055 (mi_create_varobj): New function.
19056 (mi_varobj_update): New function.
19057 (mi_Check_varobj_value): New function.
19058 * gdb.mi/mi-var-cp.exp: New file.
19059 * gdb.mi/mi-var-cp.cc: New file.
19060
19061 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19062
19063 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19064 gdb.base/weaklib2.c: New files.
19065
19066 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19067
19068 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19069 info. Adjust test names.
19070
19071 * gdb.base/break.c (main): Move position of malloc.
19072 * gdb.base/break.exp: Revert mistaken checkin.
19073
19074 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19075
19076 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19077 assignement of arrays and function pointers.
19078 * gdb.mi/var-cmd.c: Add declaration necessary for above
19079 tests.
19080
19081 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19082
19083 * gdb.base/break.c (main): Call malloc.
19084
19085 * gdb.threads/linux-dp.exp: Read thread table before and after
19086 creating each philosopher and verify it.
19087
19088 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19089 Paul Brook <paul@codesourcery.com>
19090 Daniel Jacobowitz <dan@codesourcery.com>
19091
19092 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19093 main to remove duplication. Add start function of the form
19094 '_*start[1-9]*'. Add RVDS start function.
19095
19096 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19097
19098 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19099
19100 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19101
19102 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19103 * gdb.asm/spu.inc: New file.
19104 * gdb.base/term.exp: Disable if [target_info exists noargs].
19105 * gdb.gdb/complaints.exp: Disable if ![isnative].
19106 * gdb.gdb/selftest.exp: Likewise.
19107 * gdb.gdb/observer.exp: Likewise.
19108 * gdb.gdb/xfullpath.exp: Likewise.
19109 * gdb.base/attach.exp: Disable on SPU target.
19110 * gdb.cp/bs145503.exp: Likewise.
19111 * gdb.cp/exception.exp: Likewise.
19112 * gdb.cp/userdef.exp: Likewise.
19113
19114 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19115
19116 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19117
19118 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19119
19120 * gdb.base/completion.exp: Fix completion tests for
19121 'info' and 'info '.
19122 * gdb.base/help.exp (help_test_raw, test_class_help)
19123 (test_prefix_command_help): Move...
19124 * lib/gdb.exp: Here.
19125 * gdb.base/main.exp: Adjust.
19126 * gdb.cp/maint.exp: Adjust.
19127 * gdb.trace/tracecmd.exp: Use test_help_class.
19128
19129 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19130
19131 * gdb.stabs/weird.exp (print_weird_var): Use
19132 gdb_test_multiple instead of gdb_expect.
19133
19134 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19135
19136 * gdb.base/help.exp (help_test_raw): New.
19137 (test_class_help): New.
19138 (test_prefix_command_help): New.
19139 Adjust testcases.
19140
19141 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
19142
19143 * gdb.base/constvars.c (main): Write to crass and crips, so that
19144 they are allocated by the compiler.
19145
19146 2006-10-27 Andreas Schwab <schwab@suse.de>
19147
19148 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19149 "detach-fork".
19150
19151 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19152
19153 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19154 of patterns.
19155
19156 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19157
19158 * gdb.base/sepdebug.exp: Remove debug format test.
19159 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19160 Handle no-symtab.
19161 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19162
19163 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19164
19165 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19166 int to pointer or pointer to int.
19167 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19168
19169 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19170
19171 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19172
19173 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19174
19175 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19176
19177 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19178
19179 PR c++/2116
19180 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19181
19182 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19183
19184 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19185 the corresponding bug has been fixed in GDB (PR/2018).
19186
19187 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19188
19189 * gdb.base/subst.exp: New testcase.
19190
19191 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19192
19193 * gdb.ada/array_return/pck.ads: Add copyright notice.
19194 * gdb.ada/array_return/pck.adb: Likewise.
19195 * gdb.ada/array_return/p.adb: Likewise.
19196 * gdb.ada/exec_changed/first.adb: Likewise.
19197 * gdb.ada/exec_changed/second.adb: Likewise.
19198
19199 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19200
19201 * gdb.ada/watch_arg/watch.adb: New file.
19202 * gdb.ada/watch_arg.exp: New testcase.
19203
19204 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19205
19206 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19207 via string_to_regexp.
19208 * gdb.mi/mi2-basics.exp: Likewise.
19209
19210 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19211
19212 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19213 Remove unused / obsolete files.
19214
19215 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
19216
19217 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19218
19219 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19220
19221 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19222 HIGH_FRAME argument to -stack-list-arguments can be larger than
19223 the number of frames.
19224
19225 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19226
19227 * gdb.base/args.c (main): Add breakpoint marker.
19228 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19229 really test empty arguments.
19230 (args_load): Delete.
19231 (args_test): New.
19232
19233 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
19234
19235 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19236 check for one file.
19237
19238 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19239
19240 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19241 HIGH_FRAME argument to -stack-list-locals can be larger than
19242 the number of frames.
19243
19244 2006-08-18 Fred Fish <fnf@specifix.com>
19245
19246 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19247 '$' in front of skip_vmx_tests_saved when setting that.
19248
19249 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19250
19251 * gdb.base/trace-commands.exp: New file.
19252
19253 2006-08-10 Joel Brobecker <brobecker@adacore.com>
19254 Daniel Jacobowitz <dan@codesourcery.com>
19255
19256 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19257 expected output of the backtrace commands.
19258
19259 2006-08-09 Joel Brobecker <brobecker@adacore.com>
19260
19261 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19262 untested followed by return combination.
19263 * gdb.arch/altivec-regs.exp: Likewise.
19264 * gdb.arch/e500-abi.exp: Likewise.
19265 * gdb.arch/e500-regs.exp: Likewise.
19266 * gdb.arch/gdb1291.exp: Likewise.
19267 * gdb.arch/gdb1431.exp: Likewise.
19268 * gdb.arch/gdb1558.exp: Likewise.
19269 * gdb.arch/i386-prologue.exp: Likewise.
19270 * gdb.arch/i386-unwind.exp: Likewise.
19271 * gdb.asm/asm-source.exp: Likewise.
19272 * gdb.base/a2-run.exp: Likewise.
19273 * gdb.base/advance.exp: Likewise.
19274 * gdb.base/all-bin.exp: Likewise.
19275 * gdb.base/annota1.exp: Likewise.
19276 * gdb.base/annota3.exp: Likewise.
19277 * gdb.base/args.exp: Likewise.
19278 * gdb.base/arithmet.exp: Likewise.
19279 * gdb.base/assign.exp: Likewise.
19280 * gdb.base/async.exp: Likewise.
19281 * gdb.base/attach.exp: Likewise.
19282 * gdb.base/bang.exp: Likewise.
19283 * gdb.base/bigcore.exp: Likewise.
19284 * gdb.base/bitfields.exp: Likewise.
19285 * gdb.base/bitfields2.exp: Likewise.
19286 * gdb.base/break.exp: Likewise.
19287 * gdb.base/call-sc.exp: Likewise.
19288 * gdb.base/call-strs.exp: Likewise.
19289 * gdb.base/callfuncs.exp: Likewise.
19290 * gdb.base/checkpoint.exp: Likewise.
19291 * gdb.base/chng-syms.exp: Likewise.
19292 * gdb.base/code-expr.exp: Likewise.
19293 * gdb.base/commands.exp: Likewise.
19294 * gdb.base/completion.exp: Likewise.
19295 * gdb.base/cond-expr.exp: Likewise.
19296 * gdb.base/condbreak.exp: Likewise.
19297 * gdb.base/consecutive.exp: Likewise.
19298 * gdb.base/constvars.exp: Likewise.
19299 * gdb.base/corefile.exp: Likewise.
19300 * gdb.base/cvexpr.exp: Likewise.
19301 * gdb.base/dbx.exp: Likewise.
19302 * gdb.base/define.exp: Likewise.
19303 * gdb.base/detach.exp: Likewise.
19304 * gdb.base/display.exp: Likewise.
19305 * gdb.base/dump.exp: Likewise.
19306 * gdb.base/ena-dis-br.exp: Likewise.
19307 * gdb.base/ending-run.exp: Likewise.
19308 * gdb.base/environ.exp: Likewise.
19309 * gdb.base/eval-skip.exp: Likewise.
19310 * gdb.base/exprs.exp: Likewise.
19311 * gdb.base/fileio.exp: Likewise.
19312 * gdb.base/finish.exp: Likewise.
19313 * gdb.base/float.exp: Likewise.
19314 * gdb.base/foll-exec.exp: Likewise.
19315 * gdb.base/foll-fork.exp: Likewise.
19316 * gdb.base/foll-vfork.exp: Likewise.
19317 * gdb.base/freebpcmd.exp: Likewise.
19318 * gdb.base/funcargs.exp: Likewise.
19319 * gdb.base/gcore.exp: Likewise.
19320 * gdb.base/gdb1090.exp: Likewise.
19321 * gdb.base/gdb1250.exp: Likewise.
19322 * gdb.base/huge.exp: Likewise.
19323 * gdb.base/info-proc.exp: Likewise.
19324 * gdb.base/interrupt.exp: Likewise.
19325 * gdb.base/jump.exp: Likewise.
19326 * gdb.base/langs.exp: Likewise.
19327 * gdb.base/lineinc.exp: Likewise.
19328 * gdb.base/list.exp: Likewise.
19329 * gdb.base/logical.exp: Likewise.
19330 * gdb.base/long_long.exp: Likewise.
19331 * gdb.base/macscp.exp: Likewise.
19332 * gdb.base/maint.exp: Likewise.
19333 * gdb.base/mips_pro.exp: Likewise.
19334 * gdb.base/miscexprs.exp: Likewise.
19335 * gdb.base/multi-forks.exp: Likewise.
19336 * gdb.base/opaque.exp: Likewise.
19337 * gdb.base/overlays.exp: Likewise.
19338 * gdb.base/pc-fp.exp: Likewise.
19339 * gdb.base/pointers.exp: Likewise.
19340 * gdb.base/printcmds.exp: Likewise.
19341 * gdb.base/psymtab.exp: Likewise.
19342 * gdb.base/ptype.exp: Likewise.
19343 * gdb.base/recurse.exp: Likewise.
19344 * gdb.base/relational.exp: Likewise.
19345 * gdb.base/relocate.exp: Likewise.
19346 * gdb.base/remote.exp: Likewise.
19347 * gdb.base/reread.exp: Likewise.
19348 * gdb.base/restore.exp: Likewise.
19349 * gdb.base/return.exp: Likewise.
19350 * gdb.base/return2.exp: Likewise.
19351 * gdb.base/scope.exp: Likewise.
19352 * gdb.base/sect-cmd.exp: Likewise.
19353 * gdb.base/sep.exp: Likewise.
19354 * gdb.base/sepdebug.exp: Likewise.
19355 * gdb.base/setshow.exp: Likewise.
19356 * gdb.base/setvar.exp: Likewise.
19357 * gdb.base/sigall.exp: Likewise.
19358 * gdb.base/sigbpt.exp: Likewise.
19359 * gdb.base/signals.exp: Likewise.
19360 * gdb.base/signull.exp: Likewise.
19361 * gdb.base/sizeof.exp: Likewise.
19362 * gdb.base/solib.exp: Likewise.
19363 * gdb.base/step-line.exp: Likewise.
19364 * gdb.base/step-test.exp: Likewise.
19365 * gdb.base/structs.exp: Likewise.
19366 * gdb.base/structs2.exp: Likewise.
19367 * gdb.base/term.exp: Likewise.
19368 * gdb.base/twice.exp: Likewise.
19369 * gdb.base/until.exp: Likewise.
19370 * gdb.base/varargs.exp: Likewise.
19371 * gdb.base/volatile.exp: Likewise.
19372 * gdb.base/watchpoint.exp: Likewise.
19373 * gdb.base/whatis-exp.exp: Likewise.
19374 * gdb.base/whatis.exp: Likewise.
19375 * gdb.cp/ambiguous.exp: Likewise.
19376 * gdb.cp/annota2.exp: Likewise.
19377 * gdb.cp/annota3.exp: Likewise.
19378 * gdb.cp/bool.exp: Likewise.
19379 * gdb.cp/breakpoint.exp: Likewise.
19380 * gdb.cp/casts.exp: Likewise.
19381 * gdb.cp/class2.exp: Likewise.
19382 * gdb.cp/classes.exp: Likewise.
19383 * gdb.cp/cplusfuncs.exp: Likewise.
19384 * gdb.cp/ctti.exp: Likewise.
19385 * gdb.cp/derivation.exp: Likewise.
19386 * gdb.cp/exception.exp: Likewise.
19387 * gdb.cp/gdb1355.exp: Likewise.
19388 * gdb.cp/hang.exp: Likewise.
19389 * gdb.cp/inherit.exp: Likewise.
19390 * gdb.cp/local.exp: Likewise.
19391 * gdb.cp/m-data.exp: Likewise.
19392 * gdb.cp/m-static.exp: Likewise.
19393 * gdb.cp/member-ptr.exp: Likewise.
19394 * gdb.cp/method.exp: Likewise.
19395 * gdb.cp/misc.exp: Likewise.
19396 * gdb.cp/namespace.exp: Likewise.
19397 * gdb.cp/overload.exp: Likewise.
19398 * gdb.cp/ovldbreak.exp: Likewise.
19399 * gdb.cp/pr-1023.exp: Likewise.
19400 * gdb.cp/pr-1210.exp: Likewise.
19401 * gdb.cp/pr-574.exp: Likewise.
19402 * gdb.cp/printmethod.exp: Likewise.
19403 * gdb.cp/psmang.exp: Likewise.
19404 * gdb.cp/ref-params.exp: Likewise.
19405 * gdb.cp/ref-types.exp: Likewise.
19406 * gdb.cp/rtti.exp: Likewise.
19407 * gdb.cp/templates.exp: Likewise.
19408 * gdb.cp/try_catch.exp: Likewise.
19409 * gdb.cp/userdef.exp: Likewise.
19410 * gdb.cp/virtfunc.exp: Likewise.
19411 * gdb.disasm/am33.exp: Likewise.
19412 * gdb.disasm/h8300s.exp: Likewise.
19413 * gdb.disasm/mn10300.exp: Likewise.
19414 * gdb.disasm/sh3.exp: Likewise.
19415 * gdb.disasm/t01_mov.exp: Likewise.
19416 * gdb.disasm/t02_mova.exp: Likewise.
19417 * gdb.disasm/t03_add.exp: Likewise.
19418 * gdb.disasm/t04_sub.exp: Likewise.
19419 * gdb.disasm/t05_cmp.exp: Likewise.
19420 * gdb.disasm/t06_ari2.exp: Likewise.
19421 * gdb.disasm/t07_ari3.exp: Likewise.
19422 * gdb.disasm/t08_or.exp: Likewise.
19423 * gdb.disasm/t09_xor.exp: Likewise.
19424 * gdb.disasm/t10_and.exp: Likewise.
19425 * gdb.disasm/t11_logs.exp: Likewise.
19426 * gdb.disasm/t12_bit.exp: Likewise.
19427 * gdb.disasm/t13_otr.exp: Likewise.
19428 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19429 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19430 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19431 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19432 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19433 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19434 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19435 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19436 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19437 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19438 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19439 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19440 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19441 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19442 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19443 * gdb.mi/gdb701.exp: Likewise.
19444 * gdb.mi/gdb792.exp: Likewise.
19445 * gdb.mi/mi-basics.exp: Likewise.
19446 * gdb.mi/mi-break.exp: Likewise.
19447 * gdb.mi/mi-cli.exp: Likewise.
19448 * gdb.mi/mi-console.exp: Likewise.
19449 * gdb.mi/mi-disassemble.exp: Likewise.
19450 * gdb.mi/mi-eval.exp: Likewise.
19451 * gdb.mi/mi-file.exp: Likewise.
19452 * gdb.mi/mi-read-memory.exp: Likewise.
19453 * gdb.mi/mi-regs.exp: Likewise.
19454 * gdb.mi/mi-return.exp: Likewise.
19455 * gdb.mi/mi-simplerun.exp: Likewise.
19456 * gdb.mi/mi-stack.exp: Likewise.
19457 * gdb.mi/mi-stepi.exp: Likewise.
19458 * gdb.mi/mi-syn-frame.exp: Likewise.
19459 * gdb.mi/mi-until.exp: Likewise.
19460 * gdb.mi/mi-var-block.exp: Likewise.
19461 * gdb.mi/mi-var-child.exp: Likewise.
19462 * gdb.mi/mi-var-cmd.exp: Likewise.
19463 * gdb.mi/mi-var-display.exp: Likewise.
19464 * gdb.mi/mi-watch.exp: Likewise.
19465 * gdb.mi/mi2-basics.exp: Likewise.
19466 * gdb.mi/mi2-break.exp: Likewise.
19467 * gdb.mi/mi2-cli.exp: Likewise.
19468 * gdb.mi/mi2-console.exp: Likewise.
19469 * gdb.mi/mi2-disassemble.exp: Likewise.
19470 * gdb.mi/mi2-eval.exp: Likewise.
19471 * gdb.mi/mi2-file.exp: Likewise.
19472 * gdb.mi/mi2-read-memory.exp: Likewise.
19473 * gdb.mi/mi2-regs.exp: Likewise.
19474 * gdb.mi/mi2-return.exp: Likewise.
19475 * gdb.mi/mi2-simplerun.exp: Likewise.
19476 * gdb.mi/mi2-stack.exp: Likewise.
19477 * gdb.mi/mi2-stepi.exp: Likewise.
19478 * gdb.mi/mi2-syn-frame.exp: Likewise.
19479 * gdb.mi/mi2-until.exp: Likewise.
19480 * gdb.mi/mi2-var-block.exp: Likewise.
19481 * gdb.mi/mi2-var-child.exp: Likewise.
19482 * gdb.mi/mi2-var-cmd.exp: Likewise.
19483 * gdb.mi/mi2-var-display.exp: Likewise.
19484 * gdb.mi/mi2-watch.exp: Likewise.
19485 * gdb.stabs/exclfwd.exp: Likewise.
19486 * gdb.stabs/weird.exp: Likewise.
19487 * gdb.threads/gcore-thread.exp: Likewise.
19488 * gdb.trace/actions.exp: Likewise.
19489 * gdb.trace/backtrace.exp: Likewise.
19490 * gdb.trace/circ.exp: Likewise.
19491 * gdb.trace/collection.exp: Likewise.
19492 * gdb.trace/deltrace.exp: Likewise.
19493 * gdb.trace/infotrace.exp: Likewise.
19494 * gdb.trace/limits.exp: Likewise.
19495 * gdb.trace/packetlen.exp: Likewise.
19496 * gdb.trace/passc-dyn.exp: Likewise.
19497 * gdb.trace/passcount.exp: Likewise.
19498 * gdb.trace/report.exp: Likewise.
19499 * gdb.trace/save-trace.exp: Likewise.
19500 * gdb.trace/tfind.exp: Likewise.
19501 * gdb.trace/tracecmd.exp: Likewise.
19502 * gdb.trace/while-dyn.exp: Likewise.
19503 * gdb.trace/while-stepping.exp: Likewise.
19504
19505 2006-08-08 Joel Brobecker <brobecker@adacore.com>
19506
19507 * gdb.base/step-bt.c: New file.
19508 * gdb.base/step-bt.exp: New testcase.
19509
19510 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19511
19512 * config/monitor.exp (gdb_load): Remove support for obsolete
19513 download-write-size.
19514 * gdb.base/remote.exp: Likewise. Update all callers of
19515 gdb_timed_load.
19516
19517 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19518
19519 * cursal.exp: Pass binfile to gdb_load.
19520
19521 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19522
19523 * gdb.base/cursal.exp: Add "" to gdb_load call.
19524
19525 2006-07-29 Mark Kettenis <kettenis@gnu.org>
19526
19527 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19528 NetBSD/ELF targets.
19529
19530 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19531
19532 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19533 operator*.
19534
19535 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19536
19537 * gdb.base/completion.exp: Update for change in "file" behavior.
19538 * gdb.stabs/weird.exp: Likewise.
19539 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19540 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19541
19542 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19543
19544 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19545 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19546
19547 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19548
19549 * gdb.base/default.exp: Update source command error message.
19550 * gdb.base/help.exp: Update 'help source' message.
19551
19552 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19553
19554 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19555 test.
19556
19557 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19558
19559 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19560
19561 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19562
19563 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19564
19565 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19566
19567 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19568
19569 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19570
19571 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19572 *-*-openbsd* from targets for wich we expect ARM FPA floating
19573 point format.
19574
19575 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
19576
19577 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19578
19579 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19580
19581 * gdb.base/annota3.exp: Expect frame-begin annotation.
19582
19583 2006-07-14 Joel Brobecker <brobecker@adacore.com>
19584
19585 * gdb.base/help.exp: Adjust "help unset" test to accept
19586 any list of unset commands.
19587
19588 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19589 Daniel Jacobowitz <dan@codesourcery.com>
19590
19591 * gdb.cp/ref-params.exp: New test.
19592 * gdb.cp/ref-params.cc: New source file.
19593 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19594
19595 2006-07-08 Mark Kettenis <kettenis@gnu.org>
19596
19597 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19598 spaces/tabs in regular expressions since they might not be there.
19599
19600 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19601
19602 * gdb.base/ifelse.exp: New file.
19603
19604 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19605
19606 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19607 line.
19608 * gdb.base/huge.exp: Loop over compilation to find a size that
19609 is acceptable.
19610 * gdb.base/remote.exp: Correct expected strings.
19611 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19612
19613 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19614
19615 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19616
19617 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19618
19619 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19620 native.
19621
19622 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19623
19624 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19625 enable stabs testing.
19626
19627 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19628
19629 * gdb.base/auxv.exp: Intercept undefined command messages before
19630 gdb_test_multiple does.
19631
19632 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19633
19634 * Makefile.in (host_alias): Remove.
19635 (target_alias): Use @target_noncanonical@.
19636 (site.exp): Don't set host_alias.
19637 * aclocal.m4: Remove contents. Include acx.m4.
19638 * configure: Regenerated.
19639 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19640
19641 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19642
19643 * lib/gdb.exp (gdb_load_cmd): New.
19644
19645 * gdb.base/fileio.c: Add system(NULL) test.
19646 * gdb.base/fileio.exp: Check it.
19647
19648 * gdb.base/break.c: Add 10a breakpoint at }
19649 * gdb.base/break.exp: Add test for breakpoint at }
19650 * gdb.cp/anon-union.cc: Add code at end of function.
19651 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19652 * gdb.mi/var-cmd.c: Add code at end of function.
19653 * gdb.mi/mi-var-display.exp: Adjust end of next.
19654 * gdb.mi/mi2-var-display.exp: Likewise.
19655 * gdb.base/fileio.c: Add stop function and insert calls at
19656 stopping places.
19657 * gdb.base/fileio.exp: Breakpoint stop function and remove
19658 explicit line number references.
19659
19660 2006-05-19 Joel Brobecker <brobecker@adacore.com>
19661
19662 * gdb.base/del.exp (test_delete_alias): New function.
19663 Now check that both "del" and "d" work as aliases for "delete".
19664
19665 2006-05-18 Fred Fish <fnf@specifix.com>
19666
19667 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19668 required. Check for spurious output after program exits normally.
19669
19670 2006-05-17 Fred Fish <fnf@specifix.com>
19671
19672 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19673 gdb_load, so it works in the simulator.
19674
19675 2006-05-11 Fred Fish <fnf@specifix.com>
19676
19677 * gdb.base/bang.exp: Ignore unexpected output between the
19678 "program exited normally" and the gdb prompt, as many other
19679 tests do.
19680
19681 2006-05-07 Mark Kettenis <kettenis@gnu.org>
19682
19683 * gdb.base/help.exp: Make "delete checkpoint" part option for
19684 "help d" and "help delete" tests.
19685
19686 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19687
19688 * gdb.mi/mi-basics.exp: Add missing serial number to
19689 expected output in some mi_gdb_test statements.
19690 * gdb.mi/mi2-basics.exp: Likewise.
19691
19692 2006-05-05 Joel Brobecker <brobecker@adacore.com>
19693
19694 * gdb.base/del.c: New file.
19695 * gdb.base/del.exp: New testcase.
19696
19697 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
19698
19699 * gdb.base/break.exp: Do not assume a breakpoint on
19700 main will actually be in $srcfile when optimizing.
19701 * gdb.base/savedregs.exp: Do not require that the dummy
19702 frame location match up to a symbol and source file location.
19703 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19704 will get printed without a mi_cmd_data_list_register_values prefix.
19705 (*-data-list-register-*): Correct regular expressions to expect the new
19706 pseudo d? floating point registers.
19707 * gdb.mi/mi2-regs.exp: Likewise.
19708
19709 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
19710
19711 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19712 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19713 is allocated by the compiler.
19714 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19715 anons, e, anone to force their allocation by the compiler.
19716
19717 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
19718
19719 * gdb.base/help.exp: Update expected text for help d and
19720 help delete.
19721
19722 2006-05-02 Mark Kettenis <kettenis@gnu.org>
19723
19724 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19725 NetBSD/ELF targets.
19726
19727 2006-04-30 Mark Kettenis <kettenis@gnu.org>
19728
19729 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19730 single-step breakpoint fails; make this a KFAIL on
19731 sparc*-*-openbsd*.
19732 * gdb.base/siginfo.exp: Likewise.
19733 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19734
19735 2006-04-26 Michael Snyder <msnyder@redhat.com>
19736
19737 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19738 which may have to consume output from other forks.
19739 Add tests to make sure that "delete fork" succeeded.
19740
19741 2006-04-20 Michael Snyder <msnyder@redhat.com>
19742
19743 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19744 Add support for the Renesas M32C and M16C.
19745
19746 * gdb.asm/asm-source.exp: Add m32c target.
19747 * gdb.asm/m32c.inc: Support for m32c target.
19748
19749 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19750
19751 * gdb.base/commands.exp (recursive_source_test): New test.
19752
19753 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19754
19755 * gdb.base/float.exp: Add pattern for sparc targets.
19756
19757 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19758
19759 * gdb.base/commands.exp (stray_arg0_test): New test.
19760
19761 2006-03-30 Paul Brook <paul@codesourcery.com>
19762
19763 * gdb.mi/mi-until.exp: kfail broken until command.
19764 * gdb.mi/mi2-until.exp: Ditto.
19765
19766 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19767
19768 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19769
19770 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19771
19772 * gdb.base/prelink.exp: Anchor tested-for regular expression
19773 on gdb prompt.
19774
19775 2006-03-07 Paul Brook <paul@codesourcery.com>
19776
19777 * gdb.base/assign.exp: Correct fail message.
19778
19779 2006-03-07 Paul Brook <paul@codesourcery.com>
19780
19781 * lib/compiler.c: Extract armcc version number.
19782 * lib/compiler.cc: Ditto.
19783
19784 2006-03-07 Paul Brook <paul@codesourcery.com>
19785
19786 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19787 additional_flags=-w.
19788 * gdb.arch/altivec-regs.exp: Ditto.
19789 * gdb.arch/e500-abi.exp: Ditto.
19790 * gdb.arch/e500-regs.exp: Ditto.
19791 * gdb.base/all-bin.exp: Ditto.
19792 * gdb.base/annota1.exp: Ditto.
19793 * gdb.base/annota3.exp: Ditto.
19794 * gdb.base/args.exp: Ditto.
19795 * gdb.base/arithmet.exp: Ditto.
19796 * gdb.base/assign.exp: Ditto.
19797 * gdb.base/async.exp: Ditto.
19798 * gdb.base/bang.exp: Ditto.
19799 * gdb.base/break.exp: Ditto.
19800 * gdb.base/call-rt-st.exp: Ditto.
19801 * gdb.base/completion.exp: Ditto.
19802 * gdb.base/cond-expr.exp: Ditto.
19803 * gdb.base/condbreak.exp: Ditto.
19804 * gdb.base/consecutive.exp: Ditto.
19805 * gdb.base/define.exp: Ditto.
19806 * gdb.base/display.exp: Ditto.
19807 * gdb.base/ena-dis-br.exp: Ditto.
19808 * gdb.base/environ.exp: Ditto.
19809 * gdb.base/eval-skip.exp: Ditto.
19810 * gdb.base/info-proc.exp: Ditto.
19811 * gdb.base/jump.exp: Ditto.
19812 * gdb.base/logical.exp: Ditto.
19813 * gdb.base/long_long.exp: Ditto.
19814 * gdb.base/maint.exp: Ditto.
19815 * gdb.base/miscexprs.exp: Ditto.
19816 * gdb.base/pc-fp.exp: Ditto.
19817 * gdb.base/pointers.exp: Ditto.
19818 * gdb.base/relational.exp: Ditto.
19819 * gdb.base/reread.exp: Ditto.
19820 * gdb.base/sect-cmd.exp: Ditto.
19821 * gdb.base/sep.exp: Ditto.
19822 * gdb.base/sepdebug.exp: Ditto.
19823 * gdb.base/until.exp: Ditto.
19824 * gdb.base/whatis-exp.exp: Ditto.
19825 * gdb.cp/annota2.exp: Ditto.
19826 * gdb.cp/annota3.exp: Ditto.
19827 * gdb.trace/actions.exp: Ditto.
19828 * gdb.trace/backtrace.exp: Ditto.
19829 * gdb.trace/circ.exp: Ditto.
19830 * gdb.trace/collection.exp: Ditto.
19831 * gdb.trace/deltrace.exp: Ditto.
19832 * gdb.trace/infotrace.exp: Ditto.
19833 * gdb.trace/limits.exp: Ditto.
19834 * gdb.trace/packetlen.exp: Ditto.
19835 * gdb.trace/passc-dyn.exp: Ditto.
19836 * gdb.trace/passcount.exp: Ditto.
19837 * gdb.trace/report.exp: Ditto.
19838 * gdb.trace/save-trace.exp: Ditto.
19839 * gdb.trace/tfind.exp: Ditto.
19840 * gdb.trace/tracecmd.exp: Ditto.
19841 * gdb.trace/while-dyn.exp: Ditto.
19842 * gdb.trace/while-stepping.exp: Ditto.
19843 * lib/gdb.exp: Ditto.
19844 (gdb_compile): Handle nowarning option.
19845
19846 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
19847
19848 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19849 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19850 Rename executable to prelinkt. Don't re-prelink if we didn't
19851 get a core file. Test prelink -u exit status to tell whether
19852 prelinking failed. Use gdb_test_multiple.
19853
19854 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19855
19856 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19857 (do_tests): Call it.
19858
19859 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
19860
19861 * gdb.base/prelink.exp: New test.
19862 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19863
19864 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19865
19866 * gdb.fortran/derived-type.f90: New file.
19867 * gdb.fortran/derived-type.exp: New testcase.
19868
19869 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19870
19871 * gdb.base/default.exp: Allow ';' as a directory separator.
19872
19873 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19874
19875 * gdb.base/help.exp (help add-symbol-file): Update.
19876
19877 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19878
19879 * gdb.base/help.exp (help load): Update expected results.
19880
19881 2006-02-19 Fred Fish <fnf@specifix.com>
19882
19883 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19884 specifix hex value as part of results.
19885 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19886
19887 2006-02-16 Fred Fish <fnf@specifix.com>
19888
19889 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19890 ushort_addr, and slong_addr, so the typedefs are not optimized
19891 away.
19892 * gdb.base/whatis.exp: Add tests using type name for struct type,
19893 union type, enum type, and typedef.
19894
19895 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19896
19897 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19898
19899 2006-02-13 Jim Blandy <jimb@redhat.com>
19900
19901 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19902 case where it takes two "next" commands to skip past the init
19903 call.
19904
19905 2006-02-12 Fred Fish <fnf@specifix.com>
19906
19907 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19908 to handle cases where it takes two "next" commands to skip
19909 past the init call.
19910
19911 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19912
19913 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19914 on hppa32 targets.
19915
19916 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19917
19918 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19919 field.
19920
19921 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19922
19923 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19924
19925 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19926
19927 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19928 files.
19929
19930 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19931
19932 * gdb.cp/maint.exp: Set complaints to a positive value.
19933
19934 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19935
19936 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19937 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19938 function name.
19939
19940 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19941
19942 * gdb.base/checkpoint.c: Update copyright notice. Include
19943 <stdlib.h>.
19944
19945 2006-01-04 Jim Blandy <jimb@redhat.com>
19946
19947 * gdb.asm/asm-source.exp: Independently provide default values for
19948 asm-flags and debug-flags. Use 'string equal' to do the
19949 comparison, not the implicit expr's '==' operator. Remove
19950 now-unneeded assignments to asm-flags. In h8300 case, place
19951 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19952
19953 2006-01-04 Michael Snyder <msnyder@redhat.com>
19954
19955 * gdb.base/checkpoint.c: New file.
19956 * gdb.base/checkpoint.exp: New file.
19957 * gdb.base/multi-fork.c: New file.
19958 * gdb.base/multi-fork.exp: New file.
19959 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19960
19961 2006-01-04 Fred Fish <fnf@specifix.com>
19962
19963 * gdb.base/ptype.c (foo): Add typedef.
19964 (intfoo): Add function.
19965 * gdb.base/ptype1.c: New file.
19966 * gdb.base/ptype.exp: Handle compilation and linking with two
19967 source files. Test that proper type for "foo" is found based
19968 on source context rather than first match found in symtabs.
19969
19970 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19971
19972 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19973 * gdb.asm/openbsd.inc: Indent commands.
19974
19975 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19976
19977 * gdb.base/freebpcmd.exp: Increase timeout.
19978
19979 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19980
19981 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19982
19983 * gdb.base/default.exp: Update check for "show version".
19984
19985 2005-12-09 Randolph Chung <tausq@debian.org>
19986
19987 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19988 * gdb.asm/pa64.inc: New file.
19989
19990 2005-12-09 Randolph Chung <tausq@debian.org>
19991
19992 * gdb.asm/common.inc: Indent commands.
19993 * gdb.asm/asmsrc1.s: Likewise.
19994 * gdb.asm/asmsrc2.s: Likewise.
19995
19996 2005-12-09 Randolph Chung <tausq@debian.org>
19997
19998 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19999 (get_addr_of_sym): Remove duplicate print.
20000 (gen_core): xfail hppa*-*-hpux*, update expected output.
20001 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20002 * gdb.arch/pa64-nullify.s: New file.
20003
20004 2005-12-09 Randolph Chung <tausq@debian.org>
20005
20006 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20007
20008 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20009
20010 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20011 code generation for these functions.
20012 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20013 error message.
20014
20015 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20016
20017 * gdb.base/help.exp (help b, help br, help bre, help brea)
20018 (help break): Update the expected message.
20019
20020 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20021
20022 * gdb.asm/m68hc11.inc: Setup the data section.
20023 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20024 script for this test.
20025 (m6812-*-*): Likewise.
20026
20027 2005-11-09 Randolph Chung <tausq@debian.org>
20028
20029 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20030
20031 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20032
20033 * gdb.base/break.exp: Fix a comment typo.
20034
20035 2005-11-03 Jim Blandy <jimb@redhat.com>
20036
20037 Checked in by Elena Zannoni <ezannoni@redhat.com>
20038
20039 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20040
20041 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20042
20043 * gdb.arch/gdb1558.c: Include stdio.h.
20044
20045 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20046
20047 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20048
20049 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20050
20051 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20052
20053 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20054
20055 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20056 vscr" tests to better match output.
20057
20058 2005-10-12 Jim Blandy <jimb@redhat.com>
20059
20060 * gdb.base/structs.exp (any): New function.
20061 (test_struct_returns): Don't make any assumptions at all about
20062 what value the function returns when GDB can't set the return
20063 value.
20064
20065 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20066
20067 * gdb.ada/arrayidx/p.adb: New file.
20068 * gdb.ada/arrayidx.exp: New testcase
20069
20070 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20071
20072 * gdb.ada/array_return/pck.ads: New file.
20073 * gdb.ada/array_return/pck.adb: New file.
20074 * gdb.ada/array_return/p.adb: New file.
20075 * gdb.ada/array_return.exp: New testcase.
20076
20077 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20078
20079 * gdb.base/arrayidx.c: New file.
20080 * gdb.base/arrayidx.exp: New testcase.
20081
20082 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
20083
20084 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20085 frames-invalid and breakpoints-invalid are no longer generated
20086 with level 3 so don't expect them in the output.
20087
20088 2005-09-27 Bob Rossi <bob@brasko.net>
20089
20090 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20091 from test. Escape the | in mi_gdb_test call.
20092 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20093 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20094 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20095 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20096 expected regex's in mi_gdb_test calls.
20097 * lib/mi-support.exp: Remove arbitrary .* from tests.
20098 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20099 Fully anchor GDB/MI expected results in mi_gdb_test.
20100 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20101 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20102
20103 2005-09-26 Paul Brook <paul@codesourcery.com>
20104
20105 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20106
20107 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20108
20109 * bfp-test.c: New file.
20110 * bfp-test.exp: New testcase.
20111
20112 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20113
20114 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20115 of subarray and substring variable.
20116 * gdb.fortran/subarray.f: New source file for the test of subarray
20117 and substring variable evaluation.
20118 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20119 of string constant.
20120
20121 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20122
20123 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20124 copyright dates.
20125
20126 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20127
20128 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20129 powerpc altivec' test with an almost identical 'info vector' test.
20130
20131 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20132
20133 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20134 vscr" tests to match output.
20135
20136 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20137
20138 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20139 output.
20140
20141 2005-09-11 Bob Rossi <bob@brasko.net>
20142
20143 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20144 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20145 commands that return an MI output command and an asyncronous MI output
20146 command.
20147 * gdb.mi/mi-console.exp: Ditto.
20148
20149 2005-09-11 Bob Rossi <bob@brasko.net>
20150
20151 * gdb.mi/mi-var-child.c: Include <string.h>.
20152
20153 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20154
20155 * killed.exp: Correct gdb_expect syntax.
20156
20157 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
20158
20159 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20160
20161 2005-08-02 Bob Rossi <bob@brasko.net>
20162
20163 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20164 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20165 Change tests to inferior-tty-set/show.
20166 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20167 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20168 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20169 inferior. Use mi_gdb_test to get GDB and Inferior output.
20170 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20171 descriptor.
20172 (mi_inferior_tty_name): Add inferior PTY file name.
20173 (mi_gdb_start): Add INFERIOR_PTY parameter.
20174 (mi_gdb_test): Add IPATTERN parameter.
20175
20176 2005-08-02 Bob Rossi <bob@brasko.net>
20177
20178 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20179 parameter to mi_gdb_test.
20180 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20181
20182 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20183
20184 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20185 struct_declarations.
20186 * gdb.mi/mi-var-child.exp: Step over the initialization of
20187 struct_declarations.
20188
20189 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20190
20191 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20192 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20193 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20194 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20195 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20196 file.
20197
20198 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
20199
20200 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20201 (do_children_tests): Assign values to the extra elements.
20202
20203 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20204 them for tests for "-var-update --no-values" and
20205 "-var-update --all-values".
20206 Add test for "-var-list-children --simple-values".
20207
20208 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20209
20210 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20211 "-stack-list-locals --simple-values" Improve doc strings and
20212 comments.
20213
20214 2005-07-18 Mark Kettenis <kettenis@gnu.org>
20215
20216 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20217 *-*-openbsd*.
20218 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20219
20220 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20221 sigaltsatck'.
20222
20223 2005-07-14 Bob Rossi <bob@brasko.net>
20224
20225 * gdb.base/default.exp (tty): Changed output of command.
20226 * gdb.base/help.exp (help tty): Ditto.
20227
20228 2005-07-12 Mark Kettenis <kettenis@gnu.org>
20229
20230 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20231
20232 2005-07-10 Mark Kettenis <kettenis@gnu.org>
20233
20234 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20235 -stack-select-frame without arguments.
20236 (test_stack_frame_listing): Add test for newly implemented command
20237 -stack-info-frame.
20238
20239 2005-07-06 Bob Rossi <bob@brasko.net>
20240
20241 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20242 command.
20243 (Copyright): Update copyright.
20244
20245 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20246
20247 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20248 tests to evaluate exponentiation expression.
20249
20250 2005-06-29 Andreas Schwab <schwab@suse.de>
20251
20252 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20253 main to avoid warnings.
20254
20255 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20256
20257 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
20258
20259 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20260 -stack-select-frame without arguments.
20261 (test_stack_frame_listing): Add test for newly implemented command
20262 -stack-info-frame.
20263
20264 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20265
20266 * gdb.fortran/array-element.f: New file.
20267 * gdb.fortran/array-element.exp: New testcase.
20268
20269 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20270
20271 * gdb.base/bigcore.exp: Correct checks for systems which can
20272 not dump a large core file.
20273
20274 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20275
20276 * gdb.base/relocate.c: Add a copyright notice.
20277 (dummy): Remove.
20278 * gdb.base/relocate.exp: Test printing the values of variables
20279 from a relocatable file.
20280
20281 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20282
20283 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20284 excess MI output after an error.
20285
20286 2005-05-29 Joel Brobecker <brobecker@adacore.com>
20287
20288 * gdb.arch/alpha-step.c: New file.
20289 * gdb.arch/alpha-step.exp: New testcase.
20290
20291 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20292 Dennis Brueni <dennis@slickedit.com>
20293
20294 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20295 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20296 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20297 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20298 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20299 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20300 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20301
20302 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20303 Wu Zhou <woodzltc@cn.ibm.com>
20304
20305 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20306 IBM's xlc compiler.
20307 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20308 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20309
20310 2005-05-13 Jim Blandy <jimb@redhat.com>
20311
20312 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20313 calling gdb_suppress_entire_file.
20314 * gdb.base/charset.exp: Same.
20315 * gdb.base/call-rt-st.exp: Same.
20316
20317 2005-05-05 Bob Rossi <bob_rossi@cox.net>
20318
20319 * lib/gdb.exp (fullname_syntax): Added global regex.
20320 (fullname_syntax_POSIX): Ditto.
20321 (fullname_syntax_UNC): Ditto.
20322 (fullname_syntax_DOS_CASE): Ditto.
20323 (fullname_syntax_DOS): Ditto.
20324 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20325 fullname_syntax variable to scope and use it.
20326 (test_file_list_exec_source_files): Ditto.
20327 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20328
20329 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20330
20331 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20332
20333 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20334
20335 * lib/gdb.exp (skip_altivec_tests): New function, based on
20336 check_vmx_hw_available from the GCC testsuite.
20337 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20338 * lib/gdb.arch/altivec-regs.exp: Likewise.
20339
20340 2005-05-02 Jim Blandy <jimb@redhat.com>
20341
20342 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20343 calling gdb_suppress_entire_file.
20344
20345 2005-04-30 Randolph Chung <tausq@debian.org>
20346
20347 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20348 Slightly relax "sem_post" name checking.
20349
20350 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20351
20352 * gdb.base/unload.exp: Use new shared library infrastructure.
20353
20354 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20355
20356 * gdb.base/so-impl-ld.exp: Use new shared library
20357 infrastructure.
20358
20359 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
20360
20361 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20362 * gdb.asm/h8300.inc: New file.
20363
20364 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20365
20366 * gdb.base/shlib-call.exp: Change to use new shared library
20367 infrastructure.
20368
20369 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20370
20371 * gdb.base/pending.exp: Change to use new shared library
20372 infrastructure.
20373
20374 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20375
20376 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20377 use test_compiler_info instead of gcc_compiled, and update copyright.
20378
20379 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20380
20381 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20382 shared objects being adjusted and update copyright years.
20383
20384 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20385
20386 * ChangeLog: Correct some 2003-01-13 dates.
20387 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20388 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20389 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20390 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20391 gdb.trace/tfind.exp: Update copyright years.
20392
20393 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20394 Daniel Jacobowitz <dan@codesourcery.com>
20395
20396 * lib/gdb.exp (gdb_compile): Handle shlib=.
20397 (gdb_compile_shlib): New function.
20398
20399 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20400
20401 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20402
20403 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20404
20405 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20406 gdb.server.
20407 * configure.ac: Likewise.
20408 * configure: Regenerated.
20409 * gdb.gdbserver/Makefile.in: Moved to...
20410 * gdb.server/Makefile.in: ... here.
20411 * gdb.gdbserver/server.c: Moved to...
20412 * gdb.server/server.c: ... here.
20413 * gdb.gdbserver/server-run.exp: Moved to...
20414 * gdb.server/server-run.exp: ... here.
20415
20416 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20417
20418 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20419 * configure.ac: Create gdb.gdbserver/Makefile.
20420 * configure: Regenerated.
20421 * lib/gdbserver-support.exp: New file, derived from
20422 config/gdbserver.exp.
20423 * config/gdbserver.exp: Use gdbserver-support.exp.
20424 * gdb.gdbserver/Makefile.in: New file.
20425 * gdb.gdbserver/server.c: New file.
20426 * gdb.gdbserver/server-run.exp: New file.
20427
20428 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20429
20430 * lib/gdb.exp (test_compiler_info): Return compiler_info
20431 if no arguments are given.
20432
20433 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20434
20435 * gdb.arch/altivec-abi.exp: Check for compiler and set
20436 use altivec' flag accordingly.
20437 * gdb.arch/altivec-regs.exp: Likewise.
20438
20439 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20440
20441 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20442
20443 2005-03-27 Andreas Schwab <schwab@suse.de>
20444
20445 * gdb.base/bigcore.c (main): Add missing mode argument in open
20446 call.
20447
20448 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20449
20450 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20451 downloads.
20452 * config/gdbserver.exp (gdb_load): Likewise.
20453
20454 2005-03-14 Paul Brook <paul@codesourcery.com>
20455
20456 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20457 targets.
20458
20459 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20460
20461 * gdb.dwarf2/dup-psym.S: New file.
20462 * gdb.dwarf2/dup-psym.exp: New testcase.
20463
20464 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20465
20466 * gdb.ada/exec_changed/first.adb: New file.
20467 * gdb.ada/exec_changed/second.adb: New file.
20468 * gdb.ada/exec_changed.exp: New testcase.
20469
20470 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20471
20472 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20473 (A2): New class.
20474 (main): Test operator+.
20475 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20476 breakpoint test.
20477
20478 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20479 * gdb.base/signull.exp: Disable if gdb,nosignals.
20480 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20481 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20482 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20483 * gdb.mi/mi2-console.exp: Likewise.
20484 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20485 continue output at start.
20486 (gdb_collect_locals_test): Robustify regexp.
20487 * gdb.trace/passc-dyn.exp: Fix comment typo.
20488 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20489
20490 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
20491
20492 * gdb.asm/asm-source.exp: Add iq2000 case.
20493 * gdb.asm/iq2000.inc: New file.
20494
20495 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
20496
20497 * gdb.base/command.exp: Change hardcoded value to regular expression.
20498 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20499
20500 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20501
20502 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20503 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20504 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20505 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20506 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20507
20508 2005-03-05 Mark Kettenis <kettenis@gnu.org>
20509
20510 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20511 changes.
20512
20513 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20514
20515 * lib/compiler.c: Add test for IBM's xlc compiler.
20516 * lib/compiler.cc: Likewise.
20517
20518 2004-02-24 Joel Brobecker <brobecker@adacore.com>
20519
20520 * gdb.ada/fixed_points.exp: Create compilation object directory
20521 before running the test.
20522 * gdb.ada/null_record.exp: Likewise.
20523 * gdb.ada/packed_array.exp: Likewise.
20524 * gdb.ada/start.exp: Likewise.
20525
20526 2005-02-15 Joel Brobecker <brobecker@adacore.com>
20527
20528 * gdb.ada/packed_array/pa.adb: New file.
20529 * gdb.ada/packed_array.exp: New testcase.
20530
20531 2005-02-10 Mark Kettenis <kettenis@gnu.org>
20532
20533 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20534 files.
20535
20536 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20537 on *-*-openbsd*. Correctly match whitespace in regukar
20538 expressions.
20539
20540 2005-02-10 Daniel Jacobowitz <dan@debian.org>
20541
20542 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20543 PR exp/1821
20544 * gdb.base/gdb1821.c: New test file.
20545 * gdb.base/gdb1821.exp: New test file.
20546
20547 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20548
20549 * gdb.base/start.c: New file.
20550 * gdb.base/start.exp: New testcase.
20551
20552 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20553
20554 * gdb.ada/start/dummy.adb: New file.
20555 * gdb.ada/start.exp: New testcase.
20556
20557 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
20558
20559 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20560 for printing symbols and statistics.
20561 Add test for using relative pathnames in "maint print msymbols" test.
20562 Mark "maint info sections DATA" XFAIL on Cygwin.
20563 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20564 tests.
20565
20566 2005-02-09 Andreas Schwab <schwab@suse.de>
20567
20568 Committed by Andrew Cagney <cagney@gnu.org>
20569 * gdb.base/remotetimeout.exp: New file.
20570
20571 2005-02-07 Mark Kettenis <kettenis@gnu.org>
20572
20573 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20574
20575 2005-02-03 Joel Brobecker <brobecker@adacore.com>
20576
20577 * gdb.ada/gnat_ada.gpr: New file.
20578 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20579 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20580 * configure.ac: No longer generate gnat_ada.gpr.
20581 * configure: Regenerate.
20582 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20583 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20584 * gdb.ada/null_record/bar.ads: Likewise.
20585 * gdb.ada/null_record/bar.adb: Likewise.
20586 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20587 * gdb.ada/null_record.exp (testdir): New variable.
20588 (testfile): executable is now in testdir subdirectory.
20589 (srcfile): Use full path to the main compilation unit.
20590 * gdb.ada/fixed_points.exp: Same changes as above.
20591
20592 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
20593
20594 * gdb.base/interp.exp: New test.
20595
20596 2005-01-24 Andrew Cagney <cagney@gnu.org>
20597
20598 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20599
20600 2005-01-19 Andrew Cagney <cagney@gnu.org>
20601
20602 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20603 configure.ac not configure.in.
20604
20605 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20606 of powerpc*-*-*.
20607 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
20608 * gdb.base/list.exp (test_list_function)
20609 (test_list_filename_and_function): Ditto.
20610 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20611
20612 2005-01-16 Andrew Cagney <cagney@gnu.org>
20613
20614 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20615
20616 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20617
20618 2005-01-14 Andrew Cagney <cagney@gnu.org>
20619
20620 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20621 * gdb.mi/mi2-var-cmd.exp: Ditto.
20622
20623 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
20624
20625 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20626
20627 2005-01-07 Andrew Cagney <cagney@gnu.org>
20628
20629 * configure.ac: Rename configure.in, require autoconf 2.59.
20630 * configure: Re-generate.
20631 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20632 * gdb.stabs/configure: Re-generate.
20633 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20634 * gdb.hp/configure: Re-generate.
20635 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20636 autoconf 2.59.
20637 * gdb.hp/gdb.objdbg/configure: Re-generate.
20638 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20639 autoconf 2.59.
20640 * gdb.hp/gdb.defects/configure: Re-generate.
20641 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20642 autoconf 2.59.
20643 * gdb.hp/gdb.compat/configure: Re-generate.
20644 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20645 autoconf 2.59.
20646 * gdb.hp/gdb.base-hp/configure: Re-generate.
20647 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20648 autoconf 2.59.
20649 * gdb.hp/gdb.aCC/configure: Re-generate.
20650
20651 2004-12-15 Jim Blandy <jimb@redhat.com>
20652
20653 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20654 under NPTL when there is debugging info available for libpthread.
20655
20656 2004-12-13 Jerome Guitton <guitton@gnat.com>
20657
20658 * gdb.ada/fixed_points.c: New file.
20659 * gdb.ada/fixed_points.exp: New file.
20660
20661 2004-12-03 Randolph Chung <tausq@debian.org>
20662
20663 * gdb.arch/pa-nullify.exp: New file.
20664 * gdb.arch/pa-nullify.s: New file.
20665
20666 2004-11-30 Randolph Chung <tausq@debian.org>
20667
20668 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20669 instead of "tbug". Fix regexp to work properly with gdb_test.
20670
20671 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20672
20673 * gdb.base/bitfields2.exp: New test.
20674 * gdb.base/bitfields2.c: New file.
20675
20676 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
20677
20678 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20679
20680 2004-11-16 Randolph Chung <tausq@debian.org>
20681
20682 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20683
20684 2004-11-14 Daniel Jacobowitz <dan@debian.org>
20685
20686 * gdb.threads/threadapply.exp: Correct "macro details" test.
20687
20688 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20689
20690 * gdb.threads/threadapply.exp: New test.
20691 * gdb.threads/threadapply.c: New file.
20692
20693 2004-11-07 Mark Kettenis <kettenis@gnu.org>
20694
20695 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20696 frames.
20697
20698 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
20699
20700 * gdb.base/cursal.exp: New file.
20701 * gdb.base/cursal.c: New file.
20702
20703 2004-11-03 Andrew Cagney <cagney@gnu.org>
20704
20705 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20706
20707 2004-10-30 Mark Kettenis <kettenis@gnu.org>
20708
20709 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20710 NetBSD/ELF targets.
20711
20712 2004-10-29 Joel Brobecker <brobecker@gnat.com>
20713
20714 * gdb.threads/bp_in_thread.c: New file, copied from
20715 pthread_cond_wait.c.
20716 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20717 file, rather than reusing the .c file from another testcase.
20718
20719 2004-10-20 Joel Brobecker <brobecker@gnat.com>
20720
20721 * gdb.ada/null_record.exp: Check where we stopped after
20722 sending the start command, instead of where the associated
20723 temporary breakpoint was inserted.
20724
20725 2004-10-14 Andrew Cagney <cagney@gnu.org>
20726
20727 * gdb.mi/gdb701.c (main): Return 0.
20728
20729 2004-10-13 Daniel Jacobowitz <dan@debian.org>
20730
20731 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
20732
20733 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20734
20735 * gdb.threads/schedlock.c: Add comment markers to use to find
20736 line numbers.
20737 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20738 comments.
20739 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20740 breakpoint lines.
20741
20742 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20743
20744 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20745
20746 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20747
20748 * configure.in: Add gdb.dwarf2.
20749 * configure: Regenerated.
20750 * Makefile.in: Add gdb.dwarf2.
20751 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20752 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20753 gdb.dwarf2/file1.txt: New files.
20754
20755 2004-10-11 Orjan Friberg <orjanf@axis.com>
20756
20757 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20758 of "run", since the latter doesn't work with remote targets. Adjust
20759 the breakpoint numbering accordingly.
20760 * gdb.threads/pthread_cond_wait.exp: Ditto.
20761
20762 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20763
20764 * gdb.base/overlays.exp: Update copyright years.
20765
20766 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20767
20768 * gdb.base/overlays.exp: Disable if target is Linux.
20769
20770 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20771
20772 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20773
20774 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20775
20776 * gdb.asm/asm-source.exp: Add m32r-linux target.
20777 * gdb.asm/m32r-linux.inc: New file.
20778
20779 2004-09-24 Andrew Cagney <cagney@redhat.com>
20780 David Anderson <anderson@redhat.com>
20781
20782 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20783 command fails, assume things will work.
20784 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20785 (_GNU_SOURCE): Define.
20786 (print_unsigned, print_hex): Change parameter to "long long".
20787 (print_byte_count): New function, use to print byte counts.
20788 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20789 O_LARGEFILE.
20790 (main): Compute an upper bound on a corefile in max_core_size.
20791 Limit memory chunk size to max_core_size. Limit total memory
20792 allocated to max_core_size.
20793
20794 2004-09-23 Andrew Cagney <cagney@gnu.org>
20795
20796 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20797 from a separate process with code that creates a corefile by
20798 making the inferior dump core.
20799
20800 2004-09-23 Mark Kettenis <kettenis@gnu.org>
20801
20802 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20803 block.
20804
20805 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20806
20807 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20808 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20809 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20810 Likewise.
20811
20812 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20813
20814 * gdb.java/jprint.exp: New test case for java inferior call.
20815 * gdb.java/jprint.java: Ditto.
20816
20817 2004-09-15 Joel Brobecker <brobecker@gnat.com>
20818
20819 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20820
20821 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20822
20823 * gdb.threads/killed.c: Include <stdlib.h>.
20824 * gdb.threads/pthreads.c: Likewise.
20825
20826 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20827
20828 * gdb.threads/killed.c: Add copyright notice.
20829
20830 2004-09-10 Jason Molenda (jmolenda@apple.com)
20831
20832 * gdb.base/define.exp: Two new tests to verify zero space chars
20833 after 'if' and 'while' commands in a user-defined command is correctly
20834 parsed.
20835
20836 2004-09-08 Andrew Cagney <cagney@gnu.org>
20837
20838 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20839 delivery test with duplicate at end of file.
20840
20841 2004-09-06 Mark Kettenis <kettenis@jive.nl>
20842
20843 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20844
20845 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20846
20847 * config/hppro.exp: Removed.
20848
20849 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20850
20851 * config/sparclet.exp: Removed.
20852
20853 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20854
20855 * config/udi.exp: Removed.
20856
20857 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20858
20859 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20860 of "exp_continue".
20861 (advancei): Likewise.
20862
20863 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20864
20865 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20866
20867 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20868
20869 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
20870 to check for nodebug in executable.
20871 * gdb.gdb/observer.exp (setup_test): Likewise.
20872 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20873 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20874
20875 2004-09-01 Andrew Cagney <cagney@gnu.org>
20876
20877 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20878 files.
20879
20880 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20881
20882 * gdb.base/unload.exp: Fix expected warning message to match
20883 latest format.
20884
20885 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20886
20887 * gdb.base/call-rt-st.exp: Fix typos.
20888
20889 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20890
20891 * gdb.threads/thread_check.exp: New testcase.
20892 * gdb.threads/thread_check.c: New testcase.
20893
20894 2004-08-31 Andrew Cagney <cagney@gnu.org>
20895
20896 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20897 (skip_to_handler_entry): New procedures. Test stepping into a
20898 handler when the breakpoint is at the handler's entry point.
20899
20900 2004-08-30 Andrew Cagney <cagney@gnu.org>
20901
20902 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20903 gdb/1757.
20904
20905 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20906
20907 With code from Manoj Iyer <manjo@austin.ibm.com>:
20908 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20909 return value. Add an arm for "no debugging symbols found".
20910 Change a stray "error" to "perror".
20911 (gdb_run_cmd): Adapt to new return value.
20912 * gdb.base/remote.exp: Adapt to new return value.
20913 * gdb.gdb/complaints.exp: Likewise.
20914 * gdb.gdb/observer.exp: Likewise.
20915 * gdb.gdb/selftest.exp: Likewise.
20916 * gdb.gdb/xfullpath.exp: Likewise.
20917
20918 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20919
20920 * gdb.threads/bp_in_thread.exp: New testcase.
20921
20922 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20923
20924 Fix PR testsuite/1735.
20925 * gdb.threads/schedlock.c (thread_function): Add a cast
20926 to suppress a gcc warning.
20927 * gdb.threads/thread-specific.c (thread_function): Likewise.
20928
20929 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20930
20931 * gdb.base/unload.c: Include <stdlib.h>.
20932
20933 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20934
20935 From Paul Gilliam <pgilliam@us.ibm.com>:
20936 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20937 synchronized after the "return".
20938
20939 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20940
20941 * gdb.mi/basics.c: Include <stdio.h>.
20942 * gdb.mi/pthreads.c: Include <stdlib.h>.
20943 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20944
20945 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20946
20947 * gdb.threads/schedlock.c: Add copyright notice.
20948
20949 2004-08-25 Andrew Cagney <cagney@gnu.org>
20950
20951 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20952 (skip_over_handler, breakpoint_over_hander): New test procedures.
20953 (advance, advancei): Add a proper prefix, do not use
20954 rerun_to_main.
20955 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20956
20957 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20958
20959 * gdb.mi/basics.c: Add copyright notice.
20960 * gdb.mi/var-cmd.c: Add copyright notice.
20961
20962 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20963
20964 * lib/gdb.exp: Remove signed_keyword_not_used.
20965 * lib/compiler.c: Likewise.
20966 * lib/compiler.cc: Likewise.
20967
20968 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20969
20970 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20971 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20972
20973 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20974
20975 * gdb.base/whatis.c: Add copyright notice.
20976
20977 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20978
20979 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20980 it to skip the breakpoints encoded in the inline assembly.
20981
20982 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20983
20984 * Makefile.in: Add gdb.fortran.
20985
20986 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20987
20988 * gdb.base/call-sc.exp (test_scalar_returns):
20989 Fix cut-and-paste glitch in "Make fun return now".
20990
20991 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20992
20993 * configure.in: Add gdb.fortran.
20994 * configure: Regenerate.
20995 * gdb.fortran/Makefile.in: New file.
20996 * lib/gdb.exp (skip_fortran_tests): New procedure.
20997
20998 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20999
21000 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21001 reference to bug-gnu@prep.ai.mit.edu.
21002 * gdb.mi/mi-var-child.exp: Likewise.
21003 * gdb.mi/mi-var-cmd.exp: Likewise.
21004 * gdb.mi/mi-var-display.exp: Likewise.
21005 * gdb.mi/mi2-var-block.exp: Likewise.
21006 * gdb.mi/mi2-var-child.exp: Likewise.
21007 * gdb.mi/mi2-var-cmd.exp: Likewise.
21008 * gdb.mi/mi2-var-display.exp: Likewise.
21009
21010 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21011
21012 * gdb.base/unload.c (main): Make local variable msg const.
21013
21014 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21015
21016 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21017 to bug-gnu@prep.ai.mit.edu.
21018 * gdb.mi/mi-disassemble.exp: Likewise.
21019 * gdb.mi/mi-eval.exp: Likewise.
21020 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21021 default line number.
21022 * gdb.mi/mi-return.exp: Likewise.
21023 * gdb.mi/mi-simplerun.exp: Likewise.
21024 * gdb.mi/mi-stack.exp: Likewise.
21025 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21026 number with explicit range test.
21027 * gdb.mi/mi-watch.exp: Likewise.
21028 * gdb.mi/mi2-break.exp: Likewise.
21029 * gdb.mi/mi2-cli.exp: Likewise.
21030 * gdb.mi/mi2-disassemble.exp: Likewise.
21031 * gdb.mi/mi2-eval.exp: Likewise.
21032 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21033 default line number.
21034 * gdb.mi/mi2-return.exp: Likewise.
21035 * gdb.mi/mi2-simplerun.exp: Likewise.
21036 * gdb.mi/mi2-stack.exp: Likewise.
21037 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21038 number with explicit range test.
21039 * gdb.mi/mi2-watch.exp: Likewise.
21040
21041 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21042
21043 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21044 * gdb.cp/m-static.exp: Likewise.
21045 * gdb.cp/rtti.exp: Likewise.
21046
21047 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21048
21049 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21050
21051 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21052
21053 * ChangeLog: Prefix Local Variables with semi-colons and indent
21054 the reference to older ChangeLog files, to fix fontification in
21055 Emacs.
21056
21057 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21058
21059 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21060 * gdb.mi/mi2-break.exp: Likewise.
21061
21062 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21063
21064 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21065
21066 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21067
21068 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21069
21070 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21071
21072 * gdb.cp/classes.exp: Remove unused declarations. Just let
21073 test names default instead of providing special names. Remove
21074 extraneous demangler test.
21075
21076 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21077
21078 * gdb.base/unload.exp: New test for breakpoints in dynamically
21079 loaded libraries.
21080 * gdb.base/unload.c: Ditto.
21081 * gdb.base/unloadshr.c: Ditto.
21082
21083 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21084
21085 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21086 cp_test_ptype_class.
21087 (test_enums): Likewise.
21088
21089 2004-08-10 Andrew Cagney <cagney@gnu.org>
21090
21091 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21092 files.
21093
21094 2004-08-10 Andrew Cagney <cagney@gnu.org>
21095
21096 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21097 init_malloc call.
21098
21099 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21100
21101 * ChangeLog: Add copyright notice. The notice is copied
21102 from emacs 21.3 top level ChangeLog.
21103
21104 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21105
21106 * lib/cp-support.exp: New file.
21107 * lib/cp-support.exp (cp_test_type_class): New function.
21108 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21109 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21110 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21111 cp_test_ptype_class.
21112
21113 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21114
21115 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21116 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21117 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21118 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21119 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21120 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21121 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21122 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21123 gdb.mi/mi2-watch.exp: Update copyright years.
21124
21125 2004-08-09 Mark Kettenis <kettenis@gnu.org>
21126
21127 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21128
21129 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21130
21131 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21132 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21133 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21134 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21135 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21136 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21137 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21138 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21139 gdb.mi/mi-watch.exp: Update copyright years.
21140
21141 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21142
21143 PR gdb/1738
21144 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21145 from a breakpoint with a pending signal.
21146
21147 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21148
21149 PR gdb/1736
21150 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21151 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21152 the prompt.
21153 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21154
21155 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21156
21157 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21158
21159 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21160
21161 PR gdb/1736
21162 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21163 for i?86-*-linux*.
21164
21165 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21166
21167 * gdb.arch/i386-prologue.exp: Compile without debug information.
21168
21169 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21170
21171 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21172 rather than asking gdb to search.
21173
21174 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21175
21176 * gdb.base/gcore.c: Include <string.h>.
21177
21178 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21179
21180 * gdb.base/gcore.c: Add copyright notice.
21181
21182 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21183
21184 * gdb.base/freebpcmd.c: Include <stdio.h>.
21185 * gdb.base/long_long.c: Include <string.h>.
21186 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21187 * gdb.base/siginfo.c: Include <string.h>.
21188 * gdb.base/sigstep.c: Include <string.h>.
21189
21190 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21191
21192 * gdb.base/complex.c: Include <stdlib.h>.
21193
21194 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21195
21196 * gdb.base/complex.c: Add copyright notice.
21197
21198 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21199
21200 * gdb.base/charset.c: Include <stdlib.h>.
21201
21202 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21203
21204 * gdb.base/auxv.c: Include <stdlib.h>.
21205
21206 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21207
21208 * gdb.base/auxv.c: Add copyright notice.
21209
21210 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21211
21212 * gdb.base/coremaker.c: Add copyright notice.
21213 * gdb.base/coremaker2.c: Add copyright notice.
21214
21215 2004-08-04 Andrew Cagney <cagney@gnu.org>
21216
21217 * gdb.base/store.exp: Update copyright.
21218 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21219 names, do not import gdb_prompt.
21220
21221 2004-08-01 Andrew Cagney <cagney@gnu.org>
21222
21223 Fix PR testsuite/1729.
21224 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21225 not use capture_value with value 4.
21226 (capture_value): Add optional test name parameter.
21227 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21228 the prefix, pass to capture_value.
21229
21230 2004-08-01 Mark Kettenis <kettenis@gnu.org>
21231
21232 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21233 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21234 (main): Call new function.
21235
21236 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21239
21240 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21241
21242 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21243
21244 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21245
21246 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21247 Accept more values of vtbl pointer. Remove some messages
21248 about "obsolete gcc or gdb".
21249
21250 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21251
21252 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21253
21254 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21255
21256 * gdb.base/asm-source.exp: Properly convert target board
21257 debug flags from gcc format to binutils format.
21258
21259 2004-07-28 Mark Kettenis <kettenis@gnu.org>
21260
21261 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21262 gdb1718". PR backtrace/1718 partially fixed.
21263
21264 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21265
21266 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21267
21268 2004-07-26 Nick Clifton <nickc@redhat.com>
21269
21270 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21271 good default value for a specific architecture is available then
21272 set it to that value. Otherwise default to the -gstabs switch.
21273 Remove the -g... switches from the asm-flags variable. Allow the
21274 target board info to override the value if it wants to. Pass the
21275 switch on the assembler command line.
21276
21277 2004-07-23 Mark Kettenis <kettenis@gnu.org>
21278
21279 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21280 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21281 (main): Call new function.
21282
21283 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21284
21285 Test for PR exp/1715.
21286 * gdb.base/radix.exp: Refactor common procedures. Make all
21287 test names unique. Change XFAIL to KFAIL.
21288
21289 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21290
21291 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21292 * gdb.ada/gnat_ada.gin: ... to here.
21293 * configure.in: Use gnat_ada.gin.
21294 * configure: Regenerate.
21295
21296 2004-07-20 Andrew Cagney <cagney@gnu.org>
21297
21298 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21299 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21300 XFAILs. Clean up test messages and comments. Check backtraces.
21301 Delete re-sync code.
21302
21303 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21304
21305 Fix PR cli/740.
21306 * gdb.base/annota1.exp: Honor gdb,nosignals.
21307 * gdb.base/annota3.exp: Likewise.
21308
21309 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21310
21311 * lib/java.exp: Update copyright notice.
21312
21313 2004-07-19 Andrew Cagney <cagney@gnu.org>
21314
21315 * gdb.base/selftest.exp: Copy file from here ...
21316 * gdb.gdb/selftest.exp: ... to here.
21317
21318 2004-07-16 Andrew Cagney <cagney@redhat.com>
21319
21320 * lib/insight-support.exp: Delete file.
21321 * lib/java.exp (java_init): Fix copyright.
21322
21323 2004-07-16 Andrew Cagney <cagney@gnu.org>
21324
21325 * gdb.base/restore.c: Append "prologue" to comments marking the a
21326 function's prologue.
21327 * gdb.base/restore.exp: Update copyright, re-indent.
21328 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21329 callerN" prefix where needed. Update patterns that match a
21330 function's prologue.
21331
21332 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21333
21334 * gdb.base/restore.c: Add copyright notice.
21335
21336 2004-07-16 Andrew Cagney <cagney@gnu.org>
21337
21338 * gdb.base/logical.exp: Update copyright.
21339 (evaluate): New procedure. Use to re-implement tests using
21340 several tables.
21341
21342 2004-07-14 Martin Hunt <hunt@redhat.com>
21343
21344 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21345 which fixes some problems where init.tcl was not found.
21346
21347 2004-07-13 Andrew Cagney <cagney@gnu.org>
21348
21349 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21350 (check_sizeof, check_valueof): Do not include the output in the
21351 test name. Use gdb_test.
21352 (get_valueof): Use gdb_test_multiple.
21353
21354 * gdb.base/step-test.exp: Update copyright. Use
21355 gdb_test_multiple. Ensure that test names do not include
21356 architecture dependent output.
21357
21358 * gdb.gdb/observer.exp: Update copyright.
21359 (setup_test): Use gdb_test_multiple.
21360 (attach_first_observer, attach_second_observer)
21361 (attach_third_observer, detach_first_observer)
21362 (detach_second_observer, detach_third_observer)
21363 (reset_counters, check_counters): Make $message a prefix.
21364 (test_normal_stop_notifications): Add "args" parameter - a list of
21365 init functions to be called. Make $message a prefix,
21366 (test_observer_normal_stop): Change the message prefixes so that
21367 they are unique, pass the attach / detach procedures to
21368 test_normal_stop_notifications.
21369
21370 * gdb.base/signull.exp (test_segv): Prefix all tests with
21371 "${name}". Clean up test messages.
21372
21373 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21374
21375 * gdb.base/ena-dis-br.exp: Update copyright.
21376 (break_at): New function. Replace send_gdb with gdb_test,
21377 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21378 ignore count, not stopped at bpt", with KFAIL.
21379
21380 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
21381
21382 * gdb.base/attach.exp: Remove cleanupfile handling.
21383
21384 2004-07-12 Andrew Cagney <cagney@gnu.org>
21385
21386 * gdb.base/annota1.exp: Cleanup corefile test name.
21387 * gdb.base/annota3.exp: Ditto.
21388
21389 2004-07-12 Andrew Cagney <cagney@gnu.org>
21390
21391 * gdb.base/signals.exp: Clean up copyright, re-indent.
21392
21393 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21394 gdb_test and gdb_test_multiple.
21395
21396 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21397
21398 * gdb.java/jmain.exp: Fix expected line number for main to
21399 break at. Set XFAIL for break at main test since gcj does not
21400 provide line number info for first statement in main.
21401
21402 2004-07-08 Andrew Cagney <cagney@gnu.org>
21403
21404 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21405
21406 * gdb.base/sigbpt.exp: Make the common part of each test name a
21407 prefix instead of suffix.
21408
21409 2004-07-07 Bob Rossi <bob_rossi@cox.net>
21410
21411 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21412 test from test_tbreak_creation_and_listing to
21413 test_file_list_exec_source_file
21414 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21415 Changed name of test from test_tbreak_creation_and_listing to
21416 test_file_list_exec_source_file
21417
21418 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21419
21420 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21421 the jmisc() constructor instead of <init>.
21422 * gdb.java/jmisc1.exp: Ditto.
21423
21424 2004-07-07 Andrew Cagney <cagney@gnu.org>
21425
21426 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21427 corrupting the PC.
21428
21429 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21430
21431 * gdb.cp/templates.exp: Accept whitespace change in demangler
21432 output.
21433
21434 2004-07-06 Andrew Cagney <cagney@gnu.org>
21435
21436 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21437
21438 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21439
21440 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21441 * lib/compiler.cc: Likewise.
21442
21443 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21444
21445 * lib/compiler.cc: Work around string preprocessing problem
21446 with old hp c++ compiler.
21447 * lib/compiler.c: Likewise.
21448
21449 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21450
21451 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21452 directives to conditionalize symbol prefixing.
21453 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21454 additional_flags handling. Add underscore prefix for Cygwin.
21455 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21456 conditionalize symbol prefixing.
21457 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21458 additional_flags handling. Add underscore prefix for Cygwin.
21459
21460 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21461
21462 * gdb.base/bigcore.exp: Skip test on Cygwin.
21463
21464 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21465
21466 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21467 formats for "info register". Use gdb_test_multiple. Fix
21468 the "invalid register" test.
21469
21470 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
21471
21472 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21473 PID for Cygwin. Add Cygwin specific strings to check for in some
21474 tests.
21475 (do_attach_tests): Add a test for user interaction when attaching
21476 to a process with no matching symbol table already loaded.
21477
21478 2004-06-26 Andrew Cagney <cagney@gnu.org>
21479
21480 Test PR java/1567 and PR java/1565.
21481 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21482 * gdb.java/jmisc2.exp: Delete file.
21483
21484 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21485
21486 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21487
21488 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
21489
21490 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21491 attach process.
21492
21493 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21494
21495 * gdb.cp/pr-1553.exp: Remove.
21496
21497 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21498
21499 * gdb.cp/pr-1553.cc: Remove.
21500 * gdb.cp/pr-1553.exp: Disable this test.
21501
21502 2004-06-20 Jim Blandy <jimb@redhat.com>
21503
21504 Fix PR testsuite/1680.
21505 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21506 regular expressions.
21507
21508 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21509
21510 Fix PR testsuite/1679.
21511 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21512 Issue an UNSUPPORTED result instead.
21513
21514 2004-06-18 Jim Blandy <jimb@redhat.com>
21515
21516 * gdb.base/charset.exp: Only send a control-C if we see a new
21517 prompt and incomplete command.
21518
21519 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21520
21521 * gdb.cp/pr-574.cc: Add copyright notice.
21522
21523 2004-06-17 Jim Blandy <jimb@redhat.com>
21524
21525 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21526 cases where the regexp has no groups; this grabs random text from
21527 the previous test suite, whatever that was.
21528
21529 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * gdb.cp/printmethod.cc: Add copyright notice.
21532
21533 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21534
21535 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21536
21537 2004-06-16 Andrew Cagney <cagney@gnu.org>
21538
21539 * gdb.base/signull.c: Update copyright. Include <string.h>.
21540 (bowler): Replace data_pointer with data_read
21541 and data_write cases. Add code_descriptor case.
21542 (zero, desc): New array and pointer.
21543 (data, code): Change to simple pointers.
21544 * gdb.base/signull.exp: Fix probe pattern matching a function
21545 descriptor SIGSEGV. Replace data_pointer with data_read and
21546 data_write tests.
21547
21548 2004-06-16 Andrew Cagney <cagney@gnu.org>
21549
21550 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21551
21552 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21553
21554 * gdb.base/long_long.c: Add copyright notice.
21555
21556 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21557
21558 * gdb.base/long_long.exp: Remove reference to
21559 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21560 to gdb_breakpoint and gdb_continue_to_breakpoint.
21561
21562 2004-06-14 Jim Blandy <jimb@redhat.com>
21563
21564 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21565 endian case.
21566
21567 2004-06-14 Andrew Cagney <cagney@gnu.org>
21568
21569 * gdb.base/gcore.exp (capture_command_output): Delete the always
21570 passing tests containing inferior values.
21571 * gdb.base/ending-run.exp: Do not include the breakpoint address
21572 in the test message. Update copyright.
21573 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21574 size in the test name, use gdb_test_multiple. Update copyright.
21575
21576 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21577
21578 * gdb.cp/ref-types.cc: Add copyright notice.
21579
21580 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21581
21582 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21583 hp_aCC_compiler.
21584 * lib/compiler.cc: Likewise.
21585 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21586 'set' commands. Log diagnostics for other lines. Set
21587 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21588
21589 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21590
21591 * gdb.cp/try_catch.cc: Add copyright notice.
21592
21593 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21594
21595 * gdb.cp/userdef.cc: Add copyright notice.
21596
21597 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21598
21599 * gdb.cp/virtfunc.cc: Add copyright notice.
21600
21601 2004-06-11 Randolph Chung <tausq@debian.org>
21602
21603 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21604 problem.
21605
21606 2004-06-10 Andrew Cagney <cagney@gnu.org>
21607
21608 * lib/compiler.cc, lib/compiler.c: Append either
21609 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21610 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21611 instead of gcc-3-3.
21612
21613 2004-06-09 Andrew Cagney <cagney@gnu.org>
21614
21615 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21616 gdb/1455, bug is specific to "long long" and "double".
21617
21618 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21619 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21620 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21621 fixed.
21622
21623 2004-06-09 Andrew Cagney <cagney@gnu.org>
21624
21625 * gdb.base/structs.exp (test_struct_returns): Replace
21626 "return_value_unknown" and "finish_value_unknown" by
21627 "return_value_known" and "finish_value_known". Instead of
21628 "return_value_unknown" iff "finish_value_unknown", check
21629 "return_value_known" implies "finish_value_known".
21630
21631 2004-06-08 Martin Hunt <hunt@redhat.com>
21632
21633 * gdb.base/float.exp: Add pattern for mips targets.
21634
21635 2004-06-08 Randolph Chung <tausq@debian.org>
21636
21637 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21638 message for unknown architectures more clear.
21639
21640 2004-06-08 Joel Brobecker <brobecker@gnat.com>
21641
21642 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21643 start the execution of the program.
21644
21645 2004-06-07 Jim Blandy <jimb@redhat.com>
21646
21647 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21648 * gdb.arch/i386-cpuid.h: New helper file.
21649
21650 2004-06-07 Randolph Chung <tausq@debian.org>
21651
21652 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21653 has started.
21654
21655 2004-06-04 Roland McGrath <roland@redhat.com>
21656
21657 Fix PR gdb/1647.
21658 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21659 differently to be robust to output buffering differences.
21660
21661 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21662
21663 * gdb.threads/pthreads.exp: Update copyright years.
21664 (check_control_c): Change asynchronous 'after' to synchronous.
21665
21666 2004-06-04 Roland McGrath <roland@redhat.com>
21667
21668 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21669 next gdb prompt.
21670
21671 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21672
21673 Fix PR gdb/1636.
21674 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21675 calls to synchronous.
21676
21677 2004-05-26 Jim Blandy <jimb@redhat.com>
21678
21679 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21680
21681 2004-05-24 Randolph Chung <tausq@debian.org>
21682
21683 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21684 * gdb.asm/pa.inc: New file.
21685
21686 2004-05-22 Mark Kettenis <kettenis@gnu.org>
21687
21688 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21689
21690 2004-05-21 Joel Brobecker <brobecker@gnat.com>
21691 Daniel Jacobowitz <drow@mvista.com>
21692
21693 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21694 GDB prompt.
21695
21696 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21697
21698 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
21699 setjmp/longjmp. Use sigaction instead of signal.
21700
21701 2004-05-19 J. Brobecker <brobecker@gnat.com>
21702 Michael Snyder <msnyder@redhat.com>
21703
21704 * gdb.threads/pthread_cond_wait.c: New file.
21705 * gdb.threads/pthread_cond_wait.exp: New testcase.
21706
21707 2004-05-13 Andrew Cagney <cagney@redhat.com>
21708
21709 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21710 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21711
21712 2004-05-11 Andrew Cagney <cagney@redhat.com>
21713
21714 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21715 fixed but revealed gdb/1639.
21716
21717 2004-05-10 Andrew Cagney <cagney@redhat.com>
21718
21719 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21720 func1" and "next to 2nd alarm", kernel bug avoided.
21721
21722 2004-05-10 Daniel Jacobowitz <dan@debian.org>
21723
21724 PR external/1568
21725 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21726 XFAIL if it is smaller than bytes_allocated.
21727 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21728 (main): Make chunks_allocated unsigned. Correct comment.
21729
21730 2004-05-07 Joel Brobecker <brobecker@gnat.com>
21731
21732 * gdb.arch/powerpc-aix-prologue.c: New file.
21733 * gdb.arch/powerpc-aix-prologue.exp: New file.
21734
21735 2004-05-07 Jim Blandy <jimb@redhat.com>
21736
21737 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21738 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21739
21740 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21741
21742 * gdb.base/sep.exp: No longer setup_kfail when the program was
21743 built with dwarf2.
21744
21745 2004-05-05 Jim Ingham <jingham@apple.com>
21746
21747 * gdb.base/pending.exp: Make sure pending breakpoints
21748 preserve the ignore count.
21749
21750 2004-04-27 Jerome Guitton <guitton@gnat.com>
21751
21752 * i386-prologue.exp: Add testcase for jump instruction as first
21753 instruction of the real code.
21754 * i386-prologue.c (jump_at_beginning): New function.
21755
21756 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21757
21758 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21759 x86_64-*-*.
21760
21761 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21762
21763 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21764 i*86-*-*.
21765
21766 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21767
21768 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21769 expression that checks the return type.
21770
21771 2004-04-23 Andrew Cagney <cagney@redhat.com>
21772
21773 * gdb.base/call-sc.exp: New test of scalar call/return values.
21774 * gdb.base/call-sc.c: Ditto.
21775
21776 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21777
21778 * gdb.threads/manythreads.c: Reduce thread stack size.
21779
21780 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21781
21782 * gdb.threads/manythreads.c: Add copyright notice.
21783
21784 2004-04-23 Andrew Cagney <cagney@redhat.com>
21785
21786 * gdb.base/siginfo.exp: Better handle step out of signal.
21787 * gdb.base/sigstep.exp: Ditto.
21788
21789 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21790 Daniel Jacobowitz <drow@mvista.com>
21791
21792 * gdb.threads/manythreads.c: New testcase.
21793 * gdb.threads/manythreads.exp: Ditto.
21794
21795 2004-04-22 Jim Blandy <jimb@redhat.com>
21796
21797 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21798 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21799
21800 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21801
21802 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21803
21804 2004-04-21 Andrew Cagney <cagney@redhat.com>
21805
21806 * gdb.base/sigstep.c: New file.
21807 * gdb.base/sigstep.exp: New file.
21808
21809 2004-04-16 Joel Brobecker <brobecker@gnat.com>
21810
21811 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21812 call to observer_notify_normal_stop.
21813
21814 2004-04-15 Andrew Cagney <cagney@redhat.com>
21815
21816 * gdb.base/siginfo.c: New file.
21817 * gdb.base/siginfo.exp: New file.
21818
21819 2004-04-12 J. Brobecker <brobecker@gnat.com>
21820
21821 * gdb.base/sep.exp: Fix typo in comment.
21822
21823 2004-04-12 J. Brobecker <brobecker@gnat.com>
21824
21825 * gdb.base/sep.c: New file.
21826 * gdb.base/sep-proc.c: New file.
21827 * gdb.base/sep.exp: New testcase.
21828
21829 2004-04-09 Mark Kettenis <kettenis@gnu.org>
21830
21831 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21832 support.
21833
21834 2004-04-05 Andrew Cagney <cagney@redhat.com>
21835
21836 * gdb.base/sigaltstack.c: New file.
21837 * gdb.base/sigaltstack.exp: New file.
21838
21839 2004-04-04 Joel Brobecker <brobecker@gnat.com>
21840
21841 * gdb.base/foll-fork.exp: Update the expected output for
21842 "help set follow-fork-mode", to match a change that was made
21843 to the help of this variable on 2004-01-13.
21844
21845 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21846
21847 * lib/ada.exp: Add copyright notice.
21848 * bar.ads: Likewise.
21849 * bar.adb: Likewise.
21850 * null_record.adb: Likewise.
21851 * null_record.exp: Likewise.
21852 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21853
21854 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21855
21856 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21857 * configure: Regenerate.
21858
21859 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21860
21861 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21862 to build the application. Remove the message printed when in
21863 verbose mode, redundant with the UNSUPPORTED message above.
21864
21865 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21866
21867 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21868 * gdb.ada (null_record.exp): New testcase.
21869
21870 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21871
21872 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21873
21874 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21875
21876 * gdb.ada: New subdirectory.
21877 * gdb.ada/Makefile.in: New file.
21878 * gdb.ada/gnat_ada.gpr.in: New file.
21879
21880 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21881
21882 * lib/ada.exp: New file.
21883
21884 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
21885
21886 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21887 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21888
21889 2004-03-22 Andrew Cagney <cagney@redhat.com>
21890
21891 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21892 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21893 Problem identified by Ulrich Weigand.
21894
21895 2004-03-17 David Carlton <carlton@kealia.com>
21896
21897 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21898 PR c++/826.
21899
21900 2004-03-16 Roland McGrath <roland@redhat.com>
21901
21902 * gdb.base/auxv.exp: New file.
21903 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21904
21905 2004-03-12 David Carlton <carlton@kealia.com>
21906
21907 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21908 * gdb.cp/pr-1553.cc: Ditto.
21909 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21910 pass branch.
21911
21912 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21913
21914 * gdb.cp/templates.exp: Accept more template types.
21915
21916 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21917
21918 From Corinna Vinschen with modifications.
21919 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21920 local variable obj_with_enum.
21921 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21922 results with obj_with_enum.
21923
21924 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21925
21926 * gdb.cp/classes.cc: New file, copied from misc.cc.
21927 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21928
21929 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21930
21931 * gdb.cp/misc.cc: Add copyright notice.
21932
21933 2004-03-05 David Carlton <carlton@kealia.com>
21934
21935 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21936 * gdb.cp/rtti.h: Update copyright.
21937 (namespace n2::n3): New.
21938 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21939 (n2::n3::func3): New.
21940 (main): Call n2::n3::func3.
21941 * gdb.cp/rtti2.cc: Update copyright.
21942 (n2::create3): New.
21943
21944 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21945
21946 * gdb.asm/openbsd.inc: Fix typo.
21947
21948 2004-03-03 Fred Fish <fnf@redhat.com>
21949
21950 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21951 "val" instead of unused "size". Update copyright year.
21952
21953 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21954
21955 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21956 to use unsigned char.
21957 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21958 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21959
21960 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21961
21962 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21963 line of output.
21964
21965 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21966
21967 * gdb.base/relocate.c (dummy): Initialize.
21968
21969 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21970
21971 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21972 a breakpoint at exit.
21973
21974 2004-02-27 Fred Fish <fnf@redhat.com>
21975
21976 * gdb.base/chng-syms.exp: Add expect condition to match failing
21977 case that isn't a timeout.
21978
21979 2004-02-27 Andrew Cagney <cagney@redhat.com>
21980
21981 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21982 support.
21983
21984 2004-02-26 Fred Fish <fnf@redhat.com>
21985
21986 * gdb.arch/gdb1431.c: Remove.
21987 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21988 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21989 of "until" incorrectly.
21990
21991 2004-02-26 J. Brobecker <brobecker@gnat.com>
21992
21993 * gdb.cp/class2.cc (empty): New class.
21994 (refer): New function.
21995 (main): Declare an object of type empty and use it.
21996 * gdb.cp/class2.exp: Print the value of an object of type empty.
21997
21998 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21999
22000 * gdb.base/langs.exp: Update query string to match the
22001 new nquery format used for pending breakpoints.
22002
22003 2004-02-26 Andrew Cagney <cagney@redhat.com>
22004
22005 Fix PR i18n/1570.
22006 * gdb.base/charset.c: Update copyright notice.
22007 (main, init_string): Remove the escape character '\e' tests.
22008 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22009 * gdb.base/charset.exp (valid_host_charset): Ditto.
22010 * gdb.base/setvar.exp: Ditto.
22011
22012 2004-02-24 Andrew Cagney <cagney@redhat.com>
22013
22014 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22015 mmapped data in core file" PASS and FAIL messages consistent.
22016
22017 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22018 setting a breakpoint. Work around PR java/1565.
22019
22020 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22021
22022 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22023 new nquery format.
22024 * gdb.base/pending.exp: Ditto.
22025
22026 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22027
22028 * configure.in: Run stabs tests on *BSD.
22029 * configure: Regenerated.
22030
22031 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22032
22033 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22034
22035 2004-02-20 Fred Fish <fnf@redhat.com>
22036
22037 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22038 blank in test for "returns short", for consistency with other
22039 "returns xxx" tests. Update copyright year.
22040
22041 2004-02-19 Fred Fish <fnf@redhat.com>
22042
22043 New testcase for PR breakpoint/1558.
22044 * gdb.arch/gdb1558.exp: New file.
22045 * gdb.arch/gdb1558.c: New file.
22046
22047 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22048
22049 * gdb.base/nodebug.exp: Fix typo.
22050
22051 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22052
22053 Committed by Jim Blandy <jimb@redhat.com>.
22054
22055 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22056
22057 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22058
22059 * gdb.base/float.exp: Support s390*-*-* targets.
22060
22061 2004-02-17 Adam Fedor <fedor@gnu.org>
22062
22063 * gdb.base/gdb1555.exp: New file.
22064 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22065
22066 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22067
22068 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22069
22070 2004-02-16 Fred Fish <fnf@redhat.com>
22071
22072 * gdb.arch/gdb1291.c: Remove
22073 * gdb.arch/gdb1291.s: New test input file.
22074 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22075 fail. Test for correct result, known incorrect result, other
22076 failures and timeouts.
22077
22078 2004-02-16 Andrew Cagney <cagney@redhat.com>
22079
22080 * gdb.base/bigcore.exp: New file.
22081 * gdb.base/bigcore.c: New file.
22082
22083 2004-02-13 Andrew Cagney <cagney@redhat.com>
22084
22085 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22086 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22087 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22088 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22089 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22090 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22091 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22092 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22093 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22094 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22095
22096 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22097
22098 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22099 executed is an alloc instruction.
22100
22101 2004-02-11 David Carlton <carlton@kealia.com>
22102
22103 * gdb.cp/breakpoint.exp: New.
22104 * gdb.cp/breakpoint.cc: New.
22105
22106 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22107
22108 Partial fix for PR gdb/1543.
22109 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22110 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22111 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22112 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22113 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22114 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22115 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22116 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22117 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22118 to bug-gdb@prep.ai.mit.edu .
22119 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22120 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22121 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22122 Likewise.
22123
22124 2004-02-10 Andrew Cagney <cagney@redhat.com>
22125
22126 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22127 using gdb_internal_error_resync.
22128
22129 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
22130
22131 * gdb.threads/thread-specific.exp: Stop early if no threads are
22132 found.
22133
22134 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22135
22136 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22137
22138 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
22139
22140 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22141 breakpoints.
22142
22143 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
22144
22145 * config/sim.exp (gdb_load): Handle $arg == "".
22146 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22147 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22148
22149 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
22150
22151 * gdb.base/maint.exp: Update test to reflect
22152 obstack changes.
22153
22154 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22155
22156 * gdb.base/pendshr.c (pendfunc): New function that calls
22157 pendfunc1.
22158 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22159
22160 2004-02-04 Fred Fish <fnf@redhat.com>
22161
22162 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22163 function symbols and update copyright years.
22164 * gdb.arch/gdb1291.c: Ditto.
22165
22166 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22167
22168 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22169
22170 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22171
22172 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22173
22174 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22175
22176 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22177
22178 2004-02-02 Fred Fish <fnf@redhat.com>
22179
22180 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22181 remote targets. Update copyright years.
22182
22183 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22184
22185 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22186 support.
22187 * gdb.base/langs.exp: Fix test which attempts to create
22188 breakpoint on non-existent function to handle new pending
22189 support.
22190 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22191 a breakpoint.
22192 * gdb.base/pending.exp: New test.
22193 * gdb.base/pending.c: New file.
22194 * gdb.base/pendshr.c: Ditto.
22195
22196 2004-02-02 David Carlton <carlton@kealia.com>
22197
22198 * gdb.cp/overload.exp: Add overloadNamespace tests.
22199 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22200 (overloadNamespace, XXX): New.
22201 (main): Call XXX::marker2.
22202
22203 2004-02-01 Fred Fish <fnf@redhat.com>
22204
22205 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22206 * gdb.base/finish.exp: Ditto.
22207 * gdb.base/gcore.exp: Ditto.
22208 * gdb.base/huge.exp: Ditto.
22209 * gdb.base/info-proc.exp: Ditto.
22210 * gdb.base/return2.exp: Ditto.
22211 * gdb.threads/gcore-thread.exp: Ditto.
22212
22213 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22214
22215 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22216
22217 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22218
22219 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22220 that opening the file succeeds on OpenBSD.
22221
22222 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22223
22224 * gdb.threads/thread-specific.c: New file.
22225 * gdb.threads/threads-specific.exp: New test script.
22226 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22227 to expect_out.
22228
22229 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22230
22231 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22232 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22233 only on the "print_small_structs from print_long_arg_list" test.
22234
22235 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22236
22237 * gdb.base/completion.exp: Kill a stray backslash.
22238
22239 From Jim Ingham <jingham@apple.com>:
22240 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22241 agrees with the result from sending a tab.
22242
22243 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
22244
22245 * gdb.base/chng-syms.exp: Remove stray newline.
22246
22247 2004-01-31 Mark Kettenis <kettenis@gnu.org>
22248
22249 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22250 *-*-openbsd*.
22251 * gdb.asm/openbsd.inc: New file.
22252
22253 2004-01-30 Mark Kettenis <kettenis@gnu.org>
22254
22255 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22256 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22257 *-*solaris2*. Remove commented out default settings for
22258 asm-flags. Replace gdb_compile with target_link.
22259
22260 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22261
22262 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22263 for all tests. Remove old hp-ux and cygnus xfail cases.
22264
22265 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22266
22267 * gdb.base/chng-syms.exp: New file.
22268 * gdb.base/chng-syms.c: New file.
22269
22270 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22271
22272 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22273 Provide arms for current output in all my configurations.
22274
22275 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22276
22277 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22278 * lib/compiler.cc: Likewise.
22279 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22280 get the right preprocessor. Eval the output directly. Remove
22281 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22282 hp_f77_compiler and hp_f90_compiler completely.
22283 (gdb_preprocess): Delete.
22284 (get_compiler): Delete.
22285
22286 2004-01-24 Mark Kettenis <kettenis@gnu.org>
22287
22288 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22289 <string.h>.
22290
22291 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
22292
22293 * gdb.mi/mi-stack.exp: Update copyright.
22294
22295 2004-01-23 David Carlton <carlton@kealia.com>
22296
22297 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22298 test for cp_lookup_transparent_type.
22299 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22300 call them.
22301
22302 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
22303
22304 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22305 after -var-update.
22306
22307 2004-01-23 David Carlton <carlton@kealia.com>
22308
22309 * gdb.cp/namespace.cc (C::ensureRefs): New.
22310 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22311
22312 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
22313
22314 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22315 case "-stack-list-locals 2".
22316 * gdb.mi/mi-var-child.exp: Test for case
22317 "-var-list-children --all-values NAME".
22318
22319 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22320
22321 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22322
22323 2004-01-18 Mark Kettenis <kettenis@gnu.org>
22324
22325 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22326 used with gdb_test_multiple.
22327
22328 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22329 read at address 0. This fixes PR testsuite/1504.
22330
22331 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
22332
22333 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22334 Remove downloading, guessing the host executable, the calls to
22335 gdb_file_cmd and gdb_target_cmd, and "load" support.
22336 (infer_host_exec): New function broken out from gdb_load.
22337 (gdb_load): New wrapper for gdbserver_gdb_load.
22338 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22339 gdb_target_cmd. Use -target-select.
22340 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22341 Download binaries to the host. Clear last_mi_remote_file when
22342 we load a new binary.
22343 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22344 call gdbserver_gdb_load and mi_gdb_target_cmd.
22345
22346 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22347
22348 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22349 type patterns.
22350
22351 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22352
22353 * gdb.cp/templates.exp: Fix typo in test name of
22354 "print Foo<volatile char*>::foo".
22355
22356 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22357
22358 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22359
22360 2004-01-16 Ben Elliston <bje@wasabisystems.com>
22361
22362 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22363 (clean mostlyclean): Remove empty rm.
22364
22365 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22366
22367 * gdb.base/setvar.exp: Add copyright years.
22368
22369 2004-01-14 David Carlton <carlton@bactrian.org>
22370
22371 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22372 PR c++/1511 and update coment.
22373 * gdb.cp/templates.exp: Update patterns to match current output.
22374 If changes involve something other than whitespace, KFAIL
22375 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22376
22377 2004-01-14 David Carlton <carlton@kealia.com>
22378
22379 * gdb.cp/namespace.exp: Add tests involving classes defined within
22380 namespaces.
22381 * gdb.cp/namespace.cc (C::CClass): New.
22382 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22383
22384 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
22385
22386 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22387 what debug info we have. Print a better message if something goes
22388 wrong while producing the separate debug info file.
22389
22390 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22391
22392 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22393
22394 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22395
22396 * gdb.base/callfuncs.c: Add copyright notice.
22397
22398 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22399
22400 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22401 inheritance. PR gdb/1498, PR gcc/13539.
22402
22403 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
22404
22405 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22406 test specific name.
22407 * gdb.mi/gdb669.exp: Ditto.
22408 * gdb.mi/mi-pthreads.exp: Ditto.
22409 * gdb.mi/mi1-pthreads.exp: Ditto.
22410 * gdb.mi/mi2-pthreads.exp: Ditto.
22411
22412 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22413
22414 * gdb.cp/member-ptr.cc: Add copyright notice.
22415
22416 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22417
22418 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22419 some patterns for recent versions of gcc and hpacc. Delete
22420 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22421 Delete tests that access a NULL pointer-to-member-data. This
22422 script is still disabled for gcc.
22423
22424 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22425
22426 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22427 escaped correctly.
22428
22429 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22430
22431 * gdb.base/sepdebug.exp: New file.
22432 * gdb.base/sepdebug.c: New file.
22433 * lib/gdb.exp (separate_debug_filename): New procedure.
22434 (gdb_gnu_strip_debug): New procedure.
22435
22436 2004-01-12 Andrew Cagney <cagney@redhat.com>
22437
22438 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22439 * gdb.mi/ChangeLog-1999-2003: New file.
22440
22441 2004-01-12 Andrew Cagney <cagney@redhat.com>
22442
22443 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22444 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22445 or EEXIST", treat EBUSY as an XFAIL.
22446
22447 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22448
22449 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22450 hp_cc_compiler.
22451
22452 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22453
22454 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22455 decorations.
22456
22457 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22458
22459 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22460 and "(aCC)" decorations. Remove obsolete doco about old
22461 test results.
22462
22463 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22464
22465 * gdb.cp/exception.exp: Fix typo in doco.
22466
22467 2004-01-09 Mark Kettenis <kettenis@gnu.org>
22468
22469 * gdb.base/gdb1476.exp: Fix typo.
22470
22471 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22472
22473 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22474 file.
22475
22476 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22477
22478 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22479 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22480 Use gdb_compile. Remove restriction on gcc. Add some patterns
22481 for recent version of gdb. Delete second half, which was a copy
22482 of the first half with different build flags. This test is
22483 still disabled because it is still not ready for production.
22484
22485 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22486
22487 * gdb.cp/exception.cc: Add copyright notice.
22488 * gdb.cp/exception.exp: Add a notice that this file is broken
22489 because of line number changes caused by addition of copyright
22490 notice.
22491
22492 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22493
22494 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22495 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22496
22497 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22498
22499 * gdb.cp/classes.exp: Accept gnu abi 2.
22500 * gdb.cp/derivation.exp: Likewise.
22501 * gdb.cp/overload.exp: Likewise.
22502 * gdb.cp/virtfunc.exp: Likewise.
22503
22504 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22505
22506 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22507 semicolon after end of function.
22508
22509 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22510
22511 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22512 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22513 boilerplate code for compiling and running the program under
22514 test. Add some string method tests.
22515
22516 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22517
22518 * gdb.cp/bs15503.cc: Add copyright notice.
22519 * gdb.cp/bs15503.exp: Adjust line number.
22520
22521 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22522
22523 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22524 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22525
22526 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22527
22528 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22529 hp_cc_compiler.
22530
22531 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22532
22533 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22534 * gdb.cp/ctti.exp: Use the marker instead of "next".
22535 With gcc, run further before bailing.
22536
22537 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22538
22539 * gdb.cp/cttiadd.cc: Add copyright notice.
22540 * gdb.cp/cttiadd1.cc: Likewise.
22541 * gdb.cp/cttiadd2.cc: Likewise.
22542 * gdb.cp/cttiadd3.cc: Likewise.
22543
22544 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22545
22546 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22547 Use gdb_test, gdb_test_multiple. Use floating-point values that
22548 have exact representations in IEEE-ish formats.
22549
22550 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22551
22552 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22553 compilers. Delete duplicate call to get_compiler_info.
22554 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22555 * gdb.base/volatile.exp: Likewise.
22556
22557 2004-01-07 Mark Kettenis <kettenis@gnu.org>
22558
22559 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22560 memory at address 0.
22561
22562 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22563
22564 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22565 to test for hp-ux assembler. Fix copyright years.
22566
22567 2004-01-07 Andrew Cagney <cagney@redhat.com>
22568
22569 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22570
22571 2004-01-07 Andrew Cagney <cagney@redhat.com>
22572
22573 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22574 when creating the read-only file. From analysis by Roland McGrath
22575 and Elena Zannoni.
22576
22577 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22578
22579 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22580
22581 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22582
22583 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22584 data pointers.
22585
22586 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22587
22588 * gdb.cp/m-static.exp: Compile one source file at a time.
22589 Delete unused call to get_compiler_info.
22590
22591 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22592
22593 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22594 * gdb.base/call-rt-st.exp: Likewise.
22595 * gdb.base/nodebug.exp: Likewise.
22596 * gdb.base/volatile.exp: Likewise.
22597 * gdb.cp/ref-types.exp: Likewise.
22598 * gdb.cp/templates.exp: Likewise.
22599
22600 2004-01-05 Mark Kettenis <kettenis@gnu.org>
22601
22602 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22603
22604 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22605
22606 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22607 hppa*-hp-hpux*.
22608
22609 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22610
22611 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22612 x86_64-*-*.
22613
22614 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22615 sparc64-*-* and sparc*-solaris2*.
22616
22617 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22618
22619 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22620 return ${tests}" test. The ${tests} already mentions the
22621 filename.
22622
22623 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22624
22625 * gdb.cp/local.exp: Accept gcc abi 2.
22626
22627 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22628
22629 * gdb.cp/templates.exp: Accept gcc abi 2.
22630
22631 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22632
22633 * lib/compiler.cc: Remove supports_template_debugging.
22634 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22635
22636 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22637
22638 * gdb.cp/namespace.exp: Accept gcc abi 2.
22639
22640 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22641
22642 * gdb.cp/method.exp: Accept gcc abi 2.
22643
22644 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22645
22646 * gdb.cp/classes.exp: Generate identical results as old version.
22647 * gdb.cp/derivation.exp: Likewise.
22648 * gdb.cp/overload.exp: Likewise.
22649 * gdb.cp/virtfunc.exp: Likewise.
22650
22651 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22652
22653 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22654 mysterious bug with sourceware version of expect.
22655
22656 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22657
22658 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22659 current versions of gcc, including gcc abi 2. Remove gratuitous
22660 restart of test program. Use gdb_test_multiple and gdb_test for
22661 all tests. Add patterns to xfail missing "const" in "const char *"
22662 and kfail PR gdb/1155.
22663
22664 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22665
22666 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22667 current versions of gcc, including gcc abi 2. Remove gratuitous
22668 restart of test program. Use gdb_test_multiple and gdb_test for
22669 all tests. Add patterns to kfail PR gdb/1498.
22670
22671 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22672
22673 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22674 current versions of gcc, including gcc abi 2. Use "breakpoint"
22675 and "continue" instead of restarting the target program. Use
22676 gdb_test_multiple and gdb_test for all tests.
22677
22678 2004-01-01 Mark Kettenis <kettenis@gnu.org>
22679
22680 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22681 for *-*-solaris2*.
22682
22683 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22684
22685 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22686 current versions of gcc, including gcc abi 2. Use "breakpoint"
22687 and "continue" instead of restarting the target program several
22688 times. Use gdb_test_multiple and gdb_test for all tests.
22689
22690 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22691
22692 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22693 source files.
22694
22695 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22696
22697 * gdb.base/environ.exp: Handle compiling test case from multiple
22698 source files.
22699
22700 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22701
22702 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22703
22704 2003-12-17 Jim Blandy <jimb@redhat.com>
22705
22706 * gdb.base/freebpcmd.c: Add copyright notice.
22707
22708 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22709
22710 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22711
22712 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22713
22714 2003-12-13 Jim Blandy <jimb@redhat.com>
22715
22716 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22717
22718 2003-12-12 Kevin Buettner <kevinb@redhat.com>
22719
22720 * gdb.asm/frv.inc: New file.
22721 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22722
22723 2003-12-09 Fred Fish <fnf@redhat.com>
22724
22725 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22726 functions to break1.c and leave prototypes behind. Add more
22727 "set breakpoint NN here" comments.
22728 * gdb.base/break1.c: New file.
22729
22730 * gdb.base/break.exp: Handle compiling test case from multiple
22731 source files and change source file references as needed.
22732 * gdb.base/completion.exp: Ditto.
22733 * gdb.base/condbreak.exp: Ditto.
22734 * gdb.base/define.exp: Ditto.
22735 * gdb.base/ena-dis-br.exp: Ditto.
22736 * gdb.base/info-proc.exp: Ditto.
22737 * gdb.base/maint.exp: Ditto.
22738 * gdb.base/until.exp: Ditto.
22739
22740 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22741 hardcoded line numbers.
22742 * gdb.base/define.exp: Ditto.
22743 * gdb.base/ena-dis-br.exp: Ditto.
22744 * gdb.base/maint.exp: Ditto.
22745 * gdb.base/until.exp: Ditto.
22746
22747 * gdb.base/completion.exp: Use "break1" for completion tests since
22748 "break" is no longer a unique prefix.
22749
22750 2003-12-06 Andrew Cagney <cagney@redhat.com>
22751
22752 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22753 "return_value_unimplemented". When an unimplemented struct return
22754 architecture, report incorrect values as a KFAIL
22755
22756 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22757
22758 * gdb.cp/rtti.exp: Accept new wording of warning from
22759 cp_lookup_rtti_type.
22760
22761 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22762
22763 Partial fix for PR testsuite/1456.
22764 * gdb.base/scope.exp (test_at_main): Replace references to
22765 gcc_compiled with calls to test_compiler_info.
22766 (test_at_foo): Likewise.
22767 (test_at_bar): Likewise.
22768
22769 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22770
22771 Partial fix for PR testsuite/1456.
22772 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22773 to test_compiler_info.
22774
22775 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22776
22777 * gdb.base/so-impl-ld.exp: Update copyright notice.
22778
22779 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22780
22781 Partial fix for PR testsuite/1456.
22782 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22783 to test_compiler_info.
22784
22785 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22786
22787 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22788 from current versions of gdb. Clean up regular expressions.
22789 Delete redundant timeout case.
22790
22791 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22792
22793 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22794 from current versions of gdb. Clean up regular expressions.
22795 Delete redundant timeout case.
22796
22797 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22798
22799 Partial fix for PR testsuite/1456.
22800 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22801 gcc_compiled with call to test_compiler_info.
22802
22803 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22804
22805 Partial fix for PR testsuite/1456.
22806 * gdb.base/list.exp (test_list_function): Delete unused declaration
22807 of gcc_compiled.
22808
22809 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22810
22811 Partial fix for PR testsuite/1456.
22812 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22813 call to test_compiler_info.
22814
22815 2003-11-29 Mark Kettenis <kettenis@gnu.org>
22816
22817 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22818 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22819 it to create the appropriate note.inc.
22820 * gdb.asm/asmsrc1.s: Include "note.inc".
22821 * gdb.asm/netbsd.inc: New file.
22822 * gdb.asm/empty.inc: New file.
22823
22824 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22825
22826 Partial fix for PR testsuite/1456.
22827 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22828 calls to test_compiler_info.
22829
22830 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22831
22832 Partial fix for PR testsuite/1456.
22833 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22834 calls to test_compiler_info.
22835
22836 2003-11-27 Mark Kettenis <kettenis@gnu.org>
22837
22838 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22839 pattern for the KFAILs.
22840
22841 2003-11-25 Adam Fedor <fedor@gnu.org>
22842
22843 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22844 * gdb.objc/objcdecode.m: New file.
22845
22846 2003-11-25 Adam Fedor <fedor@gnu.org>
22847
22848 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22849 * gdb.objc/nondebug.m: New file.
22850
22851 2003-11-26 Ben Elliston <bje@wasabisystems.com>
22852
22853 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22854 NetBSD as it does on FreeBSD. Modelled on a similar change by
22855 Mark Kettenis on 2003-05-30.
22856 (link-flags): Set to "--entry _start" regardless of target.
22857 Special linker flags are to be appended to $link-flags.
22858 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22859
22860 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22861
22862 * gdb.cp/method.exp: Accept output of new demangler.
22863
22864 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22865
22866 * gdb/class2.exp: New file.
22867 * gdb/class2.cc: New file.
22868
22869 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22870
22871 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22872 of new demangler.
22873
22874 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22875
22876 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22877 of gdb_test "run".
22878
22879 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22880
22881 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22882 "continue" into "run".
22883
22884 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22885
22886 Partial fix for PR testsuite/1456.
22887 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22888 call to test_compiler_info.
22889 * gdb.cp/ctti.exp: Likewise.
22890 * gdb.cp/derivation.exp: Likewise.
22891 * gdb.cp/member-ptr.exp: Likewise.
22892 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22893 reference to gcc_compiled.
22894
22895 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22896
22897 Fix PR testsuite/1463.
22898 * gdb.base/structs.exp (start_structs_test): Call
22899 get_debug_format before using the debug format.
22900
22901 2003-11-22 Andrew Cagney <cagney@redhat.com>
22902
22903 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22904 * gdb.base/structs.exp: Use gdb_test_multiple.
22905
22906 2003-11-20 Andrew Cagney <cagney@redhat.com>
22907
22908 * gdb.base/structs.exp: Handle and recover from internal errors.
22909 Replace "foo${n}" with "foo<n>" in test messages.
22910
22911 * gdb.base/structs.exp: Update copyright. Rewrite.
22912 * gdb.base/structs.c: Update copyright. Rewrite.
22913
22914 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22915 resync count exceeded.
22916
22917 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22918 from the internal error.
22919 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22920 Original from Jim Blandy.
22921 (gdb_test_multiple): Use gdb_internal_error_resync.
22922
22923 2003-11-19 Andrew Cagney <cagney@redhat.com>
22924
22925 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22926 KFAIL.
22927
22928 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22929
22930 New testcase for PR backtrace/1435.
22931 * gdb.arch/i386-unwind.exp: New file.
22932 * gdb.arch/i386-unwind.c: New file.
22933
22934 2003-11-17 Andrew Cagney <cagney@redhat.com>
22935
22936 * lib/gdb.exp (compiler_info): New global.
22937 (test_compiler_info): New function.
22938 (get_compiler_info): Set compiler_info.
22939 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22940 "compiler_info" to gcc-<major>-<minor>.
22941
22942 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22943
22944 * gdb.trace/configure: Remove.
22945
22946 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22947
22948 * gdb.base/break.c: Add comments to aid finding line numbers for
22949 breakpoints.
22950 * gdb.base/break.exp: Remove all references to explicit line
22951 numbers.
22952
22953 2003-11-11 Nick Clifton <nickc@redhat.com>
22954
22955 * gdb.base/shreloc.exp: Do not run for targets which do not
22956 support shared objects.
22957
22958 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22959
22960 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22961 Don't run tests if nofileio flag is given.
22962
22963 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22964
22965 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22966 as well as 'Watchpoint'.
22967
22968 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22969
22970 Reported by Jim Ingham <jingham@apple.com>:
22971 * gdb.base/annota1.exp: Match at least one occurrence of the
22972 signal handler annotation.
22973
22974 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22975
22976 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22977 as well as 'Watchpoint'.
22978
22979 2003-11-05 Michael Chastain <mec@shout.net>
22980
22981 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22982
22983 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22984
22985 * gdb.arch/gdb1291.c: New test file.
22986 * gdb.arch/gdb1291.exp: New test script.
22987 * gdb.arch/gdb1431.c: New test file.
22988 * gdb.arch/gdb1431.exp: New test script.
22989
22990 2003-10-22 Michael Chastain <mec@shout.net>
22991
22992 * gdb.mi/pthreads.c: Add copyright notice.
22993
22994 2003-10-22 Michael Chastain <mec@shout.net>
22995
22996 * gdb.threads/pthreads.c: Add copyright notice.
22997
22998 2003-10-20 Michael Chastain <mec@shout.net>
22999
23000 * gdb.base/gdb1056.exp: New test script.
23001
23002 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23003
23004 * gdb.threads/killed.exp: Use gdb_run_cmd.
23005
23006 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23007
23008 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23009 create a core file.
23010 * gdb.threads/gcore-thread.exp: Likewise.
23011
23012 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23013
23014 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23015 type, based on char type.
23016 (struct bit_flags_short_t): New bitfield type, based on short type.
23017 (init_bit_flags_char): New fuction.
23018 (init_bit_flags_short): Ditto.
23019 (print_bit_flags_char): Ditto.
23020 (print_bit_flags_short): Ditto.
23021 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23022
23023 2003-10-11 Michael Chastain <mec@shout.net>
23024
23025 * gdb.base/call-rt-st.exp: Update copyright year.
23026
23027 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23028
23029 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23030 * gdb.disasm/sh3.s: Ditto.
23031
23032 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23033
23034 * gdb.threads/switch-threads.exp: New test.
23035 * gdb.threads/switch-threads.c: New source file.
23036
23037 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23038
23039 * gdb.base/ending-run.exp: Add sh specific case.
23040
23041 2003-10-06 Andrew Cagney <cagney@redhat.com>
23042
23043 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23044 * gdb.disasm/mn10200.exp: Delete obsolete file.
23045
23046 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23047
23048 * ChangeLog: Correct an entry command.exp -> commands.exp.
23049 * gdb.base/commands.exp (bp_deleted_in_command_test)
23050 (temporary_breakpoint_commands): Check noargs.
23051
23052 2003-09-25 David Carlton <carlton@kealia.com>
23053
23054 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23055 of some print tests, where appropriate. Add tests for C::D::cd,
23056 E::ce, F::cXfX, G::XgX.
23057 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23058
23059 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23060
23061 * lib/java.exp (java_init): Import target_alias before using it.
23062
23063 2003-09-25 David Carlton <carlton@kealia.com>
23064
23065 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23066
23067 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23068
23069 * gdb.base/selftest.exp: Accomodate more instruction reordering
23070 weirdness.
23071
23072 2003-09-17 Michael Chastain <mec@shout.net>
23073
23074 * gdb.cp/gdb1355.exp: New file.
23075 * gdb.cp/gdb1355.c: New file.
23076
23077 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23078
23079 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23080 * gdb.asm/sh.inc: New file.
23081
23082 2003-09-11 David Carlton <carlton@kealia.com>
23083
23084 * gdb.cp/namespace.exp: Add tests for namespace types.
23085 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23086 (test_namespace): New.
23087
23088 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
23089
23090 * gdb.base/relocate.exp: Handle new gdb output at startup.
23091 * gdb.stabs/weird.exp: Ditto.
23092
23093 2003-09-08 Michael Chastain <mec@shout.net>
23094
23095 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23096
23097 2003-09-07 Michael Chastain <mec@shout.net>
23098
23099 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23100 'parse error'.
23101
23102 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23103
23104 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23105
23106 2003-08-30 Michael Chastain <mec@shout.net>
23107
23108 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23109 * gdb.gdb/observer.exp: Ditto.
23110 * gdb.gdb/xfullpath.exp: Ditto.
23111
23112 2003-08-29 Mark Kettenis <kettenis@gnu.org>
23113
23114 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23115 *-*-*bsd*.
23116
23117 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23118
23119 * gdb.base/dump.exp: Skip for ia64.
23120
23121 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23122
23123 * gdb.asm/asm-source.exp: Add ia64 support.
23124 * gdb.asm/ia64.inc: New file.
23125
23126 2003-08-22 Michael Chastain <mec@shout.net>
23127
23128 * gdb.cp: New directory.
23129 * gdb.cp/*: Copy from gdb.c++/*.
23130 * gdb.c++/*: Remove.
23131 * Makefile.in: Change gdb.c++ to gdb.cp.
23132 * configure.in: Ditto.
23133 * configure: Regnerate.
23134
23135 2003-08-18 Mark Kettenis <kettenis@gnu.org>
23136
23137 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23138 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23139
23140 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23141
23142 * mi-var-display.exp (-var-list-children weird): Accept function
23143 pointers with argument types.
23144 * mi1-var-display.exp (-var-list-children weird): Likewise.
23145 * mi2-var-display.exp (-var-list-children weird): Likewise.
23146
23147 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23148
23149 * gdb.base/annota3.exp: Add missing newline.
23150
23151 2003-08-06 Michael Chastain <mec@shout.net>
23152
23153 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23154
23155 2003-08-12 Michael Snyder <msnyder@redhat.com>
23156
23157 * gdb.base/float.exp: Add test for SH.
23158
23159 2003-08-10 Mark Kettenis <kettenis@gnu.org>
23160
23161 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23162
23163 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23164
23165 * gdb.base/completion.exp: Remove reduntant completion test
23166 on filename.
23167
23168 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23169
23170 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23171 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23172 gdb.trace/save-trace.exp: Make sure that full pathnames are
23173 escaped correctly.
23174
23175 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23176
23177 * configure.in: Don't generate config.h from config.hin.
23178 * configure: Regenerate.
23179 * config.hin: Remove file.
23180 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23181 * gdb.threads/pthreads.c: Ditto.
23182
23183 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
23184
23185 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23186 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23187 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23188 Replace ld24 with seth/add3.
23189
23190 2003-08-02 Andrew Cagney <cagney@redhat.com>
23191
23192 * gdb.base/annota3.exp: New file.
23193 * gdb.base/annota3.c: New file.
23194 * gdb.c++/annota3.exp: New file.
23195 * gdb.c++/annota3.cc: New file.
23196
23197 2003-07-29 Michael Chastain <mec@shout.net>
23198
23199 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23200 actually failed.
23201 (do_pass): Likewise.
23202 * gdb.threads/tls.exp: Always initialize no_of_threads.
23203
23204 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
23205
23206 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23207 pattern.
23208 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23209 * gdb.threads/tls.exp: Recognize one case of the host library not
23210 supporting TLS.
23211
23212 2003-07-27 Andrew Cagney <cagney@redhat.com>
23213
23214 * gdb.base/fileio.exp: Use SH when running commands using
23215 remote_exec.
23216
23217 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
23218
23219 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23220 * gdb.base/relocate.c (dummy): New padding array.
23221
23222 2003-07-22 Michael Snyder <msnyder@redhat.com>
23223
23224 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23225
23226 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23227 patterns to be more general, accepting old and new output.
23228 Some output chars (such as '+') also must be quoted.
23229 Some addresses are displayed numerically instead of
23230 symbolically.
23231
23232 2003-07-23 Michael Snyder <msnyder@redhat.com>
23233
23234 * gdb.base/return2.exp: Don't test long-long return.
23235
23236 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23237 * gdb.disasm/t01_mov.exp: Ditto.
23238 * gdb.disasm/t02_mova.s: Ditto.
23239 * gdb.disasm/t02_mova.exp: Ditto.
23240 * gdb.disasm/t03_add.s: Ditto.
23241 * gdb.disasm/t03_add.exp: Ditto.
23242 * gdb.disasm/t04_sub.s: Ditto.
23243 * gdb.disasm/t04_sub.exp: Ditto.
23244 * gdb.disasm/t05_cmp.s: Ditto.
23245 * gdb.disasm/t05_cmp.exp: Ditto.
23246 * gdb.disasm/t06_ari2.s: Ditto.
23247 * gdb.disasm/t06_ari2.exp: Ditto.
23248 * gdb.disasm/t07_ari3.s: Ditto.
23249 * gdb.disasm/t07_ari3.exp: Ditto.
23250 * gdb.disasm/t08_or.s: Ditto.
23251 * gdb.disasm/t08_or.exp: Ditto.
23252 * gdb.disasm/t09_xor.s: Ditto.
23253 * gdb.disasm/t09_xor.exp: Ditto.
23254 * gdb.disasm/t10_and.s: Ditto.
23255 * gdb.disasm/t10_and.exp: Ditto.
23256 * gdb.disasm/t11_logs.s: Ditto.
23257 * gdb.disasm/t11_logs.exp: Ditto.
23258 * gdb.disasm/t12_bit.s: Ditto.
23259 * gdb.disasm/t12_bit.exp: Ditto.
23260 * gdb.disasm/t13_otr.s: Ditto.
23261 * gdb.disasm/t13_otr.exp: Ditto.
23262
23263 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23264
23265 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23266
23267 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23268
23269 * gdb.threads/tls.c : New file.
23270 * gdb.threads/tls.exp : New file.
23271 * gdb.threads/tls-main.c : New file.
23272 * gdb.threads/tls-shared.c : New file.
23273 * gdb.threads/tls-shared.exp : New file.
23274
23275 2003-07-22 Andreas Schwab <schwab@suse.de>
23276
23277 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23278
23279 2003-07-20 Andreas Schwab <schwab@suse.de>
23280
23281 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23282 due to insn reordering.
23283
23284 2003-07-15 Andrew Cagney <cagney@redhat.com>
23285
23286 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23287
23288 2003-07-15 Michael Chastain <mec@shout.net>
23289
23290 * gdb.base/gdb1250.exp: New file.
23291 * gdb.base/gdb1250.c: New file.
23292
23293 2003-07-09 Michal Ludvig <mludvig@suse.cz>
23294
23295 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23296 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23297
23298 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23299
23300 * gdb.threads/tls.c: New file.
23301 * gdb.threads/tls.exp: New file.
23302 * gdb.threads/tls-main.c: New file.
23303 * gdb.threads/tls-shared.c: New file.
23304 * gdb.threads/tls-shared.exp: New file.
23305
23306 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23307
23308 * gdb.base/annota1.exp: Make sure that we properly escape the
23309 full path of the source file. Xfail more permissive patterns,
23310 due to a compiler debug info problem.
23311
23312 2003-07-07 Andreas Schwab <schwab@suse.de>
23313
23314 * gdb.asm/m68k.inc: New file.
23315 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23316
23317 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23318 arguments"): Also match negative number.
23319
23320 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23321
23322 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
23323
23324 * gdb.base/store.c (charest): New typedef.
23325 (add_char): Rename to add_charest, update.
23326 (wack_char): Rename to wack_charest, update types. Return l + r
23327 to keep r live across the call.
23328 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23329 (wack_double, wack_doublest): Return l + r to keep r live across
23330 the call.
23331 * gdb.base/store.exp: Accomodate store.c changes.
23332
23333 2003-06-30 David Carlton <carlton@kealia.com>
23334
23335 * gdb.c++/maint.exp (test_invalid_name): New.
23336 (test_first_component): Add tests for invalid names.
23337
23338 2003-06-29 Michael Chastain <mec@shout.net>
23339
23340 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23341 output of '<VTT for class>' for virtual base classes.
23342
23343 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23344
23345 * gdb.base/completion.exp: Tab-complete "complet" instead of
23346 "compl".
23347 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23348
23349 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23350
23351 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23352 * gdb.base/volatile.exp: Likewise.
23353
23354 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23355
23356 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23357 gdb/1265.
23358
23359 2003-06-28 Michael Chastain <mec@shout.net>
23360 Daniel Jacobowitz <drow@mvista.com>
23361
23362 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23363 initial line count of 'captured_main' from 26 to 32.
23364 (test_with_self): Allow xmalloc call to be interleaved with the
23365 preceding two lines.
23366
23367 2003-06-24 Joel Brobecker <brobecker@gnat.com>
23368
23369 * gdb.base/bang.exp: New testcase.
23370
23371 2003-06-23 Joel Brobecker <brobecker@gnat.com>
23372
23373 * gdb.base/langs.exp: Add some tests for the "minimal" language
23374 support.
23375
23376 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
23377
23378 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23379 the testcase.
23380
23381 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23382
23383 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23384 offset.
23385
23386 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23387
23388 * gdb.c++/pr-1210.cc: New file.
23389 * gdb.c++/pr-1210.exp: New file.
23390
23391 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
23392
23393 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23394 000-exec-continue.
23395
23396 2003-06-15 Mark Kettenis <kettenis@gnu.org>
23397
23398 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23399 on *-*-*bsd* instead of *-*-freebsd*.
23400
23401 2003-06-14 Andrew Cagney <cagney@redhat.com>
23402
23403 * gdb.base/store.exp: Test longest and doublest. Test all
23404 parameters. Weaken return statement match.
23405 * gdb.base/store.c: Add longest and doublest - aka long long and
23406 long double functions. Put all parameters into local register
23407 variables. Use negative values.
23408
23409 2003-06-14 Andrew Cagney <cagney@redhat.com>
23410
23411 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23412 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23413 exit status.
23414 * gdb.base/fileio.exp: Disable target when nointerrupts and
23415 noinferiorio, instead of limiting it to remote. Use remote_exec
23416 instead of system.
23417
23418 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23419
23420 * gdb.base/float.exp: Add ia64 support.
23421
23422 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
23423
23424 * gdb.base/fileio.exp: Run only on remote targets.
23425
23426 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
23427
23428 * gdb.base/fileio.c: New file, testing File-I/O.
23429 * gdb.base/fileio.exp: Ditto.
23430
23431 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23432
23433 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23434 shared objects after relocation at load time (gdb PR/1132).
23435 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23436 as above, part of the shared object relocation test.
23437
23438 2003-06-08 Mark Kettenis <kettenis@gnu.org>
23439
23440 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23441 fully filled history list.
23442 * gdb.base/gdb_history: New file.
23443
23444 * gdb.base/signals.exp: XFAIL "continue to func1" on
23445 i*86-*-freebsd*.
23446
23447 * gdb.base/attach.exp: When trying to attach to a nonexistent
23448 process, make it possible to specify the PID based on the target,
23449 and do so for *-*-freebsd*.
23450
23451 2003-06-02 Richard Henderson <rth@redhat.com>
23452
23453 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23454
23455 2003-06-02 Richard Henderson <rth@redhat.com>
23456
23457 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23458
23459 2003-06-02 Richard Henderson <rth@redhat.com>
23460
23461 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23462
23463 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
23464
23465 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23466 of globalvar.
23467
23468 2003-06-01 Mark Kettenis <kettenis@gnu.org>
23469
23470 * gdb.asm/asm-source.exp: Check for memory read errors in
23471 disassembler test on *BSD too.
23472
23473 2003-06-01 Richard Henderson <rth@redhat.com>
23474
23475 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23476 for .frame.
23477 (gdbasm_call): Lose ldgp.
23478 (gdbasm_startup): Add frame information.
23479 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23480
23481 2003-05-31 Mark Kettenis <kettenis@gnu.org>
23482
23483 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23484 i?86-*-*.
23485
23486 2003-05-30 Mark Kettenis <kettenis@gnu.org>
23487
23488 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23489 FreeBSD.
23490
23491 2003-05-29 Richard Henderson <rth@redhat.com>
23492
23493 * gdb.asm/alpha.inc: New file.
23494 * gdb.asm/asm-source.exp: Use it.
23495
23496 2003-05-29 Jim Blandy <jimb@redhat.com>
23497
23498 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23499 'core.PID'.
23500
23501 2003-05-22 Jim Blandy <jimb@redhat.com>
23502
23503 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23504 backtrace.
23505
23506 2003-05-20 David Carlton <carlton@math.stanford.edu>
23507
23508 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23509 this time.
23510
23511 2003-05-19 David Carlton <carlton@bactrian.org>
23512
23513 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23514 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23515
23516 2003-05-19 David Carlton <carlton@bactrian.org>
23517
23518 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23519 namespace tests.
23520 Bump copyright date.
23521 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23522 (main): Call C::D::marker2.
23523 * gdb.c++/namespace1.cc: New file.
23524
23525 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23526
23527 Roland McGrath <roland@redhat.com>
23528 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
23529 there is no manager thread.
23530
23531 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23532
23533 * gdb.threads/schedlock.exp: Remove assumption that all threads
23534 will run in a particular small time slice. Also ensure we break
23535 in one of the child threads rather than the main thread.
23536
23537 2003-05-07 Jim Blandy <jimb@redhat.com>
23538
23539 Add support for assembly source testing on the s390x.
23540 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23541 architecture.
23542 * gdb.asm/s390x.inc: New file.
23543
23544 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23545 succession of 'if' statements.
23546
23547 2003-05-05 Andrew Cagney <cagney@redhat.com>
23548
23549 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23550
23551 2003-05-05 Andrew Cagney <cagney@redhat.com>
23552
23553 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23554 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23555
23556 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
23557
23558 * gdb.base/charset.exp: Update based on new behavior of set/show
23559 charset commands.
23560
23561 2003-05-01 Andrew Cagney <cagney@redhat.com>
23562
23563 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23564 variable do not give memory errors.
23565
23566 2003-04-30 Adam Fedor <fedor@gnu.org>
23567
23568 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23569 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23570 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23571 gdb.objc/basicclass.m: : New files
23572
23573 * lib/gdb.exp (gdb_compile_objc): New procedure.
23574
23575 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
23576
23577 * gdb.base/signals.exp: Make backtrace tests more specific.
23578
23579 2003-04-23 David Carlton <carlton@bactrian.org>
23580
23581 * gdb.c++/maint.exp (test_first_component): Add tests for
23582 'operator' in more locations.
23583
23584 2003-04-16 Kevin Buettner <kevinb@redhat.com>
23585
23586 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23587
23588 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
23589
23590 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
23591 func marke' instead. Update test name.
23592
23593 2003-04-15 David Carlton <carlton@math.stanford.edu>
23594
23595 * gdb.c++/maint.exp: New file.
23596
23597 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23598
23599 * gdb.threads/schedlock.c: Change type of thread function argument
23600 to long, to avoid warnings on 64-bit platforms.
23601
23602 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23603
23604 * gdb.base/attach.exp: Add new message from ptrace in case of
23605 attaching to nonexistent process.
23606
23607 2003-04-11 Jim Blandy <jimb@redhat.com>
23608
23609 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23610 gdb.c++/userdef.cc: Place comments on the lines to which the
23611 marker function might return.
23612 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23613 gdb.c++/userdef.exp: Look for those comments to check that we've
23614 returned to the right place, instead of checking line numbers.
23615
23616 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
23617
23618 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23619 match on sourcefile name, instead of directory name.
23620
23621 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
23622
23623 * gdb.base/completion.exp: Use string_to_regexp to match the
23624 working directory name.
23625
23626 2003-04-09 Jim Blandy <jimb@redhat.com>
23627
23628 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23629 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23630 after an inferior function call, report the failure, but allow the
23631 test to continue.
23632
23633 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23634
23635 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23636 with -DPROTOTYPES.
23637
23638 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23639
23640 * gdb.base/break.exp: Revert last patch.
23641
23642 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23643
23644 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23645 with -DPROTOTYPES.
23646
23647 2003-04-02 Andrew Cagney <cagney@redhat.com>
23648
23649 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23650 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23651 matching directories by the name breakpoint.
23652 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23653 Make "continue to marker1" consistent.
23654 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23655 message consistent.
23656 * lib/gdb.exp: Put "the program is no longer running", and "the
23657 program exited" in parenthesis.
23658 * lib/mi-support.exp: Ditto.
23659
23660 2003-04-02 Bob Rossi <bob_rossi@cox.net>
23661
23662 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23663
23664 2003-03-29 Andrew Cagney <cagney@redhat.com>
23665
23666 * gdb.base/sizeof.c (main): Print the value of '\377'.
23667 * gdb.base/sizeof.exp: Check the sign of '\377'.
23668
23669 2003-03-27 Michael Chastain <mec@shout.net>
23670
23671 * gdb.base/gdb1090.exp: New file.
23672 * gdb.base/gdb1090.cc: New file.
23673
23674 2003-03-27 J. Brobecker <brobecker@gnat.com>
23675
23676 * gdb.gdb/observer.exp: New regression test.
23677
23678 2003-03-27 Michael Chastain <mec@shout.net>
23679
23680 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23681 * gdb.base/ptype.exp: Likewise.
23682
23683 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
23684
23685 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23686
23687 2003-03-26 Michael Chastain <mec@shout.net>
23688
23689 * gdb.base/ptype.exp: Actually use some typedef'd types.
23690
23691 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23692
23693 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23694 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23695
23696 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23697
23698 * gdb.base/default.exp: Fix regular expression.
23699
23700 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23701
23702 * gdb.base/args.exp: Fix regular expression.
23703
23704 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23705
23706 * gdb.base/help.exp: Allow Win32 child process.
23707
23708 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23709
23710 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23711 when stepping out of main().
23712
23713 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23714
23715 * gdb.base/default.exp: Check for win32 specific message when calling
23716 "run" without executable.
23717
23718 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23719
23720 * gdb.base/args.exp: Expect .exe in output.
23721
23722 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23723
23724 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23725 Cygwin native.
23726
23727 2003-03-17 Andrew Cagney <cagney@redhat.com>
23728
23729 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23730 vector registes.
23731 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23732 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23733
23734 2003-03-17 David Carlton <carlton@math.stanford.edu>
23735
23736 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23737 test, for PR breakpoints/38.
23738 Call test_watchpoint_and_breakpoint.
23739 * gdb.base/watchpoint.c (func3): New function.
23740 (main): Call func3.
23741
23742 2003-03-04 David Carlton <carlton@math.stanford.edu>
23743
23744 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23745 Garply<Garply<char> >:: garply".
23746 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23747 with respect to PR c++/1111; note also PR c++/1113.
23748 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23749 respect to PR c++/1062.
23750 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23751
23752 2003-03-03 David Carlton <carlton@math.stanford.edu>
23753
23754 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23755 with respect to PR c++/57.
23756 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23757 c++/826.
23758 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23759 respect to PR c++/57.
23760
23761 2003-03-03 David Carlton <carlton@math.stanford.edu>
23762
23763 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23764 respect to PR c++/33 into FAILs.
23765
23766 2003-03-03 Michael Chastain <mec@shout.net>
23767
23768 * configure.in: Update copyright years.
23769
23770 2003-03-03 Michael Chastain <mec@shout.net>
23771
23772 * Makefile.in: Update copyright years.
23773
23774 2003-02-28 David Carlton <carlton@math.stanford.edu>
23775
23776 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23777 print class instead of struct and/or superfluous protection
23778 specifiers, as long as the resulting output is equivalent to the
23779 source code.
23780 Delete FIXME from end of messages on tests that don't need
23781 fixing.
23782
23783 2003-02-28 David Carlton <carlton@math.stanford.edu>
23784
23785 * gdb.c++/templates.exp (do_tests): Allow const in the two
23786 Foo<volatile char *>::foo tests.
23787
23788 2003-02-27 Michael Snyder <msnyder@redhat.com>
23789
23790 * gdb.base/restore.c (main): Return zero, so exit code
23791 will be consistant.
23792
23793 2003-02-26 David Carlton <carlton@math.stanford.edu>
23794
23795 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23796 char *>::foo" test with respect to PR c++/33. Create a new test
23797 which is identical to that one except that it doesn't put the
23798 space between the "char" and the "*"; KFAIL it, too.
23799
23800 2003-02-26 David Carlton <carlton@math.stanford.edu>
23801
23802 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23803 template types into either PASSes or KFAILs (corresponding to PR
23804 c++/57). Tweak indentation. Update copyright.
23805
23806 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23807
23808 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23809
23810 2003-02-13 Michael Chastain <mec@shout.net>
23811
23812 * gdb.base/exprs.exp: Remove i960 remnants.
23813 * gdb.base/funcargs.exp: Likewise.
23814 * gdb.base/list.exp: Likewise.
23815 * gdb.base/ptype.exp: Likewise.
23816
23817 2003-02-14 David Carlton <carlton@math.stanford.edu>
23818
23819 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23820 pEe->D::vg()" from XFAIL to KFAIL.
23821
23822 2003-02-13 Jason Molenda (jmolenda@apple.com)
23823
23824 * gdb.base/maint.exp: Update maint print statistics regexp to include
23825 new entries.
23826
23827 2003-02-13 Michael Chastain <mec@shout.net>
23828
23829 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23830
23831 2003-02-12 Michael Chastain <mec@shout.net>
23832
23833 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23834 * gdb.c++/inherit.exp: Likewise.
23835 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23836 * gdb.c++/templates.exp: Likewise.
23837 * gdb.c++/virtfunc.exp: Likewise.
23838
23839 2003-02-06 Jason Molenda (jason-cl@molenda.com)
23840
23841 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23842 why the code is written that way.
23843
23844 2003-02-05 Michael Chastain <mec@shout.net>
23845
23846 * gdb.base/dump.exp: Add missing copyright line.
23847
23848 2003-02-05 Jason Molenda (jason-cl@molenda.com)
23849
23850 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
23851 at the beginning so the breakpoint doesn't get set on the loop.
23852
23853 2003-02-05 Michael Chastain <mec@shout.net>
23854
23855 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23856 output for configurations with gcc 2.95.3.
23857
23858 2003-02-05 Keith Seitz <keiths@redhat.com>
23859 Andrew Cagney <ac131313@redhat.com>
23860
23861 * gdb.mi/mi-cli.exp: New file.
23862
23863 2003-02-04 Michael Chastain <mec@shout.net>
23864
23865 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23866 Call perror and then continue.
23867
23868 2003-02-03 Michael Chastain <mec@shout.net>
23869
23870 * gdb.c++/pr-1023.cc: New file.
23871 * gdb.c++/pr-1023.exp: New file.
23872
23873 2003-02-05 Jim Blandy <jimb@redhat.com>
23874
23875 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23876 it's local to foobar. Check for it there, and check that it's not
23877 present in main.
23878 * gdb.c++/local.cc (marker2): New function.
23879 (foobar): Call marker1.
23880 (main): Call marker2 instead of marker1.
23881
23882 2003-02-04 Andrew Cagney <ac131313@redhat.com>
23883
23884 * gdb.disasm/mn10200.exp: Obsolete file.
23885 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23886 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23887 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23888
23889 2003-02-04 David Carlton <carlton@math.stanford.edu>
23890
23891 * gdb.c++/overload.exp: Test intToChar(1).
23892 * gdb.c++/overload.cc (intToChar): New.
23893 (main): Call intToChar.
23894
23895 2003-02-03 David Carlton <carlton@math.stanford.edu>
23896
23897 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23898 'might_kfail' arg.
23899 KFAIL some of the continue_to_bp_overloaded calls, according to
23900 PR c++/1025.
23901
23902 2003-02-01 Michael Chastain <mec@shout.net>
23903
23904 * gdb.base/advance.c (marker1): New marker function.
23905 * gdb.base/advance.exp: When the 'advance' command lands on the
23906 return breakpoint, it can legitimately stop on either the
23907 current line or the next line. Accommodate both outcomes.
23908 * gdb.base/until.exp: Likewise.
23909
23910 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23911
23912 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23913 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23914 now a list, not a tuple.
23915 * gdb.mi/mi-var-display.exp: Ditto.
23916 * gdb.mi/gdb792.exp: Ditto.
23917
23918 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23919
23920 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23921 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23922 stack backtraces.
23923 * gdb.mi/mi-syn-frame.c: Part of same.
23924
23925 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23926
23927 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23928 gdb.mi/mi1-pthreads.exp: Return instead of calling
23929 gdb_suppress_entire_file.
23930
23931 2003-02-01 Mark Salter <msalter@redhat.com>
23932
23933 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23934
23935 2003-01-31 Mark Salter <msalter@redhat.com>
23936
23937 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23938 Support empty arg.
23939
23940 2003-01-30 Michael Chastain <mec@shout.net>
23941
23942 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23943 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23944 has been fixed in gdb/readline on 2003-01-09.
23945
23946 2003-01-29 Michael Snyder <msnyder@redhat.com>
23947
23948 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23949 * gdb.base/display.exp: Allow for leading underscore in symbol.
23950 * gdb.base/args.exp: Skip if target does not support args passing.
23951
23952 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23953
23954 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23955 gdb_test. Accept a list of expect arguments as the third
23956 parameter.
23957 (gdb_test): Use it.
23958
23959 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23960
23961 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23962 allow for different test tree configurations. Update some
23963 tescases accordingly.
23964 * gdb.arch/altivec-regs.exp: Ditto.
23965 * gdb.asm/asm-source.exp: Ditto.
23966 * gdb.base/advance.exp: Ditto.
23967 * gdb.base/display.exp: Ditto.
23968 * gdb.base/long_long.exp: Ditto.
23969 * gdb.base/mips_pro.exp: Ditto.
23970 * gdb.base/overlays.exp: Ditto.
23971 * gdb.base/relocate.exp: Ditto.
23972 * gdb.base/setshow.exp: Ditto.
23973 * gdb.base/step-line.exp: Ditto.
23974 * gdb.base/step-test.exp: Ditto.
23975 * gdb.base/until.exp: Ditto.
23976 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23977
23978 2003-01-17 David Carlton <carlton@math.stanford.edu>
23979
23980 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23981 corresponding to PR c++/945.
23982 Update copyright.
23983
23984 2003-01-17 David Carlton <carlton@math.stanford.edu>
23985
23986 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23987 corresponding to PR c++/68.
23988
23989 2003-01-17 David Carlton <carlton@math.stanford.edu>
23990
23991 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23992 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23993 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23994
23995 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23996
23997 * gdb.base/break.exp: Fix change of default location, because of
23998 removal of until tests.
23999 * gdb.base/help.exp: Update test for new 'until' help message.
24000 Add test for help on 'advance'.
24001 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24002
24003 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24004
24005 * gdb.base/default.exp: Adapt "info float" test for recent changes
24006 to that command. Add test for "info vector".
24007 * gdb.base/float.exp: New file. Add test for "info float" that
24008 resembles the old test in gdb.base/default.exp.
24009
24010 2003-01-15 David Carlton <carlton@math.stanford.edu>
24011
24012 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24013
24014 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24015
24016 * gdb.base/break.exp: Move the tests of until command from here...
24017 * gdb.base/until.exp: ... to here. New file. Add other tests.
24018 * gdb.base/advance.c: New file.
24019 * gdb.base/advance.exp: New file.
24020
24021 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24022
24023 * gdb.base/args.c: New file.
24024 * gdb.base/args.exp: New file.
24025
24026 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24027
24028 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24029
24030 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24031
24032 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24033
24034 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24035
24036 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24037 dates.
24038
24039 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24040
24041 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24042
24043 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24044
24045 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24046 (ptype &*"foo").
24047 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24048
24049 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24050
24051 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24052 * gdb.mi/mi1-console.exp: Likewise.
24053
24054 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24055
24056 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24057 * gdb.mi/mi1-console.exp: Likewise.
24058
24059 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24060
24061 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24062
24063 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24064
24065 * gdb.base/detach.exp: New test.
24066
24067 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24068
24069 * Makefile.in (ALL_SUBDIRS): New variable.
24070 (subdirs, clean, distclean): Use it.
24071 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24072 regenerating Makefile, since it is generated from the top level.
24073 * gdb.asm/Makefile.in: Likewise.
24074 * gdb.base/Makefile.in: Likewise.
24075 * gdb.c++/Makefile.in: Likewise.
24076 * gdb.disasm/Makefile.in: Likewise.
24077 * gdb.java/Makefile.in: Likewise.
24078 * gdb.mi/Makefile.in: Likewise.
24079 * gdb.threads/Makefile.in: Likewise.
24080 * gdb.trace/Makefile.in: Likewise.
24081
24082 2003-01-09 David Carlton <carlton@math.stanford.edu>
24083
24084 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24085 Add copyright year 2003.
24086
24087 2003-01-06 Michael Chastain <mec@shout.net>
24088
24089 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24090 When selecting a thread, 'line' and 'file' are optional.
24091 * gdb.mi/mi1-pthreads.exp: Likewise.
24092
24093 2003-01-06 Andreas Schwab <schwab@suse.de>
24094
24095 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24096 failures.
24097
24098 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24099
24100 Fix PR gdb/844
24101 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24102 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24103
24104 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24105 instead of calling gdb_suppress_entire_file.
24106 * gdb.threads/print-threads.exp: Likewise.
24107 * gdb.threads/schedlock.exp: Likewise.
24108
24109 * gdb.threads/killed.exp: Return instead of calling
24110 gdb_suppress_entire_file.
24111 * gdb.threads/linux-dp.exp: Likewise.
24112 * gdb.threads/pthreads.exp: Likewise.
24113
24114 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24115
24116 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24117 stabs.
24118 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24119 * gdb.base/whatis.exp: Always allow (void) after function names.
24120
24121 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24122
24123 * gdb.c++/casts.exp: Correct regexp.
24124
24125 2003-01-04 Mark Kettenis <kettenis@gnu.org>
24126
24127 * configure.in: Call AC_CONFIG_HEADER. Don't call
24128 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24129 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24130 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24131 aforementioned directories in the AC_OUPUT call.
24132 * config.hin: New file.
24133 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24134 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24135 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24136 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24137 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24138 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24139 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24140 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24141 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24142 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24143 gdb.threads/configure.in, gdb.threads/configure,
24144 gdb.threads/config.in, gdb.trace/configure.in,
24145 gdb.trace/configure: Removed.
24146
24147 2003-01-03 Michael Chastain <mec@shout.net>
24148
24149 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24150 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24151
24152 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
24153
24154 * gdb.base/store.exp: Fix regular expressions.
24155
24156 2002-12-28 Mark Kettenis <kettenis@gnu.org>
24157
24158 * configure.in: Rewrite.
24159 * configure: Regenerated.
24160
24161 2003-01-03 David Carlton <carlton@math.stanford.edu>
24162
24163 * gdb.base/psymtab.exp: New file.
24164 * gdb.base/psymtab1.c: Ditto.
24165 * gdb.base/psymtab2.c: Ditto.
24166
24167 2002-12-23 Adam Fedor <fedor@gnu.org>
24168
24169 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24170
24171 2002-12-23 David Carlton <carlton@math.stanford.edu>
24172
24173 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24174 and current_directory initialization.
24175
24176 2002-12-22 Jim Blandy <jimb@redhat.com>
24177
24178 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24179 rather than as part of the output file name.
24180
24181 * gdb.base/attach.exp: There's no need to copy the test program to
24182 /tmp; that was only ever necessary on HP/UX, and this test is
24183 entirely disabled there anyway.
24184
24185 2002-12-21 Jim Blandy <jimb@redhat.com>
24186
24187 * gdb.c++/psmang.exp: Doc fix.
24188
24189 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24190 test.
24191
24192 2002-12-20 David Carlton <carlton@math.stanford.edu>
24193
24194 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24195
24196 2002-12-18 Michael Chastain <mec@shout.net>
24197
24198 * gdb.c++/annota2.exp: Add copyright year 2002.
24199
24200 2002-12-17 David Carlton <carlton@math.stanford.edu>
24201
24202 * gdb.c++/try_catch.cc: Add marker comments.
24203 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24204 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24205 * gdb.c++/m-static.cc: Ditto.
24206 * gdb.c++/m-static1.cc: Ditto.
24207 * gdb.c++/try_catch.cc: Ditto.
24208
24209 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24210
24211 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24212 to see whether we are using the new -environment-directory
24213 command which resets via -r or the old version of the command
24214 which may prompt the user. Part of fix for gdb/741.
24215
24216 2002-12-13 Andrew Cagney <ac131313@redhat.com>
24217
24218 * gdb.fortran/types.exp: Update obsolete comment.
24219 * gdb.fortran/exprs.exp: Ditto.
24220 * lib/gdb.exp: Delete obsolete code.
24221 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24222 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24223 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24224 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24225 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24226 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24227 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24228 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24229 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24230 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24231 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24232 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24233 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24234 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24235 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24236 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24237 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24238 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24239 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24240 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24241 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24242 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24243 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24244 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24245 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24246 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24247 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24248 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24249 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24250 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24251 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24252 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24253 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24254 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24255 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24256 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24257 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24258
24259 2002-12-11 David Carlton <carlton@math.stanford.edu>
24260
24261 * gdb.c++/m-data.exp: Add test for members that shadow global
24262 variables: see PR gdb/804.
24263 * gdb.c++/m-data.cc: Ditto.
24264
24265 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
24266
24267 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24268
24269 2002-12-06 David Carlton <carlton@math.stanford.edu>
24270
24271 * gdb.base/store.c: Don't declare functions static.
24272
24273 2002-12-04 Andrew Cagney <ac131313@redhat.com>
24274
24275 * gdb.base/store.exp, gdb.base/store.c: New files.
24276
24277 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24278
24279 * gdb.base/selftest.exp: Update for current gdb.
24280
24281 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24282
24283 * gdb.base/maint.exp: Only dump symbols from one source file
24284 or objfile.
24285
24286 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24287
24288 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24289 function call.
24290
24291 2002-11-25 Jim Blandy <jimb@redhat.com>
24292
24293 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24294 function appearing in error message.
24295
24296 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
24297
24298 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24299
24300 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24301
24302 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24303 for mi1 and current mi is in correct format. New mi startup message
24304 should be in mi console format. This is part of fix for PR gdb/604.
24305
24306 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24307
24308 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24309 which explicitly prints the zero offset as "+0".
24310
24311 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
24312
24313 * gdb.threads/schedlock.c (args): Make unsigned.
24314
24315 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
24316
24317 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24318 numbers. Allow "foo2|selected stack frame".
24319 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24320 * gdb.asm/asmsrc2.s: Likewise.
24321 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24322 comments.
24323 * gdb.asm/mips.inc: New file.
24324
24325 2002-10-18 Adam Fedor <fedor@gnu.org>
24326
24327 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24328 * gdb.base/help.exp: Likewise.
24329
24330 2002-10-17 Kevin Buettner <kevinb@redhat.com>
24331
24332 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24333 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24334
24335 2002-10-02 Jim Blandy <jimb@redhat.com>
24336
24337 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24338
24339 2002-10-01 Andrew Cagney <ac131313@redhat.com>
24340
24341 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24342 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24343 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24344 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24345 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24346 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24347 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24348
24349 2002-09-29 Andrew Cagney <ac131313@redhat.com>
24350
24351 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24352 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24353 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24354 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24355 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24356 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24357 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24358
24359 2002-09-27 Kevin Buettner <kevinb@redhat.com>
24360
24361 * gdb.base/annota1.exp (info break): Make directory components of
24362 path optional since not all compilers emit this debug information.
24363
24364 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24365 step ends up stepping out of the function instead of stopping on
24366 the epilogue.
24367
24368 2002-09-26 Keith Seitz <keiths@redhat.com>
24369
24370 * lib/insight-support.exp (gdbtk_start): Figure out where
24371 the insight executable is based on where gdb is. Use this
24372 executable to start insight instead of gdb.
24373
24374 2002-09-25 Andrew Cagney <cagney@redhat.com>
24375
24376 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24377
24378 2002-09-24 Andrew Cagney <ac131313@redhat.com>
24379
24380 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24381 test_isolated_complaints.
24382 (test_empty_complaint): New function.
24383 (test_empty_complaints): New function. Check no output when no
24384 complaints.
24385
24386 2002-09-19 Jim Blandy <jimb@redhat.com>
24387
24388 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24389
24390 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24391
24392 * gdb.gdb/complaints.exp: New file.
24393
24394 2002-09-18 Andrew Cagney <ac131313@redhat.com>
24395
24396 * gdb.base/maint.exp: Check `help maint internal-warning'.
24397
24398 2002-09-18 David Carlton <carlton@math.stanford.edu>
24399
24400 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24401 numbers, and replace them by a single breakpoint after the
24402 constructors are all finished.
24403 Add test 4.
24404 * gdb.c++/m-static.cc: Add test 4.
24405 * gdb.c++/m-static.h: New file.
24406 * gdb.c++/m-static1.cc: New file.
24407
24408 * gdb.c++/printmethod.exp: New file.
24409 * gdb.c++/printmethod.cc: New file.
24410
24411 * gdb.c++/pr-574.exp: New file.
24412 * gdb.c++/pr-574.cc: New file.
24413
24414 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24415
24416 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24417 embedded targets which never actually exit.
24418
24419 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24420
24421 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24422 "don't step after run" as unresolved or unsupported, instead of xfail.
24423
24424 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24425
24426 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24427 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24428 Add newline to expected string in "step out of main (status wrapper)"
24429 case.
24430
24431 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24432
24433 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24434 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24435
24436 2002-09-17 Tom Tromey <tromey@redhat.com>
24437
24438 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24439 \000, not \0, in double-quoted string.
24440
24441 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
24442
24443 * gdb.base/commands.exp: Don't expect a "Program exited normally"
24444 string after running the commands execution on breakpoint tests.
24445
24446 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
24447
24448 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24449
24450 2002-09-12 Joel Brobecker <brobecker@gnat.com>
24451
24452 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24453
24454 2002-09-10 Keith Seitz <keiths@redhat.com>
24455
24456 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24457 runto proc.
24458 (mi_run_to_main): Use mi_runto.
24459 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24460
24461 2002-09-10 Keith Seitz <keiths@redhat.com>
24462
24463 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24464 regexp for stopping at main. Could have multiple event notifications.
24465 Don't assume that main was declared with no parameters.
24466 (mi_next): Use mi_step_to.
24467 (mi_step): Use mi_next_to.
24468
24469 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
24470
24471 * gdb.base/default.exp: Fix expected string in `info float' test.
24472
24473 2002-09-09 Ben Elliston <bje@redhat.com>
24474
24475 * config/mips.exp: Update comments.
24476 * config/mips-idt.exp: Likewise.
24477 * config/nind.exp: Likewise.
24478 * config/slite.exp: Likewise.
24479 * config/sparclet.exp: Likewise.
24480 * config/udi.exp: Likewise.
24481 * config/vx.exp: Likewise.
24482 * config/vxworks29k.exp: Likewise.
24483
24484 2002-09-05 Jim Blandy <jimb@redhat.com>
24485
24486 * gdb.threads/killed.exp: Fix test failure message.
24487
24488 2002-09-04 Keith Seitz <keiths@redhat.com>
24489
24490 * lib/mi-support.exp: Update copyright.
24491 (mi_gdb_test): Increase the priority of the expected pattern
24492 so that it matches gdb_test.
24493
24494 2002-09-03 Keith Seitz <keiths@redhat.com>
24495
24496 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24497 Use integer comparison instead of string comparison for testing
24498 whether binary was built.
24499
24500 2002-09-03 Jim Blandy <jimb@redhat.com>
24501
24502 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24503
24504 2002-08-29 Jim Blandy <jimb@redhat.com>
24505
24506 * gdb.threads/pthreads.exp: Move the portable thread compilation
24507 code into a function in lib/gdb.exp, and call that from here.
24508 * lib/gdb.exp (gdb_compile_pthreads): New function.
24509
24510 2002-08-29 Keith Seitz <keiths@redhat.com>
24511
24512 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24513 expect_out so that callers can get at it.
24514
24515 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
24516
24517 * gdb.threads/print-threads.c: New file.
24518 * gdb.threads/print-threads.exp: New file.
24519 * gdb.threads/schedlock.c: New file.
24520 * gdb.threads/schedlock.exp: New file.
24521
24522 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
24523
24524 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24525 not altivec.c.
24526
24527 2002-08-17 Mark Kettenis <kettenis@gnu.org>
24528
24529 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24530 targets. The problem should be fixed now.
24531
24532 2002-08-15 Mark Kettenis <kettenis@gnu.org>
24533
24534 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24535 2002-07-24 change that removes final dots from error messages.
24536
24537 2002-08-13 Tom Tromey <tromey@redhat.com>
24538
24539 * gdb.base/readline.exp: New file.
24540
24541 2002-08-01 Andrew Cagney <ac131313@redhat.com>
24542
24543 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24544 supress message.
24545
24546 2002-08-01 Andrew Cagney <cagney@redhat.com>
24547
24548 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24549 CHILL_FOR_TARGET and CHILL_LIB.
24550 * configure.in (configdirs): Remove gdb.chill.
24551 * configure: Regenerate.
24552 * lib/gdb.exp: Obsolete references to chill.
24553 * gdb.fortran/types.exp: Ditto.
24554 * gdb.fortran/exprs.exp: Ditto.
24555
24556 2002-07-30 Kevin Buettner <kevinb@redhat.com>
24557
24558 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24559 set Irix-specific compile and link flags.
24560
24561 2002-07-29 Kevin Buettner <kevinb@redhat.com>
24562
24563 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24564 source files. The ``-o'' option doesn't work with the ``-E'' option
24565 when using the Irix compiler.
24566
24567 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
24568
24569 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24570 Improve support for reusing an exec file. Copy exec file
24571 to target, and run gdbserver on the target instead of on the host.
24572
24573 2002-07-18 Jim Blandy <jimb@redhat.com>
24574
24575 * gdb.base/ending-run.exp: Don't expect to see the program end in
24576 some orderly fashion when we're running on a real stand-alone
24577 board.
24578
24579 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24580 targets that don't support interrupts.
24581
24582 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24583
24584 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24585 systems.
24586 Move comments in expect statements to inside the actions, so that they
24587 don't get matched against.
24588
24589 2002-07-10 Mark Kettenis <kettenis@gnu.org>
24590
24591 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24592 function when asleep" test.
24593
24594 2002-07-10 Andrew Cagney <ac131313@redhat.com>
24595
24596 * gdb.base/page.exp: Rewrite to handle problems with very long
24597 `info set' output. Update copyright.
24598
24599 2002-06-26 Andrew Cagney <ac131313@redhat.com>
24600
24601 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24602 gdb.threads-hp.
24603 * gdb.hp/configure: Regenerate.
24604 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24605 * gdb.hp/gdb.threads-hp/configure: Delete file.
24606 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24607
24608 2002-06-22 Andrew Cagney <ac131313@redhat.com>
24609
24610 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24611 setlocale, bindtextdomain and textdomain.
24612
24613 2002-06-11 Jim Blandy <jimb@redhat.com>
24614
24615 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24616 preprocessor macro information is present.
24617
24618 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24619 tests.
24620
24621 2002-06-06 Michael Snyder <msnyder@redhat.com>
24622
24623 * gdb.base/overlays.exp: Record addresses of overlay
24624 functions in TCL variables rather than in GDB variables,
24625 to avoid having GDB convert them to pointers (with loss
24626 of information).
24627
24628 * gdb.base/d10v.ld: Merge in several years worth of
24629 default linker script changes.
24630 * gdb.base/long_long.exp: Add check for sizeof (long double).
24631
24632 2002-06-06 Michal Ludvig <mludvig@suse.cz>
24633
24634 * gdb.asm/asm-source.exp: Add x86-64 target.
24635 * gdb.asm/x86_64.inc: New.
24636
24637 2002-05-30 Michael Chastain <mec@shout.net>
24638
24639 From Benjamin Kosnik <bkoz@redhat.com>:
24640 * gdb.c++/m-static.cc: New file.
24641 * gdb.c++/m-static.exp: New file.
24642
24643 2002-05-28 Michael Snyder <msnyder@redhat.com>
24644
24645 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24646 precision.
24647
24648 2002-05-27 Michael Chastain <mec@shout.net>
24649
24650 From Benjamin Kosnik <bkoz@redhat.com>:
24651 * gdb.c++/m-data.cc: New file.
24652 * gdb.c++/m-data.exp: New file.
24653
24654 2002-05-27 Michael Chastain <mec@shout.net>
24655
24656 From Benjamin Kosnik <bkoz@redhat.com>:
24657 * gdb.c++/try_catch.cc: New file.
24658 * gdb.c++/try_catch.exp: New file.
24659
24660 2002-05-27 Michael Chastain <mec@shout.net>
24661
24662 * gdb.c++/local.exp: Accept more nested types in output.
24663
24664 2002-05-26 Michael Chastain <mec@shout.net>
24665
24666 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24667
24668 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24669
24670 * lib/gdb.exp (gdb_wrapper_init): Just because
24671 gdb_wrapper_file exists, this does not mean that the file
24672 should not be rebuilt. That is what gdb_wrapper_initialized
24673 is for.
24674 (default_gdb_init): Reset gdb_wrapper_initialized.
24675
24676 2002-05-23 Michael Snyder <msnyder@redhat.com>
24677
24678 * gdb.base/all-bin.exp: Revise previous patch by just reducing
24679 the precision of the floating point test results.
24680 * gdb.base/call-rt-st.exp: Ditto.
24681
24682 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24683 * gdb.base/call-rt-st.exp: Ditto.
24684
24685 2002-05-19 Michael Chastain <mec@shout.net>
24686
24687 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24688
24689 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
24690
24691 * configure.in (configdirs): Add gdb.arch.
24692 * configure: Regenerate.
24693
24694 2002-05-17 Jim Blandy <jimb@redhat.com>
24695
24696 * gdb.base/completion.exp: Recognize the more detailed error
24697 messages produced by the macro expander's lexical analyzer.
24698
24699 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24700
24701 * gdb.arch/altivec-abi.c: New file.
24702 * gdb.arch/altivec-abi.exp: New file.
24703 * gdb.arch/altivec-regs.c: New file.
24704 * gdb.arch/altivec-regs.exp: New file.
24705
24706 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
24707
24708 * gdb.base/maint.exp (maint print type): Update for new type
24709 structure.
24710
24711 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24712
24713 * gdb.arch: New directory.
24714 * gdb.arch/configure.in: New file.
24715 * gdb.arch/configure: New file.
24716 * gdb.arch/Makefile.in: New file.
24717
24718 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
24719
24720 * gdb.asm/asm-source.exp: Add v850 as supported target.
24721 * gdb.asm/v850.inc: New file.
24722
24723 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
24724
24725 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24726
24727 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
24728
24729 * gdb.base/break.exp: Check 'break "marker2"'.
24730
24731 2002-05-10 Michael Snyder <msnyder@redhat.com>
24732
24733 * gdb.base/long_long.exp: Fix typo.
24734
24735 2002-05-10 Jim Blandy <jimb@redhat.com>
24736
24737 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24738 a bug.
24739
24740 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24741 Recognize more detailed error message produced by the macro
24742 expander's lexical analyzer.
24743 * lib/gdb.exp (test_print_reject): Same.
24744
24745 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24746
24747 * gdb.c++/method.exp: Fix typo.
24748
24749 2002-05-08 Michael Snyder <msnyder@redhat.com>
24750
24751 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24752 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24753 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24754 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24755 Add iftarget clause for strongarm.
24756
24757 2002-05-06 Michael Snyder <msnyder@redhat.com>
24758
24759 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24760 (gdb_continue_to_end): Accept output from status wrapper.
24761 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24762 Clean up fail messages to match pass messages.
24763
24764 Enable the "needs_status_wrapper" testsuite feature.
24765 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24766 (gdb_compile): Conditionally call gdb_wrapper_init.
24767 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24768 * gdb.c++/method.exp: Recognize output from status wrapper.
24769
24770 2002-05-06 Ben Elliston <bje@redhat.com>
24771 From Graydon Hoare <graydon@redhat.com>
24772
24773 * config/sid.exp: Include support for "rawsid" protocol.
24774
24775 2002-05-03 Jim Blandy <jimb@redhat.com>
24776
24777 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24778 * gdb.c++/hang3.C: New file.
24779
24780 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24781
24782 * gdb.base/default.exp: Remove obsolete code.
24783 * gdb.c++/misc.exp: Ditto. Update copyright.
24784 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24785 * gdb.base/whatis.exp: Ditto. Update copyright.
24786 * gdb.base/scope.exp: Ditto. Update copyright.
24787 * gdb.base/ptype.exp: Ditto. Update copyright.
24788 * gdb.base/printcmds.exp: Ditto. Update copyright.
24789 * gdb.base/opaque.exp: Ditto. Update copyright.
24790 * gdb.base/list.exp: Ditto.
24791 * gdb.base/funcargs.exp: Ditto. Update copyright.
24792 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24793 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24794 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24795 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24796 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24797 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24798
24799 2002-05-02 Michael Snyder <msnyder@redhat.com>
24800
24801 * gdb.base/watchpoint.exp: Add xscale target.
24802 * gdb.base/long_long.exp: Add xscale target.
24803 * gdb.base/default.exp: Add xscale target.
24804
24805 2002-05-01 Jim Blandy <jimb@redhat.com>
24806
24807 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24808 gdb.c++/hang.exp: New test.
24809
24810 2002-05-01 Fred Fish <fnf@redhat.com>
24811
24812 * gdb.base/completion.exp: Handle completions of "./Make" for
24813 more than one completion possibility, as is the case when we
24814 build and test in the source tree.
24815
24816 2002-04-29 Anthony Green <green@redhat.com>
24817
24818 * gdb.java/jmisc1.exp: New file.
24819 * gdb.java/jmisc2.exp: New file.
24820
24821 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
24822
24823 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24824
24825 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
24826
24827 * gdb.base/help.exp: Change 'help status' to allow for target
24828 dependent output differences.
24829
24830 2002-04-22 Michael Chastain <mec@shout.net>
24831
24832 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24833
24834 2002-04-22 Michael Chastain <mec@shout.net>
24835
24836 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24837
24838 2002-04-17 David S. Miller <davem@redhat.com>
24839
24840 * gdb.asm/sparc64.inc: New file.
24841 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24842
24843 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
24844
24845 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24846 instruction file directly into the build tree. Clean up at end of
24847 test.
24848
24849 2002-04-18 David S. Miller <davem@redhat.com>
24850
24851 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24852 handle 64-bit platforms correctly.
24853 * gdb.base/maint.exp: Likewise.
24854
24855 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24856
24857 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24858 ``-fpic'' when compiling files comprising a shared library, but
24859 it does need additional linker flags in order to find shared
24860 libraries at run time.
24861
24862 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24863
24864 * gdb.base/cvexpr.c (use): New function.
24865 (main): Invoke use() on all global variables to prevent
24866 some linkers from deleting these otherwise unused symbols.
24867
24868 2002-04-17 Michael Chastain <mec@shout.net>
24869 From David S. Miller <davem@redhat.com>
24870
24871 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24872 handle 64-bit platforms correctly.
24873
24874 2002-04-12 Michael Snyder <msnyder@redhat.com>
24875 From Jim Blandy <jimb@redhat.com>
24876 * gdb.base/foo.c (foox): Remove section attribute; the linker
24877 script can handle this instead.
24878 * gdb.base/bar.c (barx): Same.
24879 * gdb.base/baz.c (bazx): Same.
24880 * gdb.base/grbx.c (grbxx): Same.
24881
24882 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24883 manager doesn't automatically unmap overlays unnecessarily.
24884
24885 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24886
24887 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24888 stepping out of main.
24889
24890 2002-04-09 Michael Chastain <mec@shout.net>
24891
24892 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24893 scope so that the nested scope tests will make sense.
24894 * gdb.c++/local.exp: Write patterns that actually work with gcc
24895 (the HP patterns "were never known to work with gcc").
24896 Keep the old aCC patterns too.
24897
24898 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24899
24900 * gdb.base/attach.exp: Correct target board test.
24901
24902 2002-04-08 Michael Chastain <mec@shout.net>
24903
24904 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24905 in a const method. Add some xfail and fail cases for configurations
24906 that do not emit the "const ...".
24907
24908 2002-04-07 Michael Chastain <mec@shout.net>
24909
24910 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24911 Accept "A * const" and "const A * const" as type of "this".
24912 Fix spelling of getFunky throughout. Make messages uniform.
24913
24914 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24915
24916 Work around for PR gdb/285:
24917 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24918
24919 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24920
24921 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24922 instructions file at run time instead of configure time.
24923 Sometimes we run the test in a directory that is not the one we
24924 configured in.
24925 * gdb.asm/configure.in: Delete creation of symlink.
24926 * gdb.asm/configure: Regenerate.
24927
24928 2002-04-05 J. Brobecker <brobecker@gnat.com>
24929
24930 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24931 xfullpath () function.
24932
24933 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24934
24935 * gdb.asm/Makefile.in: Correct dependencies.
24936
24937 * gdb.asm/powerpc.inc: New file.
24938 * gdb.asm/asm-source.exp: Add PowerPC.
24939 * gdb.asm/configure.in: Likewise.
24940 * gdb.asm/configure: Regenerated.
24941
24942 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24943
24944 * gdb.base/relocate.exp: New file.
24945 * gdb.base/relocate.c: New file.
24946
24947 2002-04-04 Fred Fish <fnf@redhat.com>
24948
24949 * gdb.base/step-test.exp: Update comment regarding stopping in
24950 memcpy/bcopy calls inserted as part of the compiler runtime.
24951
24952 2002-04-04 Michael Snyder <msnyder@redhat.com>
24953
24954 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24955
24956 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24957
24958 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24959 (gdb_expect): Remove $notransfer hack.
24960
24961 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24962
24963 * gdb.c++/classes.exp ("calling method for small class"): Match
24964 updated register output.
24965
24966 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24967
24968 Fix PR gdb/452
24969 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24970 when finished. Make gdb_file_cmd send "exec-file" when
24971 appropriate.
24972
24973 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24974
24975 * gdb.base/attach.exp: Remove extra setup_xfail.
24976
24977 2002-03-26 Michael Snyder <msnyder@redhat.com>
24978
24979 * gdb.base/default.exp: Add tests for dump, append, and restore.
24980 * gdb.base/help.exp: Add tests for dump, append, and restore.
24981 * gdb.base/dump.exp: New file, test dump, append and restore.
24982 * gdb.base/dump.c: New file.
24983
24984 2002-03-27 Michael Snyder <msnyder@redhat.com>
24985
24986 * gdb.base/help.exp: Modify expect strings to reflect
24987 clean-ups in help messages.
24988
24989 2002-03-26 Fred Fish <fnf@redhat.com>
24990
24991 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24992 have debugging info for those functions and the compiler uses them
24993 internally to copy structs around.
24994
24995 2002-03-26 Fred Fish <fnf@redhat.com>
24996
24997 * gdb.base/list.exp: Revert the change made yesterday and add note
24998 about why we don't list the default lines for remote targets.
24999
25000 2002-03-25 Michael Snyder <msnyder@redhat.com>
25001
25002 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25003
25004 2002-03-25 Fred Fish <fnf@redhat.com>
25005
25006 * gdb.base/list.exp: This test works on remote targets so remove
25007 the short circuit for remote targets. Update copyright.
25008
25009 2002-03-25 Fred Fish <fnf@redhat.com>
25010
25011 * gdb.base/attach.exp: Fix logic error that was suppressing this
25012 test for all non hppa*-*-hpux* targets, instead of the hp target.
25013 Move comments closer to the suppression point. Also now need to
25014 check that we are running natively.
25015
25016 2002-03-22 Michael Snyder <msnyder@redhat.com>
25017
25018 * gdb.base/default.exp: Add test for gcore. Update copyright.
25019 * gdb.base/help.exp: Add test for gcore. Update copyright.
25020
25021 2002-03-06 Fred Fish <fnf@redhat.com>
25022
25023 * gdb.base/funcargs.c: Remove extraneous ';' character.
25024 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25025
25026 2002-03-04 Michael Chastain <mec@shout.net>
25027
25028 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25029 accommodate gcc v3 function signature.
25030 * gdb.mi/mi0-var-cmd-exp: Ditto.
25031
25032 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25033
25034 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25035 ``GNU/Linux'' or ``Linux kernel''
25036 * testsuite/gdb.threads/pthreads.c: Ditto.
25037
25038 2002-02-24 Michael Chastain <mec@shout.net>
25039
25040 * gdb.threads/pthreads.c (thread1): Add a return statement.
25041 (thread2): Likewise.
25042 (foo): Likewise.
25043
25044 2002-02-23 Michael Chastain <mec@shout.net>
25045
25046 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25047 to placate gcc.
25048
25049 2002-02-23 Michael Chastain <mec@shout.net>
25050
25051 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25052 test "ptype bint". The test passes on all my stabs configurations.
25053
25054 2002-02-21 Jim Blandy <jimb@redhat.com>
25055
25056 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25057 filename at a time, and watch for the ones we want to see.
25058
25059 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25060 types of pointers to prototyped functions.
25061
25062 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25063
25064 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25065 signed, unsigned and straight char.
25066 (padding_char, padding_short, padding_int, padding_long,
25067 padding_long_long, padding_float, padding_double,
25068 padding_long_double): New global variables.
25069 (fill, fill_structs): New functions.
25070
25071 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25072 for correctly sized writes. Update copyright.
25073 (get_valueof): New procedure.
25074 (get_sizeof): Call get_valueof.
25075 (check_valueof): New procedure.
25076 (check_padding): New procedure.
25077
25078 2002-02-20 Michael Chastain <mec@shout.net>
25079
25080 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25081 to setup_xfail. Document some of the remaining calls.
25082
25083 2002-02-18 Michael Chastain <mec@shout.net>
25084
25085 * gdb.c++/userdef.exp: Update copyright year.
25086
25087 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
25088
25089 * gdb.c++/userdef.exp: Test overloaded operators properly.
25090 Remove xfails.
25091
25092 2002-02-14 Michael Snyder <msnyder@redhat.com>
25093
25094 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25095
25096 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
25097
25098 * gdb.base/a2-run.exp: Check for a remote target properly.
25099 * gdb.base/annota1.exp: Likewise.
25100 * gdb.base/list.exp: Likewise.
25101 * gdb.base/reread.exp: Likewise.
25102 * gdb.base/scope.exp: Likewise.
25103 * gdb.base/shlib-call.exp: Likewise.
25104 * gdb.base/term.exp: Likewise.
25105 * gdb.c++/annota2.exp: Likewise.
25106
25107 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
25108
25109 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25110
25111 2002-02-10 Michael Chastain <mec@shout.net>
25112
25113 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25114 (call_after_alloca): Ditto.
25115
25116 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
25117
25118 * gdb.base/ending-run.exp: Guard "cont" test with
25119 gdb_skip_stdio_test.
25120
25121 2002-02-06 Jim Blandy <jimb@redhat.com>
25122
25123 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25124 from here...
25125 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25126 To here. Disable this test on non-HP platforms. Add big comment.
25127
25128 2002-02-04 Michael Snyder <msnyder@redhat.com>
25129
25130 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25131 other than d10v and m32r.
25132
25133 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
25134
25135 * gdb.base/default.exp: Rewrite test patterns to reduce time
25136 taken to match them.
25137
25138 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25139
25140 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25141 Allow a start function above main.
25142 * gdb.threads/linux-dp.exp: Fix copyright date.
25143
25144 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25145
25146 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25147 (check_philosopher_stack): Check for manager thread before checking
25148 for a just-starting thread.
25149
25150 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25151
25152 From Neil Booth <neil@daikokuya.demon.co.uk>:
25153 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25154 warnings.
25155
25156 2002-01-21 Fred Fish <fnf@redhat.com>
25157
25158 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25159 not caller.
25160
25161 2002-01-21 Jim Blandy <jimb@redhat.com>
25162
25163 * gdb.base/reread.exp: Check that GDB properly re-reads the
25164 executable file when it changes while no inferior is running.
25165
25166 2002-01-21 Fred Fish <fnf@redhat.com>
25167
25168 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25169 optionally accept the "shlib events" variation.
25170
25171 2002-01-21 Jim Blandy <jimb@redhat.com>
25172
25173 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25174 call `fflush' after every `printf', so that the output is produced
25175 at predictable points, regardless of whatever buffering does (or
25176 doesn't) take place.
25177 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25178 at different points.
25179
25180 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25181
25182 * gdb.c++/inherit.exp: Update copyright years.
25183 * gdb.c++/method.exp: Likewise.
25184
25185 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25186
25187 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25188 artificial methods/arguments.
25189 * gdb.c++/derivation.exp: Likewise.
25190 * gdb.c++/inherit.exp: Likewise.
25191 * gdb.c++/method.exp: Likewise.
25192 * gdb.c++/virtfunc.exp: Likewise.
25193
25194 2002-01-18 Andrew Cagney <ac131313@redhat.com>
25195
25196 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25197 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25198 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25199 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25200 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25201 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25202
25203 2002-01-17 Jim Blandy <jimb@redhat.com>
25204
25205 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25206 anchoring the pattern matching the entry point symbol's name.
25207
25208 2002-01-17 Andrew Cagney <ac131313@redhat.com>
25209
25210 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25211 continue/quit query. Update copyright.
25212
25213 2002-01-14 Michael Snyder <msnyder@redhat.com>
25214
25215 * gdb.base/gcore.exp: Remove extra debugging output.
25216
25217 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25218
25219 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25220 for slightly dubious v2 mangled string.
25221
25222 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25223
25224 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25225
25226 2002-01-10 Jason Merrill <jason@redhat.com>
25227
25228 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25229
25230 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25231 constructors.
25232 * gdb.c++/derivation.exp: Likewise.
25233 * gdb.c++/templates.exp: Likewise.
25234 * gdb.c++/virtfunc.exp: Likewise.
25235
25236 2002-01-10 Michael Snyder <msnyder@redhat.com>
25237
25238 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25239
25240 2002-01-08 Michael Snyder <msnyder@redhat.com>
25241
25242 * gdb.base/gcore.exp: New test for generate-core-file command.
25243 * gdb.base/gcore.c: Testcase for above.
25244 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25245
25246 2002-01-08 Jason Merrill <jason@redhat.com>
25247
25248 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25249
25250 2002-01-07 Fred Fish <fnf@redhat.com>
25251
25252 * gdb.c++/overload.exp: Remove unconditional xfails for:
25253 print foo_instance1.overloadargs(1)
25254 print foo_instance1.overloadargs(1, 2)
25255 print foo_instance1.overloadargs(1, 2, 3)
25256 print foo_instance1.overloadargs(1, 2, 3, 4)
25257 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25258 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25259 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25260 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25261 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25262 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25263 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25264 print foo_instance1.overload1arg()
25265 print foo_instance1.overload1arg((char)arg2)
25266 print foo_instance1.overload1arg((signed char)arg3)
25267 print foo_instance1.overload1arg((unsigned char)arg4)
25268 print foo_instance1.overload1arg((int)arg7)
25269 print foo_instance1.overload1arg((unsigned int)arg8)
25270 print foo_instance1.overload1arg((float)arg11)
25271 print foo_instance1.overload1arg((double)arg12)
25272
25273 2002-01-07 Michael Snyder <msnyder@redhat.com>
25274
25275 * gdb.base/huge.exp: New test. Print a very large target data object.
25276 (skip_huge_test): New test variable. Define if you want to skip this
25277 test. The test reads an 8 megabyte data object from the target, so it
25278 might be very time consuming on remote targets with a slow connection.
25279 * gdb.base/huge.c: New file. Test case for above.
25280
25281 2002-01-07 Fred Fish <fnf@redhat.com>
25282
25283 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25284 g_instance.bfoo, and g_instance.cfoo.
25285
25286 2002-01-07 Jeffrey A Law <law@redhat.com>
25287
25288 * gdb.base/break.c (multi_line_if_conditional): New function.
25289 (multi_ilne_while_conditional): Likewise.
25290 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25291 IF or WHILE condition puts the breakpoint at the start of
25292 the condition.
25293
25294 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25295 hppa*-*-hpux* expected failure.
25296 * gdb.base/structs.exp (do_function_calls): Similarly.
25297
25298 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25299 watchpoints.
25300
25301 2002-01-06 Andrew Cagney <ac131313@redhat.com>
25302
25303 Fix PR gdb/66.
25304 * gdb.base/structs.exp: Replace skip for a29k with skip for
25305 gdb,cannot_call_functions.
25306 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25307 * gdb.base/callfuncs.exp: Ditto.
25308 * gdb.base/call-rt-st.exp: Ditto.
25309 * gdb.base/call-strs.exp: Ditto.
25310 * gdb.base/callfwmall.exp: Ditto.
25311 * gdb.base/scope.exp: Obsolete xfail a29k.
25312 * gdb.c++/misc.exp: Ditto.
25313 * gdb.c++/cplusfuncs.exp: Ditto.
25314 * gdb.base/ptype.exp: Ditto.
25315 * gdb.base/printcmds.exp: Ditto.
25316 * gdb.base/opaque.exp: Ditto.
25317 * gdb.base/list.exp: Ditto.
25318 * gdb.base/funcargs.exp: Ditto.
25319 * gdb.base/default.exp: Ditto.
25320
25321 2002-01-04 Michael Snyder <msnyder@redhat.com>
25322
25323 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25324 * gdb.base/maint.exp: Add tests for maint info sections options.
25325
25326 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25327
25328 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25329
25330 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
25331
25332 * gdb.asm/arm.inc: New file.
25333 * gdb.asm/asm-source.exp: Add arm targets.
25334 * gdb.asm/configure.in: Ditto.
25335 * gdb.asm/configure: Recreated from configure.in.
25336
25337 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25338
25339 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25340 with HP's compiler.
25341 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25342 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25343 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25344 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25345
25346 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25347 either HP's compilers or GCC.
25348
25349 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25350 a SIGBUS or SIGSEGV.
25351
25352 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25353
25354 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25355 can be compiled with either HP's compiler or GCC.
25356
25357 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25358 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25359 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25360
25361 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25362 to match current gdb output. Update due to using auto-solib-limit
25363 for limiting instead of overloading auto-solib-add.
25364 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25365 test program.
25366
25367 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25368 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25369 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25370 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25371 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25372 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25373 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25374 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25375 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25376 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25377 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25378 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25379 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25380
25381 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25382 a SIGTRAP to the inferior.
25383
25384 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
25385
25386 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25387 Substitute call to target_link by call to gdb_compile.
25388
25389 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25390
25391 * gdb.base/break.exp: Fix HP specific search string when testing
25392 backtracing in a called function.
25393
25394 * gdb.base/constvars.exp: Only set lang to C++ if we're
25395 compiling the test with HP's compilers.
25396 * gdb.base/volatile.exp: Similarly.
25397
25398 2001-12-19 Jim Blandy <jimb@redhat.com>
25399
25400 * gdb.base/printcmds.exp: Expect the null character to be printed
25401 as '\0', and the '\013' to be printed as '\v'.
25402 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25403 * gdb.base/setvar.exp: Same.
25404
25405 2001-12-17 Jim Blandy <jimb@redhat.com>
25406
25407 * gdb.base/completion.exp: Rather than completing very long
25408 filenames, which can make the readline library produce output we
25409 don't recognize, cd to the directory first, and then complete
25410 using nice, short relative paths.
25411
25412 * gdb.base/completion.exp: On some systems, there is, in fact, a
25413 variable named `b' in scope, since GDB treats all static
25414 variables as being in scope. So use `no_var_named_this'
25415 instead of `b'.
25416
25417 * gdb.base/corefile.exp: Recognize the message saying that GDB
25418 can't find the core file's registers as a failure.
25419
25420 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25421
25422 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25423 test expect string more specific.
25424
25425 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
25426
25427 * gdb.asm/asm-source.exp: Add support for xstormy16.
25428 * gdb.asm/configure.in: Ditto.
25429 * gdb.asm/configure: Rebuild.
25430 * gdb.asm/xstormy16.inc: New file.
25431
25432 2001-12-10 Fred Fish <fnf@redhat.com>
25433
25434 * gdb.base/maint.exp: Update to match changes in type dumping code.
25435
25436 2001-12-10 Jim Blandy <jimb@redhat.com>
25437
25438 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25439 matching the entry point symbol's name at the beginning of the
25440 line.
25441
25442 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25443
25444 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25445 gdb.c++/inherit.exp, gdb.c++/method.exp,
25446 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25447 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25448 and class layout support.
25449
25450 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25451
25452 * gdb.c++/classes.exp: Add test for static member function.
25453 * gdb.c++/misc.cc: Add class with static member function.
25454
25455 2001-12-07 Jim Blandy <jimb@redhat.com>
25456
25457 If GDB says it can't find the struct the function returned, report
25458 those tests as `unsupported'.
25459 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25460 Rewrite subsequent tests to use it.
25461
25462 If GDB says it can't find the struct the function returned, report
25463 those tests as `unsupported'.
25464 * gdb.base/structs.exp (call_struct_func): New function.
25465 (do_function_calls): Use call_struct_func to call the functions
25466 returning structs.
25467
25468 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25469 whether functions are prototyped or not, so we can't possibly pass
25470 arguments to t_float_values2 properly.
25471
25472 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25473 value of `timeout' for targets other than the mips*tx39-*.
25474
25475 2001-12-06 Michael Snyder <msnyder@redhat.com>
25476
25477 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
25478 and detect whether the start symbol has a leading underscore.
25479
25480 2001-12-04 Jim Blandy <jimb@redhat.com>
25481
25482 * gdb.base/completion.exp: Clarify indentation.
25483
25484 2001-12-03 Jim Blandy <jimb@redhat.com>
25485
25486 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25487 variables on the S/390, not `.word'.
25488
25489 2001-11-30 Jim Blandy <jimb@redhat.com>
25490
25491 Add assembly-source tests for s390-ibm-linux.
25492 * gdb.asm/s390.inc: New file.
25493 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25494 the S/390 architecture.
25495 * gdb.asm/configure: Regenerated.
25496
25497 2001-11-30 Michael Snyder <msnyder@redhat.com>
25498
25499 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25500 next, info source, info sources, info line, global and static
25501 variables, and static functions.
25502 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25503 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25504 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25505 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25506 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25507 (gdbasm_leave): Restore frame pointer.
25508 (gdbasm_startup): Copy stack set-up from crt0.S.
25509
25510 2001-11-26 Fernando Nasser <fnasser@redhat.com>
25511
25512 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25513 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25514 to a local (non-static) variable. Copy tstruct.a to a static buffer
25515 and return a pointer to that buffer.
25516 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25517
25518 2001-11-24 Mark Kettenis <kettenis@gnu.org>
25519
25520 * gdb.asm/configure.in: Fix recognition of ix86 target.
25521 * gdb.asm/configure: Regenerate.
25522
25523 2001-11-21 Michael Snyder <msnyder@redhat.com>
25524
25525 * gdb.asm/sparc.inc: New file.
25526 * gdb.asm/asm-source.exp: Recognize sparc target.
25527 * gdb.asm/configure.in: Recognize sparc target.
25528 * gdb.asm/configure: Regenerate.
25529
25530 2001-11-21 Michael Snyder <msnyder@redhat.com>
25531
25532 * gdb.asm/m32r.inc: New file.
25533 * gdb.asm/asm-source.exp: Recognize m32r target.
25534 * gdb.asm/configure.in: Recognize m32r target.
25535 * gdb.asm/configure: Regenerate.
25536
25537 2001-11-20 Michael Snyder <msnyder@redhat.com>
25538
25539 * gdb.asm/i386.inc: New file.
25540 * gdb.asm/asm-source.exp: Recognize ix86 target.
25541 * gdb.asm/configure.in: Recognize ix86 target.
25542 * gdb.asm/configure: Regenerate.
25543
25544 * gdb.c++/namespace.exp: Fix quotes in output messages.
25545
25546 2001-11-14 Michael Snyder <msnyder@redhat.com>
25547
25548 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
25549 qualifier in a type cast expression, to designate an address
25550 in the instruction space (Harvard architecture).
25551
25552 2001-11-13 Michael Snyder <msnyder@redhat.com>
25553
25554 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25555 Tests for expressions using 'const' and 'volatile'.
25556
25557 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
25558
25559 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25560
25561 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
25562
25563 * lib/mi-support.exp (mi_run_to_helper): Move comments
25564 outside of gdb_expect.
25565
25566 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
25567
25568 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25569 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25570 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25571 mi0_run_to): New functions.
25572 * gdb.mi/mi-simplerun.exp: Use them.
25573 * gdb.mi/mi0-simplerun.exp: Likewise.
25574 * gdb.mi/mi-var-cmd.exp: Likewise.
25575 * gdb.mi/mi0-var-cmd.exp: Likewise.
25576
25577 2001-11-10 Andrew Cagney <ac131313@redhat.com>
25578
25579 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25580 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25581
25582 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25583
25584 * gdb.base/restore.exp: Include $expected value in restored test
25585 message.
25586
25587 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25588
25589 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25590 implemented.
25591
25592 2001-11-08 Michael Snyder <msnyder@redhat.com>
25593
25594 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25595 Add pass/fail message for stop at breakpoint in call dummy function.
25596
25597 2001-11-07 Michael Snyder <msnyder@redhat.com>
25598
25599 * gdb.c++/templates.exp (test_template_breakpoints):
25600 If we get an overload menu, but it does not match what
25601 we expect, we still need to issue the "cancel" command.
25602 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25603 making the whitespace optional. Argument for "new" may be
25604 "unsigned" as well as "unsigned int/long".
25605 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
25606 making the whitespace optional. Also replace "(void) with
25607 "((void|)), making the keyword "void" optional.
25608 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
25609 making the whitespace optional. Also replace "(void) with
25610 "((void|)), making the keyword "void" optional.
25611 * gdb.base/callfuncs.c (t_float_values): This function must
25612 _not_ be prototyped, and the following function (t_float_values2)
25613 must be prototyped (if the compiler supports it), so that GDB
25614 can be tested against both cases. Usually one case involves
25615 promotion of float to double, while the other does not.
25616 * gdb.base/callfwmall.c: Ditto.
25617 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25618 includes a stack frame for "start".
25619
25620 2001-11-05 Jim Blandy <jimb@redhat.com>
25621
25622 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25623 pointers are 32 bits long, and that offsets of relocs are always
25624 stored in the data (REL-style), and not in the reloc entry itself
25625 (RELA-style).
25626 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25627 stabs.
25628
25629 2001-11-01 Michael Snyder <msnyder@redhat.com>
25630
25631 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25632 and regular expression operators by using quoting.
25633
25634 2001-10-31 Michael Snyder <msnyder@redhat.com>
25635
25636 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25637 depending on what the symbol table contains.
25638 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25639 the output of the ptype command. Similarly, accept both "const &"
25640 and "const&".
25641
25642 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
25643
25644 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25645 symbol `STORAGE' to allow to choose the storage class of
25646 the local datastructures.
25647 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25648 compiler directive.
25649
25650 2001-10-30 Michael Snyder <msnyder@redhat.com>
25651
25652 * gdb.base/jump.exp: Allow it to run for all targets.
25653
25654 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25655
25656 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25657 with new double_array size.
25658 (main): Change storage class of all local variables to static.
25659 Reduce size of double_array to 9.
25660 * gdb.base/call-ar-st.exp: Increase timeout value.
25661 Change expected output for double array to match new size in
25662 call-ar-st.c.
25663
25664 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25665
25666 * gdb.base/ending-run.exp: Create identical output when passing
25667 `step to end of run' case. Add regular expression branch satisfying
25668 Stormy16 target.
25669
25670 2001-10-28 Mark Kettenis <kettenis@gnu.org>
25671
25672 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25673 that we catch the expected failure under Linux/x86.
25674
25675 2001-10-29 Orjan Friberg <orjanf@axis.com>
25676
25677 * gdb.base/setvar.exp: Escape curly braces.
25678 * gdb.stabs/weird.exp: Ditto.
25679
25680 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
25681
25682 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25683 * gdm.mi/mi0-hack-cli.exp: Likewise.
25684
25685 2001-10-25 Andrew Cagney <ac131313@redhat.com>
25686
25687 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25688 messages.
25689
25690 2001-10-21 Andrew Cagney <ac131313@redhat.com>
25691
25692 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25693 checking MI enabled.
25694
25695 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
25696
25697 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25698
25699 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
25700
25701 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25702 if gdb child process crashes, just signal an error.
25703
25704 2001-10-02 Jim Blandy <jimb@redhat.com>
25705
25706 * lib/gdb.exp (test_xfail_format): Simplify.
25707
25708 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25709 front of the variable name `format'. Simplify `if'.
25710
25711 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25712
25713 * gdb.threads/pthreads.exp: Wait for output and delay
25714 before sending ^C.
25715
25716 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25717
25718 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25719 some incorrect output instead of timing out.
25720 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25721
25722 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
25723
25724 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25725 check to allow additional `int'.
25726
25727 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
25728
25729 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25730 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25731
25732 2001-09-27 Michael Snyder <msnyder@redhat.com>
25733
25734 * lib/gdb.exp (test_debug_format): New proc.
25735 (setup_xfail_format): Use new proc test_debug_format.
25736 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25737 proc; use new service proc test_debug_format.
25738 Replace all other "gcc_compiled" tests with this test.
25739 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25740 proc; use new service proc test_debug_format.
25741 Replace all other "gcc_compiled" tests with this test.
25742
25743 2001-09-27 Michael Snyder <msnyder@redhat.com>
25744
25745 * gdb.base/cvexpr.exp: New file.
25746 * gdb.base/cvexpr.c: New file
25747 Test for expressions using const and volatile keywords.
25748
25749 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25750
25751 * gdb.base/constvars.exp: Check for different orders of keywords
25752 and additional "int" strings in output.
25753
25754 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25755
25756 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25757 responses from "help maint".
25758
25759 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25760
25761 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25762 to localhost:NNN instead of :NNN, in case Xvfb is listening
25763 only on TCP.
25764
25765 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25766
25767 * gdb.base/recurse.exp: When checking leaving the watchpoint
25768 scope, recognize when gdb is in function's epilogue and pass.
25769
25770 2001-09-18 Keith Seitz <keiths@redhat.com>
25771
25772 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25773 support for running tests against sid targets.
25774 (gdbtk_done): Ditto.
25775
25776 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25777
25778 * gdb.base/ending-run.c (main): Set stdout buffersize
25779 to the same reasonable value for any target.
25780 * gdb.base/ending-run.exp: Add a regular expression
25781 to make testsuite happy on Sanyo Stormy16 target.
25782
25783 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25784
25785 * gdb.base/display.c (do_loops): Add float variable `f'.
25786 Increment f in loop.
25787 * gdb.base/display.exp: Increment timeout by 60 seconds.
25788 Change float display test to use variable `f'.
25789
25790 2001-09-17 Jim Blandy <jimb@redhat.com>
25791
25792 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25793 overflowing the limited breakpoint tables on some ROM monitors
25794 (like the ROM68K).
25795
25796 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
25797
25798 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25799 the "-ac" (disable access control) flag.
25800
25801 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
25802
25803 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25804 ints.
25805
25806 2001-08-30 Keith Seitz <keiths@redhat.com>
25807
25808 * lib/gdb.exp: Move all insight-related functionality into
25809 separate file.
25810 * lib/insight-support.exp: New file.
25811
25812 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
25813
25814 * config/sid.exp (sid_start): Never set sid verbosity; disable
25815 expect_background {} that consumed its stdout; tolerate </dev/null.
25816 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25817
25818 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25819
25820 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25821 CLI jump command to start it.
25822 (mi_run_to_main): Fail immediatly when unexpected output.
25823
25824 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25825
25826 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25827 beginning of function. Fix PR gdb/191.
25828
25829 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
25830
25831 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25832 what to force sid endianness to.
25833
25834 2001-08-15 Keith Seitz <keiths@redhat.com>
25835
25836 * lib/gdb.exp (gdbtk_start): Don't set environment
25837 variables for TCL_LIBRARY and friends. Insight will
25838 now figure these out for itself.
25839
25840 2001-08-02 Michael Snyder <msnyder@redhat.com>
25841
25842 * gdb.base/completion.exp: Remove the symbol "a64l" from
25843 the expect string; this is target-specific, and not related
25844 to what is being tested.
25845
25846 2001-08-02 Dave Brolley <brolley@redhat.com>
25847
25848 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25849
25850 2001-07-25 Michael Snyder <msnyder@redhat.com>
25851
25852 * gdb.base/consecutive.exp: New file. Test stepping over
25853 breakpoints on consecutive instructions.
25854 * gdb.base/consecutive.c: New file.
25855
25856 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25857 curly braces in regular expressions.
25858
25859 2001-07-25 Michael Snyder <msnyder@redhat.com>
25860
25861 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25862 legitimate output from stepping out of main.
25863
25864 2001-07-22 Keith Seitz <keiths@redhat.com>
25865
25866 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25867 the empty string, do not run the tests.
25868
25869 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25870
25871 * gdb.base/long_long.exp: Detect size of pointer. Take into
25872 account 2-byte pointers when testing for p/a results.
25873
25874 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25875
25876 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
25877 and defined to 1K for m68hc11.
25878 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25879 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25880 (sizeof_random_data): New variable to tell the size of the data table;
25881 don't test past this size; always run to main.
25882
25883 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25884
25885 * gdb.base/return2.exp: return of long long and double fails for
25886 68HC11; don't execute these tests on that platform.
25887 * gdb.base/return.exp: Return of a double fails for 68hc11.
25888
25889 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25890
25891 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25892 tests that print a float.
25893 * call-rt-st.exp: Likewise.
25894
25895 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25896
25897 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25898 running this test on Linux.
25899
25900 2001-06-24 Michael Chastain <chastain@redhat.com>
25901
25902 * gdb.base/arithmet.exp: Remove some tests to make all test names
25903 unique.
25904
25905 2001-07-03 Michael Snyder <msnyder@redhat.com>
25906
25907 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25908 the output of the ptype command.
25909
25910 2001-07-02 Michael Snyder <msnyder@redhat.com>
25911
25912 * gdb.base/completion.exp: Don't assume that break.c is the only
25913 source file that may contain functions named "marker".
25914 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25915
25916 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25917
25918 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25919 of files to delete.
25920
25921 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25922 * gdb.disasm/h8300s.exp: New file.
25923 gdb.disasm/h8300s.s: Likewise.
25924
25925 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25926
25927 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25928 empty breakpoint tables.
25929
25930 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25931
25932 * lib/mi-support.exp: Update args=... part of stop-reason
25933 patterns. Accept either a list or a tuple.
25934
25935 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25936
25937 * lib/mi-support.exp: Remove local emacs variable defining
25938 change-log-default-name.
25939
25940 2001-06-22 Michael Chastain <chastain@redhat.com>
25941
25942 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25943 This is operationally compatible with the previous version.
25944
25945 2001-06-13 Jim Blandy <jimb@redhat.com>
25946
25947 * lib/gdb.exp (gdb_test): Doc fix.
25948
25949 2001-06-10 Michael Chastain <chastain@redhat.com>
25950
25951 * gdb.base/exprs.exp: Remove a duplicate test.
25952
25953 2001-06-06 Jim Blandy <jimb@redhat.com>
25954
25955 * gdb.base/return2.exp (main): Use values to test float and double
25956 returns that are not NaN's, to avoid being confused by IEEE
25957 comparison rules.
25958
25959 2001-06-04 Michael Snyder <msnyder@redhat.com>
25960
25961 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25962 non-zero if control_c fails. Terminate the test on failure,
25963 rather than wait for 12 more tests to time out.
25964
25965 2001-06-06 Jim Blandy <jimb@redhat.com>
25966
25967 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25968 Don't forget to match the GDB prompt.
25969
25970 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25971
25972 2001-06-04 Jim Blandy <jimb@redhat.com>
25973
25974 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25975 command.
25976
25977 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25978
25979 * gdb.base/annota1.exp (info break): Match four or more spaces
25980 after "Address".
25981
25982 2001-05-31 Michael Chastain <chastain@redhat.com>
25983
25984 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25985 (dm_type_int_star): Likewise.
25986 (dm_type_long_star): Likewise.
25987 (dm_type_void_star): Likewise.
25988
25989 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25990
25991 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25992 to a known value in order to get consistent results regardless
25993 of the setting of INPUTRC or the presence or contents of .inputrc.
25994
25995 2001-05-24 Michael Snyder <msnyder@redhat.com>
25996
25997 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25998 Don't require that the main thread and the manager thread are the
25999 first in the list.
26000
26001 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26002 debugging. If test fails, issue an "unsupported" not a "fail".
26003
26004 2001-05-24 Jim Blandy <jimb@redhat.com>
26005
26006 Don't assume that short is shorter than int.
26007 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26008 assume that shorts are smaller than ints. On a 16-bit machine,
26009 this isn't true.
26010 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26011 an int, is not equal to ~0 stored in an unsigned char. This tests
26012 the same thing that the previous test meant to, but works on
26013 16-bit machines, too.
26014 ("print unsigned char != (~0)"): Same test, complemented.
26015
26016 2001-05-24 Michael Snyder <msnyder@redhat.com>
26017
26018 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26019 test for (full_coverage == 0). This makes the test run faster,
26020 and prevents dejagnu getting out of step.
26021
26022 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26023
26024 * gdb.base/finish.exp (finish_void): Revise pattern for
26025 stopping on the call statement to not permit stopping at
26026 the start of the instructions comprising the call sequence.
26027
26028 2001-05-19 Michael Chastain <chastain@redhat.com>
26029
26030 * gdb.base/callfuncs.exp: Make all test names unique.
26031 * gdb.base/commands.exp: Make all test names unique.
26032 * gdb.base/condbreak.exp: Make all test names unique.
26033 * gdb.base/dbx.exp: Make all test names unique.
26034 * gdb.base/default.exp: Make all test names unique.
26035 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26036 and TIMEOUT messages to their corresponding PASS message.
26037 * gdb.base/ending-run.exp: Make all test names unique.
26038 * gdb.base/long_long.exp: Remove duplicate test.
26039
26040 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26041
26042 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26043 stop on the call statement as well as the statement after the
26044 call.
26045
26046 2001-05-21 Michael Snyder <msnyder@redhat.com>
26047
26048 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26049
26050 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26051
26052 * gdb.base/completion.exp: Revamp test. Make it execute on all
26053 platforms.
26054
26055 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26056
26057 * config/gdbserver.exp (gdb_load): Handle the case
26058 in which the arguments to gdbserver are given in the
26059 baseboard configuration file.
26060 Also handle the case in which the server needs to do a
26061 load.
26062
26063 2001-05-07 Keith Seitz <keiths@cygnus.com>
26064
26065 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26066 set up the display for testing.
26067 (gdbtk_start): Convert all paths to paths that tcl will like.
26068 Export target information to environment.
26069 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26070 necessary.
26071 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26072 (to_tcl_path): New proc to convert a given pathname into
26073 a path acceptible as an argument to a tcl command.
26074 (_gdbtk_export_target_info): New proc to export target info
26075 into the environment for gdbtk testing.
26076 (gdbtk_done): New proc to signal end-of-test.
26077
26078 2001-05-06 Jim Blandy <jimb@redhat.com>
26079
26080 * restore.c: Make the code of caller0 correspond to its comment.
26081
26082 2001-05-03 Michael Snyder <msnyder@redhat.com>
26083
26084 * config/sid.exp (gdb_target_sid): Check for error messages.
26085 On error or timeout, don't make expect exit (which will terminate
26086 all subsequent tests); instead just make gdb exit.
26087 (gdb_load): Check for error messages. On error or timeout,
26088 return a negative value.
26089
26090 2001-04-24 Jim Blandy <jimb@redhat.com>
26091
26092 * gdb.c++/templates.exp: If we see the prompt for the overload
26093 list, but we haven't recognized any of the longer patterns,
26094 arrange for this test to fail, not hang.
26095
26096 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26097 variations.
26098
26099 2001-04-22 Michael Chastain <chastain@redhat.com>
26100
26101 * gdb.c++/local.exp: Use the 'runto' library function.
26102 * gdb.c++/namespace.exp: Likewise.
26103 * gdb.c++/overload.exp: Likewise.
26104
26105 2001-03-26 Kevin Buettner <kevinb@redhat.com>
26106
26107 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26108 * gdb.base/step-line.exp: New file. Test step/next in presence of
26109 #line directives.
26110 * gdb.base/step-line.c: New file. Test program for the above.
26111 * gdb.base/step-line.inp: New file. We pretend that this file has
26112 been transformed by some other tool into step-line.c.
26113
26114 2001-03-21 Jim Blandy <jimb@redhat.com>
26115
26116 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26117 unmangled operator names.
26118
26119 2001-03-20 Jim Blandy <jimb@redhat.com>
26120
26121 * gdb.threads/linux-dp.exp: Recognize an additional message
26122 generated by GDB when it doesn't understand how to debug threads
26123 on the target system.
26124
26125 2001-03-19 Andrew Cagney <ac131313@redhat.com>
26126
26127 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26128
26129 2001-03-12 Michael Chastain <chastain@redhat.com>
26130
26131 * gdb.c++/derivation.exp: Use the 'runto' library function.
26132
26133 2001-03-12 Michael Chastain <chastain@redhat.com>
26134
26135 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26136
26137 2001-02-24 Michael Chastain <chastain@redhat.com>
26138
26139 * gdb.c++/ref-types.exp: Change handwritten code to library
26140 function 'runto'.
26141
26142 2001-03-16 Orjan Friberg <orjanf@axis.com>
26143
26144 * gdb.base/signals.exp: Set count to 0 explicitly.
26145
26146 2001-03-15 Mark Salter <msalter@redhat.com>
26147
26148 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26149 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26150 (gdb_load): Add support for additional target_info: gdb_download_size
26151 and gdb_load_timeout.
26152
26153 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26154
26155 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26156 file -- to prevent failing when the compile fails but we have no
26157 intention of running the tests anyway.
26158
26159 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26160 tests if set.
26161
26162 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26163 integers.
26164
26165 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26166 * gdb.c++/namespace.exp: Ditto.
26167
26168 2001-03-07 Orjan Friberg <orjanf@axis.com>
26169
26170 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26171 * gdb.base/pointers.exp: Relax pattern match of decimals.
26172
26173 2001-03-06 Kevin Buettner <kevinb@redhat.com>
26174
26175 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26176 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26177 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26178 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26179 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26180 config/sh.exp, config/sid.exp, config/slite.exp,
26181 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26182 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26183 config/vxworks.exp, config/vxworks29k.exp,
26184 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26185 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26186 gdb.base/arithmet.exp, gdb.base/assign.exp,
26187 gdb.base/async.exp, gdb.base/attach.exp,
26188 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26189 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26190 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26191 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26192 gdb.base/commands.exp, gdb.base/completion.exp,
26193 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26194 gdb.base/constvars.exp, gdb.base/corefile.exp,
26195 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26196 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26197 gdb.base/ending-run.exp, gdb.base/environ.exp,
26198 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26199 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26200 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26201 gdb.base/funcargs.exp, gdb.base/help.exp,
26202 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26203 gdb.base/logical.exp, gdb.base/long_long.exp,
26204 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26205 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26206 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26207 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26208 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26209 gdb.base/regs.exp, gdb.base/relational.exp,
26210 gdb.base/remote.exp, gdb.base/reread.exp,
26211 gdb.base/restore.exp, gdb.base/return2.exp,
26212 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26213 gdb.base/selftest.exp, gdb.base/setshow.exp,
26214 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26215 gdb.base/sigall.exp, gdb.base/signals.exp,
26216 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26217 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26218 gdb.base/step-test.exp, gdb.base/structs.c,
26219 gdb.base/structs.exp, gdb.base/structs2.exp,
26220 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26221 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26222 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26223 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26224 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26225 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26226 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26227 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26228 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26229 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26230 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26231 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26232 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26233 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26234 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26235 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26236 gdb.trace/circ.exp, gdb.trace/collection.exp,
26237 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26238 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26239 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26240 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26241 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26242 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26243 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26244 notices.
26245
26246 2001-02-27 Michael Snyder <msnyder@cygnus.com>
26247
26248 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26249 first arg is int not float.
26250
26251 2001-02-22 Michael Snyder <msnyder@cygnus.com>
26252
26253 * gdb.base/reread.exp: Unsupported for non-native targets;
26254 doesn't work for remote debugging.
26255
26256 2001-02-19 Fernando Nasser <fnasser@redhat.com>
26257
26258 From Drew Moseley <dmoseley@redhat.com>
26259 * gdb.base/ending-run.exp: Properly handle the BSP state when
26260 stepping past the end of main.
26261
26262 2001-02-19 John Moore <jmoore@redhat.com>
26263
26264 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26265 Converted HPUX fix for non-expected items following multiple
26266 step commands into general solution for all platforms.
26267
26268 2001-02-18 Michael Chastain <chastain@redhat.com>
26269
26270 * gdb.c++/classes.exp (do_tests): Change runto statements
26271 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26272 statements demangler agnostic.
26273 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26274 (gdb_virtfunc_restart): Likewise.
26275
26276 2001-02-14 Michael Chastain <chastain@redhat.com>
26277
26278 * gdb.c++/inherit.exp (do_tests): Change runto statements
26279 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26280 statements demangler agnostic.
26281
26282 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26283
26284 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26285 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26286 before calling common_routine 15 times'' tests.
26287
26288 2001-02-11 Michael Chastain <chastain@redhat.com>
26289
26290 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26291 Helps the test script figure out which demangler is in use.
26292 (dm_type_foo_ref): Ditto.
26293 (dm_type_int_star): Ditto.
26294 (dm_type_long_star): Ditto.
26295 (dm_type_unsigned_int): Ditto.
26296 (dm_type_void): Ditto.
26297 (dm_type_void_star): Ditto.
26298 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26299 Probe the gdb demangler and set variables to accommodate
26300 formatting differences.
26301 (info_func_regexp): New function. Same as info_func, but
26302 matches against a regexp.
26303 (info_func): Match against a literal string.
26304 (print_addr_2): New function. Match against a literal string,
26305 which can be different from the input to gdb.
26306 (print_addr): Simply call print_addr_2 with the same argument twice.
26307 (test_lookup_operator_functions): Use demangler formatting variables.
26308 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26309 the tests in the same order as the C++ class declaration.
26310 (test_paddr_operator_functions): Ditto.
26311 (test_paddr_overloaded_functions): Ditto.
26312 (test_paddr_hairy_functions): Use demangler formatting variables.
26313 Add reference to gdb/19 for related tests.
26314 (do_tests): Call probe_demangler.
26315
26316 2001-01-30 Kevin Buettner <kevinb@redhat.com>
26317
26318 * gdb.c++/templates.cc (printf): Remove unused function definition.
26319
26320 2001-01-26 Felix Lee <flee@redhat.com>
26321
26322 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26323
26324 2001-01-25 matthew green <mrg@redhat.com>
26325
26326 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26327 up sid.
26328 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26329
26330 2001-01-25 matthew green <mrg@redhat.com>
26331
26332 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26333 Deprecate $sid_spawn_id.
26334 (sid_exit): Remove code necessary only for `spawn.'
26335
26336 2001-01-25 matthew green <mrg@redhat.com>
26337
26338 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26339
26340 2001-01-28 Michael Chastain <chastain@redhat.com>
26341
26342 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26343 to call when tests fail. It takes gdb out of the overloaded
26344 function choice menu back to the main prompt, so that the test
26345 program stays synchronized.
26346 (set_bp_overloaded): New proc to collect all the common
26347 code for setting a breakpoint on an overloaded name. Calls
26348 take_gdb_out_of_choice_menu when needed.
26349 (menu_overload1arg): New variable to collect the repeated
26350 instances of the expected menu for an overloaded name. Change
26351 the regular expression to handle changes in g++ type encoding:
26352 "void" can be either "void" or "", and "unsigned int" can be
26353 either "unsigned int" or "unsigned".
26354 (continue_to_bp_overloaded): Change regular expressions to handle
26355 changes in g++ type encoding.
26356 (no proc): Call take_gdb_out_of_choice_menu when needed.
26357 Remove redundant calls to "info break". Accept either "canceled"
26358 or "cancelled". Change regular expressions in "info break"
26359 calls to handle changes in g++ type encoding. Give all tests
26360 unique strings.
26361
26362 2001-01-17 Ben Elliston <bje@redhat.com>
26363
26364 * config/sid.exp: New file.
26365
26366 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26367
26368 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26369
26370 2000-12-21 Michael Snyder <msnyder@cygnus.com>
26371
26372 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26373 Add a RE to accept a non-ascii char if one is ever presented.
26374
26375 2000-12-20 Fernando Nasser <fnasser@redhat.com>
26376
26377 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26378
26379 2000-12-18 Michael Snyder <msnyder@cygnus.com>
26380
26381 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26382 in regexp. One '\' does not suffice on Linux.
26383
26384 2000-12-09 Michael Chastain <chastain@redhat.com>
26385
26386 * gdb.base/break.exp (test_clear_command): Use a marker function
26387 rather than 'main' for the test function. Also move this
26388 test to an execution point where the marker function names are
26389 guaranteed to be bound to functions. (Executing tests after a
26390 'finish' from main runs into name conflicts with local names
26391 in __libc_start_main).
26392
26393 2000-12-07 Michael Snyder <msnyder@cygnus.com>
26394
26395 * gdb.base/finish.exp: New test for gdb's "finish" command.
26396 * gdb.base/return2.exp: New test for gdb's "return" command.
26397 * gdb.base/return2.c: New source file for above.
26398
26399 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26400
26401 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26402 * gdb.base/miscexprs.exp: Ditto.
26403 * gdb.base/pointers.exp: Ditto.
26404 * gdb.c++/derivation.exp: Ditto.
26405 * gdb.c++/local.exp: Ditto.
26406 * gdb.c++/namespace.exp: Ditto.
26407 * gdb.c++/overload.exp: Ditto.
26408 * gdb.c++/ref-types.exp: Ditto.
26409
26410 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26411
26412 * gdb.base/constvars.exp: Test result of "up" command.
26413 * gdb.base/miscexprs.exp: Ditto.
26414 * gdb.base/pointers.exp: Ditto.
26415 * gdb.base/scope.exp: Ditto.
26416 * gdb.c++/derivation.exp: Ditto.
26417 * gdb.c++/local.exp: Ditto.
26418 * gdb.c++/namespace.exp: Ditto.
26419 * gdb.c++/overload.exp: Ditto.
26420 * gdb.c++/ref-types.exp: Ditto.
26421
26422 2000-11-22 Michael Chastain <chastain@redhat.com>
26423
26424 * mips_pro.exp: Accept either "middle -> top -> main" or
26425 "middle -> main" in the backtrace, because gcc can optimize
26426 tail calls to jumps. Remove setup_xfail for the hppa case.
26427 Add a comment with the original warning messages from PR 3016,
26428 which was filed in 1993, to preserve them for posterity.
26429
26430 2000-11-17 Nick Duffek <nsd@redhat.com>
26431
26432 * lib/gdb.exp (gdb_test): Override timeout with board info.
26433
26434 2000-11-17 Nick Duffek <nsd@redhat.com>
26435
26436 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26437 the second kill and detach messages.
26438
26439 2000-11-17 Nick Duffek <nsd@redhat.com>
26440
26441 * configure.in: Add AC_EXEEXT.
26442 * configure: Regenerate.
26443 * Makefile.in (just-check): Export EXEEXT.
26444 * lib/gdb.exp ($EXEEXT): Import from environment.
26445 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26446 expect "maint dump-me" on Cygwin.
26447 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26448 $EXEEXT.
26449
26450 2000-11-17 Nick Duffek <nsd@redhat.com>
26451
26452 * gdb.base/break.exp: Test backtrace and finish from called
26453 function on all platforms, not just HP-UX.
26454
26455 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26456
26457 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26458 code from gdb_target_monitor, so it can be used independantly
26459 for gdbserver. Also comment out an unnecessary PUTS.
26460
26461 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26462
26463 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26464 * gdb.base/corefile.exp: Expect the message "Program is being
26465 debugged already" when we send the "corefile" command, since
26466 the preceeding gdb_load may have connected gdb to a remote target.
26467 * gdb.base/display.exp: Disable hardware watchpoints if new
26468 board info variable "no_hardware_watchpoints" is true.
26469 Replace single-letter commands with more readable ones.
26470 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26471 if new board info variable "no_hardware_watchpoints" is true.
26472 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26473 to see if stdio (printf) testing is possible.
26474 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26475 board info variable "no_hardware_watchpoints" is true. Use new
26476 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26477
26478 2000-11-13 Fernando Nasser <fnasser@redhat.com>
26479
26480 From Orjan Friberg <orjanf@axis.com>:
26481 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26482 in array print pattern match.
26483
26484 2000-11-09 Fernando Nasser <fnasser@redhat.com>
26485
26486 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26487 spelling "cancelled" to U.S. spelling "canceled" to match changes
26488 made to gdb.
26489 * gdb.c++/ovldbreak.exp: Ditto.
26490
26491 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26492
26493 * gdb.base/callfuncs.c (main): Moved to end of file, call
26494 t_double_values to initialize the FPU before inferior calls are made.
26495 * gdb.base/callfuncs.exp: Test for register preservation after calling
26496 inferior functions. Add tests for continuining, finishing and
26497 returning from a stop in a call dummy.
26498
26499 2000-10-24 Michael Snyder <msnyder@cygnus.com>
26500
26501 * gdb.base/commands.exp: Break up long lines, and re-indent.
26502
26503 2000-10-19 Michael Snyder <msnyder@cygnus.com>
26504
26505 * config/gdbserver.exp: Rewritten from the ground up, to make it
26506 compatible with the current dejagnu tree, and to make it work with
26507 the new "gdbserver" in libremote.
26508
26509 2000-10-16 Michael Snyder <msnyder@cygnus.com>
26510
26511 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26512 * gdb.base/varargs.exp: Skip entire test if no printf support.
26513 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26514 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26515
26516 2000-10-13 Michael Snyder <msnyder@cygnus.com>
26517
26518 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26519 no floating point support.
26520 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26521 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26522 * gdb.base/call-rt-st.exp: Ditto.
26523 * gdb.base/call-strs.exp: Ditto.
26524
26525 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26526
26527 * gdb.base/sizeof.c: include <stdio.h>.
26528
26529 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
26530 'finish', otherwise uncaptured gdb_prompt would potentially
26531 throw remaining test points out of sync.
26532
26533 2000-07-26 Scott Bambrough <scottb@netwinder.org>
26534
26535 * gdb.base/recurse.exp: Run tests for all targets.
26536 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26537 gnu-oldld case on ARM.
26538 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26539 for ARM targets.
26540
26541 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26542
26543 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26544 * gdb.java/configure: Rebuild.
26545
26546 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26547
26548 * gdb.java/jv-exp.exp: New file.
26549
26550 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26551
26552 * configure: Rebuilt.
26553 * configure.in (configdirs): Add gdb.java.
26554 * gdb.java/jmisc.java: New file.
26555 * gdb.java/jmisc.exp: New file.
26556 * gdb.java/Makefile.in: New file.
26557 * gdb.java/configure: Rebuilt.
26558 * gdb.java/configure.in: New file.
26559 * lib/java.exp: New file.
26560
26561 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26562
26563 * gdb.base/exprs.exp: Test casts to a pointer including over and
26564 underflow.
26565
26566 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26567
26568 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
26569 and the compilers sizes.
26570
26571 2000-07-09 Nick Duffek <nsd@redhat.com>
26572
26573 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26574 (use_methods): New function.
26575 (main): Call use_methods().
26576 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26577 (do_tests): Call test_method_param_class.
26578
26579 2000-07-09 Nick Duffek <nsd@redhat.com>
26580
26581 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26582 spelling.
26583 (test_enums): New procedure. Move enum tests from end of script
26584 to here. Set breakpoint on function name instead of line number.
26585 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26586 (enums2): New marker function.
26587 (enums1): New function.
26588 (main): Call enums1(). Move enum tests to enums1().
26589
26590 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26591
26592 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
26593 compile/link program. Update line numbers.
26594 * gdb.asm/d10v.inc: Define ``startup''.
26595 * gdb.asm/asmsrc1.s: Add definition of _start.
26596
26597 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26598
26599 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26600
26601 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26602
26603 * gdb.base/maint.exp: Add 'maint print architecture' item to output
26604 of 'help maint print' command.
26605
26606 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26607
26608 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
26609 they use gdb_expect_list.
26610
26611 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26612
26613 * gdb.base/commands.exp: Use ``set remote
26614 memory-read-packet-size'' instead of ``set endian big'' to test
26615 long commands.
26616
26617 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
26618
26619 * gdb.c++/templates.exp (do_tests): Make all of these work under
26620 g++, and stop skipping them.
26621
26622 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26623 work under g++.
26624
26625 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
26626 initialization.
26627
26628 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26629
26630 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26631 the regular expression: accept an (almost) arbitrary sequence of
26632 "frames-invalid" and "breakpoints-invalid" messages both before
26633 and after the "starting" message.
26634
26635 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26636
26637 * gdb.c++/local.exp: This test has never been known to work with g++.
26638
26639 2000-05-18 Michael Snyder <msnyder@cygnus.com>
26640
26641 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26642 Relax the regular expression a little, make it pass on Solaris 8.
26643
26644 2000-05-12 Kevin Buettner <kevinb@redhat.com>
26645
26646 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
26647 a call, do not require that gdb stop on the line after the call.
26648 Instead, it is permissible for gdb to stop on the line of the
26649 call itself.
26650
26651 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
26652
26653 * gdb.base/break.exp (bp on small function, optimized file):
26654 Add a second pass pattern. The behavior differs here between stabs
26655 and dwarf for one-line functions. Stabs preserves two line symbols
26656 (one before the prologue and one after) with the same line number,
26657 but dwarf regards these as duplicates and discards one of them.
26658 Therefore the address after the prologue (where the breakpoint is)
26659 has no exactly matching line symbol, and GDB reports the breakpoint
26660 as if it were in the middle of a line rather than at the beginning.
26661
26662 2000-05-08 Michael Snyder <msnyder@cygnus.com>
26663
26664 * gdb.base/interrupt.exp: Make "pass" message say "send"
26665 rather than "send_gdb" (for consistancy).
26666
26667 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26668
26669 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26670 * gdb.c++/templates.cc: Properly check for GCC version number.
26671 * lib/compiler.cc: Likewise
26672
26673 2000-04-28 Michael Snyder <msnyder@cygnus.com>
26674
26675 * gdb.base/break.exp: When compiled with -O2 optimization,
26676 gdb may not stop at the first line of main, due to code motion.
26677
26678 2000-04-26 Michael Snyder <msnyder@cygnus.com>
26679
26680 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26681 This test depends on parsing the printf output from the target.
26682 Since the sparclet stub doesn't do stdio, this will never work.
26683 * gdb.base/call-rt-st.exp: ditto.
26684 * gdb.base/call-strs: ditto.
26685
26686 2000-04-24 Michael Snyder <msnyder@cygnus.com>
26687
26688 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26689
26690 * gdb.base/ending-run.exp: After connecting to a remote target,
26691 but before running, the target will appear to be in a random
26692 location. Specify both a file and a line for breakpoints.
26693 Also, the function that calls main may be called 'init'
26694 rather than 'start'.
26695
26696 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26697
26698 * gdb.base/help.exp: Update output for add-symbol-file command.
26699
26700 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
26701
26702 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26703 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26704
26705 2000-04-07 J.T. Conklin <jtc@redback.com>
26706
26707 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26708
26709 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26710
26711 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26712
26713 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
26714 values that can be represented exactly.
26715 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26716 above change, and to not check against the directory part of the source
26717 file name.
26718 (step into print_long_arg_list): Likewise.
26719 (print print_small_structs from print_long_arg_list): Likewise.
26720 (print print_long_arg_list): Likewise.
26721
26722 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26723
26724 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
26725
26726 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26727
26728 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26729
26730 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
26731
26732 * gdb.base/commands.exp (deprecated_command_test): Add test for
26733 deprecate with no arguments.
26734
26735 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26736
26737 * gdb.base/break.exp: Add new test for setting breakpoints on
26738 optimized code so we can test breakpoints work even when function
26739 prologues may be optimized away
26740
26741 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26742
26743 From David Whedon <dwhedon@gordian.com>
26744 * gdb.base/commands.exp : Added command deprecator tests.
26745
26746 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26747
26748 * gdb.base/help.exp: Added test for new apropos command.
26749
26750 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26751
26752 * gdb.base/pointers.c (usevar): New function.
26753 (main): Make sure that global variables v_int_pointer2, rptr,
26754 and y are all referenced someplace in the program by calling
26755 usevar() on them. [Some linkers delete symbols which are
26756 never referenced. The space remains, but there's no way to
26757 get a (symbolic) handle on the variable from the debugger.]
26758
26759 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26760
26761 * gdb.base/printcmds.c: Add typedeffed arrays.
26762
26763 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26764 procedure to test arrays that are typedef'd.
26765
26766 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26767
26768 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26769 the library directories.
26770
26771 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26772
26773 * configure.in (configdirs): Add sub directory gdb.mi.
26774 * configure: Re-generate.
26775
26776 * gdb.mi: New directory.
26777
26778 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26779
26780 * gdb.base/long_long.exp: Correct test suite failure when printing
26781 a long long value as a double on ARM platforms.
26782
26783 2000-02-16 Jim Blandy <jimb@redhat.com>
26784
26785 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26786 default source file is set properly before running this test.
26787
26788 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26789
26790 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26791 gdbtk/library directory, not in gdbtcl2.
26792
26793 2000-02-04 Jim Blandy <jimb@redhat.com>
26794
26795 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26796 backslash from regexp pattern.
26797
26798 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26799 procedure. Use it to run all the "continue to bp overloaded"
26800 tests. Note that this changes the names of the tests slightly.
26801 If the breakpoint hit message includes a hex PC value, because
26802 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26803 from the real source code, still consider that a pass.
26804
26805 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26806 XFAIL here if the breakpoint message contains a hex address. Note
26807 similar change on 1999-11-02.
26808
26809 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26810
26811 * gdb.base/ptype.exp: Establish a default source file before
26812 calling get_debug_format.
26813
26814 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26815
26816 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26817
26818 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26819
26820 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26821 of successive stepi commands -- while in the prologue we should see
26822 the function entry bracket.
26823
26824 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26825
26826 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26827 reach __change_mode() when stepping through the end of main().
26828
26829 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26830
26831 * gdb.base/default.exp: Fix expected pattern.
26832 * gdb.base/help.exp: Same.
26833
26834 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26835
26836 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
26837 Don't use xfail's because that affects only the following test.
26838
26839 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
26840 solaris or linux.
26841
26842 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26843
26844 2000-01-07 Michael Snyder <msnyder@cygnus.com>
26845
26846 * gdb.base/display.exp: Some yacc parsers like to say
26847 "A syntax error" rather than "A parse error". Accept both.
26848
26849 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26850
26851 * gdb.base/default.exp: Remove OS dependent string from "target
26852 remote" test.
26853 * gdb.base/help.exp: Same for "help target remote" test.
26854
26855 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26856
26857 From Jim Kingdon <kingdon@redhat.com>:
26858
26859 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
26860 prompt (cleanup rather than necessity, but still might keep output
26861 from spilling to next test).
26862
26863 2000-01-02 Fred Fish <fnf@cygnus.com>
26864
26865 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26866 AIX, which defines them in <sys/types.h>.
26867
26868 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
26869
26870 * gdb.base/default.exp: Match arm* etc instead of arm in "info
26871 float" test.
26872
26873 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
26874
26875 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
26876
26877 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26878 outermost frame disallowed".
26879
26880 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26881
26882 * gdb.base/setvar.exp: New tests for setting the value of a struct
26883 with a constant list.
26884
26885 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26886
26887 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26888 require the user to type a cast before setting the value of a struct.
26889
26890 1999-12-06 Jim Blandy <jimb@cygnus.com>
26891
26892 * gdb.base/default.exp: Expect the new 'info float' command on
26893 all i386 platforms.
26894
26895 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26896 LinuxThreads libraries that don't support debugging.
26897
26898 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26899
26900 * gdb.base/remote.c: Fill the buffer with truely random data.
26901 Change the buffer type to ``unsigned char'' to simplify size
26902 arithmetic.
26903
26904 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26905 stub only handles 400-1 byte packets. Verify that the download
26906 worked.
26907
26908 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26909
26910 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26911 tests, using UNRESOLVED for the untested cases. Also, does not wait
26912 for a timeout if the prompt was received before a recognizable pattern.
26913
26914 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26915
26916 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26917
26918 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26919
26920 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26921 watchpoints.
26922
26923 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26924
26925 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26926
26927 * gdb.c++/local.exp: Be more flexible in recognizing local class
26928 name mangling. Don't allow horribly truncated method names.
26929 * gdb.c++/derivation.exp: Expect protected inheritance.
26930 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26931 * gdb.c++/virtfunc.exp: Likewise.
26932 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26933 when printing a nested enum.
26934
26935 1999-11-22 Jim Blandy <jimb@cygnus.com>
26936
26937 * gdb.base/step-test.exp: Properly await GDB's response to setting
26938 a breakpoint on the call to large_struct_by_value.
26939
26940 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26941 just because we have debug info for the `start' function.
26942
26943 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26944
26945 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26946 "Unknown signal" messages, which indicate (on LinuxThreads) that
26947 GDB doesn't know how to debug threads on this system. This is
26948 better than hanging while philosopher 0 dumps chatter into gdb.log.
26949
26950 1999-11-18 Tom Tromey <tromey@cygnus.com>
26951
26952 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26953
26954 1999-11-18 Fred Fish <fnf@cygnus.com>
26955
26956 * gdb.base/coremaker2.c: Add sample program for generating
26957 cores that is more self contained than coremaker.c. Eventually
26958 I'll add more code to this and tie it into the testsuite.
26959
26960 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26961
26962 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26963
26964 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26965
26966 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26967 from $srcdir/lib/.
26968 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26969 and gdb.c++/.
26970
26971 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26972
26973 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26974 'continue with watch' test point.
26975
26976 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26977
26978 Merged from p2linux-990323-branch:
26979
26980 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26981
26982 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26983
26984 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26985 {limit,fixed}''. Test ``set download-write-size''.
26986
26987 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26988
26989 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26990 gdb_expect_list.
26991
26992 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26993
26994 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26995
26996 1999-11-03 Mark Salter <msalter@cygnus.com>
26997
26998 * gdb.base/break.exp: Fix "stub continue" pattern.
26999
27000 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27001
27002 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27003
27004 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27005
27006 * gdb.base/display.exp ("finish"): Add timeout clause.
27007
27008 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27009 plain prompt clause, so this doesn't have to time out in order to
27010 fail.
27011
27012 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27013 breakpoint hit messages include an address.
27014
27015 * gdb.base/display.exp: Don't forget to escape parens in regular
27016 expressions. Unix regexp notatation sucks.
27017
27018 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27019
27020 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27021 order for 'signalled' message.
27022
27023 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27024
27025 From Jimmy Guo <guo@cup.hp.com>:
27026 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27027 * gdb.base/annota1.c: Add code for tests to work with.
27028
27029 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27030
27031 * gdb.base/remote.exp: New test for remote downloading settings.
27032 * gdb.base/remote.c: New file with large .data.
27033
27034 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27035
27036 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27037 for LinuxThreads support, merged from the Code Fusion branch.
27038
27039 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27040
27041 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27042 containing exp_continue into a while within an expect. Don't
27043 attempt a start more than three times. Check return value from
27044 gdb_load.
27045
27046 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27047
27048 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27049 a pass case.
27050
27051 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27052
27053 * gdb.base/break.c (main): Added a statement that we can step
27054 off of.
27055 * gdb.base/break.exp: Added tests for setting a breakpoint
27056 at an offset and stepping onto a breakpoint.
27057
27058 1999-10-01 Fred Fish <fnf@cygnus.com>
27059
27060 * gdb.base/help.exp (help add-symbol-file): Update to match current
27061 gdb output.
27062
27063 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27064
27065 * gdb.base/break.exp: Code locations are in hex, don't forget!
27066 (For HP-UX.)
27067
27068 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27069
27070 * condbreak.exp: Use break.c as test program.
27071 * condbreak.c: Remove, redundant with break.c.
27072
27073 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27074
27075 * config/monitor.exp (gdb_target_monitor): Disable X- and
27076 Z-packets if the target needs it.
27077
27078 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27079
27080 * gdb.c++/overload.exp: Added tests for listing overloaded
27081 functions with function pointers in the arg, explicitly calling
27082 out the version you want.
27083
27084 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27085
27086 * long_long.exp: Add variations of test cases that work for
27087 targets with 16-bit ints and 32-bit doubles.
27088
27089 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27090
27091 * break.c (main): Compare a possibly-uninitialized argc with an
27092 unlikely value that fits in 16 bits.
27093
27094 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27095
27096 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27097 0xfeeb, don't want negative numbers if ints are 16 bits.
27098
27099 * lib/gdb.exp (skip_cplus_tests): New proc.
27100 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27101 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27102 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27103 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27104 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27105 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27106 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27107 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27108
27109 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27110
27111 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27112
27113 * gdb.base/corefile.exp (up): Allow a parameter to appear
27114 in the frame that we're going up to.
27115
27116 From Jim Blandy <jimb@cygnus.com>:
27117
27118 * gdb.base/default.exp (info float): Expect some output now.
27119
27120 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27121 returning floating-point values to fail on the x86.
27122 * gdb.base/callfwmall.exp (do_function_calls): Same.
27123
27124 * gdb.base/list.exp (test_listsize): Correct expectations for
27125 listing line 1 with listsize 2. Also, listing a single line
27126 works now, as does listing three lines. [Kevin's note: There
27127 were a number of other cases fixed too where the expectations
27128 differed...]
27129
27130 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27131
27132 * gdb.base/selftest.exp: Add case for when version prints as
27133 constant string instead of char pointer.
27134
27135 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27136
27137 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27138 stepping out of main.
27139
27140 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27141 G++ used.
27142
27143 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27144 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27145
27146 * gdb.c++/ovldbreak.exp: Update match string in test that
27147 includes a warning of multiple breakpoints.
27148
27149 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27150
27151 * gdb.base/display.exp: Improve precision of step-after-finish
27152 added yesterday.
27153
27154 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27155 test.
27156
27157 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27158 configs when using G++, not just hppa*.
27159
27160 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27161
27162 * gdb.base/async.c: New file.
27163 * gdb.base/async.exp: New file.
27164
27165 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27166
27167 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27168 PA64.
27169
27170 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27171
27172 * gdb.base/display.exp: "finish" can leave us mid-line on many
27173 targets, deal with it. Add a small constant to main, instead of
27174 1000 since main+1000 may not be a valid address in the target.
27175
27176 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27177 on hpux11.
27178
27179 * gdb.base/attach.exp: Handle another hpux11 error message variant
27180 when attaching to a process that does not exist.
27181
27182 1999-08-19 J.T. Conklin <jtc@redback.com>
27183
27184 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27185 characters in 'continue to 1241' test.
27186
27187 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27188
27189 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27190 stop in print_long_arg_list, define and use a whitespace
27191 variable in print_small_structs test, add an XFAIL for Solaris.
27192 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27193 interested enough to fix.
27194
27195 1999-08-13 Keith Seitz <keiths@cygnus.com>
27196
27197 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27198 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27199 proc knows about targets other than the natives.
27200 (test_assign): Use "gdb_run_cmd" to "run" the target.
27201 Check that we've actually hit the breakpoint at main.
27202 When we attempt to assign a value to a local variable, check
27203 that the variable is in the current scope, i.e., don't use
27204 a test with an empty result.
27205
27206 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27207
27208 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27209 command.
27210
27211 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27212
27213 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27214 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27215 gdb.compat, gdb.threads-hp.
27216 gdb.hp/configure, gdb.hp/configure.in: New files.
27217 gdb.hp/Makefile.in: Recurse into new subdirs.
27218 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27219 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27220 in object files.
27221 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27222
27223 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27224
27225 * gdb.base/display.exp: Help expect by putting a newline in the
27226 funky printf, remove a bogus p/a test.
27227
27228 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27229
27230 * gdb.base/display.exp: Make sure that when we say 'run', we are
27231 connected to the target. This is necessary when running not
27232 natively.
27233
27234 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27235
27236 * gdb.base/step-test.exp: Removed some extraneous messages.
27237
27238 * gdb.base/long_long.exp: Don't run memory examination tests
27239 on little-endian targets (they will need a different set of
27240 results to match).
27241
27242 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27243
27244 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27245 until somebody decides to fix GDB.
27246
27247 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27248 constant as "ULL".
27249 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27250 matches for a couple x/2 commands.
27251
27252 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27253
27254 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27255 by merging in ref-types2 tests.
27256 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27257
27258 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27259 * gdb.c++/Makefile.in: Add standard actions.
27260 (EXECUTABLES): Rename from PROGS, update list.
27261 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27262 from gdb.hp.
27263 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27264 foo and bar locals.
27265 * gdb.c++/anon-union.exp: Fix tests to match.
27266 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27267 expect matches to handle output variations.
27268 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27269 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27270 output, add HP alternatives for new and delete prints.
27271 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27272 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27273 * gdb.c++/demangle.exp: Use $style when reporting failure.
27274 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27275 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27276 match alternatives.
27277 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27278 compilers.
27279 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27280 * gdb.c++/method.exp: Add match alternatives.
27281 * gdb.c++/misc.cc: Add bool types.
27282 * gdb.c++/misc.exp: Add tests for bool types.
27283 * gdb.c++/overload.exp: Add xfails.
27284 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27285 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27286 add some more template parameter tests (only for HP currently).
27287 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27288 * gdb.c++/virtfunc.cc: Add return type and value for main.
27289 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27290 match alternatives.
27291
27292 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27293
27294 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27295
27296 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27297
27298 * gdb.base/signals.exp: Don't expect getting a backtrace from
27299 within a signal handler to fail on Linux.
27300
27301 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27302
27303 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27304 * lib/gdb.exp: Remove some gratuitious semicolons.
27305 (delete_breakpoints): Increase timeout.
27306 (gdb_expect): Add -notransfer option.
27307 (gdb_test): Use -notransfer option.
27308 (get_compiler_info): Add f77 case.
27309 (get_compiler): New proc, split out from gdb_preprocess, add f77
27310 case.
27311 (gdb_preprocess): Call get_compiler.
27312
27313 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27314 * gdb.base/attach.exp, gdb.base/display.exp,
27315 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27316 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27317 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27318 third arg to gdb_test.
27319 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27320 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27321 HP-UX xfails, add others.
27322 * gdb.base/completion.exp: Reflect name change of self-test.
27323 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27324 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27325 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27326 HP failure number.
27327 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27328 useless HP-UX 10.30 references.
27329 * gdb.base/maint.exp: Loosen matches.
27330 * gdb.base/pointers.c (main): Declare more_code.
27331 * gdb.base/pointers.exp: Match on output of a `next'.
27332 * gdb.base/structs.c: Add prototypes.
27333 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27334 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27335
27336 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27337
27338 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27339 command.
27340
27341 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27342
27343 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27344 Fix run to main failures. Watchpoint can be hardware watchpoint.
27345
27346 * gdb.base/annota1.exp: Clean up some more, in case printf has
27347 debug info. Deal with lack of signal hanlder info in stack.
27348
27349 From Jim Kingdon <kingdon@redhat.com>:
27350 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27351
27352 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27353
27354 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27355 gdb.base/foll-vfork.exp: Don't run for crosses.
27356
27357 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27358
27359 * gdb.base/configure.in: Check for gdbvars.exp instead of
27360 a1-selftest.exp.
27361 * gdb.base/configure: Re-generate.
27362
27363 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27364
27365 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27366 in trying to run first and name is too long.
27367
27368 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27369 pointers2.c and pointers2.exp, respectively.
27370 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27371 doschk happier.
27372
27373 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27374
27375 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27376 callfuncs2.c and callfuncs2.exp.
27377
27378 * gdb.base/list.exp: Remove mistaken xfails.
27379 * gdb.base/list0.h: Add optional prototypes.
27380
27381 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27382
27383 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27384 calling malloc.
27385 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27386 * ptype.exp: Move test for get_debug_format to before its first
27387 use.
27388
27389 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27390
27391 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27392 * gdb.base/annota2.cc, annota2.exp: Move from here.
27393 * gdb.c++/annota2.cc, annota2.exp: To here.
27394 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27395
27396 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27397
27398 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27399 a consistent format.
27400
27401 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27402
27403 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27404 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27405 HP compilers, also set the globals $true and $false.
27406
27407 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27408 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27409 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27410 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27411 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27412 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27413 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27414 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27415 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27416 whatis.c} Add C++ compatible function definitions and return
27417 types, add includes for library functions.
27418 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27419 * gdb.base/step-test.c (myglob): Rename from glob.
27420 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27421 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27422 files, move here from gdb.hp.
27423 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27424 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27425 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27426 Adjust line numbers in regexps.
27427
27428 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27429 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27430 instead of 0/1.
27431
27432 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27433 foll-vfork.exp: New files, move here from gdb.hp.
27434 * gdb.base/page.exp: New file, test of pagination command.
27435
27436 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27437 recursion test.
27438 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27439
27440 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27441 gdb.base/solib.exp: Fix compiler invocation process.
27442
27443 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27444 HP-UX 11, turn off overload resolution explicitly.
27445 * gdb.base/commands.exp: Set argument list explicitly, add
27446 watchpoint test.
27447 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27448 them work.
27449 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27450 expressions properly.
27451 * gdb.base/corefile.exp: Loosen the match slightly.
27452 * gdb.base/default.exp: Allow "Error accessing memory" message
27453 also.
27454 * gdb.base/display.exp: Skip over x/0 j if PA64.
27455 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27456 * gdb.base/interrupt.exp: Ditto.
27457 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27458 in use.
27459 * gdb.base/list.exp: Add xfails for HP-UX.
27460 * gdb.base/long_long.exp: Refine some of the numeric matches.
27461 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27462 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27463 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27464 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27465 * gdb.base/ptype.exp: Succeed on more varieties of output.
27466 * gdb.base/scope.exp: Add xfails for HP-UX.
27467 * gdb.base/sect-cmd.exp: Add more cases.
27468 * gdb.base/setvar.exp: Add xfails for HP-UX.
27469 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27470 * gdb.base/signals.exp: Match on void symbolically.
27471 * gdb.base/step-test.exp: Add case for PA64.
27472 * gdb.base/term.exp: Add exit and restart.
27473 * gdb.base/twice.exp: Clean up after self.
27474 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27475 * gdb.base/whatis.exp: Allow more ways to pass tests.
27476
27477 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
27478 no longer useful.
27479
27480 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27481
27482 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
27483 list of patterns.
27484 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
27485 print_double_array(double_array)", "continuing to breakpoint
27486 1018", "print print_double_array(array_d)" and "continuing to
27487 1034" tests.
27488
27489 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27490
27491 * Makefile.in: Add empty html and install-html targets.
27492
27493 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27494
27495 * config/mt-*: Remove, these haven't been used since 1996.
27496
27497 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27498
27499 * gdb.base/call-strs.c, gdb.base/ending-run.c,
27500 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
27501 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27502
27503 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27504
27505 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27506 simpler match case for the ptype of the big class.
27507
27508 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27509
27510 * gdb.exp: Fix test for gdb_prompt existence.
27511
27512 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27513
27514 * gdb.exp (gdb_test): Add fail after calls to perror.
27515
27516 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27517
27518 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27519
27520 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27521
27522 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27523
27524 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27525
27526 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
27527 malloc() is linked in.
27528
27529 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27530
27531 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27532 step at end.
27533
27534 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27535
27536 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27537
27538 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27539
27540 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27541
27542 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27543 * gdb.base/mips_pro.exp: Likewise.
27544
27545 1999-06-02 Keith Seitz <keiths@cygnus.com>
27546
27547 * gdb.c++/templates.cc: Change all "new" operators to throw
27548 an exception.
27549 * gdb.c++/cplusfuncs.cc: Likewise.
27550
27551 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27552
27553 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27554
27555 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
27556 * gdb.base/ending-run.exp: When stepping out of main, accept a
27557 step into an arbitrary assembler file.
27558
27559 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27560
27561 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
27562 "breakpoint-invalid" to be printed.
27563 * gdb.base/annota2.exp: Revise line number for main
27564 breakpoint. Allow any number of "frames-invalid" and
27565 "breakpoint-invalid" to be printed.
27566 * gdb.base/annota2.cc: Initialize a.x to 0.
27567
27568 1999-05-17 Keith Seitz <keiths@cygnus.com>
27569
27570 * gdb.base/call-ar-st.exp: Skip
27571 "print print_double_array (double_array)" when "skip_float_tests" set.
27572 Ditto for "print print_double_array(array_d)",
27573 "print print_small_structs", "print print_ten_doubles", and
27574 "step into print_long_arg_list".
27575 Don't assume we can step into "print_long_arg_list": we could step
27576 into memcpy.
27577 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27578 "skip_float_tests" is set: "print print_one_double(*d1)"
27579 and "print print_two_floats(*f3)".
27580 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27581 "skip_float_tests" is set.
27582 * gdb.base/varargs.exp: Skip
27583 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27584 "skip_float_tests" set.
27585
27586 1999-05-06 Keith Seitz <keiths@cygnus.com>
27587
27588 * gdb.base/annota2.cc: Include stdio.h.
27589
27590 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27591
27592 * gdb.base/crossload.exp: Remove, this has been disabled ever
27593 since BFD stopped including all targets, and cross-GDB gets
27594 plenty of testing anyway.
27595 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
27596 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27597 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
27598 * gdb.base/README: Remove, was doc for this.
27599 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
27600 needed.
27601
27602 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27603
27604 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27605 output.
27606
27607 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27608 * gdb.base/annota2.exp: New file. More annotation tests.
27609 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27610 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27611
27612 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
27613
27614 * config/cfdbug.exp: New file.
27615
27616 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27617
27618 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27619 Marcus Daniel's and Dale Hawkins's demangler crashes.
27620
27621 * gdb.c++/demangle.exp (test_gnu_style_demangling,
27622 test_lucid_style_demangling, test_arm_style_demangling,
27623 test_hp_style_demangling): Try Tom Tromey's core-dumping
27624 identifier under each demangling style.
27625
27626 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27627
27628 * gdb.c++/demangle.exp: Include the current demangling style
27629 in all test names.
27630 (current_demangling_style): New global variable.
27631 (set_demangling_style, test_demangling_core, test_demangling,
27632 test_demangling_exact): New functions.
27633 (test_gnu_style_demangling, test_lucid_style_demangling,
27634 test_arm_style_demangling, test_hp_style_demangling): Use those,
27635 instead of calling gdb_test and gdb_test_exact directly.
27636 (catch_demangling_errors): New function, which reports errors
27637 signalled by the demangling test functions in an orderly way.
27638 (do_tests): Use catch_demangling_errors.
27639
27640 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27641
27642 * gdb.base/signals.exp (test_handle_all_print): Use () for
27643 grouping in expressions, not {}.
27644
27645 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
27646 initialized yet.
27647
27648 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27649
27650 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27651 are listed.
27652
27653 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27654
27655 * gdb.stabs/weird.exp: Test for CC being defined before
27656 looking at its value.
27657
27658 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27659
27660 * gdb.base/call-ar-st.exp: Remove stray '#'.
27661 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27662 "short int" and "long int".
27663 * gdb.c++/overload.cc: Cast the string added in the previous
27664 change, to mollify finicky HP compiler.
27665 * gdb.hp/reg-test.exp (testfile): Fix file name.
27666 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
27667
27668 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27669 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27670 alternate form of enum ptype.
27671
27672 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27673
27674 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27675 * gdb.hp/*.exp: Change all to run compiler probe only after
27676 passing skip_hp_tests, so as not to waste time on guaranteed
27677 failure.
27678
27679 * gdb.c++/overload.cc: Pass string instead of char addr, always
27680 init ccpfoo.
27681 * gdb.c++/templates.cc: Fix syntax error.
27682
27683 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27684
27685 * gdb.base/commands.exp: Add test for correct position of '>'
27686 when issuing the 'commands' command after a 'while' or 'if'
27687 command.
27688
27689 1999-03-18 James Ingham <jingham@cygnus.com>
27690
27691 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27692
27693 * gdb.c++/method.exp: It was testing an uninitialized int on the
27694 stack and assuming it was positive.
27695
27696 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27697
27698 * gdb.base/step-test.exp: Catch a case where finish is broken and
27699 keep it from killing the rest of the tests.
27700 Use gdb_continue_to_end.
27701
27702 * gdb.base/sigall.exp: use gdb_continue_to_end.
27703
27704 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27705
27706 * gdb.base/display.exp: use runto_main, not run.
27707
27708 * gdb.base/default.exp: Check for the current error message in the
27709 r abbreviation test.
27710 Add strongarm to the targets that know info float.
27711
27712 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
27713 run which doesn't work with monitors.
27714
27715 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27716 1034 test.
27717
27718 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27719
27720 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27721 end of a program. Traps the case (in Cygmon) when the program
27722 never really exits. Same as Mark's continue_to_exit, but I had
27723 put it in a lot more places, so I used my name. Sorry Mark...
27724
27725 * config/monitor.exp (gdb_target_monitor): added another
27726 target_info parameter: remotebinarydownload. This will set the
27727 remotebinarydownload flag if this is causing some boards trouble.
27728
27729 1999-03-18 Mark Salter <msalter@cygnus.com>
27730
27731 * lib/gdb.exp (continue_to_exit): New function.
27732
27733 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27734 * gdb.base/ending-run.exp: Ditto.
27735 * gdb.base/step-test.exp: Ditto.
27736
27737 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27738
27739 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27740 (suggested by Art Haas <ahaas@neosoft.com>).
27741
27742 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27743
27744 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27745
27746 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27747
27748 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27749 descriptions of types (short unsigned int vs unsigned short, etc).
27750
27751 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27752
27753 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27754 a call to strlen; sometimes we do have sources.
27755
27756 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27757
27758 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27759 character, so GDB won't print garbage after its end.
27760
27761 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27762 breakpoint there instead. Sometimes GCC emits memcpy to handle
27763 the large structures being passed by value, so we step into that
27764 instead of sum_array_print, which obscures what we're really testing.
27765 * gdb.base/step-test.exp: However, we do want a test that notices
27766 the bizarre steps into memcpy, so do that here. Add check for
27767 stepping into function calls that pass large structures by value.
27768 ("Is that a noun clause, or are you just happy to see me?")
27769 Remove all references to specific line numbers.
27770 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27771 New type and function.
27772 (main): Call large_struct_by_value, passing it a large struct by value.
27773 * lib/gdb.exp (gdb_get_line_number): New function.
27774
27775 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27776 more portable.
27777
27778 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27779
27780 * lib/gdb.exp: Doc fixes.
27781
27782 1999-03-05 Nick Clifton <nickc@cygnus.com>
27783
27784 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27785
27786 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27787
27788 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27789 commands. They're not germane to this test, and they don't work
27790 that way on remote targets.
27791
27792 1999-03-01 James Ingham <jingham@cygnus.com>
27793
27794 * Changelog entries merged over from gdb development branch.
27795
27796 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27797
27798 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27799 for outputting results of test run.
27800
27801 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
27802
27803 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
27804
27805 1999-02-25 Felix Lee <flee@cygnus.com>
27806
27807 * lib/gdb.exp (debug_format): initialize
27808
27809 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27810
27811 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27812 * gdb.base/call-rt-st.c: Ditto.
27813
27814 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27815
27816 * gdb.threads/pthreads.exp (horiz): New variable.
27817 (test_startup): Fix regexps that capture thread numbers.
27818
27819 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27820
27821 * gdb.base/smoke.exp: Disambiguate two test case names (both
27822 called ``print'').
27823
27824 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27825
27826 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
27827 compilation.
27828
27829 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27830
27831 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27832 actual output formatting.
27833 * gdb.base/smoke.exp: GDB removes leading 0's.
27834 * gdb.base/volatile.exp: Don't check type of remuneration;
27835 that variable is no longer defined in constvars.c.
27836 * gdb.base/step-test.c (main): Exit with explicit exit code.
27837 * gdb.base/step-test.exp: Remove two nexti checks--they are
27838 not portable.
27839
27840 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27841
27842 * gdb.base/help.exp ("help delete display"): Fix test to match
27843 gdb's output.
27844
27845 * gdb.base/long_long.c (known_types): Initialize values to zero.
27846 * gdb.base/long_long.exp: Step one more line
27847 so 'dec' is initialized in "get to known place". GDB removes
27848 leading zeros. Explicitly ask for hex formatting. Use
27849 unique test case names.
27850
27851 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27852
27853 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
27854
27855 * gdb.c++/method.exp: Add missing close brace.
27856
27857 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27858
27859 * gdb.base/maint.exp: Use 'set height 0' to disable page
27860 prompting, not 'set height 400'.
27861
27862 Fix a bunch of timeouts.
27863 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27864 four separate tests, so expect doesn't take forever to match a ton
27865 of text against a regexp with lots of .* forms.
27866 ("maint print psymbols", "maint print symbols"): Make some of
27867 these greps more selective, so that expect doesn't try to wade
27868 through huge piles of output and time out.
27869
27870 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27871
27872 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
27873 tests: one which doesn't expect shlib events to be reported, and
27874 another which does, but is XFAIL for all platforms other than
27875 HP/UX.
27876
27877 * gdb.base/break.exp: Teach the test suite that the `catch
27878 fork', `catch vfork', and `catch exec' commands produce error
27879 messages on platforms that don't provide these features.
27880
27881 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27882
27883 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
27884 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27885 (shortening names from solib_threshold.exp etc), won't run on
27886 anything but HP-UX for the foreseeable future.
27887 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27888 reflect move.
27889
27890 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27891
27892 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27893 gdb.trace/Makefile.in (clean): Remove all test executables.
27894
27895 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27896
27897 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27898 successfully re-sets breakpoints in shared libraries.
27899 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27900
27901 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27902
27903 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27904 and compiled w/o GCC.
27905
27906 * gdb.hp/watch-cmd.exp: ditto.
27907
27908 * gdb.hp/watch-hp.exp: ditto.
27909
27910 * gdb.hp/xdb1.exp: ditto.
27911
27912 * gdb.hp/xdb2.exp: ditto.
27913
27914 * gdb.hp/dbx.exp: ditto.
27915
27916 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27917
27918 * constvars.c: Remove C++-isms.
27919 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27920 with GCC.
27921
27922 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27923
27924 The following changes are part of the HP merge.
27925
27926 * gdb.base/break.exp: new tests to verify that catchpoints for
27927 fork, vfork, and exec don't trigger inappropriately.
27928
27929 * gdb.base/opaque.exp: compile one file at a time, then link.
27930
27931 * gdb.base/signals.exp: be more restrictive about which hppa
27932 systems receive a setup_xfail. new tests.
27933
27934 * gdb.base/solib_threshold.build: new file.
27935 * gdb.base/solib_threshold.exp: new file.
27936 * gdb.base/solib_threshold.link_opts: new file.
27937 * gdb.base/solib_threshold.mk: new file.
27938 * gdb.base/gen_solib_threshold.c: new file.
27939
27940 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27941 tests. New tests for enums inside classes.
27942
27943 * gdb.c++/compiler.cc: indicate support of template debugging.
27944
27945 * gdb.c++/demangle.exp: run hp style demangling tests.
27946
27947 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27948 tests.
27949
27950 * gdb.c++/misc.cc: changes to support new tests.
27951
27952 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27953 to support new tests.
27954
27955 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27956 gcc, then skip these tests.
27957
27958 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27959
27960 The following files are part of the HP merge; some had longer
27961 names at HP, but have been renamed to be no more than 14
27962 characters in length.
27963
27964 * gdb.hp/ambiguous.cc: new file.
27965 * gdb.hp/ambiguous.exp: new file.
27966 * gdb.hp/attach.exp: new file.
27967 * gdb.hp/attach2.exp: new file.
27968 * gdb.hp/classes-hp.exp: new file.
27969 * gdb.hp/ctti.exp: new file.
27970 * gdb.hp/ctti-add.cc: new file.
27971 * gdb.hp/ctti-add1.cc: new file.
27972 * gdb.hp/ctti-add2.cc: new file.
27973 * gdb.hp/ctti-add3.cc: new file.
27974 * gdb.hp/dbx.exp: new file.
27975 * gdb.hp/exception.cc: new file.
27976 * gdb.hp/exception.exp: new file.
27977 * gdb.hp/foll-exec.c: new file.
27978 * gdb.hp/foll-exec.exp: new file.
27979 * gdb.hp/foll-fork.c: new file.
27980 * gdb.hp/foll-fork.exp: new file.
27981 * gdb.hp/foll-vfork.c: new file.
27982 * gdb.hp/foll-vfork.exp: new file.
27983 * gdb.hp/inherit-hp.exp: new file.
27984 * gdb.hp/more-steps.exp: new file.
27985 * gdb.hp/namespace.cc: new file.
27986 * gdb.hp/namespace.exp: new file.
27987 * gdb.hp/optimize.exp: new file.
27988 * gdb.hp/pxdb.c: new file.
27989 * gdb.hp/pxdb.exp: new file.
27990 * gdb.hp/quicksort.exp: new file.
27991 * gdb.hp/reg-test.exp: new file.
27992 * gdb.hp/reg-test.s: new file.
27993 * gdb.hp/sized-enum.c: new file.
27994 * gdb.hp/sized-enum.exp: new file.
27995 * gdb.hp/start-stop.exp: new file.
27996 * gdb.hp/templ-hp.cc: new file.
27997 * gdb.hp/templ-hp.exp: new file.
27998 * gdb.hp/thr-lib.c: new file.
27999 * gdb.hp/thr-lib.exp: new file.
28000 * gdb.hp/thr-lib.h: new file.
28001 * gdb.hp/thr-liblib.c: new file.
28002 * gdb.hp/virtfun-hp.c: new file.
28003 * gdb.hp/virtfun-hp.exp: new file.
28004 * gdb.hp/watch-cmd.exp: new file.
28005 * gdb.hp/watch-hp.exp: new file.
28006 * gdb.hp/xdb1.exp: new file.
28007 * gdb.hp/xdb2.exp: new file.
28008 * gdb.hp/xdb3.exp: new file.
28009
28010 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28011
28012 The following files are part of the HP merge; some had longer
28013 names at HP, but have been renamed to be no more than 14
28014 characters in length.
28015
28016 * gdb.base/ss.h: new file.
28017 * gdb.base/call-ar-st.c: new file.
28018 * gdb.base/call-ar-st.exp: new file.
28019 * gdb.base/call-rt-st.c: new file.
28020 * gdb.base/call-rt-st-exp: new file.
28021 * gdb.base/call-strs.exp: new file.
28022 * gdb.base/ena-dis-br.exp: new file.
28023 * gdb.base/environ.exp: new file.
28024 * gdb.base/long_long.exp: new file.
28025 * gdb.base/sect-cmd.exp: new file.
28026 * gdb.base/shlib-cl2.exp: new file.
28027 * gdb.base/smoke.exp: new file.
28028 * gdb.base/so-impl-ld.c: new file.
28029 * gdb.base/so-impl-ld.exp: new file.
28030 * gdb.base/so-indr-cl.c: new file.
28031 * gdb.base/so-indr-cl.exp: new file.
28032 * gdb.base/varargs.exp: new file.
28033 * gdb.base/volatile.exp: new file.
28034 * gdb.base/whatis-exp.exp: new file.
28035 * gdb.base/display.exp: new file.
28036 * gdb.c++/derivation.exp: new file.
28037 * gdb.c++/local.exp: new file.
28038 * gdb.c++/member-ptr.exp: new file.
28039 * gdb.c++/overload.exp: new file.
28040 * gdb.c++/ovldbreak.exp: new file.
28041 * gdb.c++/ref-types.exp: new file.
28042 * gdb.c++/ref-types2.exp: new file.
28043 * gdb.c++/userdef.exp: new file.
28044
28045 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28046
28047 * gdb.base/default.exp: Reflect wording change in remote.c.
28048
28049 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28050
28051 * gdb.base/help.exp: Update to reflect current text.
28052
28053 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28054
28055 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28056 they're stack variables and contain garbage.
28057 * gdb.c++/anon-union.exp: new file.
28058
28059 The following changes were made by David Taylor
28060 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28061 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28062 in changes by HP.
28063
28064 * gdb.base/bitops.exp: new file.
28065 * gdb.base/default.exp: change expected messages for catch and
28066 info catch tests to reflect HP merge changes.
28067 * gdb.base/enable-disable-break.exp
28068 * gdb.base/ending-run.c: new file.
28069 * gdb.base/long_long.c: new file.
28070 * gdb.base/maint.exp: new file.
28071 * gdb.base/pointers2.exp: new file.
28072 * gdb.base/shlib-call2.exp: new file.
28073 * gdb.base/solib.exp: new file.
28074 * gdb.base/step-test.c: new file.
28075 * gdb.c++/anon-union.cc: new file.
28076 * gdb.c++/local.cc: new file.
28077 * gdb.c++/member-pointer.cc: new file.
28078 * gdb.c++/method.cc: new file.
28079 * gdb.c++/ref-types.cc: new file.
28080 * gdb.c++/ref-types2.cc: new file.
28081 * gdb.c++/userdef.cc: new file.
28082
28083 * gdb.base/scope.exp: compile one file at a time, then link.
28084 * gdb.base/langs.exp: ditto.
28085 * gdb.base/list.exp: ditto.
28086
28087 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28088
28089 The following changes were made by David Taylor
28090 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28091 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28092 in changes by HP.
28093
28094 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28095 skip tests. When compiling pass c++ flag to gdb_compile.
28096 * gdb.c++/
28097
28098 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28099 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28100 (skip_hp_tests): new function.
28101 (gdb_preprocess): new function.
28102
28103 * configure.in (hpdir): decide whether to configure gdb.hp.
28104 * configure: regenerated.
28105
28106 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28107 to delete on clean.
28108 (EXECUTABLES): update to reflect new additions.
28109 * gdb.base/commands.exp: update message expected.
28110 * gdb.base/default.exp: add copyright notice.
28111 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28112 * gdb.base/help.exp: update messages to reflect current text.
28113 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28114 targets for recurse tests.
28115 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28116 skip this file.
28117
28118 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28119 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28120 compilation.
28121 * gdb.c++/misc.exp: ditto.
28122 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28123 run the tests. tell gdb_compile that it's a c++ compilation.
28124
28125 * gdb.threads/pthreads.exp: fix typo in message.
28126
28127 * gdb.base/all-bin.exp: new file.
28128 * gdb.base/arithmet.exp: new file.
28129 * gdb.base/assign.exp: new file.
28130 * gdb.base/completion.exp: new file.
28131 * gdb.base/cond-expr.exp: new file.
28132 * gdb.base/condbreak.exp: new file.
28133 * gdb.base/define.exp: new file.
28134 * gdb.base/dollar.exp: new file.
28135 * gdb.base/environment.exp: new file.
28136 * gdb.base/eval-skip.exp: new file.
28137 * gdb.base/jump.exp: new file.
28138 * gdb.base/logical.exp: new file.
28139 * gdb.base/pointers.exp: new file.
28140 * gdb.base/relational.exp: new file.
28141 * gdb.base/section_command.exp: new file.
28142 * gdb.base/whatis-expr.exp: new file.
28143
28144 * gdb.base/all-types.c: new file.
28145 * gdb.base/call-array-struct.c: new file.
28146 * gdb.base/call-return-struct.c: new file.
28147 * gdb.base/call-strings.c: new file.
28148 * gdb.base/callfuncs2.c: new file.
28149 * gdb.base/condbreak.c: new file.
28150 * gdb.base/constvars.c: new file.
28151 * gdb.base/display.c: new file.
28152 * gdb.base/int-type.c: new file.
28153 * gdb.base/jump.c: new file.
28154 * gdb.base/miscexprs.c: new file.
28155 * gdb.base/pointers.c: new file.
28156 * gdb.base/pointers2.c: new file.
28157 * gdb.base/shmain.c: new file.
28158 * gdb.base/shr1.c: new file.
28159 * gdb.base/shr2.c: new file.
28160 * gdb.base/solib.c: new file.
28161 * gdb.base/solib1.c: new file.
28162 * gdb.base/solib2.c: new file.
28163 * gdb.base/varargs.c: new file.
28164 * gdb.c++/derivation.cc: new file.
28165 * gdb.c++/overload.cc: new file.
28166 * gdb.c++/ovldbreak.cc: new file.
28167 * gdb.hp/attach.c: new file.
28168 * gdb.hp/attach2.c: new file.
28169 * gdb.hp/average.c: new file.
28170 * gdb.hp/compiler.c: new file.
28171 * gdb.hp/compiler.cc: new file.
28172 * gdb.hp/execd-program.c: new file.
28173 * gdb.hp/follow-exec.c: new file.
28174 * gdb.hp/follow-fork.c: new file.
28175 * gdb.hp/follow-vfork-and-exec.c: new file.
28176 * gdb.hp/misc-hp.cc: new file.
28177 * gdb.hp/more-steps.c: new file.
28178 * gdb.hp/optimize.c: new file.
28179 * gdb.hp/quicksort.c: new file.
28180 * gdb.hp/run-hp.c: new file.
28181 * gdb.hp/start-stop.c: new file.
28182 * gdb.hp/sum.c: new file.
28183 * gdb.hp/templates-hp.cc: new file.
28184 * gdb.hp/thread-local-in-lib.c: new file.
28185 * gdb.hp/thread-local-in-lib.h: new file.
28186 * gdb.hp/thread-local-in-lib.lib.c: new file.
28187 * gdb.hp/vforked-program.c: new file.
28188 * gdb.hp/virtfunc-hp.cc: new file.
28189 * gdb.hp/watchpoint-hp.c: new file.
28190 * gdb.hp/xdb.c: new file.
28191 * gdb.hp/xdb0.c: new file.
28192 * gdb.hp/xdb0.h: new file.
28193 * gdb.hp/xdb1.c: new file.
28194
28195 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28196
28197 The following change was made by Edith Epstein
28198 <eepstein@cygnus.com> as part of a project to merge in changes
28199 originally made by HP; HP did not create ChangeLog entries.
28200
28201 * gdb.c++/demangle.exp: changed the expected output for some
28202 ARM-style mangling -- removed second reference to datatype.
28203 For example, maint demangle __dt__11T1__pt__2_cFv
28204 T1<char>::~T1<char>(void)
28205 becomes,
28206 maint demangle __dt__11T1__pt__2_cFv
28207 T1<char>::~T1(void)
28208
28209 (test_hp_style_demangling): new hp specific demangling test cases.
28210
28211 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28212
28213 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28214 * gdb.trace/backtrace.exp: Likewise.
28215 * gdb.trace/circ.exp: Likewise.
28216 * gdb.trace/collection.exp: Likewise.
28217 * gdb.trace/deltrace.exp: Likewise.
28218 * gdb.trace/infotrace.exp: Likewise.
28219 * gdb.trace/limits.exp: Likewise.
28220 * gdb.trace/packetlen.exp: Likewise.
28221 * gdb.trace/passc-dyn.exp: Likewise.
28222 * gdb.trace/passcount.exp: Likewise.
28223 * gdb.trace/report.exp: Likewise.
28224 * gdb.trace/save-trace.exp: Likewise.
28225 * gdb.trace/tfind.exp: Likewise.
28226 * gdb.trace/tracecmd.exp: Likewise.
28227 * gdb.trace/while-dyn.exp: Likewise.
28228 * gdb.trace/while-stepping.exp: Likewise.
28229
28230 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28231
28232 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28233
28234 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28235
28236 From Brendan Kehoe:
28237 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28238 int return types.
28239
28240 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28241
28242 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28243 remote dos host testing right.
28244
28245 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28246
28247 * gdb.base/corefile.exp: remove some xfails.
28248
28249 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28250
28251 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28252 have different timestamps.
28253
28254 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28255
28256 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28257 gdb.base/default.exp: Replace "exec" with "executable".
28258
28259 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28260
28261 * gdb.base/default.exp: Change else if to elseif from previous
28262 delta.
28263
28264 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28265
28266 * gdb.base/default.exp: Add brace missing from previous delta.
28267
28268 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28269
28270 * gdb.base/default.exp: Support test for info float for all
28271 varieties of arm toolchain.
28272
28273 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28274
28275 * gdb.trace/*.exp: remove "remote_download" command.
28276
28277 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28278
28279 * gdb.trace/*.exp: remove -gdwarf from compile.
28280
28281 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28282
28283 * gdb.trace/configure.in(AC_INIT): typo
28284 * gdb.trace/configure: regenerated
28285
28286 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28287
28288 * config/m68k-emc.exp: New file.
28289 * lib/<emc-support.exp trace-support.exp}: New files.
28290 * configure.in: add new test directory gdb.trace.
28291 * gdb.trace/{configure configure.in Makefile.in}: New files.
28292 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28293 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28294 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28295 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28296 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28297 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28298 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28299
28300 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28301
28302 * gdb.c++/classes.exp: Change all regular expressions to match
28303 arbitrary combinations of newline/carriage-return, so that they
28304 will work equally well on Unix and Windows.
28305 * gdb.c++/inherit.exp: ditto.
28306 * gdb.c++/virtfunc.exp: ditto.
28307
28308 1998-08-11 Dawn Perchik <dawn@cygnus.com>
28309
28310 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28311
28312 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28313
28314 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28315 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28316 to use a0-a3/d0-d3 as needed.
28317
28318 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28319
28320 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28321 * gdb.disasm/am33.exp: Corresponding changes.
28322
28323 1998-07-11 Felix Lee <flee@cygnus.com>
28324
28325 * gdb.base/callfuncs.exp: add cmp10 test.
28326 * gdb.base/callfuncs.c (cmp10): new function.
28327
28328 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28329
28330 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28331 into two parts to get around a synchronization problem in expect.
28332
28333 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28334
28335 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28336
28337 * configure.in: Add options for gdbtk testsuite.
28338
28339 * configure: Regenerate.
28340
28341 * gdb.gdbtk: New directory to hold gdbtk tests.
28342
28343 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28344
28345 * gdb.fortran/types.exp: Escape brackets in expect patterns
28346 for test_float_literal_types_accepted tests.
28347 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28348 before run test.
28349
28350 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28351
28352 * am33.exp: Just compile, do not link the testcase.
28353 * am33.s: Add ".am33" pseudoop to force am33 mode.
28354
28355 1998-06-25 Felix Lee <flee@cygnus.com>
28356
28357 * gdb.base/setshow.exp: make sure $pc is sane.
28358
28359 * gdb.stabs/weird.exp: split expect patterns properly.
28360
28361 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28362
28363 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28364 * gdb.disasm/am33.exp: Run it.
28365
28366 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28367
28368 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28369 match processing (and eliminate spurious timeouts when running).
28370
28371 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28372
28373 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28374 exception test, but conditionalize it on target [mach | gnu].
28375
28376 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28377
28378 * gdb.base/overlays.exp: fixup compile line for linker script.
28379
28380 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28381
28382 * gdb.fortran/types.exp: don't guess at float size.
28383
28384 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28385
28386 * gdb.base/exprs.exp: delete test that depends on int size.
28387
28388 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28389
28390 * config/sim.exp: Removed checks for target triplets.
28391 (gdb_target_sim): Use gdb,target_sim_options.
28392
28393 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28394
28395 * gdb.base/reread.exp: New file.
28396 * gdb.base/reread1.c: New file.
28397 * gdb.base/reread2.c: New file.
28398
28399 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28400
28401 * config/sim.exp: Use 'target sim -sparclite' when running
28402 SPARClite programs.
28403
28404 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28405
28406 * gdb.base/structs2.exp: New file.
28407 * gdb.base/structs2.c: New file.
28408
28409 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28410
28411 * gdb.asm/common.inc: New file.
28412 * gdb.asm/d10v.inc: New file.
28413 * asm-source.exp: Pass -I's to gas to find .inc files.
28414 Update line numbers in expected output.
28415 * asmsrc1.s: Rewrite.
28416 * asmsrc2.s: Rewrite.
28417 * configure.in: Create arch.inc symlink.
28418 * configure: Regenerate.
28419 * Makefile.in (distclean): Delete arch.inc.
28420
28421 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28422
28423 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28424 (t_enum_value2): ditto
28425 (t_enum_value3): ditto
28426 (main): ditto
28427 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28428
28429 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28430 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28431 change.
28432 Use gdb_test instead of send_gdb/gdb_expect sequences.
28433
28434 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28435
28436 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28437 not void.
28438
28439 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28440
28441 * gdb.base/branches.c: Code with lots of loops and
28442 subroutines. Used to test gdbs ability to single step through PC
28443 changes, especially to test mips-tdep.c:mips_next_pc
28444
28445 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28446
28447 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28448 more rigorous EGCS C++ error checking.
28449
28450 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28451
28452 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28453 tests.
28454 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28455 function when asleep.
28456 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28457 for i*86 Linux and SVR4 signal handling problems.
28458 Remove linux xfail for `next to handler in signals_tests_1', fixed
28459 by recent infrun.c change.
28460 Limit backtrace to 10 frames to avoid timeout problems with infinite
28461 stack backtraces.
28462 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28463 target.[ch] change.
28464
28465 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28466
28467 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28468 for a newline from gdb before continuing.
28469 (default_gdb_exit): Just look for y or n.
28470 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28471 it does, fail the rests of the tests in the file.
28472
28473 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28474
28475 * config/cygmon.exp: New file.
28476
28477 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28478
28479 * gdb.base/list.exp: Fix problem with "list default lines around
28480 main" test on remote targets.
28481
28482 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28483 run test on remote targets.
28484
28485 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28486
28487 * gdb.asm: New directory.
28488 * configure.in: Configure it.
28489 * configure: Regenerate.
28490 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28491 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28492
28493 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28494
28495 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28496
28497 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
28498
28499 * gdb.base/overlays (several files): Merge the two overlay
28500 managers into one. Change variables (foox, barx, bazx, grbxx)
28501 back into ints but force them to load in their proper sections.
28502
28503 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28504
28505 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
28506 on-chip insn memory and IMAP1 to upper 128k.
28507 (D10VCopy): Handle memory regions crossing 16k boundaries.
28508 (D10VCopy): Transfer data in 32 bit chunks.
28509
28510 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28511
28512 * gdb.base/overlays.c (main): Exit normally when result is
28513 correct.
28514
28515 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
28516 map. Include space for printf in .text segment.
28517
28518 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
28519 updated d10v memory VMA/LMA map.
28520 (D10VCopy): Call D10VTranslate.
28521
28522 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28523
28524 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28525
28526 * gdb.base/bar.c (barx, bar): Change variable to small array so
28527 that it won't be put into the .sdata - small data -
28528 section. Update reference.
28529 * gdb.base/baz.c (bazx, baz): Ditto.
28530 * gdb.base/foo.c (foox, foo): Ditto.
28531 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28532
28533 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
28534 to be arrays.
28535
28536 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
28537
28538 * gdb.base/overlays.exp: fix up and get working again.
28539 Add tests for backtraces from an overlay function.
28540
28541 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28542
28543 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28544 "calling function with watchpoint enabled".
28545
28546 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28547
28548 * gdb.base/break.exp (test_next_with_recursion): Remove
28549 gdb_suppress_tests for d10v-*-*.
28550 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28551 pending review of whether it is useful or not.
28552
28553 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28554
28555 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28556
28557 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28558
28559 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28560 * config/dve.exp: New file to support Densan boards.
28561
28562 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28563
28564 * gdb.base/interrupt.exp: Document problem of simulators, signals,
28565 reads and BSD.
28566
28567 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28568
28569 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28570 response.
28571
28572 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28573
28574 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28575
28576 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
28577 test.
28578
28579 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
28580 target_sizeof_long and target_bigendian_p.
28581 (structs_by_value, structs_by_reference): Check values according
28582 to targets word size and endianess.
28583
28584 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28585
28586 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
28587 output.
28588
28589 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28590
28591 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
28592 Update test of set args help to match source change.
28593
28594 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28595
28596 * gdb.base/default.exp: Expect help system output to be in
28597 alphabetical order.
28598 * gdb.base/help.exp: Ditto.
28599
28600 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28601
28602 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28603 "i*86-pc-linux-gnu*".
28604 * gdb.base/interrupt.exp: Ditto.
28605 * gdb.base/corefile.exp: Ditto.
28606
28607 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
28608 define vxworks when building the testcase.
28609
28610 * gdb.base/ptype.exp: Fix testnames to be unique.
28611 * gdb.base/radix.exp: Ditto.
28612 * gdb.base/term.exp: Ditto.
28613 * gdb.base/whatis.exp: Ditto.
28614 * gdb.c++/classes.exp: Ditto.
28615
28616 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28617
28618 * gdb.base/callfuncs.exp: Fix indentation.
28619
28620 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28621 suppress_flag has been set.
28622 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28623 target feature.
28624
28625 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28626
28627 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28628 the testcase.
28629
28630 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
28631 set_debug_traps() and breakpoint().
28632 * gdb.c++/misc.cc (main): Ditto.
28633 * gdb.c++/templates.cc (main): Ditto.
28634 * gdb.c++/virtfunc.cc (main): Ditto.
28635
28636 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28637
28638 * lib/gdb.exp(gdb_step_for_stub): New function.
28639 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28640 exists, reload the executable and do a "continue" instead of
28641 doing a jump.
28642 (runto_main): Use gdb_step_for_stub.
28643
28644 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
28645 tests to have unique names.
28646 * gdb.base/callfuncs.exp: Ditto.
28647 * gdb.base/commands.exp: Ditto.
28648 * gdb.base/default.exp: Ditto.
28649 * gdb.base/help.exp: Ditto.
28650 * gdb.base/list.exp: Ditto.
28651 * gdb.base/opaque.exp: Ditto.
28652 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28653 similar tests.
28654
28655 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28656 * gdb.c++/cplusfuncs.cc: Ditto.
28657 * gdb.c++/virtfunc.cc: Ditto.
28658
28659 * config/monitor.exp: Keep track of the last file we saw, rather
28660 than trying to get the info from gdb.
28661
28662 * gdb.fortran/types.exp: Move comment to previous line.
28663
28664 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28665
28666 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
28667 target mode.
28668
28669 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28670
28671 From Bob Manson:
28672 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
28673 string from GDB when it connects.
28674
28675 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28676
28677 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28678
28679 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
28680 if we can't get a debug format from GDB (we may be testing an
28681 older GDB). Use a 10 second timeout when checking for the format.
28682
28683 * gdb.stabs/weird.exp: Fix quoting.
28684
28685 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28686
28687 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28688
28689 * config/arm-ice.exp: New file.
28690
28691 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28692
28693 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
28694 until it has been modified to work with the new testsuite.
28695
28696 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
28697 testcase won't compile, cause all of the testcases in the file to
28698 fail instead.
28699
28700 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28701 (gdb_clear_suppressed): New procedure.
28702 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28703 it contains a positive value.
28704
28705 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28706
28707 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28708
28709 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28710
28711 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28712
28713 * lib/gdb.exp (setup_xfail_format): New function.
28714 (get_debug_format): New function to get debug format.
28715 (debug_format): New global variable to hold last value set
28716 by get_debug_format.
28717 * gdb.base/list.exp: Call get_debug_format and expect some
28718 tests to fail for DWARF 1 and COFF formats.
28719 * gdb.c++/ptype.exp: Ditto.
28720 * gdb.c++/classes.exp: Ditto.
28721 * gdb.c++/cplusfuncs.exp: Ditto.
28722 * gdb.c++/inherit.exp: Ditto.
28723 * gdb.c++/templates.exp: Ditto.
28724 * gdb.c++/virtfunc.exp: Ditto.
28725
28726 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28727
28728 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28729 host doesn't have a currently-open connection.
28730
28731 * config/sparclet.exp: Cleanups and fixes to make it generic for
28732 any gdb stub target. Handle cases where gdb doesn't respond when
28733 interrupted in a sane fashion.
28734
28735 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28736 same thing in a totally different way.
28737
28738 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28739 setting "timeout".
28740 (gdb_start): We set the global gdb_prompt variable in
28741 default_gdb_init now.
28742
28743 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28744
28745 * gdb.base/printcmds.exp: Fix "check for floating addition"
28746 regexp to accept results within approx +/- .01 of exact value.
28747 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28748
28749 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28750
28751 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28752 properly.
28753 (gdb_expect): Add optional timeout parameter, and add timeout
28754 value to various calls.
28755 (gdb_suppress_tests): Only give one warning message per group.
28756
28757 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28758
28759 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28760 global variables. Handle getting a value for $timeout more
28761 gracefully.
28762
28763 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28764
28765 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28766 initialize.
28767 (default_gdb_init): New procedure; allow gdb_init to be overridden
28768 by a target configuration file.
28769 (gdb_expect): Pass the timeout to remote_expect.
28770
28771 * config/monitor.exp(gdb_load): Fix typo in regexp.
28772
28773 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28774
28775 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28776
28777 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28778
28779 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28780 here. Call gdb_target_exec before rebooting the target, to make
28781 sure the connection to the target is closed.
28782 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28783 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28784 Also detect "Timeout reading from remote" error.
28785
28786 * config/gdbserver.exp: Pass the executable being loaded to
28787 gdb_target_monitor. Don't call gdb_file_cmd here; let
28788 gdb_target_monitor do it.
28789
28790 * gdb.disasm/hppa.exp: Don't use exec_output.
28791
28792 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28793
28794 * gdb.base/list.exp: If we're debugging a non-native target,
28795 try to set the pc register to point to the start of the
28796 program before doing the first list command.
28797
28798 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
28799 test_calls after restarting.
28800
28801 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
28802 reloading.
28803
28804 * gdb.base/watchpoint.exp: Fix typo.
28805
28806 * gdb.base/setshow.exp: Check for use_gdb_stub.
28807
28808 * gdb.base/break.exp: Fix continue until exit test for the gdb
28809 stub case.
28810 * gdb.base/langs.exp: Ditto.
28811
28812 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
28813 gdb_load_offset. If we weren't given a file to load, figure out
28814 what the current file is and use it.
28815
28816 * config/i386-bozo.exp: New file.
28817
28818 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28819
28820 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28821 feature.
28822
28823 * config/proelf.exp: New entry.
28824
28825 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28826
28827 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28828 of regexps.
28829
28830 * gdb.base/watchpoint.exp: Don't run the test_stepping
28831 tests if gdb can't call functions on the target.
28832
28833 * gdb.base/setshow.exp: Don't run the set prompt tests if
28834 the board has gdb_prompt set.
28835
28836 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28837
28838 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28839 * gdb.base/commands.exp: Likewise.
28840 * gdb.base/setshow.exp: Likewise.
28841
28842 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28843
28844 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28845 feature.
28846
28847 * config/i960.exp: New file.
28848
28849 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28850
28851 * gdb.base/funcargs.exp: Check for gdb,short_int target
28852 feature instead of looking for explicit target triplets.
28853
28854 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
28855
28856 * gdb.base/printcmds.exp: add a couple more tests a la
28857 "p 123DEADBEEF", to check parse_number.
28858 * top.c: change "to enable to enable" to "to enable" in a couple
28859 of help strings.
28860
28861 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28862
28863 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28864 on the mn10300.
28865
28866 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28867
28868 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28869 where the test executable is run with explicit args.
28870 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28871
28872 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28873
28874 * gdb.base/run.c: Use FAKEARGV to build test executable that
28875 does not require a command line arg, since most simulators
28876 don't currently support passing such an arg into the simulated
28877 program.
28878 * gdb.base/commands.exp: Change tests to insert the proper
28879 value as the arg to the first recursive factorial call. Change
28880 compilation line to define FAKEARGV at compile time.
28881
28882 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28883
28884 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28885 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28886 function with watchpoint enabled" test.
28887
28888 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28889
28890 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28891 Don't call gdb_test when the command doesn't return to a gdb prompt.
28892
28893 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28894 "Tests restarted" messages.
28895
28896 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28897
28898 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28899
28900 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28901
28902 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28903 for INFO SYMBOL; add help tests for OVERLAY commands.
28904 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28905 add tests for OVERLAY commands
28906 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28907 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28908 * gdb.base/sigall.c: add usestubs code frag
28909 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28910
28911 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28912
28913 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28914 failures.
28915 (gdb_stop_suppressing_tests): Note that tests have restarted.
28916
28917 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28918
28919 * config/h8300.exp: New file.
28920
28921 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28922
28923 * gdb.base/setshow.exp: Check for the existence of a
28924 feature, not its value.
28925
28926 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28927
28928 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28929
28930 * gdb.base/scope.exp: It's now init0(), not init().
28931
28932 * gdb.base/scope0.c: For now, change init() to be init0().
28933
28934 * config/monitor.exp: Use gdb_serial in preference to serial
28935 or netport.
28936
28937 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28938 and it's not already set.
28939
28940 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28941
28942 * gdb.base/setshow.exp: Only test the run command if the target
28943 isn't using a stub and if it supports argument passing.
28944
28945 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28946
28947 * config/udi.exp(gdb_start): Make sure UDICONF is set
28948 properly before starting gdb.
28949
28950 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28951
28952 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28953 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28954 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28955
28956 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28957
28958 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28959 specialized code to reboot the board, use remote_reboot instead.
28960
28961 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28962
28963 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28964
28965 * config/monitor.exp: Make sure we disconnect from the target.
28966 Also, try a reboot/reload cycle instead of failing if the
28967 load fails.
28968
28969 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28970
28971 * gdb.base/default.exp: Don't set match_max.
28972 * gdb.base/help.exp: Ditto.
28973 * gdb.base/list.exp: Ditto.
28974 * gdb.base/signals.exp: Ditto.
28975
28976 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28977 set, use remote_ld to download the testcase instead of
28978 the GDB loader.
28979
28980 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28981
28982 * config/vr5000.exp: New file.
28983
28984 * config/monitor.exp(gdb_target_monitor): Add pattern for
28985 "Ending remote" to detect errors in connecting.
28986
28987 * gdb.base/setshow.exp: Add .* within auto language test.
28988
28989 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28990 target feature.
28991
28992 * config/monitor.exp(gdb_load): Check for a failure when loading,
28993 and reboot the board if necessary.
28994
28995 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28996 a set of tests. Remove print.* from the patterns being checked.
28997
28998 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28999
29000 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29001 refer to gdb_spawn_id.
29002
29003 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29004 longer used.
29005 * config/sparclet.exp: Ditto.
29006 * config/sparclet-old.exp: Ditto.
29007 * config/slite.exp: Ditto.
29008 * config/sim.exp: Ditto.
29009 * gdb.base/funcargs.exp: Ditto.
29010
29011 * lib/gdb.exp:Remove references to gdb_spawn_id.
29012 (gdb_expect): Move to remote.exp.
29013
29014 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29015
29016 * config/monitor.exp: Detect the "Couldn't establish connection"
29017 message from GDB.
29018
29019 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29020
29021 * gdb.base/bitfields.exp: Use runto instead of explicit
29022 gdb_run_cmd/gdb_expect sequences.
29023
29024 * gdb.base/break.exp(text_next_with_recursion): Add match for
29025 gdb_expect call.
29026
29027 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29028 We also need to handle the "A program is being debugged already"
29029 prompt from gdb. Use gdb_test to set the baud rate.
29030
29031 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29032 to 20000. Really. I mean it.
29033
29034 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29035
29036 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29037 fails. If suppress_flag is set, skip perror message about not
29038 being able to send to GDB.
29039 (send_gdb): If suppress_flag is set, don't try to send commands to
29040 GDB.
29041 (gdb_expect): If suppress_flag is set, always fail immediately.
29042 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29043 (gdb_init): Call gdb_stop_suppressing_tests.
29044 (default_gdb_exit): Ditto.
29045 (default_gdb_start): Ditto.
29046
29047 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29048 gdb_stop_suppressing_tests as appropriate.
29049 * gdb.base/break.exp: Ditto.
29050 * gdb.base/callfuncs.exp: Ditto.
29051 * gdb.base/commands.exp: Ditto.
29052 * gdb.base/exprs.exp: Ditto.
29053 * gdb.base/funcargs.exp: Ditto.
29054 * gdb.base/list.exp: Ditto.
29055 * gdb.base/recurse.exp: Ditto.
29056 * gdb.base/scope.exp: Ditto.
29057 * gdb.base/structs.exp: Ditto.
29058 * gdb.c++/inherit.exp: Ditto.
29059
29060 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29061
29062 * config/vr4300.exp: New file.
29063
29064 * gdb.*/*.exp: Call gdb_expect instead of expect.
29065
29066 * lib/gdb.exp(gdb_expect): New function.
29067
29068 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29069
29070 * lib/gdb.exp(gdb_init): New function.
29071
29072 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29073 for each individual variable set.
29074
29075 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29076 name.
29077
29078 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29079
29080 * gdb.base/scope.exp: Use gdb_test.
29081
29082 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29083 aborting; the testsuite driver will do that for us (see
29084 gdb_finish). Also, use gdb_test in a few more places.
29085
29086 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29087
29088 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29089
29090 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29091
29092 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29093 and "add_tests" are not at the same address.
29094
29095 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29096
29097 * gdb.base/ptype.exp: Use gdb_test.
29098
29099 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29100
29101 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29102 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29103 left in. No longer expect them to fail.
29104
29105 * gdb.stabs/*.mt; Deleted, no longer used.
29106 * gdb.stabs/configure.in: Remove references to target makefile
29107 frags.
29108 * gdb.stabs/configure: Rebuilt.
29109
29110 * gdb.disasm/*.mt: Deleted, no longer used.
29111 * gdb.disasm/configure.in: Remove references to target makefile
29112 frags. Use "sh3.s" as the unique filename for this directory.
29113 * gdb.disasm/configure: Rebuilt.
29114
29115 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29116 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29117 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29118
29119 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29120
29121 * config/udi.exp: Use mondfe,name instead of remote_host.
29122
29123 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29124
29125 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29126 a function with a watchpoint enabled on the mn10200.
29127
29128 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29129 before trying to create it!
29130
29131 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29132
29133 * config/vx.exp: Use hostname instead of netport.
29134
29135 * config/vxworks.exp: New file.
29136
29137 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29138
29139 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29140 gdb before assuming everything worked. Send a ^C if a timeout
29141 occurs.
29142
29143 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29144 $gdb_spawn_id directly.
29145 (gdb_run_cmd): Try _start as well as start. Use the target feature
29146 gdb,start_symbol as the symbol to start from when jumping.
29147
29148 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29149
29150 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29151 redundant) test.
29152
29153 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29154 it doesn't lose for 16bit integer systems.
29155
29156 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29157
29158 * gdb.fortran/types.exp: If the target doesn't support "double"
29159 data types, then expect "real" types to only be 4 bytes.
29160
29161 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29162 call tests if the target doesn't support inferior function calls.
29163
29164 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29165 in printf tests.
29166
29167 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29168
29169 * gdb.base/help.exp: Disable "help set", "help show", and
29170 "help support". Simplify regexp for "help stack".
29171
29172 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29173 to 60 seconds. Temporarily set match_max to 15000 around the
29174 "info copying" test.
29175
29176 * gdb.base/nodebug.exp: Don't try to do an inferior function
29177 call if the target doesn't support them.
29178 * gdb.base/printcmds.exp: Likewise.
29179 * gdb.base/setvar.exp: Likewise.
29180 * gdb.base/structs.exp: Likewise.
29181 * gdb.c++/templates.exp: Likewise.
29182 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29183
29184 * gdb.base/recurse.exp: Enable for the mn10200.
29185
29186 * configure.in: Do configure gdb.stabs directory for *-*-elf
29187 targets.
29188 * configure: Rebuilt.
29189
29190 * gdb.base/break.exp: Check for gdb,noresults before testing
29191 exit status and/or results from the target.
29192 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29193 * lib/gdb.exp: Remove old (now bogus) initialization of
29194 noinferior, noargs, noresults and nosignals.
29195
29196 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29197
29198 * config/sh.exp: New file.
29199
29200 * config/slite.exp: Try to connect multiple times to the board
29201 before rebooting. Only send a "monitor run" if need_monitor_run
29202 is set.
29203
29204 * gdb.base/break.exp: Don't do the "stub continue" test if
29205 the target has gdb_stub set.
29206
29207 * gdb.base/callfuncs.exp: Increase the timeout.
29208
29209 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29210 if the target has gdb,noinferiorio set.
29211
29212 * gdb.base/list.exp: Increase match_max to 10000 characters.
29213
29214 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29215
29216 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29217 target.
29218
29219 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29220
29221 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29222
29223 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29224 trying to delete the copy of gdb. Catch the file delete so we
29225 don't die if the delete fails; also, the file should be copied to
29226 the host, not to the build.
29227
29228 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29229
29230 * lib/gdb.exp(gdb_test): Surround the result pattern with
29231 parenthesis in case it contains multiple regexps separated
29232 with |.
29233
29234 * gdb.base/watchpoint.exp: Use gdb_test.
29235 * gdb.base/default.exp: Ditto.
29236
29237 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29238
29239 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29240
29241 * gdb.base/scope.exp: Use gdb_test.
29242 * gdb.c++/classes.exp: Ditto.
29243 * gdb.c++/inherit.exp: Ditto.
29244
29245 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29246
29247 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29248 remote_exec instead.
29249 * gdb.base/corefile.exp: Don't be ridiculous.
29250 * gdb.base/*.c: Add missing stub invocations.
29251
29252 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29253
29254 * config/slite.exp: Miscellaneous fixes.
29255
29256 * lib/gdb.exp: Fix runto.
29257
29258 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29259 the target.
29260
29261 * gdb.base/watchpoint.exp: Fix regexp.
29262
29263 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29264 close and wait commands, as the descriptor may now be
29265 invalid. Always call "remote_close host".
29266
29267 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29268
29269 Major rewrite for testsuite revision.
29270
29271 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29272 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29273 instead of relying on spawn_id to always contain a valid
29274 spawn id.
29275 (get_compiler_info): New procedure to build the ${binfile}.ci
29276 file, instead of replicating this in N different places.
29277 (gdb_compile): New procedure.
29278
29279 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29280 appropriate arguments) instead of compile. Use gdb_test in a lot
29281 more places. Use send_gdb instead of send. Always run gdb_start
29282 at the start of a testcase, as this is no longer done magically.
29283
29284 config/*-gdb.exp: Rename without the -gdb suffix.
29285
29286 config/mips.exp: Use remote_close instead of exit_remote_shell.
29287 config/monitor.exp: Use target_info instead of looking at
29288 baud, timeout, etc.
29289 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29290
29291 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29292
29293 * gdb.c++/templates.exp (test_ptype_of_templates),
29294 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29295 Update expect patterns for destructors and assignment operators
29296 to match corresponding c-typeprint.c changes.
29297 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29298 to destructor breakpoint test, GDB should be able to set the
29299 destructor breakpoint without specifying arguments.
29300
29301 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29302
29303 * gdb.threads/pthreads.exp: Change result for failure to compile due
29304 to lack of pthreads runtime support from an error to simply an
29305 unsupported test, per dejagnu standards.
29306
29307 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29308
29309 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29310 where GDB exits to reduce pattern match time.
29311 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29312
29313 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29314
29315 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29316
29317 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29318 * gdb.base/default.exp: ditto.
29319 * gdb.base/nodebug.exp: ditto.
29320 * gdb.base/printcmds.exp: ditto.
29321 * gdb.base/ptype.exp: ditto.
29322 * gdb.base/setvar.exp: ditto.
29323 * gdb.base/structs.exp: ditto.
29324 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29325
29326 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29327
29328 * configure, */configure: Rebuild with autoconf 2.12.
29329
29330 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29331
29332 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29333 use new i*86-pc-linux*-gnu quads.
29334 * gdb.base/corefile.exp: Ditto.
29335 * gdb.base/signals.exp: Ditto.
29336 * gdb.base/sigall.exp: Ditto.
29337 * gdb.base/interrupt.exp: Ditto.
29338
29339 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29340 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29341 RedHat 4.0.
29342
29343 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29344 linux. This allows the test case to at least compile on latest
29345 linux, but still not run due to missing the threads runtime library.
29346
29347 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29348
29349 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29350 directory to search gdb directory. Accept and step over conditional
29351 stack alignment code. Consume $prompt in failure cases.
29352 Reset timeout to $oldtimeout instead of some arbitrary value.
29353 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29354 timeout problems with infinite stack backtraces.
29355 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29356 Accept function parameters for linkfunc member.
29357
29358 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29359
29360 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29361 (CXXFLAGS): Remove, unreferenced.
29362 (B_OPTIONS): Add for -B options and add code to initialize with
29363 previous -B options and also add -B option to pick up cross compiled
29364 runtime.
29365 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29366 doing cross compiles.
29367 (target_alias): Declare global.
29368 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29369 to verify that gcc exists in build tree, and if so set CC to that
29370 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29371
29372 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29373
29374 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29375 ptype test for anonymous union. Fixup testcase to match
29376 current gcc debug output.
29377
29378 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29379
29380 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29381 force argument to an unsigned long type.
29382
29383 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29384
29385 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29386 tests and anonymous union print/ptype tests.
29387 * gdb.base/list.exp (test_forward-search): Increase timeout by
29388 5 minutes for the "search extremely long line" case.
29389 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29390 completely optional and that the pass/fail messages use the command as
29391 the message if that third arg is a null string.
29392 (gdb_test_exact): Arrange that a null string pattern means match a
29393 null string output rather than any output, which might include random
29394 errors.
29395 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29396 backtrace test.
29397 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29398 always failing and failure is now exposed by gdb.exp changes.
29399
29400 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29401
29402 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29403 weren't being noted.
29404
29405 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29406
29407 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29408 * gdb.stabs/weird.exp: Remove v_comb xfails.
29409
29410 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29411
29412 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29413 list.exp scope.exp watchpoint.exp]
29414 Make all timeout error msgs explicitly say "(timeout)".
29415
29416 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29417
29418 * config/monitor.exp: Increase download timeout to 1000 seconds.
29419
29420 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29421
29422 * config/m32r.exp: Increase timeout to 120 seconds.
29423
29424 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29425
29426 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29427 and accept older ordering as obsolescent gcc or gdb.
29428 * gdb.c++/templates.exp: Ditto.
29429 * gdb.c++/virtfunc.exp: Ditto.
29430
29431 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29432
29433 * gdb.base/coremaker.c: Add code to mmap some data so we
29434 can check that it ends up in the core file.
29435 * gdb.base/corefile.exp: Add test to read mmapped data
29436 from core file.
29437
29438 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
29439
29440 * config/m32r.exp: New file.
29441
29442 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29443
29444 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29445 that cflags can contains -gstabs, and work correctly for other tests.
29446
29447 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
29448
29449 * gdb.base/setshow.exp: New file, tests show and set.
29450 * gdb.base/setshow.c: New file, tests show and set.
29451 * gdb.base/help.exp: Add test for help set|show annotate.
29452 * gdb.base/default.exp: Add test for set|show annotate.
29453
29454 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29455
29456 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29457 errors unique.
29458 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29459 explicitly.
29460
29461 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29462
29463 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29464 and width commands. This is done elsewhere.
29465 * (gdb_start): Don't call gdb_start_sim here. That's already
29466 done in gdb_load. This fixes lots of failures in default.exp.
29467
29468 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29469
29470 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29471 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29472 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29473 in the same we we treat other failures (since it may be an expected
29474 condition), rather than as an error.
29475 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29476 old test format.
29477
29478 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29479
29480 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29481 (distclean maintainer-clean realclean): No need to remove files
29482 twice. Nuke the duplicates.
29483 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
29484 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
29485 Remove config.h along with other config files.
29486
29487 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29488
29489 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29490 "p func1 ()" and note that rests of tests are skipped.
29491 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
29492 setup_xfails for "print func2::coremaker_local".
29493 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29494 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29495 affected by the previous run test.
29496 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29497 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29498 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29499 "pass int powerset tuple" and "pass modeless int powerset tuple".
29500 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29501 "real write 4" and "real write 8".
29502 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
29503 setup_xfails for "print vs1 after tuple assign 2",
29504 "print \$i after tuple assign 2", and
29505 "print vs2 after tuple assign 2".
29506 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29507 meaningful error message and return -1 so the caller can
29508 suppress further tests and avoid a cascade of errors.
29509
29510 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29511
29512 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29513 format for printing version.
29514 * gdb.base/default.exp: Ditto.
29515 * gdb.base/interrupt.exp: Fix problem with cascade of
29516 errors if child process dies while calling a function.
29517
29518 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29519
29520 * Makefile.in (VPATH): Add
29521 * Makefile.in (Makefile, config.status): Fix rules so things get
29522 remade when necessary.
29523
29524 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29525
29526 * Makefile.in (just-check): Add path to sibling expect dir
29527 to environment variable specified by RPATH_ENVVAR.
29528
29529 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29530
29531 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29532 (just-check): Add shared library paths for libstdc++, tk,
29533 tcl, bfd, and opcodes to the environment variable specified
29534 in RPATH_ENVVAR.
29535 * configure.in: Add support to recognize --enable-shared flag
29536 and generate correct value for RPATH_ENVVAR.
29537 * configure: Regenerated with autoconf.
29538
29539 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29540
29541 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
29542 include all osf versions.
29543 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29544 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29545 when target is linux. When failing to build pthreads test
29546 executable, give more meaningful message.
29547 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29548 arg for pthread_create.
29549
29550 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29551
29552 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
29553 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
29554 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
29555 and -lpthreads (everybody else).
29556 (test_startup): Fail gracefully if threads are not supported.
29557 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29558 "p/c array_index("abcdef",2)" when not gcc compiled.
29559 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29560 "print func2::coremaker_local" when not gcc compiled.
29561 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29562 "ptype on opaque struct tagname (statically)",
29563 "ptype on opaque struct tagname (dynamically) 1", and
29564 "ptype on opaque struct tagname (dynamically) 2"
29565 for not compiled with gcc.
29566 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29567 backtrace when compiled with gcc.
29568 * lib/gdb.exp (runto_main): Return result of "runto main" rather
29569 than always return success.
29570
29571 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29572
29573 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29574
29575 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29576
29577 * gdb.base/structs.exp: Undo last change.
29578
29579 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29580
29581 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29582 encapsulate all the steps/nexts done during self test, starting
29583 at main, and makes them less sensitive to optimization issues.
29584 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29585 signal handler" test.
29586 * gdb.threads/pthreads.exp: Only run this for native configs.
29587 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29588 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29589 tests.
29590 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29591 for "runto test_calls(void)" test.
29592
29593 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29594
29595 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29596 and don't expect address info in breakpoint confirmations.
29597
29598 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29599
29600 * gdb.base/list.exp (test_forward_search): Increase timeout
29601 temporarily by 60 seconds for searching extremely long line,
29602 and then reset to old value when done. Increase expect input
29603 buffer to 10000.
29604
29605 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29606
29607 * gdb.base/list.exp (test_forward_search): Fix to handle very
29608 long source line without overflowing expect's input buffer.
29609
29610 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29611
29612 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29613 "buffer_full".
29614
29615 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29616 "buffer_full".
29617
29618 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29619 "buffer_full".
29620
29621 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29622 "buffer_full".
29623
29624 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29625
29626 * configure.in (configdirs): Add gdb.threads.
29627 * configure: Regenerated with autoconf.
29628 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29629 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29630 * gdb.threads/configure: New, generated with autoconf.
29631
29632 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29633
29634 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29635
29636 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29637
29638 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29639 each signal's status in the output of "handle all print".
29640 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29641 the \r\n sequence that immediately precedes the gdb prompt.
29642 * gdb.base/a1-selftest.exp: Save original timeout and restore
29643 after test.
29644
29645 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29646
29647 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29648 symbol.
29649
29650 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29651
29652 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29653
29654 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29655
29656 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29657 timeout by 60 seconds.
29658
29659 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29660
29661 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29662 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29663 error return.
29664
29665 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29666
29667 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29668 gdb initialization, also report how long dejagnu waited. Restore
29669 old timeout before doing error return. Temporarily increase timeout
29670 by 3 minutes to allow for slow startups over heavy NFS use.
29671
29672 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29673
29674 * lib/gdb.exp: Report timeout value for verbosity level 2.
29675 * config/gdbserver.exp: Ditto.
29676 * config/hppro.exp: Ditto.
29677 * config/mips-gdb.exp: Ditto.
29678 * config/monitor.exp: Ditto.
29679 * config/netware.exp: Ditto.
29680 * config/sim-gdb.exp: Ditto.
29681 * config/slite-gdb.exp: Ditto.
29682 * config/udi-gdb.exp: Ditto.
29683 * config/unix-gdb.exp: Ditto.
29684 * config/vx-gdb.exp: Ditto.
29685 * gdb.base/a1-selftest.exp: Ditto.
29686 * gdb.base/a2-run.exp: Ditto.
29687 * gdb.base/break.exp: Ditto.
29688 * gdb.base/corefile.exp: Ditto.
29689 * gdb.base/list.exp: Ditto.
29690 * gdb.base/recurse.exp: Ditto.
29691 * gdb.base/scope.exp: Ditto.
29692 * gdb.base/signals.exp: Ditto.
29693
29694 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29695
29696 * gdb.threads/Makefile.in (docdir): Removed.
29697
29698 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29699
29700 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
29701 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
29702 @srcdir@.
29703 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
29704 autoconf 2.5 or higher.
29705 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29706
29707 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29708
29709 * configure: Regenerated.
29710 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29711 avoid name clashes with SunOS headers.
29712
29713 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29714
29715 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29716
29717 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29718
29719 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29720 prototype information ends up in the compiler info file.
29721
29722 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29723
29724 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29725 attempting to regenerate it. Eliminate use of a temporary file
29726 and just generate the info file directly. Source it immediately,
29727 for consistency of use.
29728 * gdb.base/corefile.exp: Ditto
29729 * gdb.base/exprs.exp: Ditto.
29730 * gdb.base/funcargs.exp: Ditto.
29731 * gdb.base/langs.exp: Ditto.
29732 * gdb.base/list.exp: Ditto.
29733 * gdb.base/mips_pro.exp: Ditto.
29734 * gdb.base/nodebug.exp: Ditto.
29735 * gdb.base/opaque.exp: Ditto.
29736 * gdb.base/ptype.exp: Ditto.
29737 * gdb.base/scope.exp: Ditto.
29738 * gdb.base/setvar.exp: Ditto.
29739 * gdb.base/signals.exp: Ditto.
29740 * gdb.base/whatis.exp: Ditto.
29741 * gdb.c++/templates.exp: Ditto.
29742 * gdb.c++/virtfunc.exp: Ditto.
29743 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29744 whether or not to add -lstdc++ to the compile command line args.
29745
29746 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29747
29748 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29749 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29750 Increase timeout, a lot of single stepping might be needed if the
29751 target has no hardware watchpoints.
29752
29753 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29754
29755 * gdb.base/break.exp: Ignore compiler warnings when compiling
29756 break.c.
29757 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29758 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29759 from remote-sim.
29760 * gdb.base/exprs.exp: Add h8300 xfails.
29761 * gdb.base/funcargs.exp: Likewise.
29762 * gdb.base/nodebug.exp: Likewise.
29763 * gdb.base/printcmds.exp: Likewise.
29764 * gdb.base/ptype.exp: Likewise.
29765 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29766 h8300 xfails.
29767 * gdb.base/return.exp: Handle float/double precision problems
29768 on the h8300.
29769 * gdb.base/funcargs.c: Explicitly make last constant argument to
29770 call_after_alloca_subr an unsigned long type.
29771 * gdb.base/return.c: Include stdio.h.
29772
29773 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29774
29775 * config/abug.exp: New file for the older Motorola Bug monitor
29776 that runs on the mvme13x series VME boards.
29777 * config/monitor.exp: Use the new config array for target settings
29778 if they exist.
29779
29780 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29781
29782 * sim-gdb.exp: Make the SH simulator allocate less space when
29783 it is targeted.
29784
29785 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29786
29787 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29788 test.
29789
29790 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29791
29792 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29793 "rs6000-*-*" for "list function in include file" when gcc compiled.
29794 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29795 for "p ctable1[120]".
29796 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29797 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29798 Remove setup_xfail for "rs6000-*-*" for
29799 "print 'scope0.c'::filelocal before run".
29800 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29801 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29802 since some compilers don't allow both options to be given
29803 on the same command line. Create object file and move it.
29804
29805 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29806
29807 * gdb.base/corefile.exp: Always regenerate the core file, since
29808 we always regenerate the coremaker program. Detect special case
29809 where registers cannot be read from core file.
29810
29811 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29812
29813 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29814 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29815 * gdb.c++/templates.exp: Only match on basename of file since
29816 some formats like xcoff don't encode directory information.
29817 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29818 and rs6000 AIX xcoff targets.
29819 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29820 * configure: Regenerate.
29821 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29822 here, rather than in distclean.
29823
29824 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29825
29826 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29827 defined, and use it to compile the test case with -O2. The
29828 native compilation still uses no optimization.
29829 * gdb.base/mips_pro.c: Remove inline assembly code since
29830 it is compiled PIC by default, which results in assembler
29831 warnings that make the testsuite think the compilation
29832 was unsuccessful.
29833
29834 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29835
29836 * gdb.c++/misc.exp: Add note to message for
29837 "print s.a for foo struct" that this is a known gcc 2.7.2
29838 and earlier bug.
29839
29840 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29841
29842 * gdb.base/break.exp: Fix pattern for matching "Delete all
29843 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29844 setup_xfail for deleting all breakpoints test. Fix various
29845 timeout messages to include "(timeout)".
29846 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29847 for "p t_float_values2(3.14159,float_val2)".
29848 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29849 for "continue to call2g" when gcc compiled.
29850 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29851 "up to foo in langs.exp", "show language at foo in langs.exp",
29852 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29853 and "show language at fsub in langs.exp".
29854 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29855 "list line 1 in include file", "list message for lines past EOF",
29856 "list function in include file", "list list0.h:foo", and
29857 "list filename:function; nonexistant function".
29858 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29859 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29860 and "ptype t_char_array" to be for native cc only.
29861
29862 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29863
29864 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
29865 setup_xfail for "print coremaker_bss", "print coremaker_ro",
29866 "print func2::coremaker_local", and "backtrace in corefile.exp".
29867
29868 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29869
29870 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29871 "bt in signals.exp". This problem only appears when running
29872 the testsuite, and then only intermittently.
29873
29874 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29875
29876 * gdb.base/return.exp (return_tests): Differentiate between
29877 two tests of continuing.
29878
29879 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29880
29881 * */Makefile.in (maintainer-clean): Remove config.log.
29882 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29883 * gdb.c++/Makefile.in (PROGS): Add inherit.
29884 (clean): Remove *.ci.
29885
29886 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29887
29888 * gdb.c++/misc.cc: Add test code from Mike Stump.
29889 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29890
29891 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29892
29893 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29894 to "alpha-*-osf2*" and add comment.
29895 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29896 setup_xfail for "step over execarg initialization" and
29897 "step over corearg initialization".
29898 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29899 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29900 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29901 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29902 "print func2::coremaker_local", and "backtrace in corefile.exp".
29903 * gdb.base/signals.exp: Build and source signals.ci.
29904 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29905 to be for gcc only.
29906 * lib/gdb.exp: Move verbose statements outside conditionals.
29907
29908 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29909
29910 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29911 Feb 3 procfs.c change.
29912
29913 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29914
29915 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29916
29917 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29918
29919 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29920 from dejagnu's apparent default of 10 seconds, which gives random
29921 results when running the tests over NFS on moderately loaded systems.
29922 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29923
29924 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29925
29926 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29927 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29928 result reports.
29929
29930 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29931
29932 * configure.in (CY_AC_PATH_TCLH): Remove.
29933 * configure: Regenerate.
29934
29935 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29936
29937 * gdb.c++/Makefile.in (clean): Add missing '{'.
29938
29939 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29940
29941 * lib/gdb.exp: Provide a default value for noinferior.
29942
29943 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29944 Load libgloss.exp.
29945
29946 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29947
29948 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29949 the executable, not the .o to run the tests from.
29950
29951 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29952
29953 * gdb.base/break.exp: Don't test for program exit or exit status
29954 if $noresults if nonzero.
29955 * gdb.base/langs.exp: Likewise.
29956 * gdb.base/watchpoint.exp: Likewise.
29957
29958 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29959 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29960 trying to compile the testcase.
29961
29962 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29963
29964 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29965 * gdb.base/signals.exp (continue to handler): Likewise.
29966
29967 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29968
29969 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29970
29971 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29972
29973 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29974
29975 * gdb.base/corefile.exp: Recognize "not found" as failure
29976 when trying to determine if a core file was generated.
29977 If no core file was generate the first time, try again without
29978 the ulimit -c to work around braindamaged shells.
29979
29980 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29981
29982 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29983 [] tests with "test" and enclose string in quotes.
29984 * gdb.stabs/configure: Rebuild
29985
29986 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29987
29988 Changes in sync with expect:
29989 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29990 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29991 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29992 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29993 argument to AC_REQUIRE.
29994 * configure: Regenerated.
29995
29996 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29997
29998 * gdb.base/corefile.exp: When generating a core, discard any
29999 error messages about ulimit not found and the "core dumped"
30000 message from the shell that runs the coredumper.
30001
30002 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30003
30004 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30005
30006 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30007 which sed script to run. Expect failure for v_comb test
30008 on PA targets too.
30009
30010 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30011
30012 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30013 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30014
30015 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30016
30017 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30018 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30019 "sparc-sun-solaris*" xfails for "p v_comb".
30020 * lib/gdb.exp (default_gdb_start): Fix typo.
30021 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30022 messages to not include the full program name that caused
30023 the core dump since some systems (such as solaris) apparently
30024 truncate this path to about 80 characters.
30025 When generating a core file first try increasing the core file
30026 size limit to unlimited since some systems may default it to
30027 zero, and it is harmless to try it. Move the test for failing
30028 to generate a core file to where it will actually get executed.
30029 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30030 new gdb result from g++ debug info improvements and make old
30031 pattern obsolescent. Also account for size_t differences
30032 (may be int or long).
30033 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30034 initialization before function call is placed in the delay slot
30035 and thus appears to be skipped over by commands such as "next".
30036
30037 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30038
30039 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30040
30041 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30042
30043 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30044 input source file; fix code to compile test to deal with this
30045 convention.
30046 * gdb.c++/*.exp: Likewise.
30047
30048 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30049
30050 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30051 "bt in signals.exp".
30052
30053 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30054
30055 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30056 "step over execarg initialization" and
30057 "step over corearg initialization".
30058
30059 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30060
30061 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30062 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30063
30064 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30065
30066 From Rob Savoye (rob@poseidon.cygnus.com)
30067 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30068 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30069 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30070 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30071 configure.in}: Major reworking for autoconfig.
30072 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30073 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30074 New files.
30075 * config/unix-gdb.exp: Make GDB global.
30076 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30077 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30078 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30079 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30080 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30081 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30082 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30083 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30084 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30085 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30086 pr-8136.exp, result.exp, string.exp, tuples.exp},
30087 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30088 to returns as necessary, arrange for test to compile own testcase
30089 executable.
30090 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30091
30092 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30093
30094 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30095 clear_xfail at end of test which might not call either pass or fail.
30096 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30097 "backtrace through signal handler".
30098
30099 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30100
30101 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30102 continuing from a job control stop signal.
30103 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30104
30105 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30106
30107 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30108 * gdb.base/corefile.exp: Likewise.
30109 * gdb.base/funcargs.exp: Likewise.
30110
30111 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30112
30113 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30114 * config/monitor.exp: Add support for setting baud rate.
30115
30116 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30117
30118 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30119 i*86-*-linux* xfails for "backtrace through signal handler".
30120 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30121 "print func2::coremaker_local".
30122 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30123 alpha-dec-osf2* xfail for
30124 "delete all breakpoints when none".
30125
30126 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30127
30128 * gdb.base/break.exp: Change test that deletes all breakpoints
30129 when no user breakpoints are installed. A post 4.15 change
30130 causes gdb to no longer prompt in this case.
30131
30132 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30133
30134 * gdb.base/return.exp (return_tests): Change xfail for test
30135 "correct value returned double test" to stop xfailing at
30136 Solaris 2.5. Apparently the bug has been fixed.
30137
30138 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30139
30140 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30141 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30142
30143 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30144
30145 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30146 * gdb.disasm/hppa.s: Corresponding changes.
30147
30148 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30149
30150 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30151 makefile fragment.
30152 * config/mt-hpux: Deleted.
30153
30154 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30155
30156 * Many files: When warning about suppressed tests due to a
30157 nonexistant test binary, avoid incrementing the warning count.
30158
30159 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30160
30161 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30162
30163 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30164
30165 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30166 "sparc-*-solaris2*".
30167
30168 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30169
30170 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30171 Add global and local variables and initialize them.
30172 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30173 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30174 extracts the file name and terminating signal from the core file.
30175 * TODO: Remove note about tests for correct mapping of corefile.
30176 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30177 from optimizing it away.
30178 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30179 handles common blocks.
30180
30181 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30182
30183 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30184 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30185
30186 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30187
30188 * Makefile.in (maintainer-clean): New target, synonym for
30189 realclean.
30190 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30191 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30192 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30193 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30194 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30195 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30196
30197 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30198
30199 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30200 xfails when not gcc compiled for "print foo::funclocal".
30201 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30202 "print foo::funclocal at foo",
30203 "print 'scope1.c'::foo::funclocal at foo",
30204 "print foo::funclocal_bss at foo",
30205 "print 'scope1.c'::foo::funclocal_bss at foo",
30206 "print foo::funclocal_ro at foo",
30207 "print 'scope1.c'::foo::funclocal_ro at foo",
30208 "print bar::funclocal at foo" and
30209 "print 'scope1.c'::bar::funclocal at foo".
30210 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30211 gcc compiled for "print foo::funclocal at bar".
30212 Expand all messages to ensure that they identify that
30213 the test is at bar().
30214 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30215 gcc compiled for:
30216 "ptype on opaque struct pointer (statically)",
30217 "ptype on opaque struct tagname (statically)",
30218 "ptype on opaque struct pointer (dynamically) 1",
30219 "ptype on opaque struct tagname (dynamically) 1",
30220 "ptype on opaque struct pointer (dynamically) 2" and
30221 "ptype on opaque struct tagname (dynamically) 2
30222 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30223 gcc compiled for:
30224 "p datalocal"
30225 "whatis datalocal",
30226 "ptype datalocal",
30227 "p bsslocal",
30228 "whatis bsslocal", and
30229 "ptype bsslocal".
30230 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30231 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30232 when not gcc compiled.
30233 * gdb.base/funcargs.exp (float_and_integral_args): Add
30234 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30235 compiled.
30236 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30237 "backtrace from call6a" when not gcc compiled.
30238 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30239 "backtrace from call7a" when not gcc compiled.
30240 * gdb.base/callfuncs.exp (do_function_calls):
30241 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30242 "p t_char_array_values(char_array_val2,char_array_val1)",
30243 "p t_char_array_values(char_array_val1,char_array_val2)",
30244 "p t_char_array_values("carray 1","carray 2")",
30245 "p t_char_array_values("carray 1",char_array_val2)",
30246 "p t_char_array_values(char_array_val1,"carray 2")",
30247 "p sum_args(1,{2})",
30248 "p sum_args(2,{2,3})",
30249 "p sum_args(3,{2,3,4})",
30250 "p sum_args(4,{2,3,4,5})"
30251 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30252 "backtrace in corefile.exp" when not gcc compiled.
30253
30254 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30255
30256 * gdb.base/signals.exp: Rewrite `handle all print' test as
30257 a procedure. Accept blanks or TABs as whitespace, increase
30258 timeout and expect input buffer size for the large output
30259 from the command. Remove "i*86-*-bsdi2.0" xfail.
30260
30261 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30262
30263 * gdb.base/setvar.exp: Add new testcases for truncation when
30264 assigning invalid values to bitfields.
30265
30266 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30267
30268 * gdb.base/callfuncs.exp (do_function_calls): Remove
30269 mips-sgi-irix* xfail for
30270 "call inferior func with struct - returns char *"
30271 and fix test so that an optional (unsigned char *) cast is
30272 accepted in the result.
30273
30274 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30275
30276 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30277 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30278 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30279 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30280 that accidentally got checked in.
30281
30282 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30283
30284 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30285 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30286 compiled test.
30287 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30288 Add mips-sgi-irix5* xfail for not gcc compiled.
30289 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30290 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30291 compiled for "p top", "whatis top", "p middle", and "whatis
30292 middle".
30293 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30294 "whatis signed char" for not gcc compiled.
30295 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30296 "set variable signed char=-1 (-1)" and
30297 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30298 * gdb.base/funcargs.exp (float_and_integral_args):
30299 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30300 Add mips-sgi-irix* xfail when not gcc compiled for
30301 "continue to call2b".
30302 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30303 "continue to call2g".
30304 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30305 compiled for "backtrace from call6a"
30306 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30307 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30308 when not gcc compiled for "backtrace from call7a".
30309 (localvars_after_alloca): Fix gdb_test cmds for
30310 "print * after runto ...".
30311 Remove rs6000-*-* xfails for
30312 "print i after runto localvars_after_alloca" and
30313 "print l after runto localvars_after_alloca"
30314 for all compilers.
30315 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30316 when not compiled with gcc, for:
30317 "print signed char == (minus)",
30318 "print signed char != (minus)",
30319 "print signed char < (minus)",
30320 "print signed char > (minus)".
30321 * gdb.base/callfuncs.exp (do_function_calls):
30322 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30323 "call inferior func with struct - returns char *".
30324 * gdb.base/return.exp (return_tests): Change xfail for
30325 "correct value returned double test" to include Solaris 2.4.
30326 * gdb.base/funcargs.exp (float_and_integral_args):
30327 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30328
30329 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30330
30331 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30332 enumeration bitfields if compiling with GNU C.
30333 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30334 to empty' prompt.
30335
30336 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30337
30338 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30339 test for PRO targets.
30340
30341 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30342 breakpoints in the inferior at any given time by making
30343 two groups of breakpoints for call2*, call6* and call7*
30344 tests.
30345
30346 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30347
30348 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30349 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30350 from optimizing it away.
30351 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30352 "call inferior func with struct".
30353
30354 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30355
30356 * configure.in: Only configure gdb.chill for particular targets.
30357
30358 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30359
30360 * gdb.base/Makefile.in: Add action to .c.o transformation
30361 rule that generates a .ci file for each .o file and remove
30362 explicit .c.o rules except for callfuncs.o.
30363 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30364 generates a .ci file for each .o file and remove explicit
30365 .cc.o rules.
30366 (clean): Remove *.tmp *.ci files.
30367 (EXECUTABLES): Remove templ-info.exp.
30368 * gdb.base/compiler.c: New file.
30369 * gdb.c++/compiler.cc: New file
30370 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30371 Change rs6000-*-* xfail for
30372 "print 'scope0.c'::filelocal_ro" and
30373 "print 'scope1.c'::filelocal" and
30374 "print 'scope1.c'::filelocal_bss" and
30375 "print 'scope1.c'::filelocal_ro" and
30376 "print 'scope1.c'::foo::funclocal" and
30377 "print 'scope1.c'::foo::funclocal_ro" and
30378 "print 'scope1.c'::bar::funclocal" and
30379 "print 'scope0.c'::filelocal_ro" and
30380 "print 'scope1.c'::filelocal at foo" and
30381 "print 'scope1.c'::filelocal_bss at foo" and
30382 "print 'scope1.c'::filelocal_ro at foo" and
30383 "print 'scope1.c'::foo::funclocal at foo" and
30384 "print 'scope1.c'::foo::funclocal_bss at foo" and
30385 "print 'scope1.c'::foo::funclocal_ro at foo" and
30386 "print 'scope1.c'::bar::funclocal at foo" and
30387 "print 'scope0.c'::filelocal_ro" and
30388 "print 'scope1.c'::filelocal" and
30389 "print 'scope1.c'::filelocal_bss" and
30390 "print 'scope1.c'::filelocal_ro" and
30391 "print 'scope1.c'::foo::funclocal" and
30392 "print 'scope1.c'::foo::funclocal_bss" and
30393 "print 'scope1.c'::foo::funclocal_ro" and
30394 "print 'scope1.c'::bar::funclocal" and
30395 "print 'scope1.c'::bar::funclocal_bss"
30396 to only be xfail'd when not compiled with gcc.
30397 Add rs6000-*-* xfail for
30398 "print 'scope0.c'::filelocal_bss before run"
30399 when compiled with gcc.
30400 (test_at_main): Add rs6000-*-* xfail for
30401 "print filelocal_ro in test_at_main"
30402 when compiled with gcc.
30403 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30404 Add rs6000-*-aix* xfail for
30405 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30406 "ptype t_char_array", not compiled with gcc.
30407 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30408 xfail for "list foo (in include file)" when gcc compiled.
30409 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30410 (integral_args): Add rs6000-*-* xfail for
30411 "run to call0a" if not compiled with gcc.
30412 (unsigned_integral_args): Add rs6000-*-* xfail for
30413 "run to call1a" if not compiled with gcc.
30414 (float_and_integral_args): Add rs6000-*-* xfail for
30415 "run to call2a" if not compiled with gcc and for
30416 "continue to call2b" for any compiler.
30417 Add rs6000-*-* xfail to
30418 "print f1 after run to call2a" for gcc compiled.
30419 (discard_and_shuffle): Add rs6000-*-* xfail for
30420 "run to call6a".
30421 (shuffle_round_robin): Add rs6000-*-* xfail for
30422 "backtrace from call7a" if not compiled with gcc.
30423 Add rs6000-*-* xfail for
30424 "backtrace from call7b" if compiled with gcc.
30425 (call_after_alloca): Add rs6000-*-* xfail for
30426 "print c in call_after_alloca" and
30427 "print s in call_after_alloca" and
30428 "backtrace from call_after_alloca_subr"
30429 if not compiled with gcc.
30430 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30431 "print c in localvars_in_indirect_call" and
30432 "print c in localvars_in_indirect_call" and
30433 "backtrace in indirectly called function" and
30434 "stepping into indirectly called function"
30435 if not compiled with gcc.
30436 (localvars_after_alloca): Add rs6000-*-* xfail for
30437 "print c after runto localvars_after_alloca" and
30438 "print s after runto localvars_after_alloca" and
30439 "print i after runto localvars_after_alloca" and
30440 "print l after runto localvars_after_alloca"
30441 for all compilers.
30442 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30443 than whatis-info.exp.
30444 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30445 than opaque-info.exp.
30446 Setup rs6000-*-* xfail for
30447 "ptype on opaque struct pointer (statically)" and
30448 "ptype on opaque struct pointer (dynamically)" when
30449 not compiled with gcc.
30450 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30451 rather than callf-info.exp.
30452 (do_function_calls): Add clear_xfail for rs6000-*-* for
30453 "p t_float_values2(3.14159,float_val2)". Seems to work
30454 fine there, both with xlc and gcc. Need to find out what
30455 it is doing right and fix other platforms.
30456 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30457 "call inferior func with struct - returns int",
30458 "call inferior func with struct - returns long",
30459 "call inferior func with struct - returns float",
30460 "call inferior func with struct - returns double",
30461 "call inferior func with struct - returns char *",
30462 but only if not gcc compiled (presumes xlc compiled).
30463 Change rs6000-*-* xfails for
30464 "call inferior func with struct - returns char" and
30465 " call inferior func with struct - returns short" to only
30466 xfail if not using gcc.
30467 (clean mostlyclean): Remove *.ci and *.tmp files.
30468 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30469 than templ-info.exp.
30470 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30471 Add rs6000-*-* xfail for "up to foo in langs.exp"
30472 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
30473 when not gcc compiled.
30474
30475 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30476
30477 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30478 * gdb.base/corefile.exp: Likewise.
30479 * gdb.base/list.exp: Likewise.
30480 * gdb.base/scope.exp: Likewise.
30481 * gdb.base/siganls.exp: Likewise.
30482
30483 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30484 compiler output.
30485 * gdb.base/whatis.exp: Likewise.
30486
30487 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30488
30489 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30490 failure (opcode table has been fixed to match reality).
30491
30492 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30493
30494 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30495 "call inferior func with struct - returns char",
30496 "call inferior func with struct - returns short"
30497
30498 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30499 "print 'scope0.c'::filelocal at main",
30500 "print 'scope0.c'::filelocal_bss in test_at_main",
30501 "print 'scope0.c'::filelocal at foo",
30502 "print 'scope0.c'::filelocal_bss in test_at_foo",
30503 "print 'scope0.c'::filelocal at bar",
30504 "print 'scope0.c'::filelocal_bss in test_at_bar"
30505
30506 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30507 in source file 1". This bug seems to have been fixed with both
30508 gcc and native cc (was native assembler bug?).
30509
30510 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30511
30512 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30513 "backtrace through signal handler" to "i*86-*-sysv4*".
30514 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30515 continue" case. Add "known SVR4 bug" to fail message.
30516 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30517 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30518 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30519 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30520 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30521 "up to foo in langs.exp", "show language at foo in
30522 langs.exp", "up to cppsub_ in langs.exp", "show
30523 language at cppsub_ in langs.exp", "up to fsub in
30524 langs.exp", and "show language at fsub in langs.exp".
30525 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30526 "bactrace in corefile.exp".
30527 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30528 "call inferior function with struct - returns float" and
30529 "call inferior function with struct - returns double".
30530
30531 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30532
30533 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30534 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30535 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30536 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30537
30538 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30539
30540 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30541 (or overriden) "CHILL" macro rather then bare "gcc".
30542 Also look for ../../gcc/xgcc since that is what we will
30543 actually need, not "Makefile". Remove following assignment
30544 of CHILL to CHILL_FOR_TARGET because that results in
30545 recursive definition.
30546
30547 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30548
30549 * gdb.base/corefile.exp: Change xfail for backtrace in
30550 corefile.exp from linuxaout to all linux.
30551 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30552 cases where we miss the breakpoint at the signal handler
30553 for some reason. Setup xfail for linuxoldld/linuxaout and
30554 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30555 hitting SIGURG breakpoint.
30556 * gdb.base/signals.exp: Setup xfail for "next" acting like
30557 continue to add linuxoldld. Setup xfail for all linux for
30558 "next to handler in signals_tests_1", "backtrace in
30559 signals_tests_1", "continue to func1", "pass SIGUSR1",
30560 and continue to handler".
30561
30562 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30563
30564 * Update all FSF addresses except those in COPYING* files.
30565
30566 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30567
30568 * gdb.base/a2-run.exp: Change messages to be more explicit about
30569 the status of args, and quote binfile in results.
30570
30571 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30572
30573 * gdb.base/callfuncs.exp: Add tests for passing structs to
30574 inferior functions and return various types.
30575 * gdb.base/callfuncs.c: Add functions to receive a struct
30576 and return a member of the struct, in various types.
30577
30578 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30579
30580 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30581
30582 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30583
30584 * config/vxworks29k.exp: New file, sources vxworks.exp.
30585
30586 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30587
30588 * config/gdbremote.exp: New file. Testing framework using
30589 gdbserver.
30590
30591 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30592
30593 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30594 "call function when asleep" and "send end of file".
30595 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30596 for "backtrace in corefile.exp".
30597 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30598 for "backtrace through signal handler".
30599 * gdb.base/corefile.exp: Make sure we actually generate a core file
30600 before trying the core tests. Some systems allow the user to suppress
30601 generation of core files and default to that (linux for example).
30602 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30603 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30604
30605 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30606
30607 * gdb.threads: New directory with some crude multi-threaded
30608 gdb tests (step.exp and step2.exp).
30609 * config/mt-lynx (STEP_EXECUTABLE): Define.
30610 (THREADFLAGS): Define.
30611
30612 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30613
30614 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30615
30616 * gdb.base/signals.exp: Disable whole file for lynx until
30617 further notice.
30618
30619 * gdb.base/signals.exp: xfail test where "next" acts like
30620 "continue" for lynx.
30621
30622 * gdb.base/interrupt.exp: xfail test for calling function while
30623 inferior is asleep for lynx.
30624
30625 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30626 than one cr-lf after each command.
30627
30628 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30629
30630 * configure.in: Reinstate setting of stabsdirs variable, fix
30631 typo in setting up configdirs for native builds.
30632
30633 * gdb.base/return.exp: Fix typo in return double test.
30634 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30635 compiler from optimizing them away.
30636
30637 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30638
30639 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30640 sequences to be echo'd by gdb when using gdb_test.
30641 * gdb.chill/chexp.exp: Likewise.
30642 * gdb.fortran/exprs.exp: Likewise
30643
30644 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30645
30646 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30647 after the inferior gdb has started.
30648
30649 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30650 after each command.
30651 * gdb.base/funcargs.exp: Likewise.
30652 * gdb.base/gdbvars.exp: Likewise.
30653 * gdb.base/interrupt.exp: Likewise.
30654 * gdb.base/list.exp: Likewise.
30655 * gdb.base/watchpoint.exp: Likewise.
30656 * gdb.c++/demangle.exp: Likewise.
30657 * gdb.c++/inherit.exp: Likewise.
30658 * gdb.chill/chexp.exp: Likewise.
30659 * gdb.fortran/exprs.exp: Likewise.
30660
30661 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30662 test if we can't handle IO to/from the inferior.
30663
30664 * gdb.c++/misc.exp: Always check for a program already being
30665 started after sending a "run" command to gdb.
30666
30667 * gdb.base/twice.exp: Start with a fresh gdb.
30668
30669 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30670 only depend on gdb's expression code, not the chill runtime.
30671
30672 * gdb.base/return.c: Put return values into variables so we
30673 can have gdb print them rather than depending on the program
30674 to print them.
30675 * gdb.base/return.exp: Corresponding changes.
30676
30677 * lib/gdb.exp: Provide default value for noinferiorio.
30678 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30679 the inferior.
30680
30681 * gdb.base/break.exp: Always check for a program already being
30682 started after sending a "run" command to gdb.
30683 (text_next_with_recursion): Don't check the output from the
30684 program's printf statement. Instead just make sure the program
30685 exited.
30686
30687 * gdb.base/commands.exp: Protect tests which need arguments with
30688 $noargs conditionals.
30689
30690 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30691
30692 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30693 of structure member arrays to match gdb/valops.c:value_addr change.
30694
30695 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30696
30697 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30698 cases.
30699
30700 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30701
30702 * configure.in (configdirs): Remove gdb.chill from default list
30703 of subdirs and then add it back in only if doing a native build.
30704 The current chill compiler does not yet work in any cross build.
30705 * Revert all signal changes from Jul 6.
30706 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30707 for sh-hms targets, allowing these tests to link, with no other
30708 changes. Testing is suppressed by setting "nosignals" in site.exp.
30709
30710 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30711
30712 * configure.in (signaldirs): Define and add to configdirs for all
30713 targets except some specific ones that are known to not support signals.
30714 Also clean up formatting.
30715 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30716 (signals, sigall): Remove rules to build.
30717 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30718 Moved to new gdb.signals directory.
30719 * gdb.signals: New test directory.
30720 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30721 signals.c signals.exp}: New or moved files.
30722
30723 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30724
30725 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30726
30727 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30728
30729 * gdb.base/return.exp: Xfail `return double' test failure
30730 on at least Solaris 2.3 and handle future/past versions on
30731 a case by case basis as appropriate. Also update message
30732 to include i*86 failures.
30733
30734 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30735
30736 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30737
30738 * lib/gdb.exp: Fix comment which erroneously identified
30739 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30740 gdb_file_cmd not gdb_load).
30741 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30742
30743 * gdb.base/setvar.exp: Make test names consistent between pass and
30744 fail cases. Use gdb_test more.
30745
30746 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30747
30748 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30749
30750 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30751
30752 * gdb.base/help.exp: Fix expected help string for `show commands'.
30753
30754 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30755
30756 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30757
30758 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30759 of a text section.
30760
30761 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30762
30763 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30764 that loop eventually terminates. Fix Connection refused logic so
30765 that testsuite will expire nicely.
30766
30767 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30768
30769 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30770 config/rom68k.exp: New tcl glue for the appropriate monitors.
30771 These all just end up calling monitor.exp.
30772 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30773 refused' by retrying. Cleanup some timeout issues.
30774 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30775 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30776 callers don't have to set/restore global timeout variable.
30777
30778 * The following set of changes centralizes management of the global
30779 timeout variable. This way, it can be set in one target dependent
30780 place instead of dozens of places scattered throughout the test suite.
30781 If you need to lengthen a timeout, then you should either set timeout
30782 in one of the config/{target}.exp files, or multiply it by a factor.
30783 Setting it to an absolute value is always going to lose for some
30784 targets.
30785 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30786 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30787 * gdb.base/funcargs.exp: Don't set timeout.
30788 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30789 * gdb.base/printcmds.exp (test_print_string_constants
30790 test_print_array_constants): Don't set timeout.
30791 * gdb.base/ptype.exp: Don't set timeout.
30792 * gdb.base/recurse.exp: Don't set timeout.
30793 * gdb.base/return.exp: Don't set timeout.
30794 * gdb.base/watchpoint.exp: Don't set timeout.
30795 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30796 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30797
30798 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30799
30800 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30801
30802 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30803
30804 * lib/gdb.exp: Disable chill tests for irix5.
30805
30806 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30807
30808 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30809 each test pass or fail.
30810
30811 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30812
30813 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30814 xlc not gcc.
30815
30816 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30817
30818 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30819
30820 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30821
30822 * config/est.exp: Fix copyright and comments. Remove dead code.
30823 Use targetname, serialport and baud variables instead of fixed
30824 constants.
30825 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30826 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30827
30828 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30829
30830 * gdb.base/watchpoint.exp: Don't run
30831 test_watchpoint_triggered_in_syscall for sunos.
30832
30833 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30834
30835 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30836 they don't seem to exist. Do include stdio.h.
30837
30838 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30839
30840 * gdb.base/a1-selftest.exp: Add alpha xfail.
30841
30842 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30843
30844 * gdb.base/watchpoint.c (main): Prompt before calling read().
30845 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30846 Revise accordingly. Remove cruft about sending "123" several
30847 times, until it gets noticed. Clean up the "print buf[0]" stuff
30848 so that it passes or fails, and waits for prompts in the usual way.
30849
30850 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30851
30852 * gdb.base/recurse.exp: Fix comment.
30853
30854 * TODO: Remove item about printing variables in nodebug.exp. Add
30855 item about enabling tests which are only run on some targets.
30856
30857 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30858 fail, make test names unique, use new gdb_test convention
30859 regarding pattern, use gdb_test more, etc.).
30860
30861 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30862 fail, make test names unique, etc.).
30863
30864 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30865
30866 * gdb.base/nodebug.c: Change return type of top and middle to
30867 short.
30868 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30869 are fixed by the recent mdebugread.c changes. Allow `short ()'
30870 as type for top and middle.
30871
30872 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30873
30874 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30875 nearly as I can tell, the whole thing was an accident in Stu's
30876 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30877 to replace a send/expect pair with gdb_test, but ended up only
30878 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30879 of 30 Mar 1995 took care of it, but left this vestigial comment
30880 which I am now nuking.
30881
30882 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30883
30884 * gdb.base/break.exp: Look for different line number for
30885 breakpoint at main depending on usestubs.
30886
30887 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30888
30889 * gdb.base/list.exp: Adjust some alternate expect patterns to
30890 match recent list0.c change. Add alternate expect pattern for
30891 output from `list default lines around main' for optimizing
30892 compilers.
30893
30894 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30895
30896 * lib/gdb.exp: If nosignals is not set, set it to 0.
30897
30898 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30899
30900 * config/slite-gdb.exp: Responds to load symbol table prompt.
30901 * gdb.base/break.exp: Adjust line number, fix rerun.
30902 * gdb.base/langs0.c: Add #ifdef usestubs.
30903
30904 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30905
30906 * gdb.base/list.exp: Adjust line contents after adding new lines in
30907 list0.c. Also fix a syntax error.
30908
30909 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30910 * gdb.base/break.exp: ditto.
30911 * gdb.base/list.exp: ditto.
30912 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30913 * gdb.base/run.c: ditto.
30914 * gdb.base/list0.c: ditto.
30915 * gdb.base/funcargs.c: ditto.
30916
30917 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30918
30919 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30920 $targetname, $serialport and $baud instead of hardwired variables.
30921 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30922 target doesn't support signals.
30923
30924 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30925
30926 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30927
30928 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30929
30930 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30931 Don't rely on the value of an auto variable before it has been
30932 initialized. Use gdb_test more.
30933
30934 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30935
30936 * lib/gdb.exp (default_gdb_version): A version number must start
30937 with a digit, but other than that contains all characters up to
30938 the first whitespace character.
30939
30940 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30941
30942 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30943
30944 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30945
30946 * gdb.c++/*.exp: Warn if executable does not exist. The original
30947 reason for skipping the warning was that configure.in sometimes
30948 intentionally skipped building the executables but the tcl code
30949 had no way of knowing. That (a) was always bogus with respect to
30950 error handling, (b) is no longer true (right now there is no way
30951 to skip C++ tests).
30952
30953 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30954
30955 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30956
30957 * gdb.base/list.exp: Add expect patterns for output from
30958 SunPRO compiled executables.
30959 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30960 types.
30961
30962 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30963
30964 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30965 number (we are already testing that the correct source line text
30966 gets printed).
30967
30968 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30969 that is what is intended, but something needed to be done to get
30970 sunos4 native working again.
30971
30972 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30973
30974 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30975 apparently went with a (very) old xfail.
30976
30977 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30978
30979 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30980 runto_main is a proc in gdb.exp that will do 'step' for target use
30981 stubs.
30982 * gdb.base/exprs.exp: ditto.
30983 * gdb.base/interrupt.exp: ditto.
30984 * gdb.base/opaque.exp: ditto.
30985 * gdb.base/printcmds.exp: ditto.
30986 * gdb.base/ptype.exp: ditto.
30987 * gdb.base/scope.exp: ditto.
30988 * gdb.base/setvar.exp: ditto.
30989 * gdb.base/signals.exp: ditto.
30990 * gdb.base/twice.exp: ditto.
30991 * gdb.c++/classes.exp: ditto.
30992 * gdb.c++/inherit.exp: ditto.
30993 * gdb.c++/templates.exp: ditto.
30994 * gdb.base/break.exp: no run and hit main for stubs. Change line
30995 numbers for breakpoints and info breakpoint.
30996 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30997 breakpoint().
30998 * gdb.base/callfuncs.c: ditto.
30999 * gdb.base/exprs: ditto.
31000 * gdb.base/interrupt.c: ditto.
31001 * gdb.base/opaque0.c: ditto.
31002 * gdb.base/printcmds.c: ditto.
31003 * gdb.base/ptype.c: ditto.
31004 * gdb.base/scope0.c: ditto.
31005 * gdb.base/setvar.c: ditto.
31006 * gdb.base/signals.c: ditto.
31007 * gdb.base/twice.c: ditto.
31008 * gdb.c++/misc.cc: ditto.
31009 * gdb.c++/templates.cc: ditto.
31010
31011 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31012
31013 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31014
31015 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31016 somewhere between `read' and `main.c'. I'm pretty sure the
31017 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31018 and it isn't particularly useful.
31019
31020 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31021
31022 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31023
31024 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31025
31026 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31027
31028 * config/mt-slite: add LIBS and -nostdlib.
31029 * config/slite-gdb.exp: add this new file to support sparclite target.
31030
31031 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31032
31033 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31034
31035 * gdb.base/a2-run.exp: Change argument to istarget from
31036 "*-*-vxworks" to "*-*-vxworks*".
31037 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31038
31039 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31040
31041 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31042 will not runto main but do a 'step' to step out of breakpoint().
31043 * config/mt-slite: add -Dusestubs.
31044
31045 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31046
31047 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31048 instead of just @.
31049
31050 * gdb.base/signals.exp: Add test for "handle all print".
31051 * TODO: Remove "handle all print". Also remove item about
31052 checking copyright date (I don't like the idea of a spurious FAIL
31053 based on when we run the tests).
31054
31055 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31056 for SunOS4 (reason for failure not investigated). Remove
31057 redundant test for $binfile.
31058
31059 * gdb.base/nodebug.c (array_index): Call malloc.
31060
31061 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31062
31063 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31064
31065 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31066 conventions and slightly simplify the matching regexp.
31067
31068 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31069
31070 * gdb.base/break.exp: Update gdb_test invocation to use new
31071 convention.
31072
31073 * lib/gdb.exp: If noargs is not set, set it to 0.
31074
31075 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31076 tests unique.
31077
31078 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31079
31080 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31081
31082 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31083 one argument of type "<non-float parameter>".
31084
31085 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31086
31087 * config/rom68k.exp: New file to support Motorola IDP board.
31088 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31089 * gdb.base/break.c: Change things around so that this program
31090 doesn't depend upon args. This is necessary to make remote
31091 targets work (in general, they can't take args).
31092 * gdb.base/break.exp: Don't try to send args to program. Don't
31093 expect output. Also, replace lots of code with gdb_test.
31094
31095 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31096
31097 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31098 printing of '\'' (which is what the comment says we are testing,
31099 even though we were not), not '''.
31100 (test_integer_literals_rejected): Test that printing ''' is an error.
31101
31102 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31103 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31104 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31105 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31106 Use gdb_test not test_print_accept.
31107 * lib/gdb.exp: Remove test_print_accept.
31108
31109 * gdb.base/signals.exp (signal_tests_1): Make pass message
31110 consistent with fail message.
31111
31112 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31113 unsigned char; the bug (PR 1821) is fixed.
31114
31115 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31116
31117 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31118 successful tests--makes xfailing them work right.
31119
31120 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31121
31122 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31123 only \r\n, not .*. The test can pass .* as the last thing in
31124 $pattern if that is what it wants. In addition to providing this
31125 flexibility, this change should speed up pattern matching in cases
31126 where the pattern already ended with .* (there were a number of
31127 them). This change also helps catch bad patterns--in the old
31128 scheme the typo "char \*" instead of "char \\*" would pass. Now
31129 it is caught.
31130 * Many .exp files: Update callers.
31131
31132 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31133 clearer and does not spuriously match multiple ('s. Likewise for
31134 ) and *.
31135
31136 * gdb.base/nodebug.exp: Test ability to call a function and pass
31137 it a string (even with no debugging info).
31138
31139 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31140 "p '\'", which is the same as "p ''" once tcl gets done with
31141 quoting, to "p '\\'", which I suspect is what is intended (one
31142 backslash gets sent to GDB).
31143
31144 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31145
31146 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31147
31148 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31149 1817) was fixed literally years ago.
31150
31151 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31152
31153 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31154 test, it causes stepping out of call_after_alloca_subr with
31155 optimizing compilers.
31156 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31157 fails.
31158
31159 * gdb.c++/templates.exp: Source templ-info.exp only if
31160 the templates executable exists.
31161
31162 * gdb.c++/misc.cc (class Contains_static_instance,
31163 class Contains_nested_static_instance),
31164 gdb.c++/classes.exp (test_static_members): Test printing of
31165 a class that contains a static instance of the class.
31166
31167 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31168
31169 * gdb.base/langs2.c (cppsub_): Don't prototype.
31170 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31171 only, I believe).
31172
31173 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31174
31175 * lib/gdb.exp (skip_chill_tests): New procedure.
31176
31177 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31178
31179 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31180
31181 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31182 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31183
31184 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31185
31186 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31187
31188 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31189 disassemble 8, not 16, instructions for part 4.
31190
31191 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31192 support the latter anymore.
31193
31194 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31195 -DNO_PROTOTYPES.
31196 * gdb.base/callfuncs.c: Control use of prototypes based on
31197 NO_PROTOTYPES, not __STDC__.
31198 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31199 t_float_values2 tests if prototypes in use.
31200
31201 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31202 t_double_values): When checking differences against DELTA, check
31203 that difference is within the range (-DELTA,DELTA), not just
31204 (-infinity,DELTA).
31205
31206 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31207
31208 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31209 'file' command firts, then 'target', then 'load', this is due to gdb
31210 target set up.
31211 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31212
31213 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31214
31215 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31216 FP load/store variants.
31217 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31218
31219 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31220
31221 * gdb.base/term.exp: Do not give a warning if not native, it is
31222 not an abnormal condition.
31223
31224 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31225
31226 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31227 t_char_array".
31228
31229 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31230
31231 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31232 are getting the version number.
31233
31234 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31235 if not native, it is not an abnormal condition.
31236
31237 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31238
31239 * lib/gdb.exp: Just use "file exists", rather than undocumented
31240 dejagnu procedure "findfile".
31241
31242 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31243
31244 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31245 (LDFLAGS): Set to -Xlinker -Ur.
31246
31247 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31248 Removed, these values are set by lib/gdb.exp.
31249
31250 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31251
31252 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31253
31254 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31255 of replicating gdb startup code.
31256
31257 * config/mt-vxworks (LDFLAGS): Set to -r.
31258 (CFLAGS_FOR_TARGET): Removed.
31259
31260 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31261 (gdb) and gdb for vxworks uses (vxgdb).
31262
31263 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31264 executable is not in the tree and host != target, use sed and
31265 program_transform_name to determine the gdb name used by the
31266 target.
31267
31268 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31269 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31270
31271 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31272
31273 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31274 floats, chars, and shorts where there are ANSI-style function
31275 definitions.
31276
31277 * gdb.base/langs.exp, gdb.base/langs*: New test.
31278 * gdb.base/Makefile.in: Build it.
31279 * TODO: Remove item about checking that C names don't get C++
31280 demangling applied; this test tests it.
31281
31282 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31283
31284 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31285 went with the const70 xfail. The xfail went away a year ago.
31286
31287 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31288
31289 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31290 for hp300.
31291
31292 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31293
31294 * gdb.base/a1-selftest.exp: Don't run on hp300.
31295
31296 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31297
31298 * Makefile.in (site.exp): Set host_alias and target_alias as well
31299 as host_triplet and target_triplet.
31300
31301 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31302
31303 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31304
31305 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31306 places as other ecoff systems).
31307
31308 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31309 ultrix.
31310
31311 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31312
31313 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31314 remove them.
31315 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31316 variable and "variable" in addition to "data variable".
31317 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31318
31319 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31320 2.
31321 * gdb.base/list1.c (long_line): Add additional statement at start
31322 of function.
31323 * gdb.base/list.exp (test_forward_search): Update line number to
31324 reflect new statement.
31325
31326 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31327
31328 * gdb.base/signals.exp: Reinitialize searched source directories
31329 after gdb_start call.
31330
31331 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31332
31333 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31334 * gdb.stabs/Makefile.in: Likewise.
31335
31336 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31337 change. Instead split the tests into smaller pieces.
31338 * gdb.disasm/hppa.s: Corresponding changes.
31339
31340 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31341
31342 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31343 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31344
31345 * gdb.base/funcargs.exp: Modify many tests so that every test
31346 either passes or fails. Make some test names unique.
31347
31348 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31349
31350 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31351 Call stty to set interrupt character.
31352
31353 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31354 for HP assembler versus GNU assembler based on actual behavior of
31355 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31356
31357 * TODO: Suggest a few more stepping tests.
31358
31359 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31360
31361 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31362 restart GDB for h8300 after a continue.
31363 (return): Add pattern to match a29k-udi behavior.
31364 * gdb.base/nodebug.exp: Remove obsolete comment.
31365 * gdb.base/regs.exp: New file, testing of register displays.
31366 * gdb.base/return.exp: Fix typo in reference to $objdir.
31367 * gdb.base/whatis.exp: Always start with a fresh GDB.
31368
31369 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31370
31371 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31372 higher, these tests generate a lot of output.
31373
31374 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31375
31376 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31377 code following the catch silently ignored some errors; without the
31378 catch they should be thrown like any other tcl error. Also, the
31379 catch used "" instead of {} which meant all the callers who wanted
31380 to include one of the characters "[]$ had to quote it an extra time.
31381 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31382 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31383 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31384 Remove extra quoting.
31385
31386 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31387
31388 * gdb.base/commands.exp: Make test names unique; every test either
31389 passes or fails. Update some comments.
31390
31391 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31392
31393 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31394
31395 The following fixes a FAIL caused by the fact that the alpha stabs
31396 configuration didn't use the ".if alpha" code in weird.def.
31397 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31398 bit pointer, so the 32 bit version works even on the alpha.
31399 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31400 Remove the stuff which allowed us to have separate versions for
31401 alpha and everything else.
31402
31403 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31404 regexp which "info func operator\[\](" is supposed to match. Fix
31405 string to send to GDB. Note that GDB still doesn't work right. Add a
31406 new test for "info func .perator\[\](" which GDB does handle correctly.
31407
31408 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31409
31410 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31411
31412 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31413 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31414 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31415 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31416 it makes the tests harder to understand and confuses test-o-matic.
31417 The preferred style is that each test provides a PASS or a FAIL,
31418 and has a unique message (e.g. "continue #54" not just "continue")
31419 which is the same for the pass and the fail.
31420 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31421 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31422 to lib/gdb.exp.
31423 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31424 prt_accept which was basically the same thing. Likewise for
31425 test_print_reject and prt_reject.
31426 * lib/gdb.exp (test_print_reject): Add some more error message
31427 patterns to match from the former printcmds.exp (prt_reject).
31428 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31429 One defect of the passcount stuff is that some of it failed to
31430 report XPASS where appropriate.
31431 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31432 stuff before and after arg in expected pattern.
31433 (test_paddr_operator_functions): Re-do test without print_addr_of;
31434 this is the only test which seems to want extra stuff there.
31435
31436 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31437
31438 * gdb.base/nodebug.exp: Update new tests to reflect improved
31439 wording of gdb output.
31440
31441 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31442 and "ptype" work on variables in files compiled without -g.
31443 Replaces commented out "maint print msymbol" tests.
31444
31445 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31446
31447 * gdb.base/setvar.c (dummy): Call malloc.
31448
31449 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31450 losing with the irix4 sed.
31451
31452 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31453 ALRM" on irix4.
31454
31455 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31456
31457 * TODO: Remove items about corefile.exp testing new exec-file and
31458 backtrace; both are now done. Add items about printing enums.
31459
31460 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31461
31462 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31463 "get signal $thissig" test fails.
31464
31465 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31466
31467 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31468
31469 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31470 compiler warning with dec alpha compiler.
31471
31472 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31473 extra \n from gdb_test call (this explains why the prompt test
31474 that I removed yesterday was there).
31475 (user_defined_command_test): Remove extra \n and prompt test.
31476
31477 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31478 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31479 doesn't exist.
31480 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31481 Also remove alpha workaround, which turns out to be because
31482 SIGABRT == SIGLOST.
31483
31484 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31485
31486 * gdb.base/help.exp: Don't test "help show".
31487
31488 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31489
31490 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31491 "set print address" is on.
31492 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31493 pass prompt to gdb_test; gdb_test already looks for the prompt.
31494
31495 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31496
31497 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31498 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31499 was to make sure that gdb can read a core file. But (a) the "read
31500 the corefile" part didn't make it to a1-selftest.exp, we just
31501 delete the corefile after creating it, and (b) we test reading
31502 corefiles in corefile.exp anyway. Also, this test left around a
31503 xgdb process on Solaris.
31504
31505 * gdb.base/corefile.exp: Also test backtrace.
31506
31507 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31508
31509 * gdb.base/commands.exp: Test a simple user defined command with
31510 arguments and if/while statements; verify the full user command is
31511 printed by "show user".
31512
31513 * gdb.base/commands.exp: Test if/while commands as part of a
31514 breakpoint command list; verify they appear in breakpoint
31515 information.
31516
31517 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31518
31519 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31520 than by dividing by zero.
31521
31522 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31523
31524 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31525 performing an inferior call with watchpoints enabled.
31526 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31527 call.
31528
31529 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31530
31531 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31532 of "file" command.
31533
31534 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31535 Add additional pattern for when "int operator int(void);" appears
31536 in a different order.
31537
31538 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31539
31540 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31541
31542 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31543 and "signal" with ".*".
31544
31545 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31546
31547 * TODO: Add note about "handle all nostop".
31548
31549 * gdb.base/{sigall.c, sigall.exp}: New test.
31550 * gdb.base/Makefile.in: Add it.
31551
31552 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31553
31554 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31555 when invoking GDB, suppresses any windowing interface.
31556
31557 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31558
31559 * config/sim-gdb: New file, simulator testing support.
31560
31561 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31562
31563 * gdb.base/interrupt.exp: Test calling func1 twice.
31564
31565 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31566
31567 * gdb.base/list.exp (test_forward_search): Set timeout higher
31568 when we'll be getting lots of output from gdb.
31569
31570 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31571 "init_malloc" to after the expect statement. Run it if that
31572 regexp is taken, but also for two others which happen if source
31573 cannot be found.
31574
31575 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31576
31577 * gdb.base/printcmds.exp: New test, for printing register before
31578 program is running.
31579
31580 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31581
31582 * gdb.base/list.exp: Correct some alternate expect patterns
31583 to reflect changes in list1.c.
31584
31585 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31586
31587 * TODO: Add item regarding large frames.
31588
31589 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31590
31591 * TODO: Remove item about enabling return.exp; it
31592 is enabled. Suggest a few more "return" tests.
31593
31594 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31595
31596 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31597 anonymous unions.
31598
31599 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31600
31601 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31602 and pr-5646.o, so "make" is the same as "make all", not "make
31603 pr-4975.o".
31604
31605 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31606
31607 * gdb.base/list.exp: Adjust expectations to reflect changes in
31608 list1.c.
31609 (test_forward_search): New test proc.
31610 * gdb.base/list1.c (long_line): New function, has long source line.
31611
31612 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31613
31614 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31615 additional line of code that was added.
31616
31617 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31618
31619 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31620 tests so as not to overflow expect's input buffers.
31621 * gdb.disasm/hppa.exp: Corresponding changes.
31622
31623 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31624
31625 Beginnings of template debugging tests.
31626 * gdb.c++/templ-info.cc: New file to test for template
31627 debugging capability of the compiler.
31628 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31629 templ-info.cc.
31630 * gdb.c++/templates.cc: Add explicit template instantiations
31631 to enable compiling with -fno-implicit-templates. Add destructor
31632 and 'value' method to T5 class for template tests.
31633 * gdb.c++/templates.exp: Add testcases for printing of template
31634 types, setting breakpoints on template methods and calling a
31635 template method.
31636
31637 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31638
31639 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31640 branch target since some assemblers (gas-2.5) may emit a
31641 relocation for the branch instead of resolving it in the
31642 assembler.
31643
31644 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31645
31646 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31647 through signal handler.
31648
31649 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31650
31651 * configure.in (*-*-netware): Use config/mt-netware.
31652
31653 * config/mt-netware: New file.
31654 * config/mt-i386-netware: Removed, separate configs for different
31655 netware architectures are no longer needed now that we have
31656 --with-headers.
31657
31658 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31659
31660 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31661 by the recent changes to use ANSI C arithmetic conversions.
31662
31663 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31664
31665 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31666 bug involving using inferior_pid to figure out whether to select a
31667 frame.
31668
31669 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31670
31671 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31672 match the current disassembler output.
31673
31674 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31675
31676 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31677 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31678 types, expect "int" as type of integer values (for now).
31679
31680 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31681
31682 * gdb.base/commands.exp: New tests for if/while commands.
31683
31684 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31685
31686 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31687 by .*, since hex values have different syntax in Chill mode.
31688
31689 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31690
31691 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31692 linefeed from expect pattern for repeated types with indices > 9.
31693
31694 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31695
31696 First part of Fortran test suite.
31697 * gdb.fortran: New directory.
31698 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31699
31700 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31701
31702 * gdb.base/default.exp: Update expect pattern for load command
31703 without arguments.
31704
31705 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31706
31707 * configure.in: Change i386 to i[345]86.
31708 * gdb.base/configure.in: Likewise.
31709 * gdb.c++/configure.in: Likewise.
31710 * gdb.chill/configure.in: Likewise.
31711
31712 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31713
31714 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31715 patterns, since that is not a valid context for comments.
31716
31717 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31718
31719 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31720 repeated types and repeated types with indices > 9.
31721
31722 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31723
31724 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31725 2417; old bug has been fixed.
31726
31727 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31728
31729 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31730 send the newline ourselves instead of assuming gdb_test will do
31731 so when passed an empty input string.
31732
31733 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31734 stabs testcode.
31735
31736 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31737
31738 * lib/gdb.exp (gdb_test): Don't send anything if the first
31739 argument is an empty string. This makes cases where we want to
31740 match output that is already in expect's buffers (for example,
31741 matching a breakpoint after gdb_run_cmd has been called) work
31742 reliably.
31743
31744 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31745
31746 * config/netware.exp: New file.
31747
31748 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31749
31750 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31751 the -B and -L prefixes so we can find the debugging stub.
31752
31753 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31754 there and we are using the gcc from the tree.
31755
31756 * gdb.base/types.c: Removed.
31757
31758 * gdb.base/configure.in: Look for makefile fragments in ../config.
31759 Recognize i386-*-netware.
31760 * gdb.c++/configure.in: Likewise.
31761
31762 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31763
31764 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31765 the correct TCL syntax.
31766
31767 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31768
31769 * gdb.base/opaque.exp: use runto instead of messing around with
31770 breakpoints. Simplify by using gdb_test.
31771
31772 * gdb.base/bitfields.exp: restart between tests on netware targets
31773 because breakpoints aren't relocated after target death. Run
31774 processes to completion.
31775
31776 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31777
31778 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31779
31780 * Makefile.in: Remove extra tabs that confuse some versions
31781 of "make". Use the newly built gdb to test with by default,
31782 rather than the first one in the tester's search path.
31783
31784 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31785
31786 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31787
31788 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31789 condition help.
31790
31791 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31792
31793 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31794
31795 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31796 running.
31797 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31798 * gdb.base/funcargs.exp: Likewise.
31799
31800 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31801 * gdb.base/funcargs.exp: Likewise.
31802
31803 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31804 message is "".
31805
31806 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31807
31808 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31809 return,signals,twice}.exp: Handle non-existant binaries
31810 consistantly.
31811
31812 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31813 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31814 might testing a cross development system.
31815
31816 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31817
31818 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31819 runtest script is relative to ${srcdir}, not ${rootdir}.
31820
31821 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31822
31823 * gdb.base/signals.exp: Allow for optionality of breakpoint
31824 address.
31825
31826 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31827
31828 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31829
31830 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31831
31832 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31833 for size_t definition.
31834 * gdb.c++/templates.cc: Likewise
31835
31836 * config/mt-i386-netware: New file.
31837
31838 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31839 defined.
31840
31841 * gdb.base/Makefile.in: Added support for systems that name core
31842 files by appending "core" to the program name.
31843 * gdb.base/a1-selftest.exp: Likewise.
31844
31845 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31846
31847 * gdb.base/return.exp: Add comment and message for `return double'
31848 test failure on Sparc Solaris.
31849
31850 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31851
31852 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31853
31854 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31855
31856 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31857 from optimizing them away.
31858 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31859 patterns to include default constructors and assignment operators,
31860 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31861 character in the output of the virtual base pointer.
31862
31863 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31864
31865 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31866 expression match in print_addr_of to avoid unintented matches.
31867 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31868 versions up to 2.5.8.
31869
31870 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31871
31872 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31873 included file to run under newer versions of expect.
31874 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31875 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31876 Remove xfail for the virtual table of BDDHookV.
31877
31878 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31879
31880 * lib/gdb.exp (string_to_regexp): Set a default result.
31881 (default_gdb_start): Fix misleading message.
31882
31883 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31884
31885 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31886 Remove all CC, etc definitions.
31887 * config/mt-hpux: New file.
31888 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31889 (CFLAGS, LDFLAGS): Define.
31890 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31891
31892 * Makefile.in (site.exp): Don't insert host_os, etc.
31893 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31894 (distclean): Check existence of subdir.
31895 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31896 * gdb.base/Makefile.in: General cleanup and simplification.
31897 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31898 to build executables. Use default rule to build .o files.
31899 (EXPECT, RUNTEST, CC): Fix relative pathname.
31900 (site.exp): Don't insert host_os, etc.
31901 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31902 and/or SIGUSR1 defined.
31903 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31904 * gdb.c++/Makefile.in: General cleanup and simplification.
31905 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31906 (CFLAGS): Remove.
31907 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31908
31909 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31910
31911 * gdb.base/recurse.exp: Misc changes to get tests running again
31912 after Kung's changes to the watchpoint code.
31913 * gdb.base/watchpoint.exp: Likewise.
31914
31915 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31916
31917 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31918
31919 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31920
31921 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31922 * lib/gdb.exp (default_gdb_start): Define.
31923 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31924 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31925 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31926 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31927 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31928 Don't call gdb_target_udi in between tests.
31929
31930 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31931
31932 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31933 (which was basically just a local version of the same thing). In
31934 addition to avoiding duplication, gdb_test_exact is faster.
31935 * lib/gdb.exp (gdb_test_exact): Fix typo.
31936
31937 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31938 don't give an error.
31939
31940 * gdb.base/term.exp: Call delete_breakpoints before starting.
31941
31942 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31943 (t10): Add comment.
31944
31945 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31946
31947 Reorganization of the GDB Test Suite.
31948
31949 * gdb.base: New directory, contains all the basic tests.
31950 * gdb.c++: New directory, tests specific to C++.
31951 * gdb.chill: New directory, tests specific to Chill.
31952 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31953 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31954 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31955 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31956 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31957 t30-31 to chill).
31958 * */gdbme.*: Rename to match appropriate expect scripts.
31959 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31960 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31961 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31962 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31963 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31964 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31965 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31966 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31967 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31968 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31969 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31970 gdb.c++/virtfunc.cc: New names of C++ files.
31971 * gdb.chill/chillvars.ch: New name of Chill file.
31972 * gdb.base/configure.in, gdb.c++/configure.in,
31973 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31974 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31975 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31976 * configure.in (configdirs): Update to reflect directory changes.
31977 (target_abbrev): No longer define for any configuration.
31978 * Makefile.in: Cosmetic improvements to header comments.
31979
31980 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31981
31982 Various changes to gdb.t31:
31983
31984 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31985 * gdbme.ch: Make all key-words and predefineds be upper-case.
31986 * chillvars.exp: Expect key-words and predefinds in upper-case.
31987
31988 * chillvars.exp: Use gdb_test_exact many places.
31989 Change expected output for arrays (which now includes index labels).
31990
31991 * pr-5020.exp, gdme.ch (module PR_5020):
31992 New test, for PR-5020.
31993
31994 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31995
31996 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31997 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31998
31999 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32000
32001 * Makefile.in: Fix bit-rot in definitions of CHILL,
32002 CHILL_FOR_TARGET and Chill_LIB.
32003 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32004 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32005 CHILL, and CHILL_LIB.
32006
32007 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32008
32009 * Revert the previous changes. Please see Rob's directory
32010 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32011
32012 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32013
32014 * Makefile.in, configure.in, config/mips-gdb.exp,
32015 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32016 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32017 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32018 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32019 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32020 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32021 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32022 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32023 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32024 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32025 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32026 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32027 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32028 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32029 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32030 changes from 94Q1.
32031
32032 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32033
32034 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32035 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32036 Rob's new testing fragments.
32037
32038 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32039
32040 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32041 lib/gdb.exp: Replace error proc calls with perror.
32042
32043 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32044
32045 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32046 version also, match on casted version strings, and match on
32047 gdb startup case where the line numbers might be messed up.
32048
32049 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32050
32051 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32052 (CFLAGS): Delete it from here.
32053
32054 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32055
32056 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32057
32058 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32059
32060 * Makefile.in (RUNTEST): Default to just "runtest".
32061
32062 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32063
32064 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32065 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32066 the code has been restructured.
32067
32068 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32069
32070 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32071 \n, not just one of each.
32072
32073 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32074 /bin/cc gives a warning if you do.
32075
32076 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32077
32078 * gdb.t24/demangle.exp: change expect pattern of
32079 __t10ListS_link1ZUiRCUiPT0
32080
32081 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32082
32083 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32084 on local variables in recursive functions.
32085
32086 * gdb.t07/Makefile.in: Build the new test.
32087
32088 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32089
32090 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32091 directly. Instead compare the return values from actual calls.
32092
32093 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32094
32095 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32096
32097 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32098
32099 * From Peter Schauer with minor modifications.
32100 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32101 stops in mid-line in the caller. Add xfail for returning a float
32102 value on X86 targets.
32103
32104 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32105
32106 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32107 to avoid expect lossage.
32108 (fmem_LRbug_tests): Likewise.
32109 * gdb.disasm/hppa.s: Corresponding changes.
32110
32111 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32112 conditions to work with latest dejagnu/expect.
32113
32114 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32115 expected to fail on the PA.
32116 (backtrace in call with trampolines): Explicitly require main
32117 to be frame #1 (no trampolines should show up in backtrace).
32118
32119 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32120 "continue -expect".
32121 * gdb.t06/break.exp: Likewise.
32122 * gdb.t07/watchpoint.exp: Likewise.
32123 * gdb.t13/bitfields.exp: Likewise.
32124 * gdb.t15/{funcargs,return}.exp: Likewise.
32125 * gdb.stabs/weird.exp: Likewise.
32126 * config/{mips,udi}-gdb.exp: Likewise.
32127
32128 * hppa.sed: Enclose comments within a sed command to avoid
32129 losing with the old OSF1 sed.
32130
32131 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32132
32133 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32134 sequent dynix.
32135 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32136 * gdb.t15/funcargs.exp: Conditionally step again to really
32137 finish from marker_call_with_trampolines. Handle the case where
32138 the first step from within call_with_trampolines already steps
32139 us back to main.
32140 * gdb.t15/gdbme.c: Add comment to closing brace of
32141 call_with_trampolines for funcargs.exp.
32142
32143 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32144
32145 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32146 Fix typo(s).
32147
32148 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32149
32150 * gdb.t07/gdbme.c: More code for watchpoint testing.
32151
32152 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32153 "Hardware watchpoint" throughout file.
32154 (test_watchpoint_triggered_in_syscall): New test.
32155 (test_complex_watchpoint): New test.
32156
32157 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32158
32159 * gdbme.c (call_with_trampolines): New function to try and step
32160 into. Tests trampoline problems on the PA.
32161
32162 * funcargs.exp (localvars_in_indirect_call): No longer expect
32163 stepping into indirect call to fail on PAs.
32164 (test_stepping_over_trampolines): New test.
32165
32166 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32167
32168 * TODO: Add suggestions for static member function tests, and
32169 completion tests.
32170
32171 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32172
32173 * TODO: Add suggestions for "p/a" tests.
32174
32175 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32176 (default_gdb_exit): Replace all the hair with sending "quit" to
32177 the process with a simple close.
32178
32179 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32180
32181 * TODO: Add suggestions for shared library tests.
32182
32183 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32184
32185 * TODO: Add suggestions for x/s tests.
32186
32187 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32188
32189 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32190 "enable once", and "enable breakpoints once" with ".*".
32191
32192 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32193
32194 * TODO: Add suggestions about structure passing tests.
32195
32196 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32197
32198 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32199 the primary1 test, use work around if __GNUC__ < 2.
32200 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32201 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32202 Test for bad output rather than waiting for timeout. Issue
32203 second continue only if first continue failed.
32204
32205 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32206
32207 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32208 operator[] test with gdb_test because the old code didn't seem to
32209 be getting the quoting right with the new dejagnu.
32210
32211 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32212
32213 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32214 one from the path.
32215 * Makefile.in: Use a fresh expect if there is one, use runtest
32216 from the src tree if there is one.
32217
32218 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32219
32220 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32221 next over recursive call. Revise the tests from that point on
32222 (which had been skipped) to match GDB's actual (correct) output.
32223
32224 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32225 with next over a breakpoint whose condition is false.
32226
32227 * gdb.t00/help.exp: Comment out "help set print" tests just like
32228 (and for same reason as) "help set" test.
32229
32230 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32231
32232 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32233 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32234
32235 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32236
32237 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32238 necessary gdb_target_udi.
32239
32240 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32241
32242 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32243 1838 and 2417; they are fixed.
32244
32245 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32246 gdb.t03/ptype.exp (ptype structure, ptype union):
32247 Remove xfails; the test is looser than when the xfails were added.
32248
32249 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32250 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32251
32252 * gdb.t01/run.exp: Only run shell test if isnative.
32253
32254 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32255 since "run" automatically loads if necessary. Call gdb_target_udi
32256 after the "file" since "file" kills any execution target.
32257
32258 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32259 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32260 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32261 argument for UDI.
32262
32263 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32264
32265 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32266
32267 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32268
32269 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32270
32271 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32272 properly quoting regexps. This makes the second argument to
32273 demangle a fixed string, which matches the callers, instead of a
32274 shell-style pattern which is what the previous implementation
32275 used. Update some of the callers.
32276
32277 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32278
32279 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32280 (comib_nullified_tests): Fix typo.
32281 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32282 strings. No longer expected to fail.
32283
32284 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32285 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32286 strings. No longer expected to fail.
32287
32288 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32289 string. No longer expected to fail.
32290
32291 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32292
32293 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32294 No longer expected to fail.
32295
32296 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32297 string. No longer expected to fail.
32298
32299 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32300
32301 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32302 only in the names (I probably got most of them). I was even
32303 generous with some which differed in underscores in names, and
32304 probably missed a few, and I *still* was able to remove almost a
32305 third of the file with almost no impact on testsuite coverage.
32306
32307 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32308
32309 * gdb.t00/default.exp: Match udi_attach error message as well as
32310 the one from child_attach.
32311
32312 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32313
32314 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32315
32316 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32317 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32318
32319 * Move test with enums and partial symbols back to
32320 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32321 Reverts the change of 26 May 93. Per today's change to
32322 stabs.texinfo, the behavior that weird.exp was expecting was
32323 unreasonable; what is important is that the compiler+gdb get
32324 things right, which happens with a recent gcc. Also fix the test
32325 to deal with native compilers which put out the stab gdb can't
32326 deal with.
32327
32328 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32329
32330 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32331 in the names. The main thing these accomplish is to slow things down.
32332 Many more such duplicates surely remain.
32333
32334 * gdb.t00/help.exp: Comment out "help support" test just like
32335 (and for same reason as) "help set" test.
32336
32337 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32338
32339 * gdb.t06/break.exp: Remove setup_xfails for
32340 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32341 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32342 about known bug in gcc to include up through 2.5.8.
32343 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32344 well as "_vb$".
32345 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32346 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32347 with latest gcc and gdb.
32348 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32349 well as "_vb$".
32350
32351 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32352
32353 * configure.in (hppa*-*-*): Also configure and build stabs-only
32354 tests.
32355
32356 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32357
32358 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32359 * gdb.t10/configure.in (hppa*-*-*): Use it.
32360
32361 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32362
32363 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32364
32365 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32366
32367 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32368 versions prior to 1.13.5.
32369
32370 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32371
32372 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32373 the prompt is at the start of a line.
32374
32375 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32376
32377 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32378 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32379 in the copr tests now.
32380 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32381 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32382 expected to fail.
32383
32384 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32385
32386 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32387 gdb.t31/chillvars.exp, lib/gdb.exp:
32388 Tweak to run under either version of expect.
32389 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32390 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32391 * gdb.t11/list.exp: Remove extraneous whitespace.
32392
32393 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32394
32395 * gdb.t16/printcmds.exp (test_print_strings): Accept
32396 "(unsigned char *) " before the string.
32397
32398 * TODO: Add notes about printing of fancy types and GDB expressions.
32399
32400 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32401
32402 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32403 * gdb.t06/configure.in: Don't try to compile signals test program
32404 if doing mips-idt-ecoff.
32405
32406 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32407
32408 * Most .exp files: Tweak to run under either version of expect.
32409
32410 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32411
32412 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32413 xfails; I'm not sure why they are failing, but not because of PR 1806.
32414
32415 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32416
32417 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32418 defined in lib/gdb.exp.
32419
32420 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32421
32422 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32423 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32424 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32425 have to be typeless.
32426
32427 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32428
32429 * TODO: Add suggestion for copyright year test.
32430
32431 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32432
32433 * configure.in (*-*-lynxos*): Add stabs tests.
32434
32435 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32436
32437 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32438 so insert a tab before any assembler directive in column zero.
32439
32440 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32441 stores.
32442 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32443 stores.
32444 (fpu_short_memory_tests): Likewise.
32445
32446 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32447
32448 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32449 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32450 .stabs directives in comments.
32451
32452 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32453
32454 * TODO: New file, describing tests we could write.
32455 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32456
32457 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32458
32459 * gdb.t06/signals.exp: Add kludge to force re-sync.
32460
32461 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32462 to xgdb instead of gdb, get out of gdb.
32463
32464 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32465
32466 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32467 for info.
32468
32469 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32470
32471 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32472 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32473 * gdb.stabs/hppa.sed: New sed script for the PA.
32474
32475 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32476
32477 * gdb.stabs: Re-write weird.def and configuration to use sed
32478 instead of cpp. sed is portable and POSIX; cpp is neither.
32479
32480 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32481
32482 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32483
32484 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32485
32486 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32487
32488 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32489
32490 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32491 "_vb$".
32492 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32493 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32494
32495 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32496
32497 * lib/gdb.exp: Comment out code which depends on non-existent
32498 `transform' procedure.
32499
32500 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32501
32502 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32503 * lib/gdb.exp: Transform tool name.
32504 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32505 1.1's new error handling system.
32506
32507 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32508
32509 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32510
32511 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32512
32513 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32514 They made pattern matching so slow that timeouts happened on
32515 heavily loaded systems. Now any output from "show print" which
32516 gets us back to the GDB prompt is a PASS.
32517
32518 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32519
32520 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32521
32522 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32523
32524 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32525
32526 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32527 It is not from PR 3220.
32528
32529 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32530
32531 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32532 just started failing because they depended on the order the
32533 subcommands are presented, or exact docstring text. This kind of
32534 test is a pain and has minimal benefit.
32535
32536 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32537
32538 * gdb.t09/corefile.exp: At end of test, use "core" command with
32539 no arguments.
32540
32541 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32542
32543 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32544 17}/Makefile.in: Make it possible to run the testsuite with Sun
32545 make and CC = cross gcc by adding explicit build rules for .o
32546 files.
32547
32548 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32549
32550 * gdb.t15/funcargs.exp: Don't put comments on same line as
32551 setup_xfail (@#$*%& tcl braindamage!).
32552
32553 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32554
32555 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32556
32557 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32558
32559 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32560 * gdb.t20/inherit.exp: remove three dumplicate entries.
32561
32562 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32563
32564 * gdb.t06/break.exp: For "next over recursive call", fail on any
32565 incorrect output, not just on "factorial (value=2)".
32566
32567 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32568
32569 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32570 working now. Add an xfail if accesing a bss variable causes
32571 a memory error if the target is not yet run.
32572
32573 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32574
32575 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32576 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32577 name of __st* demangling (2 strings). Did Kung really get the
32578 more than 95 others right without testing them?
32579
32580 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32581
32582 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32583
32584 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32585
32586 * configure.in (configdirs): Add gdb.disasm
32587 * gdb.disasm: New directory for GDB disassembler tests.
32588 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32589
32590 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32591
32592 * gdb.t00/help.exp: Don't test "help set".
32593
32594 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32595 from within expect statements. None of these happen anymore and
32596 they cause regressions to be silently unnoticed.
32597
32598 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32599 messages) about known failures with gcc cygnus-2.4.5-930417.
32600
32601 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32602 comp-info.exp so it gets built if it doesn't exist.
32603
32604 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32605 it is no longer used.
32606 * gdb.t13/comp-info.c: Removed.
32607
32608 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32609
32610 * gdb.t06/signals.exp: Add xfail for sun3.
32611
32612 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32613
32614 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32615 relevant because ^C doesn't get sent but failure can be reproduced
32616 interactively).
32617
32618 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32619
32620 * gdb.stabs/alpha.mt: New configuration file for alpha.
32621 * gdb.stabs/configure.in: Use it.
32622 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32623 sharing with alpha.mt, redefine long to word via preprocessor.
32624 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32625 for alpha.
32626 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32627 native cc.
32628 * gdb.t00/teststrategy.exp: Change expect string so that we
32629 consume the `(xgdb)' from the command echo and from the gdb prompt.
32630 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32631 gdb currently compares all values as long, so this failure probably
32632 applies to any configuration where LONGEST is bigger than a target int.
32633 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32634 with gcc.
32635 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32636 to handle opaque pointers, gcc is.
32637 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32638 as first argument. Include <sys/types.h> and change all operator
32639 new definitions to use size_t.
32640 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32641 now that we use size_t.
32642
32643 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32644
32645 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
32646 a long or float array cast all array members to the same type.
32647 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
32648 with 64 bit longs.
32649 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
32650 on alpha.
32651 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
32652
32653 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32654
32655 * gdb.t24 (demangle.exp): Constructors of templates have names like
32656 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32657 section 14.6 of the ARM.
32658
32659 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32660 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32661 accomplish little and slow down the testsuite.
32662
32663 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32664 Accept spaces various places.
32665
32666 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32667
32668 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32669 with watchpoint enabled.
32670
32671 * Makefile.in: Remove definition of CC and remove the second
32672 definition of CXX (the "CXX = gcc" one remains). These definitions
32673 were causing backquotes to be expanded within backquotes, which
32674 doesn't work.
32675
32676 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32677
32678 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32679
32680 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32681
32682 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32683 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
32684 by mips cc and contains no stabs entries.
32685
32686 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32687
32688 * config/vx-gdb.exp: Use fake device to load files rather than
32689 NFS.
32690 * lib/gdb.exp: New proc to do "file" command.
32691 * config/unix-gdb.exp: Use new "file" proc.
32692
32693 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32694
32695 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32696 Rework board rebooting slightly.
32697 (gdb_exit): Don't exit from the remote shell; there isn't one.
32698 * gdb.stabs/weird.exp: If a program is being debugged already,
32699 kill it.
32700 * gdb.t04/setvar.exp: Stop and restart gdb.
32701 * gdb.t05/expr.exp: Likewise.
32702 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32703 restart gdb and reload the program.
32704 * gdb.t08/opaque.exp: Likewise.
32705 * gdb.t12/scope.exp: Likewise.
32706 * gdb.t13/bitfields.exp: Likewise.
32707 * gdb.t15/funcargs.exp: Likewise.
32708 * gdb.t20/classes.exp: Likewise.
32709 * gdb.t03/ptype.exp: Increase timeout.
32710 * gdb.t16/printcmds.exp (test_print_string_constants,
32711 test_print_array_constants): Likewise.
32712 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32713 * gdb.t20/classes.exp (do_tests): Likewise.
32714 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32715
32716 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32717
32718 * gdb.stabs: Renamed *wierd* to *weird*.
32719
32720 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32721
32722 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32723 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32724
32725 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32726
32727 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32728 (do_tests): Remove xfail for whatis on one_var and two_var.
32729
32730 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32731
32732 * Makefile.in: Made cross building work better by adding
32733 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32734
32735 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32736
32737 * gdb.t15/{return.c,return.exp,Makefile.in}:
32738 New test, currently commented out.
32739
32740 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32741
32742 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32743 still running and removes the leftover named socket so GDb can do
32744 clean restarts.
32745
32746 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32747
32748 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32749 console, not GDB.
32750 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32751 cross testing works better with "make check"
32752 * config/unix-gdb: Use default procedures for exit and version.
32753 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32754 with the newest VxWorks.
32755
32756 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32757
32758 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32759 old form.
32760
32761 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32762 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32763
32764 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32765
32766 * config/unix-gdb.exp: Remove this version of gdb_exit
32767 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32768 Rob says he'll look at it when he gets back to testing boards.
32769
32770 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32771
32772 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32773 an expected fail for certain ptype commands.
32774
32775 * gdb.t20/classes.exp: Update expected results of "ptype class
32776 Base1" to account for the constructor that now appears in the type.
32777
32778 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32779
32780 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32781 disappeared from list.
32782 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32783 "alldone" proc with call to cleanup and exit.
32784 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32785 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32786 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32787 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32788 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32789 "alldone" proc with simple returns that suppress remaining
32790 tests. The alldone proc went away many months ago.
32791
32792 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32793
32794 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32795
32796 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32797
32798 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32799
32800 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32801 as vax gdb will display them.
32802
32803 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32804
32805 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32806 optimizers.
32807
32808 * scope.exp: Change "bad value for localval" messages so each one
32809 is unique.
32810
32811 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32812 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32813
32814 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32815
32816 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32817
32818 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32819 doesn't exist (due to optimization).
32820
32821 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32822
32823 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32824 contains \r because the filename is long.
32825
32826 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32827 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32828
32829 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32830
32831 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32832 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32833 Ultrix.
32834 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32835 int tests.
32836 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32837
32838 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32839
32840 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32841
32842 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
32843 to match does not match the passing case but still matches the
32844 failing case.
32845
32846 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32847
32848 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32849
32850 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32851
32852 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32853 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32854 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32855 Remove various versions of gdb_exit.
32856 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32857 gdb_exit.
32858 * config/unix-gdb.exp: gdb_exit remains here, and should override
32859 the generic version, since it's doing a lot of wierd stuff that
32860 the other versions aren't. FIXME, fold it in, or abandon this
32861 version.
32862
32863 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32864
32865 * gdb.t24/demangle.exp: Add tests for PR 3220.
32866
32867 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32868
32869 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32870
32871 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32872
32873 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32874 "i386-*-*". Works for i486 as well.
32875
32876 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32877 bug, and expand domain of xfail to all SVR4 systems, since the
32878 actual problem is likely to be in generic SVR4 /proc support.
32879
32880 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32881
32882 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32883
32884 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32885
32886 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32887 xfails for other systems. Match a missing 'Continuing.' as an
32888 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32889
32890 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32891 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32892 Only issue warning for missing executables if -all option is used.
32893
32894 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32895 file if -all option is used. It's like an unpredictable XFAIL.
32896
32897 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32898
32899 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32900 for dynamically linked binaries.
32901
32902 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32903
32904 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32905
32906 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32907 to state that this is a known bug in old versions of g++.
32908
32909 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32910
32911 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32912 while waiting for `Continuing'.
32913
32914 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32915
32916 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32917 in text, data, and bss.
32918 * gdb.t10/nodebug.c: Add local and global test variables for
32919 initialized and uninitialized data.
32920
32921 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32922
32923 * config/unix-gdb.exp (gdb_exit): Add "wait".
32924
32925 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32926
32927 * gdb.t06/signals.exp: xfail the continue from the handler for all
32928 targets.
32929
32930 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32931 function with watchpoints enabled, the i386 call dummy starts with
32932 a call.
32933
32934 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32935 386 bsd names its corefiles.
32936
32937 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32938
32939 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32940 compilers don't grok it.
32941 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32942 with small octal ints rather than character constants, which
32943 are signed and might not fit if first promoted to int.
32944
32945 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32946
32947 * gdb.t09/Makefile.in (clean): Remove corefile.
32948
32949 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32950
32951 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32952
32953 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32954 and Jim Kingdon (kingdon@cygnus.com)
32955
32956 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32957 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32958 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32959
32960 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32961
32962 * gdb.t17/interrupt.exp: Add xfail for hppa.
32963
32964 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32965
32966 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32967 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32968 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32969 to determine signed-ness of bitfields and use the result to setup
32970 the xfail.
32971 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32972 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32973 call line is reached if necessary.
32974
32975 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32976
32977 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32978
32979 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32980
32981 * gdb.t06/break.exp: Also test `clear' command.
32982
32983 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32984
32985 * gdb.t00/teststrategy.exp: Remove extra quote.
32986
32987 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32988 watchpoint enabled to be for all non-68k machines.
32989
32990 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32991
32992 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32993
32994 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32995 targets use aout.mt instead of ecoff.mt as gas understands
32996 standard aout format.
32997
32998 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32999
33000 * lib/gdb.exp (runto): Don't insist that function we are running to
33001 was compiled with -g.
33002
33003 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33004
33005 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33006 to get back into the read system call.
33007 Accept leading newline in case where we woke it up.
33008
33009 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33010
33011 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33012 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33013 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33014 enable ecoff configuration.
33015
33016 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33017
33018 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33019
33020 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33021
33022 * gdb.t16/printcmds.exp: Add another printf test.
33023
33024 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33025
33026 * configure.in: If configured -with-stabs on any target, add
33027 stabsdirs to configdirs.
33028
33029 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33030
33031 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33032 fun" so pattern does not match the command itself.
33033
33034 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33035
33036 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33037
33038 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33039
33040 * gdb.t17/interrupt.exp: Test for more things.
33041
33042 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33043
33044 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33045 compiler arranges the code and line numbers.
33046
33047 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33048
33049 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33050
33051 * gdb.t00/help.exp: Increase expect input buffer size.
33052
33053 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33054
33055 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33056
33057 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33058
33059 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33060
33061 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33062 [0-9]*, not just [0-9].
33063
33064 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33065
33066 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33067
33068 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33069
33070 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33071
33072 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33073
33074 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33075
33076 * gdb.t06/signals.c: Add xfails for sun3.
33077
33078 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33079
33080 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33081 test_stepping tests.
33082
33083 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33084
33085 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33086
33087 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33088
33089 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33090 rather than actually putting it through cpp twice.
33091
33092 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33093
33094 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33095
33096 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33097 no longer needed.
33098
33099 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33100
33101 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33102
33103 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33104 C++ features prints as "struct", make it a pass, not an xfail.
33105
33106 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33107
33108 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33109 Don't require VA to print as "class" rather than "struct".
33110
33111 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33112
33113 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33114
33115 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33116
33117 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33118
33119 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33120
33121 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33122 order.
33123
33124 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33125
33126 * gdb.t16/printcmds.exp: Add printf tests.
33127
33128 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33129
33130 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33131
33132 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33133
33134 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33135 pass counts, to counteract any existing or future setup_xfails.
33136
33137 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33138
33139 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33140 {BEGIN,END}_COMMON for common block instead of STAB.
33141 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33142
33143 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33144 intp_var should be N_GSYM not N_LSYM.
33145 wierd-aout.S: Use a label for the value of the N_SO.
33146 wierd.def: Remove all backslashes.
33147 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33148
33149 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33150
33151 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33152 get the expected next to inheritance3.
33153
33154 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33155
33156 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33157 now that gcc-2.4 gets it right.
33158
33159 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33160
33161 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33162
33163 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33164 generating comp-info.exp which works for cross-compilation.
33165
33166 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33167
33168 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33169 "*-*-sysv4.*".
33170
33171 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33172
33173 * gdb.t01/run.exp: Start with a fresh gdb.
33174 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33175 SVR4.x.
33176
33177 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33178
33179 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33180 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33181 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33182 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33183 things to remove.
33184
33185 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33186
33187 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33188 test cases from bug reports.
33189
33190 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33191
33192 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33193 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33194 avoid spurious xfails.
33195 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33196 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33197 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33198
33199 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33200
33201 * gdb.t00/teststrategy.exp: Rework to provide more useful
33202 description of each test, fix problem with systems that define
33203 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33204 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33205 results for "next over recursive call" so timeouts aren't taken
33206 by error.
33207
33208 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33209
33210 * gdb.t12/scope.exp: Test printing of variables before run.
33211
33212 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33213 printed in wrong order due to sorting.
33214
33215 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33216
33217 * gdb.t00/teststrategy.exp: Fix expected results for printing
33218 user entered string constant. Is array of char, prints with no
33219 address.
33220
33221 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33222 commands.
33223 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33224 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33225 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33226 of struct of char arrays.
33227 * gdb.t00/radix.exp: New tests for radix commands.
33228
33229 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33230
33231 * gdb.t16/printcmd.exp: Print a variable before running program
33232 (with xfail for AIX).
33233
33234 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33235
33236 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33237
33238 * gdb.t16/printcmd.exp: Don't print variables before running program.
33239
33240 * gdb.t06/break.exp: Don't require envp argument to main.
33241
33242 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33243
33244 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33245 Add xfails for rs6000.
33246
33247 * gdb.t02/whatis.exp: Change other tests not to re-test something
33248 we already tested.
33249
33250 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33251 each type used has a variable of that type.
33252
33253 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33254
33255 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33256
33257 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33258
33259 * configure.in: change srctrigger to be a file, not a directory
33260
33261 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33262
33263 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33264
33265 * gdb.t11/list.exp: Fixed a couple of typos.
33266
33267 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33268
33269 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33270 is fixed and PR is closed.
33271 * gdb.t16 (gdbme.c): Add simple test string variable.
33272 * gdb.t16 (printcmds.exp): Add tests with simple test string
33273 variable, primarily for boundaries on "set print elements".
33274
33275 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33276
33277 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33278 Make leading 0's optional and don't expect a tab in the middle
33279 of the number.
33280
33281 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33282
33283 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33284 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33285 don't end command passed to gdb_test with newline.
33286
33287 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33288 signed keyword away, don't expect signed bitfields to be signed.
33289
33290 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33291 printing with only as many 1's as are in the field as well as printing
33292 with 32 1's (see comment).
33293
33294 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33295
33296 * gdb.t00/default.exp: Start with a fresh gdb.
33297 * configure.in (configdirs): Remove gdb.t31 until the chill
33298 compiler works again. It no longer is able to find chillrt0
33299 since it isn't in libchill.a anymore.
33300 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33301 wierd.o, make more modular.
33302 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33303 spurious newlines that caused problems.
33304
33305 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33306
33307 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33308 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33309 gdb.stabs/wierd.{exp,def}: Many new tests.
33310
33311 * gdb.t00/default.exp: update info line for new message.
33312
33313 * gdb.t02/{whatis.exp,gdbme.c}:
33314 Test that "char *" doesn't print as "caddr_t".
33315
33316 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33317
33318 * gdb.t00/help.exp: Use .* in place of some help messages which
33319 just changed.
33320 gdb.t00/default.exp: Update "info frame" test for new message.
33321 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33322 Remove some xfails
33323
33324 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33325
33326 * gdb.t03/{gdbme.c,ptype.exp}:
33327 Add tests for typedef'd struct and union without tags.
33328 Also check "whatis" on a variable of a typedef'd enum without a tag.
33329
33330 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33331 PRMS 1823; the bug still exists but isn't reproduced by this test
33332 anymore), and remove rs6000 XFAIL (the bug is fixed).
33333
33334 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33335 duplicated from whatis.exp. For those that are left, accept
33336 "long", "long int", or "int" for long variables (whatis.exp already
33337 has an XFAIL for "int", so no need to fail it here).
33338
33339 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33340 Deal with GCC's names for types now that GDB uses the compiler's names.
33341
33342 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33343 setup_xfail's for sunos4. If we #defined the signed keyword away,
33344 don't expect GDB to know that char it is signed.
33345
33346 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33347
33348 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33349
33350 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33351 should work on any system, regardless of debugging format.
33352 * gdb.t21/demangle.exp: Move to gdb.t24.
33353 * gdb.t24/demangle.exp: Move from gdb.t21.
33354 * gdb.t24/{Makefile.in, configure.in}: New files.
33355
33356 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33357
33358 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33359 * gdb.stabs: New directory.
33360
33361 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33362
33363 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33364 not just "Quit anyway?".
33365
33366 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33367
33368 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33369 that all setup_xfails are immediately followed by clear_xfails.
33370
33371 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33372
33373 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33374 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33375 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33376 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33377 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33378 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33379 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33380 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33381 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33382 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33383 gdb.t31/chillvars.exp, lib/gdb.exp:
33384 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33385 bug-gdb@prep.ai.mit.edu.
33386
33387 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33388
33389 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33390 with 0.0, not integer 0.
33391
33392 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33393
33394 * gdb.t06/break.exp: Update for "Kill the program" message change.
33395
33396 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33397
33398 * Makefile.in (GDBFLAGS): Set to -nx.
33399 * Makefile.in (site.exp): Use GDBFLAGS.
33400
33401 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33402
33403 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33404 Makefiles.
33405 (check): depend on just-check.
33406 (just-check): added so that tests can be run without a noop
33407 build pass.
33408
33409 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33410
33411 Switch to using configure's configdirs.
33412 * Makefile.in (Makefile): add configure.in dependency.
33413 (SUBDIRS): removed redundant assignment.
33414 * configure.in: switch subdirs assignment to configdirs.
33415 * gdb.t*/configure.in: new files.
33416
33417 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33418
33419 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33420 works.
33421
33422 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33423
33424 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33425 in explicit rules. Apparently this is not supported by some makes.
33426
33427 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33428
33429 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33430
33431 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33432
33433 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33434 disappeared.
33435
33436 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33437
33438 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33439
33440 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33441
33442 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33443 watchpoint problem that is now fixed.
33444 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33445 uninitialized convenience variables.
33446 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33447 structures.
33448
33449 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33450
33451 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33452 which causes expect to get out of sync with gdb on long output
33453 from help set.
33454 * gdb.t09/corefile.exp: Make expected pattern for core file
33455 failing signal and frame output format less sun specific.
33456
33457 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33458
33459 * gdb.t31/chillvars.exp: Add and remove initial dummy
33460 breakpoint, so that symbol table is forced in.
33461 (Needed at least on Sunos4, though it seems not SVR4.)
33462 * gdb.t31/chillvars.exp: Update for changed output format.
33463
33464 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33465
33466 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
33467
33468 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33469
33470 * Makefile.in: Added --srcdir when invoking runtest, removed the
33471 need for a local config file. (optional now)
33472
33473 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33474
33475 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33476 failure count used to force early termination. Add some more
33477 expected failures for gnu style demangling.
33478
33479 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33480
33481 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33482 pmi variable from gdb.t20/gdbme to get optimized away.
33483 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33484 Check for written corefile upon timeout _and_ eof.
33485
33486 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33487
33488 * config/unix-gdb.exp: Add missing return 0.
33489
33490 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33491
33492 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33493 test termination.
33494
33495 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33496
33497 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33498 disappeared.
33499
33500 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33501
33502 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33503 time as i860 support works.
33504
33505 * gdb.t15/funcargs.exp: Fix expected outputs to include
33506 "backtrace 100\r" rather than just "backtrace\r", to match last
33507 change.
33508
33509 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33510
33511 * config/udi-gdb.exp (gdb_exit): Remove close command.
33512 (gdb_target_udi): New procedure to set the UDI target.
33513 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33514 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33515 Added waits for prompts after several question responses. Added
33516 some more responses used by a29k-amd-udi-gdb.
33517 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33518 pass different arguments, restart UDI connection after program
33519 completion.
33520 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33521 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33522 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33523 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33524 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33525 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33526 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33527 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33528 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33529 after program completion.
33530 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33531 compiled with a SELECT_VECS setting.
33532 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33533 infinite recursion.
33534
33535 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33536 Added checks for COFF results, and made them expected failures for
33537 all targets. It would be better to make them expected failures
33538 for COFF targets only.
33539
33540 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33541
33542 * Makefile.in: add null dvi target, don't bother to recurse
33543 through test directories for info and install-info; rename
33544 $(datadir) to be dejagnu instead of deja-gnu
33545
33546 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33547
33548 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33549 compiler to coredump.
33550 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33551 code.
33552
33553 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33554
33555 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33556 coredump.
33557 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33558 code.
33559
33560 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33561
33562 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33563 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33564 which in a shell. Deletes xgdb when done.
33565 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33566 Tests the return from the "set height" or "set width" commands.
33567 Added a few return codes where needed.
33568
33569 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33570
33571 * Makefile.in (SUBDIRS): Add gdb.t17.
33572 * configure.in (subdirs): Add gdb.t17.
33573 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33574 files to test gdb's calling of functions in the inferior with
33575 the correct arguments and gdb's ability to retrieve any
33576 result returned.
33577
33578 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33579
33580 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33581 may be called after gdb goes away. Previous versions of expect
33582 needed these to avoid file descriptor leaks, but they cause
33583 errors with the current revision of expect.
33584 * gdb.t00/gdbvars.exp: Use -re on expected output after
33585 setting sevenbit-strings.
33586 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33587 to set sevenbit-strings consistent across tests.
33588 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33589 set sevenbit-strings consistent across tests.
33590
33591 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33592
33593 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33594 expected output to match current "expect" expectations.
33595
33596 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33597
33598 * gdb.t00/default.exp: Change expected output for default "source"
33599 command, to match new gdb behavior which requires a filename to
33600 source.
33601
33602 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33603
33604 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33605 expected fail for i486-*-* that misses the marker2 function.
33606 * gdb.t10/crossload.exp (bfddefault): Allow successful
33607 recognition of a format to pass even if no symbols are found.
33608 Explicitly catch failures where the format is not recognized
33609 or is ambiguous, and add the reason to the fail message.
33610 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33611 the cause is and invalid target and add reason to failure message.
33612 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33613 elf32-i386, elf32-sparc, and elf32-i860.
33614 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33615 Set up expected failure for 'filename'::variable scope resolution,
33616 which is now apparently broken on all targets.
33617 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33618 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33619 gdb.t23/templates.exp: Change failure for missing binfile into
33620 just a warning.
33621 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33622 references.
33623
33624 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33625
33626 * gdb.t00/default.exp: Add expected output for default "source"
33627 command, to match new gdb behavior.
33628 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33629
33630 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33631
33632 * config/*-gdb.exp: returns an error, rather than exiting on
33633 internal errors.
33634
33635 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33636
33637 * gdb.t03/gdbme.c: Add pointer to struct variable.
33638 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33639 referencing struct members.
33640
33641 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33642
33643 * configure.in (mips-idt-ecoff): New target.
33644 * config/mips-gdb.exp: New file for remote board using MIPS remote
33645 debugging protocol.
33646
33647 * Redid configuration scheme. Removed gdb.t*/configure.in.
33648 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33649 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33650 distclean targets. Built executables via .o files. Adjusted
33651 tests to account for source files in $(srcdir) rather than
33652 $(objdir).
33653 * lib/gdb.exp (runto): Don't expect () after the function name,
33654 because it may have arguments.
33655
33656 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33657
33658 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33659 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33660 expected failures for mips-idt-* and mips-sgi-*.
33661 * gdb.t00/default.exp (attach): Kill process if requested.
33662 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33663 that does not read core files.
33664 * gdb.t01/run.exp: Removed checks for exit status code.
33665 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33666 it is linked in.
33667 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33668 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33669 appropriate, rather than doing it by hand.
33670 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33671 execution.
33672 * gdb.t10/crossload.exp: Kill existing program if needed.
33673 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33674 appropriate, rather than doing it by hand. Always increase
33675 timeout for this test, not just for VxWorks.
33676
33677 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33678
33679 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33680 of Chill STRUCT types and STRUCT values.
33681 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33682 than "char".
33683 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
33684 struct2): New struct definitions and initializations to test
33685 simple Chill STRUCT types.
33686
33687 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33688
33689 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33690 the null byte at the end of strings.
33691 * gdb.t00/default.exp: Make show version insensitive to copyright
33692 date.
33693 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33694 to avoid dependencies on target char signedness.
33695 * gdb.t16/printcmds.exp: Update expected results for explicitly
33696 unsigned char.
33697 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33698 now work.
33699 * gdb.t21/demangle.exp: Add many more patterns for template
33700 demangling, most of them being expected failures.
33701 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33702 string we are matching for, to match on the whole string.
33703 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33704 and fix a whole bunch that had incorrect expected output but were
33705 passing anyway because of the bug in "proc demangle".
33706 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33707 type.
33708 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33709
33710 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33711
33712 * gdb/testsuite: made modifications to testcases, etc., to allow
33713 them to work properly given the reorganization of deja-gnu and the
33714 relocation of the testcases from deja-gnu to a "tool" subdirectory.
33715
33716 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33717
33718 * gdb/testsuite: Initial creation of gdb/testsuite.
33719 Migrated dejagnu testcases and support files for testing nm to
33720 gdb/testsuite from deja-gnu. These files were moved "as is"
33721 with no modifications. This migration is part of a major overhaul
33722 of dejagnu. The modifications to these testcases, etc., which
33723 will allow them to work with the new version of dejagnu will be
33724 made in a future update.
33725
33726 For additional changes see gdb.mi/ChangeLog-1999-2003.
33727 \f
33728 ;; Local Variables:
33729 ;; mode: change-log
33730 ;; left-margin: 8
33731 ;; fill-column: 74
33732 ;; version-control: never
33733 ;; End:
33734
33735 Copyright 1993-2014 Free Software Foundation, Inc.
33736 Copying and distribution of this file, with or without modification,
33737 are permitted provided the copyright notice and this notice are preserved.