]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
PR symtab/16426
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
52d7fb13
AA
12014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2 Pedro Alves <palves@redhat.com>
3
4 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5 Make "name" extern.
6 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7 references to ${name}_start by references to ${name}.
8
a2cd8cfe
JB
92014-01-10 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12
4e23fced
JB
132014-01-10 Joel Brobecker <brobecker@adacore.com>
14
15 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16
c6a9e42c
PA
172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18 Pedro Alves <palves@redhat.com>
19
20 * gdb.mi/mi-info-os.exp: Connect to the target with
21 mi_gdb_target_load.
22
b7ea362b
PA
232014-01-08 Pedro Alves <palves@redhat.com>
24
25 * gdb.threads/reconnect-signal.c: New file.
26 * gdb.threads/reconnect-signal.exp: New file.
27
5e3f4fab
EBM
282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 * gdb.base/source-dir.exp: New file.
31
79301218
JB
322014-01-07 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.ada/mi_interface: New testcase.
35
8e355c5d
JB
362014-01-07 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
39 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
40 gdb.ada/pp-rec-component/pck.ads: New files.
41
c0d48811
JB
422014-01-07 Joel Brobecker <brobecker@adacore.com>
43
44 * gdb.python/py-pp-integral.c: New file.
45 * gdb.python/py-pp-integral.py: New file.
46 * gdb.python/py-pp-integral.exp: New file.
47
4924df79
GKB
482013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
49
50 PR breakpoints/16297
51 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
52 (write_syscall): New variables.
53 (main): Create a pipe, write 1 byte in it, and read 1 byte from
54 it.
55 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
56 "write" and "read" syscalls.
57 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
58 numbers.
59
530e8392
KB
602013-12-19 Keven Boell <keven.boell@intel.com>
61
62 * gdb.fortran/module.exp: Completion matches fortran module
63 names as well. ptype/whatis on modules return a proper type.
64 Add new check for having the correct scope.
65
7f9b20bb
KB
662013-12-19 Keven Boell <keven.boell@intel.com>
67
68 * gdb.fortran/type.f90: New file.
69 * gdb.fortran/whatis_type.f90: New file.
70
2e0d821f
SDJ
712013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
72
73 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
74 (close_syscall, chroot_syscall, exit_group_syscall): New
75 variables.
76 * gdb.base/catch-syscall.exp: Replace gdb_compile by
77 prepare_for_testing. Call fill_all_syscalls_numbers before
78 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
79 gdb_load by clean_restart.
80 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
81 (check_info_bp_many_syscalls): Remove global gdb_prompt.
82 (check_call_to_syscall): Likewise. Add global decimal. Improve
83 testing regex.
84 (check_return_from_syscall): Likewise.
85 (check_continue, insert_catch_syscall_with_arg): Remove global
86 gdb_prompt.
87 (insert_catch_syscall_with_many_args): Likewise. Add global
88 decimal. Fix $filter_str. Improve testing regex.
89 (check_for_program_end): Remove global gdb_prompt.
90 (test_catch_syscall_without_args): Likewise. Add global decimal.
91 Improve testing regex.
92 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
93 (test_catch_syscall_with_wrong_args)
94 (test_catch_syscall_restarting_inferior)
95 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
96 (do_syscall_tests): Likewise. Remove global srcdir.
97 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
98 Add global last_syscall_number. Test for the exact syscall number
99 to be caught.
100 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
101 Add global all_syscalls_numbers. Test each syscall number to be
102 caught, instead of only testing "close".
103 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
104 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
105 Remove stale comment.
106 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
107 the correct syscall numbers using information from the inferior.
108
5ce0145d
PA
1092013-12-17 Pedro Alves <palves@redhat.com>
110
111 * gdb.trace/circ.exp: Expect frame info to be printed when
112 switching between frames with unavailable stack, but different
113 functions.
114
bdf22206
AB
1152013-12-17 Andrew Burgess <aburgess@broadcom.com>
116
117 * gdb.trace/unavailable-dwarf-piece.c: New file.
118 * gdb.trace/unavailable-dwarf-piece.exp: New file.
119
07d100d4
YQ
1202013-12-15 Yao Qi <yao@codesourcery.com>
121
122 * gdb.perf/skip-prologue.c: New.
123 * gdb.perf/skip-prologue.exp: New.
124 * gdb.perf/skip-prologue.py: New.
125
8a48ac95
JB
1262013-12-13 Joel Brobecker <brobecker@adacore.com>
127
128 * gdb.ada/arraydim: New testcase.
129
a16b0e22
SC
1302013-12-12 Siva Chandra Reddy <sivachandra@google.com>
131
132 PR python/16113
133 * gdb.python/py-value-cc.cc: Improve test case.
134 * gdb.python/py-value-cc.exp: Add new tests to test usage of
135 gdb.Field objects as subscripts on gdb.Value objects.
136
0987cf35
DE
1372013-12-10 Doug Evans <dje@google.com>
138
7b3fd68b 139 PR 16286
0987cf35
DE
140 * gdb.python/py-value.c: #include stdlib.h, string.h.
141 (str): New struct.
142 (main): New local xstr.
143 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
144 fetch a value as a string with a length beyond the declared length
145 of the array.
146
409d8f48
AB
1472013-12-10 Andrew Burgess <aburgess@broadcom.com>
148
149 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
150 update comment.
151
036e93df
JB
1522013-12-10 Joel Brobecker <brobecker@adacore.com>
153
154 * gdb.ada/int_deref.exp: Add test verifying that we print
155 the decoded symbol name when printing the address of Ada
156 symbols.
157
72bfa06c
JB
1582013-12-10 Joel Brobecker <brobecker@adacore.com>
159
160 * gdb.mi/mi-start.exp: Add test verifying that -list-features
161 contains "exec-run-start-option".
162
11ec5965
YQ
1632013-12-08 Yao Qi <yao@codesourcery.com>
164
165 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
166 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
167 (is_64_target, is_amd64_regs_target): Likewise.
168 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
169
594d8fa8
MF
1702013-12-07 Mike Frysinger <vapier@gentoo.org>
171
172 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
173 * gdb.base/testenv.c: Likewise.
174
d9a196da
MF
1752013-12-07 Mike Frysinger <vapier@gentoo.org>
176
177 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
178 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
179 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
180
782d47df
PA
1812013-12-06 Pedro Alves <palves@redhat.com>
182
183 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
184 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
185 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
186
399d6e30
DE
1872013-12-06 Doug Evans <dje@google.com>
188
189 * gdb.base/break.exp: Fix setting of $baz.
190
16b5a7cb
AB
1912013-12-06 Andrew Burgess <aburgess@broadcom.com>
192
193 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
194 DW_OP_plus_uconst.
195
f84bc218
KB
1962013-12-06 Keven Boell <keven.boell@intel.com>
197
198 * lib/mi-support.exp (mi_list_varobj_children_range): Add
199 call to mi_list_array_varobj_children_with_index.
200 (mi_list_array_varobj_children_with_index): New function.
201 Add parameter to specify array start.
202
489e41dd 2032013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
204
205 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
206 SIGPWR in sparc64.
207
208 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
209 have the same signal number. Handle this situation.
210
7fb1b8b1
JB
2112013-12-03 Joel Brobecker <brobecker@adacore.com>
212
213 * gdb.ada/dot_all: New testcase.
214
2ea126fa
JB
2152013-12-03 Joel Brobecker <brobecker@adacore.com>
216
217 * gdb.mi/mi-undefined-cmd.exp: New testcase.
218
6b7cbff1
JB
2192013-12-03 Joel Brobecker <brobecker@adacore.com>
220
221 * gdb.mi/mi-i-cmd.exp: New file.
222
04affae3
JK
2232013-12-02 Doug Evans <dje@google.com>
224
225 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
226 at start.
227 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
228 has been specified with a relative path and we have chdir'd before
229 accessing the debug info.
230
eebc056c
AB
2312013-11-28 Andrew Burgess <aburgess@broadcom.com>
232
233 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
234 expected results.
235 (gdb_collect_locals_test): Likewise.
236 (gdb_collect_globals_test): Likewise.
237
8b5e6dc2
YQ
2382013-11-28 Yao Qi <yao@codesourcery.com>
239
240 * lib/gdb.exp (with_gdb_prompt): New proc.
241 * gdb.perf/disassemble.exp: New.
242 * gdb.perf/disassemble.py: New.
243
0db4ca18
LM
2442013-11-26 Luis Machado <lgustavo@codesourcery.com>
245
246 * gdb.base/callfuncs.c (main): Assign malloc's return value
247 and free it afterwards.
248 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
249 * gdb.base/printcmds.c (main): Likewise.
250 * gdb.base/randomize.c (main): Free "p" and change breakpoint
251 marker position.
252 * gdb.base/setvar.c (dummy): Assign malloc's return value
253 and free it afterwards.
254
d24a9f15
AB
2552013-11-26 Andrew Burgess <aburgess@broadcom.com>
256
257 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
258 gdb_test_multiple.
259
15859968
TT
2602013-11-26 Tom Tromey <tromey@redhat.com>
261
262 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
263 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
264 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
265
f7e3ecae
KS
2662013-11-25 Keith Seitz <keiths@redhat.com>
267
268 PR c++/14819
269 * gdb.cp/impl-this.cc: New file.
270 * gdb.cp/impl-this.exp: New file.
271
23e9d3b9
YQ
2722013-11-25 Yao Qi <yao@codesourcery.com>
273
274 * gdb.perf/backtrace.c: New.
275 * gdb.perf/backtrace.exp: New.
276 * gdb.perf/backtrace.py: New.
277
22825df7
YQ
2782013-11-24 Yao Qi <yao@codesourcery.com>
279
280 * gdb.perf/single-step.c: New.
281 * gdb.perf/single-step.exp: New.
282 * gdb.perf/single-step.py: New.
283
c1ea7c01
DE
2842013-11-23 Doug Evans <xdje42@gmail.com>
285
286 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
287 with ignore count".
288
35720eaa
DE
2892013-11-23 Doug Evans <xdje42@gmail.com>
290
291 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
292 (test_subscript_regression): Ditto.
293 (top level): Run test_subscript_regression for c++ with "c++" prefix.
294
3cd14e45
DE
2952013-11-23 Doug Evans <xdje42@gmail.com>
296
297 * gdb.python/py-type.exp (test_enums): Fix typo.
298
985c818c
DE
2992013-11-23 Doug Evans <xdje42@gmail.com>
300
301 * gdb.python/py-symbol.exp: Add some comments. Make all test names
302 unique.
303
f873dd7a
DE
3042013-11-23 Doug Evans <xdje42@gmail.com>
305
306 * gdb.python/py-symbol.exp: Fix whitespace.
307
38a502a4
DE
3082013-11-23 Doug Evans <xdje42@gmail.com>
309
310 * gdb.python/python.exp: Don't call skip_python_tests, we still want
311 to test some things in the case where python is not configured in.
312
c0621699
PA
3132013-11-22 Pedro Alves <palves@redhat.com>
314
315 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
316 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
317 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
318 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
319 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
320 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
321
f57e61cd
TT
3222013-11-22 Tom Tromey <tromey@redhat.com>
323
324 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
325
da2b2fdf
TT
3262013-11-22 Tom Tromey <tromey@redhat.com>
327
328 * gdb.dwarf2/dw2-bad-cfi.c: New file.
329 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
330 * gdb.dwarf2/dw2-bad-cfi.S: New file.
331
33f8fe58
PA
3322013-11-22 Pedro Alves <palves@redhat.com>
333
334 PR 16155
335 * gdb.dwarf2/dw2-dup-frame.S: New file.
336 * gdb.dwarf2/dw2-dup-frame.c: New file.
337 * gdb.dwarf2/dw2-dup-frame.exp: New file.
338
0a1e6121
YQ
3392013-11-22 Yao Qi <yao@codesourcery.com>
340
341 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
342 comment and add one more argument "has_more".
343 * gdb.python/py-mi.exp: Callers update.
344
0061ea24
YQ
3452013-11-22 Yao Qi <yao@codesourcery.com>
346
347 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
348 of mi_create_dynamic_varobj.
349
069d6a0f
PA
3502013-11-20 Pedro Alves <palves@redhat.com>
351
352 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
353 time, and run it through all three milestone regexes.
354
10d8cbd2
SA
3552013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
356
357 * gdb.base/eval-avoid-side-effects.exp: New file.
358
57803a3c
WT
3592013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
360
60650f2e
WT
361 * gdb.arch/i386-mpx.c: New file
362 * gdb.arch/i386-mpx.exp: New file.
363
09748966
WT
3642013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
365
366 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
367 for bnd registers.
368
60650f2e
WT
3692013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
370
57803a3c
WT
371 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
372 start and end equal 0.
373
3e9ecad3
YQ
3742013-11-19 Yao Qi <yao@codesourcery.com>
375
376 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
377 (mi_list_varobj_children_range): Likewise.
378
31b4ab9e
YQ
3792013-11-19 Yao Qi <yao@codesourcery.com>
380
381 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
382
4392c534
YQ
3832013-11-19 Yao Qi <yao@codesourcery.com>
384
385 * lib/mi-support.exp: Fix format.
386
df7752b0
JB
3872013-11-19 Joel Brobecker <brobecker@adacore.com>
388
389 * gdb.ada/py_range: New testcase.
390
176f037c
JB
3912013-11-18 Joel Brobecker <brobecker@adacore.com>
392
393 * mi-language.exp: Add "-list-features" test verifying that
394 its output contains "language-option".
395
ee4a1c63
JB
3962013-11-16 Joel Brobecker <brobecker@adacore.com>
397
398 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
399 * info_exc/foo.adb: Adjust to new exception name.
400 * info_exc.exp: Adjust after exception renaming in const.ads.
401 Update "info exception global" test to test "info exceptions
402 global_gdb" instead.
403
404 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
405 * mi_exc_info/foo.adb (Adjust to new exception name.
406 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
407 Update "-info-ada-exceptions global" test to test
408 "-info-ada-exceptions global_gdb" instead.
409
6ec41e1e
LM
4102013-11-15 Luis Machado <lgustavo@codesourcery.com>
411
412 * lib/mi-support.exp (mi_gdb_test): Expect different formats
413 of inferior output for remote and native sessions.
414 * gdb.mi/mi-console.exp: Remove obsolete comment.
415 Check for semihosted inferior output pattern.
416 (semihosted_string): New function.
417
391d3400
JB
4182013-11-15 Joel Brobecker <brobecker@adacore.com>
419
420 * gdb.ada/info_exc.exp: Allow other global exceptions to be
421 listed in the output of "info exceptions".
422 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
423 listed in the output of "-info-ada-exceptions".
424
e092da29
JB
4252013-11-15 Joel Brobecker <brobecker@adacore.com>
426
427 * gdb.ada/info_exc.exp: Start inferior before starting
428 the "info exceptions" tests.
429 * gdb.ada/mi_exc_info.exp: Start inferior before starting
430 the "-info-ada-exceptions" tests.
431
805e1f19
TT
4322013-11-15 Tom Tromey <tromey@redhat.com>
433
434 * gdb.cp/includefile: New file.
435 * gdb.cp/filename.exp: New file.
436 * gdb.cp/filename.cc: New file.
437
9abb1bd6
DE
4382013-11-15 Doug Evans <xdje42@gmail.com>
439
440 * gdb.python/py-breakpoint.exp: Make tests have unique names.
441
8abea1a1
DE
4422013-11-15 Doug Evans <xdje42@gmail.com>
443
444 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
445
330a7fce
DE
4462013-11-15 Doug Evans <xdje42@gmail.com>
447
448 * gdb.python/py-breakpoint.exp: Split up into several functions,
449 each with their own test prefix.
450
0acf8b65
JB
4512013-11-15 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.ada/O2_float_param: New testcase.
454
496038b3
TT
4552013-11-14 Tom Tromey <tromey@redhat.com>
456
457 * Makefile.in (check-parallel): Print summary from gdb.sum.
458
c7e8af9b
OJ
4592013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
460
461 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
462 and function label names.
463 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
464 compile unit labels.
465
403cb6b1
JB
4662013-11-14 Joel Brobecker <brobecker@adacore.com>
467
468 * gdb.mi/mi-language.exp: New file.
469
74921315
KS
4702013-09-17 Keith Seitz <keiths@redhat.com>
471
472 PR c++/7935
473 PR c++/10541
474 * gdb.cp/nsalias.exp: New file.
475 * gdb.cp/nsalias.cc: New file.
476 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
477 tests only on known, working compiler versions.
478
08c43050
TT
4792013-11-13 Tom Tromey <tromey@redhat.com>
480
481 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
482 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
483
0682e708
DE
4842013-11-12 Doug Evans <dje@google.com>
485
486 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
487 so that "rm -rf $builddir" Just Works.
488
a7e332c2
JB
4892013-11-12 Joel Brobecker <brobecker@adacore.com>
490
491 * gdb.ada/mi_exc_info: New testcase.
492
778865d3
JB
4932013-11-12 Joel Brobecker <brobecker@adacore.com>
494
495 * gdb.ada/info_exc: New testcase.
496
304a8ac1
DE
4972013-11-11 Doug Evans <dje@google.com>
498
499 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
500 of testfile.
501
bc79de95
PM
5022013-11-11 Phil Muldoon <pmuldoon@redhat.com>
503
504 * gdb.python/py-linetable.S: New file.
505 * gdb.python/py-linetable.c: New file.
506 * gdb.python/py-linetable.exp: New file.
507
2df4d1d5
JB
5082013-11-11 Joel Brobecker <brobecker@adacore.com>
509
510 * gdb.ada/mi_ex_cond: New testcase.
511
204b5331
DE
5122013-11-07 Doug Evans <dje@google.com>
513
514 PR 11786
515 * gdb.base/gcore-relro-pie.c: New file.
516 * gdb.base/gcore-relro-pie.exp: New file.
517
92e32e33
PM
5182013-11-07 Phil Muldoon <pmuldoon@redhat.com>
519
520 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
521 * gdb.python/py-cmd.c: New File.
522
f76c27b5
PM
5232013-11-07 Phil Muldoon <pmuldoon@redhat.com>
524
525 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
526
79600f4f 5272013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
528
529 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
530
6dbb6798
YQ
5312013-11-06 Yao Qi <yao@codesourcery.com>
532
533 * lib/gdb.exp (gdb_produce_source): New procedure.
534 * gdb.perf/solib.c: New.
535 * gdb.perf/solib.exp: New.
536 * gdb.perf/solib.py: New.
537
71c0c615
YQ
5382013-11-06 Yao Qi <yao@codesourcery.com>
539
540 * README: Mention performance tests.
541
f27a1236
YQ
5422013-11-06 Yao Qi <yao@codesourcery.com>
543
544 * lib/perftest.exp: New.
545 * gdb.perf/lib/perftest/__init__.py: New.
546 * gdb.perf/lib/perftest/measure.py: New.
547 * gdb.perf/lib/perftest/perftest.py: New.
548 * gdb.perf/lib/perftest/reporter.py: New.
549 * gdb.perf/lib/perftest/testresult.py: New.
550
7636ccf9
YQ
5512013-11-06 Yao Qi <yao@codesourcery.com>
552
553 * Makefile.in (check-perf): New target.
554 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
555 * configure: Re-generated.
556 * gdb.perf/Makefile.in: New.
557
81208388
TT
5582013-11-04 Tom Tromey <tromey@redhat.com>
559
560 * Makefile.in (TEST_DIRS): Remove.
561 (TEST_TARGETS, check-parallel): Rewrite.
562 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
563 (subdir_do, subdirs): Remove.
564 (do-check-parallel, check/%): New targets.
565 (clean): Remove outputs, temp, and cache directories.
566 (saw_dash_j): New variable.
567 (CHECK_TARGET): Use it.
568 (check): Depend on all, site.exp. Rewrite.
569 (check-single): Remove dependencies.
570 (slow_tests, all_tests, reordered_tests): New variables.
571
c63ffa1f
TT
5722013-11-04 Tom Tromey <tromey@redhat.com>
573
574 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
575 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
576 before loading binfile.
577 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
578 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
579 before loading binfile.
580
3fef966c
TT
5812013-11-04 Tom Tromey <tromey@redhat.com>
582
583 * gdb.base/foll-exec.c (main): Use BASEDIR.
584 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
585 * gdb.base/foll-vfork.c (main): Use BASEDIR.
586 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
587 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
588 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
589
24890efd
TT
5902013-11-04 Tom Tromey <tromey@redhat.com>
591
592 * gdb.base/argv0-symlink.exp: Compute executable's directory
593 dynamically.
594
c59ffcab
TT
5952013-11-04 Tom Tromey <tromey@redhat.com>
596
597 * gdb.asm/asm-source.exp: Use standard_output_file.
598
479c8d68
TT
5992013-11-04 Tom Tromey <tromey@redhat.com>
600
601 * gdb.server/file-transfer.exp: Use standard_output_file.
602
1e537771
TT
6032013-11-04 Tom Tromey <tromey@redhat.com>
604
605 * gdb.base/fullname.exp: Use standard_output_file,
606 relative_filename.
607 * gdb.base/hashline1.exp: Use standard_testfile,
608 standard_output_file, relative_filename, clean_restart.
609 * gdb.base/hashline2.exp: Use standard_testfile,
610 standard_output_file.
611 * gdb.base/hashline3.exp: Use standard_testfile,
612 standard_output_file, relative_filename.
613 * lib/gdb.exp (relative_filename): New proc.
614
b44b82af
TT
6152013-11-04 Tom Tromey <tromey@redhat.com>
616
617 * gdb.base/fileio.c (test_open, test_write, test_read)
618 (test_lseek, test_close, test_stat, test_fstat)
619 (test_isatty, test_system, test_rename, test_unlink):
620 Use OUTDIR define.
621 * gdb.base/fileio.exp: Define OUTDIR during compilation.
622 Use standard_output_file.
623
59b28c5d
TT
6242013-11-04 Tom Tromey <tromey@redhat.com>
625
626 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
627 defines.
628 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
629 compilation. Use prepare_for_testing, standard_output_file.
630
08b3fe69
TT
6312013-11-04 Tom Tromey <tromey@redhat.com>
632
633 * gdb.base/advance.exp: Use standard_testfile and
634 prepare_for_testing.
635 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
636 appropriate directory when local.
637 * gdb.base/dump.exp: Use standard_output_file. Update all
638 "dump" and "restore" filenames.
639 * gdb.base/interact.exp: Use standard_output_file.
640 * gdb.base/jit-so.exp: Don't download file when local.
641 * gdb.base/jit.exp (compile_jit_test): Don't download file
642 when local.
643 * gdb.base/list.exp: Use gdb_remote_download.
644 * gdb.base/maint.exp: Use standard_output_file.
645 * gdb.base/prelink.exp: Use standard_output_file.
646 * gdb.base/save-bp.exp: Use standard_output_file.
647 * gdb.base/sepdebug.exp: Use standard_testfile,
648 standard_output_file.
649 (test_different_dir): Don't declare objdir.
650 * gdb.base/solib-search.exp: Use standard_output_file.
651 * gdb.base/step-line.exp: Use gdb_remote_download.
652 * gdb.base/trace-commands.exp: Use standard_output_file.
653
32cfb09d
TT
6542013-11-04 Tom Tromey <tromey@redhat.com>
655
656 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
657 to compilation. Use standard_output_file.
658 (test_tfind_tfile): Update.
659 * gdb.trace/tfile.c (write_basic_trace_file)
660 (write_error_trace_file): Use TFILE_DIR.
661 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
662 standard_output_file.
663
84741506
TT
6642013-11-04 Tom Tromey <tromey@redhat.com>
665
666 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
667 Use "dwarf2 always-disassemble" for the "maint set" test.
668 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
669 standard_output_file.
670 * gdb.mi/mi-logging.exp: Use standard_output_file.
671
cfb7b9a3
TT
6722013-11-04 Tom Tromey <tromey@redhat.com>
673
674 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
675 downloads conditional on remote host.
676 (set_arch): Likewise.
677 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
678 (load_description): Use standard_output_file.
679
bdfe0594
TT
6802013-11-04 Tom Tromey <tromey@redhat.com>
681
682 * gdb.gdb/selftest.exp: Use standard_output_file.
683 * lib/selftest-support.exp (do_self_tests): Use
684 standard_output_file.
685
8c639e73
TT
6862013-11-04 Tom Tromey <tromey@redhat.com>
687
688 * gdb.stabs/weird.exp: Use gdb_remote_download and
689 standard_output_file.
690
5030a410
TT
6912013-11-04 Tom Tromey <tromey@redhat.com>
692
693 * gdb.base/gcore-buffer-overflow.exp: Use
694 standard_output_file, not standard_testfile.
695 * gdb.base/twice.exp: Use standard_testfile, not
696 standard_output_file. Use gdb_remote_download.
697
95d7853e
TT
6982013-11-04 Tom Tromey <tromey@redhat.com>
699
700 * lib/gdb.exp (get_compiler_info): Use log_file -info and
701 restore from that.
702
eab88b54
MR
7032013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
704
705 * gdb.cp/derivation.exp: s/perrro/perror/
706
a1b0fbee
MR
7072013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
708
709 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
710 `debugdir'.
711
638aa5a1
AB
7122013-10-31 Andrew Burgess <aburgess@broadcom.com>
713
714 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
715 tests and update expected error message.
716 (test_watch_register_location): New tests.
717 (do_tests): Call test_watch_register_location.
718 * gdb.base/watchpoints.exp: Update expected error message.
719
055e608a
UW
7202013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
721
722 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
723 the patterns in gdb_test_multiple.
724
9ac69859
NB
7252013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
726
727 * gdb.base/sym-file-lib.c: New file.
728 * gdb.base/sym-file-loader.c: New file.
729 * gdb.base/sym-file-loader.h: New file.
730 * gdb.base/sym-file-main.c: New file.
731 * gdb.base/sym-file.exp: New file.
732 * lib/gdb.exp (is_elf_target): New function.
733
24ba476b
PA
7342013-10-29 Pedro Alves <palves@redhat.com>
735
736 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
737 variable setting change-log-default-name to ChangeLog-mi.
738
f69d9aef
AB
7392013-10-29 Andrew Burgess <aburgess@broadcom.com>
740
741 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
742 Expect <unavailable> pattern.
743
71193121
TV
7442013-10-28 Tom de Vries <tom@codesourcery.com>
745
746 * gdb.arch/thumb2-it.S (it_8): Fix typo.
747
38095c27
AK
7482013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
749
750 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
751 remote stubs where exit() behaviour is unreliable.
752
686d4def
PA
7532013-10-25 Pedro Alves <palves@redhat.com>
754
755 * gdb.cp/m-static.exp: Adjust expected output of printing a
756 nonexistent or optimized out static field. Also test printing the
757 the "container" object.
758
a35cfb40
MR
7592013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
760
761 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
762 if in the persistent mode.
763 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
764
bbe769cc
MR
7652013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
766
767 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
768 support core file generation" reply.
769
95e4302a
JM
7702013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
771
772 PR gdb/15986
773 * gdb.base/run.c (main): gdb_get_line_number tag added for
774 commands.exp.
775 (factorial): Likewise.
776
777 * gdb.base/commands.exp (watchpoint_command_test): Use
778 gdb_get_line_number in order to determine the locations in run.c
779 where local_var is detected to go out of scope.
780
4c406179
JM
7812013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
782
783 * gdb.base/gnu_vector.exp: Care about endianness when casting
784 scalars to vectors.
785
bb6216d8
TT
7862013-10-18 Tom Tromey <tromey@redhat.com>
787
788 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
789 of "binfile".
790
e8369a73
AB
7912013-10-18 Andrew Burgess <aburgess@broadcom.com>
792
793 * gdb.base/watchpoints.exp: Add test for setting software
794 watchpoints of different types before starting the inferior.
795
776f04fa
PA
7962013-10-18 Pedro Alves <palves@redhat.com>
797
798 PR gdb/16062
799 * gdb.threads/stepi-random-signal.c: New file.
800 * gdb.threads/stepi-random-signal.exp: New file.
801
e4b8388f
MR
8022013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
803
804 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
805 Fix comment typo.
806 * lib/gdb.exp (gdb_init): Likewise.
807
50b34a18
TT
8082013-10-17 Tom Tromey <tromey@redhat.com>
809
810 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
811
3db258f5
TT
8122013-10-14 Tom Tromey <tromey@redhat.com>
813
814 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
815 name to gdb_test_no_output.
816
4856b6bc
JK
8172013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
818
819 Canonicalize directories for EXEC_FILENAME.
820 * gdb.base/argv0-symlink.exp
821 (kept file symbolic link name for info inferiors): New.
822 (kept directory symbolic link name): Setup kfail.
823 (kept directory symbolic link name for info inferiors): New.
824
9772d074
UW
8252013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
826
827 * gdb.arch/s390-multiarch.exp: New file.
828 * gdb.arch/s390-multiarch.c: New file.
829
2a3be966
JB
8302013-10-11 Joel Brobecker <brobecker@adacore.com>
831
832 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
833 use the appropriate GDB/MI command instead, and verify
834 the test output.
835
7c647d61
JB
8362013-10-11 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.base/source-nofile.gdb: New file.
839 * gdb.base/source.exp: Add two tests verifying the behavior when
840 the "source" command is given a non-existant filename.
841
bb66bd51
YQ
8422013-10-11 Yao Qi <yao@codesourcery.com>
843
844 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
845 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
846 and 'dlclose'.
847 [!__WIN32__]: Include "dlfcn.h".
848 * gdb.mi/mi-catch-load.exp: Set up kfail.
849
4f424bb1
AK
8502013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
851
852 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
853 generated corefile" by argument "$test".
854
578d3588
PA
8552013-10-09 Pedro Alves <palves@redhat.com>
856
857 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
858 output.
859
eb4ca471
PA
8602013-10-09 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
863 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
864 (test_catch_syscall_with_wrong_args)
865 (test_catch_syscall_restarting_inferior)
866 (test_catch_syscall_fail_nodatadir)
867 (test_catch_syscall_without_args_noxml)
868 (test_catch_syscall_with_args_noxml)
869 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
870
dc294be5
TT
8712013-10-08 Tom Tromey <tromey@redhat.com>
872
873 * gdb.dwarf2/dwzbuildid.exp: New file.
874 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
875 parameters.
876 (Dwarf::_defer_output): Change "section" parameter to
877 "section_spec"; update.
878 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
879 procs.
880
c968bd18
JB
8812013-10-08 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
884
f44eeb11
TT
8852013-10-07 Tom Tromey <tromey@redhat.com>
886
887 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
888 to 0.
889
0c557179
SDJ
8902013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
891
892 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
893 $_exitcode is void when opening a corefile.
894 * gdb.base/exitsignal.exp: New file.
895 * gdb.base/segv.c: Likewise.
896 * gdb.base/normal.c: Likewise.
897
5713b9b5
JB
8982013-10-04 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
901
3f983d47
YZ
9022013-10-02 Vidya Praveen <vidyapraveen@arm.com>
903
904 * gdb.trace/entry-values.exp: Modify regular expression to scan for
905 'bl' instruction instead of 'call' for ARM and AArch64 targets.
906
901461f8
PA
9072013-10-02 Pedro Alves <palves@redhat.com>
908
909 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
910 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
911 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
912 (not_saved_pattern): New.
913 Replace use of the former with the latter.
914
b477a5e6
PA
9152013-10-02 Pedro Alves <palves@redhat.com>
916
917 * README (Board Settings): Document "exit_is_reliable".
918 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
919 running to exit reliably reports program exits.
920 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
921 info.
922 * boards/native-stdio-gdbserver.exp: Likewise.
923
a49bed3a
DE
9242013-10-01 Doug Evans <dje@google.com>
925
926 * gdb.python/python.exp: Remove redundant print-stack tests.
927 Make all print-stack test names unique. Fix spelling of print-stack.
928
2ed2ad44
YQ
9292013-09-29 Yao Qi <yao@codesourcery.com>
930
931 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
932 is remote.
933
7d760051
UW
9342013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
935
936 PR shlibs/8882
937 * gdb.base/corefile.exp: Add a check to assure warning-free
938 core-file load.
939
82bf32bc
JK
9402013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * gdb.dwarf2/dwp-symlink.c: New file.
943 * gdb.dwarf2/dwp-symlink.exp: New file.
944
4fa7d390
DE
9452013-09-20 Doug Evans <dje@google.com>
946
6b4646ce
DE
947 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
948 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
949 file.
950 * gdb.dwarf2/fission-loclists.S: Ditto.
951 * gdb.dwarf2/fission-reread.S: Ditto.
952 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
953 build_executable_from_fission_assembler.
954 * gdb.dwarf2/fission-loclists.exp: Ditto.
955 * gdb.dwarf2/fission-reread.exp: Ditto.
956
4fa7d390
DE
957 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
958 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
959 (gdb_gnu_strip_debug): Ditto.
960 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
961 * gdb.arch/altivec-abi.exp: Ditto.
962 * gdb.base/attach-pie-misread.exp: Ditto.
963 * gdb.base/comprdebug.exp: Ditto.
964 * gdb.base/dup-sect.exp: Ditto.
965 * gdb.base/gnu-debugdata.exp: Ditto.
966 * gdb.base/step-symless.exp: Ditto.
967 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
968 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
969 * gdb.dwarf2/gdb-index.exp: Ditto.
970
e4c6a2c4
AB
9712013-09-18 Andrew Burgess <aburgess@broadcom.com>
972
973 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
974 register to "<optimized out>", and also print the registers.
975
a205fbfc
PA
9762013-09-18 Pedro Alves <palves@redhat.com>
977
978 PR server/15967
979 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
980 change text.
981
ee47b2f8
YQ
9822013-09-18 Yao Qi <yao@codesourcery.com>
983
984 * gdb.server/wrapper.c: New.
985 * gdb.server/wrapper.exp: New.
986
49fa26b0
PA
9872013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
988 Jan Kratochvil <jan.kartochvil@redhat.com>
989 Pedro Alves <palves@redhat.com>
990
991 PR gdb/11568
992 * gdb.thread/thread-specific-bp.c: New file.
993 * gdb.thread/thread-specific-bp.exp: New file.
994
e83b28bc
SDJ
9952013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
996
997 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
998 convenience function.
999
08d72866
PA
10002013-09-17 Pedro Alves <palves@redhat.com>
1001
1002 PR gdb/15911
1003 * gdb.threads/info-threads-cur-sal-2.c: New file.
1004 * gdb.threads/info-threads-cur-sal.c: New file.
1005 * gdb.threads/info-threads-cur-sal.exp: New file.
1006
57b0d98e
YQ
10072013-09-17 Yao Qi <yao@codesourcery.com>
1008
1009 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1010 [__WIN32__]: Include "windows.h" and define macro dlopen
1011 and dlclose.
1012 [!__WIN32__]: Include "dlfcn.h".
1013 * gdb.base/catch-load.exp (one_catch_load_test): Match
1014 directory separator.
1015
0295a32e
DE
10162013-09-16 Doug Evans <dje@google.com>
1017
a587b477
DE
1018 * lib/gdb.exp (using_fission): New proc.
1019 * gdb.base/info-macros.exp: Skip test if using Fission.
1020
0295a32e
DE
1021 * gdb.base/break-interp.exp: Fix indentation.
1022
a280dbd1
SDJ
10232013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1024
1025 * gdb.base/gdbvars.c (foo_void): New function.
1026 (foo_int): Likewise.
1027 * gdb.base/gdbvars.exp (test_convenience_functions): New
1028 function. Call it.
1029
4ac33720
UW
10302013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1031
1032 * gdb.arch/s390-tdbregs.c: New file.
1033 * gdb.arch/s390-tdbregs.exp: New file.
1034
b866c52d
SS
10352013-09-12 Stan Shebs <stan@codesourcery.com>
1036
1037 * README: New file.
1038
dc59cba6
DE
10392013-09-12 Doug Evans <dje@google.com>
1040
1041 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1042 added code to print event.inferior.
1043
edf9f00c
JK
10442013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1045
1046 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1047 debug part of the binary.
1048
5423b017
JK
10492013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1052 (addlink): Add comment.
1053
9295cf6f
SA
10542013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1055
1056 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1057 canonical pathname.
1058
89e63ee4
DE
10592013-09-04 Doug Evans <dje@google.com>
1060
314bb8c3
DE
1061 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1062 event.
1063 (continue_handler, new_objfile_handler): Ditto.
1064 (test_events): Rename command to "test-events".
1065 (test_newobj_events): Rename command to "test-objfile-events".
1066 * gdb.python/py-events.exp: Update.
1067 * gdb.python/py-evsignal.exp: Update.
1068 * gdb.python/py-evthreads.exp: Update.
1069
89e63ee4
DE
1070 * gdb.base/enumval.c (ZERO): New enum value.
1071 (main): Use it
1072 * gdb.base/enumval.exp: Test ability to print ZERO.
1073
10742013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1075 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/relocate.exp: Check that invalid options are
1078 rejected.
1079
26c2b53c
AB
10802013-08-30 Andrew Burgess <aburgess@broadcom.com>
1081
1082 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1083 (my_static_symbol): Add comment.
1084 (main): Reference my_bss_symbol.
1085
96d9056e
PM
10862013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1087
1088 * gdb.python/py-arch.exp: Tests for invalid architecture.
1089
489d4f4d
SA
10902013-08-29 Sterling Augustine <saugustine@google.com>
1091
1092 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1093 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1094 said conditional.
1095
5b791bb5
PM
10962013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1097
1098 * gdb.python/py-arch.exp: Load gdb-python.exp.
1099
8f28f522
PM
11002013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1101
1102 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1103 itertools for imap attribute. Otherwise use map().
1104 (ElidingIterator): Define wrapper function __next__.
1105 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1106 use exec (open (read ())) instead.
1107 * gdb.python/py-framefilter.exp: Ditto.
1108 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1109 compliance.
1110 * gdb.python/py-frame.exp: Ditto.
1111 * gdb.python/py-type.exp: Ditto.
1112
1f0c4988
JK
11132013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 PR gdb/15415
1116 * gdb.base/argv0-symlink.c: New file.
1117 * gdb.base/argv0-symlink.exp: New file.
1118
7893c162
TT
11192013-08-28 Tom Tromey <tromey@redhat.com>
1120
1121 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1122 when saving index.
1123
6211c335
YQ
11242013-08-27 Yao Qi <yao@codesourcery.com>
1125
1126 * gdb.trace/entry-values.exp: Test unavailable entry value is
1127 not shown when option '--skip-unavailable' is specified.
1128 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1129 Add tests for new option '--skip-unavailable'.
1130
ce4ea2bb
YQ
11312013-08-27 Yao Qi <yao@codesourcery.com>
1132
1133 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1134 remote_download if it is empty.
1135
6e45f158
DE
11362013-08-26 Doug Evans <dje@google.com>
1137
779bd270
DE
1138 PR symtab/15885
1139 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1140 (clean): rm -f *.gdb-index *.with-index.
1141 * gdb.dwarf2/gdb-index.exp: New testcase.
1142
6e45f158
DE
1143 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1144 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1145 run_on_host. All callers updated.
1146
b1224238
YQ
11472013-08-24 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.trace/entry-values.c (end): New
1150 (main): Call end.
1151 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1152 tracepoint and collect data. Test entry value is unavailable.
1153
b39a8faf
YQ
11542013-08-24 Yao Qi <yao@codesourcery.com>
1155
1156 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1157 * gdb.trace/entry-values.c: New.
1158 * gdb.trace/entry-values.exp: New.
1159
9eaabc75
MW
11602013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1161
1162 PR gdb/15501
1163 * gdb.base/ena-dis-br.exp: Add test to verify
1164 enable/disable commands work correctly with
1165 multiple arguments that include multiple locations.
1166
9f948660
SDJ
11672013-08-22 Samuel Bronson <naesten@gmail.com>
1168
1169 ARM Linux support for `catch syscall'.
1170 * gdb.base/catch-syscall.exp: Test this on ARM now.
1171 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1172
e630b974
TT
11732013-08-22 Tom Tromey <tromey@redhat.com>
1174
1175 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1176 default addr_size.
1177 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1178
f3a76454
TT
11792013-08-22 Tom Tromey <tromey@redhat.com>
1180
1181 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1182 standard_temp_file.
1183
de5f37e1
TT
11842013-08-22 Tom Tromey <tromey@redhat.com>
1185
1186 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1187 clean_restart.
1188 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1189 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1190 clean_restart.
1191 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1192 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1193 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1194 * gdb.arch/amd64-word.exp: Use standard_testfile,
1195 clean_restart.
1196 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1197 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1198 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1199 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1200 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1201 * gdb.arch/i386-signal.exp: Use standard_testfile.
1202 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1203 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1204 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1205 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1206
8448e842
TT
12072013-08-22 Tom Tromey <tromey@redhat.com>
1208
1209 * gdb.python/py-error.exp: Use gdb_remote_download.
1210 * gdb.python/py-mi.exp: Use gdb_remote_download.
1211 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1212 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1213 (run_lang_tests): Likewise.
1214 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1215 filename.
1216 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1217 compiling. Use gdb_remote_download. Update some tests.
1218 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1219 standard_output_file.
1220 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1221 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1222 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1223 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1224 standard_output_file.
1225
16cfcbc2
TT
12262013-08-22 Tom Tromey <tromey@redhat.com>
1227
1228 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1229
44ee8174
TT
12302013-08-22 Tom Tromey <tromey@redhat.com>
1231
1232 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1233 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1234 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1235 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1236 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1237 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1238 * lib/gdb.exp (gdb_remote_download): New proc.
1239
7a218f88
TT
12402013-08-22 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1243 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1244 * gdb.dwarf2/fission-base.S: Remove directory from
1245 DW_AT_GNU_dwo_name.
1246 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1247 debug-file-directory.
1248 * gdb.dwarf2/fission-reread.S: Remove directory from
1249 DW_AT_GNU_dwo_name.
1250 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1251 debug-file-directory.
1252
70cc1c23
DE
12532013-08-16 Doug Evans <dje@google.com>
1254
1255 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1256 prelink complains about an unhandled DWARF version.
1257
61884d20
DE
12582013-08-14 Cary Coutant <ccoutant@google.com>
1259
1260 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1261
5e92f71a
TT
12622013-08-13 Tom Tromey <tromey@redhat.com>
1263 Yao Qi <yao@codesourcery.com>
1264
1265 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1266 * lib/gdb.exp: Handle GDB_PARALLEL.
1267 (default_gdb_version): Kill inotify_pid if it exists.
1268 (default_gdb_exit): Emit warning if the inotify log is not
1269 empty.
1270 (standard_output_file): Respect GDB_PARALLEL.
1271 (standard_temp_file): Likewise.
1272 (gdb_init): Start inotifywait if requested.
1273
5c30d39a
AB
12742013-08-13 Andrew Burgess <aburgess@broadcom.com>
1275
1276 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1277 pointer with various flags.
1278
17e1c970
TT
12792013-08-13 Tom Tromey <tromey@redhat.com>
1280
1281 * lib/cache.exp: New file.
1282 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1283 * lib/gdb.exp: Load cache.exp.
1284 (support_complex_tests, is_ilp32_target, is_lp64_target)
1285 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1286 (gdb_skip_xml_test): Use gdb_caching_proc.
1287 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1288
4e234898
TT
12892013-08-13 Tom Tromey <tromey@redhat.com>
1290
1291 * lib/gdb.exp (standard_temp_file): New proc.
1292 (support_complex_tests, is_ilp32_target, is_lp64_target)
1293 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1294 standard_temp_file.
1295
53e981d9
TT
12962013-08-13 Tom Tromey <tromey@redhat.com>
1297
1298 * lib/gdb.exp (build_id_debug_filename_get): Use
1299 standard_output_file.
1300 * lib/prelink-support.exp (section_get)
1301 (build_executable_own_libs): Use standard_output_file.
1302
3f539315
TT
13032013-08-12 Tom Tromey <tromey@redhat.com>
1304
1305 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1306
b4013987
AA
13072013-08-12 Ali Anwar <alianwar@codesourcery.com>
1308
1309 * gdb.base/break.exp: Test break via convenience variable
1310 with file name.
1311
f61d5529
DE
13122013-08-09 Doug Evans <dje@google.com>
1313
1314 * lib/future.exp (gdb_find_ldd): New proc.
1315 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1316 Make "/usr/sbin/" in prelink path optional.
1317
1ed8d800
YQ
13182013-08-09 Yao Qi <yao@codesourcery.com>
1319
1320 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1321 "only" and "both" to 'print entry-values' before selecting
1322 trace frame.
1323
82a0a75f
YQ
13242013-08-08 Yao Qi <yao@codesourcery.com>
1325
1326 * gdb.trace/mi-trace-unavailable.exp: Don't set
1327 "print entry-values" to "no".
1328 (test_trace_unavailable): Set various values to
1329 "print entry-values" to test that the output of
1330 '-stack-list-locals' is not affected, and then set
1331 set "print entry-values" to "no".
1332
ac52f9a2
DE
13332013-08-07 Doug Evans <dje@google.com>
1334
1335 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1336 * gdb.python/py-value-cc.exp: Update.
1337 * gdb.python/py-value.exp: Use different names for .o files for
1338 C and C++. Only perform C++ tests if !skip_cplus_tests.
1339
bf6d8a91
TT
13402013-08-07 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1343
f9125b6c
TT
13442013-08-07 Tom Tromey <tromey@redhat.com>
1345
1346 * gdb.dwarf2/dwz.exp: New file.
1347
3a1115a0
TT
13482013-08-02 Tom Tromey <tromey@redhat.com>
1349
1350 * gdb.base/watchpoint.c (struct foo5): New.
1351 (nullptr): New global.
1352 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1353
b846d303
DE
13542013-08-01 Doug Evans <dje@google.com>
1355
7ee85ab1
DE
1356 PR symtab/15691
1357 * gdb.dwarf2/fission-mix.exp: New file.
1358 * gdb.dwarf2/fission-mix.h: New file.
1359 * gdb.dwarf2/fission-mix.c: New file.
1360 * gdb.dwarf2/fission-mix2.c: New file.
1361
b846d303
DE
1362 PR symtab/15695
1363 * gdb.base/func-ptr.exp: New file.
1364 * gdb.base/func-ptr.c: New file.
1365
67d21849
YQ
13662013-08-01 Yao Qi <yao@codesourcery.com>
1367
1368 * gdb.python/py-sync-interp.c: New.
1369 * gdb.python/py-sync-interp.exp: New.
1370
de74e63a
YQ
13712013-07-31 Yao Qi <yao@codesourcery.com>
1372
1373 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1374 'tdump' on stack frame 0 and 1 respectively.
1375
680558e8
YQ
13762013-07-31 Yao Qi <yao@codesourcery.com>
1377
1378 PR gdb/13443
1379 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1380 'traceframe'. Wrap test with with_test_prefix.
1381 (top level): Update.
1382
48bbe0bf
YQ
13832013-07-31 Yao Qi <yao@codesourcery.com>
1384
1385 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1386 'gdb_start'.
1387 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1388 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1389
11b4b7cc
AB
13902013-07-30 Andrew Burgess <aburgess@broadcom.com>
1391
1392 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1393 when printing an optimized out value. Expect an error when using
1394 an optimized out value in an expression.
1395
b0c54aa5
AB
13962013-07-30 Andrew Burgess <aburgess@broadcom.com>
1397
1398 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1399 * gdb.dwarf2/pieces-optimized-out.c: New file.
1400 * gdb.dwarf2/pieces-optimized-out.S: New file.
1401
97c85fc6
MB
14022013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1403
1404 PR gdb/15715
1405 * gdb.base/setshow.exp: Test that relative paths passed to
1406 'set history filename' are converted to absolute paths.
1407
5b32ae97
KS
14082013-07-26 Keith Seitz <keiths@redhat.com>
1409
1410 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1411 of f77.
1412 Allow for compiler variations of integer types.
1413 Use mi_create_varobj.
1414 Use mi_list_varobj_children for the immediate children of `array'.
1415 Add "has_more" attribute for grandchildren test.
1416
6f64ef53
PA
14172013-07-26 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1420 files.
1421
fdc8aae8
AB
14222013-07-25 Andrew Burgess <aburgess@broadcom.com>
1423
1424 * gdb.mi/mi-reg-undefined.exp: New file.
1425 * gdb.mi/mi-reg-undefined.c: Likewise.
1426 * gdb.mi/mi-reg-undefined.S: Likewise.
1427
6fbe845e
AB
14282013-07-25 Andrew Burgess <aburgess@broadcom.com>
1429
1430 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1431 z, o, and t output formats.
1432 * gdb.base/display.exp: Use 'k' as an undefined format now that
1433 'z' is defined.
1434
7b79b135
DE
14352013-07-24 Doug Evans <dje@google.com>
1436
1437 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1438 "--" to switch.
1439
a0607b84
YQ
14402013-07-24 Yao Qi <yao@codesourcery.com>
1441
1442 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1443 host.
1444 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1445 Likewise. If host is remote, copy ${binfile} to host.
1446
2eb14a9b
YQ
14472013-07-23 Yao Qi <yao@codesourcery.com>
1448
1449 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1450 message.
1451
5d0a3b53
WN
14522013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1453
1454 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1455 instructions and enable disp-step-syscall for arm targets.
1456
9a5911c0
WN
14572013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1458
1459 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1460 assembler errors on arm.
1461 * gdb.dwarf2/mac-fileno.S: Likewise.
1462 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1463 * gdb.dwarf2/pr13961.S: Likewise.
1464
fa876972
HZ
14652013-07-19 Hui Zhu <hui@codesourcery.com>
1466
1467 PR gdb/15692
1468 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1469
1527aea8
YQ
14702013-07-19 Yao Qi <yao@codesourcery.com>
1471
1472 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1473 (teset_from_exec): Likewise.
1474
73c1d57e
YQ
14752013-07-19 Yao Qi <yao@codesourcery.com>
1476
1477 * gdb.trace/read-memory.c: New.
1478 * gdb.trace/read-memory.exp: New.
1479
a075c3e5
YQ
14802013-07-19 Yao Qi <yao@codesourcery.com>
1481
1482 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1483 $dest to link options if host is remote. Move the
1484 generated file to $dest.a on host if host is remote.
1485
623cc285
WN
14862013-07-18 Will Newton <will.newton@linaro.org>
1487
1488 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1489 to ensure the test is linked against pthreads.
1490 * gdb.threads/tls-var-main.c: Likewise.
1491 * gdb.threads/tls-shared.c: Likewise.
1492
1f74d3b5
YQ
14932013-07-18 Yao Qi <yao@codesourcery.com>
1494
1495 * lib/future.exp (gdb_default_target_compile): Use tail name
1496 of $destfile as the output name of compile. Move the
1497 generated file to $destfile on build.
1498
f6dc277e
YQ
14992013-07-18 Yao Qi <yao@codesourcery.com>
1500
1501 * lib/gdb.exp (gdb_compile): Set
1502 gdb_saved_set_unbuffered_mode_obj to
1503 set_unbuffered_mode_saved.o if host is remote. Invoke
1504 remote_download to copy $unbuf_obj to host.
1505
e7045703
DE
15062013-07-17 Doug Evans <dje@google.com>
1507
1508 * gdb.python/py-frame-args.c: New file.
1509 * gdb.python/py-frame-args.py: New file.
1510 * gdb.python/py-frame-args.exp New file.
1511
5ea5559b
AB
15122013-07-16 Andrew Burgess <aburgess@broadcom.com>
1513
1514 * gdb.base/printcmds.exp (test_printf): Add tests for format
1515 strings with missing format specifier.
1516
4229ca0e
TT
15172013-07-16 Tom Tromey <tromey@redhat.com>
1518
1519 * gdb.ada/info_types.exp: Use standard_testfile.
1520
5ee657d5
TT
15212013-07-16 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.mi/mi-basics.exp: Use standard_output_file.
1524 (test_dir_specification, test_cwd_specification)
1525 (test_path_specification): Use testsubdir, not subdir and objdir.
1526
20e3d738
TT
15272013-07-16 Tom Tromey <tromey@redhat.com>
1528
1529 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1530
7d7c6477
JB
15312013-07-09 Joel Brobecker <brobecker@adacore.com>
1532
1533 * gdb.ada/small_reg_param.exp: Accept optional entry value
1534 for parameter "w".
1535
52cd8b7d
JB
15362013-07-09 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdb.ada/small_reg_param.exp: Remove trailing space.
1539
2a998fc0
DE
15402013-07-09 Doug Evans <dje@google.com>
1541
1542 * gdb.base/default.exp: Update expected output of "show print array"
1543 and "show print pretty".
1544
0329e9fb
UW
15452013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1546
1547 * gdb.threads/wp-replication.exp: Stop counting available hardware
1548 watchpoints after NR_THREADS iterations.
1549
1953058f
AB
15502013-07-08 Andrew Burgess <aburgess@broadcom.com>
1551
1552 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1553
7c0de741
YQ
15542013-07-07 Yao Qi <yao@codesourcery.com>
1555
1556 * boards/native-gdbserver.exp: Move invoke of
1557 process_multilib_options to gdbserver-base.exp.
1558 Move set_board_info 'compiler', 'gdb,noinferiorio',
1559 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1560 gdbserver-base.exp.
1561 Move proc ${board}_download, ${board}_upload and
1562 ${board}_file to gdbserver-base.exp.
1563 * boards/native-extended-gdbserver.exp: Likewise.
1564 * boards/native-stdio-gdbserver.exp: Likewise.
1565 * boards/gdbserver-base.exp: New file.
1566
497a4c48
LM
15672013-07-05 Luis Machado <lgustavo@codesourcery.com>
1568
1569 * gdb.base/dump.exp: Remove arch-specific tests and do a
1570 generic data address check to set is64bitonly correctly.
1571
bb3f62fc
LM
15722013-07-05 Luis Machado <lgustavo@codesourcery.com>
1573
1574 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1575 the register number instead of expecting only 0.
1576
005faa9d
WN
15772013-07-05 Will Newton <will.newton@linaro.org>
1578
1579 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1580 in asm syntax to allow building on ARM.
1581
4767856f
YQ
15822013-07-05 Yao Qi <yao@codesourcery.com>
1583
1584 * boards/local-remote-host.exp: Remove obsolete comments.
1585 * boards/native-extended-gdbserver.exp: Likewise.
1586 * boards/native-gdbserver.exp: Likewise.
1587 * boards/native-stdio-gdbserver.exp: Likewise.
1588
691a26f5
AB
15892013-07-04 Andrew Burgess <aburgess@broadcom.com>
1590
1591 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1592 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1593 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1594
4d142eaa
JK
15952013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 * gdb.base/break-on-linker-gcd-function.exp: Replace
1598 prepare_for_testing by build_executable_from_specs and clean_restart.
1599
62cef515
TT
16002013-06-27 Tom Tromey <tromey@redhat.com>
1601
1602 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1603 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1604 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1605 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1606 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1607 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1608 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1609 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1610 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1611 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1612 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1613 Use standard_testfile, standard_output_file, prepare_for_testing,
1614 clean_restart.
1615
0ab77f5f
TT
16162013-06-27 Tom Tromey <tromey@redhat.com>
1617
1618 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1619 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1620 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1621 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1622 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1623 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1624 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1625 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1626 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1627 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1628 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1629 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1630 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1631 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1632 gdb.base/solib-weak.exp, gdb.base/source.exp,
1633 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1634 gdb.base/stap-probe.exp, gdb.base/start.exp,
1635 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1636 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1637 gdb.base/step-test.exp, gdb.base/structs.exp,
1638 gdb.base/structs2.exp, gdb.base/structs3.exp,
1639 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1640 standard_output_file, prepare_for_testing, clean_restart.
1641
822bd149
TT
16422013-06-27 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1645 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1646 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1647 gdb.base/pending.exp, gdb.base/permissions.exp,
1648 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1649 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1650 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1651 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1652 gdb.base/ptype.exp, gdb.base/randomize.exp,
1653 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1654 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1655 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1656 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1657 standard_testfile, standard_output_file, prepare_for_testing,
1658 clean_restart.
1659
f8b41b00
TT
16602013-06-27 Tom Tromey <tromey@redhat.com>
1661
a8c97a87
TT
1662 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1663 gdb.base/huge.exp, gdb.base/included.exp,
1664 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1665 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1666 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1667 gdb.base/info-target.exp, gdb.base/infoline.exp,
1668 gdb.base/interp.exp, gdb.base/interrupt.exp,
1669 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1670 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1671 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1672 gdb.base/logical.exp, gdb.base/long_long.exp,
1673 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1674 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1675 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1676 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1677 standard_testfile, standard_output_file, prepare_for_testing,
1678 clean_restart.
1679
289f9037
TT
16802013-06-27 Tom Tromey <tromey@redhat.com>
1681
a8c97a87
TT
1682 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1683 gdb.base/enumval.exp, gdb.base/environ.exp,
1684 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1685 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1686 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1687 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1688 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1689 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1690 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1691 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1692 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1693 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1694 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1695 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1696 gdb.base/gnu_vector.exp: Use standard_testfile,
1697 standard_output_file, prepare_for_testing, clean_restart.
289f9037 1698
f76495c8
TT
16992013-06-27 Tom Tromey <tromey@redhat.com>
1700
a8c97a87
TT
1701 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1702 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1703 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1704 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1705 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1706 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1707 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1708 gdb.base/commands.exp, gdb.base/completion.exp,
1709 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1710 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1711 gdb.base/constvars.exp, gdb.base/corefile.exp,
1712 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1713 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1714 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1715 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1716 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
1717 standard_output_file, prepare_for_testing, clean_restart.
1718
a64d2530
TT
17192013-06-27 Tom Tromey <tromey@redhat.com>
1720
a8c97a87
TT
1721 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1722 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1723 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1724 gdb.base/async-shell.exp, gdb.base/async.exp,
1725 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1726 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1727 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1728 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1729 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1730 gdb.base/break-on-linker-gcd-function.exp,
1731 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1732 standard_output_file, prepare_for_testing, clean_restart.
1733
aaff8d73
YQ
17342013-06-26 Yao Qi <yao@codesourcery.com>
1735
1736 * gdb.trace/mi-trace-frame-collected.exp: New.
1737
a0743c90
YQ
17382013-06-25 Yao Qi <yao@codesourcery.com>
1739
1740 * boards/native-extended-gdbserver.exp: Set board_info
1741 'gdb,predefined_tsv'.
1742 * boards/native-gdbserver.exp: Likewise.
1743 * boards/native-stdio-gdbserver.exp: Likewise.
1744 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1745 uploaded TSVs if target supports tracing.
1746 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1747 tracing and target has predefined tsv.
1748
9d6e6e84
HZ
17492013-06-25 Yao Qi <yao@codesourcery.com>
1750 Hui Zhu <hui@codesourcery.com>
1751 Pedro Alves <palves@redhat.com>
1752
1753 PR breakpoints/15075
1754 PR breakpoints/15434
1755 * gdb.base/dprintf-next.c: New file.
1756 * gdb.base/dprintf-next.exp: New file.
1757 * gdb.base/dprintf-non-stop.c: New file.
1758 * gdb.base/dprintf-non-stop.exp: New file.
1759 * gdb.base/dprintf.exp: Don't check "continue" in the output
1760 of "info breakpoints".
1761 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1762 Don't check "continue" in script field.
1763
e7ab3185
TT
17642013-06-21 Tom Tromey <tromey@redhat.com>
1765
1766 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1767 name in a test name.
1768
c898adb7
YQ
17692013-06-20 Yao Qi <yao@codesourcery.com>
1770
1771 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1772 and set an action.
1773 (test_trace_unavailable): Test command -data-list-register-values
1774 in the context of traceframe and with option --skip-unavailable.
1775 * gdb.trace/trace-unavailable.c (foo): New.
1776 (main): Call it.
1777 * gdb.mi/gdb2549.exp: Update matching pattern.
1778
4d157a3d
MF
17792013-06-19 Mike Frysinger <vapier@gentoo.org>
1780
1781 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1782 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1783 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1784 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1785 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1786
d69cace4
LM
17872013-06-19 Luis Machado <lgustavo@codesourcery.com>
1788
1789 * gdb.base/subst.exp: Delete default rules before further
1790 tests.
1791
9bdd0636
YQ
17922013-06-19 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1795 unsupported if it is not registered.
1796
427cd150
TT
17972013-06-18 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.base/random-signal.c: New file.
1800 * gdb.base/random-signal.exp: New file.
1801
6de7c271
WN
18022013-06-18 Will Newton <will.newton@linaro.org>
1803
1804 * gdb.base/skip.c: Use comma to evaluate results of foo()
1805 and bar() before passing to baz().
1806 * gdb.base/skip.c: baz() now takes one argument instead of
1807 two.
1808
5bd1ef56
TT
18092013-06-18 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.dwarf2/implptrpiece.exp: New file.
1812 * gdb.dwarf2/implptrconst.exp (d): New variable.
1813 Print d.
1814 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1815
e379b391
TT
18162013-06-18 Tom Tromey <tromey@redhat.com>
1817
1818 * lib/selftest-support.exp (do_self_tests): Reject remote or
1819 non-native targets.
1820 * gdb.gdb/complaints.exp: Remove check.
1821 * gdb.gdb/observer.exp: Remove check.
1822 * gdb.gdb/xfullpath.exp: Remove check.
1823 * gdb.gdb/complaints.exp: Remove check.
1824
4ec70201
PA
18252013-06-07 Pedro Alves <palves@redhat.com>
1826
1827 * boards/native-extended-gdbserver.exp: Remove semicolon.
1828 * config/arm-ice.exp: Likewise.
1829 * config/bfin.exp: Likewise.
1830 * config/cygmon.exp: Likewise.
1831 * config/h8300.exp: Likewise.
1832 * config/monitor.exp: Likewise.
1833 * config/sid.exp: Likewise.
1834 * config/sim.exp: Likewise.
1835 * config/slite.exp: Likewise.
1836 * config/vx.exp: Likewise.
1837 * gdb.arch/i386-bp_permanent.exp: Likewise.
1838 * gdb.asm/asm-source.exp: Likewise.
1839 * gdb.base/args.exp: Likewise.
1840 * gdb.base/attach-pie-misread.exp: Likewise.
1841 * gdb.base/auxv.exp: Likewise.
1842 * gdb.base/bigcore.exp: Likewise.
1843 * gdb.base/bitfields2.exp: Likewise.
1844 * gdb.base/bitfields.exp: Likewise.
1845 * gdb.base/break.exp: Likewise.
1846 * gdb.base/break-interp.exp: Likewise.
1847 * gdb.base/callfuncs.exp: Likewise.
1848 * gdb.base/call-sc.exp: Likewise.
1849 * gdb.base/commands.exp: Likewise.
1850 * gdb.base/corefile.exp: Likewise.
1851 * gdb.base/dbx.exp: Likewise.
1852 * gdb.base/ending-run.exp: Likewise.
1853 * gdb.base/exprs.exp: Likewise.
1854 * gdb.base/funcargs.exp: Likewise.
1855 * gdb.base/hbreak2.exp: Likewise.
1856 * gdb.base/huge.exp: Likewise.
1857 * gdb.base/list.exp: Likewise.
1858 * gdb.base/memattr.exp: Likewise.
1859 * gdb.base/overlays.exp: Likewise.
1860 * gdb.base/printcmds.exp: Likewise.
1861 * gdb.base/recurse.exp: Likewise.
1862 * gdb.base/remotetimeout.exp: Likewise.
1863 * gdb.base/reread.exp: Likewise.
1864 * gdb.base/savedregs.exp: Likewise.
1865 * gdb.base/scope.exp: Likewise.
1866 * gdb.base/sepdebug.exp: Likewise.
1867 * gdb.base/setshow.exp: Likewise.
1868 * gdb.base/setvar.exp: Likewise.
1869 * gdb.base/sigaltstack.exp: Likewise.
1870 * gdb.base/siginfo-addr.exp: Likewise.
1871 * gdb.base/siginfo.exp: Likewise.
1872 * gdb.base/siginfo-obj.exp: Likewise.
1873 * gdb.base/sigrepeat.exp: Likewise.
1874 * gdb.base/sigstep.exp: Likewise.
1875 * gdb.base/structs.exp: Likewise.
1876 * gdb.base/testenv.exp: Likewise.
1877 * gdb.base/twice.exp: Likewise.
1878 * gdb.base/valgrind-db-attach.exp: Likewise.
1879 * gdb.base/valgrind-infcall.exp: Likewise.
1880 * gdb.base/varargs.exp: Likewise.
1881 * gdb.base/watchpoint.exp: Likewise.
1882 * gdb.cp/gdb1355.exp: Likewise.
1883 * gdb.cp/misc.exp: Likewise.
1884 * gdb.disasm/hppa.exp: Likewise.
1885 * gdb.disasm/t01_mov.exp: Likewise.
1886 * gdb.disasm/t02_mova.exp: Likewise.
1887 * gdb.disasm/t03_add.exp: Likewise.
1888 * gdb.disasm/t04_sub.exp: Likewise.
1889 * gdb.disasm/t05_cmp.exp: Likewise.
1890 * gdb.disasm/t06_ari2.exp: Likewise.
1891 * gdb.disasm/t07_ari3.exp: Likewise.
1892 * gdb.disasm/t08_or.exp: Likewise.
1893 * gdb.disasm/t09_xor.exp: Likewise.
1894 * gdb.disasm/t10_and.exp: Likewise.
1895 * gdb.disasm/t11_logs.exp: Likewise.
1896 * gdb.disasm/t12_bit.exp: Likewise.
1897 * gdb.disasm/t13_otr.exp: Likewise.
1898 * gdb.gdb/selftest.exp: Likewise.
1899 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1900 * gdb.mi/mi-reverse.exp: Likewise.
1901 * gdb.pascal/floats.exp: Likewise.
1902 * gdb.python/py-inferior.exp: Likewise.
1903 * gdb.threads/attach-into-signal.exp: Likewise.
1904 * gdb.threads/pthreads.exp: Likewise.
1905 * gdb.threads/thread_events.exp: Likewise.
1906 * gdb.threads/watchthreads.exp: Likewise.
1907 * gdb.trace/actions-changed.exp: Likewise.
1908 * gdb.trace/actions.exp: Likewise.
1909 * gdb.trace/ax.exp: Likewise.
1910 * gdb.trace/backtrace.exp: Likewise.
1911 * gdb.trace/change-loc.exp: Likewise.
1912 * gdb.trace/deltrace.exp: Likewise.
1913 * gdb.trace/disconnected-tracing.exp: Likewise.
1914 * gdb.trace/ftrace.exp: Likewise.
1915 * gdb.trace/infotrace.exp: Likewise.
1916 * gdb.trace/passc-dyn.exp: Likewise.
1917 * gdb.trace/passcount.exp: Likewise.
1918 * gdb.trace/pending.exp: Likewise.
1919 * gdb.trace/qtro.exp: Likewise.
1920 * gdb.trace/range-stepping.exp: Likewise.
1921 * gdb.trace/report.exp: Likewise.
1922 * gdb.trace/save-trace.exp: Likewise.
1923 * gdb.trace/status-stop.exp: Likewise.
1924 * gdb.trace/strace.exp: Likewise.
1925 * gdb.trace/tfile.exp: Likewise.
1926 * gdb.trace/tfind.exp: Likewise.
1927 * gdb.trace/trace-break.exp: Likewise.
1928 * gdb.trace/tracecmd.exp: Likewise.
1929 * gdb.trace/trace-mt.exp: Likewise.
1930 * gdb.trace/tspeed.exp: Likewise.
1931 * gdb.trace/tsv.exp: Likewise.
1932 * gdb.trace/while-stepping.exp: Likewise.
1933 * lib/gdb.exp: Likewise.
1934 * lib/gdbserver-support.exp: Likewise.
1935 * lib/java.exp: Likewise.
1936 * lib/mi-support.exp: Likewise.
1937 * lib/pascal.exp: Likewise.
1938 * lib/prompt.exp: Likewise.
1939 * lib/trace-support.exp: Likewise.
1940
47d48711
PA
19412013-06-07 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.ada/info_types.c: Fix formating in copyright header.
1944 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1945 * gdb.base/float.c: Likewise.
1946 * gdb.base/inferior-died.c: Likewise.
1947 * gdb.base/interp.c: Likewise.
1948 * gdb.base/jit-main.c: Likewise.
1949 * gdb.base/jit-solib.c: Likewise.
1950 * gdb.base/long_long.c: Likewise.
1951 * gdb.base/longjmp.c: Likewise.
1952 * gdb.base/nextoverexit.c: Likewise.
1953 * gdb.base/pr11022.c: Likewise.
1954 * gdb.base/prelink-lib.c: Likewise.
1955 * gdb.base/prelink.c: Likewise.
1956 * gdb.base/prologue.c: Likewise.
1957 * gdb.base/restore.c: Likewise.
1958 * gdb.base/sigchld.c: Likewise.
1959 * gdb.base/solib-search-lib1.c: Likewise.
1960 * gdb.base/solib-search-lib2.c: Likewise.
1961 * gdb.base/solib-search.c: Likewise.
1962 * gdb.base/solib-search.h: Likewise.
1963 * gdb.base/whatis.c: Likewise.
1964 * gdb.cp/abstract-origin.cc: Likewise.
1965 * gdb.cp/anon-struct.cc: Likewise.
1966 * gdb.cp/baseenum.cc: Likewise.
1967 * gdb.cp/bs15503.cc: Likewise.
1968 * gdb.cp/call-c-1.c: Likewise.
1969 * gdb.cp/call-c.cc: Likewise.
1970 * gdb.cp/class2.cc: Likewise.
1971 * gdb.cp/classes.cc: Likewise.
1972 * gdb.cp/cttiadd.cc: Likewise.
1973 * gdb.cp/cttiadd1.cc: Likewise.
1974 * gdb.cp/cttiadd2.cc: Likewise.
1975 * gdb.cp/cttiadd3.cc: Likewise.
1976 * gdb.cp/derivation.cc: Likewise.
1977 * gdb.cp/derivation2.cc: Likewise.
1978 * gdb.cp/dispcxx.cc: Likewise.
1979 * gdb.cp/exception.cc: Likewise.
1980 * gdb.cp/gdb2384-base.cc: Likewise.
1981 * gdb.cp/gdb2384-base.h: Likewise.
1982 * gdb.cp/gdb2384.cc: Likewise.
1983 * gdb.cp/gdb2495.cc: Likewise.
1984 * gdb.cp/mb-inline.h: Likewise.
1985 * gdb.cp/mb-inline1.cc: Likewise.
1986 * gdb.cp/mb-inline2.cc: Likewise.
1987 * gdb.cp/member-name.cc: Likewise.
1988 * gdb.cp/member-ptr.cc: Likewise.
1989 * gdb.cp/misc.cc: Likewise.
1990 * gdb.cp/namespace1.cc: Likewise.
1991 * gdb.cp/nextoverthrow.cc: Likewise.
1992 * gdb.cp/pr-574.cc: Likewise.
1993 * gdb.cp/pr9631.cc: Likewise.
1994 * gdb.cp/printmethod.cc: Likewise.
1995 * gdb.cp/psmang1.cc: Likewise.
1996 * gdb.cp/psmang2.cc: Likewise.
1997 * gdb.cp/psymtab-parameter.cc: Likewise.
1998 * gdb.cp/ptype-flags.cc: Likewise.
1999 * gdb.cp/ref-params.cc: Likewise.
2000 * gdb.cp/ref-types.cc: Likewise.
2001 * gdb.cp/smartp.cc: Likewise.
2002 * gdb.cp/try_catch.cc: Likewise.
2003 * gdb.cp/userdef.cc: Likewise.
2004 * gdb.cp/using-crash.cc: Likewise.
2005 * gdb.cp/virtfunc.cc: Likewise.
2006 * gdb.cp/virtfunc2.cc: Likewise.
2007 * gdb.dwarf2/callframecfa.S: Likewise.
2008 * gdb.dwarf2/dw2-ranges.c: Likewise.
2009 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2010 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2011 * gdb.dwarf2/dw2-restore.S: Likewise.
2012 * gdb.dwarf2/pieces.S: Likewise.
2013 * gdb.dwarf2/valop.S: Likewise.
2014 * gdb.java/jnpe.java: Likewise.
2015 * gdb.mi/mi-stepn.c: Likewise.
2016 * gdb.mi/mi-var-cp.cc: Likewise.
2017 * gdb.mi/mi-var-rtti.cc: Likewise.
2018 * gdb.mi/ns-stale-regcache.c: Likewise.
2019 * gdb.mi/pr11022.c: Likewise.
2020 * gdb.mi/solib-lib.c: Likewise.
2021 * gdb.mi/solib-main.c: Likewise.
2022 * gdb.python/py-arch.c: Likewise.
2023 * gdb.python/py-block.c: Likewise.
2024 * gdb.python/py-breakpoint.c: Likewise.
2025 * gdb.python/py-events.c: Likewise.
2026 * gdb.python/py-evthreads.c: Likewise.
2027 * gdb.python/py-explore.c: Likewise.
2028 * gdb.python/py-explore.cc: Likewise.
2029 * gdb.python/py-finish-breakpoint.c: Likewise.
2030 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2031 * gdb.python/py-symbol.c: Likewise.
2032 * gdb.threads/execl.c: Likewise.
2033 * gdb.threads/execl1.c: Likewise.
2034
88ab5684
WN
20352013-06-07 Will Newton <will.newton@linaro.org>
2036
2037 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2038
42daa7a0
WN
20392013-06-07 Will Newton <will.newton@linaro.org>
2040
2041 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2042 and "starting".
2043
f4059ef3
WN
20442013-06-07 Will Newton <will.newton@linaro.org>
2045
2046 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2047 destructor prototypes for ARM ABI.
2048 * gdb.cp/m-static.exp: Likewise.
2049
8cb5cc78
YQ
20502013-06-07 Yao Qi <yao@codesourcery.com>
2051
2052 * gdb.trace/mi-trace-unavailable.exp: New.
2053 * gdb.trace/trace-unavailable.c: New.
2054
c6cf1712
DE
20552013-06-06 Doug Evans <dje@google.com>
2056
2057 * gdb.cp/derivation.exp: Make tests have unique names.
2058
bf6be0f4
TT
20592013-06-06 Tom Tromey <tromey@redhat.com>
2060
2061 * gdb.base/dump.exp (capture_value): Don't put expression into
2062 test name if arguments passed in.
2063 Rename a couple more tests to make them unique.
2064
ebb022fa
TT
20652013-06-06 Tom Tromey <tromey@redhat.com>
2066
2067 * gdb.base/break-always.exp: Explicitly specify test name.
2068
69fc87c2
DE
20692013-06-05 Doug Evans <dje@google.com>
2070 Keith Seitz <keiths@redhat.com>
2071
2072 * gdb.cp/derivation2.cc: New file.
2073 * gdb.cp/derivation.cc (main): Call foo2.
2074 * gdb.cp/derivation.exp: Add tests for typedefs in another
2075 file, and when there's an active block.
2076
f993f39e
LM
20772013-06-05 Luis Machado <lgustavo@codesourcery.com>
2078
2079 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2080 from targets that use function descriptors in the virtual tables.
2081 Handle presence of dot symbols.
2082
afacd7f3
GB
20832013-06-04 Gary Benson <gbenson@redhat.com>
2084
2085 * gdb.base/break-probes.exp: New file.
2086 * gdb.base/break-probes.c: Likewise.
2087 * gdb.base/break-probes-solib.c: Likewise.
2088 * gdb.base/info-shared.exp: New file.
2089 * gdb.base/info-shared.c: Likewise.
2090 * gdb.base/info-shared-solib1.c: Likewise.
2091 * gdb.base/info-shared-solib2.c: Likewise.
2092
a29a3fb7
GB
20932013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2094 Gary Benson <gbenson@redhat.com>
2095
2096 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2097 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2098 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2099 to be set to "no" to indicate that no ld.so copy should be made.
2100 * gdb.base/break-interp.exp (solib_bp): New constant.
2101 (reach_1): Use the above instead of "_dl_debug_state".
2102 (test_attach): Likewise.
2103 (test_ld): Likewise.
2104 * gdb.threads/dlopen-libpthread.exp: New file.
2105 * gdb.threads/dlopen-libpthread.c: Likewise.
2106 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2107 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2108
62a813cc
YQ
21092013-05-30 Yao Qi <yao@codesourcery.com>
2110
2111 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2112 Add a test that no MI notification is emitted when executing
2113 -exec-arguments.
2114
8f56dad4
JK
21152013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 PR testsuite/12649
2118 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2119 $mi_gdb_prompt expectation by mi_expect_stop.
2120 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2121 (mi info dprintf second time): Replace them by mi_send_resuming_command
2122 and mi_expect_stop.
2123
c588eb20
GB
21242013-05-24 Gary Benson <gbenson@redhat.com>
2125
2126 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2127 backslash.
2128 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2129 backslashes.
2130 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2131 backslash.
2132
c0ea94eb
YQ
21332013-05-24 Yao Qi <yao@codesourcery.com>
2134
2135 * gdb.trace/tfile.exp: Test inferior and thread.
2136
db1ac436
YQ
21372013-05-24 Yao Qi <yao@codesourcery.com>
2138 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2141 test fails.
2142 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2143 Return 0 if the test passes, otherwise return 1.
2144
b6abb10c
DE
21452013-05-23 Doug Evans <dje@google.com>
2146
2147 * boards/fission-dwp.exp: New file.
2148
bc5065a7
PA
21492013-05-23 Yao Qi <yao@codesourcery.com>
2150 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/range-stepping.c: New file.
2153 * gdb.base/range-stepping.exp: New file.
2154 * gdb.trace/range-stepping.c: New file.
2155 * gdb.trace/range-stepping.exp: New file.
2156 * lib/range-stepping-support.exp: New file.
2157
5f2e6b00
TT
21582013-05-22 Tom Tromey <tromey@redhat.com>
2159
2160 * gdb.cp/class2.cc (main): New local 'aref'.
2161 * gdb.cp/class2.exp: Check printing of 'aref'.
2162
e6ba475a
DE
21632013-05-22 Doug Evans <dje@google.com>
2164
2165 * gdb.threads/wp-replication.c (main): Insert some code at the start
2166 to ensure the breakpoint on main is only hit once. Fix comment.
2167
52c935b6
KS
21682013-05-21 Keith Seitz <keiths@redhat.com>
2169 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2172 gdb_expect.
2173 Add test to flush the remaining input buffer so that this
2174 file passes testsuite/12649.
2175
bd9673a4
PW
21762013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.base/catch-signal-fork.exp: New file.
2179 * gdb.base/catch-signal-fork.c: New file.
2180
69a97597
SA
21812013-05-21 Sterling Augustine <saugustine@google.com>
2182
2183 * boards/remote-stdio-gdbserver.exp: New file.
2184
44e97363
JK
21852013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 PR testsuite/12649
2188 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2189 racy matches.
2190
02392865
CG
21912013-05-21 Christian Groessler <chris@groessler.org>
2192
2193 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2194 since it's not supported in all shells.
2195
c5867ab6
HZ
21962013-05-21 Hui Zhu <hui@codesourcery.com>
2197
2198 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2199 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2200
6c9e2db4
DE
22012013-05-20 Doug Evans <dje@google.com>
2202
2203 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2204 (_handle_DW_TAG): Use it.
2205 (cu, tu): Replace parameters is_64, version, addr_size with options.
2206 All callers updated. Add Fission support.
2207 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2208 * gdb.dwarf2/method-ptr.exp: Ditto.
2209 * gdb.dwarf2/nostaticblock.exp: Ditto.
2210 * gdb.dwarf2/subrange.exp: Ditto.
2211 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2212
4a6e676c
TT
22132013-05-20 Tom Tromey <tromey@redhat.com>
2214
2215 * gdb.gdb/python-selftest.exp: New file.
2216
e19d3afb
DE
22172013-05-20 Doug Evans <dje@google.com>
2218
2219 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2220 -fdebug-types-section.
2221
4d804846
JB
22222013-05-20 Joel Brobecker <brobecker@adacore.com>
2223
2224 * gdb.ada/float_param: New testcase.
2225
8d324e83
DE
22262013-05-17 Doug Evans <dje@google.com>
2227
7d0c9981
DE
2228 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2229 Add tests for "maint check-symtabs", "maint expand-symtabs".
2230
8d324e83
DE
2231 * gdb.base/maint.exp: Remove testing of individual maint command
2232 help output.
2233
177aadc4
PA
22342013-05-16 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2237 comment. Use gdb_test_no_output.
2238
b8fea896
JB
22392013-05-16 Joel Brobecker <brobecker@adacore.com>
2240
2241 * gdb.ada/complete.exp: Add test verifying completion using
2242 the "tab" key.
2243
52c935b6
KS
22442013-05-15 Keith Seitz <keiths@redhat.com>
2245
2246 * gdb.base/filesym.exp: New completer test.
2247 * gdb.base/filesym.c: New file.
2248
ed0f00b8
PA
22492013-05-15 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.base/fixsection.c: Remove attribution.
2252 * gdb.base/watch-read.exp: Ditto.
2253
55fb6d27
TT
22542013-05-13 Tom Tromey <tromey@redhat.com>
2255
2256 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2257 size and change type sizes to 4 bytes.
2258
ac1ca910
TT
22592013-05-13 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.base/exprs.exp (test_expr): Add regression test.
2262 * gdb.base/exprs.c (null_t_struct): New global.
2263
8414efef
MB
22642013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2265
2266 * gdb.base/default.exp: Disable history saving.
2267 * gdb.base/setshow.exp: Likewise.
2268
9779ab84
PA
22692013-05-10 Pedro Alves <palves@redhat.com>
2270
2271 PR remote/15455
2272
2273 * gdb.trace/qtro.c: New file.
2274 * gdb.trace/qtro.exp: New file.
2275
1e611234
PM
22762013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2277
2278 * gdb.python/py-framefilter.py: New File.
2279 * gdb.python/py-framefilter-mi.exp: Ditto.
2280 * gdb.python/py-framefilter.c: Ditto.
2281 * gdb.python/py-framefilter-mi.exp: Ditto.
2282 * gdb.python/py-framefilter-mi.c: Ditto,
2283 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2284
5e4c3ac4
TT
22852013-05-08 Tom Tromey <tromey@redhat.com>
2286
2287 * gdb.base/solib-search.exp: Set test name for "set
2288 solib-search-path" test.
2289
993654a9
HAQ
22902013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2291
2292 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2293 (set_a_tracepoint): Set tracepoint before prologue.
2294 (run_trace_experiment): Test setup_tracepoints and 'break end'
2295 in it.
2296 (trace_buffer_normal): Remove.
2297 (gdb_trace_circular_tests): Remove. Move tests to...
2298 (top level): ...here. Call 'runto_main' before checking for
2299 trace support. Use commands to check the support for circular
2300 trace buffer and changing of trace buffer size. Add test
2301 to calculate size of single frame. Use this size to
2302 calculate the size of trace buffer. Use 'tfind pc func9'
2303 instead of 'tfind 9'. Use 'with_test_prefix'.
2304
c95aea6b
TT
23052013-05-07 Tom Tromey <tromey@redhat.com>
2306
2307 * lib/selftest-support.exp: New file.
2308 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2309 do_self_tests.
2310 (setup_test, find_gdb): Remove.
2311 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2312 do_self_tests.
2313 (setup_test, find_gdb): Remove.
2314 (test_observer): Don't call setup_test. Remove argument.
2315 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2316 (find_gdb): Remove.
2317 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2318 do_self_tests.
2319 (setup_test, find_gdb): Remove.
2320 (test_with_self): Don't call setup_test. Remove argument.
2321
1f031429
PA
23222013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2323
2324 * gdb.arch/system-gcore.exp: Remove.
2325 * gdb.arch/gcore.c: Remove.
2326 * gdb.base/gcore.exp: Add "info reg system".
2327
58ce7251
SDJ
23282013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2329
2330 PR breakpoints/15413:
2331 * gdb.base/pending.exp: Add test for completion of the "condition"
2332 command for pending breakpoints.
2333 * gdb.linespec/linespec.ex: Add test for completion of the
2334 "condition" command when dealing with multiple locations.
2335
aacbb8a5
LM
23362013-05-07 Luis Machado <lgustavo@codesourcery.com>
2337
2338 * gdb.threads/wp-replication.c: New file.
2339 * gdb.threads/wp-replication.exp: New file.
2340
2dd6254d
SL
23412013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2342
2343 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2344
c2a96e8c
DE
23452013-05-06 Doug Evans <dje@google.com>
2346
b903e17e
DE
2347 * gdb.base/solib-search-lib1.c: New file.
2348 * gdb.base/solib-search-lib2.c: New file.
2349 * gdb.base/solib-search.c: New file.
2350 * gdb.base/solib-search.h: New file.
2351 * gdb.base/solib-search.exp: New file.
2352
fac51dd9
DE
2353 * lib/gdb.exp (gdb_core_cmd): New function.
2354 * gdb.arch/system-gcore.exp: Use it.
2355 * gdb.arch/vsx-regs.exp: Ditto.
2356 * gdb.base/gcore.exp: Ditto.
2357 * gdb.threads/gcore-thread.exp: Ditto.
2358
c2a96e8c
DE
2359 * gdb.reverse/shr.h: New file.
2360 * gdb.reverse/shr1.c: New file.
2361 * gdb.reverse/shr2.c: #include "shr.h".
2362 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2363 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2364 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2365 Update tests using sleep/printf to use shr2.sl instead.
2366 * gdb.reverse/solib-reverse.exp: Ditto.
2367
b6807d98
TT
23682013-05-06 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.dwarf2/implptrconst.c: New file.
2371 * gdb.dwarf2/implptrconst.exp: New file.
2372 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2373 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2374 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2375
96f7d3f1
PW
23762013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2377
2378 * gdb.base/catch-sig.c (main): Raise SIGINT.
2379 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2380
1ebff1fd
HAQ
23812013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2382
2383 * status-stop.exp (test_tstart_tstart): Check for error
2384 returned by the second 'tstart' command.
2385
f92b06da
WT
23862013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2387
2388 * gdb.xml/maint_print_struct.exp: New file.
2389 * gdb.xml/maint_print_struct.xml: New file.
2390
ff546935
TT
23912013-04-25 Tom Tromey <tromey@redhat.com>
2392
2393 * gdb.dwarf2/nostaticblock.exp: New file.
2394
bf9e4d0c
MB
23952013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2396
2397 PR gdb/10462
2398 * gdb.base/setshow.exp: Add test case.
2399
a11cfd87
HZ
24002013-04-23 Hui Zhu <hui@codesourcery.com>
2401
2402 PR gdb/15293
a11cfd87
HZ
2403 * gdb.base/dprintf.exp: Add ignore command.
2404
2d9442cc
HZ
24052013-04-23 Hui Zhu <hui@codesourcery.com>
2406
2407 PR gdb/15165
2d9442cc
HZ
2408 * gdb.base/save-bp.exp: Add test for dprintf.
2409
0f3305ed
TT
24102013-04-22 Tom Tromey <tromey@redhat.com>
2411
2412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2413 notice_open_fds.
2414
d504301e
SDJ
24152013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2416
2417 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2418 ldflags.
2419
9991b207
SDJ
24202013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2421
2422 * gdb.arch/arm-bl-branch-dest.c: New file.
2423 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2424
433730c9
PA
24252013-04-19 Vladimir Kargov <kargov@gmail.com>
2426 Pedro Alves <palves@redhat.com>
2427
2428 * gdb.arch/i386-float.S: New file.
2429 * gdb.arch/i386-float.exp: New file.
2430
9a908334
LM
24312013-04-18 Luis Machado <lgustavo@codesourcery.com>
2432
2433 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2434 type void *.
2435
4f22ed5c
DE
24362013-04-17 Doug Evans <dje@google.com>
2437
2438 * lib/dwarf.exp (Dwarf): New proc "tu".
2439 * gdb.dwarf2/missing-sig-type.exp: New file.
2440
a0d3f2f5
SCR
24412013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2442
2443 Add option to link testcases with Pthreads library when
2444 using 'prepare_for_testing' in tests.
2445
2446 * lib/gdb.exp (build_executable_from_specs): Use
2447 gdb_compile_pthreads to compile if option "pthreads" is
2448 specified.
2449
cc16e6c9
TT
24502013-04-15 Tom Tromey <tromey@redhat.com>
2451
2452 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2453
72f1fe8a
TT
24542013-04-15 Tom Tromey <tromey@redhat.com>
2455
2456 * gdb.base/default.exp: Update for $_exception.
2457 * gdb.cp/exceptprint.cc: New file.
2458 * gdb.cp/exceptprint.exp: New file.
2459 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2460
6e72ca20
TT
24612013-04-15 Tom Tromey <tromey@redhat.com>
2462
2463 * gdb.cp/typeid.cc: New file.
2464 * gdb.cp/typeid.exp: New file.
2465
591f19e8
TT
24662013-04-15 Tom Tromey <tromey@redhat.com>
2467
2468 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2469
da9160e4
YQ
24702013-04-13 Yao Qi <yao@codesourcery.com>
2471
2472 * gdb.base/completion.exp: Test completion of command
2473 'target ctf' if target ctf is supported.
2474
f81d1120
PA
24752013-04-10 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/completion.exp: Test "set height", "set listsize" and
2478 "set trace-buffer-size" completion.
2479 * gdb.base/setshow.exp: Test "set height unlimited".
2480 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2481 unlimited".
2482
393fd4c3
YQ
24832013-04-10 Yao Qi <yao@codesourcery.com>
2484
2485 * gdb.trace/actions.exp: Save trace data to CTF.
2486 Change to ctf target if GDB supports, read CTF data in ctf
2487 target, and check the actions of tracepoints.
2488 * gdb.trace/while-stepping.exp: Likewise.
2489 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2490 format and read CTF trace file if GDB supports.
2491 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2492 target is supported, change to ctf target, read trace data and
2493 check output of command "tstatus".
2494 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2495 read CTF data by target ctf and call check_tsv.
2496
b7a273f8
YQ
24972013-04-10 Yao Qi <yao@codesourcery.com>
2498
2499 * gdb.trace/actions.exp (check_tracepoint): New.
2500 (top level): Start the tracing and check the actions of
2501 tracepoints. Save trace data to tfile format. Restart GDB
2502 and read trace file in tfile target. Check the actions of
2503 tracepoints again.
2504 * gdb.trace/while-stepping.exp: Likewise.
2505
f3786771
YQ
25062013-04-10 Yao Qi <yao@codesourcery.com>
2507
2508 * gdb.trace/report.exp: Use standard_output_file for saved
2509 trace file.
2510
5c2b4418
HZ
25112013-04-10 Hui Zhu <hui@codesourcery.com>
2512
2513 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2514 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2515 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2516
f7543f0a
JK
25172013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2518
2519 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2520 response.
2521
f6de8ec2
PA
25222013-04-08 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2525 the location.
2526
b8abfd58
SL
25272013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2528
2529 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2530 for breakpoint location.
2531
156bffd0
SL
25322013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2533
2534 * gdb.linespec/linespec.exp: Make dir/file:line tests
2535 conditional for non-remote hosts only.
2536
c9a6ce02
PA
25372013-04-04 Stan Shebs <stan@codesourcery.com>
2538 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2541 * gdb.trace/actions-changed.c: New file.
2542 * gdb.trace/actions-changed.exp: New file.
2543 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2544 (gdb_trace_setactions_command): ... this. Add "actions_command"
2545 parameter, and handle it.
2546 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2547
4bd05f24
YQ
25482013-04-04 Yao Qi <yao@codesourcery.com>
2549
2550 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2551 'step'.
2552
3758b5ce
YQ
25532013-04-03 Yao Qi <yao@codesourcery.com>
2554
2555 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2556 "tfile-basic.tf".
2557 (test_tfind_tfile): Likewise.
2558
1dcaed0d
YQ
25592013-04-03 Yao Qi <yao@codesourcery.com>
2560
2561 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2562 "tfile-basic.tf" instead of "basic.tf".
2563 (write_error_trace_file): Pass argument "tfile-error.tf"
2564 instead of "error.tf".
2565 * gdb.trace/tfile.exp: Update tfile names to
2566 "tfile-basic.tf" and "tfile-error.tf".
2567
0e7a53fc
SL
25682013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2569
2570 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2571 empty directory in file for breakpoint hit.
2572
9852c492
YQ
25732013-03-29 Yao Qi <yao@codesourcery.com>
2574
2575 * gdb.base/completion.exp: Test completion of commands
2576 "target core", "target tfile" and "target exec".
2577 * gdb.trace/tfile.exp: Test completion of command
2578 "target tfile".
2579
af312be7
JB
25802013-03-28 Joel Brobecker <brobecker@adacore.com>
2581
2582 * gdb.ada/win_fu_syms: New testcase.
2583
e4a48d9d
DE
25842013-03-28 Doug Evans <dje@google.com>
2585
2586 * gdb.base/maint.exp (maint print statistics): Update expected output.
2587
7f7cc265
PA
25882013-03-28 Pedro Alves <palves@redhat.com>
2589
2590 PR gdb/15294
2591
2592 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2593 mean unlimited instead of $arg < 0.
2594 (test_listsize): Remove "listsize of 0 suppresses output" test.
2595 Test that "set listsize 0" ends up with an unlimited listsize.
2596
fc0da894
PA
25972013-03-28 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.base/list.exp (last_line): New global.
2600 (last_line_re): New global.
2601 (test_listsize, test_list_function, test_list_forward)
2602 (test_repeat_list_command, test_list_range)
2603 (test_list_filename_and_function): Use them.
2604 * gdb.base/list0.c: Comment the last line of the file with "last
2605 line".
2606
abe7b711
PA
26072013-03-28 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2610 list the whole file.
2611
15b3979c
PA
26122013-03-28 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2615 "set listsize".
2616
96811e3b
KS
26172013-03-26 Keith Seitz <keiths@redhat.com>
2618
2619 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2620 from passing.
2621
4043f22b
PA
26222013-03-26 Pedro Alves <palves@redhat.com>
2623
2624 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2625 until after GDB has run.
2626
14a1aa17
YQ
26272013-03-26 Yao Qi <yao@codesourcery.com>
2628
2629 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2630 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2631
99c819ee
MM
26322013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2633
2634 * gdb.btrace/enable.exp: Add regression test.
2635
24955f63
TT
26362013-03-25 Tom Tromey <tromey@redhat.com>
2637
2638 * gdb.cp/m-static.exp: Add destructor-printing tests.
2639
fce632b6
TT
26402013-03-25 Tom Tromey <tromey@redhat.com>
2641
2642 * gdb.cp/m-static.exp: Add constructor ptype tests.
2643 * gdb.cp/m-static.cc (single_constructor): New class.
2644 (main): Make instance of single_constructor.
2645
598d3636
JK
26462013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2647 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.server/server-kill.c: New file.
2650 * gdb.server/server-kill.exp: New file.
2651
c12440c9
PA
26522013-03-21 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2655 Expect $gdb_prompt in gdb_test_multiple.
2656
bd712aed
DE
26572013-03-21 Doug Evans <dje@google.com>
2658
2659 * gdb.base/maint.exp: Update tests for per-command stats.
2660
b2f83c08
TT
26612013-03-21 Tom Tromey <tromey@redhat.com>
2662
2663 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2664 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2665
ef0026f0
PA
26662013-03-20 Pedro Alves <palves@redhat.com>
2667
2668 PR gdb/15289
2669
2670 * gdb.base/remote.exp: Test
2671 "set remote hardware-watchpoint-limit -1",
2672 "set remote hardware-breakpoint-limit -1",
2673 "set remote hardware-watchpoint-limit 2147483647" and
2674 "set remote hardware-breakpoint-limit 2147483647".
2675
3f1175a9
PA
26762013-03-20 Pedro Alves <palves@redhat.com>
2677 Yao Qi <yao@codesourcery.com>
2678
2679 * gdb.trace/tfile.c: Add comments.
2680 (nonconstglob): New global.
2681 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2682 global that is not covered by the trace frame. Test
2683 disassembling.
2684
a09ae1c1
JK
26852013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 * gdb.base/valgrind-infcall.exp
2688 (continue #$continue_count) <remote connection closed>
2689 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2690 $valgrind_pid.
2691
9ce98649
TT
26922013-03-15 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.cp/overload.cc (intintfunc): New.
2695 * gdb.cp/overload.exp: Add regression test.
2696
0a251e08
YQ
26972013-03-15 Yao Qi <yao@codesourcery.com>
2698
2699 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2700 using with_test_prefix.
2701 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2702 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2703 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2704 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2705 * gdb.base/break-interp.exp (test_core): Likewise.
2706 (test_attach_gdb): Likewise.
2707 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2708 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2709 Likewise.
2710 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2711 * gdb.base/jit.exp (one_jit_test): Likewise.
2712 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2713 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2714 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2715 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2716 Likewise.
2717 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2718 Likewise.
2719 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2720 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2721 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2722 (tracepoint_change_loc_2): Likewise.
2723 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2724 Likewise.
2725 (disconnected_tfind): Likewise.
2726 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2727 Likewise.
2728 (test_tfind_remote): Likewise.
2729 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2730 Likewise.
2731 (test_pending_resolved): Likewise.
2732 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2733 Likewise.
2734 (test_upload_tsv): Likewise.
2735 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2736 Likewise.
2737 (pending_tracepoint_works): Likewise.
2738 * gdb.trace/report.exp (use_collected_data): Likewise.
2739 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2740 Likewise.
2741 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2742 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2743 (strace_trace_on_same_addr): Likewise.
2744 (strace_trace_on_diff_addr): Likewise.
2745 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2746 (gdb_collect_locals_test): Likewise.
2747 (gdb_unavailable_registers_test): Likewise.
2748 (gdb_collect_globals_test): Likewise.
2749
2c415c0f
YQ
27502013-03-15 Yao Qi <yao@codesourcery.com>
2751
2752 * gdb.base/condbreak.exp: Add semicolon back which was removed
2753 by my previous commit.
2754
ae59b1da
YQ
27552013-03-14 Yao Qi <yao@codesourcery.com>
2756
2757 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2758 'return'.
2759 (gdb_target_monitor, gdb_load): Likewise.
2760 * config/sid.exp (gdb_load): Likewise.
2761 * config/slite.exp (gdb_load): Likewise.
2762 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2763 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2764 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2765 (single_step_until): Likewise.
2766 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2767 * gdb.arch/system-gcore.exp: Likewise.
2768 * gdb.base/bigcore.exp (extract_heap): Likewise.
2769 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2770 * gdb.base/call-ar-st.exp: Likewise.
2771 * gdb.base/call-rt-st.exp: Likewise.
2772 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2773 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2774 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2775 * gdb.base/corefile.exp: Likewise.
2776 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2777 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2778 * gdb.base/fixsection.exp: Likewise.
2779 * gdb.base/funcargs.exp: Likewise.
2780 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2781 * gdb.base/gcore-relro.exp: Likewise.
2782 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2783 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2784 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2785 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2786 * gdb.base/list.exp: Likewise.
2787 (set_listsize): Likewise.
2788 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2789 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2790 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2791 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2792 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2793 * gdb.base/setvar.exp: Likewise.
2794 (test_set): Likewise.
2795 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2796 * gdb.base/solib-overlap.exp: Likewise.
2797 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2798 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2799 * gdb.base/watchpoint.exp (initialize): Likewise.
2800 (test_simple_watchpoint): Likewise.
2801 (test_disabling_watchpoints): Likewise.
2802 (test_watchpoint_triggered_in_syscall): Likewise.
2803 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2804 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2805 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2806 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2807 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2808 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2809 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2810 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2811 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2812 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2813 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2814 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2815 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2816 * gdb.mi/gdb792.exp: Likewise.
2817 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2818 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2819 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2820 * gdb.threads/gcore-thread.exp: Likewise.
2821 (load_core): Likewise.
2822 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2823 (test_startup, check_control_c): Likewise.
2824 * gdb.threads/sigstep-threads.exp: Likewise.
2825 * gdb.threads/thread_check.exp: Likewise.
2826 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2827 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2828 (set_a_tracepoint, trace_buffer_normal): Likewise.
2829 (gdb_trace_circular_tests): Likewise.
2830 * gdb.trace/collection.exp: Likewise.
2831 * gdb.trace/disconnected-tracing.exp: Likewise.
2832 * gdb.trace/infotrace.exp: Likewise.
2833 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2834 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2835 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2836 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2837 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2838 * gdb.trace/stap-trace.exp: Likewise.
2839 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2840 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2841 * gdb.trace/trace-buffer-size.exp: Likewise.
2842 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2843 * gdb.trace/unavailable.exp: Likewise.
2844 * gdb.trace/while-dyn.exp: Likewise.
2845 * lib/fortran.exp (set_lang_fortran): Likewise.
2846 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2847 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2848 (default_gdb_start, get_compiler_info): Likewise.
2849 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2850 (get_debug_format, setup_xfail_format): Likewise.
2851 (rerun_to_main, gdb_skip_float_test): Likewise.
2852 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2853 * lib/java.exp (set_lang_java): Likewise.
2854 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2855 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2856 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2857 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2858 * lib/objc.exp (set_lang_objc): Likewise.
2859 * lib/pascal.exp (set_lang_pascal): Likewise.
2860 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2861 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2862 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2863
bb869963
SDJ
28642013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2865
2866 PR c++/15203
2867 PR c++/15210
2868 * gdb.cp/m-static.cc (keepalive_int): New function.
2869 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2870 * gdb.cp/m-static.exp: New test for `sintvar'.
2871
e2be70a0
YQ
28722013-03-14 Yao Qi <yao@codesourcery.com>
2873
2874 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2875 of 'tstatus' into tstatus_output.
2876 (top level): Save the trace data to tfile. Read trace file in
2877 tfile target. Check the trace status.
2878
8ddb1965
YQ
28792013-03-13 Yao Qi <yao@codesourcery.com>
2880
2881 * gdb.trace/tsv.exp (check_tsv): New.
2882 (top level): Save a tfile on current trace session. Call
2883 check_tsv on live target. Load the tfile with target tfile
2884 and call check_tsv again.
2885
045dd51f
YQ
28862013-03-13 Yao Qi <yao@codesourcery.com>
2887
2888 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2889 Replace some "gdb_test" with "gdb_test_no_output".
2890
82d049ab
PH
28912013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2892
2893 * gdb.ada/expr_delims.exp: New file.
2894 * gdb.ada/expr_delims/foo.adb: New file.
2895 * gdb.ada/expr_delims/pck.ads: New file.
2896 * gdb.ada/expr_delims/pck.adb: New file.
2897
cb8ea32b
KS
28982013-03-11 Keith Seitz <keiths@redhat.com>
2899
2900 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2901 both condition and thread. Then delete the watchpoint.
2902
2f1d9bdd
MM
29032013-03-11 Christian Himpel <christian.himpel@intel.com>
2904
2905 * Makefile.in: Add btrace testsuite.
2906 * configure: Regenerated.
2907 * configure.ac: Add btrace testsuite.
2908 * gdb.btrace/Makefile.in: New file.
2909 * gdb.btrace/enable.c: New file.
2910 * gdb.btrace/enable.exp: New file.
2911 * gdb.btrace/function_call_history.c: New file.
2912 * gdb.btrace/function_call_history.exp: New file.
2913 * gdb.btrace/instruction_history.c: New file.
2914 * gdb.btrace/instruction_history.exp: New file.
2915 * gdb.btrace/instruction_history.S: New file.
2916 * lib/gdb.exp: Add btrace skip proc.
2917
05c56a9d
JK
29182013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2919
2920 Fix entry-values if the callee called a noreturn function.
2921 * gdb.arch/amd64-tailcall-noret.S: New file.
2922 * gdb.arch/amd64-tailcall-noret.c: New file.
2923 * gdb.arch/amd64-tailcall-noret.exp: New file.
2924
9112db09
JK
29252013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 Fix entry-values in C++ across CUs.
2928 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2929 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2930 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2931 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2932 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2933
be9a119c 29342013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2935 Hafiz Abid Qadeer <abidh@codesourcery.com>
2936
2937 gdb/testsuite/
2938 * gdb.trace/trace-buffer-size.exp: New file.
2939 * gdb.trace/trace-buffer-size.c: New file.
2940
049109b0
PA
29412013-03-06 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2944 doesn't support the tested optional feature, call "unsupported"
2945 with the same test message as the "pass" case, instead of calling
2946 "pass" with a different message. Use the same text for the "fail"
2947 cases too.
2948
4aa54120
YQ
29492013-03-06 Yao Qi <yao@codesourcery.com>
2950
2951 * gdb.trace/tstatus.exp: Remove the invocation of
2952 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2953 (test_tracepoints): Don't set fast tracepoint.
2954 (top level): Don't check agent library is loaded or not.
2955
b8b71e63
YQ
29562013-03-06 Yao Qi <yao@codesourcery.com>
2957
2958 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2959 parentheses by "\\".
2960
33f448b1
JK
29612013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2962
2963 * gdb.linespec/base/one/thefile.cc (twodup): New.
2964 (m): Call it.
2965 * gdb.linespec/base/two/thefile.cc (dupname): New.
2966 (n): Call it.
2967 * gdb.linespec/break-ask.exp: New file.
2968 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2969
1c942fb9
YQ
29702013-02-28 Yao Qi <yao@codesourcery.com>
2971
2972 * gdb.trace/report.exp: Move some code to ...
2973 (use_collected_data): New.
2974 (top level): Call use_collected_data once on the live target.
2975 Save at file of the current trace session, load it with target
2976 tfile, and call use_collected_data again.
2977
5b967901
JK
29782013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2981
6447023f
JK
29822013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2983
2984 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2985 Add final kill of ${valgrind_pid}.
2986
9f44fbc0
SCR
29872013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2988
2989 * gdb.python/py-arch.c: New test case
2990 * gdb.python/py-arch.exp: New tests to test
2991 gdb.Architecture.disassemble
2992 * gdb.python/Makefile.in: Add py-arch to the list of
2993 EXECUTABLES.
2994
4c9ad8c2
TT
29952013-02-18 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.dwarf2/subrange.exp: New file.
2998
f5911ea1
HAQ
29992013-02-15 Pedro Alves <pedro@codesourcery.com>
3000 Hafiz Abid Qadeer <abidh@codesourcery.com>
3001
3002 * gdb.trace/tfile.exp: Add test for -trace-status command.
3003
420f4384
JK
30042013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3005
3006 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3007 nanosleep by sleep.
3008
4819b3f8
PA
30092013-02-14 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3012
1773c82c
HAQ
30132013-02-14 Pedro Alves <pedro@codesourcery.com>
3014 Hafiz Abid Qadeer <abidh@codesourcery.com>
3015
3016 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3017
e234dfaf
TT
30182013-02-12 Tom Tromey <tromey@redhat.com>
3019
3020 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3021 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3022
6c01dd94
PA
30232013-02-12 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/catch-signal.c: Update copyright years.
3026 * gdb.base/catch-signal.exp: Update copyright years.
3027 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3028 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3029 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3030 * gdb.dwarf2/dw2-error.S: Update copyright years.
3031 * gdb.dwarf2/dw2-error.c: Update copyright years.
3032 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3033 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3034 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3035
595fc67f
PA
30362013-02-12 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3039 message.
3040 * gdb.base/sigaltstack.exp: Ditto.
3041 * gdb.base/siginfo.exp: Ditto.
3042 * gdb.base/sizeof.exp: Ditto.
3043
17282693
PA
30442013-02-12 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.mi/mi-basics.exp: Tweak intro comment.
3047 * gdb.mi/mi-break.exp: Tweak intro comment.
3048 * gdb.mi/mi-console.exp: Tweak intro comment.
3049 * gdb.mi/mi-file.exp: Tweak intro comment.
3050 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3051 * gdb.mi/mi-return.exp: Tweak intro comment.
3052 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3053 * gdb.mi/mi-until.exp: Tweak intro comment.
3054 * gdb.mi/mi-watch.exp: Tweak intro comment.
3055
8a4ac37e
PA
30562013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3057
3058 * gdb.server/no-thread-db.exp: New file.
3059 * gdb.server/no-thread-db.c: New file.
3060 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3061
c2792f5a
DE
30622013-02-11 Doug Evans <dje@google.com>
3063
3064 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3065 two decfloats.
3066
d9e98382
SDJ
30672013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3068
3069 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3070 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3071
a321661a
JK
30722013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3075
134a2066
YQ
30762013-02-06 Yao Qi <yao@codesourcery.com>
3077
3078 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3079 to ...
3080 (test_create_delete_modify_tsv): ... here. New test on modifying
3081 the initial value of a tsv.
3082
5a2dc60a
JK
30832013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3086 (cd .../rdir): ... here.
3087
233d95b5
JK
30882013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 * gdb.linespec/base/one/header.h: New file.
3091 * gdb.linespec/base/two/header.h: New file.
3092 * gdb.linespec/macro-relative.c: New file.
3093 * gdb.linespec/macro-relative.exp: New file.
3094
fbd9ab74
JK
30952013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3096
3097 * gdb.base/fullpath-expand-func.c: New file.
3098 * gdb.base/fullpath-expand.c: New file.
3099 * gdb.base/fullpath-expand.exp: New file.
3100 * gdb.base/realname-expand-real.c: New file.
3101 * gdb.base/realname-expand.c: New file.
3102 * gdb.base/realname-expand.exp: New file.
3103
1b56eb55
JK
31042013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3107 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3108
af529f8f
JK
31092013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3112 (compare_filenames_for_search does not match)
3113 (compare_filenames_for_search does match): New tests.
3114
f5b95b50
JK
31152013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3118
d47921b9
JK
31192013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3122
8a92335b
JK
31232013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3126 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3127 ${binfile}.mini_debuginfo-debuglink and
3128 ${binfile}.mini_debuginfo-debuglink.xz.
3129
17f2157d
TT
31302013-02-01 Tom Tromey <tromey@redhat.com>
3131
3132 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3133 attributes.
3134
d65f0a9c
TT
31352013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3136 Tom Tromey <tromey@redhat.com>
3137
3138 * gdb.dwarf2/method-ptr.exp: Link with c++.
3139 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3140
f25c0135
TT
31412013-01-31 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.base/jit.exp (compile_jit_test): New proc.
3144 Add PIE tests.
3145
7078baeb
TT
31462013-01-31 Tom Tromey <tromey@redhat.com>
3147
3148 * gdb.dwarf2/method-ptr.cc: New file.
3149 * gdb.dwarf2/method-ptr.exp: New file.
3150
1d24041a
TT
31512013-01-31 Tom Tromey <tromey@redhat.com>
3152
3153 * lib/dwarf.exp (namespace Dwarf): New.
3154
8d9878a4
TT
31552013-01-29 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.dwarf2/fission-reread.exp: Add unload test.
3158
bed911e5
DE
31592013-01-28 Doug Evans <dje@google.com>
3160
3161 * gdb.dwarf2/fission-loclists.exp: New file.
3162 * gdb.dwarf2/fission-loclists.S: New file.
3163
e229648e
JK
31642013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3165
3166 Code cleanup.
3167 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3168 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3169 and prepare_for_testing.
3170 * gdb.base/store.exp: Likewise.
3171
86700f00
TT
31722013-01-25 Tom Tromey <tromey@redhat.com>
3173
3174 * gdb.python/py-explore.exp: Expect the gdb prompt.
3175
8954db33
AB
31762013-01-25 Andrew Burgess <aburgess@broadcom.com>
3177
3178 * gdb.base/gnu_vector.c: New variable for use in tests.
3179 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3180 changes in scalar to vector casting and widening.
3181 * gdb.python/py-type.c: New variables for use in tests.
3182 * gdb.python/py-type.exp: Update vector related tests to reflect
3183 changes in scalar to vector casting and widening.
3184
2077afdd
TD
31852013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3186
3187 * gdb.base/prologue-include.c: New file.
3188 * gdb.base/prologue-include.exp: New file.
3189 * gdb.base/prologue-include.h: New file.
3190
d7499464
HAQ
31912013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3192
3193 PR gdb/13443
3194 * gdb.mi/mi-var-block.exp: Make test messages unique.
3195
e2a3e0f1
TT
31962013-01-23 Tom Tromey <tromey@redhat.com>
3197
3198 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3199
152fcc9c
TT
32002013-01-23 Tom Tromey <tromey@redhat.com>
3201
3202 * gdb.cp/converts.cc (main): Initialize 'a'.
3203
bea883fd
SCR
32042013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3205
3206 * testsuite/gdb.python/frame.exp: Add a test for
3207 gdb.Frame.architecture() method.
3208
0928e93d
PA
32092013-01-22 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.base/annota1.exp (signal sent): No longer expect
3212 breakpoints-invalid.
3213 * gdb.cp/annota2.exp (continue until exit)
3214 (watch triggered on a.x): Ditto.
3215
9c97429f
PA
32162013-01-22 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3219 Adjust tests to breakpoints-invalid changes.
3220 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3221 variables.
3222 Adjust tests to breakpoints-invalid changes.
3223
187d10dd
PA
32242013-01-22 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/annota1.exp (annotate ignore count change): Add
3227 expected output for failure case.
3228
ea3aedcb
TT
32292013-01-22 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3232 call.
3233
998580f1
MK
32342013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3235
3236 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3237 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3238 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3239 Also handle 'thread' field.
3240 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3241 * gdb.mi/mi-watch.exp: Ditto.
3242 * lib/mi-support.exp: Ditto.
3243
8f1d5693
MK
32442013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3245
3246 * gdb.python/py-explore.exp: Improve a test
3247
2d8c5d7c
DB
32482013-01-18  David Blaikie  <dblaikie@gmail.com>
3249
3250 * gdb.base/label.c (main): Correct the type of the second
3251 parameter.
3252
46f35228
TT
32532013-01-18 Tom Tromey <tromey@redhat.com>
3254
3255 * gdb.dwarf2/trace-crash.s: New file.
3256 * gdb.dwarf2/trace-crash.exp: New file.
3257
5965d69d
HAQ
32582013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3259
43aaf8b6
PA
3260 PR gdb/13443
3261 * gdb.base/checkpoint.exp: Update test messages to make them
3262 unique.
5965d69d 3263
5ae4861a
YQ
32642013-01-18 Yao Qi <yao@codesourcery.com>
3265
3266 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3267 output of 'info tracepoints'.
3268 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3269 Likewise.
3270 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3271 * gdb.trace/disconnected-tracing.c (struct foo): New.
3272
d84fca2c
JK
32732013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * gdb.dwarf2/dw2-dos-drive.S: New file.
3276 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3277
aebb1cc9
DE
32782013-01-17 Doug Evans <dje@google.com>
3279
2782d512
DE
3280 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3281 CXX_FOR_TARGET.
3282
aebb1cc9
DE
3283 * boards/cc-with-tweaks.exp: New file.
3284
db2b2972
TT
32852013-01-17 Tom Tromey <tromey@redhat.com>
3286
3287 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3288
96343774
PA
32892013-01-17 Pedro Alves <palves@redhat.com>
3290
3291 Merge dg-extract-results.sh from upstream (svn 195224).
3292
3293 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3294 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
3295
3296 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3297 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
3298
3299 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3300 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
3301
3302 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3303 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3304 of grep -q.
3305
675921c0
SD
33062012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3307
3308 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3309 interface.
3310 * gdb.base/jithost.c: New file.
3311 * gdb.base/jithost.h: New file.
3312 * gdb.base/jitreader.c : New file.
3313 * gdb.base/jit-protocol.h: New file.
3314
ab04a2af
TT
33152013-01-16 Tom Tromey <tromey@redhat.com>
3316
3317 * gdb.base/catch-signal.c: New file.
3318 * gdb.base/catch-signal.exp: New file.
3319
8ac3646f
TT
33202013-01-16 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3323
22fc223e
JK
33242013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3327
44478ab3
TT
33282013-01-14 Tom Tromey <tromey@redhat.com>
3329
3330 * gdb.base/completion.exp: Add "set gnutarget" test.
3331
06d66ee9
TT
33322013-01-14 Tom Tromey <tromey@redhat.com>
3333
3334 * gdb.dwarf2/dw2-restrict.S: New file.
3335 * gdb.dwarf2/dw2-restrict.c: New file.
3336 * gdb.dwarf2/dw2-restrict.exp: New file.
3337
c9bf0622
TT
33382013-01-14 Tom Tromey <tromey@redhat.com>
3339
3340 * gdb.dwarf2/dw2-error.exp: New file.
3341 * gdb.dwarf2/dw2-error.c: New file.
3342 * gdb.dwarf2/dw2-error.S: New file.
3343
5b12a61c
JK
33442013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.cp/parse-lang.cc: New file.
3347 * gdb.cp/parse-lang.exp: New file.
3348
f0a4b570
JK
33492013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3352 (set substitute-path): New test.
3353 (fullname present): Remove content.
3354 (substituted fullname): New test.
3355
f751cc97
JB
33562013-01-13 Joel Brobecker <brobecker@adacore.com>
3357
3358 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3359 check. Move $gdb_py_is_py24 value check right after.
3360
04164e8e
JK
33612013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3364 targets.
3365
5bf480a5
YQ
33662013-01-11 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3369 for dprintf.
3370 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3371 Check the fields in "=breakpoint-created" for dprintf.
3372
f35a17b5
JK
33732012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3374
3375 * gdb.mi/mi-fullname-deleted.exp: New file.
3376
85817405
JK
33772012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3378
3379 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3380 expected output.
3381 (info skip with pending file): Remove.
3382 (ignoring function in solib, info skip for function multiply): Update
3383 the expected output.
3384 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3385 (info skip (delete 1), info skip after disabling all)
3386 (info skip after enabling all, info skip after disabling 4 2-3)
3387 (info skip after enabling 2-3, info skip 2-3)
3388 (info skip after deleting 2 3): Update the expected output.
3389 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3390 statement to its initialization and return.
3391 * gdb.linespec/skip-two.exp: New file.
3392
27210e12
DE
33932012-12-19 Doug Evans <dje@google.com>
3394
3395 * gdb.base/maint.exp: Handle testing with .gdb_index.
3396
bb627a12
JB
33972012-12-19 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3400 Cavium to FSF.
3401
7785b880
JB
34022012-12-19 Joel Brobecker <brobecker@adacore.com>
3403
3404 * dg-extract-results.sh: Update contact info in copyright notice.
3405 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3406 GPL v3 or later. Update contact info.
3407 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3408 gdb.threads/watchpoint-fork-mt.c,
3409 gdb.threads/watchpoint-fork-parent.c,
3410 gdb.threads/watchpoint-fork-st.c,
3411 gdb.threads/watchpoint-fork.h: Likewise.
3412
f2a8bc8a
YQ
34132012-12-15 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3416 'installed' field in '=breakpoint-modified'.
3417 (test_reconnect): Check 'installed' field in
3418 '=breakpoint-modified' and '=breakpoint-created'.
3419
3420 * gdb.trace/actions.exp: Update test for 'installed' field.
3421 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3422 (tracepoint_change_loc_2): Likewise.
3423 Check 'info tracepoint' display nothing else.
3424 * gdb.trace/deltrace.exp: Likewise.
3425 * gdb.trace/infotrace.exp: Likewise.
3426 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3427 Likewise.
3428 * gdb.trace/passcount.exp: Likewise.
3429 * gdb.trace/tracecmd.exp: Likewise.
3430 * gdb.trace/while-stepping.exp: Likewise.
3431
6592e36f
TT
34322012-12-14 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.cp/member-name.exp: New file.
3435 * gdb.cp/member-name.cc: New file.
3436
7d27a96d
TT
34372012-12-14 Tom Tromey <tromey@redhat.com>
3438
3439 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3440
f8c05d0d
DE
34412012-12-14 Doug Evans <dje@google.com>
3442
3443 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3444 DW_OP_GNU_implicit_pointer is section-relative.
3445
451b7c33
TT
34462012-12-14 Tom Tromey <tromey@redhat.com>
3447
43aaf8b6 3448 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 3449
10e339df
PA
34502012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3451
6fdff2c5 3452 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 3453
e780d813
DE
34542012-12-13 Doug Evans <dje@google.com>
3455
3456 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3457 * gdb.multi/multi-arch.exp: Ditto.
3458
ca3dbcc8 34592012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 3460
ca3dbcc8
MG
3461 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3462 catch load test library source file.
3463 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3464 load test source file.
3465 * gdb.mi/mi-catch-load.exp: New. Test file for
3466 basic MI -catch-load and -catch-unload tests.
3467
2960a434
PK
34682012-12-11 Paul Koning <paul_koning@dell.com>
3469
3470 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3471 exception.
3472 (_iterator_except): New function.
3473 (ArrayPrinter): Use _iterator function instead of local _iterator
3474 class for Python 3 compatibility.
3475 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 3476 _iterator.
2960a434
PK
3477 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3478 execfile for Python 3 compatibility.
3479 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3480 format in error_prompt test.
6fdff2c5 3481
9325cb04
PK
34822012-12-10 Paul Koning <paul_koning@dell.com>
3483
3484 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 3485 compatibility.
9325cb04
PK
3486 * gdb.python/py-block.exp: Ditto.
3487 * gdb.python/py-breakpoint.exp: Ditto.
3488 * gdb.python/py-cmd.exp: Ditto.
3489 * gdb.python/py-events.py: Ditto.
3490 * gdb.python/py-finish-breakpoint.py: Ditto.
3491 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3492 * gdb.python/py-finish-breakpoint2.py: Ditto.
3493 * gdb.python/py-frame-inline.exp: Ditto.
3494 * gdb.python/py-frame.exp: Ditto.
3495 * gdb.python/py-infthread.exp: Ditto.
3496 * gdb.python/py-objfile.exp: Ditto.
3497 * gdb.python/py-parameter.exp: Ditto.
3498 * gdb.python/py-progspace.exp: Ditto.
3499 * gdb.python/py-prompt.exp: Ditto.
3500 * gdb.python/py-symbol.exp: Ditto.
3501 * gdb.python/py-symtab.exp: Ditto.
3502 * gdb.python/py-template.exp: Ditto.
3503 * gdb.python/py-value-cc.exp: Ditto.
3504 * gdb.python/python.exp: Ditto.
3505 * gdb.python/source2.py: Ditto.
3506 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3507 compatibility.
9325cb04
PK
3508 Use sorted() function rather than sort() method.
3509 Accept either int or long values for enum values.
3510 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3511 execfile for Python 3 compatibility.
3512 * gdb.python/py-evsignal.exp: Ditto.
3513 * gdb.python/py-evthreads.exp: Ditto.
3514 * gdb.python/py-mi.exp: Ditto.
3515 * gdb.python/py-pp-maint.exp: Ditto.
3516 * gdb.python/py-prettyprint.exp: Ditto.
3517 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3518 Python 3 compatibility.
9325cb04
PK
3519 Skip tests for Python 2.4.
3520 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3521 Python 3 compatibility.
9325cb04
PK
3522 Use byte string rather than character string in memory write test
3523 if Python 3.
3524 * gdb.python/py-pp-maint.py: Change class declarations to "new
3525 class" syntax.
3526 * gdb.python/py-prettyprint.py: Change iterator class to generator
3527 function for Python 3 compatibility.
3528 Make all classes "new style".
3529 Fix indentation issue and stray semicolon.
3530 * gdb.python/py-shared.expChange print syntax for Python 3
3531 compatibility.
3532 Define "long" if Python 3.
3533 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3534 compatibility.
9325cb04
PK
3535 Accept either int or long values for enum values.
3536 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3537 compatibility.
9325cb04
PK
3538 Skip "long" and "unicode" tests if Python 3.
3539 Accept either "type" or "class" in type checks.
3540 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3541 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3542
8b9737bf
TT
35432012-12-10 Tom Tromey <tromey@redhat.com>
3544
3545 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3546 (test): Add "two_cu" argument.
3547 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3548 for types; allow two CUs.
3549
1b80a9fa
JK
35502012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3551
3552 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3553 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3554
f0b6d50a
YQ
35552012-12-08 Yao Qi <yao@codesourcery.com>
3556 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3559 '=breakpoint-created' when GDB merges the tracepoints of both
3560 sides.
3561
2f68a895
TT
35622012-12-07 Tom Tromey <tromey@redhat.com>
3563
3564 * gdb.base/break1.c (enum some_enum, union some_union): New.
3565 (some_enum_global, some_union_global, some_value): New globals.
3566 * gdb.base/completion.exp: Add tag completion tests.
3567
4fc5d43e
TT
35682012-12-07 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb.base/completion.exp: Add tests for ptype and whatis
3571 completion.
3572
6559e013
JB
35732012-12-07 Joel Brobecker <brobecker@adacore.com>
3574
3575 * gdb.base/stale-infcall.exp: Fix copyright line.
3576
ae2b630d
JB
35772012-12-07 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3580
0ba2eb0f
TT
35812012-12-06 Pedro Alves <palves@redhat.com>
3582 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.base/exprs.exp: Add tests for cast to void.
3585
731145cb
TT
35862012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3587
3588 * gdb.python/py-mi.exp: Correct expected results for attribute
3589 "dynamic" returned by -var-update.
3590 Add test case for correct handling of "diplayhint" for children
3591 of dynamic varobjs.
3592 * gdb.python/py-prettyprint.c (set_itme): New function.
3593 (bug_14741) New function.
3594 (main) Add call to bug_14741().
3595 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3596
e58fcc15
UW
35972012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3598
3599 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3600 ${binfile}.funcsyms list.
3601
e9eb0d14
YQ
36022012-12-04 Yao Qi <yao@codesourcery.com>
3603
3604 PR gdb/13443
3605 * gdb.trace/actions.exp: Make test messages unique.
3606
4983028c
TT
36072012-11-29 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3610
ea5e6b0e
UW
36112012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3612
3613 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3614 * gdb.opencl/datatypes.exp: Likewise.
3615 * gdb.opencl/operators.exp: Likewise.
3616 * gdb.opencl/vec_comps.exp: Likewise.
3617
cdde3dfb
JG
36182012-11-29 Jerome Guitton <guitton@adacore.com>
3619
3620 * gdb.ada/iwide: New testcase.
3621
b50d69b5
JG
36222012-11-29 Jerome Guitton <guitton@adacore.com>
3623
3624 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3625 ptype test.
3626
c2d3fccf
JG
36272012-11-29 Jerome Guitton <guitton@adacore.com>
3628
3629 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3630 form {VARIANT_TYPE}ADDRESS.
3631
5edf51fe
YQ
36322012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3633
3634 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3635 (func): New function.
3636 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3637 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3638 pointers to members with pointer-to-function type.
3639
608e2dbb
TT
36402012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3641 Tom Tromey <tromey@redhat.com>
3642
3643 * gdb.base/gnu-debugdata.exp: New file.
3644 * gdb.base/gnu-debugdata.c: New file.
3645 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3646 (gdb_unload): Return 0 on success.
3647
4648e588
JK
36482012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3651
17d6efc4
JB
36522012-11-26 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.base/empty_exe.exp: New testcase.
3655
ace21957
MF
36562012-11-20 Mike Frysinger <vapier@gentoo.org>
3657
3658 * gdb.base/completion.exp: Add test for help aliases completion.
3659
5c401a0a
YQ
36602012-11-20 Yao Qi <yao@codesourcery.com>
3661
3662 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3663 Don't test 'maint set show-debug-regs'.
3664 Use command 'set remotecache' instead of
3665 'set circular-trace-buffer'.
3666
8dea366b
KS
36672012-11-16 Keith Seitz <keiths@redhat.com>
3668
3669 PR c++/13615
3670 * gdb.cp/baseenum.cc: New file.
3671 * gdb.cp/baseenum.exp: New file.
3672 * gdb.cp/derivation.cc (A): Add copyright.
3673 Add a typedef.
3674 (B): Use A::value_type instead of int. Change all references.
3675 (D): Use value_type instead of int. Change all references.
3676 (E): Likewise.
3677 (F); Likewise.
3678 (Z): New class.
3679 (ZZ): New class.
6fdff2c5 3680 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3681 (main): Add instances of Z and ZZ.
3682 Make sure all symbols from N are kept.
3683 * gdb.cp/derivation.exp: Update typedef changes in tests.
3684 Add tests for class typedefs both before and after starting
3685 the inferior.
3686 Add tests for searching for a typedef while stopped in a
3687 method.
3688
5e34c6c3
LM
36892012-11-14 Luis Machado <lgustavo@codesourcery.com>
3690
3691 * gdb.mi/mi-var-create-rtti.c: New file.
3692 * gdb.mi/mi-var-create-rtti.exp: New file.
3693
5e487a5f
LM
36942012-11-14 Luis Machado <lgustavo@codesourcery.com>
3695
3696 * gdb.base/structs3.exp: Run to main before doing any tests.
3697
6d67b990
AB
36982012-11-14 Andrew Burgess <aburgess@broadcom.com>
3699
3700 * gdb.python/py-type.exp: Uniquify test names.
3701
e5d98164
YQ
37022012-11-14 Yao Qi <yao@codesourcery.com>
3703
3704 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3705 (thread_function) [DEBUG]: Call 'printf'.
3706 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3707 command line if 'DEBUG=1' is passed to test.
3708 Remove a pattern to match inferior's output.
3709
62747a60
TT
37102012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3711
3712 * gdb.mi/mi-fill-memory.exp: New test.
3713
18a9fc12
TT
37142012-11-12 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.base/completion.exp: Update for "info type-printers".
3717 * gdb.python/py-typeprint.cc: New file.
3718 * gdb.python/py-typeprint.exp: New file.
3719 * gdb.python/py-typeprint.py: New file.
3720
bd69fc68
TT
37212012-11-12 Tom Tromey <tromey@redhat.com>
3722
3723 * gdb.base/call-sc.exp: Use "ptype/r".
3724 * gdb.base/volatile.exp: Don't expect "int".
3725 * gdb.cp/ptype-flags.cc: New file.
3726 * gdb.cp/ptype-flags.exp: New file.
3727 * gdb.cp/templates.exp: Use ptype/r.
3728 (test_ptype_of_templates, test_template_typedef): Likewise.
3729 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3730 argument. Handle template names and template parameters.
3731 * gdb.mi/mi-var-cmd.exp: Accept "long".
3732 * gdb.mi/mi-var-child.exp: Accept "long".
3733 * gdb.mi/mi-var-display.exp: Accept "long".
3734 * gdb.mi/mi2-var-child.exp: Accept "long".
3735
b3720c3a
TT
37362012-11-12 Tom Tromey <tromey@redhat.com>
3737
3738 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3739 "ptype" from calls to cp_test_ptype_class.
3740 (test_enums): Likewise.
3741 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3742 cp_test_ptype_class.
3743 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3744 calls to cp_test_ptype_class.
3745 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3746 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3747 from calls to cp_test_ptype_class.
3748 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3749 command here. Change "in_command" argument to "in_exp".
3750
0d63ecda
KS
37512012-11-10 Keith Seitz <keiths@redhat.com>
3752
3753 PR gdb/14288
3754 * gdb.base/printcmds.c: Add invalid_XXX globals
3755 for repeated byte tests.
3756 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3757 * gdb.base/wchar.c (main): Add and construct a wchar_t
3758 array with repeated characters.
3759 * gdb.base/wchar.exp: Add repeated character tests.
3760
ed8a1c2d
AB
37612012-11-09 Andrew Burgess <aburgess@broadcom.com>
3762
3763 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3764 disassembly output.
3765
9107fc8d
PA
37662012-11-09 Pedro Alves <palves@redhat.com>
3767
3768 PR gdb/14306
3769
3770 * gdb.multi/multi-arch-exec.c: New file.
3771 * gdb.multi/multi-arch-exec.exp: New file.
3772
558a9d82
YQ
37732012-11-09 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3776 (top level): Call it.
3777
e714f336
YQ
37782012-11-09 Yao Qi <yao@codesourcery.com>
3779
3780 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3781 typo.
3782
6ecd4729
PA
37832012-11-09 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.multi/multi-arch.exp: New.
3786
9015683b
TT
37872012-11-08 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3790 core files, if possible.
3791 * gdb.base/siginfo-thread.c: New file
3792 * gdb.base/siginfo-thread.exp: New file
3793
ea9f10bb
TT
37942012-11-08 Tom Tromey <tromey@redhat.com>
3795
3796 * gdb.base/comprdebug.exp: New file.
3797
f6592439
PA
37982012-11-06 Pedro Alves <palves@redhat.com>
3799
3800 PR gdb/14810
3801
3802 * gdb.base/disabled-location.c: New file.
3803 * gdb.base/disabled-location.exp: New file.
3804
2d338fa9
TT
38052012-11-06 Tom Tromey <tromey@redhat.com>
3806
3807 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3808 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3809 gdb_gcore_cmd.
3810 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3811 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3812 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3813 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3814 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3815 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3816 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3817 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3818 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3819
68c9da30
PA
38202012-11-05 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3823 procedure.
3824 (do_vfork_and_follow_child_tests_exec)
3825 (do_vfork_and_follow_child_tests_exit): Call it.
3826
a7c8c931
PA
38272012-11-05 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3830 fails.
3831
6f6484cd
YQ
38322012-11-03 Yao Qi <yao@codesourcery.com>
3833
3834 Fix PR gdb/14617.
3835 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3836 Remove setup_kfail, and update test.
3837
b45627a0
TT
38382012-11-02 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3841 test.
3842
f50f4e56
PA
38432012-11-02 Pedro Alves <palves@redhat.com>
3844
3845 PR gdb/14766
3846
3847 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3848 setup_kfail.
3849 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3850 get registers".
3851
71ce889d
PA
38522012-11-02 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/foll-vfork-exit.c: New file.
3855 * gdb.base/foll-vfork.exp (top level): New file-describing
3856 comment.
3857 (vfork_child_follow_to_exit): New procedure.
3858 (tcatch_vfork_then_child_follow): Rename as ...
3859 (tcatch_vfork_then_child_follow_exec): ... this.
3860 (tcatch_vfork_then_child_follow_exit): New procedure.
3861 (do_vfork_and_follow_parent_tests): New procedure, factored out
3862 from do_vfork_and_exec_tests.
3863 (do_vfork_and_follow_child_tests_exec): Ditto.
3864 (do_vfork_and_exec_tests): Delete.
3865 (do_vfork_and_follow_child_tests_exit): New procedure.
3866 (top level): Run tests with both the program that has the vfork
3867 child execing, and the program has the vfork child exiting.
3868
1e35b1a9
PA
38692012-11-02 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3872 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3873 (vfork_parent_follow_to_bp): Call it.
3874 (kill_child): Delete.
3875 (vfork_and_exec_child_follow_to_main_bp)
3876 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3877 longer call kill_child.
3878 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3879 (do_vfork_and_exec_tests): Don't runto_main before calling each
3880 test procedure.
3881 (top level): Don't clean restart and set verbose before running
3882 each test procedure.
3883
38842012-11-02 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3887 (vfork_parent_follow_to_bp)
3888 (vfork_and_exec_child_follow_to_main_bp)
3889 (vfork_and_exec_child_follow_through_step)
3890 (tcatch_vfork_then_parent_follow)
3891 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3892 Use with_test_prefix.
3893
38942012-11-02 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.base/foll-vfork.c: Add copyright header.
3897 * gdb.base/vforked-prog.c: Add copyright header.
3898
38992012-11-02 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/foll-vfork.exp
3902 (vfork_and_exec_child_follow_through_step): Don't skip on
3903 non-HP/UX targets. Expect the next to only step one line on
3904 non-HP/UX targets, rather than stopping only after the exec.
3905
39062012-11-02 Pedro Alves <palves@redhat.com>
3907
3908 Don't hard code line numbers.
3909
3910 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3911 Expect text from the sources instead of a line number.
3912 (vfork_parent_follow_to_bp)
3913 (vfork_and_exec_child_follow_to_main_bp)
3914 (vfork_and_exec_child_follow_through_step)
3915 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3916 Use gdb_get_line_number.
3917
39182012-11-02 Pedro Alves <palves@redhat.com>
3919
3920 Modernize.
3921
3922 * gdb.base/foll-vfork.exp: Use standard_testfile and
3923 build_executable. Pass descriptive string to untested.
3924 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3925 (vfork_and_exec_child_follow_to_main_bp)
3926 (vfork_and_exec_child_follow_through_step)
3927 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3928 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3929 of send_gdb/gdb_expect.
3930
3931 (kill_child): New procedure.
3932 (vfork_and_exec_child_follow_to_main_bp)
3933 (vfork_and_exec_child_follow_through_step): Use it.
3934
f0559fff
YQ
39352012-11-02 Yao Qi <yao@codesourcery.com>
3936
3937 * gdb.base/setvar.exp: Test setting nested struct.
3938 * gdb.base/setvar.c (v_struct3): New.
3939
c207c6da
DE
39402012-11-01 Doug Evans <dje@google.com>
3941
3942 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3943 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3944 use them.
3945
2f27adfe
AB
39462012-10-31 Andrew Burgess <aburgess@broadcom.com>
3947
3948 PR cli/14772
3949 * gdb.base/gnu_vector.c (union_with_vector_1)
3950 (struct_with_vector_1): Add new struct and union for testing
3951 ptype.
3952 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3953 structs / unions containing vectors.
3954
bb662ca6
YQ
39552012-10-25 Yao Qi <yao@codesourcery.com>
3956
3957 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3958 'setup_kfail' instead of 'setup_kfail_for_target'.
3959 * gdb.base/varargs.exp: Likewise.
3960 * lib/gdb.exp (setup_kfail_for_target): Remove.
3961
635d23ff
MK
39622012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3963
3964 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3965
afdb064f
MK
39662012-10-25 Mark Kettenis <kettenis@gnu.org>
3967
3968 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3969
d99dcf51
JB
39702012-10-24 Joel Brobecker <brobecker@adacore.com>
3971
3972 * gdb.ada/set_wstr: New testcase.
3973
32560274
JB
39742012-10-24 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3977
5ded5331
JB
39782012-10-24 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3981
d8d84291
MK
39822012-10-24 Mark Kettenis <kettenis@gnu.org>
3983
3984 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3985
6e933c51
JK
39862012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3987
3988 * gdb.base/callfuncs.exp (do_function_calls): Fix
3989 setup_kfail_for_target for -m32 mode.
3990
274bd000
MK
39912012-10-23 Mark Kettenis <kettenis@gnu.org>
3992
3993 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3994 are now fixed.
3995
545f743d
YQ
39962012-10-23 Yao Qi <yao@codesourcery.com>
3997
3998 * gdb.base/info-os.exp: Resume the inferior until it exits.
3999
48b56b6a 40002012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4001
99c7d5a8 4002 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4003 * gdb.base/print-file-var.exp: Likewise.
4004 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4005
8de0566d
YQ
40062012-10-17 Yao Qi <yao@codesourcery.com>
4007
4008 * gdb.mi/mi-memory-changed.exp: New.
4009
44883546
YQ
40102012-10-16 Yao Qi <yao@codesourcery.com>
4011
4012 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4013 returns true.
4014 Call gdb_load_shlibs.
4015 * gdb.reverse/solib-reverse.exp: Likewise.
4016
345f514a
KS
40172012-10-15 Keith Seitz <keiths@redhat.com>
4018
4019 * lib/cp-support.exp (cp_test_ptype_class): Add support
4020 for class typedefs.
4021
4022 * gdb.cp/derivation.exp: Add tests for g_instance.
4023
9e3a7d65
JK
40242012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4025
4026 Fix entry values resolving in inlined frames.
4027 * gdb.arch/amd64-entry-value-inline.S: New file.
4028 * gdb.arch/amd64-entry-value-inline.c: New file.
4029 * gdb.arch/amd64-entry-value-inline.exp: New file.
4030
21a7b089
JK
40312012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4032 Doug Evans <dje@google.com>
4033
4034 Fix recent gdb_breakpoint regression.
4035 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4036 braces from the parameter.
4037 * gdb.java/jprint.exp: Likewise.
4038
2c47921e
DE
40392012-10-15 Doug Evans <dje@google.com>
4040
4041 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4042
89398707
JB
40432012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4044
4045 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4046
801e4185
TT
40472012-10-15 Tom Tromey <tromey@redhat.com>
4048
4049 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4050
74f910c8
TT
40512012-10-15 Tom Tromey <tromey@redhat.com>
4052
4053 * gdb.python/py-symbol.exp: Test symbol destructor.
4054
91567807
YQ
40552012-10-14 Yao Qi <yao@codesourcery.com>
4056
4057 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4058 * gdb.mi/mi-cli.exp: New.
4059
4060 * gdb.mi/mi2-basics.exp: Remove.
4061 * gdb.mi/mi2-break.exp: Remove.
4062 * gdb.mi/mi2-console.exp: Remove.
4063 * gdb.mi/mi2-disassemble.exp: Remove.
4064 * gdb.mi/mi2-eval.exp: Remove.
4065 * gdb.mi/mi2-file.exp: Remove.
4066 * gdb.mi/mi2-hack-cli.exp: Remove.
4067 * gdb.mi/mi2-pthreads.exp: Remove.
4068 * gdb.mi/mi2-read-memory.exp: Remove.
4069 * gdb.mi/mi2-regs.exp: Remove.
4070 * gdb.mi/mi2-return.exp: Remove.
4071 * gdb.mi/mi2-simplerun.exp: Remove.
4072 * gdb.mi/mi2-stack.exp: Remove.
4073 * gdb.mi/mi2-stepi.exp: Remove.
4074 * gdb.mi/mi2-syn-frame.exp: Remove.
4075 * gdb.mi/mi2-until.exp: Remove.
4076 * gdb.mi/mi2-watch.exp: Remove.
4077 * gdb.mi/mi2-var-block.exp: Remove.
4078 * gdb.mi/mi2-var-cmd.exp: Remove.
4079 * gdb.mi/mi2-var-display.exp: Remove.
4080
87332029
YQ
40812012-10-12 Yao Qi <yao@codesourcery.com>
4082
4083 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4084 trail '.*' on matching patterns.
4085
11fc9057
L
40862012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4087
4088 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4089 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4090 * gdb.arch/i386-disp-step.exp: Likewise.
4091 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4092 * gdb.arch/i386-prologue.exp: Likewise.
4093 * gdb.arch/i386-size-overlap.exp: Likewise.
4094 * gdb.arch/i386-size.exp: Likewise.
4095 * gdb.arch/i386-unwind.exp: Likewise.
4096
7d46bcdc
L
40972012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4098
4099 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4100 * gdb.arch/i386-word.exp: Likewise.
4101
31224d9d
L
41022012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4103
4104 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4105 is_ilp32_target to set nr_regs.
4106 * gdb.arch/i386-sse.exp: Likewise.
4107
5b7d0050
DE
41082012-10-11 Doug Evans <dje@google.com>
4109
7c09e5a0
DE
4110 PR breakpoints/14643.
4111 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4112 * gdb.linespec/thread.c: New file.
4113 * gdb.linespec/thread.exp: New file.
4114
5b7d0050
DE
4115 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4116 Recognize "message" -> print pass and fail. Add eof case.
4117 (runto): Recognize message, no-message. Print pass/fail if requested,
4118 with same treatment as gdb_breakpoint.
4119 (runto_main): Pass no-message to runto.
4120 (gdb_internal_error_resync): Add log message.
4121 (gdb_file_cmd): Tweak internal error fail text for consistency.
4122
2e24f4aa
JK
41232012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4124
4125 Fix crash during stepping on ppc32.
4126 * gdb.base/step-symless.c: New file.
4127 * gdb.base/step-symless.exp: New file.
4128
aa14df25
DE
41292012-10-03 Doug Evans <dje@google.com>
4130
4131 PR symtab/14601
4132 * gdb.cp/using-crash.exp: New file.
4133 * gdb.cp/using-crash.cc: New file.
4134
975531db
DE
41352012-10-02 Doug Evans <dje@google.com>
4136
4137 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4138 more consistent.
4139 (runto,gdb_debug_format): Ditto.
4140 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4141 Clean up logging and error messages.
4142
b3dc46ff
AB
41432012-10-01 Andrew Burgess <aburgess@broadcom.com>
4144
4145 Test find command on unmapped memory.
4146 * gdb.base/find-unmapped.c: New file.
4147 * gdb.base/find-unmapped.exp: New file.
4148
45814d45
YQ
41492012-09-29 Yao Qi <yao@codesourcery.com>
4150
4151 * gdb.trace/mi-tracepoint-changed.exp: New.
4152 * gdb.mi/mi-breakpoint-changed.exp: New.
4153 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4154 * gdb.mi/pendshr2.c: New.
4155
4c2786ba
YQ
41562012-09-28 Yao Qi <yao@codesourcery.com>
4157
4158 * gdb.mi/pr11022.exp: New.
4159 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4160
7977e5d2
TT
41612012-09-27 Tom Tromey <tromey@redhat.com>
4162
4163 * gdb.cp/derivation.exp: Add regression test.
4164 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4165 V_derived): New.
4166 (vderived): New global.
4167
0971de02
TT
41682012-09-26 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.dwarf2/dw2-common-block.S: New file.
4171 * gdb.dwarf2/dw2-common-block.exp: New file.
4172
4357ac6c
TT
41732012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.fortran/common-block.exp: New file.
4176 * gdb.fortran/common-block.f90: New file.
4177
6f380991
AB
41782012-09-26 Andrew Burgess <aburgess@broadcom.com>
4179
4180 * gdb.base/duplicate-bp.c: New file.
4181 * gdb.base/duplicate-bp.exp: New file.
4182
8ae551cf
YQ
41832012-09-26 Yao Qi <yao@codesourcery.com>
4184
4185 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4186
4187 Revert:
4188 2012-09-21 Yao Qi <yao@codesourcery.com>
4189
4190 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4191
318102b9
SP
41922012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4193
4194 * gdb.base/longest-types.c: New test case.
4195 * gdb.base/longest-types.exp: New test case.
4196
a1e5fd69
YQ
41972012-09-25 Yao Qi <yao@codesourcery.com>
4198
4199 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4200
04e7407c
JK
42012012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4202
4203 Fix internal error on canonicalization of clang types.
4204 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4205 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4206 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4207
9bf4bce9
JK
42082012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 Fix disassemble without parameters in tailcall frame.
4211 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4212
2603f7ee
AB
42132012-09-21 Andrew Burgess <aburgess@broadcom.com>
4214
4215 * gdb.dwarf2/dw2-op-out-param.S: New file.
4216 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4217
a3569abd
YQ
42182012-09-21 Yao Qi <yao@codesourcery.com>
4219
4220 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4221
a065d7af
YQ
42222012-09-21 Yao Qi <yao@codesourcery.com>
4223
4224 * gdb.mi/mi-cli.exp: Remove.
4225 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4226
15544bd9
YQ
42272012-09-21 Yao Qi <yao@codesourcery.com>
4228
4229 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4230 "=record-started" notification.
4231
82a90ccf
YQ
42322012-09-21 Yao Qi <yao@codesourcery.com>
4233
4234 * gdb.mi/mi-record-changed.exp: New.
4235 * gdb.mi/mi-reverse.exp: Adjust expected output.
4236
d7de8e3c
TT
42372012-09-20 Tom Tromey <tromey@redhat.com>
4238
4239 * gdb.python/python.exp: Test atexit.register.
4240
1aa99537
DE
42412012-09-20 Doug Evans <dje@google.com>
4242
05eade73
DE
4243 * boards/dwarf4-gdb-index.exp: New file.
4244
1aa99537
DE
4245 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4246 while running the tests.
4247
4ae24af0
JB
42482012-09-18 Joel Brobecker <brobecker@adacore.com>
4249
4250 * gdb.ada/bp_reset: New testcase.
4251
bb25a15c
YQ
42522012-09-18 Yao Qi <yao@codesourcery.com>
4253
4254 * gdb.trace/mi-tsv-changed.exp: New.
4255
201b4506
YQ
42562012-09-18 Yao Qi <yao@codesourcery.com>
4257
4258 * gdb.trace/mi-traceframe-changed.exp: New.
4259
6fc1c773
YQ
42602012-09-17 Yao Qi <yao@codesourcery.com>
4261
4262 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4263 when it is less than 0.
4264
1ab3b62c
JK
42652012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 PR 14119
4268 * gdb.arch/amd64-tailcall-ret.S: New file.
4269 * gdb.arch/amd64-tailcall-ret.c: New file.
4270 * gdb.arch/amd64-tailcall-ret.exp: New file.
4271 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4272 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4273 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4274
acf9414f
JK
42752012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 PR 14548
4278 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4279 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4280 * gdb.reverse/singlejmp-reverse.S: New file.
4281 * gdb.reverse/singlejmp-reverse.c: New file.
4282 * gdb.reverse/singlejmp-reverse.exp: New file.
4283
666b578b
JK
42842012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Fix compatibility with old GCC (~4.1).
4287 * gdb.cp/converts.cc (my_enum_var): New variable.
4288
42056501
AB
42892012-09-14 Andrew Burgess <aburgess@broadcom.com>
4290
4291 * gdb.xml/tdesc-regs.exp: Update expected output for new
4292 vector_size syntax of vector types.
4293
b9516fa1
YPK
42942012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4295
4296 Refactor Python "gdb" module into a proper Python package, by
4297 introducing a new "_gdb" module for code implemented in C, and
4298 using reload/__import__ instead of exec.
4299 * gdb.python/python.exp (Test stderr location): Update module
4300 location of GDB-specific sys.stderr.
4301 (Test stdout location): Ditto for sys.stdout.
4302
18dc9ad8
JK
43032012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4304
4305 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4306
ea3a9873
KS
43072012-09-12 Keith Seitz <keiths@redhat.com>
4308
4309 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4310 conversion statement.
4311
5941debb
DE
43122012-09-12 Doug Evans <dje@google.com>
4313
4314 * gdb.base/help.exp: Remove testing of individual command help text,
4315 too much of a maintenance burden. Instead, test the functionality
4316 of "help" itself.
4317
cfc35e02
DE
43182012-09-11 Doug Evans <dje@google.com>
4319
3a0ed5d7
DE
4320 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4321 breakpoint.
4322
cfc35e02
DE
4323 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4324 * gdb.dwarf2/fission-reread.S: Ditto.
4325 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4326 * gdb.dwarf2/fission-reread.exp: Ditto.
4327
350b1b26
AB
43282012-09-11 Andrew Burgess <aburgess@broadcom.com>
4329
4330 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4331
2fa15f23
JB
43322012-09-10 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.ada/optim_drec: New testcase.
4335
09be558e
DE
43362012-09-10 Doug Evans <dje@google.com>
4337
4338 * boards/fission.exp: Explicitly mark "board" as not remote.
4339
5b4f6e25
KS
43402012-09-10 Keith Seitz <keiths@redhat.com>
4341
4342 PR gdb/13483
4343 * gdb.cp/converts.cc (A::A): Add ctor.
4344 (A::member_): Add member.
4345 (enum my_enum): New enumeration.
4346 (main): Add calls to foo1_7 with various
4347 permitted arguments.
4348 * gdb.cp/converts.exp: Add tests for boolean
4349 conversions permitted by the standard.
4350
b4ca5ed9
YPK
43512012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4352
4353 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4354 avoid spurious results due to ~/.gdbinit.
4355 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4356 $INTERNAL_GDBFLAGS in run command.
4357 * gdb.gdb/observer.exp (setup_test): Ditto.
4358 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4359 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4360
d54b30bb
DE
43612012-09-06 Doug Evans <dje@google.com>
4362
14910956
DE
4363 * boards/fission.exp: New file.
4364
d54b30bb
DE
4365 * gdb.python/py-value.exp: Use clean_restart.
4366
91b253e1
DE
43672012-09-05 Doug Evans <dje@google.com>
4368
4369 * gdb.base/info-macros.c: Fix whitespace.
4370
1292279a
PA
43712012-08-28 Pedro Alves <palves@redhat.com>
4372
4373 PR gdb/14428
4374
4375 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4376
1c8cdcb1
JK
43772012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4378
4379 * gdb.base/break-caller-line.c: New file.
4380 * gdb.base/break-caller-line.exp: New file.
4381
1e8e8b51
JK
43822012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4385 * gdb.arch/i386-cfi-notcurrent.S: New file.
4386 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4387
1591a1e8
PA
43882012-08-27 Wei-cheng Wang <cole945@gmail.com>
4389 Yao Qi <yao@codesourcery.com>
4390 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4393 New procedures.
4394 (top level): Add overlap checking tests.
4395
4442ada7
TT
43962012-08-24 Tom Tromey <tromey@redhat.com>
4397
4398 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4399 gdb_test_multiple fails for other reasons.
4400
e7d50cc9
YQ
44012012-08-24 Yao Qi <yao@codesourcery.com>
4402
4403 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4404
dfbd5e7b
PA
44052012-08-23 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.base/help.exp: Adjust to "handle" help text change.
4408
8d735b87
YQ
44092012-08-23 Yao Qi <yao@codesourcery.com>
4410
4411 * gdb.trace/disconnected-tracing.c (start, end): New.
4412 (main): Call start and end.
4413 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4414 existing tests into this proc.
4415 (disconnected_tfind): New.
4416
61b1d759
YQ
44172012-08-23 Yao Qi <yao@codesourcery.com>
4418
4419 * boards/native-gdbserver.exp (${board}_upload): New.
4420 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4421 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4422 Execute tfile on remote target.
4423 Copy trace file from target to host.
4424
6ca1b147
JM
44252012-08-22 Joseph Myers <joseph@codesourcery.com>
4426
4427 * gdb.arch/thumb-bx-pc.S: New file.
4428 * gdb.arch/thumb-bx-pc.exp: New file.
4429
706e3705
TT
44302012-08-22 Tom Tromey <tromey@redhat.com>
4431
4432 * gdb.base/maint.exp: Update.
4433
b4893d48
TT
44342012-08-22 Tom Tromey <tromey@redhat.com>
4435
4436 * lib/gdb.exp (skip_unwinder_tests): New proc.
4437 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4438 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4439
45b7da81
TT
44402012-08-21 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.hp/gdb.aCC/exception.exp: Remove.
4443
f94363d7
AP
4444012-08-19 Andrew Pinski <apinski@cavium.com>
4445
4446 * gdb.arch/mips-octeon-bbit.c: New file.
4447 * gdb.arch/mips-octeon-bbit.exp: New Test.
4448
e5afdbd7
KS
4449012-08-19 Keith Seitz <keiths@redhat.com>
4450
4451 PR c++/14365
4452 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4453 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4454
c29e8b64
JK
44552012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4458 verbose -log by more specific untested call.
4459
15a7e7bc
YQ
44602012-08-18 Yao Qi <yao@codesourcery.com>
4461
4462 * gdb.trace/tfind.exp: Move tests on various command help before
4463 checking target supports trace.
4464 Fix the expected output of 'help tfind end'.
4465
a451cb65
KS
44662012-08-17 Keith Seitz <keiths@redhat.com>
4467
4468 PR c++/13356
4469 * gdb.base/default.exp: Update all "check type" tests.
4470 * gdb.base/help.exp: Likewise.
4471 * gdb.base/setshow.exp: Likewise.
4472 * gdb.cp/converts.cc (foo1_type_check): New function.
4473 (foo2_type_check): New function.
4474 (foo3_type_check): New function.
4475 (main): Call new functions.
4476 * converts.exp: Add tests for integer-to-pointer conversions
4477 with/without strict type-checking.
4478
dbf6a605
MF
44792012-08-16 Mike Frysinger <vapier@gentoo.org>
4480
4481 * gdb.base/help.exp: Update expected output.
4482
0c92d8c1
JB
44832012-08-16 Joel Brobecker <brobecker@adacore.com>
4484
4485 * gdb.ada/rdv_wait: New testcase.
4486
e56f7f42
JK
44872012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4490
f47f77df
DE
44912012-08-13 Doug Evans <dje@google.com>
4492
e202d6e8 4493 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4494 * gdb.base/default.exp: Update expected output of "show convenience".
4495
a72c3253
DE
44962012-08-10 Doug Evans <dje@google.com>
4497
4498 * gdb.python/py-strfns.c: New file.
4499 * gdb.python/py-strfns.exp: New file.
4500 * gdb.python/py-type.exp (test_fields): Add vector tests.
4501
de0bea00
MF
45022012-08-10 Mike Frysinger <vapier@gentoo.org>
4503
4504 PR cli/10436:
4505 * gdb.base/completion.exp: Add tests for handle completion.
4506
5b9afe8a
YQ
45072012-08-09 Yao Qi <yao@codesourcery.com>
4508
4509 * gdb.mi/mi-cmd-param-changed.exp: New.
4510 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4511 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4512 * gdb.mi/mi2-prompt.exp: Likewise.
4513
4f485ebc
DE
45142012-08-08 Doug Evans <dje@google.com>
4515
4516 * gdb.base/debug-expr.c: New file.
4517 * gdb.base/debug-expr.exp: New file.
4518 * gdb.base/exprs.exp: Test {type} casts.
4519 * gdb.cp/debug-expr.exp: New file.
4520
5888842d
JK
45212012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4524 global variable loop, not a 'break'. Add loop count limit to 100.
4525 Add new fail case for terminated vgdb.
4526
4f69f4c2
JK
45272012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4528 Jean-Marc Saffroy <saffroy@gmail.com>
4529
4530 PR 11804
4531 * gdb.base/gcore-relro.exp: New file.
4532 * gdb.base/gcore-relro-main.c: New file.
4533 * gdb.base/gcore-relro-lib.c: New file.
4534
e2de5390
JK
45352012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 Do not false FAIL with old GCCs.
4538 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4539 GCC < 4.5 in $no_hw mode.
4540
606603c5
JK
45412012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4544
777f26c2
JK
45452012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * gdb.base/list.exp (test_only_end): New function.
4548 Call it.
4549
2c12abee
TT
45502012-08-06 Tom Tromey <tromey@redhat.com>
4551
4552 * gdb.python/py-mi.exp: Add test for printer whose children
4553 are a list.
4554 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4555 (main): New variable children_as_list.
4556 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4557 New.
4558 (register_pretty_printers): Register new printer.
4559
0eae2cf4
EBM
45602012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4561
4562 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4563 symbols. Abort if vgdb remote connection is closed.
4564
09e0881d
DE
45652012-08-02 Doug Evans <dje@google.com>
4566
4567 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4568
b40f514f
SDJ
45692012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4570
4571 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4572 s390x, PowerPC 64 and m68k-linux.
4573
11315ae0
UW
45742012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4575
4576 * gdb.base/annota1.exp: Accept no frames-invalid notification
4577 when starting up the program.
4578 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4579 show a symbolic value as well.
4580 * gdb.server/server-exec-info.exp: Skip test when skipping
4581 gdbserver test and/or when skipping shared library tests.
4582 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4583 avoid name conflicts with other tests.
4584
0547eeed
UW
45852012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4586
4587 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4588 Fix wrong output on big-endian systems.
4589 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4590 4-byte pointer types on 64-bit s390x.
4591
bdddb4de
UW
45922012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4593
4594 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4595 marker comment at the beginning (after intialization).
4596 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4597 breakpoint on marker comment instead of function begin.
4598 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4599 PowerPC.
4600 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4601 or 64-bit PowerPC.
4602 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4603 gdb,no_hardware_watchpoints flag is set.
4604 (initialize): Remove now redundant can-use-hw-watchpoints change.
4605
5d206025
YQ
46062012-08-02 Yao Qi <yao@codesourcery.com>
4607 Pedro Alves <palves@redhat.com>
4608
4609 * boards/local-remote-host.exp: New.
4610
4f665099
UW
46112012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4612
4613 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4614 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4615 * gdb.base/print-file-var.exp: Likewise.
4616 * gdb.server/solib-list.exp: Skip on remote targets.
4617
b62e2b27
UW
46182012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4619
4620 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4621 watchpoints on ARM. When expecting software watchpoints, tolerate
4622 (remote) targets that report unsupported hardware watchpoint only
4623 at continue time.
4624 (test_wide_location_2): Likewise.
4625
a967a851
JK
46262012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4629 valgrind versions.
4630
75d9f9ff 46312012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4632
4633 * gdb.base/valgrind-infcall.c: New file.
4634 * gdb.base/valgrind-infcall.exp: New file.
4635
75d9f9ff
JK
4636 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4637
1c9f2ed2
KS
46382012-07-30 Keith Seitz <keiths@redhat.com>
4639
4640 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4641 linespecs.
4642
7f9b2034
DE
46432012-07-30 Doug Evans <dje@google.com>
4644
85220e01
DE
4645 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4646 * gdb.dwarf2/pr13961.S: Ditto.
4647
7f9b2034
DE
4648 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4649
4e969b4f
AB
46502012-07-30 Andrew Burgess <aburgess@broadcom.com>
4651
4652 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4653 change its format immediately after reloading the binary.
4654
e7de8362
JK
46552012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 Fix testsuite regression after --use-deprecated-index-sections removal.
4658 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4659 string.
4660 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4661
7255706c
YQ
46622012-07-27 Yao Qi <yao@codesourcery.com>
4663
4664 KFAIL for PR remote/14161.
4665 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4666 Cleanup socket files.
4667 (strace_info_marker): Detach inferior.
4668
f2e8016f
TT
46692012-07-26 Tom Tromey <tromey@redhat.com>
4670
6fdff2c5 4671 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4672
f66713d2
JK
46732012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4674
4675 * gdb.python/py-inferior.c (thread): New function.
4676 (check_threads): New function.
4677 (test_threads): New function.
4678 * gdb.python/py-inferior.exp: Added test.
4679 Replaced runto with continue to breakpoint.
4680
8223e12c
TT
46812012-07-26 Tom Tromey <tromey@redhat.com>
4682
4683 * lib/ada.exp (standard_ada_testfile): New proc.
4684 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4685 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4686 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4687 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4688 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4689 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4690 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4691 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4692 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4693 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4694 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4695 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4696 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4697 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4698 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4699 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4700 * gdb.ada/complete.exp: Use standard_ada_testfile.
4701 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4702 standard_output_file.
4703 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4704 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4705 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4706 standard_output_file.
4707 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4708 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4709 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4710 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4711 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4712 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4713 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4714 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4715 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4716 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4717 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4718 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4719 * gdb.ada/interface.exp: Use standard_ada_testfile.
4720 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4721 standard_output_file
4722 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4723 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4724 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4725 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4726 * gdb.ada/nested.exp: Use standard_ada_testfile.
4727 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4728 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4729 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4730 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4731 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4732 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4733 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4734 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4735 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4736 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4737 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4738 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4739 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4740 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4741 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4742 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4743 * gdb.ada/start.exp: Use standard_ada_testfile.
4744 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4745 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4746 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4747 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4748 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4749 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4750 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4751 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4752 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4753 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4754 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4755 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4756 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4757 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4758
bbec57e4
JK
47592012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4760
4761 Fix testsuite regression after --use-deprecated-index-sections removal.
4762 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4763
9cc8e32c
JK
47642012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 Fix compatibility with Tcl before 7.5.
4767 * lib/future.exp (lreverse): New function if it does not exist.
4768
ea5ca7b5
MK
47692012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4770
4771 * gdb.mi/mi-pending.c: New method to set a second pending
4772 breakpoint.
4773 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4774 condition.
4775
64776a0b
PA
47762012-07-20 Pedro Alves <palves@redhat.com>
4777
4778 PR threads/11692
4779 PR gdb/12203
4780
4781 * gdb.threads/create-fail.c: New file.
4782 * gdb.threads/create-fail.exp: New file.
4783
13e4e967
PA
47842012-07-19 Pedro Alves <palves@redhat.com>
4785
4786 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4787 * config/vx.exp (gdb_start): Likewise.
4788 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4789 * gdb.base/setvar.exp (test_set): Likewise.
4790 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4791 * gdb.reverse/sigall-precsave.exp: Likewise.
4792 * gdb.reverse/sigall-reverse.exp: Likewise.
4793
b7aefa4d
PA
47942012-07-19 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4797 handler before recording.
4798
608b4967
TT
47992012-07-19 Tom Tromey <tromey@redhat.com>
4800
4801 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4802 * gdb.cp/casts.cc (decltype): New function.
4803 (main): Use it.
4804
b1e0c0fa
PA
48052012-07-19 Pedro Alves <palves@redhat.com>
4806
4807 * gdb.base/sigall.exp (signals): New list.
4808 <top level>: Loop over signals in the $signals list instead of
4809 calling a test function once per signal.
4810 * gdb.reverse/sigall-precsave.exp (signals): New list.
4811 <top level>: Loop over signals in the $signals list instead of
4812 calling a test function once per signal.
4813 * gdb.reverse/sigall-reverse.exp (signals): New list.
4814 <top level>: Loop over signals in the $signals list instead of
4815 calling a test function once per signal.
4816
6ace3df1
YQ
48172012-07-19 Yao Qi <yao@codesourcery.com>
4818
4819 * gdb.base/setshow.exp: Test 'set args ~'.
4820
263a0f8c
JK
48212012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * gdb.base/store.exp (check_set): Import gdb_prompt.
4824 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4825 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4826
8f043999
JK
48272012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4828
4829 PR 11914
4830 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4831 (main): Call eval_sub.
4832 * gdb.python/py-prettyprint.exp:
4833 (python execfile ('py-prettyprint.py')): Move it earlier.
4834 New breakpoint for eval-break.
4835 (continue to breakpoint: eval-break, info locals): New test.
4836 (python execfile ('py-prettyprint.py')): Move it from here.
4837 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4838 (register_pretty_printers): Register pp_eval_type.
4839
725c7b66
JK
48402012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4841
4842 Fix a testcase regression by me.
4843 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4844 DW_FORM_data4.
4845
4359dff1
JK
48462012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4847 Doug Evans <dje@google.com>
4848
4849 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4850 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4851
61e44cfa
JK
48522012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 Fix gdbserver run regression.
4855 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4856
93c0ef37
TT
48572012-07-12 Tom Tromey <tromey@redhat.com>
4858
4859 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4860 (clean_restart): Likewise.
4861 (core_find): Use standard_output_file.
4862
76027ef5
TT
48632012-07-12 Tom Tromey <tromey@redhat.com>
4864
4865 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4866 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4867 prepare_for_testing_full.
4868 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4869 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4870 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4871 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4872 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4873 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4874 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4875 prepare_for_testing_full.
4876 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4877 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4878 prepare_for_testing_full.
4879 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4880 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4881 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4882
85b4440a
TT
48832012-07-12 Tom Tromey <tromey@redhat.com>
4884
4885 * lib/gdb.exp (build_executable_from_specs): New proc, from
4886 build_executable.
4887 (build_executable): Use it.
4888 (prepare_for_testing_full): New proc.
4889
55baab26
TT
48902012-07-11 Tom Tromey <tromey@redhat.com>
4891
4892 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4893 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4894 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4895 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4896 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4897 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4898 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4899 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4900 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4901 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4902
298a9cf0
TT
49032012-07-10 Tom Tromey <tromey@redhat.com>
4904
4905 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4906 standard_output_file.
4907 * gdb.mi/gdb2549.exp: Use standard_testfile.
4908 * gdb.mi/gdb669.exp: Use standard_testfile.
4909 * gdb.mi/gdb701.exp: Use standard_testfile.
4910 * gdb.mi/gdb792.exp: Use standard_testfile.
4911 * gdb.mi/mi-async.exp: Use standard_testfile.
4912 * gdb.mi/mi-basics.exp: Use standard_testfile.
4913 * gdb.mi/mi-break.exp: Use standard_testfile.
4914 * gdb.mi/mi-cli.exp: Use standard_testfile.
4915 * gdb.mi/mi-console.exp: Use standard_testfile.
4916 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4917 * gdb.mi/mi-eval.exp: Use standard_testfile.
4918 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4919 * gdb.mi/mi-file.exp: Use standard_testfile.
4920 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4921 * gdb.mi/mi-logging.exp: Use standard_testfile.
4922 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4923 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4924 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4925 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4926 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4927 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4928 * gdb.mi/mi-pending.exp: Use standard_testfile,
4929 standard_output_file.
4930 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4931 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4932 * gdb.mi/mi-regs.exp: Use standard_testfile.
4933 * gdb.mi/mi-return.exp: Use standard_testfile.
4934 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4935 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4936 * gdb.mi/mi-solib.exp: Use standard_testfile,
4937 standard_output_file.
4938 * gdb.mi/mi-stack.exp: Use standard_testfile.
4939 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4940 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4941 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4942 * gdb.mi/mi-until.exp: Use standard_testfile.
4943 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4944 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4945 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4946 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4947 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4948 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4949 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4950 standard_output_file.
4951 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4952 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4953 * gdb.mi/mi-watch.exp: Use standard_testfile.
4954 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4955 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4956 * gdb.mi/mi2-break.exp: Use standard_testfile.
4957 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4958 * gdb.mi/mi2-console.exp: Use standard_testfile.
4959 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4960 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4961 * gdb.mi/mi2-file.exp: Use standard_testfile.
4962 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4963 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4964 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4965 * gdb.mi/mi2-return.exp: Use standard_testfile.
4966 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4967 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4968 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4969 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4970 * gdb.mi/mi2-until.exp: Use standard_testfile.
4971 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4972 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4973 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4974 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4975 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4976
f5f3a911
TT
49772012-07-10 Tom Tromey <tromey@redhat.com>
4978
4979 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4980 * gdb.cp/ambiguous.exp: Use standard_testfile,
4981 prepare_for_testing.
4982 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4983 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4984 * gdb.cp/anon-ns.exp: Use standard_testfile.
4985 * gdb.cp/anon-struct.exp: Use standard_testfile.
4986 * gdb.cp/anon-union.exp: Use standard_testfile,
4987 prepare_for_testing.
4988 * gdb.cp/arg-reference.exp: Use standard_testfile,
4989 prepare_for_testing.
4990 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4991 * gdb.cp/breakpoint.exp: Use standard_testfile,
4992 prepare_for_testing.
4993 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4994 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4995 standard_output_file.
4996 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4997 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4998 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4999 (test_static_members): Update.
5000 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5001 * gdb.cp/converts.exp: Use standard_testfile.
5002 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5003 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5004 prepare_for_testing.
5005 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5006 * gdb.cp/cplabel.exp: Use standard_testfile.
5007 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5008 prepare_for_testing.
5009 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5010 * gdb.cp/derivation.exp: Use standard_testfile,
5011 prepare_for_testing.
5012 * gdb.cp/destrprint.exp: Use standard_testfile.
5013 * gdb.cp/dispcxx.exp: Use standard_testfile.
5014 * gdb.cp/exception.exp: Use standard_testfile,
5015 prepare_for_testing.
5016 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5017 * gdb.cp/extern-c.exp: Use standard_testfile,
5018 prepare_for_testing.
5019 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5020 prepare_for_testing.
5021 * gdb.cp/fpointer.exp: Use standard_testfile.
5022 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5023 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5024 standard_output_file.
5025 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5026 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5027 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5028 standard_output_file.
5029 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5030 (do_tests): Update.
5031 * gdb.cp/koenig.exp: Use standard_testfile.
5032 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5033 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5034 * gdb.cp/m-static.exp: Use standard_testfile,
5035 prepare_for_testing.
5036 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5037 * gdb.cp/mb-inline.exp: Use standard_testfile,
5038 prepare_for_testing.
5039 * gdb.cp/mb-templates.exp: Use standard_testfile,
5040 prepare_for_testing.
5041 * gdb.cp/member-ptr.exp: Use standard_testfile,
5042 prepare_for_testing.
5043 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5044 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5045 * gdb.cp/method2.exp: Use standard_testfile.
5046 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5047 standard_output_file.
5048 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5049 (do_tests): Update.
5050 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5051 prepare_for_testing.
5052 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5053 prepare_for_testing.
5054 * gdb.cp/namespace.exp: Use standard_testfile,
5055 prepare_for_testing.
5056 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5057 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5058 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5059 * gdb.cp/nsimport.exp: Use standard_testfile,
5060 prepare_for_testing.
5061 * gdb.cp/nsnested.exp: Use standard_testfile.
5062 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5063 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5064 prepare_for_testing.
5065 * gdb.cp/nsstress.exp: Use standard_testfile,
5066 prepare_for_testing.
5067 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5068 * gdb.cp/operator.exp: Use standard_testfile.
5069 * gdb.cp/oranking.exp: Use standard_testfile.
5070 * gdb.cp/overload-const.exp: Use standard_testfile.
5071 * gdb.cp/overload.exp: Use standard_testfile,
5072 prepare_for_testing.
5073 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5074 * gdb.cp/ovsrch.exp: Use standard_testfile.
5075 * gdb.cp/paren-type.exp: Use standard_testfile.
5076 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5077 prepare_for_testing.
5078 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5079 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5080 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5081 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5082 * gdb.cp/pr10728.exp: Use standard_testfile,
5083 standard_output_file.
5084 * gdb.cp/pr12028.exp: Use standard_testfile.
5085 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5086 * gdb.cp/pr9167.exp: Use standard_testfile.
5087 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5088 * gdb.cp/printmethod.exp: Use standard_testfile,
5089 prepare_for_testing.
5090 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5091 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5092 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5093 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5094 standard_output_file.
5095 * gdb.cp/readnow-language.exp: Use standard_testfile.
5096 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5097 (gdb_start_again): Use clean_restart.
5098 * gdb.cp/ref-types.exp: Use standard_testfile,
5099 prepare_for_testing.
5100 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5101 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5102 * gdb.cp/smartp.exp: Use standard_testfile.
5103 * gdb.cp/static-method.exp: Use standard_testfile.
5104 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5105 * gdb.cp/temargs.exp: Use standard_testfile.
5106 * gdb.cp/templates.exp: Use standard_testfile,
5107 prepare_for_testing.
5108 (do_tests): Update.
5109 * gdb.cp/try_catch.exp: Use standard_testfile,
5110 prepare_for_testing.
5111 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5112 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5113 * gdb.cp/virtbase.exp: Use standard_testfile,
5114 prepare_for_testing.
5115 * gdb.cp/virtfunc.exp: Use standard_testfile,
5116 prepare_for_testing.
5117 (do_tests): Update.
5118 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5119 prepare_for_testing.
5120
686f09d0
TT
51212012-07-10 Tom Tromey <tromey@redhat.com>
5122
5123 * lib/gdb.exp (standard_testfile): Unset output variables from
5124 earlier invocations.
5125
9357e021
YQ
51262012-07-10 Yao Qi <yao@codesourcery.com>
5127
5128 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5129 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5130 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5131 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5132 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5133 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5134 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5135 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5136 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5137 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5138 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5139 * gdb.mi/mi-var-display.exp: Likewise.
5140 * gdb.mi/mi-var-invalidate.exp: Likewise.
5141 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5142 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5143 * gdb.mi/mi2-console.exp: Likewise.
5144 * gdb.mi/mi2-disassemble.exp: Likewise.
5145 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5146 * gdb.mi/mi2-read-memory.exp: Likewise.
5147 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5148 * gdb.mi/mi2-simplerun.exp: Likewise.
5149 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5150 * gdb.mi/mi2-syn-frame.exp: Likewise.
5151 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5152 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5153 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5154
e314d629
TT
51552012-07-09 Tom Tromey <tromey@redhat.com>
5156
5157 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5158 * gdb.base/callfuncs.exp: Add cast-based test.
5159 * gdb.base/callfuncs.c (voidfunc): New function.
5160
06928b3f
DE
51612012-07-08 Doug Evans <dje@google.com>
5162
5163 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5164
32f11bad
JK
51652012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 Fix XFAIL compatibility with old i386 systems.
5168 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5169 Check also 'Cannot insert breakpoint 0'.
5170
76b83c51
JK
51712012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5172
5173 PR 14321
5174 * gdb.base/find.exp
5175 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5176
a6fb9c08
TT
51772012-07-06 Tom Tromey <tromey@redhat.com>
5178
5179 * gdb.base/whatis.exp: Add test.
5180
71918a86
TT
51812012-07-06 Tom Tromey <tromey@redhat.com>
5182
5183 * gdb.base/whatis.exp: Add regression test.
5184
fcde5961
TT
51852012-07-06 Tom Tromey <tromey@redhat.com>
5186
5187 * gdb.base/whatis.exp: Add tests.
5188
f9cf0f4a
JK
51892012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 PR 12649
5192 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5193 gdb_test_multiple $gdb_prompt terminator.
5194
979ade8b
PA
51952012-07-04 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5198 supports_process_record.
5199
8a980b44
PA
52002012-07-04 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5203 endings.
5204 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5205
855ba978
SS
52062012-07-03 Stan Shebs <stan@codesourcery.com>
5207
5208 * gdb.base/info-os.c (main): Retry resource acquisition until an
5209 available one is found.
5210 * gdb.base/info-os.exp: Collect resource keys from the program
5211 and use them in matching.
5212
fcb44371
JK
52132012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5214
5215 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5216 Wrap the test into loop for corefile and core0file.
5217
08a67be6
JK
52182012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5221 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5222 .note.GNU-stack.
5223
0f3c2347
JK
5224 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5225
ff4a4500
SDJ
52262012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5227
5228 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5229 break): Include help message for the new `-probe' and `-probe-stap'
5230 options.
5231
d3ce09f5
SS
52322012-07-02 Stan Shebs <stan@codesourcery.com>
5233
5234 * gdb.base/dprintf.exp: Add agent style tests.
5235
a1624241
JK
52362012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 * gdb.base/stale-infcall.c (infcall): New label test-next.
5239 (main): New labels test-pass and test-fail.
5240 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5241 $test_fail_bpnum to test-fail.
5242 (test system longjmp tracking support): New test.
5243 Delete $test_fail_bpnum.
5244 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5245 breakpoint.
5246
42e7ad6c
DE
52472012-06-30 Doug Evans <dje@google.com>
5248
5249 * gdb.dwarf2/fission-reread.S: New file.
5250 * gdb.dwarf2/fission-reread.exp: New file.
5251
37ce89eb
SS
52522012-06-28 Stan Shebs <stan@codesourcery.com>
5253
5254 * gdb.mi/mi-logging.exp: New file.
5255
e5ef252a
PA
52562012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5257 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.threads/siginfo-threads.exp: New file.
5260 * gdb.threads/siginfo-threads.c: New file.
5261 * gdb.threads/sigstep-threads.exp: New file.
5262 * gdb.threads/sigstep-threads.c: New file.
5263
22f1fbae
TT
52642012-06-28 Tom Tromey <tromey@redhat.com>
5265
5266 * gdb.go/package.exp: Partially revert earlier patch; use
5267 gdb_compile again. Use standard_output_file.
5268
2e3cf129
DE
52692012-06-27 Doug Evans <dje@google.com>
5270
5271 * gdb.dwarf2/fission-base.c: New file.
5272 * gdb.dwarf2/fission-base.S: New file.
5273 * gdb.dwarf2/fission-base.exp: New file.
5274
785fd303
JK
52752012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5278
1bb9788d
TT
52792012-06-27 Tom Tromey <tromey@redhat.com>
5280
5281 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5282 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5283
c83ee902
TT
52842012-06-27 Tom Tromey <tromey@redhat.com>
5285
5286 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5287 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5288 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5289 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5290 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5291 prepare_for_testing.
5292 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5293 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5294 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5295 standard_testfile.
5296 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5297 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5298 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5299 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5300 prepare_for_testing.
5301 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5302 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5303 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5304 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5305 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5306 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5307 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5308 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5309 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5310 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5311 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5312 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5313 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5314 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5315 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5316 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5317 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5318 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5319 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5320 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5321 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5322 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5323 standard_output_file.
5324 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5325 standard_output_file.
5326 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5327 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5328 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5329 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5330 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5331 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5332 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5333 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5334 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5335 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5336 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5337 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5338 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5339 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5340 * gdb.dwarf2/valop.exp: Use standard_testfile,
5341 prepare_for_testing.
5342
5204774b
TT
53432012-06-27 Tom Tromey <tromey@redhat.com>
5344
5345 * gdb.python/python.exp: Fix regexps in pagination tests.
5346
ee0bf529
SCR
53472012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5348
5349 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5350 'last' of gdb.Symtab_and_line.
5351 * gdb.python/py-symbol.c: Move break point comment to enable
5352 testing of gdb.Symtab_and_line.last.
5353
14fcc022
TT
53542012-06-26 Tom Tromey <tromey@redhat.com>
5355
5356 * gdb.threads/step.c: Remove.
5357 * gdb.threads/step.exp: Remove.
5358 * gdb.threads/step2.exp: Remove.
5359
0efbbabc
TT
53602012-06-26 Tom Tromey <tromey@redhat.com>
5361
5362 * gdb.threads/watchpoint-fork.exp (test): Use
5363 standard_output_file. Don't declare objdir.
5364 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5365 standard_output_file.
5366 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5367 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5368 clean_restart. Remove incdir.
5369 * gdb.threads/corethreads.exp: Use standard_testfile.
5370 * gdb.threads/execl.exp: Use standard_testfile,
5371 standard_output_file, clean_restart.
5372 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5373 clean_restart.
5374 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5375 clean_restart.
5376 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5377 incdir.
5378 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5379 clean_restart. Remove incdir.
5380 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5381 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5382 clean_restart. Remove incdir.
5383 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5384 Remove incdir.
5385 * gdb.threads/leader-exit.exp: Use standard_testfile.
5386 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5387 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5388 clean_restart.
5389 * gdb.threads/manythreads.exp: Use standard_testfile,
5390 clean_restart. Remove incdir.
5391 * gdb.threads/multi-create.exp: Use standard_testfile,
5392 clean_restart.
5393 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5394 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5395 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5396 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5397 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5398 * gdb.threads/pending-step.exp: Use standard_testfile,
5399 clean_restart. Remove incdir.
5400 * gdb.threads/print-threads.exp: Use standard_testfile,
5401 clean_restart. Remove incdir.
5402 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5403 clean_restart. Remove incdir.
5404 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5405 Remove incdir.
5406 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5407 incdir.
5408 * gdb.threads/sigthread.exp: Use standard_testfile,
5409 clean_restart.
5410 * gdb.threads/staticthreads.exp: Use standard_testfile,
5411 clean_restart. Remove incdir.
5412 * gdb.threads/switch-threads.exp: Use standard_testfile,
5413 clean_restart. Remove incdir.
5414 * gdb.threads/thread-execl.exp: Use standard_testfile,
5415 clean_restart. Remove incdir.
5416 * gdb.threads/thread-find.exp: Use standard_testfile,
5417 clean_restart.
5418 * gdb.threads/thread-specific.exp: Use standard_testfile,
5419 clean_restart. Remove incdir.
5420 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5421 clean_restart. Remove incdir.
5422 * gdb.threads/thread_check.exp: Use standard_testfile,
5423 clean_restart. Remove incdir.
5424 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5425 incdir.
5426 * gdb.threads/threadapply.exp: Use standard_testfile,
5427 clean_restart. Remove incdir.
5428 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5429 clean_restart. Remove incdir.
5430 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5431 clean_restart.
5432 * gdb.threads/tls-shared.exp: Use standard_testfile,
5433 clean_restart, standard_output_file.
5434 * gdb.threads/tls-var.exp: Use standard_testfile,
5435 standard_output_file.
5436 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5437 Remove incdir.
5438 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5439 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5440 incdir.
5441 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5442 clean_restart. Remove incdir.
5443
497a5eb0
TT
54442012-06-26 Tom Tromey <tromey@redhat.com>
5445
5446 * gdb.trace/actions.exp: Use standard_testfile.
5447 * gdb.trace/ax.exp: Use standard_testfile.
5448 * gdb.trace/backtrace.exp: Use standard_testfile.
5449 * gdb.trace/change-loc.exp: Use standard_testfile.
5450 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5451 * gdb.trace/collection.exp: Use standard_testfile,
5452 prepare_for_testing.
5453 * gdb.trace/deltrace.exp: Use standard_testfile.
5454 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5455 * gdb.trace/ftrace.exp: Use standard_testfile.
5456 * gdb.trace/infotrace.exp: Use standard_testfile.
5457 * gdb.trace/packetlen.exp: Use standard_testfile.
5458 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5459 * gdb.trace/passcount.exp: Use standard_testfile.
5460 * gdb.trace/pending.exp: Use standard_testfile.
5461 * gdb.trace/report.exp: Use standard_testfile.
5462 * gdb.trace/save-trace.exp: Use standard_testfile.
5463 * gdb.trace/stap-trace.exp: Use standard_testfile.
5464 * gdb.trace/status-stop.exp: Use standard_testfile.
5465 * gdb.trace/strace.exp: Use standard_testfile.
5466 * gdb.trace/tfile.exp: Use standard_testfile.
5467 * gdb.trace/tfind.exp: Use standard_testfile.
5468 * gdb.trace/trace-break.exp: Use standard_testfile.
5469 * gdb.trace/trace-mt.exp: Use standard_testfile.
5470 * gdb.trace/tracecmd.exp: Use standard_testfile.
5471 * gdb.trace/tspeed.exp: Use standard_testfile.
5472 * gdb.trace/tstatus.exp: Use standard_testfile.
5473 * gdb.trace/tsv.exp: Use standard_testfile.
5474 * gdb.trace/unavailable.exp: Use standard_testfile,
5475 prepare_for_testing.
5476 * gdb.trace/while-dyn.exp: Use standard_testfile.
5477 * gdb.trace/while-stepping.exp: Use standard_testfile.
5478
7686c074
TT
54792012-06-26 Tom Tromey <tromey@redhat.com>
5480
5481 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5482 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5483 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5484 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5485 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5486 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5487 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5488 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5489 prepare_for_testing.
5490 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5491 prepare_for_testing.
5492 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5493 prepare_for_testing.
5494 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5495 prepare_for_testing.
5496 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5497 prepare_for_testing
5498 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5499 * gdb.reverse/machinestate.exp: Use standard_testfile.
5500 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5501 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5502 build_executable.
5503 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5504 build_executable.
5505 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5506 standard_output_file.
5507 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5508 standard_output_file.
5509 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5510 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5511 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5512 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5513 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5514 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5515
481fc100
TT
55162012-06-26 Tom Tromey <tromey@redhat.com>
5517
5518 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5519 standard_output_file.
5520 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5521 prepare_for_testing. Remove directory-checking code.
5522
7bb18ae2
TT
55232012-06-25 Tom Tromey <tromey@redhat.com>
5524
5525 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5526 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5527 build_executable, not prepare_for_testing.
5528 * gdb.multi/base.exp: Use standard_output_file. Use
5529 build_executable, not prepare_for_testing.
5530
cf09b3e4
TT
55312012-06-25 Tom Tromey <tromey@redhat.com>
5532
5533 * gdb.fortran/subarray.exp: Use standard_testfile,
5534 prepare_for_testing.
5535 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5536 * gdb.fortran/module.exp: Use standard_testfile.
5537 * gdb.fortran/logical.exp: Use standard_testfile.
5538 * gdb.fortran/library-module.exp: Use standard_testfile,
5539 standard_output_file.
5540 * gdb.fortran/derived-type.exp: Use standard_testfile,
5541 prepare_for_testing.
5542 * gdb.fortran/complex.exp: Use standard_testfile,
5543 prepare_for_testing.
5544 * gdb.fortran/charset.exp: Use standard_testfile.
5545 * gdb.fortran/array-element.exp: Use standard_testfile,
5546 prepare_for_testing.
5547
18b5ff1b
KS
55482012-06-25 Keith Seitz <keiths@redhat.com>
5549
5550 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5551 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5552
17b77626
TT
55532012-06-25 Tom Tromey <tromey@redhat.com>
5554
5555 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5556 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5557 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5558 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5559
f91e3dc1
TT
55602012-06-25 Tom Tromey <tromey@redhat.com>
5561
5562 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5563 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5564 * gdb.linespec/linespec.exp: Use standard_testfile.
5565
a884434d
TT
55662012-06-25 Tom Tromey <tromey@redhat.com>
5567
5568 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5569 prepare_for_testing.
5570
efc9d70a
TT
55712012-06-25 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5574 prepare_for_testing.
5575 * gdb.opt/inline-break.exp: Use standard_testfile,
5576 prepare_for_testing.
5577 * gdb.opt/inline-bt.exp: Use standard_testfile,
5578 prepare_for_testing.
5579 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5580 prepare_for_testing.
5581 * gdb.opt/inline-locals.exp: Use standard_testfile,
5582 prepare_for_testing.
5583
e2fc92c6
TT
55842012-06-25 Tom Tromey <tromey@redhat.com>
5585
5586 * gdb.asm/asm-source.exp: Use standard_output_file,
5587 standard_testfile. Construct .o files in proper subdir.
5588
b0963d73
TT
55892012-06-25 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.server/ext-attach.exp: Use standard_testfile,
5592 prepare_for_testing.
5593 * gdb.server/ext-run.exp: Use standard_testfile,
5594 build_executable.
5595 * gdb.server/file-transfer.exp: Use standard_testfile,
5596 prepare_for_testing.
5597 * gdb.server/server-exec-info.exp: Use standard_testfile.
5598 * gdb.server/server-mon.exp: Use standard_testfile,
5599 prepare_for_testing.
5600 * gdb.server/server-run.exp: Use standard_testfile,
5601 build_executable.
5602 * gdb.server/solib-list.exp: Use standard_testfile,
5603 standard_output_file.
5604
8a3e1f8d
TT
56052012-06-25 Tom Tromey <tromey@redhat.com>
5606
5607 * lib/gdb.exp (standard_output_file): Use "file join".
5608 * gdb.go/chan.exp: Use standard_testfile.
5609 * gdb.go/handcall.exp: Use standard_testfile.
5610 * gdb.go/hello.exp: Use standard_testfile.
5611 * gdb.integers/chan.exp: Use standard_testfile.
5612 * gdb.go/methods.exp: Use standard_testfile.
5613 * gdb.go/package.exp: Use standard_testfile.
5614 * gdb.go/strings.exp: Use standard_testfile.
5615 * gdb.go/types.exp: Use standard_testfile.
5616 * gdb.go/unsafe.exp: Use standard_testfile.
5617
944a9061
MGD
56182012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5619
5620 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5621
1c06bd58
JK
56222012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5623
5624 Fix regression by the previous commit.
5625 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5626
b4a58790
TT
56272012-06-22 Tom Tromey <tromey@redhat.com>
5628
5629 * gdb.python/lib-types.exp: Use standard_testfile,
5630 prepare_for_testing.
5631 * gdb.python/py-block.exp: Use standard_testfile.
5632 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5633 * gdb.python/py-events.exp: Use standard_testfile,
5634 standard_output_file.
5635 * gdb.python/py-evsignal.exp: Use standard_testfile.
5636 * gdb.python/py-evethreads.exp: Use standard_testfile.
5637 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5638 * gdb.python/py-explore.exp: Use standard_testfile.
5639 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5640 standard_output_file.
5641 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5642 prepare_for_testing.
5643 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5644 * gdb.python/py-frame.exp: Use standard_testfile.
5645 * gdb.python/py-inferior.exp: Use standard_testfile.
5646 * gdb.python/py-infthread.exp: Use standard_testfile.
5647 * gdb.python/py-mi.exp: Use standard_testfile.
5648 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5649 build_executable.
5650 * gdb.python/py-objfile.exp: Use standard_testfile.
5651 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5652 prepare_for_testing.
5653 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5654 * gdb.python/py-progspace.exp: Use standard_testfile,
5655 build_executable.
5656 * gdb.python/py-prompt.exp: Use standard_testfile,
5657 build_executable.
5658 * gdb.python/py-section-script.exp: Use standard_testfile,
5659 build_executable.
5660 * gdb.python/py-shared.exp: Use standard_testfile,
5661 standard_output_file, clean_restart.
5662 * gdb.python/py-symbol.exp: Use standard_output_file,
5663 prepare_for_testing.
5664 * gdb.python/py-symtab.exp: Use standard_output_file,
5665 prepare_for_testing
5666 * gdb.python/py-template.exp: Use standard_testfile.
5667 * gdb.python/py-type.exp: Use standard_testfile.
5668 * gdb.python/py-value-cc.exp: Use standard_testfile.
5669 * gdb.python/py-value.exp: Use standard_testfile.
5670 * gdb.python/python.exp: Use standard_testfile, build_executable.
5671
2c44deac
TT
56722012-06-22 Tom Tromey <tromey@redhat.com>
5673
5674 * gdb.objc/basicclass.exp: Use standard_testfile.
5675 (do_objc_tests): Don't declare objdir.
5676 * gdb.objc/nondebug.exp: Use standard_testfile.
5677 (do_objc_tests): Don't declare objdir.
5678 * gdb.objc/objcdecode.exp: Use standard_testfile.
5679 (do_objc_tests): Don't declare objdir.
5680
c24ccbce
TT
56812012-06-22 Tom Tromey <tromey@redhat.com>
5682
5683 * gdb.java/jmain.exp: Use standard_testfile.
5684 * gdb.java/jmisc.exp: Use standard_testfile.
5685 * gdb.java/jnpe.exp: Use standard_testfile.
5686 * gdb.java/jprint.exp: Use standard_testfile.
5687
0a6d0306
TT
56882012-06-22 Tom Tromey <tromey@redhat.com>
5689
5690 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5691 (standard_output_file, standard_testfile): New procs.
5692 (build_executable, clean_restart): Use standard_output_file.
5693
6ea815ef
YQ
56942012-06-22 Yao Qi <yao@codesourcery.com>
5695
5696 * boards/native-gdbserver.exp: New proc ${board}_exec.
5697 * boards/native-stdio-gdbserver.exp: Likewise.
5698
4c93b1db
TT
56992012-06-21 Tom Tromey <tromey@redhat.com>
5700
5701 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5702 (build_executable): Update.
5703 (get_compiler_info): Remove 'binfile' argument.
5704 * gdb.ada/arrayidx.exp: Update.
5705 * gdb.ada/null_array.exp: Update.
5706 * gdb.arch/altivec-abi.exp: Update.
5707 * gdb.arch/altivec-regs.exp: Update.
5708 * gdb.arch/amd64-byte.exp: Update.
5709 * gdb.arch/amd64-dword.exp: Update.
5710 * gdb.arch/amd64-word.exp: Update.
5711 * gdb.arch/i386-avx.exp: Update.
5712 * gdb.arch/i386-byte.exp: Update.
5713 * gdb.arch/i386-sse.exp: Update.
5714 * gdb.arch/i386-word.exp: Update.
5715 * gdb.arch/ppc-dfp.exp: Update.
5716 * gdb.arch/ppc-fp.exp: Update.
5717 * gdb.arch/vsx-regs.exp: Update.
5718 * gdb.base/all-bin.exp: Update.
5719 * gdb.base/annota1.exp: Update.
5720 * gdb.base/async.exp: Update.
5721 * gdb.base/attach.exp: Update.
5722 * gdb.base/break-interp.exp: Update.
5723 * gdb.base/call-ar-st.exp: Update.
5724 * gdb.base/call-rt-st.exp: Update.
5725 * gdb.base/call-sc.exp: Update.
5726 * gdb.base/callfuncs.exp: Update.
5727 * gdb.base/catch-load.exp: Update.
5728 * gdb.base/completion.exp: Update.
5729 * gdb.base/complex.exp: Update.
5730 * gdb.base/condbreak.exp: Update.
5731 * gdb.base/consecutive.exp: Update.
5732 * gdb.base/constvars.exp: Update.
5733 * gdb.base/corefile.exp: Update.
5734 * gdb.base/eval-skip.exp: Update.
5735 * gdb.base/expand-psymtabs.exp: Update.
5736 * gdb.base/exprs.exp: Update.
5737 * gdb.base/fileio.exp: Update.
5738 * gdb.base/fixsection.exp: Update.
5739 * gdb.base/funcargs.exp: Update.
5740 * gdb.base/gdb11530.exp: Update.
5741 * gdb.base/gdb1555.exp: Update.
5742 * gdb.base/gnu-ifunc.exp: Update.
5743 * gdb.base/gnu_vector.exp: Update.
5744 * gdb.base/info-macros.exp: Update.
5745 * gdb.base/jit-simple.exp: Update.
5746 * gdb.base/jit-so.exp: Update.
5747 * gdb.base/jit.exp: Update.
5748 * gdb.base/langs.exp: Update.
5749 * gdb.base/list.exp: Update.
5750 * gdb.base/logical.exp: Update.
5751 * gdb.base/long_long.exp: Update.
5752 * gdb.base/longjmp.exp: Update.
5753 * gdb.base/macscp.exp: Update.
5754 * gdb.base/mips_pro.exp: Update.
5755 * gdb.base/miscexprs.exp: Update.
5756 * gdb.base/morestack.exp: Update.
5757 * gdb.base/nodebug.exp: Update.
5758 * gdb.base/opaque.exp: Update.
5759 * gdb.base/pc-fp.exp: Update.
5760 * gdb.base/pending.exp: Update.
5761 * gdb.base/permissions.exp: Update.
5762 * gdb.base/pointers.exp: Update.
5763 * gdb.base/prelink.exp: Update.
5764 * gdb.base/printcmds.exp: Update.
5765 * gdb.base/psymtab.exp: Update.
5766 * gdb.base/ptype.exp: Update.
5767 * gdb.base/relational.exp: Update.
5768 * gdb.base/scope.exp: Update.
5769 * gdb.base/setvar.exp: Update.
5770 * gdb.base/shlib-call.exp: Update.
5771 * gdb.base/shreloc.exp: Update.
5772 * gdb.base/signals.exp: Update.
5773 * gdb.base/sizeof.exp: Update.
5774 * gdb.base/so-impl-ld.exp: Update.
5775 * gdb.base/so-indr-cl.exp: Update.
5776 * gdb.base/solib-disc.exp: Update.
5777 * gdb.base/solib-display.exp: Update.
5778 * gdb.base/solib-nodir.exp: Update.
5779 * gdb.base/solib-overlap.exp: Update.
5780 * gdb.base/solib-symbol.exp: Update.
5781 * gdb.base/solib-weak.exp: Update.
5782 * gdb.base/solib.exp: Update.
5783 * gdb.base/store.exp: Update.
5784 * gdb.base/structs.exp: Update.
5785 * gdb.base/structs2.exp: Update.
5786 * gdb.base/type-opaque.exp: Update.
5787 * gdb.base/unload.exp: Update.
5788 * gdb.base/varargs.exp: Update.
5789 * gdb.base/volatile.exp: Update.
5790 * gdb.base/watch_thread_num.exp: Update.
5791 * gdb.base/watchpoint-solib.exp: Update.
5792 * gdb.base/watchpoint.exp: Update.
5793 * gdb.base/watchpoints.exp: Update.
5794 * gdb.base/whatis.exp: Update.
5795 * gdb.cell/arch.exp: Update.
5796 * gdb.cell/break.exp: Update.
5797 * gdb.cell/bt.exp: Update.
5798 * gdb.cell/core.exp: Update.
5799 * gdb.cell/data.exp: Update.
5800 * gdb.cell/ea-cache.exp: Update.
5801 * gdb.cell/f-regs.exp: Update.
5802 * gdb.cell/fork.exp: Update.
5803 * gdb.cell/gcore.exp: Update.
5804 * gdb.cell/mem-access.exp: Update.
5805 * gdb.cell/ptype.exp: Update.
5806 * gdb.cell/registers.exp: Update.
5807 * gdb.cell/sizeof.exp: Update.
5808 * gdb.cell/solib-symbol.exp: Update.
5809 * gdb.cell/solib.exp: Update.
5810 * gdb.cp/ambiguous.exp: Update.
5811 * gdb.cp/breakpoint.exp: Update.
5812 * gdb.cp/bs15503.exp: Update.
5813 * gdb.cp/casts.exp: Update.
5814 * gdb.cp/class2.exp: Update.
5815 * gdb.cp/cpexprs.exp: Update.
5816 * gdb.cp/cplusfuncs.exp: Update.
5817 * gdb.cp/ctti.exp: Update.
5818 * gdb.cp/dispcxx.exp: Update.
5819 * gdb.cp/gdb1355.exp: Update.
5820 * gdb.cp/gdb2384.exp: Update.
5821 * gdb.cp/gdb2495.exp: Update.
5822 * gdb.cp/infcall-dlopen.exp: Update.
5823 * gdb.cp/local.exp: Update.
5824 * gdb.cp/m-data.exp: Update.
5825 * gdb.cp/m-static.exp: Update.
5826 * gdb.cp/mb-ctor.exp: Update.
5827 * gdb.cp/mb-inline.exp: Update.
5828 * gdb.cp/mb-templates.exp: Update.
5829 * gdb.cp/member-ptr.exp: Update.
5830 * gdb.cp/method.exp: Update.
5831 * gdb.cp/namespace.exp: Update.
5832 * gdb.cp/nextoverthrow.exp: Update.
5833 * gdb.cp/nsdecl.exp: Update.
5834 * gdb.cp/nsrecurs.exp: Update.
5835 * gdb.cp/nsstress.exp: Update.
5836 * gdb.cp/nsusing.exp: Update.
5837 * gdb.cp/pr-1023.exp: Update.
5838 * gdb.cp/pr-1210.exp: Update.
5839 * gdb.cp/pr-574.exp: Update.
5840 * gdb.cp/pr9631.exp: Update.
5841 * gdb.cp/printmethod.exp: Update.
5842 * gdb.cp/psmang.exp: Update.
5843 * gdb.cp/re-set-overloaded.exp: Update.
5844 * gdb.cp/rtti.exp: Update.
5845 * gdb.cp/shadow.exp: Update.
5846 * gdb.cp/templates.exp: Update.
5847 * gdb.cp/try_catch.exp: Update.
5848 * gdb.dwarf2/dw2-ranges.exp: Update.
5849 * gdb.dwarf2/pr10770.exp: Update.
5850 * gdb.fortran/library-module.exp: Update.
5851 * gdb.hp/gdb.aCC/optimize.exp: Update.
5852 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5853 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5854 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5855 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5856 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5857 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5858 * gdb.hp/gdb.compat/xdb1.exp: Update.
5859 * gdb.hp/gdb.compat/xdb2.exp: Update.
5860 * gdb.hp/gdb.compat/xdb3.exp: Update.
5861 * gdb.hp/gdb.defects/bs14602.exp: Update.
5862 * gdb.hp/gdb.defects/solib-d.exp: Update.
5863 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5864 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5865 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5866 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5867 * gdb.mi/gdb792.exp: Update.
5868 * gdb.mi/mi-pending.exp: Update.
5869 * gdb.mi/mi-solib.exp: Update.
5870 * gdb.mi/mi-var-cp.exp: Update.
5871 * gdb.opt/clobbered-registers-O2.exp: Update.
5872 * gdb.opt/inline-bt.exp: Update.
5873 * gdb.opt/inline-cmds.exp: Update.
5874 * gdb.opt/inline-locals.exp: Update.
5875 * gdb.python/py-events.exp: Update.
5876 * gdb.python/py-finish-breakpoint.exp: Update.
5877 * gdb.python/py-type.exp: Update.
5878 * gdb.reverse/solib-precsave.exp: Update.
5879 * gdb.reverse/solib-reverse.exp: Update.
5880 * gdb.server/solib-list.exp: Update.
5881 * gdb.stabs/weird.exp: Update.
5882 * gdb.threads/attach-into-signal.exp: Update.
5883 * gdb.threads/attach-stopped.exp: Update.
5884 * gdb.threads/tls-shared.exp: Update.
5885 * gdb.trace/change-loc.exp: Update.
5886 * gdb.trace/strace.exp: Update.
5887
95c391b6
TT
58882012-06-19 Tom Tromey <tromey@redhat.com>
5889
5890 * gdb.base/whatis.exp: Add tests.
5891
e910f0b6
TT
58922012-06-19 Tom Tromey <tromey@redhat.com>
5893
5894 * gdb.cp/m-static.cc (keepalive): New function.
5895 (gnu_obj_1::method): Use it.
5896
422d65e7
DE
58972012-06-18 Doug Evans <dje@google.com>
5898
5899 * gdb.base/info-fun.exp: New file.
5900 * gdb.base/info-fun.c: New file.
5901 * gdb.base/info-fun-solib.c: New file.
5902
e2e4d78b
JK
59032012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 Remove stale dummy frames.
5906 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5907 (maintenance info breakpoints): New tests.
5908 * gdb.base/stale-infcall.c: New file.
5909 * gdb.base/stale-infcall.exp: New file.
5910
1788b2d3
JK
59112012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.arch/amd64-entry-value-param.S: New file.
5914 * gdb.arch/amd64-entry-value-param.c: New file.
5915 * gdb.arch/amd64-entry-value-param.exp: New file.
5916
663b969e
TT
59172012-06-15 Tom Tromey <tromey@redhat.com>
5918
5919 * gdb.cp/namespace.exp: Add "show lang" test.
5920
8e09ad05
IS
59212012-06-15 Iain Sandoe <iain@codesourcery.com>
5922
5923 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5924 case. (top level): Use gdb_file_cmd instead of gdb_load.
5925
f85e18ee
JK
59262012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 PR tdep/14222
5929 * gdb.arch/i386-sse-stack-align.S: New file.
5930 * gdb.arch/i386-sse-stack-align.c: New file.
5931 * gdb.arch/i386-sse-stack-align.exp: New file.
5932
f3b5e280
KS
59332012-06-13 Keith Seitz <keiths@redhat.com>
5934
5935 PR breakpoints/13798 and mi/11541
5936 * gdb.linespec/ls-errs.exp: Add a few more tests for
5937 filenames with spaces and colons.
5938
50af5481
JK
59392012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5942 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5943 (test_function): Call CV_f.
5944 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5945 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5946 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5947 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5948 (p CV_f(CV::i)): New tests.
5949
d55637df
TT
59502012-06-13 Tom Tromey <tromey@redhat.com>
5951
5952 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5953
cc80f267
JK
59542012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5955
5956 Fix regression by the "ambiguous linespec" series.
5957 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5958 tests.
5959
bb2af9cc
JK
59602012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5961
5962 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5963 missing.
5964
e81a37f7
TT
59652012-06-11 Tom Tromey <tromey@redhat.com>
5966
5967 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5968 location...
5969 (main): ...here.
5970
8efd7788
YQ
59712012-06-07 Yao Qi <yao@codesourcery.com>
5972
5973 * gdb.trace/strace.exp: Shorten some too-long lines.
5974
359f5fe6
PA
59752012-06-06 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.threads/clone-new-thread-event.c: New file.
5978 * gdb.threads/clone-new-thread-event.exp: New file.
5979
7b2fe205
YQ
59802012-06-06 Yao Qi <yao@codesourcery.com>
5981
5982 * gdb.base/dprintf.c (main): Add extra parameter when calling
5983 printf and fprintf.
5984 (bar): New function. It is a dead function, but to ensure
5985 'malloc' is linked explicitly.
5986
3eca55e8
YQ
59872012-06-06 Yao Qi <yao@codesourcery.com>
5988
5989 * gdb.base/info-proc.exp: Return if target doesn't support
5990 'info proc'.
5991
91cc9324
JK
59922012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5993
5994 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5995 (run program with breakpoint commands): XFAIl if it is not.
5996
c56e7c43
JB
59972012-06-05 Joel Brobecker <brobecker@adacore.com>
5998
5999 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6000 and add comment.
6001 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6002 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6003 "STOP" marker. Adjust testing strategy to make it work on
6004 all targets.
6005
6006 * gdb.base/print-file-var-main.c (main): Rewrite using local
6007 variables and adjust get_version_2's return value check.
6008 Add small comment.
6009 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6010 marker. Adjust testing strategy to make it work on all targets.
6011
ccab2054
JB
60122012-06-05 Joel Brobecker <brobecker@adacore.com>
6013
6014 * gdb.ada/bad-task-bp-keyword: New testcase.
6015
d0d86158
JK
60162012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6017
6018 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6019 Simplify it to ...
6020 (symbol-file ${testfile1}): ... here.
6021 (test eliminated var my_global_symbol)
6022 (test eliminated var my_static_symbol)
6023 (test eliminated var my_global_func, get address of main): Wrap them to
6024 'single psymtabs' and 'single symtabs'
6025 (get address of my_global_symbol, get address of my_static_symbol)
6026 (get address of my_global_func, get address of main): Wrap them to
6027 'order1' and 'order2'.
6028
952cf74c
JK
6029 * gdb.base/code_elim.exp
6030 (add-symbol-file ${testfile1} 0x100000)
6031 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6032 'order2'.
6033 (order1: add-symbol-file ${testfile1} 0x100000)
6034 (order1: add-symbol-file ${testfile2} 0x200000)
6035 (order2: add-symbol-file ${testfile2} 0x200000)
6036 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6037 .bss as appropriate.
6038
0c5bf5a9
JK
60392012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 * gdb.server/solib-list-lib.c: New file.
6042 * gdb.server/solib-list-main.c: New file.
6043 * gdb.server/solib-list.exp: New file.
6044
4196f325
MR
60452012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6046
6047 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6048 for 'set print symbol' change.
6049
bfb05775
JK
60502012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6051
6052 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6053 .debug_abbrev_seg3.
6054
685b1105
JK
60552012-05-24 John Steele Scott <toojays@toojays.net>
6056
6057 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6058 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6059 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6060
f3e0e960
SS
60612012-05-23 Stan Shebs <stan@codesourcery.com>
6062
6063 * gdb.mi/mi-info-os.exp: New file.
6064
11eb1b4d
KS
60652012-05-23 Keith Seitz <keiths@redhat.com>
6066
6067 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6068 return -1 to suppress the rest of the tests.
6069 (compile_stap_bin): Return boolean success value.
6070
b1af9e97
TT
60712012-05-21 Tom Tromey <tromey@redhat.com>
6072
6073 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6074 Remove kfails.
6075 (test_print_mi_member_types): Likewise.
6076
248537e3
TT
60772012-05-21 Tom Tromey <tromey@redhat.com>
6078
6079 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6080 print symbol' change.
6081
d791e155
TJB
60822012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6083
6084 * gdb.python/py-prompt.exp: Quit if the target is remote.
6085
e77afa2e
JK
60862012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6087
6088 Fix ERROR: internal buffer is full.
6089 * gdb.base/info-os.exp (expect_multiline): New function.
6090 (get process list, get process groups, get threads)
6091 (get file descriptors, get internet-domain sockets)
6092 (get shared-memory regions, get semaphores, get message queues): Use
6093 it for these tests.
6094
9cb709b6
TT
60952012-05-18 Tom Tromey <tromey@redhat.com>
6096
6097 * gdb.mi/mi-var-cmd.exp: Update.
6098 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6099 * gdb.cp/virtbase.exp: Update.
6100 * gdb.cp/classes.exp (test_static_members): Update.
6101 * gdb.cp/casts.exp: Update.
6102 * gdb.base/pointers.exp: Update.
6103 * gdb.base/funcargs.exp (pointer_args): Update.
6104 (structs_by_reference): Update.
6105 * gdb.base/find.exp: Update.
6106 * gdb.base/call-strs.exp: Send "set print symbol off".
6107 * gdb.base/call-ar-st.exp: Update.
6108 * gdb.ada/fun_addr.exp: Update.
6109 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6110 Call it.
6111 (test_print_repeats_10, test_print_strings)
6112 (test_print_char_arrays): Update.
6113
b012acdd
TT
61142012-05-18 Tom Tromey <tromey@redhat.com>
6115
6116 * gdb.base/charset.exp (string_display): Update.
6117
1d51a733
TT
61182012-05-18 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.mi/mi2-var-display.exp: Update.
6121 * gdb.mi/mi-var-display.exp: Update.
6122 * gdb.mi/mi-var-child.exp: Update.
6123 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6124 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6125
957df313
DE
61262012-05-17 Doug Evans <dje@google.com>
6127
682c7f7b
DE
6128 * info-macros.exp: Pass "debug" to prepare_for_testing.
6129
957df313
DE
6130 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6131 * gdb.ada/Makefile.in (clean): Ditto.
6132 * gdb.arch/Makefile.in (clean): Ditto.
6133 * gdb.asm/Makefile.in (clean): Ditto.
6134 * gdb.base/Makefile.in (clean): Ditto.
6135 * gdb.cell/Makefile.in (clean): Ditto.
6136 * gdb.cp/Makefile.in (clean): Ditto.
6137 * gdb.disasm/Makefile.in (clean): Ditto.
6138 * gdb.dwarf2/Makefile.in (clean): Ditto.
6139 * gdb.fortran/Makefile.in (clean): Ditto.
6140 * gdb.go/Makefile.in (clean): Ditto.
6141 * gdb.hp/Makefile.in (clean): Ditto.
6142 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6143 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6144 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6145 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6146 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6147 * gdb.java/Makefile.in (clean): Ditto.
6148 * gdb.linespec/Makefile.in (clean): Ditto.
6149 * gdb.mi/Makefile.in (clean): Ditto.
6150 * gdb.modula2/Makefile.in (clean): Ditto.
6151 * gdb.multi/Makefile.in (clean): Ditto.
6152 * gdb.objc/Makefile.in (clean): Ditto.
6153 * gdb.opencl/Makefile.in (clean): Ditto.
6154 * gdb.opt/Makefile.in (clean): Ditto.
6155 * gdb.pascal/Makefile.in (clean): Ditto.
6156 * gdb.python/Makefile.in (clean): Ditto.
6157 * gdb.reverse/Makefile.in (clean): Ditto.
6158 * gdb.server/Makefile.in (clean): Ditto.
6159 * gdb.stabs/Makefile.in (clean): Ditto.
6160 * gdb.threads/Makefile.in (clean): Ditto.
6161 * gdb.trace/Makefile.in (clean): Ditto.
6162 * gdb.xml/Makefile.in (clean): Ditto.
6163
abc9d0dc
TT
61642012-05-16 Tom Tromey <tromey@redhat.com>
6165
6166 * gdb.base/macscp1.c (macscp_expr): Add comment.
6167 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6168
6a3a010b
MR
61692012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6170
6171 * gdb.base/return-nodebug.exp: Also test float and double types.
6172
01429c8e
JK
61732012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 PR testsuite/12649
6176 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6177
54115cd4
JK
6178 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6179
0c5f383f
SDJ
61802012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6181
6182 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6183 `rerun_to_main'.
6184 (stap_test_no_debuginfo): Likewise.
6185
e7e0cddf
SS
61862012-05-14 Stan Shebs <stan@codesourcery.com>
6187
6188 * gdb.base/dprintf.c: New file.
6189 * gdb.base/dprintf.exp: New file.
6190
c772f8e7
HZ
61912012-05-14 Hui Zhu <hui_zhu@mentor.com>
6192
6193 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6194 * gdb.trace/disconnected-tracing.c: New file.
6195 * gdb.trace/disconnected-tracing.exp: New file.
6196
7efc75aa
SCR
61972012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6198
6199 * gdb.python/python.c: Add a new breakpoint comment.
6200 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6201
85d4a676
SS
62022011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6203
6204 * gdb.base/info-os.exp: New file.
6205 * gdb.base/info-os.c: New file.
6206
64ea88dc
JB
62072012-05-10 Joel Brobecker <brobecker@adacore.com>
6208
4647ab1b
JB
6209 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6210 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6211 New files.
64ea88dc 6212
afba63f1
JB
62132012-05-10 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6216 gdb.base/ctxobj.exp: New files.
6217
9d198b1e
TT
62182012-05-09 Tom Tromey <tromey@redhat.com>
6219
6220 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6221
9bfee719
MR
62222012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6223
6224 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6225
3a7341d8
MR
62262012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6227
6228 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6229 before using it.
6230
52b3699b
TG
62312012-05-04 Tristan Gingold <gingold@adacore.com>
6232
6233 * gdb.base/set-noassign.exp: New test.
6234
a20ee7a4
SCR
62352012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6236
6237 * gdb.python/py-symbol.exp: Add tests to test the new methods
6238 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6239 * gdb.python/py-symbol.c: Add new struct to help test
6240 gdb.Symtab.static_block().
6241
bf2f0858
DE
62422012-05-03 Doug Evans <dje@google.com>
6243
6244 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6245 commented out.
6246
2d4e0376
YQ
62472012-05-03 Yao Qi <yao@codesourcery.com>
6248
6249 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6250 doesn't support.
6251 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6252 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6253
6d0bb9f3
YQ
62542012-05-03 Yao Qi <yao@codesourcery.com>
6255
6256 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6257
fd820528
DE
62582012-04-30 Doug Evans <dje@google.com>
6259
6260 PR testsuite/13961
6261 * gdb.dwarf2/pr13961.S: New file.
6262 * gdb.dwarf2/pr13961.exp: New file.
6263
b9e219b9
YQ
62642012-04-29 Yao Qi <yao@codesourcery.com>
6265
6266 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6267
3019eac3
DE
62682012-04-28 Doug Evans <dje@google.com>
6269
6270 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6271 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6272 All uses updated.
6273 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6274 "ptype func_cu1" to expand cu2 before cu1.
6275
62e5f89c
SDJ
62762012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6277 Tom Tromey <tromey@redhat.com>
6278
6279 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6280 variables.
6281 * gdb.base/stap-probe.c: New file.
6282 * gdb.base/stap-probe.exp: New file.
6283 * gdb.trace/stap-trace.c: New file.
6284 * gdb.trace/stap-trace.exp: New file.
6285 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6286 libgcc's unwinder.
6287
14132e89
MR
62882012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6289
6290 * gdb.arch/mips16-thunks-inmain.c: New file.
6291 * gdb.arch/mips16-thunks-main.c: New file.
6292 * gdb.arch/mips16-thunks-sin.c: New file.
6293 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6294 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6295 * gdb.arch/mips16-thunks-sinmain.c: New file.
6296 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6297 * gdb.arch/mips16-thunks.exp: New file.
6298
a766d390
DE
62992012-04-25 Doug Evans <dje@google.com>
6300
6301 * configure.ac: Create gdb.go/Makefile.
6302 * configure: Regenerate.
6303 * gdb.base/default.exp: Add "go" to "set language" testing.
6304 * gdb.go/Makefile.in: New file.
6305 * gdb.go/basic-types.exp: New file.
6306 * gdb.go/chan.exp: New file.
6307 * gdb.go/chan.go: New file.
6308 * gdb.go/handcall.exp: New file.
6309 * gdb.go/handcall.go: New file.
6310 * gdb.go/hello.exp: New file.
6311 * gdb.go/hello.go: New file.
6312 * gdb.go/integers.exp: New file.
6313 * gdb.go/integers.go: New file.
6314 * gdb.go/methods.exp: New file.
6315 * gdb.go/methods.go: New file.
6316 * gdb.go/package.exp: New file.
6317 * gdb.go/package1.go: New file.
6318 * gdb.go/package2.go: New file.
6319 * gdb.go/print.exp: New file.
6320 * gdb.go/strings.exp: New file.
6321 * gdb.go/strings.go: New file.
6322 * gdb.go/types.exp: New file.
6323 * gdb.go/types.go: New file.
6324 * gdb.go/unsafe.exp: New file.
6325 * gdb.go/unsafe.go: New file.
6326 * lib/future.exp: Add Go support.
6327 (gdb_find_go, gdb_find_go_linker): New procs.
6328 (gdb_default_target_compile): Add Go support.
6329 * lib/gdb.exp (skip_go_tests): New proc.
6330 * lib/go.exp: New file.
6331
e65f9ffb
TT
63322012-04-25 Tom Tromey <tromey@redhat.com>
6333
6334 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6335
14e75d8e
JK
63362012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6337 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 PR symtab/7259:
6340 * gdb.base/enumval.c: New test case.
6341 * gdb.base/enumval.exp: New test case.
6342 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6343 field.bitpos.
6344
f3525b70
PA
63452012-04-17 Pedro Alves <palves@redhat.com>
6346
6347 * Makefile.in (site.exp): Make site.exp source
6348 $srcdir/lib/append_gdb_boards_dir.exp.
6349 * lib/append_gdb_boards_dir.exp: New file.
6350
bccbefd2
JK
63512012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 New option "set auto-load safe-path".
6354 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6355 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6356
bf88dd68
JK
63572012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6358
6359 auto-load: Implementation.
6360 * gdb.base/help.exp (test set height): Increase the height.
6361 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6362 to ...
6363 (info auto-load python-scripts): ... here.
6364 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6365 to ...
6366 (info auto-load python-scripts *): ... here.
6367
c0d4d1c0
YQ
63682012-04-16 Yao Qi <yao@codesourcery.com>
6369
6370 * lib/trace-support.exp (get_in_proc_agent): New.
6371 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6372 of in process trace agent.
6373 * gdb.trace/ftrace.exp: Likewise.
6374 * gdb.trace/pending.exp: Likewise.
6375 * gdb.trace/trace-break.exp: Likewise.
6376 * gdb.trace/trace-mt.exp
6377 * gdb.trace/tspeed.exp: Likewise.
6378 * gdb.trace/tstatus.exp
6379 * gdb.trace/strace.exp: Likewise.
6380
cbf68a60
TS
63812012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6382
dd6d3b70
TS
6383 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6384 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6385
cbf68a60
TS
6386 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6387
8264ba82
AG
63882012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6389
6390 PR mi/13393
6391 * gdb.mi/mi-var-rtti.cc: New file.
6392 * gdb.mi/mi-var-rtti.exp: New file.
6393 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6394 function.
6395 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6396
de0919f8 63972012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
6398
6399 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6400 EXECUTABLES.
6401 * gdb.python/py-explore.c: C program used for testing the new
6402 'explore' command on C constructs.
6403 * gdb.python/py-explore.cc: C++ program used for testing the new
6404 'explore' command on C++ constructs.
6405 * gdb-python/py-explore.exp: Tests for the new 'explore'
6406 command on C constructs.
6407 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6408 command on C++ constructs.
6409
a82da7dd
MK
64102012-04-07 Mark Kettenis <kettenis@gnu.org>
6411
6412 * gdb.base/funcargs.exp (complex_args): Fix typo.
6413
e127cba8
JK
64142012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6415
6416 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6417 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6418
40e084e1
KS
64192012-04-05 Keith Seitz <keiths@redhat.com>
6420
6421 * gdb.base/advance.exp: Update error message for
6422 "advance malformed" test.
6423 * gdb.base/break.exp: Likewise for "breakpoint with
6424 trailing garbage" test.
6425 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6426 with trailing garbage" test.
6427 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6428 trailng garbage" test.
6429 * gdb.base/until.exp: Likewise for "malformed until" test.
6430 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6431 for "breakpoint info (after setting on all)".
6432 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6433 tests.
6434 * gdb.cp/cplabel.cc: New file.
6435 * gdb.cp/cplabel.exp: New test.
6436 * gdb.linespec/ls-errs.c: New file.
6437 * gdb.linespec/ls-errs.exp: New test.
6438
a72c8f6a
JK
64392012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6440
6441 * gdb.trace/unavailable.exp
6442 (collect globals: print object on: print derived_partial)
6443 (collect globals: print object on: print derived_whole)
6444 (collect globals: print object off: print derived_partial)
6445 (collect globals: print object off: print derived_whole): Update
6446 expected output.
6447
f87a3023
KS
64482012-03-30 Keith Seitz <keiths@redhat.com>
6449
6450 * gdb.python: Add test for linespecs with commas.
6451
e2171b3c
KS
64522012-03-28 Keith Seitz <keiths@redhat.com>
6453
6454 * gdb.linespec/ls-dollar.cc: New file.
6455 * gdb.linespec/ls-dollar.exp: New test.
6456
64572012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
6458
6459 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6460 starting with the global namespace.
6461
2f4e0a80
DE
64622012-03-23 Doug Evans <dje@google.com>
6463
6464 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6465
7b282c5a
SCR
64662012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6467
6468 * gdb.python/py-value.cc: Add test case for testing the
6469 methodology exposing C++ values to Python.
6470 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6471 exposing C++ values to Python.
6472 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6473
2e98ca53
JK
64742012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6475 Siddhesh Poyarekar <siddhesh@redhat.com>
6476
6477 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6478 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6479 (generate native core dump): Make the test unsupported if core cannot
6480 be generated.
6481
8320cc4f
JK
64822012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6485 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6486 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6487
3a69ffb2
JK
64882012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6489
6490 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6491
8fabffee
DE
64922012-03-17 Doug Evans <dje@google.com>
6493
6494 * dg-extract-results.sh: Handle KFAILs.
6495
ab260dad
JK
64962012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 PR symtab/13777
6499 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6500
53ba8333
JB
65012012-03-16 Joel Brobecker <brobecker@adacore.com>
6502
6503 * gdb.ada/set_pckd_arr_elt: New testcase.
6504
481860b3
GB
65052012-03-16 Gary Benson <gbenson@redhat.com>
6506
6507 PR breakpoints/10738
6508 * gdb.opt/inline-break.exp: New file.
6509 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6510 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6511 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6512 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6513 * gdb.base/async-shell.exp: Likewise.
6514 * lib/mi-support.exp (library_loaded_re): Likewise.
6515
410528f0
TT
65162012-03-15 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.cp/virtfunc2.exp: Update expected output.
6519 * gdb.cp/pr9631.exp: Update expected output.
6520 * gdb.cp/member-ptr.exp: Update expected output.
6521 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6522 output.
6523 * gdb.cp/casts.exp: Update expected output.
6524
c4aeac85
TT
65252012-03-15 Tom Tromey <tromey@redhat.com>
6526
6527 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6528 (test_info_vtbl): Likewise.
6529 (do_tests): Call test_info_vtbl.
6530 * gdb.cp/virtfunc.cc (va): New global.
6531
856d06f9
TS
65322012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6533
6534 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6535 describing DWARF data structures.
6536 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6537 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6538 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6539 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6540 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6541 * gdb.dwarf2/dw2-param-error.S: Likewise.
6542 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6543 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6544 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6545 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6546 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6547 * gdb.dwarf2/pr11465.S: Likewise.
6548
e837f12a
JK
65492012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.mi/mi2-prompt.exp: New file.
6552
ccbb4f28
JB
65532012-03-13 Joel Brobecker <brobecker@adacore.com>
6554
6555 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6556
32039130
JB
65572012-03-13 Joel Brobecker <brobecker@adacore.com>
6558
6559 * gdb.ada/bp_range_type: New testcase.
6560
16899756
DE
65612012-03-13 Doug Evans <dje@google.com>
6562
6563 * gdb.base/default.exp: Delete tests for symbol-reloading.
6564 * gdb.base/help.exp: Ditto.
6565 * gdb.base/setshow.exp: Ditto.
6566 * gdb.base/gdb_history: Delete references to symbol-reloading.
6567
87b0bb13
JK
65682012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6569
6570 * gdb.base/attach-twice.c: New files.
6571 * gdb.base/attach-twice.exp: New files.
6572
0d7941a9
KS
65732012-03-08 Keith Seitz <keiths@redhat.com>
6574
6575 * lib/gdb.exp (gdb_get_line_number): Throw an
6576 error instead of returning -1.
6577 * gdb.base/break.exp: Remove unused variable
6578 bp_location5.
6579 * gdb.base/hbreak2.exp: Likewise.
6580 * gdb.base/sepdebug.exp: Likewise.
6581
f4647387
YQ
65822012-03-08 Yao Qi <yao@codesourcery.com>
6583 Pedro Alves <palves@redhat.com>
6584
6585 Fix PR server/13392.
6586 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6587 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6588 download tracepoints.
6589 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6590 (pending_tracepoint_resolved_during_trace): Likewise.
6591 (pending_tracepoint_installed_during_trace): Likewise.
6592 (pending_tracepoint_with_action_resolved): Likewise.
6593
83c532cb
KS
65942012-03-08 Keith Seitz <keiths@redhat.com>
6595
6596 * gdb.ada/array_bounds.exp: Get breakpoint for line
6597 with "START", not "STOP".
6598 * gdb.python/py-infthread.exp: Do not continue to
6599 line marked "Break here.", which is undefined.
6600
d6b6bbb7
LM
66012012-03-08 Luis Machado <lgustavo@codesourcery.com>
6602
6603 Revert:
6604
6605 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6606
6607 Implement testsuite workaround for PR breakpoints/13781.
6608 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6609 (set breakpoint condition-evaluation host): New conditional command.
6610
7fe25d9b
JK
66112012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 Fix CU relative vs. absolute DIE offsets.
6614 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6615 one.
6616
51898c15
JK
66172012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 Fix false FAIL on distros with relro linkage as default.
6620 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6621 -Wl,-z,norelro first.
6622
8131799e
JB
66232012-03-06 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdb.ada/bp_on_var: New testcase.
6626
ba241969
JB
66272012-03-06 Joel Brobecker <brobecker@adacore.com>
6628
6629 * gdb.ada/bp_enum_homonym: New testcase.
6630
abe49676
YQ
66312012-03-06 Yao Qi <yao@codesourcery.com>
6632
6633 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6634 x86_64-*-* and i?86-*-*.
6635 Set up KFAIL for gdb/13808.
6636
d8df103b
TT
66372012-03-05 Tom Tromey <tromey@redhat.com>
6638
6639 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6640 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6641
b7b189f3
TT
66422012-03-05 Tom Tromey <tromey@redhat.com>
6643
6644 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6645
69dc1c4d
YQ
66462012-03-04 Yao Qi <yao@codesourcery.com>
6647
6648 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6649 messages for KFAIL.
6650
3f20c47f
JK
66512012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6652
6653 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6654 (print one_two_three, indexes off, print few_reps, indexes off)
6655 (print many_reps, indexes off, print empty, indexes off)
6656 (print one_two_three, print few_reps, print many_reps, print empty):
6657 Call setup_xfail if $gcc_old.
6658
abf1152a
JK
66592012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6660
6661 Implement testsuite workaround for PR breakpoints/13781.
6662 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6663 (set breakpoint condition-evaluation host): New conditional command.
6664
a06715f8
JK
66652012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 Code cleanup.
6668 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6669 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6670 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6671 number 1 by $bpnum. Four times.
6672
5808517f
YQ
66732012-03-03 Yao Qi <yao@codesourcery.com>
6674
6675 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6676
dfe2ac14
JK
66772012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 Setup KFAIL for PR server/13796.
6680 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6681
8bbc467a
JB
66822012-03-02 Joel Brobecker <brobecker@adacore.com>
6683
6684 * gdb.ada/operator_bp: New testcase.
6685
c0eac87f
JB
66862012-03-02 Joel Brobecker <brobecker@adacore.com>
6687
6688 * gdb.ada/info_locals_renaming: New testcase.
6689
4f42c881
TT
66902012-03-02 Tom Tromey <tromey@redhat.com>
6691
6692 * gdb.base/nextoverexit.c: New file.
6693 * gdb.base/nextoverexit.exp: New file.
6694
7380c0c9
EBM
66952012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6696
6697 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6698 parameter.
6699
1faeff08
MR
67002012-03-01 Maciej W. Rozycki <macro@mips.com>
6701
6702 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6703 core registers.
6704
320b6f49 67052012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
6706 Maciej W. Rozycki <macro@codesourcery.com>
6707 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
6708
6709 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6710
ad5f7d6e
PA
67112012-03-01 Pedro Alves <palves@redhat.com>
6712
6713 PR gdb/13767
6714
6715 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6716 (gdb_collect_globals_test): Call it.
6717
d3dc44a6
KS
67182012-03-01 Keith Seitz <keiths@redhat.com>
6719
6720 * gdb.cp/method2.exp: Output of overload menu is now
6721 alphabetized. Update tests for "break A::method".
6722 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6723 of hard-coding them.
6724 Overload menu is alphabetized: rewrite to accommodate.
6725 Unset variables LINE and TYPES which are used in other tests.
6726 Compute the output of "info break".
6727 Update the breakpoint table after all breakpoints are deleted.
6728 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6729 compute ACTUALS and the method body based on parameters.
6730 Update expected output accordingly.
6731 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6732 unique comments to allow the use of gdb_get_line_number.
6733
67342012-03-01 Keith Seitz <keiths@redhat.com>
6735
6736 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6737 some Tcl syntax.
6738 * gdb.cp/ovldbreak.exp: Likewise.
6739
7949c2a0
KS
67402012-03-01 Keith Seitz <keiths@redhat.com>
6741
6742 * gdb.base/help.exp (help show user): Update expected result
6743 for new doc string changes (add "non-python").
6744
7d74f244
DE
67452012-03-01 Scott J. Goldman <scottjg@vmware.com>
6746
6747 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6748 be put in the user-defined category and that the commands appear in
6749 "help user-defined".
6750
1b611343
JB
67512012-02-29 Joel Brobecker <brobecker@adacore.com>
6752
6753 * gdb.ada/tagged_not_init: New testcase.
6754
99b1c762
JB
67552012-02-29 Joel Brobecker <brobecker@adacore.com>
6756
6757 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6758 * gdb.ada/enum_idx_packed: New testcase.
6759
2d4a02ee
JB
67602012-02-29 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.ada/aliased_array: New testcase.
6763
2e6fda7d
JB
67642012-02-29 Joel Brobecker <brobecker@adacore.com>
6765
6766 * gdb.ada/whatis_array_val: New testcase.
6767
9a7f938f
JK
67682012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 Fix disp-step-syscall.exp: fork: single step over fork.
6771 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6772 whitespaces.
6773 (single step over $syscall): Remove its check.
6774 (single step over $syscall final pc): New check.
6775
8703a944
JK
67762012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6777
6778 Support processors without SSSE3.
6779 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6780 pabsd into ...
6781 (ssse3_test): ... a new function.
6782 (main): Call ssse3_test.
6783 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6784 Update expected values everywhere.
6785 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6786 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6787 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6788 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6789 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6790 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6791 Move these tests lower.
6792 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6793 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6794 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6795 New tests.
6796
c03e6ccc
YQ
67972012-02-29 Yao Qi <yao@codesourcery.com>
6798 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.trace/trace-mt.c: New.
6801 * gdb.trace/trace-mt.exp: New.
6802
7964b62a
TS
68032012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6804
2c8910ba
TS
6805 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6806 numbers instead of hardcoding them.
6807 * gdb.base/annota1.c: Provide suitable markers.
6808 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6809 numbers instead of hardcoding them.
6810 * gdb.base/annota3.c: Provide suitable markers.
6811
6812 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6813 * gdb.base/annota3.c: Likewise.
6814 * gdb.base/sigall.c: Likewise.
6815 * gdb.base/signals.c: Likewise.
6816 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6817
5a41c0b7
MR
68182012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6819
6820 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6821 failure return path.
6822
ebbbe5c5
LM
68232012-02-27 Luis Machado <lgustavo@codesourcery.com>
6824
6825 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6826
8d126d8a
LM
68272012-02-24 Luis Machado <lgustavo@codesourcery.com>
6828
6829 * gdb.base/cond-eval-mode.exp: New file.
6830
11337c2f
PA
68312012-02-24 Pedro Alves <palves@redhat.com>
6832
6833 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6834 (top level): Use with_test_prefix.
6835
13fc3e3c
PA
68362012-02-24 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.threads/attach-into-signal.exp (corefunc): Use
6839 with_test_prefix.
6840
07c1b626
JK
68412012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 Fix false FAILs on old CPUs without SSE.
6844 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6845 Return untested for Illegal instruction.
6846
596ba138
JK
68472012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 Fix false FAILs with glibc debug infos installed.
6850 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6851 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6852
aeaa2474
SA
68532012-02-22 Sterling Augustine <saugustine@google.com>
6854
6855 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6856 constant with cast.
6857
aed555c9
PA
68582012-02-21 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6861
78afebb4
PA
68622012-02-21 Pedro Alves <palves@redhat.com>
6863
6864 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6865
fdcfef12
PA
68662012-02-21 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6869 with_test_prefix.
6870
0f4d39d5
PA
68712012-02-21 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6874 with_test_prefix here.
6875 (top level): Do it here instead. Remove `:' from the
6876 with_test_prefix string.
6877 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6878 the suffix `:' from the with_test_prefix prefix string.
6879 * gdb.base/break-interp.exp: Ditto.
6880 * gdb.base/catch-load.exp: Ditto.
6881 * gdb.base/disp-step-syscall.exp: Ditto.
6882 * gdb.base/jit-so.exp: Ditto.
6883 * gdb.base/jit.exp: Ditto.
6884 * gdb.base/sepdebug.exp: Ditto.
6885 * gdb.base/solib-display.exp: Ditto.
6886 * gdb.base/solib-overlap.exp: Ditto.
6887 * gdb.base/watch-cond-infcall.exp: Ditto.
6888 * gdb.base/watchpoint.exp: Ditto.
6889 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6890 * gdb.mi/mi-watch.exp: Ditto.
6891 * gdb.mi/mi2-watch.exp: Ditto.
6892 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6893 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6894 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6895 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6896 * gdb.threads/watchpoint-fork.exp: Ditto.
6897 * gdb.threads/watchthreads-reorder.exp: Ditto.
6898 * gdb.trace/change-loc.exp: Ditto.
6899 * gdb.trace/pending.exp: Ditto.
6900 * gdb.trace/status-stop.exp: Ditto.
6901 * gdb.trace/strace.exp: Ditto.
6902 * gdb.trace/trace-break.exp: Ditto.
6903 * gdb.trace/unavailable.exp: Ditto.
6904 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6905 suffix with colon. Adjust leading comments.
6906
6a5870ce
PA
69072012-02-21 Pedro Alves <palves@redhat.com>
6908 Tom Tromey <tromey@redhat.com>
6909
6910 * lib/gdb.exp: Add description of test prefixes.
6911 (with_test_prefix): New procedure.
6912 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6913 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6914 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6915 instead of lappend to append to pf_prefix.
6916 * gdb.base/catch-load.exp: Use with_test_prefix.
6917 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6918 * gdb.base/jit-so.exp: Use with_test_prefix.
6919 * gdb.base/jit.exp: Use with_test_prefix.
6920 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6921 lappend to append to pf_prefix.
6922 * gdb.base/sepdebug.exp: Use with_test_prefix.
6923 * gdb.base/solib-display.exp: Use with_test_prefix.
6924 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6925 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6926 * gdb.base/watchpoint.exp: Use with_test_prefix.
6927 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6928 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6929 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6930 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6931 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6932 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6933 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6934 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6935 append instead of lappend to append to pf_prefix.
6936 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6937 * gdb.trace/change-loc.exp: Use with_test_prefix.
6938 * gdb.trace/pending.exp: Use with_test_prefix.
6939 * gdb.trace/status-stop.exp: Use with_test_prefix.
6940 * gdb.trace/strace.exp: Use with_test_prefix.
6941 * gdb.trace/trace-break.exp: Use with_test_prefix.
6942 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6943 instead of lappend to append to pf_prefix.
6944
35dc4a6b
JK
69452012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6946
6947 Fix racy FAILs.
6948 * gdb.base/inferior-died.c (main): Add return of 0.
6949 * gdb.base/inferior-died.exp (continue): Fix expectation of
6950 asynchronous events.
6951 (p 1): New test.
6952
c5a006e6
PA
69532012-02-20 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6956 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6957 gdb's internal debug output. For the non-threaded case, look for
6958 "Program received signal SIGLARM", for the threaded case, peek at
6959 the thread's siginfo.
6960
cc51a170
PA
69612012-02-20 Pedro Alves <palves@redhat.com>
6962
6963 General cleanup, make output test messages unique, and build
6964 different executable files for the non-threaded and threaded
6965 cases.
6966
6967 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6968 Delete.
6969 (executable_nothr, executable_thr): New globals.
6970 (top level): Adjust to delete both executables.
6971 (corefunc): New parameter $executable. Set $pf_prefix instead of
6972 hand writing a prefix in tests. Issue a clean_restart and enable
6973 lin-lwp debug output here.
6974 (top level): Adjust. Use build_executable. Don't start gdb here,
6975 and don't enable lin-lwp debug output here.
6976 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6977
c755f03d
JK
69782012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6979
6980 Fix racy FAILs.
6981 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6982 "continue" command.
6983
6bec5e0a
JK
69842012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 Fix for gdbserver non-extended mode.
6987 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6988 and gdb_run_cmd.
6989
2e8265fd
TT
69902012-02-17 Tom Tromey <tromey@redhat.com>
6991
6992 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6993 * gdb.python/py-events.exp: Check 'dir' output.
6994 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6995
9e507076
YQ
69962012-02-17 Yao Qi <yao@codesourcery.com>
6997
6998 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6999
32d22ab1
TT
70002012-02-16 Tom Tromey <tromey@redhat.com>
7001
7002 * gdb.base/inferior-died.c: Don't include stdio.h.
7003
9addecb9
TT
70042012-02-16 Tom Tromey <tromey@redhat.com>
7005
7006 * gdb.base/inferior-died.c: New file.
7007 * gdb.base/inferior-died.exp: New file.
7008
4cb6da1c
AR
70092012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7010
7011 * gdb.base/break-inline.exp: New file.
7012 * gdb.base/break-inline.c: New file.
7013
3af2590d
TT
70142012-02-15 Tom Tromey <tromey@redhat.com>
7015
7016 * gdb.base/pc-fp.exp: Add "info register" tests.
7017
29988831
TT
70182012-02-15 Tom Tromey <tromey@redhat.com>
7019
7020 * gdb.base/regs.exp: Remove.
7021
10010058
PA
70222012-02-15 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7025 the target doesn't support tracepoints.
7026 * gdb.trace/circ.exp: Ditto.
7027 * gdb.trace/collection.exp: Ditto.
7028 * gdb.trace/packetlen.exp: Ditto.
7029 * gdb.trace/passc-dyn.exp: Ditto.
7030 * gdb.trace/report.exp: Ditto.
7031 * gdb.trace/tfind.exp: Ditto.
7032 * gdb.trace/tspeed.exp: Ditto.
7033 * gdb.trace/tsv.exp: Ditto.
7034 * gdb.trace/unavailable.exp: Ditto.
7035 * gdb.trace/while-dyn.exp: Ditto.
7036
a2e0062d
PA
70372012-02-15 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7040 gdb_test_multiple, and call unsupported instead of fail, if the
7041 remote side does not support the request.
7042
a1999d40
PA
70432012-02-15 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7046 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7047 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7048 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7049 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7050 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7051 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7052 doesn't start with "extended-" already.
7053
7cee1e54
PA
70542012-02-15 Pedro Alves <palves@redhat.com>
7055
7056 Support extended-remote. Avoid cascading timeouts.
7057
7058 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7059 the extended-remote target. If attaching with no file fails, load
7060 the file manually.
7061 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7062
816338b5
SS
70632012-02-14 Stan Shebs <stan@codesourcery.com>
7064
7065 * gdb.base/ena-dis-br.exp: Add enable count test.
7066
cc30c4bd
PA
70672012-02-13 Pedro Alves <palves@redhat.com>
7068
7069 * config/mips-idt.exp: Delete.
7070 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7071 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7072 * gdb.base/break.exp: Remove mips-idt references.
7073 * gdb.base/chng-syms.exp: Ditto.
7074 * gdb.base/default.exp: Ditto.
7075 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7076 (top level): Don't call it.
7077 * gdb.base/opaque.exp: Remove mips-idt restarts.
7078 * gdb.base/ptype.exp: Remove mips-idt xfails.
7079 * gdb.base/scope.exp: Remove mips-idt restarts.
7080 * gdb.base/sepdebug.exp: Remove mips-idt references.
7081 * gdb.base/watchpoint.exp (maybe_clean_restart)
7082 (maybe_reinitialize): Delete.
7083 (test_disabling_watchpoints, test_disabling_watchpoints)
7084 (test_watchpoint_triggered_in_syscall)
7085 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7086 Don't call them.
7087
57008375
JK
70882012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 * gdb.server/server-exec-info.exp: New file.
7091
4a2d9c08
PA
70922012-02-10 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7095 always non-empty.
7096 (test_attach): Always pass $exec to test_attach_gdb.
7097
09fa21bd
TT
70982012-02-08 Tom Tromey <tromey@redhat.com>
7099
7100 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7101 before inferior is started.
7102
f0823d2c
TT
71032012-02-07 Tom Tromey <tromey@redhat.com>
7104
7105 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7106 Symbol.value.
7107 * gdb.python/py-symbol.c (qq): Set default value.
7108
71092012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7110
7111 * gdb.python/py-symbol.c (qq): New global.
7112 * gdb.python/py-symbol.exp: Add test for frame-less
7113 lookup_symbol.
7114 * gdb.python/py-symtab.exp: Fix line number.
7115
f7e44f65
JB
71162012-02-03 Joel Brobecker <brobecker@adacore.com>
7117
7118 * gdb.ada/mi_task_arg: New testcase.
7119
4c9ed63c
PA
71202012-02-02 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7123 extended timeout.
7124
c0b9f2c6
PA
71252012-02-02 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7128 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7129
5f8cefd7
PA
71302012-02-02 Pedro Alves <palves@redhat.com>
7131
7132 * gdb.base/term.exp: Rewrite.
7133 * gdb.base/term.c: New.
7134
2f3a2569
PA
71352012-02-02 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.base/default.exp (run "r" abbreviation, run): Add
7138 extended-remote expected output.
7139
f149aabd
TT
71402012-02-02 Tom Tromey <tromey@redhat.com>
7141
7142 * gdb.cp/dispcxx.exp: New file.
7143 * gdb.cp/dispcxx.cc: New file.
7144
03bef283
TT
71452012-02-01 Tom Tromey <tromey@redhat.com>
7146
7147 * gdb.base/jit-simple.exp: New file.
7148 * gdb.base/jit-simple.c: New file.
7149
a79b18b5
YQ
71502012-01-30 Yao Qi <yao@codesourcery.com>
7151
7152 * gdb.base/skip.exp: Make test result unique.
7153
f0d1a53e
JK
71542012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7157 compatibility with valgrind-3.7.0.
7158
4b3c9f41
PA
71592012-01-27 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/watchpoint.exp (no_hw): New global.
7162 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7163 disable hw watchpoints.
7164 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7165 don't expect hw watchpoints.
7166 (no_hw_watchpoints): Always clean restart.
7167 (do_tests): New procedure, factored out from the top level.
7168 (top level): Run tests twice. Once with hw watchpoints enabled,
7169 another time with hw watchpoints disabled.
7170
a13491c8
PA
71712012-01-27 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7174 out from the top level.
7175 (top level): Call it instead.
7176
f2c8a051
PA
71772012-01-27 Pedro Alves <palves@redhat.com>
7178
7179 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7180 watchpoints sooner.
7181
654d7a9e
PA
71822012-01-27 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7185
274f47f3
PA
71862012-01-27 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7189 "You may have requested too many hardware
7190 breakpoints/watchpoints".
7191
e4d63ba2
PA
71922012-01-27 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/watchpoint.exp (maybe_clean_restart)
7195 (maybe_reinitialize): New.
7196 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7197 expect "hit N times".
7198 (test_disabling_watchpoints, test_complex_watchpoint)
7199 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7200 Call maybe_clean_restart.
7201 (top level): Use clean_restart. Remove "mips-idt-*"
7202 reinitialization.
7203
dbd95daf
PA
72042012-01-27 Pedro Alves <palves@redhat.com>
7205
7206 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7207
f3ad2025
PA
72082012-01-27 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7211 require `initialize' anymore. Remove unnecessary `initialize'
7212 calls.
7213
100aa3ae
PA
72142012-01-27 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.base/watchpoint.exp (wp_set): Delete.
7217 (initialize, test_simple_watchpoint, top level): Remove dead code.
7218
c79a8e11
PA
72192012-01-27 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7222 typo.
7223
048fe15a
PA
72242012-01-27 Pedro Alves <palves@redhat.com>
7225
7226 * config/extended-gdbserver.exp: New file.
7227 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7228 comment.
7229 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7230 * boards/native-extended-gdbserver.exp: New file.
7231
4033a6bf
PA
72322012-01-26 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7235 and gdb_test_multiple.
7236
3d7f4b81
PA
72372012-01-26 Pedro Alves <palves@redhat.com>
7238
7239 Make test messages unique, and more identifiable.
7240 * gdb.multi/watchpoint-multi.exp: Change test messages.
7241
484abf42
TT
72422012-01-25 Tom Tromey <tromey@redhat.com>
7243
7244 * gdb.base/solib-disc.exp: Fix regexps.
7245
edcc5120
TT
72462012-01-24 Tom Tromey <tromey@redhat.com>
7247
7248 * lib/mi-support.exp (mi_expect_stop): Add special case for
7249 solib-event.
7250 * gdb.base/catch-load-so.c: New file.
7251 * gdb.base/catch-load.exp: New file.
7252 * gdb.base/catch-load.c: New file.
7253 * gdb.base/break-interp.exp (reach_1): Update regexp.
7254
30b91c90
JK
72552012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7256
7257 Fix fuzzy results.
7258 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7259 lpsimple and func.
7260
53fe1783
GB
72612012-01-24 Gary Benson <gbenson@redhat.com>
7262
7263 Delete #if 0'd out code.
7264 * gdb.base/default.exp (info catch): Remove.
7265 * gdb.base/gdb_history (info catch): Likewise.
7266 * gdb.base/help.exp (info catch): Likewise.
7267
d0d8b0c6
JK
72682012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 Fix watchpoints to be specific for each inferior.
7271 * gdb.multi/watchpoint-multi.c: New file.
7272 * gdb.multi/watchpoint-multi.exp: New file.
7273
4403d8e9
JK
72742012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7275
7276 Fix watchpoints across inferior fork.
7277 * gdb.threads/watchpoint-fork-child.c: New file.
7278 * gdb.threads/watchpoint-fork-mt.c: New file.
7279 * gdb.threads/watchpoint-fork-parent.c: New file.
7280 * gdb.threads/watchpoint-fork-st.c: New file.
7281 * gdb.threads/watchpoint-fork.exp: New file.
7282 * gdb.threads/watchpoint-fork.h: New file.
7283
050a2e1d
PA
72842012-01-23 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/call-signal-resume.exp: Allow output after "return".
7287
6a52fb62
PA
72882012-01-20 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.python/py-finish-breakpoint.py: Fix typo.
7291
145b16a9
UW
72922012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7293
7294 * gdb.base/info-proc.exp: Also run on remote targets. Main
7295 "info proc" command is now always present; whether target supports
7296 actual info proc operation is detected when attempting to issue
7297 the command.
7298
26f6125e
JK
72992012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 * .gdbinit: Remove.
7302
eb5227ce
PA
73032012-01-19 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7306 look at the funtions' returns.
7307 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7308 (jprint.print(int, int)): Change return type to int. Adjust.
7309
1db33378
PP
73102012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7311
7312 PR gdb/9538
7313 * gdb.base/sepdebug.exp: New test.
7314
b9736cf8
PA
73152012-01-18 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7318 Allow output before ^done.
7319
4aac40c8
TT
73202012-01-16 Tom Tromey <tromey@redhat.com>
7321
7322 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7323 Add tests for relative directory.
7324
cafec441
TT
73252012-01-16 Tom Tromey <tromey@redhat.com>
7326
7327 * gdb.base/printcmds.c (enum flag_enum): New.
7328 (three): New global.
7329 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7330 enum printing.
7331 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7332 FlagEnumerationPrinter.
7333 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7334 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7335 (fval): New global.
7336
abcc4978
PA
73372012-01-16 Pedro Alves <palves@redhat.com>
7338
7339 * lib/gdb.exp (banned_procedures): New variable.
7340 (banned_variables_traced): Rename to ...
7341 (banned_traced): ... this.
7342 (gdb_init): Also trace banned procedures.
7343 (gdb_finish): Also untrace banned procedures.
7344
97ccebe8
PA
73452012-01-16 Pedro Alves <palves@redhat.com>
7346
7347 Remove all calls to strace.
7348
2af7517b
JK
73492012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7352 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7353
9241a8bc
PP
73542012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7355
7356 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7357 * gdb.base/pie-execl.exp: Likewise.
7358
3848a17f
KS
73592012-01-12 Keith Seitz <keiths@redhat.com>
7360
7361 PR mi/10586
7362 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7363 (do_anonymous_type_tests): New function.
7364 (main): Call do_anonymous_type_tests.
7365 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7366 (verify_everything): New procedure.
7367 * gdb.mi/mi-var-cp.cc (class A): New class.
7368 (anonymous_structs_and_unions): New function.
7369 (main): Call anonymous_structs_and_unions.
7370 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7371 (verify_everything): New procedure.
7372
440e2fca
KS
73732012-01-12 Keith Seitz <keiths@redhat.com>
7374
7375 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7376 (varobj_tree::get_path_expr): Assume that all varobjs are
7377 compound unless they are known simple types.
7378 Adjust path expressions based on parent type, path parent type,
7379 and tree language.
7380 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7381 the root varobj.
7382 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7383
675399c9
PA
73842012-01-11 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7387 core files on this machine" anymore.
7388
97ddaa9b
PH
73892012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7390
7391 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7392 (main): Repeat recurser call.
7393 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7394 equivalent to 'local_x'.
7395
ea733575 73962012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 7397 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
7398
7399 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7400
2ca0b532
PA
74012012-01-05 Pedro Alves <alves.ped@gmail.com>
7402
7403 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7404 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7405 * gdb.python/py-events.exp: Test that "step N" tripping on a
7406 breakpoint emits a breakpoint event.
7407
6e681866
JB
74082012-01-03 Joel Brobecker <brobecker@adacore.com>
7409
7410 * gdb.base/auxv.exp: Reformat the copyright notice.
7411
3c2d6aff
YQ
74122012-01-03 Yao Qi <yao@codesourcery.com>
7413
7414 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7415 (strace_trace_on_diff_addr): New.
7416 * gdb.trace/strace.c: (main): Add two local variables.
7417
0852fee3
UW
74182011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7419
7420 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7421 * gdb.cell/gcore.exp: Likewise.
7422 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7423 to verify the correct instance of main is selected.
7424
12c3e59c
JB
74252012-01-02 Joel Brobecker <brobecker@adacore.com>
7426
7427 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7428 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7429 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7430 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7431 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7432 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7433 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7434 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7435 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7436 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7437 gdb.threads/thread_check.c: Reformat copyright header.
7438
c0f378ec
EBM
74392011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7440
e4a7ca93 7441 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
7442 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7443 is not enabled.
7444
3bc96cfb
JK
74452011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7446
7447 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7448 parameter to self_exec, adjust the function.
7449 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7450 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7451 (set var do_exit = 0): Remove test.
7452 (newline at end of file): Add one.
7453
095bcf5e
JB
74542011-12-27 Joel Brobecker <brobecker@adacore.com>
7455
7456 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7457 New files.
7458
18d19bd1
JK
74592011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 Fix racy FAILs.
7462 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7463 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7464 (main): Call pthread_barrier_init for it.
7465
e809353a
JK
74662011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 Fix double send_gdb leading to racy FAILs.
7469 * gdb.base/break.exp (set silent break bp_location1): Replace
7470 3x send_gdb and gdb_expect by gdb_test.
7471 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7472 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7473 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7474 instead of send_gdb. Twice.
7475 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7476 3x send_gdb and gdb_expect by gdb_test.
7477 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7478
da8cb7ec
JK
74792011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.linespec/linespec.exp: Compile using {c++}.
7482
ae1a303e
JK
74832011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7484
7485 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7486 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7487 (verify GCC PR debug/51668): New test.
7488
cc72b2a2
KP
74892011-12-23 Kevin Pouget <kevin.pouget@st.com>
7490
7491 Introduce gdb.FinishBreakpoint in Python.
7492 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7493 py-finish-breakpoint2
7494 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7495 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7496 instead of line number.
7497 * gdb.python/py-finish-breakpoint.c: New file.
7498 * gdb.python/py-finish-breakpoint.exp: New file.
7499 * gdb.python/py-finish-breakpoint.py: New file.
7500 * gdb.python/py-finish-breakpoint2.cc: New file.
7501 * gdb.python/py-finish-breakpoint2.exp: New file.
7502 * gdb.python/py-finish-breakpoint2.py: New file.
7503
3b7962f9
JK
75042011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 Partial fix of compatibility with gcc-4.7.
7507 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7508 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7509 Add comment to add a PASS case in the future.
7510
6538471c
JK
7511 Fix compatibility with gcc-4.7.
7512 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7513
7052e42c
UW
75142011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7515
7516 PR tdep/12797
7517 * gdb.base/callfuncs.exp: Remove KFAIL.
7518
9ac7f98e
JB
75192011-12-21 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.ada/task_bp: New testcase.
7522
f6eeced0
JK
75232011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7526 -DNO_SECTIONS.
7527 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7528
72225e17
JK
75292011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7532 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7533 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7534 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7535 conditional for gcc <= 4.5.
7536
13ac8d2c
JK
75372011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7538
7539 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7540 by XFAIL.
7541 * gdb.cp/static-method.exp (info addr A::func())
7542 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7543 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7544 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7545 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7546 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7547 (test value of F in k3_m): Likewise.
7548 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7549 Likewise.
7550
049682ba
JK
75512011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7552
7553 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7554 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7555 Remove.
7556 * gdb.threads/attachstop-mt.c: Remove.
7557 * gdb.threads/attachstop-mt.exp: Remove.
7558
2c9d8796
MK
75592011-12-17 Mark Kettenis <kettenis@gnu.org>
7560
7561 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7562
e0f9f062
DE
75632011-12-16 Doug Evans <dje@google.com>
7564
f4aa2101 7565 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7566 * boards/native-gdbserver.exp: New file.
7567
e0f9f062
DE
7568 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7569 gdbserver output.
7570 (gdbserver_default_get_remote_address): New function.
7571 (gdbserver_start): Call gdb,get_remote_address to compute argument
7572 to "target remote" command.
7573
80b6e756
PM
75742011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7575
1c3ad6ab 7576 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7577 python print-stack. Add set/show python print-stack
7578 off|full|message tests.
7579
1576bd00
YQ
75802011-12-15 Yao Qi <yao@codesourcery.com>
7581
7582 * gdb.trace/strace.c: New
7583 * gdb.trace/strace.exp: New.
7584
d6a0f6e0
TT
75852011-12-14 Tom Tromey <tromey@redhat.com>
7586
7587 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7588
31015e1d
DE
75892011-12-14 Doug Evans <dje@google.com>
7590
7591 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7592
7b50312a
PA
75932011-12-14 Pedro Alves <pedro@codesourcery.com>
7594
7595 PR threads/10729
7596
7597 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7598 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7599
924437bc
PA
76002011-12-13 Pedro Alves <pedro@codesourcery.com>
7601 Doug Evans <dje@google.com>
7602
7603 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7604 (clean_restart): Remove references to the gdb_stub target board
7605 variable.
7606 (gdb_step_for_stub): Delete.
7607
7608 * gdb.base/annota1.exp: Remove all references to [target_info
7609 exists gdb_stub], gdb_step_for_stub and usestubs.
7610 * gdb.base/annota3.exp: Ditto.
7611 * gdb.base/async.exp: Ditto.
7612 * gdb.base/break.exp: Ditto.
7613 * gdb.base/code-expr.exp: Ditto.
7614 * gdb.base/commands.exp: Ditto.
7615 * gdb.base/completion.exp: Ditto.
7616 * gdb.base/condbreak.exp: Ditto.
7617 * gdb.base/consecutive.exp: Ditto.
7618 * gdb.base/cvexpr.exp: Ditto.
7619 * gdb.base/define.exp: Ditto.
7620 * gdb.base/display.exp: Ditto.
7621 * gdb.base/ena-dis-br.exp: Ditto.
7622 * gdb.base/environ.exp: Ditto.
7623 * gdb.base/gnu-ifunc.exp: Ditto.
7624 * gdb.base/maint.exp: Ditto.
7625 * gdb.base/pending.exp: Ditto.
7626 * gdb.base/sect-cmd.exp: Ditto.
7627 * gdb.base/sepdebug.exp: Ditto.
7628 * gdb.base/unload.exp: Ditto.
7629 * gdb.base/watchpoint-solib.exp: Ditto.
7630 * gdb.cp/annota2.exp: Ditto.
7631 * gdb.cp/annota3.exp: Ditto.
7632 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7633 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7634 * gdb.mi/mi-pending.exp: Ditto.
7635 * gdb.trace/circ.exp: Ditto.
7636 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7637 * gdb.base/list.exp: Ditto.
7638
7639 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7640 breakpoint function and all references to the usestubs macro.
7641 * gdb.base/exprs.c: Ditto.
7642 * gdb.base/freebpcmd.c: Ditto.
7643 * gdb.base/bitfields.c: Ditto.
7644 * gdb.base/bitfields2.c: Ditto.
7645 * gdb.base/break.c: Ditto.
7646 * gdb.base/call-sc.c: Ditto.
7647 * gdb.base/call-signals.c: Ditto.
7648 * gdb.base/callfuncs.c: Ditto.
7649 * gdb.base/charset.c: Ditto.
7650 * gdb.base/consecutive.c: Ditto.
7651 * gdb.base/constvars.c: Ditto.
7652 * gdb.base/funcargs.c: Ditto.
7653 * gdb.base/int-type.c: Ditto.
7654 * gdb.base/interrupt.c: Ditto.
7655 * gdb.base/langs0.c: Ditto.
7656 * gdb.base/list0.c: Ditto.
7657 * gdb.base/mips_pro.c: Ditto.
7658 * gdb.base/miscexprs.c: Ditto.
7659 * gdb.base/nodebug.c: Ditto.
7660 * gdb.base/opaque0.c: Ditto.
7661 * gdb.base/pointers.c: Ditto.
7662 * gdb.base/printcmds.c: Ditto.
7663 * gdb.base/ptype.c: Ditto.
7664 * gdb.base/recurse.c: Ditto.
7665 * gdb.base/reread1.c: Ditto.
7666 * gdb.base/reread2.c: Ditto.
7667 * gdb.base/restore.c: Ditto.
7668 * gdb.base/return.c: Ditto.
7669 * gdb.base/run.c: Ditto.
7670 * gdb.base/scope0.c: Ditto.
7671 * gdb.base/sepdebug.c: Ditto.
7672 * gdb.base/setshow.c: Ditto.
7673 * gdb.base/setvar.c: Ditto.
7674 * gdb.base/sigall.c: Ditto.
7675 * gdb.base/signals.c: Ditto.
7676 * gdb.base/structs.c: Ditto.
7677 * gdb.base/structs2.c: Ditto.
7678 * gdb.base/testenv.c: Ditto.
7679 * gdb.base/twice.c: Ditto.
7680 * gdb.base/unwindonsignal.c: Ditto.
7681 * gdb.base/watchpoint.c: Ditto.
7682 * gdb.base/watchpoints.c: Ditto.
7683 * gdb.base/whatis.c: Ditto.
7684 * gdb.cp/classes.cc: Ditto.
7685 * gdb.cp/cplusfuncs.cc: Ditto.
7686 * gdb.cp/derivation.cc: Ditto.
7687 * gdb.cp/formatted-ref.cc: Ditto.
7688 * gdb.cp/misc.cc: Ditto.
7689 * gdb.cp/overload.cc: Ditto.
7690 * gdb.cp/ovldbreak.cc: Ditto.
7691 * gdb.cp/ref-params.cc: Ditto.
7692 * gdb.cp/ref-types.cc: Ditto.
7693 * gdb.cp/templates.cc: Ditto.
7694 * gdb.cp/virtfunc.cc: Ditto.
7695 * gdb.hp/gdb.aCC/run.c: Ditto.
7696 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7697 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7698 * gdb.reverse/consecutive-reverse.c: Ditto.
7699 * gdb.reverse/sigall-reverse.c: Ditto.
7700 * gdb.reverse/until-reverse.c: Ditto.
7701 * gdb.reverse/watch-reverse.c: Ditto.
7702 * gdb.trace/actions.c: Ditto.
7703 * gdb.trace/circ.c: Ditto.
7704 * gdb.trace/collection.c: Ditto.
7705
fabde485
PA
77062011-12-13 Pedro Alves <pedro@codesourcery.com>
7707
7708 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7709 (func6, func7): New.
7710 (main): Call func6 and func7.
7711 * gdb.base/watchpoint.exp (test_wide_location_1)
7712 (test_wide_location_2): New.
7713 (top level): Re-enable hardware watchpoints if necessary. Call
7714 test_wide_location_1 and test_wide_location_2.
7715
ff7d1690
YQ
77162011-12-11 Yao Qi <yao@codesourcery.com>
7717
7718 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7719
a6af7abe
JB
77202011-12-11 Joel Brobecker <brobecker@adacore.com>
7721
7722 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7723 expected output for unsupported case.
7724
61638e15
JK
77252011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 PR testsuite/12649
7728 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7729 Protect gdb_test_multiple by final $gdb_prompt match.
7730
0a00efc3
JK
77312011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7732
7733 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7734 New variable, new test.
7735 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7736 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7737 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7738 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7739 them if HAVE_GCC_45682_FIXED is not set.
7740
4511b1ba
YQ
77412011-12-10 Yao Qi <yao@codesourcery.com>
7742
7743 * gdb.trace/status-stop.exp: New.
7744 * gdb.trace/status-stop.c: New.
7745
27949e73
JK
77462011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7747
7748 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7749 timeout.
7750
d8ea7931
TT
77512011-12-08 Tom Tromey <tromey@redhat.com>
7752
7753 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7754 condition.
7755
1cc310d2
SS
77562011-12-07 Stan Shebs <stan@codesourcery.com>
7757
7758 * gdb.trace/tfind.exp: Update for output changes.
7759
d482a875
PA
77602011-12-07 Pedro Alves <pedro@codesourcery.com>
7761
7762 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7763 throws "Cannot insert catchpoints in this configuration".
7764 * gdb.ada/mi_catch_ex.exp: Likewise.
7765
f0ba3972
PA
77662011-12-06 Pedro Alves <pedro@codesourcery.com>
7767
7768 * gdb.base/break-always.exp: Test changing memory at addresses
7769 with breakpoints inserted.
7770
f8eba3c6
TT
77712011-12-06 Joel Brobecker <brobecker@acacore.com>
7772
6fdff2c5
PA
7773 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7774 involving a fully qualified function name.
f8eba3c6
TT
7775
77762011-12-06 Tom Tromey <tromey@redhat.com>
7777
7778 * gdb.ada/homonym.exp: Add three breakpoint tests.
7779
77802011-12-06 Tom Tromey <tromey@redhat.com>
7781
7782 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7783 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7784 * gdb.objc/objcdecode.exp: Update for output changes.
7785 * gdb.linespec/linespec.exp: New file.
7786 * gdb.linespec/lspec.cc: New file.
7787 * gdb.linespec/lspec.h: New file.
7788 * gdb.linespec/body.h: New file.
7789 * gdb.linespec/base/two/thefile.cc: New file.
7790 * gdb.linespec/base/one/thefile.cc: New file.
7791 * gdb.linespec/Makefile.in: New file.
7792 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7793 output changes.
7794 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7795 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7796 makes one breakpoint.
7797 * gdb.cp/method2.exp (test_break): Update for output changes.
7798 * gdb.cp/mb-templates.exp: Update for output changes.
7799 * gdb.cp/mb-inline.exp: Update for output changes.
7800 * gdb.cp/mb-ctor.exp: Update for output changes.
7801 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7802 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7803 has multiple matches.
7804 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7805 error message change.
7806 * gdb.base/list.exp (test_list_filename_and_number): Update for
7807 error message change.
7808 * gdb.base/break.exp: Disable pending breakpoints. Update for
7809 output changes.
7810 * configure.ac: Add gdb.linespec.
7811 * configure: Rebuild.
7812 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7813
c642a434
UW
78142011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7815
7816 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7817 last_break register on s390*-*-* targets.
7818
b18003d1
JB
78192011-12-06 Joel Brobecker <brobecker@adacore.com>
7820
7821 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7822 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7823 of parameter X in procedure Foo.
7824
fe96589c
SS
78252011-12-05 Stan Shebs <stan@codesourcery.com>
7826
7827 * gdb.trace/tfind.exp: Update help string matches.
7828
1820ab47
JK
78292011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7830
7831 * gdb.server/ext-run.exp (get process list): Accept also systemd
7832 as PID 1.
7833
e11ac3a3
JK
78342011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7835 Pedro Alves <pedro@codesourcery.com>
7836
7837 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7838 starting GDB.
7839 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7840 $use_gdb_stub.
7841 * gdb.base/display.exp: Likewise.
7842 * gdb.base/ending-run.exp: Likewise.
7843 * gdb.base/list.exp (test_listsize): Likewise.
7844 * gdb.base/setshow.exp: Likewise.
7845 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7846 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7847 check by global $use_gdb_stub.
7848 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7849 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7850 (default_gdb_init): Unset global $use_gdb_stub.
7851 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7852 by global $use_gdb_stub.
7853 * lib/gdbserver-support.exp: Extend comments for set_board_info
7854 gdb_protocol and gdb,socketport.
7855 (gdbserver_start_extended): Set global gdbserver_protocol and
7856 gdbserver_gdbport. Clear global use_gdb_stub.
7857 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7858 from target use_gdb_stub.
7859 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7860
1d41d75c
DE
78612011-12-03 Doug Evans <dje@google.com>
7862
7863 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7864 (gdb_step_for_stub): Add comments.
7865
d6d7a51a
MR
78662011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7867
7868 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7869 to the caller.
7870 (gdb_test_multiple): Likewise.
7871
05acf274
JK
78722011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7873
7874 Fix gdb.mi/mi-solib.exp without system debug info installed.
7875 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7876 expect attribute, return 0 for it. Update comments.
7877
2268b414
JK
78782011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7879
7880 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7881 (corrupted list): Adjust the expectation.
7882
585861ea
JK
78832011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 PR threads/13448
7886 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7887 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7888 * gdb.threads/tls-var-main.c: New file.
7889 * gdb.threads/tls-var.c: New file.
7890 * gdb.threads/tls-var.exp: New file.
7891
968643aa
JK
78922011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7893
7894 PR testsuite/12649
7895 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7896 Protect gdb_test_multiple by final $gdb_prompt match.
7897 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7898 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7899 (test_tracepoints): Likewise.
7900
9750bca9
JK
79012011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 PR breakpoints/13346
7904 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7905 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7906 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7907
ac1349b7
JB
79082011-12-01 Joel Brobecker <brobecker@adacore.com>
7909
7910 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7911 * gdb.ada/homonym/homonym.adb: For use of all types defined
7912 locally inside both Get_Value subprograms.
7913
26d44faf
JK
79142011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 Fix racy FAILs.
7917 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7918 of send_gdb.
7919
514f6425
UW
79202011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7921
7922 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7923 environment variable after test completed.
7924
4255c8d2
UW
79252011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7926
7927 * gdb.base/solib-nodir.exp: Skip if remote target.
7928 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7929 application. Call gdb_load_shlibs.
7930 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7931
a35ad96a
JB
79322011-11-29 Joel Brobecker <brobecker@adacore.com>
7933
7934 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7935
1a1d5513
JB
79362011-11-28 Joel Brobecker <brobecker@adacore.com>
7937
7938 * gdb.ada/fullname_bp: New testcase.
7939
50b4ddf8
JK
79402011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 PR testsuite/12649
7943 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7944 Wrap send_gdb into a new gdb_test.
7945
fb0aec57
JK
7946 Code cleanup.
7947 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7948 Convert send_gdb and gdb_expect to gdb_test_multiple.
7949
2376d946
JK
79502011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7953
1eec78bd
KS
79542011-11-23 Keith Seitz <keiths@redhat.com>
7955
7956 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7957 (mi_varobj_tree_test_children_callback): New proc.
7958 (mi_walk_varobj_tree): New proc.
7959
36dfb11c
TT
79602011-11-22 Tom Tromey <tromey@redhat.com>
7961
7962 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7963 Add "use_mi_command" argument.
7964 (mi_run_cmd, mi_run_with_cli): New procs.
7965 * gdb.mi/solib-lib.c: New file.
7966 * gdb.mi/solib-main.c: New file.
7967 * gdb.mi/mi-solib.exp: New file.
7968
0e965dd0
DE
79692011-11-21 Doug Evans <dje@google.com>
7970
7971 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7972 _Unwind_DebugHook is missing.
7973
f196051f
SS
79742011-11-20 Stan Shebs <stan@codesourcery.com>
7975
7976 * gdb.trace/tstatus.exp: New.
7977 * gdb.trace/actions.c: Include string.h.
7978
bfccc43c
YQ
79792011-11-18 Yao Qi <yao@codesourcery.com>
7980
7981 * gdb.trace/pending.exp: New.
7982 * gdb.trace/pending.c: New.
7983 * gdb.trace/pendshr1.c: New.
7984 * gdb.trace/pendshr2.c: New.
7985 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7986 tracepoint location becomes pending.
7987 (tracepoint_change_loc_2): New.
7988
73cd8ab1
DM
79892011-11-16 David S. Miller <davem@davemloft.net>
7990
7991 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7992 target is sparc*-*-linux*
7993
77426730
PK
79942011-11-15 Paul Koning <paul_koning@dell.com>
7995
7996 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7997 types.
7998
ed59ded5
DE
79992011-11-14 Doug Evans <dje@google.com>
8000
8001 * gdb.base/shell.exp: New file.
8002
405f8e94
SS
80032011-11-14 Stan Shebs <stan@codesourcery.com>
8004
8005 * gdb.trace/ftrace.c: New.
8006 * gdb.trace/ftrace.exp: New.
8007
1e4d1764
YQ
80082011-11-14 Yao Qi <yao@codesourcery.com>
8009
8010 * gdb.trace/change-loc-1.c: New.
8011 * gdb.trace/change-loc-2.c: New.
8012 * gdb.trace/change-loc.c: New.
8013 * gdb.trace/change-loc.exp: New.
8014 * gdb.trace/change-loc.h: New.
8015 * gdb.trace/trace-break.c (marker): Define new symbol.
8016 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8017 New.
1e4d1764
YQ
8018 (break_trace_same_addr_6): New.
8019
71eba9c2 80202011-11-12 Matt Rice <ratmice@gmail.com>
8021
8022 * gdb.base/info-macros.exp: Make tests for info definitions
8023 test info macro. Add tests for info macro argument processing.
8024 Rename a few tests.
8025
1d93e29a
KS
80262011-11-11 Keith Seitz <keiths@redhat.com>
8027
8028 PR gdb/12843
8029 * gdb.base/linespecs.exp: New file.
8030
a4b5b48a
DE
80312011-11-11 Doug Evans <dje@google.com>
8032
8033 * gdb.threads/print-threads.exp: Extend timeout for slower
8034 tests.
8035
f6b47be4
DE
80362011-11-10 Doug Evans <dje@google.com>
8037
792a0230
DE
8038 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8039 "record to end of main" test.
8040
f6b47be4
DE
8041 * gdb.python/py-type.c (TS): New typedef.
8042 (ts): New global.
8043 * gdb.python/py-type.exp: Test field list of typedef.
8044
22355c90
JB
80452011-11-10 Joel Brobecker <brobecker@adacore.com>
8046
8047 * gdb.ada/small_reg_param: New testcase.
8048
a7860e76
TT
80492011-11-09 Tom Tromey <tromey@redhat.com>
8050
8051 * gdb.cp/destrprint.exp: New file.
8052 * gdb.cp/destrprint.cc: New file.
8053
72a2e3dc
MI
80542011-11-08 Meador Inge <meadori@codesourcery.com>
8055
8056 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8057 (switch_stack_to_other): New test function.
8058 * gdb.arch/thumb-prologue.exp: New test cases.
8059
c7195df2 80602011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8061
8062 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8063
d3895d7d
YQ
80642011-11-08 Yao Qi <yao@codesourcery.com>
8065
8066 * gdb.exp (supports_process_record): New.
8067 (supports_reverse): New.
8068 * gdb.reverse/break-precsave.exp: Call support_process_record
8069 to run test conditionally.
8070 * gdb.reverse/consecutive-precsave.exp: Likewise.
8071 * gdb.reverse/i386-precsave.exp: Likewise.
8072 * gdb.reverse/machinestate-precsave.exp: Likewise.
8073 * gdb.reverse/solib-precsave.exp: Likewise.
8074 * gdb.reverse/step-precsave.exp: Likewise.
8075 * gdb.reverse/until-precsave.exp: Likewise.
8076 * gdb.reverse/watch-precsave.exp: Likewise.
8077 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8078 test conditionally.
8079 * gdb.reverse/consecutive-reverse.exp: Likewise.
8080 * gdb.reverse/finish-precsave.exp: Likewise.
8081 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8082 * gdb.reverse/finish-reverse.exp: Likewise.
8083 * gdb.reverse/i386-reverse.exp: Likewise.
8084 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8085 * gdb.reverse/machinestate.exp: Likewise.
8086 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8087 * gdb.reverse/sigall-precsave.exp: Likewise.
8088 * gdb.reverse/sigall-reverse.exp: Likewise.
8089 * gdb.reverse/solib-reverse.exp: Likewise.
8090 * gdb.reverse/step-reverse.exp: Likewise.
8091 * gdb.reverse/until-reverse.exp: Likewise.
8092 * gdb.reverse/watch-reverse.exp: Likewise.
8093
a59306a3
YQ
80942011-11-05 Yao Qi <yao@codesourcery.com>
8095
8096 * gdb.trace/trace-break.exp: Add test on setting two
8097 fast tracepoints at the same address.
8098
87769f59
JK
80992011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8102
3065dfb6
SS
81032011-11-02 Stan Shebs <stan@codesourcery.com>
8104
8105 * gdb.trace/collection.c: Add code using strings.
8106 * gdb.trace/collection.exp: Add tests of string collection.
8107
89e208db
JK
81082011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * gdb.base/skip-solib.exp (executable_main): New variable.
8111 (binfile_main): Base it on that.
8112 Use $executable_main in clean_restart calls. Drop gdb_exit and
8113 gdb_start calls.
8114
405e54e9
JK
81152011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 Fix racy FAILs.
8118 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8119 breakpoint_re globals import by async. Set string_regex to .* for
8120 async. Remove the optional thread_selected_re and breakpoint_re
8121 globals expectations.
8122
58e8570a
JM
81232011-11-01 Joseph Myers <joseph@codesourcery.com>
8124
8125 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8126 well as Cygwin.
8127
7b35ec7f 81282011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8129
8130 Add tests for skip command.
89e208db
JK
8131 * gdb.base/skip-solib-lib.c: New
8132 * gdb.base/skip-solib-main.c: New
8133 * gdb.base/skip-solib.exp: New
8134 * gdb.base/skip.c: New
8135 * gdb.base/skip.exp: New
8136 * gdb.base/skip1.c: New
8137 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8138
b9fd1791
PA
81392011-10-31 Yao Qi <yao@codesourcery.com>
8140 Pedro Alves <pedro@codesourcery.com>
8141
6fdff2c5
PA
8142 * gdb.trace/trace-break.c: New.
8143 * gdb.trace/trace-break.exp: New.
b9fd1791 8144
4323fecc
JK
81452011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8146
8147 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8148 break-here-2.
8149
0e5bf2a8
PA
81502011-10-28 Pedro Alves <pedro@codesourcery.com>
8151
8152 * gdb.threads/no-unwaited-for-left.c: New.
8153 * gdb.threads/no-unwaited-for-left.exp: New.
8154 * gdb.threads/non-ldr-exc-1.c: New.
8155 * gdb.threads/non-ldr-exc-1.exp: New.
8156 * gdb.threads/non-ldr-exc-2.c: New.
8157 * gdb.threads/non-ldr-exc-2.exp: New.
8158 * gdb.threads/non-ldr-exc-3.c: New.
8159 * gdb.threads/non-ldr-exc-3.exp: New.
8160 * gdb.threads/non-ldr-exc-4.c: New.
8161 * gdb.threads/non-ldr-exc-4.exp: New.
8162
3a3dad98
JK
81632011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8164
8165 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8166 * gdb.base/attach-pie-misread.exp: Likewise.
8167 * gdb.base/break-interp.exp: Likewise.
8168 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8169 testcases for use_gdb_stub.
8170 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8171 (continue): New testcase.
8172 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8173 * gdb.threads/attach-into-signal.exp: Likewise.
8174 * gdb.threads/attach-stopped.exp: Likewise.
8175 * gdb.threads/attachstop-mt.exp: Likewise.
8176
d6a5d40c
PK
81772011-10-28 Paul Koning <paul_koning@dell.com>
8178
8179 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8180
ca539be8
JK
81812011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8184 (mi_gdb_test): Import globals thread_selected_re
8185 and breakpoint_re. Expect them optionally at the regex start.
8186
d234ef5c
DE
81872011-10-27 Doug Evans <dje@google.com>
8188
8189 * gdb.python/python.exp: Test source -s.
8190
ab964825
PK
81912011-10-26 Paul Koning <paul_koning@dell.com>
8192
8193 * gdb.python/lib-types.cc (struct A): New structure.
8194 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8195
54d8a644
PK
81962011-10-25 Paul Koning <paul_koning@dell.com>
8197
8198 PR python/13327
d234ef5c 8199
54d8a644
PK
8200 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8201 fetch_lazy method.
8202
b0221781
YQ
82032011-10-24 Yao Qi <yao@codesourcery.com>
8204
8205 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8206 target is tic6x-*-*.
8207
6cda5a20
JB
82082011-10-21 Joel Brobecker <brobecker@adacore.com>
8209
8210 * gdb.ada/mi_task_info/task_switch.adb: New file.
8211 * gdb.ada/mi_task_info.exp: New file.
8212
5ed9db04
JK
82132011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8214
8215 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8216 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8217
9df2fbc4
PM
82182011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8219
8220 PR python/12656
8221
8222 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8223 global_block tests.
8224
736086ba
TT
82252011-10-18 Tom Tromey <tromey@redhat.com>
8226
8227 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8228
4af31552
TT
82292011-10-18 Tom Tromey <tromey@redhat.com>
8230
8231 * gdb.base/source.exp: Don't include full file name in test name.
8232 * gdb.python/python.exp: Don't include full file name in test
8233 name.
8234
43136979
AR
82352011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8236
8237 * gdb.base/attach-pie-noexec.c: New files.
8238 * gdb.base/attach-pie-noexec.exp: New files.
8239
543a9323
JM
82402011-10-17 Joseph Myers <joseph@codesourcery.com>
8241
8242 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8243 prompt for each extra line in command.
8244
21ae7a4d
JK
82452011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8246
8247 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8248 Revert the part of:
8249 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8250 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8251 Change the expected string.
8252
20ec36d9
JK
82532011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 Fix results with system glibc debug info installed.
8256 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8257 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8258 Accept also __libc_ symbol prefix and no prefix.
8259
6501c2fc
KS
82602011-10-14 Keith Seitz <keiths@redhat.com>
8261
8262 PR c++/13225
8263 * gdb.cp/converts.cc (foo3_1): New function.
8264 (foo3_2): New functions.
8265 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8266 and null pointer conversions of integer constant zero.
8267 Add test to check if all arguments are checked for incompatible
8268 conversion BADNESS.
8269
55b1fd0c
TT
82702011-10-14 Tom Tromey <tromey@redhat.com>
8271
8272 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8273 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8274 linespec.
8275
22c05d8a
JK
82762011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 Fix internal error regression.
8279 * gdb.dwarf2/implptr-optimized-out.S: New file.
8280 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8281
1d6edc3c
JK
82822011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8285 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8286 (loclist): New.
8287 (4): New abbrev.
8288 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8289 Use prepare_for_testing, remove clean_restart.
8290 (p arraynoloc, p arraycallnoloc): New tests.
8291
9ec72168
JK
82922011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8293
8294 * gdb.cp/namespace-enum.exp (executable): New variable.
8295 (binfile): Use ${objdir}/${subdir}/ prefix.
8296 Use ${executable} for clean_restart.
8297
9c6c53f7
SA
82982011-10-11 Sterling Augustine <saugustine@google.com>
8299
8300 * gdb.cp/Makefile.in: Add namespace-enum test.
8301 * gdb.cp/namespace-enum.exp: New file.
8302 * gdb.cp/namespace-enum.c: New file.
8303 * gdb.cp/namespace-enum-main.c: New file.
8304
fac7ceb3
UW
83052011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8306
8307 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8308 sysroot.
8309
941b2081
JK
83102011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 Reimplement @entry in input expressions.
8313 * gdb.base/exprs.c (v_int_array_init): New variable.
8314 * gdb.base/exprs.exp (print v_int_array_init)
8315 (print *v_int_array_init@1, print *v_int_array_init@2)
8316 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8317 (print v_int_array_init[1]@1): New tests.
8318
0344e878
JM
83192011-10-10 Joseph Myers <joseph@codesourcery.com>
8320
8321 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8322 expected message.
8323
5a56e9c5
DE
83242011-10-09 Doug Evans <dje@google.com>
8325
8326 * gdb.base/alias.exp: Add tests for alias command.
8327
2bda9cc5
JK
83282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8329
8330 * gdb.arch/amd64-entry-value.s: New file.
8331 * gdb.mi/mi2-amd64-entry-value.s: New file.
8332
a471c594
JK
83332011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 Display @entry parameter values even for references.
8336 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8337 functions.
8338 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8339 reference and datap_input.
8340 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8341 breakpoints.
8342 (continue to breakpoint: entry_reference: reference)
8343 (entry_reference: bt at entry)
8344 (continue to breakpoint: entry_reference: breakhere_reference)
8345 (entry_reference: bt, entry_reference: ptype regparam)
8346 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8347 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8348 (entry_reference: p regcopy, entry_reference: p nodataparam)
8349 (entry_reference: p nodataparam@entry): New tests.
8350
36b11add
JK
83512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8352
8353 Support @entry in input expressions.
8354 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8355 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8356 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8357 (tailcall: p j@entry): New tests.
8358 * gdb.cp/koenig.cc (A::entry): New function.
8359 (main): Call it.
8360 * gdb.cp/koenig.exp (p entry (c)): New test.
8361
e18b2753
JK
83622011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 Display @entry parameter values (without references).
8365 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8366 (different, validity, invalid): New functions.
8367 (main): Call them.
8368 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8369 stacktest, breakhere_stacktest, different, breakhere_different,
8370 breakhere_validity and breakhere_invalid.
8371 (entry: bt): Update for @entry.
8372 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8373 (entry_validity: *, entry_invalid: *): Many new tests.
8374 * gdb.base/break.exp
8375 (run until breakpoint set at small function, optimized file): Accept
8376 also the @entry suffix.
8377 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8378 * gdb.mi/mi2-amd64-entry-value.c: New files.
8379 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8380
2d6c5dc2
JK
83812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8382
8383 Protect entry values against self tail calls.
8384 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8385 (main): Call self.
8386 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8387 (set debug entry-values 1, self: bt debug entry-values): New tests.
8388
111c6489
JK
83892011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8390
8391 Recognize virtual tail call frames.
8392 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8393 (amb_b, amb_a): New.
8394 (main): Call a and b.
8395 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8396 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8397 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8398 New tests.
8399
8e3b41a9
JK
84002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8401
8402 Implement basic support for DW_TAG_GNU_call_site.
8403 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8404 * gdb.arch/amd64-entry-value.cc: New file.
8405 * gdb.arch/amd64-entry-value.exp: New file.
8406
181cebd4
JK
84072011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8410 * gdb.dwarf2/implptr-64bit.S: New file.
8411 * gdb.dwarf2/implptr-64bit.exp: New file.
8412
741f5e3c
JK
84132011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 Fix initial language detection with -readnow.
8416 * gdb.cp/readnow-language.cc: New file.
8417 * gdb.cp/readnow-language.exp: New file.
8418
a73d2258
JK
84192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8420
8421 Fix printed anonymous struct name.
8422 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8423
af369495
JM
84242011-10-09 Joseph Myers <joseph@codesourcery.com>
8425
8426 * gdb.base/solib-symbol.exp: Do not include directories in
8427 filenames in expected messages.
8428
1fa57852
DE
84292011-10-07 Doug Evans <dje@google.com>
8430
8431 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8432
bd054e06
KP
84332011-10-07 Kevin Pouget <kevin.pouget@st.com>
8434
8435 Allow Python notification of new object-file loadings.
8436 * gdb.python/py-events.exp: Test newobjfile event.
8437 * gdb.python/py-events.py: Register newobjfile callback.
8438 * gdb.python/py-events.c: Add call to shared library
8439 * gdb.python/py-events-shlib.c: New file.
8440
8031b6f8
JM
84412011-10-06 Joseph Myers <joseph@codesourcery.com>
8442
8443 * gdb.base/fixsection.exp: Do not include directories in filename
8444 in expected message.
8445
7fea6923
PM
84462011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8447
8448 Add tests for passing of environment variables to inferior.
8449 * gdb.base/testenv.c: New test source.
8450 * gdb.base/testenv.exp: New expect test.
8451
687f2a88
PK
84522011-10-04 Paul Koning <paul_koning@dell.com>
8453
8454 * gdb.python/py-value.c (main): Break before return.
8455
cb6be26b
KP
84562011-10-04 Kevin Pouget <kevin.pouget@st.com>
8457
8458 PR python/12691: Add the inferior to Python exited event
8459 * gdb.python/py-events.exp: Test the inferior attribute of exited
8460 event with a fork.
8461 * gdb.python/py-events.py: Print inferior number on exit.
8462 * gdb.python/py-events.c: Fork the inferior.
8463
fb213700
EBM
84642011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8465
8466 * gdb.base/jit.exp: Add testcase name to log message
8467
aa2071bd
PK
84682011-10-03 Paul Koning <paul_koning@dell.com>
8469 Jan Kratochvil <jan.kratochvil@redhat.com>
8470
8471 * gdb.python/py-value.exp
8472 (python inval = gdb.parse_and_eval('*(int*)0'))
8473 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8474 (set argc=2, python print argc_lazy): New tests.
8475
dd11a36c
JB
84762011-10-02 Joel Brobecker <brobecker@adacore.com>
8477
8478 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8479
46f886f1
JK
84802011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8481 Pedro Alves <pedro@codesourcery.com>
8482
8483 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8484 can_read_0, test for it.
8485 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8486 (parse_and_eval with memory error): ... here, make it untested if
8487 can_read_0.
8488
c5cb204f
MP
84892011-09-30 Marek Polacek <mpolacek@redhat.com>
8490
8491 * gdb.python/python.exp (verify pagination beforehand)
8492 (verify pagination afterwards): Fix race by splitting the line.
8493
68fb0ec0
JM
84942011-09-29 Joseph Myers <joseph@codesourcery.com>
8495
8496 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8497 for 64-bit multilibs from i?86-* targets.
8498
6aee0d90
MP
84992011-09-29 Marek Polacek <mpolacek@redhat.com>
8500
8501 * lib/gdb.exp: Fix a typo in one of the comments.
8502
e9101ff5
MP
85032011-09-29 Marek Polacek <mpolacek@redhat.com>
8504
8505 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8506 matching pattern.
8507
7a81bdbf
PK
85082011-09-28 Paul Koning <paul_koning@dell.com>
8509
8510 * gdb.python/py-type.c (enum E): New.
8511 * gdb.python/py-type.exp (test_fields): Add tests for Python
8512 mapping access to fields.
8513 (test_enums): New test for field access on enums.
8514
6710bf39
SS
85152011-09-27 Stan Shebs <stan@codesourcery.com>
8516
8517 * gdb.trace/collection.exp: Test collection of $_ret.
8518
b2a6bdeb
AT
85192011-09-22 Andreas Tobler <andreast@fgznet.ch>
8520
8521 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8522 list of compilation switches for <*-*-freebsd*>.
8523
3c9057f3
SS
85242011-09-19 Stan Shebs <stan@codesourcery.com>
8525
8526 * gdb.trace/tspeed.exp: New file.
8527 * gdb.trace/tspeed.c: New file.
8528
34518530
YQ
85292011-09-18 Yao Qi <yao@codesourcery.com>
8530
8531 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8532 instructions.
8533 (test_adr_32bit, test_pop_pc): Likewise.
8534 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8535 Thumb instructions.
8536 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8537 in gdb_test_multiple.
8538 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8539
ab254057
YQ
85402011-09-17 Yao Qi <yao@codesourcery.com>
8541
8542 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8543 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8544 support single step to signal handler.
8545
9c317b71
YQ
85462011-09-17 Yao Qi <yao@codesourcery.com>
8547
8548 * gdb.base/disp-step-fork.c: New.
8549 * gdb.base/disp-step-syscall.exp: New.
8550 * gdb.base/disp-step-vfork.c: New.
8551
a8123151
JB
85522011-09-16 Joel Brobecker <brobecker@adacore.com>
8553
8554 * gdb.ada/tasks.exp: Make the expected output for
8555 the `info tasks' tests more resilient to spacing
8556 changes.
8557
63a9aad8
JK
85582011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8561 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8562
2aa48337
KP
85632011-09-15 Kevin Pouget <kevin.pouget@st.com>
8564
8565 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8566 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8567
6839b47f
KP
85682011-04-30 Kevin Pouget <kevin.pouget@st.com>
8569
8570 Handle multiple breakpoint hits in Python interface:
8571 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8572 presence.
8573 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8574 breakpoint hits.
8575
0935723e
JK
85762011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8577 Jan Kratochvil <jan.kratochvil@redhat.com>
8578
8579 * gdb.python/py-events.exp: Remove pretty printing comment.
8580 * gdb.python/py-evsignal.exp: New file.
8581 * gdb.python/py-evthreads.c: Include signal.h.
8582 (thread3): Remove variable count3. Remove variable bad and use raise
8583 instead.
8584 (thread2): Remove variable count2. Move thread3 pthread_create here,
8585 merge pthread_join to a single line.
8586 (main): Remove variable count1. Merge pthread_join with pthread_create
8587 to a single line.
8588 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8589 KFAIL python/12966 for gdbserver. Test return value of
8590 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8591 gdb_expect by gdb_test and gdb_test_multiple.
8592 (thread 2, thread 3): New tests.
8593
4801a9a3
PA
85942011-09-12 Matt Rice <ratmice@gmail.com>
8595 Pedro Alves <pedro@codesourcery.com>
8596
8597 PR gdb/13175
8598
8599 * gdb.base/interp.exp: New tests.
8600 * gdb.base/interp.c: New file.
8601
24ece742
DE
86022011-09-12 Doug Evans <dje@google.com>
8603
8604 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8605 * gdb.dwarf2/typeddwarf.exp: Ditto.
8606
7f062217
JK
86072011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8608
8609 Fix compatibility with x32 arch.
8610 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8611 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8612 is_x86_like_target.
8613 * testsuite/gdb.trace/collection.exp: Likewise.
8614 * testsuite/gdb.trace/report.exp: Likewise.
8615 * testsuite/gdb.trace/unavailable.exp: Likewise.
8616 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8617 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8618 (is_x86_like_target): Check also is_amd64_regs_target.
8619
08711b9a
JK
86202011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8621
8622 PR breakpoints/12435
8623 * gdb.arch/amd64-prologue-xmm.c: New file.
8624 * gdb.arch/amd64-prologue-xmm.exp: New file.
8625 * gdb.arch/amd64-prologue-xmm.s: New file.
8626
b99b5f66
JK
86272011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 * gdb.dwarf2/dw2-param-error-main.c: New file.
8630 * gdb.dwarf2/dw2-param-error.S: New file.
8631 * gdb.dwarf2/dw2-param-error.exp: New file.
8632
a391a2f6
PA
86332011-09-08 Pedro Alves <pedro@codesourcery.com>
8634
8635 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8636 inferior's pid and look for a core dump named core.$pid. Use
8637 `remote_file' commands on the host instead of hand coding shell
8638 commands on the build.
8639 * gdb.base/valgrind-db-attach.exp: Kill the program before
8640 finishing the test.
8641
7d8e6458 86422011-09-02 Matt Rice <ratmice@gmail.com>
8643
8644 * lib/prompt.exp: New file for testing the first prompt.
8645 * gdb.python/py-prompt.exp: Ditto.
8646 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8647
68e77c9e
PA
86482011-09-02 Pedro Alves <pedro@codesourcery.com>
8649
8650 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8651 0, before testing gcore.
8652
9655e943
JK
86532011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8654
df6dc84d
JK
8655 * dw2-ifort-parameter-debug.S: Update copyright year.
8656 * dw2-ifort-parameter.c: Update copyright year.
8657 * dw2-ifort-parameter.exp: Update copyright year.
8658
9655e943
JK
8659 * dw2-ifort-parameter-debug.S: New file.
8660 * dw2-ifort-parameter.c: New file.
8661 * dw2-ifort-parameter.exp: New file.
8662
353d1d73
JK
86632011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.base/commands.exp (error_clears_commands_left): New function.
8666 (): Call it.
8667
5c07461a
JK
86682011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8669
8670 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8671 (C): Initialize `a'.
8672 * gdb.mi/mi-inheritance-syntax-error.exp
8673 (-data-evaluate-expression $path): Expect `a' as 5.
8674
0d932b2f
MK
86752011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8676
8677 PR mi/11912
8678 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8679 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8680 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8681 keyword in output of -var-info-path-expression.
8682
bdb54049
JK
86832011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8686 * gdb.trace/collection.exp: Likewise.
8687 * gdb.trace/report.exp: Likewise.
8688 * gdb.trace/unavailable.exp: Likewise.
8689 * gdb.trace/while-dyn.exp: Likewise.
8690
59cde39c
KS
86912011-08-18 Keith Seitz <keiths@redhat.com>
8692
8693 PR c++/12266
8694 * gdb.cp/meth-typedefs.cc: New file.
8695 * gdb.cp/meth-typedefs.exp: New file.
8696
fa3a4f15
PM
86972011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8698
6fdff2c5 8699 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 8700
c1049fca
JK
87012011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * gdb.arch/i386-dr3-watch.exp
8704 (watchpoint on gap1 does not fit debug registers)
8705 (delete all watchpoints): Fix racy expect strings.
8706
d93f7b5c
YQ
87072011-08-14 Yao Qi <yao@codesourcery.com>
8708
8709 * gdb.base/maint.exp: set data_section to ".neardata".
8710 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8711 * gdb.base/savedregs.exp: Handle SIGILL.
8712 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8713 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8714
457e09f0
DE
87152011-08-12 Doug Evans <dje@google.com>
8716
8717 * gdb.python/py-symbol.exp: Add test for symbol.type.
8718
5d0bb2fb
UW
87192011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8720
8721 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8722 * gdb.mi/mi-pthreads.exp: Likewise.
8723 * gdb.mi/mi2-pthreads.exp: Likewise.
8724 * gdb.mi/gdb669.exp.exp: Likewise.
8725
fcdfa280
PA
87262011-08-09 Pedro Alves <pedro@codesourcery.com>
8727
8728 * lib/mi-support.exp (detect_async): Rename to...
8729 (mi_detect_async): ... this.
8730 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8731 * gdb.mi/mi-nonstop.exp: Adjust.
8732 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8733 * gdb.mi/mi-nsintrall.exp: Adjust.
8734 * gdb.mi/mi-nsmoribund.exp: Adjust.
8735 * gdb.mi/mi-nsthrexec.exp: Adjust.
8736
9d8fa392
PA
87372011-08-09 Pedro Alves <pedro@codesourcery.com>
8738
8739 * gdb.base/display.c (do_loops): New `p_i' local.
8740 * gdb.base/display.exp: Test displaying a variable that is
8741 temporarily at a bad address.
8742
b6cede78
JK
87432011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8746 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8747
67bedb8c
JK
87482011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8751 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8752 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8753
af6e93b2
PA
87542011-08-05 Pedro Alves <pedro@codesourcery.com>
8755
8756 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8757 procedure.
8758 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8759
1cf0e11f
YQ
87602011-08-05 Yao Qi <yao@codesourcery.com>
8761
8762 * gdb.base/callfuncs.exp: Set language after main.
8763 * gdb.cp/cplusfuncs.exp: Likewise.
8764 * gdb.cp/inherit.exp: Likewise.
8765
a1e28cb2
UW
87662011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8767
8768 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8769 * gdb.base/watch-vfork.exp: Skip on remote targets.
8770
d4f5bbb9
UW
87712011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8772
8773 * gdb.threads/thread-find.exp: Support remote targets.
8774
724f4f80
UW
87752011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8776
8777 * gdb.base/jit.exp: Download solib_binfile to target.
8778 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8779 and call dlopen without full path name.
8780 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8781 dlopen without full path name.
8782
934709f0
PW
87832011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8784
8785 * gdb.base/break-always.exp: Complete the test
8786 with duplicated breakpoints and enabling/disabling them.
8787
c26106c4
TT
87882011-08-02 Tom Tromey <tromey@redhat.com>
8789
8790 PR gdb/11289:
8791 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8792
9300444e 87932011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8794
8795 PR gdb/13045
8796 * gdb.base/float.exp: Add new test case for PR gdb/13045
8797 * gdb.base/float.c: New file.
8798
00bd41d6
PM
87992011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8800
8801 * gdb.python/py-mi.exp: Test printers returning string hint, and
8802 also not returning a value.
8803 * gdb.python/py-prettyprint.c: Add testcase for above.
8804 * gdb.python/py-prettyprint.py: Add test printer for above.
8805
d24f74ce
JK
88062011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8809 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8810 (.Ldie30) Add as field "data4".
8811 (.Ldie32) Rename field "b" to "shl".
8812 (abbrev4) Change for the "data4" field.
8813 (abbrev5, abbrev6) Remove.
8814 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8815 (p &s.shl): ... here. Add comment.
8816 (p &s.data4): New.
8817
bb7da2bf
JK
88182011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8819
8820 Fix crash on lval_computed values.
8821 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8822
11081198
JK
88232011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8824
8825 * gdb.base/help.exp (help whatis): Update the expected string.
8826
3c6e0cb3
JK
88272011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8830 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8831 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8832 Change the expected string.
8833
efa80663
PA
88342011-07-26 Pedro Alves <pedro@codesourcery.com>
8835
8836 * gdb.base/watchpoint.exp
8837 (test_disable_enable_software_watchpoint): New procedure.
8838 (top level): Run it.
8839
db8e4570
UW
88402011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8841
8842 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8843 executable file "${binfile}", C++ version "${binfile}-cxx".
8844 * gdb.python/py-prettyprint.exp: Likewise.
8845 * gdb.python/py-symbol.exp: Likewise.
8846 * gdb.python/py-type.exp: Likewise.
8847 * gdb.python/py-value.exp: Likewise.
8848 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8849 file name instead of just suffix.
8850
543305c9
JK
88512011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8852
8853 Fix implicit pointer offsets.
8854 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8855 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8856 (continue to breakpoint: continue to baz breakpoint for implptr)
8857 (sanity check element 0, sanity check element 1)
8858 (enter the inlined function, check element 0 for the offset)
8859 (check element 1 for the offset)
8860 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8861 (set foo breakpoint for implptr): Update the breakpoint number.
8862
b3215adc
UW
88632011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8864
8865 * gdb.python/py-mi.exp: Use different file names for different
8866 versions of the executable under test.
8867 * gdb.python/py-prettyprint.exp: Likewise.
8868 * gdb.python/py-symbol.exp: Likewise.
8869 * gdb.python/py-template.exp: Likewise.
8870 * gdb.python/py-type.exp: Likewise.
8871 * gdb.python/py-value.exp: Likewise.
8872
182b9acc
UW
88732011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8874
8875 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8876 flag after restarting GDB if necessary.
8877
e6052b5d
UW
88782011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8879
8880 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8881
1ced966e
PA
88822011-07-22 Pedro Alves <pedro@codesourcery.com>
8883
8884 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8885 backend doesn't leave used debug registers behind.
8886
3543a589
TT
88872011-07-22 Tom Tromey <tromey@redhat.com>
8888
8889 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8890 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8891 argument.
8892 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8893
14d15303 88942011-07-21 Matt Rice <ratmice@gmail.com>
8895
8896 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8897 in mostlyclean rule. Add files ending in .core.
8898
9b158ba0 88992011-07-21 Matt Rice <ratmice@gmail.com>
8900
8901 PR macros/12999
8902 * gdb.base/info-macros.c: New test sources.
8903 * gdb.base/info-macros.exp: New tests.
8904
d17b6f81
PM
89052011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8906
8907 * gdb.python/python.exp: Add prompt substitution tests.
8908
918dd910
JK
89092011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 Fix crash if referenced CU is aged out.
8912 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8913 New.
8914 * gdb.dwarf2/implptr.exp: Likewise.
8915
0e37a63c
JK
89162011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.dwarf2/implptr.S: Rebuilt.
8919 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8920 (bar): Use them for j, k, l.
8921 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8922 COMPILE.
8923 (print j in implptr:bar): Update for the intp typedef.
8924 (print p[0].x in implptr:foo): Use more exact regex.
8925
f65cf84c
TT
89262011-07-18 Tom Tromey <tromey@redhat.com>
8927
8928 * gdb.cp/static-method.exp: Add missing single quote.
8929
d5b4a7be
YQ
89302011-07-18 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8933 supported.
8934 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8935 * gdb.mi/mi-nonstop.exp: Likewise.
8936 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8937 * gdb.mi/mi-nsintrall.exp: Likewise.
8938 * gdb.mi/mi-nsmoribund.exp: Likewise.
8939 * gdb.mi/mi-nsthrexec.exp: Likewise.
8940 * gdb.python/py-evthreads.exp: Likewise.
8941
e9ea2662
JK
89422011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8943
8944 Code cleanup.
8945 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8946 it. Substitute it instead of test_compiler_info everywhere.
8947
ce451573
UW
89482011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8949
8950 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8951 remote targets as well.
8952
756d88a7
UW
89532011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8954
8955 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8956 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8957
31f83dc5
UW
89582011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8959
8960 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8961 a remote machine, not the host.
8962 (gdb_compile_shlib): Set soname if target is remote.
8963
059241a0
PP
89642011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8965
8966 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8967
28a0b48c 89682011-07-13 Matt Rice <ratmice@gmail.com>
8969
8970 * gdb.python/py-objfile-script-gdb.py: Renamed to
8971 py-objfile-script-gdb.py.in.
8972 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8973 py-objfile-script-gdb.py.
8974 * gdb.python/py-objfile-script.exp: Update reference to
8975 py-objfile-script-gdb.py.
8976
9a771b67
JK
89772011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8980 reference undefined label.
8981
04ad99e6
JK
89822011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8985 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8986 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8987 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8988
713389e0
PM
89892011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8990
6fdff2c5 8991 PR python/12438
713389e0 8992 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 8993 deprecated tests. Add set/show python print-backtrace tests.
713389e0 8994
97d146f8
JK
89952011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8998 debug info.
8999
facde0e5 90002011-07-06 Matt Rice <ratmice@gmail.com>
9001
9002 * gdb.python/python.exp: Update filename paths.
9003 * gdb.python/py-symtab.exp: Ditto.
9004
438640d1
MP
90052011-07-06 Marek Polacek <mpolacek@redhat.com>
9006
9007 * gdb.python/py-evthreads.exp: Add missing `$'.
9008
33a365df
MF
90092011-07-06 Jie Zhang <jie.zhang@analog.com>
9010
9011 * config/bfin.exp: New file.
9012 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9013 * gdb.asm/bfin.inc: New file.
9014
8f7ae686
MP
90152011-07-06 Marek Polacek <mpolacek@redhat.com>
9016
df46027d 9017 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9018 the whole output.
9019
eb2a6f42
TT
90202011-07-05 Tom Tromey <tromey@redhat.com>
9021
9022 * gdb.java/jprint.java (jprint.hi): New field.
9023 * gdb.java/jprint.exp: Print string.
9024
177b42fe
TJB
90252011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9026
9027 * gdb.base/call-sc.c: Fix typos.
9028 * gdb.base/ifelse.exp: Likewise.
9029 * gdb.base/structs.c: Likewise.
9030
3b2a0cf2
JB
90312011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9032
9033 * gdb.base/jit-so.exp: New test.
9034 * gdb.base/jit-dlmain.c: New file.
9035 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9036
46fc714c
JK
90372011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9038
9039 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9040 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9041 * gdb.cp/pr9167.exp (p b): Likewise.
9042 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9043 (test value of P in inner_m, test type of Z in inner_m): Call
9044 setup_xfail for gcc <= 4.5.
46fc714c 9045
418c7cf7
JK
90462011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9047
9048 * gdb.cp/paren-type.cc: New files.
9049 * gdb.cp/paren-type.exp: New files.
9050
3d50dd94
JK
90512011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 Stop on first linespec terminator instead of eating what we can.
9054 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9055 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9056 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9057 (break C::f()): ... this one.
9058 (break C::operator()()): New test.
9059 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9060 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9061 test.
9062
dcf9f4ab
JK
90632011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 Fall back linespec to minimal symbols.
9066 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9067 error message.
9068 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9069 * gdb.cp/minsym-fallback-main.cc: New file.
9070 * gdb.cp/minsym-fallback.cc: New file.
9071 * gdb.cp/minsym-fallback.exp: New file.
9072 * gdb.cp/minsym-fallback.h: New file.
9073
3f542ed1
JK
90742011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 * gdb.cp/no-dmgl-verbose.cc: New file.
9077 * gdb.cp/no-dmgl-verbose.exp: New file.
9078
90792011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9080
9081 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9082 __GI_.
9083 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9084 (f): New function.
9085 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9086 (complete p 'func<short>(): ... here.
9087 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9088 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9089 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9090 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9091 Make them KFAIL gcc/49546.
9092
00eb2c4a
JB
90932011-07-01 Joel Brobecker <brobecker@adacore.com>
9094
9095 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9096
85a20c42
JK
90972011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 Test GCC PR debug/49546.
9100 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9101 (test type of F in k3_m, test value of F in k3_m): New.
9102 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9103 (main): New variable k3. Call k3.k3_m.
9104
d2d43431
JB
91052011-07-01 Jean-Charles Delay <delay@adacore.com>
9106
9107 * gdb.ada/packed_array.exp: Fix expected outout.
9108
54ae186f
JB
91092011-07-01 Jean-Charles Delay <delay@adacore.com>
9110
9111 * gdb.ada/packed_array.exp: fixed expected output.
9112
8f17729f
JB
91132011-07-01 Joel Brobecker <brobecker@adacore.com>
9114
9115 * gdb.ada/same_enum: New testcase.
9116
f5aa6869
JB
91172011-07-01 Joel Brobecker <brobecker@adacore.com>
9118
9119 * gdb.ada/ptr_typedef: New testcase.
9120
828292f2
JB
91212011-07-01 Joel Brobecker <brobecker@adacore.com>
9122
9123 * gdb.ada/arrayptr.exp: Add ptype test.
9124
18920c42
JB
91252011-07-01 Joel Brobecker <brobecker@adacore.com>
9126
9127 * gdb.ada/char_enum: New testcase.
9128
3536d9e3 91292011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9130
9131 * gdb.base/dump.exp (capture_pointer_with_type): New.
9132 Get value from address instead of name.
9133 Start GDB once, and do `dump' and `restore'
9134 tests together.
9135
db863c42
MF
91362011-06-30 Jie Zhang <jie.zhang@analog.com>
9137 Mike Frysinger <vapier@gentoo.org>
9138
9139 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9140 helper functions for getting/setting remotetimeout variable.
9141 * lib/gdb.exp (gdb_load): If the target is remote, set
9142 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9143 with $loadtimeout. Set $load_ok to 0 before doing the load.
9144 Instead of returning, immediately, set $load_ok to 0. Call
9145 set_remotetimeout with $oldremotetimeout, and then return if
9146 $load_ok is 1.
9147
e9e642a8
AB
91482011-06-30 Andrew Burgess <aburgess@broadcom.com>
9149
9150 * gdb.python/py-template.exp: Don't run this test if the target
9151 does not support c++ tests.
9152
32019081
JK
91532011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9154
9155 Fix non-only rename list for Fortran modules import.
9156 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9157 tests.
9158 * gdb.fortran/module.f90 (module moduse): New.
9159 (program module): use moduse, test var_x, var_y and var_z.
9160
0ecee54c
TT
91612011-06-29 Tom Tromey <tromey@redhat.com>
9162
9163 PR testsuite/12040:
9164 * gdb.fortran/array-element.exp: Use f90, not f77.
9165 * gdb.fortran/complex.exp: Use f90, not f77.
9166 * gdb.fortran/derived-type.exp: Use f90, not f77.
9167 * gdb.fortran/library-module.exp: Use f90, not f77.
9168 * gdb.fortran/logical.exp: Use f90, not f77.
9169 * gdb.fortran/module.exp: Use f90, not f77.
9170 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9171 * gdb.fortran/subarray.exp: Use f90, not f77.
9172
3b2b8fea
TT
91732011-06-29 Tom Tromey <tromey@redhat.com>
9174
9175 * gdb.fortran/charset.exp: New file.
9176 * gdb.fortran/charset.f90: New file.
9177
42159ca5
TT
91782011-06-29 Tom Tromey <tromey@redhat.com>
9179
9180 PR testsuite/12040:
9181 * lib/future.exp: New file, mostly extracted from ada.exp.
9182 Rewrote compatibility code to use rename.
9183 (gdb_find_gfortran): New proc.
9184 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9185 gfortran patch.
9186 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9187 Move to future.exp.
9188 * lib/gdb.exp: Always load future.exp.
9189
af69a5ce
YQ
91902011-06-28 Yao Qi <yao@codesourcery.com>
9191
9192 * gdb.cp/exception.cc: Don't include iostream.
9193 (bar): Remove print statement.
9194 (catcher): New.
9195 (main): Remove print statements. Call function catcher.
9196 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9197 Set breakpoint on catcher, and check the value of parameter.
9198
ab5c6a72
YQ
91992011-06-23 Yao Qi <yao@codesourcery.com>
9200
6fdff2c5
PA
9201 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9202 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9203
9497469f
MP
92042011-06-23 Marek Polacek <mpolacek@redhat.com>
9205
9206 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9207 mi_gdb_test.
9208
b9132588
MP
92092011-06-23 Marek Polacek <mpolacek@redhat.com>
9210
5d197ed0 9211 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9212
e55595ca
MP
92132011-06-23 Marek Polacek <mpolacek@redhat.com>
9214
5d197ed0
MP
9215 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9216
92172011-06-23 Marek Polacek <mpolacek@redhat.com>
9218
9219 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9220 `test_exec_and_symbol_mi_operatons' return value.
9221 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9222 gdb_test_multiple.
9223 (test_exec_and_symbol_mi_operatons): Likewise.
9224 (test_path_specification): Likewise.
e55595ca 9225
be777e08
YQ
92262011-06-23 Yao Qi <yao@codesourcery.com>
9227
9228 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9229 supported.
9230 * lib/gdb.exp (support_displaced_stepping): New.
9231
615556d6
YQ
92322011-06-23 Yao Qi <yao@codesourcery.com>
9233
9234 * gdb.threads/execl.exp: Skip on remote target.
9235
833b0ca7
MP
92362011-06-21 Marek Polacek <mpolacek@redhat.com>
9237
5d197ed0 9238 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9239 mi_gdb_test.
9240
1ee4023a
MP
92412011-06-20 Marek Polacek <mpolacek@redhat.com>
9242
5d197ed0 9243 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9244
d0b1d624
MP
92452011-06-20 Marek Polacek <mpolacek@redhat.com>
9246
5d197ed0 9247 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9248 mi_gdb_test.
9249
79aa92c1
MP
92502011-06-20 Marek Polacek <mpolacek@redhat.com>
9251
5d197ed0 9252 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9253
5ce5db06
YQ
92542011-06-14 Yao Qi <yao@codesourcery.com>
9255
9256 gdb/testsuite/
9257 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9258
533a737e
JK
92592011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9260
9261 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9262
d0e53741
TT
92632011-06-10 Tom Tromey <tromey@redhat.com>
9264
9265 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9266 Add tests for pointer-to-member-function.
9267 * gdb.cp/temargs.cc (S::somefunc): New function.
9268 (K2): New class.
9269 (main): Instantiate K2; call method.
9270
b5916bbd
JB
92712011-06-08 Joel Brobecker <brobecker@adacore.com>
9272
9273 * gdb.python/py-inferior.c (f2): Make str an array rather
9274 than a pointer.
9275 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9276
5be4dfca
JK
92772011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9278
9279 * gdb.base/async-shell.c: New file.
9280 * gdb.base/async-shell.exp: New file.
9281
9f47e254
PA
92822011-06-06 Pedro Alves <pedro@codesourcery.com>
9283
9284 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9285
64b9b334
JB
92862011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9287
9288 From Stephen Kitt <steve@sk2.org>
9289 * gdb.base/help.exp: Adjust following some spelling corrections
9290 in GDB.
9291
dbc0f131
YQ
92922011-06-01 Yao Qi <yao@codesourcery.com>
9293
9294 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9295
fd336a18
KS
92962010-05-31 Keith Seitz <keiths@redhat.com>
9297
9298 PR c++/12750
9299 * gdb.cp/static-method.cc: New file.
9300 * gdb.cp/static-method.exp: New file.
9301
fa8b9902
KS
93022010-05-31 Keith Seitz <keiths@redhat.com>
9303
9304 PR symtab/12704
9305 * gdb.cp/anon-ns.cc: New file.
9306 * gdb.cp/anon-ns.exp: New file.
9307
0a5b1e09
PA
93082011-05-31 Pedro Alves <pedro@codesourcery.com>
9309
9310 * gdb.arch/i386-dr3-watch.c: New file.
9311 * gdb.arch/i386-dr3-watch.exp: New file.
9312
0578b8d1
YQ
93132011-05-30 Yao Qi <yao@codesourcery.com>
9314
9315 * gdb.base/callfuncs.c (t_structs_fc): New.
9316 (t_structs_dc, t_structs_ldc): New.
9317 (t_double_many_args):
9318 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9319 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9320 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9321 * gdb.base/callfuncs.exp: Call new functions.
9322
6680506e
YQ
93232011-05-30 Yao Qi <yao@codesourcery.com>
9324
ff4d2c60
YQ
9325 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9326 Call rerun_and_prepare for each test to isolate effects.
9327
93282011-05-30 Yao Qi <yao@codesourcery.com>
9329
9330 * gdb.base/varargs.c (find_max_float_real): New.
9331 (find_max_double_real, find_max_long_double_real): New.
9332 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
9333 * lib/gdb.exp (setup_kfail_for_target): New.
9334
e43ec454
YQ
93352011-05-30 Yao Qi <yao@codesourcery.com>
9336
9337 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9338 (callcd, callce, callcf, callc1a, callc1b): New.
9339 (callc2a, callc2b): New.
9340 * gdb.base/funcargs.exp (complex_args): New.
9341 (complex_integral_args, complex_float_integral_args): New.
9342 * lib/gdb.exp (support_complex_tests): New. Determine
9343 whether to run test cases on _Complex types.
9344
432b4d03
JK
93452011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 * gdb.threads/leader-exit.c: New file.
9348 * gdb.threads/leader-exit.exp: New file.
9349
6caf069d
MP
93502011-05-27 Marek Polacek <mpolacek@redhat.com>
9351
9497469f 9352 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 9353
97fce28b
MP
93542011-05-27 Marek Polacek <mpolacek@redhat.com>
9355
9356 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9357 remove the `supported' variable.
9358 * gdb.mi/mi-nonstop.exp: Likewise.
9359 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9360 * gdb.mi/mi-nsintrall.exp: Likewise.
9361 * gdb.mi/mi-nsmoribund.exp: Likewise.
9362 * gdb.mi/mi-nsthrexec.exp: Likewise.
9363
9da8c2a0
PA
93642011-05-26 Pedro Alves <pedro@codesourcery.com>
9365
9366 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9367
2c03e5be
PA
93682011-05-26 Pedro Alves <pedro@codesourcery.com>
9369
9370 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9371
2e21250d
KS
93722011-05-24 Keith Seitz <keiths@redhat.com>
9373
9374 PR breakpoint/12803
9375 * gdb.cp/cmpd-minsyms.cc (a): New method.
9376 (b): New method.
9377 (c): New method.
9378 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9379
cdac0397
PA
93802011-05-24 Pedro Alves <pedro@codesourcery.com>
9381
9382 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9383 watchpoint's command list didn't execute when the watchpoint went
9384 out of scope.
9385
ee5683ab
PM
93862011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9387
9388 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9389 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9390 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9391 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9392 * gdb.arch/i386-permbkpt.exp: Likewise.
9393 * gdb.arch/i386-prologue.exp: Likewise.
9394 * gdb.arch/i386-size-overlap.exp: Likewise.
9395 * gdb.arch/i386-size.exp: Likewise.
9396 * gdb.arch/i386-unwind.exp: Likewise.
9397 * gdb.reverse/i386-precsave.exp: Likewise.
9398 * gdb.reverse/i386-reverse.exp: Likewise.
9399 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9400 * gdb.reverse/i387-env-reverse.exp: Likewise.
9401 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9402
c91c8c16
PA
94032011-05-24 Pedro Alves <pedro@codesourcery.com>
9404
9405 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9406 file doesn't error, using MI.
9407
c50491a7
TT
94082011-05-23 Tom Tromey <tromey@redhat.com>
9409
9410 * gdb.base/charset.exp (string_display): Add tests to assign to
9411 arrays.
9412 * gdb.base/charset.c (short_array, int_array, long_array): New.
9413
4a07b7da
PA
94142011-05-20 Pedro Alves <pedro@codesourcery.com>
9415
9416 Cope with async mode.
9417
4a07b7da
PA
9418 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9419 into gdb_test + mi_expect_stop.
9420
b275f2d2
PA
94212011-05-20 Pedro Alves <pedro@codesourcery.com>
9422
9423 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9424 (callme): Remove printf call.
9425
eec52c44
PM
94262011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9427
9428 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9429 quote pattern to avoid problems with Cygwin/mingw expect versions.
9430 * gdb.base/default.exp (show convenience): Use double
9431 quote pattern for regular expressions.
9432
b3c8eb43
JK
94332011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 Fix -readnow for -gdwarf-4 unused type units.
9436 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9437 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9438
ed731959
JK
94392011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9440
9441 * gdb.base/kill-after-signal.c: New file.
9442 * gdb.base/kill-after-signal.exp: New file.
9443
3b48433d
PA
94442011-05-16 Pedro Alves <pedro@codesourcery.com>
9445
9446 * gdb.ada/start.exp: Call untested with the correct test filename.
9447 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9448 test filename. Make the test's binary unique.
9449 * gdb.arch/i386-signal.exp: Call untested with the correct test
9450 filename.
9451 * gdb.arch/i386-size-overlap.exp: Ditto.
9452 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9453 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9454 * gdb.cp/call-c.exp: Ditto.
9455 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9456 filename. Make the test's binary unique.
9457 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9458 * gdb.python/py-mi.exp: Ditto.
9459 * gdb.python/Makefile.in (EXECUTABLES): Update.
9460 * gdb.reverse/i386-precsave.exp: Ditto.
9461 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9462 test filename.
9463 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9464 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9465 unique.
9466 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9467 test filename.
9468 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9469 * gdb.trace/tfile.exp: Ditto.
9470
ba4a8bdd
YQ
94712011-05-14 Yao Qi <yao@codesourcery.com>
9472
9473 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9474 type.
9475
dbaefcf7
DE
94762011-05-13 Doug Evans <dje@google.com>
9477
9478 * gdb.python/py-objfile-script.exp: New file.
9479 * gdb.python/py-objfile-script.c: New file.
9480 * gdb.python/py-objfile-script-gdb.py: New file.
9481 * testsuite/gdb.python/py-section-script.exp: Test
9482 "info auto-load-scripts".
9483
9930639c
TT
94842011-05-13 Tom Tromey <tromey@redhat.com>
9485
9486 * gdb.dwarf2/clztest.exp: New file.
9487 * gdb.dwarf2/clztest.c: New file.
9488 * gdb.dwarf2/clztest.S: New file.
9489
05272e11
DE
94902011-05-13 Doug Evans <dje@google.com>
9491
cc63ef9b
DE
9492 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9493 String16 tests.
05272e11 9494
6edba76f
TT
94952011-05-13 Tom Tromey <tromey@redhat.com>
9496
9497 * lib/gdb.exp (is_x86_like_target): New proc.
9498 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9499 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9500 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9501 -nostdlib to compiler.
9502 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9503 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9504 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9505 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9506 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9507
028d0ed5
TJB
95082011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9509
9510 * gdb.python/py-function.exp: Test setting a value from a function
9511 which executes a command.
9512
8a9b8146
TT
95132011-05-12 Tom Tromey <tromey@redhat.com>
9514
9515 * gdb.dwarf2/typeddwarf.S: New file.
9516 * gdb.dwarf2/typeddwarf.c: New file.
9517 * gdb.dwarf2/typeddwarf.exp: New file.
9518
10483e8e
MP
95192011-05-12 Marek Polacek <mpolacek@redhat.com>
9520
9521 * gdb.mi/mi-basics.exp: Fix races. Honour the
9522 `test_exec_and_symbol_mi_operatons' return value.
9523 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9524 gdb_test_multiple.
9525 (test_exec_and_symbol_mi_operatons): Likewise.
9526 (test_path_specification): Likewise.
9527
faf067f1
JK
95282011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9531 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9532 Replace `file copy' and `file rename' by `file mtime'. Twice.
9533
7ff911a3
JK
95342011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9535
9536 * gdb.base/readline-ask.c: New file.
9537 * gdb.base/readline-ask.exp: New file.
9538 * gdb.base/readline-ask.inputrc: New file.
9539
a536c6d7
UW
95402011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9541
9542 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9543 to avoid race condition.
9544 * gdb.cell/coremaker.c: Use small stack size.
9545 * gdb.cell/ea-standalone.exp: Use file name without path as
9546 argument to c_to.
9547 * gdb.cell/fork.exp: Allow other output when continuing to end.
9548
d472a426
JK
95492011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * gdb.threads/corethreads.c: New file.
9552 * gdb.threads/corethreads.exp: New file.
9553
95542011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9555
9556 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9557 Try to compile the test using -Wl,-z,norelro first.
9558 (load_core): New variable libthread_db_seen, initialize it.
9559 (zeroed-threads cannot be listed): Protect it by XFAIL on
9560 !$libthread_db_seen.
9561
8be455d7
JK
95622011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 PR 12573
9565 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9566 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9567 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9568
1976171a
JK
95692011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9570
9571 * gdb.cp/psymtab-parameter.cc: New file.
9572 * gdb.cp/psymtab-parameter.exp: New file.
9573
7db6f30f
JK
95742011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 Fix a race.
9577 * gdb.cp/static-print-quit.exp (print c): Split to ...
9578 (print c - <return>, print c - q <return>, print c - to quit):
9579 ... these. Make the testfile untested on gdb-7.1.
9580
85161e9e 95812011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9582
9583 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9584 gdb_rename_execfile, gdb_touch_execfile): New.
9585 * gdb.base/reread.exp: Use new procs to handle multiple
9586 exec files.
9587
0c51be18
YQ
95882011-05-05 Yao Qi <yao@codesourcery.com>
9589
9590 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9591 (test_adr_32bit, test_pop_pc): New.
9592 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9593 (test_adr_32bit, test_pop_pc): New.
9594
4d393d60
JM
95952011-05-04 Joseph Myers <joseph@codesourcery.com>
9596
9597 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9598 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9599 targets.
9600 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9601 handle targets.
9602
8ffd0459
JK
96032011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9604
9605 * gdb.base/completion.exp (complete help info wat): Rename to ...
9606 (complete 'help info wat'): ... here.
9607 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9608 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9609
8e28d804
PA
96102011-05-04 Pedro Alves <pedro@codesourcery.com>
9611
9612 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9613 gdb_test and explicit $gdb_prompt/timeout matches.
9614
3eb2ef34
YQ
96152011-05-04 Yao Qi <yao@codesourcery.com>
9616
9617 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9618 and __thumb2__.
9619
aaaf81a3
MP
96202011-05-03 Marek Polacek <mpolacek@redhat.com>
9621
9622 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9623 in place of `gdb_test "delete breakpoints"'. This eliminates two
9624 testcases.
9625
c4cbc0df
PA
96262011-05-02 Pedro Alves <pedro@codesourcery.com>
9627
9628 PR testsuite/12649
9629 Fix races.
9630
9631 * gdb.base/completion.exp: Remove all sleep calls. Remove
9632 unnecessary regexs. Don't explicitly expect anything after the
9633 prompt. Eat the prompt if necessary.
9634
b4cbb4a3
EBM
96352011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9636
9637 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9638 accept to show the caller line again as well as the line after.
9639
d65aec65
PM
96402011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9641
9642 PR mi/12531
9643
9644 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9645 compile target.
9646 * gdb.python/py-prettyprint.exp: Add C++ object for
9647 CPLUS_FAKE_CHILD test.
9648
30852783
UW
96492011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9650
9651 * gdb.base/signest.exp: New file.
9652 * gdb.base/signest.c: Likewise.
9653
c7b1f0d9
JK
96542011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9657 thread and breakpoint notifications.
9658
559a7a62
JK
96592011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9660
9661 * gdb.base/fortran-sym-case.c: New file.
9662 * gdb.base/fortran-sym-case.exp: New file.
9663 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9664 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9665 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9666
8344e389
JK
96672011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9670 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9671 false #1', `if true else false #2' and `if true else false #3'.
9672
2484c66b
UW
96732011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9674
9675 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9676 while delivering signal.
9677
8d3788bd
VP
96782011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9679
9680 MI breakpoint notifications.
9681
9682 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9683 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9684 * testsuite/gdb.mi/mi-watch.exp: Adust.
9685 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9686 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9687 notifications.
8d3788bd 9688
3e03848b
JK
96892011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9690
9691 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9692 * gdb.base/gdbindex-stabs.c: New file.
9693 * gdb.base/gdbindex-stabs.exp: New file.
9694
918c9108
YQ
96952011-04-25 Yao Qi <yao@codesourcery.com>
9696
9697 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9698 with /*...*/.
9699 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9700
90556b8c
JK
97012011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 * gdb.python/py-value.exp (test_objfiles): Name the first test
9704 `py-value in file.filename'.
9705
03f2bd59
JK
97062011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9709 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9710 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9711 !gdbserver_reconnect_p..
9712 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9713
7b08b9eb
JK
97142011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * gdb.cp/cpcompletion.exp (complete class methods)
9717 (complete class methods beginning with F): Move them above runto. New
9718 comment about the runto delimiter.
9719
b78974c3
PA
97202011-04-20 Pedro Alves <pedro@codesourcery.com>
9721
9722 * gdb.base/maint.exp: Test that "maint print registers" works
9723 without a running program.
9724
20429c40 97252011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9726
20429c40
MP
9727 * gdb.base/setshow.exp: Fix racy tests.
9728 ($old_gdb_prompt): New variable.
9729
7a9dd1b2
TT
97302011-04-19 Tom Tromey <tromey@redhat.com>
9731
9732 * gdb.mi/mi-nsmoribund.exp:
9733 * gdb.hp/gdb.objdbg/objdbg01.exp:
9734 * gdb.base/structs.exp (test_struct_returns):
9735 * gdb.base/call-sc.exp (test_scalar_returns):
9736 * gdb.base/bigcore.exp: Remove duplicate words.
9737
02835898
JK
97382011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9741 * gdb.base/break-interp.exp (test_attach): New comment.
9742
254f582e
JK
97432011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9746 (clear __stack_user.next, clear stack_used.next)
9747 (save a zeroed-threads corefile): New test.
9748 Call core_load for $core0file.
9749 (zeroed-threads cannot be listed): New test.
9750
4fe85f5c
JK
97512011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9752
9753 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9754 filename.
9755 ($srcfile): Preserve the original value.
9756 ($testfile): Match it the .exp filename.
9757 ($corefile): New variable. Substitute it around.
9758 Use clean_restart.
9759 ($prev_timeout): Remove.
9760 (load_core): Move core loading into this proc.
9761 Fix restore of $timeout if load_core fails.
9762
63524580
JK
97632011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 * gdb.base/eu-strip-infcall.c: New file.
9766 * gdb.base/eu-strip-infcall.exp: New file.
9767
90359a16
JK
97682011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9769
9770 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9771 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9772
626e7282
JK
97732011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9774
9775 Fix Python access to inlined frames.
9776 * gdb.python/py-frame-inline.c: New file.
9777 * gdb.python/py-frame-inline.exp: New file.
9778
3363d018
EBM
97792011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9780
9781 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9782 content of 's24' correctly (avoiding "optimized out").
9783 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9784
28781456
JK
97852011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9788
4a4106ca
TJB
97892011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9790
9791 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9792 expect a colon in watch -location output.
9793
d26ccb4f
JK
97942011-04-13 Marek Polacek <mpolacek@redhat.com>
9795
df46027d 9796 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9797 New testcase `expect response to define backtrace'. Also remove
9798 redundant `default' block.
9799
e1ab1f9c
JK
98002011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * gdb.python/py-prettyprint.c (struct hint_error): New.
9803 (main): New variable hint_error.
9804 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9805 "print hint_error".
9806 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9807 (register_pretty_printers): Register it.
9808
0c2e6019
TT
98092011-04-04 Tom Tromey <tromey@redhat.com>
9810
9811 * gdb.cp/maint.exp (test_help): Update.
9812 (test_namespace): Likewise.
9813
af57139d
JB
98142011-04-01 Joel Brobecker <brobecker@adacore.com>
9815
9816 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9817 * gdb.ada/arrayptr.exp: Add new tests.
9818
956a9fb9
JB
98192011-04-01 Joel Brobecker <brobecker@adacore.com>
9820
9821 * gdb.ada/mi_catch_ex: New testcase.
9822
d0c4d642
PA
98232011-04-01 Pedro Alves <pedro@codesourcery.com>
9824
9825 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9826 base::overload(void) method without specifying "const".
9827
18819fa6
UW
98282011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9829
9830 * gdb.arch/thumb-singlestep.S: New file.
9831 * gdb.arch/thumb-singlestep.exp: Likewise.
9832
a4c8e806
TT
98332011-03-31 Tom Tromey <tromey@redhat.com>
9834
9835 * gdb.python/py-prettyprint.py (exception_flag): New global.
9836 (NoStringContainerPrinter._iterator.next): Check it.
9837 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9838 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9839
53832f31
TT
98402011-03-29 Tom Tromey <tromey@redhat.com>
9841
9842 * gdb.cp/anon-struct.cc: New file.
9843 * gdb.cp/anon-struct.exp: New file.
9844
e4620230
JK
98452011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9846
9847 Test STT_GNU_IFUNC support.
9848 * gdb.base/gnu-ifunc-lib.c: New file.
9849 * gdb.base/gnu-ifunc.c: New file.
9850 * gdb.base/gnu-ifunc.exp: New file.
9851
d0fb5eae
JK
98522011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 Support a ring of related breakpoints.
9855 * gdb.base/watchpoint-delete.c: New file.
9856 * gdb.base/watchpoint-delete.exp: New file.
9857
20106cfb
JK
98582011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9859
9860 * gdb.ada/arrayparam.exp (print first after function call): Use
9861 explicit package name. Add a comment
9862 (print lasta after function call): Rename ...
9863 (print last after function call): ... it and use explicit package
9864 name.
9865 (print length after function call): Use explicit package name.
9866 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9867 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9868 (multiple matches for symbol i): Rename ...
9869 (multiple matches for symbol integervar): ... it.
9870 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9871 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9872
e7ab5e63
AB
98732011-03-25 Andrew Burgess <aburgess@broadcom.com>
9874
9875 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9876 environment variable to make grep output more predictable. Move
9877 all the environment setup into gdb_init so it's done once per test
9878 case rather than each time we start gdb.
9879
9ef07c8c
TT
98802011-03-24 Tom Tromey <tromey@redhat.com>
9881
9882 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9883 test.
9884
dd90784c
JK
98852011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9888 * gdb.dwarf2/dw2-entry-value.S: New file.
9889 * gdb.dwarf2/dw2-entry-value.exp: New file.
9890
05775840
PM
98912011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9892
6fdff2c5 9893 PR python/12183
05775840
PM
9894
9895 * gdb.python/py-function.exp: Add GdbError tests.
9896
8661b11b
PA
98972011-03-18 Pedro Alves <pedro@codesourcery.com>
9898
9899 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9900 (reglocal_test_func, statlocal_test_func): New functions.
9901 (globals_test_func): Call new functions.
9902 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9903 (gdb_collect_locals_test): New procedure.
9904 (gdb_trace_collection_test): Call new procedures.
9905
0fdb4f18
PA
99062011-03-18 Pedro Alves <pedro@codesourcery.com>
9907
9908 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9909 (test_register, test_register_unavailable): New procedures.
9910 (gdb_unavailable_registers_test): New procedure.
9911 (gdb_trace_collection_test): Call it.
9912
99c3dc11
PM
99132011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9914
6fdff2c5 9915 PR python/12149
99c3dc11
PM
9916
9917 * gdb.python/python.exp: Add gdb.write tests.
9918
29703da4
PM
99192010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9920
9921 * gdb.python/Makefile.in: Add py-objfile.
9922 * gdb.python/py-objfile.exp: New file.
9923 * gdb.python/py-objfile.c: New file.
9924 * gdb.python/py-block.exp: Add is_valid tests.
9925 * gdb.python/py-inferior.exp: Ditto.
9926 * gdb.python/py-infthread.exp: Ditto.
9927 * gdb.python/py-symbol.exp: Ditto.
9928 * gdb.python/py-symtab.exp: Ditto.
9929
598997c8
KS
99302011-03-16 Keith Seitz <keiths@redhat.com>
9931
9932 PR c++/12273
9933 * gdb.cp/cmpd-minsyms.exp: New test.
9934 * gdb.cp/cmpd-minsyms.cc: New file.
9935
9936 PR c++/11734
9937 * gdb.cp/ovsrch.exp: New test.
9938 * gdb.cp/ovsrch.h: New file.
9939 * gdb.cp/ovsrch1.cc: New file.
9940 * gdb.cp/ovsrch2.cc: New file.
9941 * gdb.cp/ovsrch3.cc: New file.
9942 * gdb.cp/ovsrch4.cc: New file.
9943
c91513d8
PP
99442011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9945
9946 PR gdb/12528
9947 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9948 * gdb.base/break-on-linker-gcd-function.exp: New test.
9949 * gdb.base/break-on-linker-gcd-function.cc: New file.
9950
7470fc63
AT
99512011-03-15 Andreas Tobler <andreast@fgznet.ch>
9952
9953 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9954
959e7469
PM
99552011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9956
9957 * lib/gdb.exp (gdb_unload): Add another termination case.
9958
9373cf26
JK
99592011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9962 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9963 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9964 Provide a stub byte there.
9965 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9966 DW_AT_entry_pc.
9967 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9968
24e9cda0
UW
99692011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9970
9971 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9972 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9973 "generic ABI, auto".
9974 (altivec_abi_tests): Accept vectors returned by reference.
9975
7371cf6d
PM
99762010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9977
9978 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9979
ce77046a
UW
99802011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9981
9982 * gdb.python/py-section-script.exp: Skip test if no Python support.
9983
176400c3
UW
99842011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9985
9986 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9987
ecec24e6
PM
99882011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9989
9990 * gdb.python/py-parameter.exp: Update tests to the new Python
9991 parameter API. Add "no documentation" test. Add deprecated API
9992 backward compatibility test.
9993
5dbdd470
TT
99942011-03-09 Tom Tromey <tromey@redhat.com>
9995
9996 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9997 gdb_continue_to_end.
9998
b66e66ee
MK
99992011-03-09 Mark Kettenis <kettenis@gnu.org>
10000
10001 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10002 tabs.
10003
eceb0c5f
TT
100042011-03-09 Tom Tromey <tromey@redhat.com>
10005
10006 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10007 parentheses.
10008 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10009 $command.
10010 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10011 argument to gdb_continue_to_end.
10012 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10013 argument to gdb_continue_to_end.
10014 * gdb.cp/annota3.exp: Fix regex.
10015 * gdb.cp/annota2.exp: Fix regex.
10016 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10017 gdb_continue_to_end.
10018 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10019 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10020 gdb_continue_to_end.
10021
63154eca
PA
100222011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * gdb.server/ext-run.exp
10025 (load new file without any gdbserver inferior): New test.
10026
967d1f9b
TT
100272011-03-07 Tom Tromey <tromey@redhat.com>
10028
10029 * Makefile.in (TAGS): Rewrite.
10030
d68dcbb9
JK
100312011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10034 initial commands echo. New match for `Found trace'. Anchor all the
10035 other matches. Anchor and match for `No trace frame found' the final
10036 match.
10037
6bf58e63
TT
100382011-03-07 Tom Tromey <tromey@redhat.com>
10039
10040 * Makefile.in (TAGS): New target.
10041
fda326dd
TT
100422011-03-07 Tom Tromey <tromey@redhat.com>
10043
10044 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10045 change.
10046 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10047 change.
10048 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10049 exit message change.
10050 (skip_altivec_tests): Update for exit message change.
10051 (skip_vsx_tests): Likewise.
10052 (gdb_continue_to_end): Likewise. Add 'command' argument.
10053 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10054 * gdb.threads/tls.exp: Update for exit message change.
10055 * gdb.threads/thread-unwindonsignal.exp: Use
10056 gdb_continue_to_end.
10057 * gdb.threads/step.exp (step_it): Update for exit message change.
10058 (continue_all): Likewise.
10059 * gdb.threads/print-threads.exp (test_all_threads): Update for
10060 exit message change.
10061 * gdb.threads/interrupted-hand-call.exp: Use
10062 gdb_continue_to_end.
10063 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10064 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10065 gdb_continue_to_end.
10066 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10067 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10068 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10069 * gdb.cp/method.exp: Update for exit message change.
10070 * gdb.cp/mb-templates.exp: Update for exit message change.
10071 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10072 * gdb.cp/annota3.exp: Update for exit message change.
10073 * gdb.cp/annota2.exp: Update for exit message change.
10074 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10075 * gdb.base/term.exp: Update for exit message change.
10076 * gdb.base/step-test.exp (test_i): Update for exit message change.
10077 * gdb.base/sigstep.exp (advance): Update for exit message change.
10078 (advancei): Likewise.
10079 * gdb.base/siginfo.exp: Update for exit message change.
10080 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10081 * gdb.base/reread.exp: Use gdb_continue_to_end.
10082 * gdb.base/langs.exp: Use gdb_continue_to_end.
10083 * gdb.base/interrupt.exp: Update for exit message change.
10084 * gdb.base/gdb1555.exp: Update for exit message change.
10085 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10086 * gdb.base/ending-run.exp: Update for exit message change.
10087 * gdb.base/chng-syms.exp: Update for exit message change.
10088 * gdb.base/checkpoint.exp: Update for exit message change.
10089 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10090 gdb_continue_to_end.
10091 (test_catch_syscall_with_wrong_args): Likewise.
10092 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10093 * gdb.base/break-interp.exp (test_ld): Update for exit message
10094 change.
10095 * gdb.base/bang.exp: Update for exit message change.
10096 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10097 (do_call_attach_tests): Likewise.
10098 * gdb.base/a2-run.exp: Update for exit message change.
10099 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10100 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10101 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10102
dd19bd70
JK
101032011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10104
10105 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10106
30e62689
TT
101072011-03-03 Tom Tromey <tromey@redhat.com>
10108
10109 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10110 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10111 * gdb.hp/gdb.aCC/configure.ac: Remove.
10112 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10113 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10114 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10115 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10116 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10117 * gdb.hp/gdb.compat/configure.ac: Remove.
10118 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10119 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10120 * gdb.hp/gdb.defects/configure.ac: Remove.
10121 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10122 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10123 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10124 * gdb.hp/configure.ac: Remove.
10125 * gdb.hp/configure: Remove.
10126 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10127 substitution.
10128 (Makefile): Remove rule.
10129 * gdb.cell/configure.ac: Remove.
10130 * gdb.cell/configure: Remove.
10131 * gdb.stabs/Makefile.in (Makefile): Remove.
10132 (distclean): Don't remove config.status or config.log.
10133 * gdb.stabs/configure (Makefile): Remove.
10134 * gdb.stabs/configure.ac: Remove.
10135 * configure: Rebuild.
10136 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10137 Remove stabs- and cell-specific logic. Test for existence of
10138 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10139 subdirectories, gdb.cell, and and gdb.stabs.
10140 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10141
c171f854
JB
101422011-03-03 Joel Brobecker <brobecker@adacore.com>
10143
10144 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10145 end of buffer.
10146
9a5193cb
JB
101472011-03-02 Joel Brobecker <brobecker@adacore.com>
10148
10149 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10150 gdb_test when running a test where we expected no output back.
10151
9bb4c1bb
MS
101522011-02-28 Michael Snyder <msnyder@vmware.com>
10153
10154 * gdb.cp/overload.cc: Change initializer value to integer.
10155
3bd0f5ef
MS
101562011-02-27 Michael Snyder <msnyder@vmware.com>
10157
10158 * gdb.multi/base.exp: Add test for remove-inferiors.
10159
2279eaad
JB
101602011-02-26 Joel Brobecker <brobecker@adacore.com>
10161
10162 * gdb.python/py-frame.exp: Simplify the initialization phase
10163 using prepare_for_testing.
10164
c82c0b55
MS
101652011-02-25 Michael Snyder <msnyder@vmware.com>
10166
10167 * gdb.multi/base.exp: Add tests for info inferiors with args.
10168
1d94651b
JK
101692011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10170
10171 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10172 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10173 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10174 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10175 asmfile3. Comment the STABS (#3) file compilation. Compile
10176 everything through assembler. Provide KFAIL for symtab/12497.
10177 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10178 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10179 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10180 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10181
3bd0f5ef
MS
101822011-02-24 Michael Snyder <msnyder@vmware.com>
10183
10184 * gdb.base/break.exp: Add tests for delete breakpoints using
10185 convenience variables and value history references.
10186
12c1418e
MS
101872011-02-24 Michael Snyder <msnyder@vmware.com>
10188
10189 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10190 left behind in previous check-in.
10191
e5a67952
MS
101922011-02-23 Michael Snyder <msnyder@vmware.com>
10193
10194 * gdb.base/break.exp: Add tests for "info break" with arguments.
10195 * gdb.trace/infotrace.exp: Update patterns for error and help.
10196 * gdb.base/completion.exp: Update pattern.
10197 * gdb.base/ena-dis-br.exp: Update pattern.
10198 * gdb.base/help.exp: Update patterns.
10199
102002011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10201
10202 * gdb.base/memattr.exp: New test.
10203 * gdb.base/memattr.c: Test load for memattr.exp.
10204
6e6fbe60
DE
102052011-02-22 Doug Evans <dje@google.com>
10206
10207 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10208
1d41d745
MS
102092011-02-22 Michael Snyder <msnyder@vmware.com>
10210
10211 * Makefile.in: Make more clean.
10212 * gdb.ada/Makefile.in: Ditto.
10213 * gdb.arch/Makefile.in: Ditto.
10214 * gdb.asm/Makefile.in: Ditto.
10215 * gdb.base/Makefile.in: Ditto.
10216 * gdb.cp/Makefile.in: Ditto.
10217 * gdb.dwarf2/Makefile.in: Ditto.
10218 * gdb.java/Makefile.in: Ditto.
10219 * gdb.mi/Makefile.in: Ditto.
10220 * gdb.modula2/Makefile.in: Ditto.
10221 * gdb.python/Makefile.in: Ditto.
10222 * gdb.server/Makefile.in: Ditto.
10223 * gdb.stabs/Makefile.in: Ditto.
10224 * gdb.threads/Makefile.in: Ditto.
10225 * gdb.trace/Makefile.in: Ditto.
10226
79ba84ca
MS
102272011-02-22 Michael Snyder <msnyder@vmware.com>
10228
df46027d 10229 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10230 info threads.
10231
b9b35694
JB
102322011-02-22 Joel Brobecker <brobecker@adacore.com>
10233
10234 * gdb.python/py-breakpoint.exp: Fix the expected output of
10235 one of the "maint info breakpoints" tests to accept the output
10236 generated on platforms that do not have hardware watchpoints.
10237
8bfb830f
JB
102382011-02-22 Joel Brobecker <brobecker@adacore.com>
10239
10240 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10241 clean_restart. Be a little stricter in the expected output
10242 for one of the tests. Fix a typo in one of the comments.
10243
c45f3c54
JB
102442011-02-22 Joel Brobecker <brobecker@adacore.com>
10245
10246 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10247 Delete variable binfile, no longer use. Add or modify test
10248 comments to make them unique.
10249
b97c863c
MS
102502011-02-21 Michael Snyder <msnyder@vmware.com>
10251
10252 * Makefile.in: Update for make clean.
10253 * gdb.ada/Makefile.in: Ditto.
10254 * gdb.arch/Makefile.in: Ditto.
10255 * gdb.asm/Makefile.in: Ditto.
10256 * gdb.base/Makefile.in: Ditto.
10257 * gdb.cp/Makefile.in: Ditto.
10258 * gdb.dwarf2/Makefile.in: Ditto.
10259 * gdb.java/Makefile.in: Ditto.
10260 * gdb.mi/Makefile.in: Ditto.
10261 * gdb.modula2/Makefile.in: Ditto.
10262 * gdb.python/Makefile.in: Ditto.
10263 * gdb.server/Makefile.in: Ditto.
10264 * gdb.stabs/Makefile.in: Ditto.
10265 * gdb.threads/Makefile.in: Ditto.
10266 * gdb.trace/Makefile.in: Ditto.
10267
aea5b279
MS
102682011-02-21 Michael Snyder <msnyder@vmware.com>
10269
10270 * gdb.threads/thread-find.exp: Update patterns for changes in
10271 output of "info threads" command.
10272
e3039479
UW
102732011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10274 Ulrich Weigand <uweigand@de.ibm.com>
10275
10276 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10277 (skip_hw_watchpoint_tests): Likewise.
10278 (skip_hw_watchpoint_multi_tests): Likewise.
10279
b800ec70
UW
102802011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10281
10282 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10283 (skip_hw_watchpoint_tests): Likewise.
10284 (skip_hw_watchpoint_multi_tests): Likewise.
10285 (skip_hw_watchpoint_access_tests): Likewise.
10286
10287 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10288 * gdb.base/pr11022.exp: Likewise.
10289 * gdb.base/watch-read.exp: Likewise.
10290 * gdb.base/watch_thread_num.exp: Likewise.
10291 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10292 * gdb.base/watchpoint-hw.exp: Likewise.
10293 * gdb.base/watchpoint.exp: Likewise.
10294 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10295 * gdb.threads/watchthreads-reorder.exp: Likewise.
10296 * gdb.threads/watchthreads.exp: Likewise.
10297 * gdb.threads/watchthreads2.exp: Likewise.
10298
91033e37
JB
102992011-02-21 Joel Brobecker <brobecker@adacore.com>
10300
10301 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10302 the debugger is unable to find the array bounds.
10303
eeaafae2
JK
103042011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10305
10306 * gdb.cp/typedef-operator.exp: New file.
10307 * gdb.cp/typedef-operator.cc: New file.
10308
e338d953
MS
103092011-02-17 Michael Snyder <msnyder@vmware.com>
10310
10311 * gdb.threads/thread-find.exp: Fix regular expressions.
10312
e67ad678
JB
103132011-02-17 Joel Brobecker <brobecker@adacore.com>
10314
10315 * gdb.ada/packed_array: Expand testcase to test printing of
10316 unconstrained packed array.
10317
93084bca
JB
103182011-02-17 Joel Brobecker <brobecker@adacore.com>
10319
10320 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10321
a0c78a73
PA
103222011-02-16 Pedro Alves <pedro@codesourcery.com>
10323
f65d5553 10324 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
10325 (main): Initialize it before collecting, and and clear it
10326 afterwards.
f65d5553
PA
10327 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10328 collecting with '{type} addr', where the addr expression is not an
10329 rvalue.
a0c78a73 10330
3dfcbbd2
KW
103312011-02-16 Ken Werner <ken.werner@de.ibm.com>
10332
10333 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10334 a bool variable. Expect correct OpenCL names for vector types. Use the
10335 uc3 variable name instead of referring to the uchar3 built-in type.
10336 Escape the asterisk at the half pointer test.
10337
08807d5a
PA
103382011-02-16 Pedro Alves <pedro@codesourcery.com>
10339
f65d5553 10340 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
10341 (main): Initialize it before collecting, and and clear it
10342 afterwards.
f65d5553
PA
10343 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10344 collecting overlapping memory ranges.
08807d5a 10345
60f98dde
MS
103462011-02-15 Michael Snyder <msnyder@vmware.com>
10347
10348 * gdb.base/default.exp: Add tests for thread commands.
10349 * gdb.base/help.exp: Add tests for thread commands.
10350 * gdb.threads/thread-find.exp: New test for thread find command.
10351
648cd113
KW
103522011-02-15 Ken Werner <ken.werner@de.ibm.com>
10353
10354 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10355
494e194e
YQ
103562011-02-15 Yao Qi <yao@codesourcery.com>
10357
10358 PR tdep/12352
10359 * gdb.arch/arm-disp-step.S : New test for str instruction.
10360 * gdb.arch/arm-disp-step.exp : Likewise.
10361
d9492458
TJB
103622011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10363
10364 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10365 "vector_register2_vr" test strings. Test the extended floating
10366 point registers (F32~F63).
10367 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10368 IBM XL C compiler. Make the test program use a register provided
10369 by the compiler for the lxvd2x instruction.
10370
8af8e3bc
PA
103712011-02-14 Pedro Alves <pedro@codesourcery.com>
10372
10373 * gdb.trace/unavailable.cc (class Base, class Middle, class
10374 Derived): New types.
10375 (derived_unavail, derived_partial, derived_whole): New globals.
10376 (virtual_partial): New global.
10377 (virtualp): Point at virtual_partial.
10378 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10379 related to unavailable vptr.
10380
1b28d0b3
PA
103812011-02-14 Pedro Alves <pedro@codesourcery.com>
10382
10383 * gdb.trace/unavailable.cc (a, b, c): New globals.
10384 (main): Set and clear them.
10385 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10386 `a' and `c', and check that `b' isn't collected, although `a' and
10387 `c' are.
10388
ec0a52e1
PA
103892011-02-14 Pedro Alves <pedro@codesourcery.com>
10390
10391 * gdb.trace/unavailable.cc (struct Virtual): New.
10392 (virtualp): New global pointer.
10393 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10394 printing a pointer to an object whose type has a vtable, with
10395 print object on.
10396
24e6bcee
PA
103972011-02-14 Pedro Alves <pedro@codesourcery.com>
10398
10399 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10400 value repeat handles unavailableness.
10401
39d37385
PA
104022011-02-14 Pedro Alves <pedro@codesourcery.com>
10403
10404 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10405 tests for building arrays from unavailable values, subscripting
10406 non-memory rvalue unvailable arrays, and accessing fields or
10407 baseclasses of non-lazy unavailable values,
10408 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10409 struct types.
10410 (g_smallstruct, g_smallstruct_b): New globals.
10411
06d72e16
PA
104122011-02-14 Pedro Alves <pedro@codesourcery.com>
10413
10414 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10415
bc9a5551
JK
104162011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10417
10418 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10419 * gdb.cp/overload-const.exp: New file.
10420 * gdb.cp/overload-const.cc: New file.
10421
54fcddd0
UW
104222011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10423
10424 * gdb.opencl/callfuncs.cl: New file.
10425 * gdb.opencl/callfuncs.exp: New test.
10426 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10427
d6dafb7c
UW
104282011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10429
10430 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10431 when computing result.
10432 * gdb.arch/altivec-abi.exp: Update expected results.
10433
a449c2d8
TJB
104342011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10435
10436 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10437 * gdb.base/jit.exp: Likewise.
10438 * gdb.base/pie-execl.exp: Likewise.
10439 * gdb.base/solib-nodir.exp: Likewise.
10440 * gdb.base/solib-overlap.exp: Likewise.
10441
764880b7
PA
104422011-02-07 Pedro Alves <pedro@codesourcery.com>
10443
10444 * gdb.trace/collection.c (global_pieces): New.
10445 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10446 New procedure.
10447 (gdb_trace_collection_test): Call it.
10448
505500db
SW
104492011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10450
10451 * gdb.python/py-evthreads.c: New file.
10452 * gdb.python/py-evthreads.exp: New file.
10453 * gdb.python/py-events.py: New file.
10454 * gdb.python/py-events.exp: New file.
10455 * gdb.python/py-events.c: New file.
10456
385203ed
DD
104572011-02-04 David Daney <ddaney@caviumnetworks.com>
10458
10459 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10460
9011945e
AB
104612011-02-03 Andrew Burgess <aburgess@broadcom.com>
10462
10463 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10464 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10465 boundary between two compilation units.
10466
580688f3
PA
104672011-02-02 Pedro Alves <pedro@codesourcery.com>
10468
10469 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10470 (Virtual): New structs.
10471 (virtual_o, virtual_middle_b): New globals.
10472 * gdb.cp/virtbase.exp: New tests.
10473
d3f0f853
PP
104742011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10475
10476 * gdb.base/jit.exp: New file.
10477 * gdb.base/jit-main.c: New file.
10478 * gdb.base/jit-solib.c: New file.
10479
b2030fb5
UW
104802011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10481
10482 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10483 proceed to initial kernel entry point.
10484 * gdb.opencl/datatypes.exp: Likewise.
10485 * gdb.opencl/operators.exp: Likewise.
10486 * gdb.opencl/vec_comps.exp: Likewise.
10487
2db19d1e
SW
104882011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10489
10490 * gdb.cp/nsnested.cc: New.
10491 * gdb.cp/nsnested.exp: New.
10492 * gdb.cp/nsnoimports.exp: New.
10493 * gdb.cp/nsnoimports.cc: New.
10494
6b0c4c1f
JB
104952011-01-31 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.base/interact.exp: Add extra tests that verify that
10498 the value of the interactive-mode setting does not change
10499 after the script is sourced.
10500
80b23b6a
JK
105012011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 * gdb.cp/noparam.exp: New file.
10504 * gdb.cp/noparam.cc: New file.
10505
ffd5ec24
PA
105062011-01-28 Pedro Alves <pedro@codesourcery.com>
10507
10508 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10509 there's no stack or registers.
10510
a81766d8
TT
105112011-01-26 Tom Tromey <tromey@redhat.com>
10512
10513 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10514 space before string output. Add test for "set print pretty off"
10515 case.
10516
585fdaa1
PA
105172011-01-25 Pedro Alves <pedro@codesourcery.com>
10518
10519 * gdb.base/frame-args.exp: Adjust.
10520 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10521 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10522 * gdb.dwarf2/pieces.exp: Adjust.
10523 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10524 * gdb.opt/inline-locals.exp: Adjust.
10525 * gdb.threads/fork-child-threads.exp: Adjust.
10526
d468832a
KW
105272011-01-25 Ken Werner <ken.werner@de.ibm.com>
10528
10529 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10530 OpenCL kernel function. Add a comment as marker. Add address space
10531 qualifiers for the remaining program scope variables.
10532 * gdb.opencl/datatypes.cl: Likewise.
10533 * gdb.opencl/operators.cl: Likewise.
10534 * gdb.opencl/vec_comps.cl: Likewise.
10535 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10536 Add breakpoint at the marker comment.
10537 * gdb.opencl/datatypes.exp: Likewise.
10538 * gdb.opencl/operators.exp: Likewise.
10539 * gdb.opencl/vec_comps.exp: Likewise.
10540
490f124f
PA
105412011-01-24 Pedro Alves <pedro@codesourcery.com>
10542
10543 * gdb.base/printcmds.c (some_struct): New struct and instance.
10544 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10545 procedure.
10546 <global scope>: Call it.
10547
6da78614
KW
105482011-01-21 Ken Werner <ken.werner@de.ibm.com>
10549
10550 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10551 argument to the gdb_compile_opencl_hostapp call.
10552
ec64c9aa
YQ
105532011-01-19 Yao Qi <yao@codesourcery.com>
10554
10555 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10556 positve list.
10557
810cfdbb
YQ
105582011-01-19 Yao Qi <yao@codesourcery.com>
10559
10560 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10561 canonical form.
10562 Remove "xscale-*-*"
10563 * gdb.xml/tdesc-regs.exp: Likewise.
10564 * gdb.python/py-section-script.exp: Replace ARM target triplet
10565 with canonical form.
10566 Match arm*-*-symbianelf*.
10567 * gdb.base/dup-sect.exp: Likewise.
10568 * lib/dwarf.exp: New.
10569 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10570 dwarf2_support.
10571 * gdb.dwarf2/dup-psym.exp: Likewise.
10572 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10573 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10574 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10575 * gdb.dwarf2/dw2-basic.exp: Likewise.
10576 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10577 * gdb.dwarf2/dw2-const.exp: Likewise.
10578 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10579 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10580 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10581 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10582 * gdb.dwarf2/dw2-filename.exp: Likewise.
10583 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10584 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10585 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10586 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10587 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10588 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10589 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10590 * gdb.dwarf2/dw2-producer.exp: Likewise.
10591 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10592 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10593 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10594 * gdb.dwarf2/dw2-strp.exp: Likewise.
10595 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10596 * gdb.dwarf2/implptr.exp: Likewise.
10597 * gdb.dwarf2/mac-fileno.exp: Likewise.
10598 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10599 * gdb.dwarf2/pieces.exp: Likewise.
10600 * gdb.dwarf2/pr11465.exp: Likewise.
10601 * gdb.dwarf2/valop.exp: Likewise.
10602 * gdb.dwarf2/watch-notconst.exp: Likewise.
10603 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10604
4694da01
TT
106052011-01-19 Tom Tromey <tromey@redhat.com>
10606
10607 * gdb.python/py-infthread.exp: Add thread tests.
10608
b075872c
JB
106092011-01-14 Joel Brobecker <brobecker@adacore.com>
10610
10611 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10612
2c3e6e24
JB
106132011-01-14 Joel Brobecker <brobecker@adacore.com>
10614
10615 * gdb.ada/widewide: New testcase.
10616
de8fa76c
JB
106172011-01-13 Joel Brobecker <brobecker@adacore.com>
10618
10619 * gdb.base/interact.exp: New testcase.
10620
1b05df00
TT
106212011-01-12 Tom Tromey <tromey@redhat.com>
10622
10623 * gdb.mi/gdb2549.exp: Update for error message changes.
10624 * gdb.mi/mi-cli.exp: Likewise.
10625 * gdb.mi/mi-disassemble.exp: Likewise.
10626 * gdb.mi/mi-pthreads.exp: Likewise.
10627 * gdb.mi/mi-regs.exp: Likewise.
10628 * gdb.mi/mi-stack.exp: Likewise.
10629 * gdb.mi/mi-var-block.exp: Likewise.
10630 * gdb.mi/mi-var-cmd.exp: Likewise.
10631 * gdb.mi/mi2-cli.exp: Likewise.
10632 * gdb.mi/mi2-disassemble.exp: Likewise.
10633 * gdb.mi/mi2-pthreads.exp: Likewise.
10634 * gdb.mi/mi2-regs.exp: Likewise.
10635 * gdb.mi/mi2-stack.exp: Likewise.
10636 * gdb.mi/mi2-var-block.exp: Likewise.
10637 * gdb.mi/mi2-var-cmd.exp: Likewise.
10638
c2ff108b
JK
106392011-01-12 Andrew Burgess <aburgess@broadcom.com>
10640 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 PR fortran/11104 and DWARF unbound arrays detection.
10643 * gdb.fortran/multi-dim.exp: New file.
10644 * gdb.fortran/multi-dim.f90: New file.
10645
b716877b
AB
106462011-01-12 Andrew Burgess <aburgess@broadcom.com>
10647
10648 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10649 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10650 add new tests for opcode dumping.
10651
6c162d5e
TT
106522011-01-11 Tom Tromey <tromey@redhat.com>
10653
10654 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10655
77b06cd7
TJB
106562010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10657
10658 Convert hardware watchpoints to use breakpoint_ops.
10659 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10660 type is not supported.
10661 * gdb.base/foll-fork.exp: Likewise.
10662 * gdb.base/foll-vfork.exp: Likewise.
10663
f39a75d0
PM
106642011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10665
10666 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10667 Use load_lib gdb-python.exp.
10668 * gdb.python/python.exp: Ditto.
10669 * gdb.python/py-function.exp: Ditto.
10670
fc529d80
AS
106712011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10672
10673 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10674
fb03cb59
JK
106752011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 * configure: Regenerate.
10678
d8e22779
TT
106792011-01-06 Tom Tromey <tromey@redhat.com>
10680
10681 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10682
09050809
JB
106832011-01-06 Joel Brobecker <brobecker@adacore.com>
10684
fc529d80
AS
10685 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10686 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10687 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10688 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10689 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10690 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10691 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10692 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10693 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10694 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10695 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10696 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10697 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10698 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10699 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10700 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10701 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10702 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10703 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10704 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10705 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10706 gdb.ada/uninitialized_vars.exp,
10707 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10708 Simplify by using clean_restart.
09050809 10709
8ed5dd9e
JB
107102011-01-06 Joel Brobecker <brobecker@adacore.com>
10711
10712 Add marker to be used as anchor for inserting breakpoints.
10713 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10714 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10715 Likewise.
10716
10717 Remove uses of gdb_start_cmd.
10718 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10719 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10720
10721 Do not run testcase if testing with GDBserver.
10722 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10723 if testing with GDBserver.
10724
368a124f
JB
107252011-01-06 Joel Brobecker <brobecker@adacore.com>
10726
10727 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10728 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10729 copyright header.
10730
44944448
JB
107312011-01-05 Joel Brobecker <brobecker@adacore.com>
10732
10733 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10734 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10735 testsuite/gdb.fortran/complex.f,
10736 testsuite/gdb.fortran/derived-type.f90,
10737 testsuite/gdb.fortran/library-module-lib.f90,
10738 testsuite/gdb.fortran/library-module-main.f90,
10739 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10740 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10741 Copyright year update.
10742
31886ea6
JB
107432011-01-05 Joel Brobecker <brobecker@adacore.com>
10744
10745 * gdb.base/langs1.f: Add copyright header.
10746
ebedcab5
JK
107472011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.base/morestack.exp: New file.
10750 * gdb.base/morestack.c: New file.
10751
de1eb2f9
JK
107522011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10753
10754 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10755
9e87a409
JB
107562010-12-29 Joel Brobecker <brobecker@adacore.com>
10757
10758 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10759 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10760
720d1a40
JB
107612010-12-29 Joel Brobecker <brobecker@adacore.com>
10762
10763 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10764
a283af87
AS
107652010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10766
5d3d9cba
AS
10767 * gdb.threads/tls.exp: Fix typo.
10768
a283af87
AS
10769 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10770 * gdb.threads/execl.exp: Update.
10771
2a20745c
YQ
107722010-12-23 Yao Qi <yao@codesourcery.com>
10773
10774 * gdb.arch/arm-disp-step.exp: New.
10775 * gdb.arch/arm-disp-step.S: New.
10776
a7658b96
TT
107772010-12-21 Tom Tromey <tromey@redhat.com>
10778
10779 * gdb.threads/execl.exp: Update.
10780 * gdb.threads/linux-dp.exp: Update.
10781 * gdb.threads/manythreads.exp: Update.
10782 * gdb.threads/tls.exp: Update.
10783
5b79abe7
TT
107842010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10785
10786 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10787 (NextOverThrowDerivates) <resumebpt>: New.
10788 (resumebpt_test): New.
10789 (main): Call resumebpt_test.
10790 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10791
0914bcdb
SS
107922010-12-12 Stan Shebs <stan@codesourcery.com>
10793
10794 * gdb.trace/tsv.exp: Test print command on trace state variables.
10795
305aeedc
TT
107962010-12-09 Tom Tromey <tromey@redhat.com>
10797
10798 * gdb.base/interp.exp: Add regression test.
10799
186c406b
TT
108002010-12-09 Tom Tromey <tromey@redhat.com>
10801
10802 * gdb.java/jnpe.java: New file.
10803 * gdb.java/jnpe.exp: New file.
10804 * gdb.cp/nextoverthrow.exp: New file.
10805 * gdb.cp/nextoverthrow.cc: New file.
10806
aae1c79a
DE
108072010-12-07 Doug Evans <dje@google.com>
10808
10809 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10810 of data-directory.
10811 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10812 updated.
10813 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10814
60f98dde 108152010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10816
10817 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10818 * gdb.base/call-sc.exp: Ditto.
10819 * gdb.base/finish.exp: Ditto.
10820 * gdb.base/return.exp: Ditto.
10821 * gdb.base/return2.exp: Ditto.
10822
5fa290c1
DE
108232010-11-30 Doug Evans <dje@google.com>
10824
10825 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10826 (gdb_expect_list): Fix spelling errors in comments.
10827 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10828 send_gdb/gdb_expect_list where applicable.
10829 * gdb.base/call-ar-st.exp: Ditto.
10830 * gdb.base/funcargs.exp: Ditto.
10831 * gdb.base/gcore.exp: Ditto.
10832 * gdb.base/page.exp: Ditto.
10833 * gdb.base/sigaltstack.exp: Ditto.
10834 * gdb.base/siginfo.exp: Ditto.
10835 * gdb.base/sigstep.exp: Ditto.
10836 * gdb.base/trace-commands.exp: Ditto.
10837
4e04c971
DE
108382010-11-29 Doug Evans <dje@google.com>
10839
10840 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10841 printer-name;subprinter-name.
10842
8cf6f0b1
TT
108432010-11-29 Tom Tromey <tromey@redhat.com>
10844
10845 * gdb.dwarf2/implptr.exp: New file.
10846 * gdb.dwarf2/implptr.c: New file.
10847 * gdb.dwarf2/implptr.S: New file.
10848
94b6973e
PM
108492010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10850
fc529d80 10851 PR python/12199
94b6973e
PM
10852
10853 * gdb.python/py-breakpoint.exp: Test the delete method.
10854
8358c15c
JK
108552010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 Fix step_resume_breakpoint unsaved during an infcall.
10858 * gdb.base/step-resume-infcall.exp: New file.
10859 * gdb.base/step-resume-infcall.c: New file.
10860
f6df29bc
TJB
108612010-11-24 Edjunior Machado <emachado@br.ibm.com>
10862
10863 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10864
f2b5a5cf
TJB
108652010-11-24 Edjunior Machado <emachado@br.ibm.com>
10866
10867 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10868 on ppc64's symbols; "finish" and "return" commands must accept to
10869 show the caller line again as well as the line after.
10870 * gdb.asm/powerpc64.inc: New file.
10871
6b0ecdc2
DE
108722010-11-23 Doug Evans <dje@google.com>
10873
10874 * lib/gdb.exp (gdb_test_sequence): New function.
10875 (gdb_expect_list): Add verbose -log call for each pattern.
10876 * gdb.base/signals.exp (test_handle_all_print): Call it.
10877 Reduce timeout increment from 6 minutes to 1 minute.
10878 * gdb.server/ext-run.exp: Call it.
10879
ea976c60
PM
108802010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10881
f2b5a5cf 10882 PR python/12212
ea976c60
PM
10883
10884 * gdb.python/python.exp: Check that selected_thread raises an
10885 error when no inferior is loaded.
10886
c0efa795
JK
108872010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10890 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10891
ec3aa567
JK
108922010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10895 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10896
d8249011
DE
108972010-11-18 Doug Evans <dje@google.com>
10898
10899 * gdb.server/ext-run.exp: Fix intermittent failures.
10900
d4eba7d1
NF
109012010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10902
10903 * gdb.stabs/gdb11479.exp: Use runto_main.
10904
b04c2f88
NF
109052010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10906
10907 * gdb.base/break-entry.exp: Skip if using a stub.
10908
ae9d7ce4
NF
109092010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10910
10911 * gdb.python/py-inferior.exp: Pack values in target endianness.
10912
621c8364
TT
109132010-11-12 Tom Tromey <tromey@redhat.com>
10914
10915 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10916 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10917 MemoryError.
10918 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10919 type.
10920 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10921 MemoryError.
10922 (test_subscript_regression): Update exception type.
10923
84f4c1fe
PM
109242010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10925
10926 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10927 breakpoint tests.
10928
a1442452
PA
109292010-11-09 Pedro Alves <pedro@codesourcery.com>
10930
10931 * gdb.base/watchpoint.exp: Test "watch -location" with an
10932 innacessible location.
10933
efd11a33
JK
109342010-11-09 Edjunior Machado <emachado@br.ibm.com>
10935 Luis Machado <luisgpm@br.ibm.com>
10936
10937 * gdb.base/maint.exp: Expect "." prefix.
10938 * gdb.base/nodebug.exp: Expect "." Likewise.
10939 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10940 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10941 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10942 POWER server processors.
10943
aa00efb5
JK
109442010-11-08 Edjunior Machado <emachado@br.ibm.com>
10945 Luis Machado <luisgpm@br.ibm.com>
10946
10947 * gdb.base/break-entry.exp: convert entry point for
10948 ppc64 and expect leading `.' on ppc64's symbols
10949
99e7ae30
DE
109502010-11-05 Doug Evans <dje@google.com>
10951
10952 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10953 * gdb.python/py-param.exp: Delete, contents moved to ...
10954 * gdb.python/py-parameter.exp: ... here. New file.
10955 Add test for gdb.parameter ("directories").
99e7ae30 10956
f4b8a18d
KW
109572010-11-05 Ken Werner <ken.werner@de.ibm.com>
10958
10959 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10960 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10961 * configure: Regenerate.
10962 * gdb.opencl/Makefile.in: New File.
10963 * gdb.opencl/datatypes.exp: Likewise.
10964 * gdb.opencl/datatypes.cl: Likewise.
10965 * gdb.opencl/operators.exp: Likewise.
10966 * gdb.opencl/operators.cl: Likewise.
10967 * gdb.opencl/vec_comps.exp: Likewise.
10968 * gdb.opencl/vec_comps.cl: Likewise.
10969 * gdb.opencl/convs_casts.exp: Likewise.
10970 * gdb.opencl/convs_casts.cl: Likewise.
10971 * lib/opencl.exp: Likewise.
10972 * lib/opencl_hostapp.c: Likewise.
10973 * lib/opencl_kernel.cl: Likewise.
10974 * lib/cl_util.c: Likewise.
10975 * lib/cl_util.c: Likewise.
10976 * gdb.base/default.exp (set language): Add "opencl" to the list of
10977 languages.
10978
a9d5ef47
SW
109792010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10980
10981 * gdb.cp/overload.exp: Added test for inheritance overload.
10982 * gdb.cp/overload.cc: Ditto.
10983 * gdb.cp/oranking.exp: Removed releveant kfails.
10984
03eb1c79
JK
109852010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10986 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10989 check test_compiler_info.
10990
dbc98a8b
KW
109912010-11-03 Ken Werner <ken.werner@de.ibm.com>
10992
10993 * gdb.base/gnu_vector.exp: Adjust expect messages.
10994
120bd360
KW
109952010-11-03 Ken Werner <ken.werner@de.ibm.com>
10996
10997 * gdb.base/gnu_vector.exp: Add unary operator tests.
10998
c37f7098
KW
109992010-11-03 Ken Werner <ken.werner@de.ibm.com>
11000
11001 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11002
7b51bc51
DE
110032010-11-02 Doug Evans <dje@google.com>
11004
11005 * gdb.python/py-pp-maint.c: New file.
11006 * gdb.python/py-pp-maint.exp: New file.
11007 * gdb.python/py-pp-maint.py: New file.
11008
50c97f38
TT
110092010-11-02 Tom Tromey <tromey@redhat.com>
11010
11011 * gdb.base/default.exp: Remove "scheme" from language list.
11012
a289b8f6
JK
110132010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11014
11015 Revert:
11016 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11017 * gdb.threads/sigstep-threads.exp: New file.
11018 * gdb.threads/sigstep-threads.c: New file.
11019
cd017491
MS
110202010-10-20 Michael Snyder <msnyder@vmware.com>
11021
11022 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11023
8e6a5956
UW
110242010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11025
11026 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11027 Skip test completely if gdb,no_hardware_watchpoints.
11028
2c04da0d
UW
110292010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11030
11031 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11032 strict, but do not check for any particular function name within libc.
11033
79afc5ef
SW
110342010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11035
11036 * gdb.cp/smartp.exp: New test.
11037 * gdb.cp/smartp.cc : New test.
11038
026ffab7
SW
110392010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11040
11041 * gdb.cp/converts.exp: Test pointer to bool conversion.
11042 Test pointer to long conversion.
11043 * gdb.cp/oranking.exp: Removed relevant kfail.
11044
3a772aa4
TT
110452010-10-18 Tom Tromey <tromey@redhat.com>
11046
11047 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11048 argument to lazy_string.
11049 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11050 (pp_ls.to_string): Use it.
11051 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11052 Add "estring2" local.
11053
5fc3827b
JK
110542010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 Fix s390x compatibility.
11057 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11058 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11059
8aeb23f3
JK
110602010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 * gdb.threads/sigstep-threads.exp: New file.
11063 * gdb.threads/sigstep-threads.c: New file.
11064
c1e56572
JK
110652010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11066
11067 * gdb.base/pie-execl.exp: New file.
11068 * gdb.base/pie-execl.c: New file.
11069
92163a10
JK
110702010-10-13 Doug Evans <dje@google.com>
11071 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 PR exp/12117
11074 * gdb.cp/ptype-cv-cp.cc: New file.
11075 * gdb.cp/ptype-cv-cp.exp: New file.
11076
7062b0a0
SW
110772010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11078
11079 * gdb.cp/converts.cc: New test program.
11080 * gdb.cp/converts.exp: New test.
11081 * gdb.cp/overload.exp: Added test for void* vs int*.
11082 * gdb.cp/overload.exp: Ditto.
11083 * gdb.cp/oranking.exp: Removed related kfail.
11084
0e3509db
DE
110852010-10-13 Doug Evans <dje@google.com>
11086
11087 * lib/gdb-python.exp (gdb_check_python_config): New function.
11088 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11089 * gdb.python/lib-types.cc: New file.
11090 * gdb.python/lib-types.exp: New file.
11091
8dc78533
JK
110922010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11093
11094 * gdb.python/py-error.exp: New file.
11095 * gdb.python/py-error.py: New file.
11096
93c17e06
JK
110972010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11098
11099 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11100 gdb_test_multiple.
11101
d8b34041
JK
111022010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11103
11104 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11105 * gdb.base/prelink.exp: Likewise.
11106 * gdb.base/solib-nodir.exp: Likewise.
11107 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11108 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11109 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11110
e0cc584e
UW
111112010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11112
11113 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11114 for the "info files" test to avoid timeouts on slow machines.
11115
cfc353b1
JK
111162010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11119 (main): Make openlib dummy call.
11120
d3d7896d
JK
111212010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11124 * break-interp.exp (reach): Move the core body ...
11125 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11126 (test_ld): Provide always real argument, even to the linker. Replace
11127 dl_main by _dl_debug_state.
11128
5e533c94
JK
111292010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11130
11131 Fix results of prelinked PIEs on ppc*.
11132 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11133 Accept also DISPLACEMENT "PRESENT".
11134 (main): Replace "ZERO" displacements by "PRESENT".
11135
33540610
SW
111362010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11137
11138 * gdb.cp/oranking.exp: New test.
11139 * gdb.cp/oranking.cc: New test program.
11140
3bdf2bbd
KW
111412010-10-08 Ken Werner <ken.werner@de.ibm.com>
11142
11143 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11144 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11145
2f608a3a
KW
111462010-10-06 Ken Werner <ken.werner@de.ibm.com>
11147
11148 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11149 lush, lynx) New constant.
11150 * gdb.base/constvars.exp: Test const array types.
11151 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11152
aa2e2d8d
DE
111532010-10-06 Doug Evans <dje@google.com>
11154
11155 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11156 of syscall staging area.
11157
2844d6b5
KW
111582010-10-06 Ken Werner <ken.werner@de.ibm.com>
11159
11160 * gdb.base/gnu_vector.c: Add variable c4.
11161 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11162 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11163
7d8ac8bb
MR
111642010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11165
11166 * gdb.arch/altivec-abi.exp: Fix a typo.
11167
84a02e58
MR
111682010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11169
11170 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11171 to match a thread ID.
11172
b18e6318
JK
111732010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11174
11175 Fix s390x testcase compatibility.
11176 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11177
a2c09bd0
DE
111782010-10-01 Doug Evans <dje@google.com>
11179
11180 * lib/gdb-python.exp: New file.
11181 * gdb.python/py-block.exp: Use it.
11182 * gdb.python/py-breakpoint.exp: Ditto.
11183 * gdb.python/py-frame.exp: Ditto.
11184 * gdb.python/py-inferior.exp: Ditto.
11185 * gdb.python/py-param.exp: Ditto.
11186 * gdb.python/py-prettyprint.exp: Ditto.
11187 * gdb.python/py-shared.exp: Ditto.
11188 * gdb.python/py-symbol.exp: Ditto.
11189 * gdb.python/py-symtab.exp: Ditto.
11190 * gdb.python/py-type.exp: Ditto.
11191 * gdb.python/py-value.exp: Ditto.
11192 * gdb.python/python.exp: Ditto.
11193
38f12cfc
TT
111942010-09-30 Tom Tromey <tromey@redhat.com>
11195
11196 * gdb.base/anon.exp: New file.
11197 * gdb.base/anon.c: New file.
11198
9ae8282d
TT
111992010-09-30 Tom Tromey <tromey@redhat.com>
11200
11201 * gdb.base/completion.exp: Test completion through anonymous
11202 union.
11203 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11204
e9e07ba6
JK
112052010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 Fix printing parameters of inlined functions.
11208 * gdb.dwarf2/dw2-inline-param.exp: New file.
11209 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11210 * gdb.dwarf2/dw2-inline-param.S: New file.
11211
cd2effb2
JK
112122010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 PR corefiles/12071.
11215 * gdb.base/corefile.exp (quit with a process, no question: load core)
11216 (quit with a core file): New tests.
11217
bceffbf3
JK
112182010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 Fix GDB crash on inferior calls with self-referencing classes.
11221 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11222 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11223 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11224
1736ad11
JK
112252010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11226
11227 Fix lost siginfo_t for inferior calls.
11228 * gdb.base/siginfo-infcall.exp: New file.
11229 * gdb.base/siginfo-infcall.c: New file.
11230
a176ad92
JB
112312010-09-22 Joel Brobecker <brobecker@adacore.com>
11232
11233 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11234
c2b0a229
JK
112352010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11236
11237 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11238 New test.
11239 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11240
e8ae22d1
JB
112412010-09-22 Joel Brobecker <brobecker@adacore.com>
11242
11243 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11244 type of our const type.
11245
ec322823
SW
112462010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11247
11248 * gdb.cp/pr12028.cc: New.
11249 * gdb.cp/pr12028.exp: New.
11250
72929c62
JB
112512010-09-22 Joel Brobecker <brobecker@adacore.com>
11252
11253 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11254
875b4ff5 112552010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11256 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11257
11258 PR mi/11407
11259 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11260 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11261 * gdb.mi/dw2-ref-missing-frame.S New File.
11262 * gdb.mi/dw2-ref-missing-frame.exp New File.
11263
7155d578
TT
112642010-09-14 Tom Tromey <tromey@redhat.com>
11265
11266 PR symtab/8399:
11267 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11268
515ed532
TT
112692010-09-14 Tom Tromey <tromey@redhat.com>
11270
11271 PR exp/11803:
11272 * gdb.threads/tls.exp: Use C++.
11273 (check_thread_local): Use K::another_thread_local.
11274 * gdb.threads/tls.c (class K): New.
11275 (another_thread_local): Now a member of K.
11276 (spin): Update. No longer K&R C.
11277
450ca57c
SW
112782010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11279
11280 * gdb.cp/koenig.cc: created class for testing member lookup.
11281 * gdb.cp/koenig.exp: Added test for member lookup.
11282
dbd492a3
JK
112832010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11284
11285 Fix false FAILs on sourcetree topdir directory containing "kill".
11286 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11287 source line matching regexp.
11288
8d4d924b
JK
112892010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11290
11291 * gdb.python/python.exp (set height 0, collect help from uiout)
11292 (verify help to uiout): New tests.
11293
8e64f2a0
JK
112942010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11295
11296 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11297 is_lp64_target to check 64bit target.
11298
4569eed2
JK
112992010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11300
11301 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11302 (test_ld) <powerpc64-*>: New.
11303
5e1617b1
DJ
113042010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11305
11306 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11307
c767944b
DJ
113082010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11309
11310 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11311 (FunctionArg::method): New function.
11312 (empty, arg): New variables.
11313 (main): Call arg.method.
11314 * gdb.cp/templates.exp (test_template_args): New function.
11315 (do_tests): Call it.
11316
27d3a3fc
UW
113172010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11318
11319 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11320 of "next" to proceed over pthread_exit call.
11321
55b7ce7f
UW
113222010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11323
11324 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11325 "maint print statistics" output to prevent expect timeouts.
11326
809df446
JK
113272010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11330 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11331 (test_float_rejected): ... here.
11332 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11333 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11334 (test_float_rejected): ... here.
11335 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11336 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11337 (test_float_rejected): ... here.
11338 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11339 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11340 (test_float_rejected): ... here.
11341
8464be76
DJ
113422010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11343
11344 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11345 before disabling hardware watchpoints.
11346 (test_inaccessible_watchpoint): Check that hardware watchpoints
11347 are used. Test for watchpoints on a constant address.
11348
14dba4b4
JK
113492010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.base/ui-redirect.exp: New file.
11352
3f3540e1 113532010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 11354 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
11355
11356 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11357
0f254bb7
DE
113582010-08-31 Doug Evans <dje@google.com>
11359
11360 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11361
03f17ccf
TT
113622010-08-30 Tom Tromey <tromey@redhat.com>
11363
11364 PR python/11792:
11365 * gdb.python/py-value.exp (test_subscript_regression): Add
11366 dynamic_type test.
11367
640617ad
DJ
113682010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11369
11370 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11371 instead of running to main. Do not test the main function.
11372 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11373 Add new main.
11374
2ed91d1b
PA
113752010-08-26 Pedro Alves <pedro@codesourcery.com>
11376
11377 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11378 one test.
11379
673bfd45
DE
113802010-08-24 Doug Evans <dje@google.com>
11381
11382 PR symtab/11942
11383 * gdb.dwarf2/dw4-sig-types.cc: New file.
11384 * gdb.dwarf2/dw4-sig-types.h: New file.
11385 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11386 * gdb.dwarf2/dw4-sig-types.exp: New file.
11387
f9ffd4bb
TT
113882010-08-23 Tom Tromey <tromey@redhat.com>
11389
11390 PR python/11145:
11391 * gdb.python/py-value.c (Base, Derived): New types.
11392 (base): New global.
11393 * gdb.python/py-value.exp (test_subscript_regression): Add
11394 dynamic_cast test.
11395
d839c8a4
TT
113962010-08-23 Tom Tromey <tromey@redhat.com>
11397
11398 PR python/10676:
11399 * gdb.python/py-type.exp (test_fields): Add tests for type
11400 equality.
11401
702c2711
TT
114022010-08-23 Tom Tromey <tromey@redhat.com>
11403
11404 PR python/11915:
11405 * gdb.python/py-type.exp (test_fields): Add tests for array.
11406
832bafd3
KS
114072010-08-23 Keith Seitz <keiths@redhat.com>
11408
11409 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11410 have any children. Create a new abbrev for it.
11411 Add missing terminal sequence to .debug_abbrev.
11412
c37bf528
KS
114132010-08-20 Keith Seitz <keiths@redhat.com>
11414
11415 PR symtab/11465:
11416 * gdb.dwarf2/pr11465.exp: New test.
11417 * gdb.dwarf2/pr11465.S: New file.
11418 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11419 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11420
4572cbac
TJB
114212010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11422
11423 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11424 registers. Update data sets with the new v2_double element in the
11425 VSX register union. Add vector_register3_vr data set for the AltiVec
11426 registers. Use gdb_test_no_output instead of send_gdb.
11427
e7fbb131
PA
114282010-08-19 Pedro Alves <pedro@codesourcery.com>
11429
11430 * gdb.python/py-shared.exp: New file, factored out from
11431 python.exp.
11432 * gdb.python/py-shared.c: New file.
11433 * gdb.python/py-shared-sl.c: New file.
11434 * gdb.python/python-1.c: New file.
11435 * gdb.python/python-sl.c: Delete.
11436 * gdb.python/python.c: Mention python-1.c.
11437 * gdb.python/python.exp: Move shared library tests to
11438 py-shared.exp.
11439 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11440 (MISCELLANEOUS): New.
11441 (clean mostlyclean): Also remove $MISCELLANEOUS.
11442
d30f5e1f
DE
114432010-08-19 Doug Evans <dje@google.com>
11444
11445 PR exp/11926
11446 * gdb.base/printcmds.exp (test_float_accepted): New function.
11447 Move existing float tests there. Add tests for floats with suffixes.
11448 (test_float_rejected): New function.
11449 * gdb.java/jv-print.exp (test_float_accepted): New function.
11450 (test_float_rejected): New function.
11451 * gdb.objc/print.exp: New file.
11452 * gdb.pascal/print.exp: New file.
11453 * lib/objc.exp: New file.
11454
7b3fd859
PM
114552010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11456
11457 * gdb.base/default.exp (info set): Avoid full buffer error and force
11458 reading up to final gdb prompt.
11459 (show): Likewise.
11460
c92817ce
TT
114612010-08-18 Tom Tromey <tromey@redhat.com>
11462
11463 PR symtab/11919:
11464 * gdb.base/completion.exp: Add test.
11465
f1208f9e
DE
114662010-08-18 Doug Evans <dje@google.com>
11467
11468 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11469 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11470 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11471 Simplify, early exit if runto_main fails.
11472 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11473 (set_lang_fortran): Moved to lib/fortran.exp.
11474 * gdb.fortran/types.exp: load_lib fortran.exp.
11475 (set_lang_fortran): Moved to lib/fortran.exp.
11476 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11477 * gdb.java/jprint.exp (set_lang_java): Ditto.
11478 * gdb.java/jv-exp.exp: load_lib java.exp.
11479 If set_lang_java fails, issue a warning instead of failure to be
11480 consistent with other set_lang_foo uses.
11481 (set_lang_java): Moved to lib/java.exp.
11482 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11483 If set_lang_java fails, issue a warning instead of failure to be
11484 consistent with other set_lang_foo uses.
11485 * gdb.pascal/types.exp: load_lib pascal.exp.
11486 (set_lang_pascal): Moved to lib/pascal.exp.
11487 * lib/fortran.exp: New file.
11488 * lib/java.exp (set_lang_java): New function.
11489 * lib/pascal.exp (set_lang_pascal): New function.
11490
2f06b485
YQ
114912010-08-18 Yao Qi <yao@codesourcery.com
11492
11493 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11494 func_nofb_start and func_loopfb_start, so that address of functions
11495 is equal to these labels on Thumb.
11496
96e25403
YQ
114972010-08-18 Yao Qi <yao@codesourcery.com>
11498
11499 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11500 to reflect latest c source file.
11501
36e6adc4
JK
115022010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 * gdb.cp/infcall-dlopen.exp: New file.
11505 * gdb.cp/infcall-dlopen.cc: New file.
11506 * gdb.cp/infcall-dlopen-lib.cc: New file.
11507
f431efe5
PA
115082010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11509 Pedro Alves <pedro@codesourcery.com>
11510
11511 PR breakpoints/11371
11512
11513 * gdb.base/watch-cond-infcall.exp: New file.
11514 * gdb.base/watch-cond-infcall.c: New file.
11515
06a64a0b
TT
115162010-08-16 Tom Tromey <tromey@redhat.com>
11517
11518 * gdb.base/help.exp: Update.
11519 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11520 watchpoint.
11521 (test_watch_location): New proc.
11522 (test_watchpoint_in_big_blob): Delete watchpoint.
11523 * gdb.base/watchpoint.c (func5): New function.
11524 (main): Call it.
11525
70ebf4ed
DE
115262010-08-16 Doug Evans <dje@google.com>
11527
11528 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11529
ca5c20b6
PM
115302010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11531
11532 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11533 tests.
11534
7346b668
KW
115352010-08-11 Ken Werner <ken.werner@de.ibm.com>
11536
11537 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11538 * gdb.base/gnu_vector.c: New File.
11539 * gdb.base/gnu_vector.exp: Likewise.
11540
cb2e07a6
PM
115412010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11542
11543 * gdb.python/python.c: New File.
11544 * gdb.python/python-sl.c: New File.
11545 * gdb.python/python.exp: Test solib_address and decode_line
11546 * functions.
11547
5da1313b
JK
115482010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * gdb.python/python.exp (show height, set height 10)
11551 (verify pagination beforehand, verify pagination beforehand: q)
11552 (gdb.execute does not page, verify pagination afterwards)
11553 (verify pagination afterwards: q): New.
11554
49c3ccf7
DE
115552010-08-02 Doug Evans <dje@google.com>
11556
11557 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11558 because of an older gcc, change test2
11559 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11560 to unsupported.
11561
42c0c4f1
KH
115622010-07-30 Kazu Hirata <kazu@codesourcery.com>
11563
11564 * gdb.base/break-always.exp: Do not expect full paths to file
11565 names.
11566 * gdb.base/commands.exp: Likewise.
11567
d3765805
DE
115682010-07-30 Doug Evans <dje@google.com>
11569
c98ee71b
DE
11570 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11571 xfail them when run with older gccs.
11572
fd961404
DE
11573 * lib/gdb.exp (build_executable): Forward "c++" option to
11574 get_compiler_info.
11575
999adef4
DE
11576 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11577 "python print ttype.template_argument(1)" and
11578 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11579 if using gcc 4.4 or earlier.
11580
d3765805
DE
11581 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11582 attach-to-debugger handling.
11583
1276c759
JK
115842010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11587 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11588 (main): Use copyreloc.
11589 * gdb.base/prelink.exp (split debug of executable)
11590 (.dynbss vs. .bss address shift): New tests.
11591
88caa9b9
PA
115922010-07-29 Pedro Alves <pedro@codesourcery.com>
11593
11594 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11595 in gdb_test_multiple.
11596
c6f2ac43
PA
115972010-07-29 Pedro Alves <pedro@codesourcery.com>
11598
11599 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11600 environment.
11601
326fd672
TT
116022010-07-28 Tom Tromey <tromey@redhat.com>
11603
11604 PR python/11060:
11605 * gdb.python/py-type.c (Temargs): New template.
11606 (temvar): New variable.
11607 * gdb.python/py-type.exp (test_template): New proc.
11608
3ce3b1ba
PA
116092010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11610
11611 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11612 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11613
34eaf542
TT
116142010-07-28 Tom Tromey <tromey@redhat.com>
11615
11616 PR c++/9946:
11617 * gdb.cp/temargs.exp: New file.
11618 * gdb.cp/temargs.cc: New file.
11619
d41b819e
JK
116202010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11621
11622 * gdb.base/help.exp (help disassemble): Update the content.
11623
26ab7092
JK
116242010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * gdb.threads/ia64-sigill.exp: New file.
11627 * gdb.threads/ia64-sigill.c: New file.
11628
5283e9e1
TT
116292010-07-27 Tom Tromey <tromey@redhat.com>
11630
11631 * gdb.opt/inline-cmds.c (ATTR): New define.
11632 (func1): Use it.
11633 (func2): Likewise.
11634 (func3): Likewise.
11635 (outer_inline1): Likewise.
11636 (outer_inline2): Likewise.
11637 * gdb.opt/inline-bt.c (ATTR): New define.
11638 (func1): Use it.
11639 (func2): Likewise.
11640 * gdb.opt/inline-locals.c (ATTR): New define.
11641 (func1): Use it.
11642 (func2): Likewise.
11643
e992ef73
TT
116442010-07-27 Tom Tromey <tromey@redhat.com>
11645
11646 * gdb.stabs/gdb11479.c (hack): New function.
11647 (test): Use it.
11648 (test2): Use it.
11649 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11650 (int32_search_buf, int64_search_buf): No longer static.
11651 (x): Remove.
11652 * gdb.base/relocate.c (hack): New function.
11653
5374244e
PM
116542010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11655
11656 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11657 * gdb.python/py-value.c (func1): New function.
11658 (func2): Likewise.
11659
a99aee83
CV
116602010-07-26 Corinna Vinschen <vinschen@redhat.com>
11661
11662 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11663 as not to clash with .data section.
11664
a04ba985
JG
116652010-07-26 Jerome Guitton <guitton@adacore.com>
11666
11667 * gdb.base/code_elim.exp: New file.
11668 * gdb.base/code_elim1.c: New file.
11669 * gdb.base/code_elim2.c: New file.
11670
23bd0f7c
PA
116712010-07-21 Pedro Alves <pedro@codesourcery.com>
11672
11673 PR symtab/11827
11674
11675 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11676 (some_volatile_enum): New variable.
11677 * gdb.base/printcmds.exp (test_print_enums): New.
11678 <top level>: Call it.
11679
883df6dd
SW
116802010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11681
11682 * gdb.cp/fpointer.cc: New test.
11683 * gdb.cp/fpointer.exp: New test.
11684
569b05a5
JK
116852010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 * gdb.base/solib-nodir.exp: New file.
11688 * lib/gdb.exp (runto): New case for a GDB internal error.
11689
51d7d803
JK
116902010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11691 Ulrich Weigand <uweigand@de.ibm.com>
11692 Tom Tromey <tromey@redhat.com>
11693
11694 * gdb.base/charset-malloc.c: New file.
11695 * gdb.base/charset.c (malloc_stub): New prototype.
11696 (main): Call it instead of malloc itself.
11697 * gdb.base/charset.exp: Use only prepare_for_testing.
11698 (binfile): Remove the variable.
11699
c0edd9ed
JK
117002010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11701
11702 Make core files the process_stratum.
11703 * gdb.base/corefile.exp (run: load core again)
11704 (run: sanity check we see the core file, run: with core)
11705 (run: core file is cleared, attach: load core again)
11706 (attach: sanity check we see the core file, attach: with core)
11707 (attach: core file is cleared): New tests.
11708 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11709
3cbaedff
KW
117102010-07-14 Ken Werner <ken.werner@de.ibm.com>
11711
11712 * gdb.arch/altivec-abi.exp: New tests.
11713
91158a56
TT
117142010-07-13 Tom Tromey <tromey@redhat.com>
11715
11716 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11717 (main): Use it.
11718 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11719
0f5238ed
TT
117202010-07-13 Tom Tromey <tromey@redhat.com>
11721
11722 * gdb.base/label.exp: New file.
11723 * gdb.base/label.c: New file.
11724
add265ae
L
117252010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11726 H.J. Lu <hongjiu.lu@intel.com>
11727
11728 * lib/gdb.exp (is_ilp32_target): New.
11729 (is_lp64_target): Likewise.
11730
11731 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11732 target.
11733 * gdb.arch/amd64-disp-step.exp: Likewise.
11734 * gdb.arch/amd64-dword.exp: Likewise.
11735 * gdb.arch/amd64-i386-address.exp: Likewise.
11736 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11737
add265ae
L
11738 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11739 target.
11740 * gdb.arch/i386-bp_permanent.exp: Likewise.
11741 * gdb.arch/i386-byte.exp: Likewise.
11742 * gdb.arch/i386-disp-step.exp: Likewise.
11743 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11744 * gdb.arch/i386-prologue.exp: Likewise.
11745 * gdb.arch/i386-size-overlap.exp: Likewise.
11746 * gdb.arch/i386-size.exp: Likewise.
11747 * gdb.arch/i386-sse.exp: Likewise.
11748 * gdb.arch/i386-unwind.exp: Likewise.
11749 * gdb.arch/i386-word.exp: Likewise.
11750
11751 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11752 test only when building 64-bit executables. Do not hard-code
11753 -m64 option.
11754
2dfb8c17
DE
117552010-07-07 Doug Evans <dje@google.com>
11756
11757 * lib/gdb.exp (gdb_test_list_exact): New function.
11758 * gdb.base/default.exp (show convenience): Call it, add tests for
11759 $_sdata = void, $_thread = 0.
11760
4e5799b6
JK
117612010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11762 Joel Brobecker <brobecker@adacore.com>
11763
11764 Fix re-run of PIE executable, PR shlibs/11776.
11765 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11766 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11767 and re-"run" of the inferior.
11768
1a219cc7
JK
117692010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11770 Joel Brobecker <brobecker@adacore.com>
11771
11772 Cope with missing /usr/sbin/prelink.
11773 * lib/prelink-support.exp (prelink_no):
11774 <result == 1 && $output is "no such file or directory">: New.
11775 (prelink_yes): Likewise. Return on failed prelink_no.
11776
5e3b36f8
JK
117772010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11778 Joel Brobecker <brobecker@adacore.com>
11779
11780 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11781 build_executable by build_executable_own_libs. Replace "prelink -R"
11782 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11783 change.
11784 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11785 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11786 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11787 Replace build_executable by build_executable_own_libs's function
11788 build_executable_own_libs.
11789 (prelinkNO): Create new stub to call prelink_no.
11790 (prelinkYES): Create new stub to call prelink_yes.
11791 (test_attach): Rename calls of copy to file_copy.
11792 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11793 (copy): Move to ...
11794 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11795 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11796 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11797 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11798 special flags by gdb_compile_shlib. Replace second gdb_compile by
11799 build_executable_own_libs. Replace "prelink -R" execution by a call of
11800 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11801 a second call of prelink_yes. Replace restart commands by
11802 clean_restart.
11803 (prelink): Rename to ...
11804 (seen displacement message): ... this test. Extend its expectation
11805 strictness.
11806
86e4bafc
JK
118072010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11808
11809 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11810 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11811 displacement message exactly once.
11812
3cd07d20
JK
118132010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11814 Joel Brobecker <brobecker@adacore.com>
11815
11816 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11817 its restore after the <$relink_args != ""> loop. new comment.
11818
0a1e94c7
JK
118192010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11820 Joel Brobecker <brobecker@adacore.com>
11821
11822 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11823 code for it. New variable relink_args.
11824 (prelinkYES): Call prelinkNO.
11825 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11826 in such case. Move the core code to ...
11827 (test_attach_gdb): ... a new function. Send GDB command "file".
11828 Extend expected "Attaching to " string.
11829
2f70bcfb
TT
118302010-07-02 Tom Tromey <tromey@redhat.com>
11831
11832 * gdb.base/bitops.exp: Remove extraneous "pass".
11833
a17ac5b0
TT
118342010-07-02 Ken Werner <ken.werner@de.ibm.com>
11835
11836 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11837
dc10affe
PA
118382010-07-01 Pedro Alves <pedro@codesourcery.com>
11839
d41c0fc8
PA
11840 * gdb.base/help.exp: Adjust expected output.
11841
118422010-07-01 Pedro Alves <pedro@codesourcery.com>
11843
11844 * gdb.base/help.exp: Adjust expected output.
dc10affe 11845
0a600c36
JK
118462010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11847
11848 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11849 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11850 c++/11702.
11851
37cc8bfe
JK
118522010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11853 Doug Evans <dje@google.com>
11854
11855 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11856 add .dynamic entry'.
11857
254e6b9e
DE
118582010-06-29 Doug Evans <dje@google.com>
11859
11860 Test PR c++/11702.
11861 * gdb.cp/m-static.exp: Add testcase.
11862 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11863
595939de 118642010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11865 Tom Tromey <tromey@redhat.com>
11866 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11867
11868 * gdb.python/py-inferior.c: New File.
11869 * gdb.python/py-infthread.c: New File.
11870 * gdb.python/py-inferior.exp: New File.
11871 * gdb.python/py-infthread.exp: New File.
11872
98751a41
JK
118732010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11876 (ptype ::C::OtherFileClass typedefs): New.
11877 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11878 (C::OtherFileClass::cOtherFileClassVar2): New.
11879 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11880 cOtherFileClassVar2.
11881 (C::cOtherFileType2, C::cOtherFileVar2): New.
11882 (C::cOtherFileVar_use): use also cOtherFileVar2.
11883 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11884
41f62f39
JK
118852010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11886
11887 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11888 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11889 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11890 (print ::C::cOtherFileVar)
11891 (whatis C::OtherFileClass::cOtherFileClassType)
11892 (whatis ::C::OtherFileClass::cOtherFileClassType)
11893 (print C::OtherFileClass::cOtherFileClassVar)
11894 (print ::cOtherFileClassVar)
11895 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11896 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11897 trailing content.
11898 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11899 (C::OtherFileClass::cOtherFileClassVar)
11900 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11901 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11902
af53d231
JK
119032010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 Test PR c++/11703 and PR gdb/1448.
11906 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11907 gdb/1448.
11908
9655fd1a
JK
119092010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11910
11911 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11912 (main) <rtti_data>: New.
11913 * gdb.cp/virtbase.exp (print rtti_data): New.
11914
824cc8dd
JK
119152010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11916 Joel Brobecker <brobecker@adacore.com>
11917
11918 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11919
6036c742
JK
119202010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11921
11922 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11923
de6a0421
DE
119242010-06-28 Doug Evans <dje@google.com>
11925
11926 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11927
b2dae948
DE
119282010-06-27 Doug Evans <dje@google.com>
11929
11930 * gdb.cp/m-static.exp: Update expected test output.
11931
0f3bb72e
PH
119322010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11933
889bf7c5
PA
11934 * gdb.gdb/selftest.exp: Adjust expected message for
11935 capturing start-up runtime.
0f3bb72e 11936
bc9f0842
TT
119372010-06-25 Tom Tromey <tromey@redhat.com>
11938
11939 PR python/10808:
11940 * gdb.python/python.exp: Add new tests.
11941
099ef718
SW
119422010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11943
11944 * gdb.cp/operator.cc: Created an import loop.
11945 * gdb.cp/operator.exp: Added testcase for import loop.
11946
5868a632
JK
119472010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 Test PR python/11407.
11950 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11951 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11952 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11953 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11954 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11955 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11956 binfile. Call gdb_compile with clean_restart twice.
11957 (func_nofb print, func_nofb backtrace, func_loopfb print)
11958 (func_loopfb backtrace): New.
11959
af76db58
JK
119602010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11961
11962 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11963 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11964 by a hand made one.
11965 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11966 i?86 requirement. Remove variables srcfile and binfile. New variable
11967 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11968
f2c7657e
UW
119692010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11970
11971 * gdb.cell/dwarfaddr.exp: New file.
11972 * gdb.cell/dwarfaddr.S: New file.
11973
628fe4e4
JK
119742010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 Test PR 9436.
11977 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11978
f1421989
HZ
119792010-06-24 Hui Zhu <teawater@gmail.com>
11980
11981 * gdb.base/eval.exp: New file.
11982
d03285ec
UW
119832010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11984
11985 * gdb.cell/fork.exp: New file.
11986 * gdb.cell/fork.c: Likewise.
11987 * gdb.cell/fork-spu.c: Likewise.
11988
41b2c92d
PM
119892010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11990
11991 * lib/gdb.exp (banned_variables_traced): New global variable.
11992 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11993 (gdb_init): Use `trace add variable' instead of obsolete
11994 `trace variable'.
11995
d5bc977f
DE
119962010-06-21 Doug Evans <dje@google.com>
11997
11998 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11999
d2ed6730
UW
120002010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12001
12002 * gdb.arch/spu-ls.exp: New file.
12003 * gdb.arch/spu-ls.c: Likewise.
12004
6aed2dbc
SS
120052010-06-18 Stan Shebs <stan@codesourcery.com>
12006
12007 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12008
e0756905
UW
120092010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12010
12011 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12012 * gdb.base/watch-cond.exp: Likewise.
12013 * gdb.python/py-breakpoint.exp: Likewise.
12014
d8053d4d
PA
120152010-06-18 Pedro Alves <pedro@codesourcery.com>
12016
12017 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12018 clean_restart, make sure every test has a distinct message, and
12019 that messages don't include the executable' full path.
12020
81ce510c
DE
120212010-06-17 Doug Evans <dje@google.com>
12022
12023 * gdb.arch/i386-size.exp: Updated expected output for
12024 DISASSEMBLY_OMIT_FNAME.
12025
65d79d4b
SDJ
120262010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12027 Sergio Durigan Junior <sergiodj@redhat.com>
12028
12029 * gdb.base/watch-notconst.c: New file.
12030 * gdb.base/watch-notconst.S: New file.
12031 * gdb.base/watch-notconst2.c: New file.
12032 * gdb.base/watch-notconst2.S: New file.
12033 * gdb.base/watch-notconst.exp: New file.
12034 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12035 (func4): Add operations on `global_ptr_ptr'.
12036 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12037 routine to test watchpoints created with a constant expression.
12038 (test_inaccessible_watchpoint): Include tests for watchpoints
12039 created with a constant expression.
12040
df0f4836
KB
120412010-06-14 Kevin Buettner <kevinb@redhat.com>
12042
12043 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12044 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12045 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12046 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12047 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12048 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12049 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12050 of `_start'.
12051
b769def5
UW
120522010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12053
12054 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12055 not supported on the target.
12056 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12057 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12058 * gdb.mi/mi-nsintrall.exp: Likewise.
12059 * gdb.mi/mi-nsmoribund.exp: Likewise.
12060 * gdb.mi/mi-nsthrexec.exp: Likewise.
12061
d914c394
SS
120622010-06-11 Stan Shebs <stan@codesourcery.com>
12063
12064 * gdb.base/permissions.exp: New file.
12065
120662010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12067
12068 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12069 does not support ELF executable class.
12070
f3ce5b9c
UW
120712010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12072
12073 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12074
8e46892c
JK
120752010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12076
12077 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12078 (runto): Catch "The target does not support running in non-stop mode.".
12079
6cc55c64
MS
120802010-06-11 Michael Snyder <msnyder@vmware.com>
12081
12082 * gdb.base/setshow.exp (set language asm): Don't use
12083 gdb_test_no_output, fails on some targets.
12084
caddefa4
UW
120852010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12086
12087 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12088 * gdb.cp/pr9167.exp: Likewise.
12089
468b1aa7
UW
120902010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12091
12092 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12093
5c3552dc
UW
120942010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12095
12096 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12097
02e6fe6a
UW
120982010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12099
12100 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12101
0e03807e
TT
121022010-06-11 Tom Tromey <tromey@redhat.com>
12103
12104 PR gdb/9977, PR exp/11636::
12105 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12106 (pieces_test_f6): Update expected output.
12107
2bdf28a0
JK
121082010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12109
12110 * gdb.base/moribund-step.exp: New.
12111
f6978de9
MS
121122010-06-08 Michael Snyder <msnyder@vmware.com>
12113
12114 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12115 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12116 * gdb.ada/frame_args.exp: Ditto.
12117 * gdb.ada/lang_switch.exp: Ditto.
12118 * gdb.ada/ptype_arith_binop.exp: Ditto.
12119 * gdb.ada/ref_param.exp: Ditto.
12120 * gdb.ada/type_coercion.exp:Ditto.
12121
12122 * gdb.asm/asm-source.exp: Ditto.
12123
12124 * gdb.base/attach.exp: Ditto.
12125 * gdb.base/bitfields2.exp: Ditto.
12126 * gdb.base/call-signal-resume.exp: Ditto.
12127 * gdb.base/callfuncs.exp: Ditto.
12128 * gdb.base/commands.exp: Ditto.
12129 * gdb.base/dbx.exp: Ditto.
12130 * gdb.base/default.exp: Ditto.
12131 * gdb.base/dump.exp: Ditto.
12132 * gdb.base/exprs.exp: Ditto.
12133 * gdb.base/freebpcmd.exp: Ditto.
12134 * gdb.base/interrupt.exp: Ditto.
12135 * gdb.base/list.exp: Ditto.
12136 * gdb.base/long_long.exp: Ditto.
12137 * gdb.base/maint.exp: Ditto.
12138 * gdb.base/ptype.exp: Ditto.
12139 * gdb.base/return.exp: Ditto.
12140 * gdb.base/setshow.exp: Ditto.
12141 * gdb.base/sigbpt.exp: Ditto.
12142 * gdb.base/sigrepeat.exp: Ditto.
12143
12144 * gdb.cp/classes.exp: Ditto.
12145
12146 * gdb.dwarf2/dw2-restore.exp: Ditto.
12147
12148 * gdb.gdb/selftest.exp: Ditto.
12149
12150 * gdb.multi/base.exp: Ditto.
12151 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12152
12153 * gdb.python/py-block.exp: Ditto.
12154 * gdb.python/py-prettyprint.exp: Ditto.
12155 * gdb.python/py-template.exp: Ditto.
12156
12157 * gdb.server/ext-attach.exp: Ditto.
12158 * gdb.server/ext-run.exp: Ditto.
12159 * gdb.server/server-mon.exp: Ditto.
12160
12161 * gdb.threads/fork-thread-pending.exp: Ditto.
12162 * gdb.threads/hand-call-in-threads.exp: Ditto.
12163 * gdb.threads/interrupted-hand-call.exp: Ditto.
12164 * gdb.threads/linux-dp.exp: Ditto.
12165 * gdb.threads/manythreads.exp: Ditto.
12166 * gdb.threads/print-threads.exp: Ditto.
12167 * gdb.threads/pthreads.exp: Ditto.
12168 * gdb.threads/schedlock.exp: Ditto.
12169 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12170 * gdb.threads/threadapply.exp: Ditto.
12171
de7ff789
MS
121722010-06-08 Michael Snyder <msnyder@vmware.com>
12173
889bf7c5 12174 * gdb.ada/exec_changed.exp:
de7ff789
MS
12175 Use ".*" instead of "" as wildcard regexp.
12176
12177 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12178 * gdb.base/call-ar-st.exp: Ditto.
12179 * gdb.base/checkpoint.exp: Ditto.
12180 * gdb.base/default.exp: Ditto.
12181 * gdb.base/dump.exp: Ditto.
12182 * gdb.base/ending-run.exp: Ditto.
12183 * gdb.base/fileio.exp: Ditto.
12184 * gdb.base/miscexprs.exp: Ditto.
12185 * gdb.base/pointers.exp: Ditto.
12186 * gdb.base/readline.exp: Ditto.
12187 * gdb.base/reread.exp: Ditto.
12188 * gdb.base/restore.exp: Ditto.
12189 * gdb.base/shlib-call.exp: Ditto.
12190 * gdb.base/valgrind-db-attach.exp: Ditto.
12191 * gdb.base/volatile.exp: Ditto.
12192 * gdb.base/watchpoints.exp: Ditto.
12193
12194 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12195
12196 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12197 * gdb.python/py-value.exp: Ditto.
12198
12199 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12200 * gdb.trace/circ.exp: Ditto.
12201 * gdb.trace/collection.exp: Ditto.
12202 * gdb.trace/packetlen.exp: Ditto.
12203 * gdb.trace/passc-dyn.exp: Ditto.
12204 * gdb.trace/report.exp: Ditto.
12205 * gdb.trace/tfile.exp: Ditto.
12206 * gdb.trace/tfind.exp: Ditto.
12207 * gdb.trace/while-dyn.exp: Ditto.
12208
3bebe2f2
JK
122092010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12210
12211 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12212
5c631832
JK
122132010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12214
12215 Test PR 10640.
12216 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12217
4c3376c8
SW
122182010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12219
12220 * gdb.cp/koenig.exp: Test for ADL operators.
12221 * gdb.cp/koenig.cc: Added ADL operators.
12222 * gdb.cp/operator.exp: New test.
12223 * gdb.cp/operator.cc: New test.
12224
dc226d5a
MS
122252010-06-04 Michael Snyder <msnyder@vmware.com>
12226
dfb88a23
MS
12227 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12228 * gdb.base/pending.exp: Ditto.
f7ae76b3 12229
dc226d5a
MS
12230 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12231
967cf477
DE
122322010-06-04 Doug Evans <dje@google.com>
12233
12234 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12235 disabled printers.
12236 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12237 (enable_lookup_function): New function.
12238
eb801841
TT
122392010-06-04 Tom Tromey <tromey@redhat.com>
12240
12241 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12242 of hash and id.
12243
38979823
JK
122442010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12245
12246 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12247 newline.
12248 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12249 (empty verbose non-noisy clear, empty verbose noisy clear)
12250 (empty non-verbose noisy clear): Likewise.
12251
35ec993f
MS
122522010-06-03 Michael Snyder <msnyder@vmware.com>
12253
12254 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12255 * gdb.base/display.exp: Ditto.
12256 * gdb.base/find.exp: Ditto.
12257 * gdb.base/ifelse.exp: Ditto.
12258 * gdb.base/multi-forks.exp: Ditto.
12259 * gdb.base/recurse.exp: Ditto.
12260 * gdb.base/setshow.exp: Ditto.
12261 * gdb.base/value-double-free.exp: Ditto.
12262 * gdb.base/watch-vfork.exp: Ditto.
12263 * gdb.base/watch_thread_num.exp: Ditto.
12264 * gdb.base/watchpoint-solib.exp: Ditto.
12265 * gdb.base/watchpoint.exp: Ditto.
12266 * gdb.base/watchpoints.exp: Ditto.
12267
12268 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12269 * gdb.cp/overload.exp: Ditto.
12270 * gdb.cp/virtfunc.exp: Ditto.
12271
12272 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12273
889bf7c5 12274 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
12275 Replace gdb_test with gdb_test_no_output.
12276
889bf7c5 12277 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
12278 Replace gdb_test with gdb_test_no_output.
12279 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12280 * gdb.threads/watchthreads.exp: Ditto.
12281 * gdb.threads/watchthreads2.exp: Ditto.
12282
12283 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12284 * gdb.trace/tfind.exp: Ditto.
12285
c22decce
JB
122862010-06-03 Joel Brobecker <brobecker@adacore.com>
12287
12288 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12289 successful test if message is the empty string.
12290
fd5700c7
JK
122912010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 * gdb.fortran/module.exp (stopped language detection): New test.
12294
f55ee35c
JK
122952010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 Support DW_TAG_module as separate namespaces.
12298 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12299 gdb.fortran/library-module-lib.f90: New.
12300 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12301 (print i): Remove.
12302 (continue to breakpoint: i-is-1, print var_i value 1)
12303 (continue to breakpoint: i-is-2, print var_i value 2)
12304 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12305 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12306 (complete `modmany, complete `modmany`, complete `modmany`var)
12307 (show language, setting breakpoint at module): New tests.
12308 * gdb.fortran/module.f90 (module mod): Remove.
12309 (module mod1, module mod2, module modmany, subroutine sub1)
12310 (subroutine sub2, program module): New.
12311
b8e8282f
JK
123122010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12313
12314 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12315 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
12316 * gdb.cp/anon-union.exp (pass): Rename to ...
12317 (print z 2): ... here.
b8e8282f 12318
019ebafc
MS
123192010-06-02 Michael Snyder <msnyder@vmware.com>
12320
e68d8fd4
MS
12321 * gdb.trace/actions.exp: Use gdb_test_no_output.
12322 * gdb.trace/circ.exp: Ditto.
12323 * gdb.trace/packetlen.exp: Ditto.
12324 * gdb.trace/save-trace.exp: Ditto.
12325 * gdb.trace/tracecmd.exp: Ditto.
12326 * gdb.trace/tsv.exp: Ditto.
12327
12b5d08a
MS
12328 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12329 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12330 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12331 * gdb.threads/manythreads.exp: Ditto.
12332 * gdb.threads/print-threads.exp: Ditto.
12333 * gdb.threads/pthreads.exp: Ditto.
12334 * gdb.threads/schedlock.exp: Ditto.
12335 * gdb.threads/staticthreads.exp: Ditto.
12336 * gdb.threads/thread-specific.exp: Ditto.
12337 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12338 * gdb.threads/threadapply.exp: Ditto.
12339 * gdb.threads/watchthreads.exp: Ditto.
12340 * gdb.threads/watchthreads2.exp: Ditto.
12341
89493308
MS
12342 * gdb.python/py-block.exp: Use gdb_test_no_output.
12343 * gdb.python/py-prettyprint.exp: Ditto.
12344 * gdb.python/py-template.exp: Ditto.
12345 * gdb.python/py-value.exp: Ditto.
12346
12347 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12348 * gdb.reverse/watch-reverse.exp: Ditto.
12349
12350 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12351 * gdb.server/ext-run.exp: Ditto.
12352
019ebafc
MS
12353 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12354 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12355 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12356 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12357 * gdb.dwarf2/dw2-producer.exp: Ditto.
12358 * gdb.dwarf2/mac-fileno.exp: Ditto.
12359
12360 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12361 * gdb.gdb/selftest.exp: Ditto.
12362
12363 * gdb.multi/base.exp: Use gdb_test_no_output.
12364
12365 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12366
3e0ca3a5
JK
123672010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12368
12369 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12370
9db70545
MS
123712010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12372
a8d52276
MS
12373 * gdb.cp/class2.exp: Use gdb_test_no_output.
12374 * gdb.cp/classes.exp: Ditto.
12375 * gdb.cp/extern-c.exp: Ditto.
12376 * gdb.cp/inherit.exp: Ditto.
12377 * gdb.cp/maint.exp: Ditto.
12378 * gdb.cp/mb-inline.exp: Ditto.
12379 * gdb.cp/mb-templates.exp: Ditto.
12380 * gdb.cp/method2.exp: Ditto.
12381 * gdb.cp/misc.exp: Ditto.
12382 * gdb.cp/ovldbreak.exp: Ditto.
12383 * gdb.cp/punctuator.exp: Ditto.
12384 * gdb.cp/templates.exp: Ditto.
12385 * gdb.cp/virtbase.exp: Ditto.
12386
889bf7c5 12387 * gdb.threads/attach-stopped.exp:
9db70545 12388 Replace uses of send_gdb / gdb_expect.
889bf7c5 12389 * gdb.threads/attachstop-mt.exp:
9db70545 12390 Replace uses of send_gdb / gdb_expect.
889bf7c5 12391 * gdb.threads/gcore-thread.exp:
9db70545 12392 Replace uses of send_gdb / gdb_expect.
889bf7c5 12393 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
12394 Replace uses of send_gdb / gdb_expect.
12395 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12396 * gdb.threads/print-threads.exp:
9db70545
MS
12397 Replace uses of send_gdb / gdb_expect.
12398 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12399 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12400 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12401
12402 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12403 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12404 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12405 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12406 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12407 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12408 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12409 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12410 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12411 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12412 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12413
359cc68c
JK
124142010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12417
7d3fe98e
SW
124182010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12419
12420 * gdb.cp/koenig.exp: Added new test case.
12421 * gdb.cp/koenig.cc: Ditto.
12422
27d3a1a2
MS
124232010-06-01 Michael Snyder <msnyder@vmware.com>
12424
12425 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12426 * gdb.base/arrayidx.exp: Ditto.
12427 * gdb.base/attach.exp: Ditto.
12428 * gdb.base/auxv.exp: Ditto.
12429 * gdb.base/bigcre.exp: Ditto.
12430 * gdb.base/break-always.exp: Ditto.
12431 * gdb.base/break-interp.exp: Ditto.
12432 * gdb.base/break.exp: Ditto.
12433 * gdb.base/breakpoint-shadow.exp: Ditto.
12434 * gdb.base/call-ar-st.exp: Ditto.
12435 * gdb.base/call-sc.exp: Ditto.
12436 * gdb.base/call-signal-resume.exp: Ditto.
12437 * gdb.base/callfuncs.exp: Ditto.
12438 * gdb.base/catch-syscall.exp: Ditto.
12439 * gdb.base/charset.exp: Ditto.
12440 * gdb.base/code-expr.exp: Ditto.
12441 * gdb.base/commands.exp: Ditto.
12442 * gdb.base/cond-expr.exp: Ditto.
12443 * gdb.base/condbreak.exp: Ditto.
12444 * gdb.base/cursal.exp: Ditto.
12445 * gdb.base/cvexpr.exp: Ditto.
12446 * gdb.base/default.exp: Ditto.
12447 * gdb.base/del.exp: Ditto.
12448 * gdb.base/detach.exp: Ditto.
12449 * gdb.base/display.exp: Ditto.
12450 * gdb.base/ena-dis-br.exp: Ditto.
12451 * gdb.base/eval-skip.exp: Ditto.
12452 * gdb.base/foll-fork.exp: Ditto.
12453 * gdb.base/foll-vfork.exp: Ditto.
12454 * gdb.base/frame-args.exp: Ditto.
12455 * gdb.base/funcargs.exp: Ditto.
12456 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12457 * gdb.base/gdbvars.exp: Ditto.
12458 * gdb.base/help.exp: Ditto.
12459 * gdb.base/ifelse.exp: Ditto.
12460 * gdb.base/included.exp: Ditto.
12461 * gdb.base/list.exp: Ditto.
12462 * gdb.base/macscp.exp: Ditto.
12463 * gdb.base/maint.exp: Ditto.
12464 * gdb.base/multi-fork.exp: Ditto.
12465 * gdb.base/overlays.exp: Ditto.
12466 * gdb.base/page.exp: Ditto.
12467 * gdb.base/pending.exp: Ditto.
12468 * gdb.base/pointers.exp: Ditto.
12469 * gdb.base/pr11022.exp: Ditto.
12470 * gdb.base/prelink.exp: Ditto.
12471 * gdb.base/printcmds.exp: Ditto.
12472 * gdb.base/psymtab.exp: Ditto.
12473 * gdb.base/randomize.exp: Ditto.
12474 * gdb.base/relational.exp: Ditto.
12475 * gdb.base/relocate.exp: Ditto.
12476 * gdb.base/remote.exp: Ditto.
12477 * gdb.base/sepdebug.exp: Ditto.
12478 * gdb.base/set-lang-auto.exp: Ditto.
12479 * gdb.base/setshow.exp: Ditto.
12480 * gdb.base/setvar.exp: Ditto.
12481 * gdb.base/signals.exp: Ditto.
12482 * gdb.base/signull.exp: Ditto.
12483 * gdb.base/sigstep.exp: Ditto.
12484 * gdb.base/sizeof.exp: Ditto.
12485 * gdb.base/solib-disc.exp: Ditto.
12486 * gdb.base/store.exp: Ditto.
12487 * gdb.base/structs.exp: Ditto.
12488 * gdb.base/structs2.exp: Ditto.
12489 * gdb.base/subst.exp: Ditto.
12490 * gdb.base/term.exp: Ditto.
12491 * gdb.base/trace-commands.exp: Ditto.
12492 * gdb.base/unwindonsignal.exp: Ditto.
12493 * gdb.base/valgrind-db-attach.exp: Ditto.
12494 * gdb.base/varargs.exp: Ditto.
12495 * gdb.base/watch-cond.exp: Ditto.
12496 * gdb.base/watch_thread_num.exp: Ditto.
12497 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12498 * gdb.base/watchpoint.exp: Ditto.
12499 * gdb.base/whatis-exp.exp: Ditto.
12500
f8d3bf8f
MS
125012010-06-01 Michael Snyder <msnyder@vmware.com>
12502
12503 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12504 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12505 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12506 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12507 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12508 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12509 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12510 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12511 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12512 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12513 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12514 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12515 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12516 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12517 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12518
3f9e0d32
JK
125192010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12520
12521 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12522 trailing newline.
12523 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12524 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12525 (p *args): ... here and remove excessive trailing newline.
12526
f629457d
JB
125272010-05-31 Joel Brobecker <brobecker@adacore.com>
12528
12529 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12530
09eef106
JK
125312010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 Accept the new Linux kernel "t (tracing stop)" string.
12534 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12535 Update comment.
12536 (state_wait) <T (tracing stop)>: New.
12537 (main): Update the state_wait expect string.
12538
94f31136
PA
125392010-05-28 Pedro Alves <pedro@codesourcery.com>
12540
12541 * limits.c, limits.exp: Delete files.
12542 * Makefile.in (clean mostlyclean): Adjust.
12543 * tracecmd.exp: Adjust.
12544
096554ab
JK
125452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.base/tui-layout.exp: New.
12548
27d3a1a2 125492010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12550
889bf7c5 12551 * gdb.reverse/break-precsave.exp:
bcd2dc50 12552 Replace uses of send_gdb / gdb_expect.
889bf7c5 12553 * gdb.reverse/break-reverse.exp:
bcd2dc50 12554 Replace uses of send_gdb / gdb_expect.
889bf7c5 12555 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12556 Replace uses of send_gdb / gdb_expect.
889bf7c5 12557 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12558 Replace uses of send_gdb / gdb_expect.
889bf7c5 12559 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12560 Replace uses of send_gdb / gdb_expect.
889bf7c5 12561 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12562 Replace uses of send_gdb / gdb_expect.
889bf7c5 12563 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12564 Replace uses of send_gdb / gdb_expect.
889bf7c5 12565 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12566 Replace uses of send_gdb / gdb_expect.
889bf7c5 12567 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12568 Replace uses of send_gdb / gdb_expect.
889bf7c5 12569 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12570 Replace uses of send_gdb / gdb_expect.
889bf7c5 12571 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12572 Replace uses of send_gdb / gdb_expect.
889bf7c5 12573 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12574 Replace uses of send_gdb / gdb_expect.
889bf7c5 12575 * gdb.reverse/machinestate.exp:
bcd2dc50 12576 Replace uses of send_gdb / gdb_expect.
889bf7c5 12577 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12578 Replace uses of send_gdb / gdb_expect.
889bf7c5 12579 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12580 Replace uses of send_gdb / gdb_expect.
889bf7c5 12581 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12582 Replace uses of send_gdb / gdb_expect.
889bf7c5 12583 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12584 Replace uses of send_gdb / gdb_expect.
889bf7c5 12585 * gdb.reverse/step-precsave.exp:
bcd2dc50 12586 Replace uses of send_gdb / gdb_expect.
889bf7c5 12587 * gdb.reverse/step-reverse.exp:
bcd2dc50 12588 Replace uses of send_gdb / gdb_expect.
889bf7c5 12589 * gdb.reverse/until-precsave.exp:
bcd2dc50 12590 Replace uses of send_gdb / gdb_expect.
889bf7c5 12591 * gdb.reverse/until-reverse.exp:
bcd2dc50 12592 Replace uses of send_gdb / gdb_expect.
889bf7c5 12593 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12594 Replace uses of send_gdb / gdb_expect.
889bf7c5 12595 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12596 Replace uses of send_gdb / gdb_expect.
12597
3def43e0
JK
125982010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12601 excessive newline.
12602
27d3a1a2 126032010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12604
12605 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12606 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12607 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12608 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12609 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12610 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12611 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12612 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12613 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12614 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12615 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12616 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12617 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12618 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12619 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12620 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12621 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12622 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12623 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12624
27d3a1a2 126252010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12626
22454424
MS
12627 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12628 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12629
12630 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12631 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12632 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12633
889bf7c5 12634 * gdb.reverse/consecutive-reverse.exp:
22454424 12635 Replace uses of send_gdb / gdb_expect.
889bf7c5 12636 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12637 Replace uses of send_gdb / gdb_expect.
12638
12639 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12640 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12641 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12642 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12643 Replace uses of send_gdb / gdb_expect.
12644 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12645 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12646 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12647 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12648 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12649 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12650 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12651 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12652 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12653
126542010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12655
22454424 12656 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12657
22454424 12658 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12659
22454424
MS
12660 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12661 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12662 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12663 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12664 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12665 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12666 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12667 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12668 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12669
6e5f2c59
TT
126702010-05-25 Tom Tromey <tromey@redhat.com>
12671
12672 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12673
bbc8b958
TT
126742010-05-25 Tom Tromey <tromey@redhat.com>
12675
12676 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12677 argument order.
12678 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12679 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12680 order.
12681 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12682 order.
12683 * gdb.base/call-sc.exp (setup_kfails): Remove.
12684 (setup_compiler_kfails): Remove.
12685 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12686 argument order.
12687 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12688 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12689 (advancei): Fix setup_kfail argument order.
12690 * gdb.base/radix.exp: Fix setup_kfail argument order.
12691 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12692 order.
12693 * gdb.base/structs.exp (setup_kfails): Remove.
12694 (setup_compiler_kfails): Fix setup_kfail argument order.
12695 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12696 order.
12697 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12698 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12699 setup_kfail argument order.
12700 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12701
83d1babf
TT
127022010-05-25 Tom Tromey <tromey@redhat.com>
12703
12704 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12705
6acb16a2
MS
127062010-05-25 Michael Snyder <msnyder@vmware.com>
12707
12708 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12709 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12710 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12711 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12712 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12713 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12714 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12715 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12716 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
12717 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12718 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12719 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12720 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12721 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12722 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12723 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12724 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12725 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12726 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12727 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12728 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12729 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12730 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12731 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12732 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12733 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12734 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12735 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12736 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12737 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12738 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12739 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12740 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12741 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12742 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12743 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12744 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12745 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12746 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12747 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12748 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12749 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12750 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12751 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12752 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12753 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12754 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12755 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12756
127572010-05-25 Doug Evans <dje@google.com>
12758
12759 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12760 gdb.string_to_argv.
ad3986f0 12761
d3b1e874
TT
127622010-05-21 Tom Tromey <tromey@redhat.com>
12763
12764 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12765 Call it.
12766 * gdb.dwarf2/pieces.S: Update.
12767 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12768
cb826367
TT
127692010-05-21 Tom Tromey <tromey@redhat.com>
12770
12771 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12772 Call it.
12773 * gdb.dwarf2/pieces.c (struct C): New.
12774 (f6): New function.
12775 * gdb.dwarf2/pieces.S: Replace.
12776
74de6778
TT
127772010-05-21 Tom Tromey <tromey@redhat.com>
12778
12779 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12780 Call it.
12781
afd74c5f
TT
127822010-05-21 Tom Tromey <tromey@redhat.com>
12783
12784 * gdb.dwarf2.pieces.exp: New file.
12785 * gdb.dwarf2.pieces.S: New file.
12786 * gdb.dwarf2.pieces.c: New file.
12787
a7b75dfd 127882010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12789 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12790
12791 * lib/gdb.exp (gdb_test_no_output): New function.
12792 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12793 when testing commands that should produce no output.
12794
c81c812a
JB
127952010-05-17 Joel Brobecker <brobecker@adacore.com>
12796
12797 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12798 parameter that we want to watch being a constant.
12799
0cce5bd9
JB
128002010-05-17 Joel Brobecker <brobecker@adacore.com>
12801
12802 * gdb.ada/cond_lang: New testcase.
12803
47050449
JB
128042010-05-17 Joel Brobecker <brobecker@adacore.com>
12805
12806 * lib/gdb.exp (banned_variables): New variable/constant.
12807 (gdb_init): Add write trace on variables listed in banned_variables.
12808 (gdb_finish): Remove write traces on variables listed in
12809 banned_variables.
12810
77c01586
JB
128112010-05-17 Joel Brobecker <brobecker@adacore.com>
12812
12813 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12814 * gdb.cp/koenig.exp: Likewise.
12815
88d4aea7
PM
128162010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12817
889bf7c5 12818 PR python/11482
88d4aea7
PM
12819
12820 * gdb.python/py-value.exp (test_value_hash): New function.
12821
f5a010c0
PM
128222010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12823
12824 PR exp/11530.
12825 * gdb.base/gdb11530.c: New file.
12826 * gdb.base/gdb11530.exp: New file.
12827
8ef4892f
JK
128282010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12829
12830 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12831 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12832
7322dca9
SW
128332010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12834
12835 * gdb.cp/koenig.exp: New test.
12836 * gdb.cp/koenig.cc: New test program.
12837
02e7ea18
JB
128382010-05-05 Joel Brobecker <brobecker@adacore.com>
12839
12840 Remove the use of prms_id and bug_id throughout the testsuite.
12841
e1c34c5d
PM
128422010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12843
12844 PR exp/11349.
12845 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12846 use a reference local variable.
12847
8e1d0c49
JK
128482010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12849
12850 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12851 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12852 variable different_dir. Move debugfile into a full directory pathname
12853 under DIFFERENT_DIR.
12854 * lib/gdb.exp (separate_debug_filename): Remove.
12855 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12856 variable debug_dir and mkdir of it. Update function comments.
12857
e66408ed
PA
128582010-04-29 Pedro Alves <pedro@codesourcery.com>
12859
12860 PR gdb/11557
12861
12862 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12863 files.
12864
d7b32ed3
PM
128652010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12866
889bf7c5 12867 * gdb.python/py-param.exp: New File.
d7b32ed3 12868
6aecb9c2
JB
128692010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12870
12871 * gdb.base/default.exp: Fix "set language" test.
12872
bdf92a1c
PM
128732010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12874
12875 PR breakpoints/11531.
12876 * gdb.base/gdb11531.c: New file.
12877 * gdb.base/gdb11531.exp: New file.
12878
3f172e24
TT
128792010-04-26 Tom Tromey <tromey@redhat.com>
12880
12881 * gdb.base/completion.exp: Add tests for completion and deprecated
12882 commands.
12883
64af4c92
JK
128842010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12885
12886 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12887 (print /x char_array): Escape curly brackets.
12888
492928e4
JK
128892010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12890
12891 Fix deadlock on looped list of loaded shared objects.
12892 * gdb.base/solib-corrupted.exp: New.
12893
66d09542
DE
128942010-04-23 Doug Evans <dje@google.com>
12895
12896 * gdb.python/py-section-script.c: New file.
12897 * gdb.python/py-section-script.exp: New file.
12898 * gdb.python/py-section-script.py: New file.
12899
8bd10a10
CM
129002010-04-20 Chris Moller <cmoller@redhat.com>
12901
12902 PR 10179
12903
12904 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12905 * gdb.base/pr10179-a.c:
12906 * gdb.base/pr10179-b.c:
12907 * gdb.base/pr10179.exp: New files.
12908
c0201579
JK
129092010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12910
12911 Fix crashes on dangling display expressions.
12912 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12913 is SEP.
12914 (lib_flags): Remove the "debug" keyword.
12915 (libsepdebug): New variable for iterating new loop.
12916 (save_pf_prefix): New variable wrapping the loop.
12917 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12918 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12919
793b0ff8
PM
129202010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12921
12922 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12923
097f51f7
PM
129242010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12925
12926 PR stabs/11479.
12927 * gdb.stabs/gdb11479.exp: New file.
12928 * gdb.stabs/gdb11479.c: New file.
12929
9a22f0d0
PM
129302010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12931
12932 * gdb.base/charset.c (Strin16, String32): New variables.
12933 * gdb.base/charset.exp (gdb_test): Test correct display
12934 of 16 or 32 bit strings.
12935
129362010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12937
12938 PR 9167
12939 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12940 * gdb.cp/pr9167.cc: New file.
12941 * gdb.cp/pr9167.exp: New file.
12942
12943
6e354e5e
PM
129442010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12945
12946 PR pascal/11492.
12947 * gdb.pascal/gdb11492.pas: New file.
12948 * gdb.pascal/gdb11492.exp: New file.
12949
be942545
JB
129502010-04-20 Joel Brobecker <brobecker@adacore.com>
12951
1667e6e3 12952 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12953
0c3acc09
JB
129542010-04-20 Joel Brobecker <brobecker@adacore.com>
12955
12956 * gdb.ada/dyn_loc: New testcase.
12957
ec31cde5
CM
129582010-04-20 Chris Moller <cmoller@redhat.com>
12959
12960 PR 10867
889bf7c5 12961
ec31cde5
CM
12962 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12963 * gdb.cp/pr10687.cc: New file.
12964 * gdb.cp/pr10687.exp: New file.
12965
12966
ce4b0682
SDJ
129672010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12968 Sergio Durigan Junior <sergiodj@redhat.com>
12969
12970 * gdb.fortran/logical.exp: New testcase.
12971 * gdb.fortran/logical.f90: New file.
12972
3436961f
DE
129732010-04-19 Doug Evans <dje@google.com>
12974
12975 * gdb.base/help.exp (help source): Update expected output.
12976
4d836c09
JK
129772010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12978
12979 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12980 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12981 gdb_exit and return.
12982 (executable): New variable.
12983 (binfile): Use it.
12984
6149aea9
PA
129852010-04-19 Pedro Alves <pedro@codesourcery.com>
12986
12987 PR breakpoints/8554.
12988
12989 * gdb.trace/save-trace.exp: Adjust.
12990
ed41462c
L
129912010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12992
12993 PR corefiles/11511
12994 * gdb.arch/system-gcore.exp: New.
12995 * gdb.arch/gcore.c: Likewise.
12996
3f7b2faa
DE
129972010-04-15 Doug Evans <dje@google.com>
12998
fa33c3cd
DE
12999 * gdb.python/py-progspace.c: New file.
13000 * gdb.python/py-progspace.exp: New file.
13001
3f7b2faa
DE
13002 * gdb.base/source.exp: Add tests for "source -s".
13003
79f283fe
PM
130042010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13005
13006 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13007 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13008 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13009 * gdb.python/py-mi.exp: New test for to_string returning None.
13010
fc8eb08a
PM
130112010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13012
13013 * gdb.python/py-breakpoint.c: Make result global.
13014
26e197f6
JK
130152010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 Fix non-GNU make compatibility.
13018 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13019
adc36818
PM
130202010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13021
13022 * gdb.python/py-breakpoint.exp: New File.
13023 * gdb.python/py-breakpoint.C: Ditto.
13024
64e17368
SS
130252010-04-08 Stan Shebs <stan@codesourcery.com>
13026
13027 * gdb.trace/actions.exp: Clear default-collect.
13028 * gdb.trace/save-trace.exp: Clear default-collect.
13029
fff5cc64
PM
130302010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13031
13032 * gdb.python/py-value: Add null string variable.
13033 (test_lazy_string): Test zero length, NULL address lazy
13034 strings.
13035
a055a187
L
130362010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13037
13038 * gdb.arch/i386-avx.c: New.
13039 * gdb.arch/i386-avx.exp: Likewise.
13040
13041 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13042
96e39866
DE
130432010-04-06 Doug Evans <dje@google.com>
13044
13045 * gdb.base/source-test.gdb: New file.
13046 * gdb.base/source.exp: Test source -v.
13047
5984a431
UW
130482010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13049
13050 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13051
ec8a089a
PM
130522010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13053
13054 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13055 within one line, unless it is followed by a double quote.
13056 * gdb.stabs/hppa.sed: Idem.
13057 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13058 * gdb.stabs/weird.exp: Check for correct parsing of
13059 char and string constants.
ec8a089a
PM
13060 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13061 in .stabs to .stabx substitution.
13062
fce3c1f0
SS
130632010-04-05 Stan Shebs <stan@codesourcery.com>
13064
13065 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13066 constant global.
13067 * gdb.trace/tfile.exp: Try to print them.
13068
d77f58be
SS
130692010-04-04 Stan Shebs <stan@codesourcery.com>
13070
13071 * gdb.base/completion.exp: Update for new "info watchpoints".
13072 * gdb.base/default.exp: Ditto.
13073 * gdb.base/help.exp: Ditto.
13074 * gdb.base/watchpoint.exp: Ditto.
13075 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13076
af54718e
SS
130772010-04-04 Stan Shebs <stan@codesourcery.com>
13078
13079 * gdb.trace/tfile.exp: Sharpen tfind test.
13080
74d1f91e
JK
130812010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 * gdb.base/break-entry.exp: New.
13084
eb8e76db 130852010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13086 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13087
13088 * gdb.reverse/i386-sse-reverse.exp: New file.
13089 * gdb.reverse/i386-sse-reverse.c: New file.
13090
bf65cad8
PA
130912010-04-02 Pedro Alves <pedro@codesourcery.com>
13092
13093 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13094
fff87407
SS
130952010-04-01 Stan Shebs <stan@codesourcery.com>
13096
13097 * gdb.trace/actions.exp: Tweak expected output.
13098 * gdb.trace/while-stepping.exp: Tweak expected output.
13099
fe01d668
L
131002010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13101
13102 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13103
86b17b60
PA
131042010-04-01 Pedro Alves <pedro@codesourcery.com>
13105
13106 * gdb.base/commands.exp: Adjust.
13107 * gdb.cp/extern-c.exp: Adjust.
13108
2c58c0a9
PA
131092010-04-01 Pedro Alves <pedro@codesourcery.com>
13110
13111 * gdb.trace/collection.c (local_test_func): Define a local struct,
13112 and instanciate it.
13113
0db9b91c
PA
131142010-04-01 Pedro Alves <pedro@codesourcery.com>
13115
13116 * gdb.trace/collection.exp (gdb_collect_args_test)
13117 (gdb_collect_argarray_test): XFAIL the tests that assume the
13118 argarray argument's elements are collected.
13119
8072405b
JK
131202010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13121
13122 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13123 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13124
8bf6485c
SS
131252010-03-31 Stan Shebs <stan@codesourcery.com>
13126
13127 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13128 and tracepoint conditionals.
13129 (gdb_verify_tracepoints): Delete unused return.
13130
fd7f724a
KS
131312010-03-26 Keith Seitz <keiths@redhat.com>
13132
13133 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13134 appear in the output before main.
13135 Remove KFAIL for gdb/2215 aka bz 9320.
13136
8d9e7719
DE
131372010-03-30 Doug Evans <dje@google.com>
13138
0906dd0b
DE
13139 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13140 by dejagnu.
13141 * gdb.arch/amd64-dword.exp: Ditto.
13142
8d9e7719
DE
13143 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13144 match.
13145 (break printf): Ditto.
13146
1da644f0
SW
131472010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13148
13149 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13150 gcc < 4.4.
13151 * gdb.cp/shadow.exp: Ditto.
13152
a8121990
PA
131532010-03-29 Pedro Alves <pedro@codesourcery.com>
13154
13155 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13156 "tstart" is silent.
13157
6e79d367
PA
131582010-03-29 Pedro Alves <pedro@codesourcery.com>
13159
13160 * gdb.trace/collection.exp (executable): New.
13161 (binfile): Use it.
13162 (fpreg, spreg, pcreg): New.
13163 (test_register): Use gdb_test_multiple. Pass /x to print.
13164 (prepare_for_trace_test): New.
13165 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13166 (gdb_collect_args_test, gdb_collect_argstruct_test)
13167 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13168 prepare_for_trace_test.
13169 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13170 fpreg, spreg and pcreg.
13171 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13172 prepare_for_trace_test.
13173 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13174 try to detect tracing support here. Don't set breakpoints at
13175 `begin' or `end' here.
13176 <global scope>: Use clean_restart. Run to main before checking
13177 for tracing support. Check for for tracing support here.
13178
09248348
JK
131792010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13182 " as $displacement" to "seen displacement message".
13183
d350db38
PA
131842010-03-28 Pedro Alves <pedro@codesourcery.com>
13185
13186 * gdb.trace/while-dyn.exp (executable): New variable.
13187 (binfile): Use it.
13188 (test_while_stepping): New function. Move most tests here. Call
13189 it once for each of the while-stepping, stepping and ws aliases.
13190
907af001
UW
131912010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13192
13193 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13194 that do not provide the tagless_struct type name at all.
13195 (test_print_anon_union): Do not check value of uninitialized
13196 union member. Do not use cp_test_ptype_class, so we can accept
13197 "long" as well as "long int".
13198
610197fd
PA
131992010-03-26 Pedro Alves <pedro@codesourcery.com>
13200
13201 * gdb.trace/tfile.c (tohex, bin2hex): New.
13202 (write_error_trace_file): Hexify error description.
13203
6c28cbf2
SS
132042010-03-25 Stan Shebs <stan@codesourcery.com>
13205
13206 * gdb.trace/tfile.c: Generate an additional trace file, improve
13207 portability.
13208 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13209 files in a better way.
13210
e62b8c7e
KS
132112010-03-25 Keith Seitz <keiths@redhat.com>
13212
13213 * gdb.java/jprint.exp: XFAIL printing of static class members
13214 because of GCC debuginfo problem.
13215
82ccf5a5
JK
132162010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13217
13218 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13219
293e2f9e
DJ
132202010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13221
13222 * gdb.base/completion.exp: Allow long instead of long int.
13223 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13224 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13225 variable p.
13226 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13227 * gdb.base/pointers.exp: Allow long instead of long int.
13228 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13229 * gdb.base/step-line.exp: Allow a directory before the source file name.
13230
95a42b64
TT
132312010-03-24 Tom Tromey <tromey@redhat.com>
13232
13233 PR breakpoints/9352:
13234 * gdb.base/default.exp: Update.
13235 * gdb.base/commands.exp: Update.
13236 * gdb.cp/extern-c.exp: Test setting commands on multiple
13237 breakpoints at once.
13238
2390201f
DJ
132392010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13240
13241 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13242 if gdb,nosignals.
13243 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13244 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13245 exited".
13246
8c9a6790
SS
132472010-03-24 Stan Shebs <stan@codesourcery.com>
13248
13249 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13250
a6c727b2
DJ
132512010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13252
13253 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13254 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13255 argument. Handle "short" and "long".
13256 (Top level): Pass overprototyped output for old_fptr and xptr.
13257
4dfd5423
PA
132582010-03-23 Pedro Alves <pedro@codesourcery.com>
13259
13260 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13261 format strings and add casts to avoid compiler warnings.
13262
132632010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13264
13265 * lib/trace-support.exp (gdb_trace_setactions):
13266 Don't expect whitespace after ">" prompt.
13267 * gdb.trace/actions.exp: Adjust for output changes.
13268 * gdb.trace/while-stepping.exp: Likewise.
13269
c847d045
JK
132702010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13273 and r157645).
13274
5f717f1d
JK
132752010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13276
13277 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13278 New.
13279
7d6d51d5
DJ
132802010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13281
13282 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13283 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13284
3b11a015
SS
132852010-03-19 Stan Shebs <stan@codesourcery.com>
13286
13287 * gdb.trace/ax.exp: New file.
13288
d7d158ed
DE
132892010-03-19 Doug Evans <dje@google.com>
13290
6bb85cd1
DE
13291 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13292 output from gcc.
13293
d7d158ed
DE
13294 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13295 named /usr/sbin/prelink<foo>.
13296
4daf5ac0
SS
132972010-03-18 Stan Shebs <stan@codesourcery.com>
13298
13299 * gdb.trace/circ.exp: Test circular-trace-buffer.
13300 * gdb.trace/tfile.exp: Update tstatus test.
13301
e8d05480
JB
133022010-03-18 Joel Brobecker <brobecker@adacore.com>
13303
13304 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13305 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13306
441b986a
UW
133072010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13308
13309 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13310
4247603b
PA
133112010-03-18 Pedro Alves <pedro@codesourcery.com>
13312
13313 * gdb.base/default.exp: Adjust the expected output of the finish
13314 and until commands when the inferior is not being run.
13315
13387711
SW
133162010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13317
13318 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13319 * gdb.cp/nsusing.exp: Ditto.
13320
6e31430b
TT
133212010-03-15 Tom Tromey <tromey@redhat.com>
13322
13323 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13324 * gdb.cp/userdef.cc (operator==): New function.
13325 (main): New locals mem1, mem2.
13326
e2d69cb5
JZ
133272010-03-15 Jie Zhang <jie@codesourcery.com>
13328
13329 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13330 Declare and use new loadtimeout variable.
13331
f572f0a9
DJ
133322010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13333
13334 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13335 Use gdb_load later.
13336
51f4c0b0
PA
133372010-03-14 Pedro Alves <pedro@codesourcery.com>
13338
13339 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13340 literal. Add missing endlines to prints to stderr.
13341
1c809c68
TT
133422010-03-12 Tom Tromey <tromey@redhat.com>
13343
13344 PR c++/9708:
13345 * gdb.cp/m-static.exp: Add regression test.
13346 * gdb.cp/m-static.cc (method): New method.
13347 (main): Call it.
13348
00ae8fef
SW
133492010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13350
13351 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13352 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13353
759f0f0b
PA
133542010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13355
21e24d21
PA
13356 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13357
133582010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13359
759f0f0b
PA
13360 * lib/gdb.exp (skip_stl_tests): New.
13361 (gdb_compile): Symbian needs -ldl.
13362 (shlib_target_file): New.
13363 (shlib_symbol_file): New.
13364 (gdb_load_shlibs): Use shlib_target_file.
13365 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13366 * gdb.cp/exception.exp: Use skip_stl_tests.
13367 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13368 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13369 * gdb.cp/mb-templates.exp: Ditto.
13370 * gdb.base/commands.exp: Relax regexes.
13371 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13372 shlib_target_file and shlib_symbol_file.
13373 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13374 sections.
13375 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13376 * gdb.base/solib-disc.exp: Use
13377 shlib_target_file and shlib_symbol_file.
13378 * gdb.base/unload.exp: Don't skip on symbian. Use
13379 shlib_target_file and shlib_symbol_file.
13380 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13381
6a8f2671 133822010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13383
6a8f2671
PA
13384 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13385 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13386 Issue a tfind end before looking for a tracepoint frame.
13387 * gdb.trace/tfind.exp: Adjust tstatus output.
13388 Adjust disassembly output.
13389 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13390
ccf26247
JK
133912010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 * gdb.base/break-interp.exp: Create new displacement parameter value
13394 for the test_ld calls.
13395 (reach): New parameter displacement, verify its content. New push of
13396 pf_prefix "reach-$func:". Import global expect_out.
13397 (test_core): New parameter displacement, verify its content. New push
13398 of pf_prefix "core:". New command "set verbose on". Import global
13399 expect_out.
13400 (test_attach): New parameter displacement, verify its content. New
13401 push of pf_prefix "attach:". New command "set verbose on". Import
13402 global expect_out.
13403 (test_ld): New parameter displacement, pass it to the reach, test_core
13404 and test_attach calls and verify its content in the "ld.so exit" test.
13405 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13406 (prelink): Update expected text, use gdb_test.
13407
e469c7fb
DE
134082010-03-10 Doug Evans <dje@google.com>
13409
13410 * gdb.base/checkpoint.exp: Fix comment.
13411 Lengthen timeout while doing >600 checkpoints test.
13412 Rename duplicate "kill all one" test to keep test names unique.
13413
60e1c644
PA
134142010-03-10 Pedro Alves <pedro@codesourcery.com>
13415
13416 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13417
cec808ec
KS
134182010-03-08 Keith Seitz <keiths@redhat.com>
13419
889bf7c5
PA
13420 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13421 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13422 (dm_type_long): New function.
13423 (dm_type_unsigned_short): New function.
13424 (dm_type_unsigned_long): New function.
13425 (myint): New typedef.
13426 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13427 long, unsigned shor and long, operator char*, and typedef.
13428 (test_lookup_operator_functions): Add operator char* test.
13429 (test_paddr_operator_functions): Likewise.
13430 (test_paddr_overloaded_functions): Use probe values for
13431 short, long, and unsigned short and long.
13432 (test_paddr_hairy_functions): If the demangler probe detected
13433 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13434 demangler.
13435 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13436 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13437 and "print null_pmf".
13438 Add test "ptype a.*pmf".
13439 * gdb.cp/overload.exp: Allow optional "int" to appear with
13440 "short" and "long".
13441 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13442 long expect value for men_overload1arg.
13443 Allow "int" to appear with "short" and "long".
13444 When testing "info break", add argument for main (void).
13445 Also allow "int" to appear with "short" and "long".
13446 Ditto with "unsigned" and "long long".
cec808ec
KS
13447 * gdb.java/jmain.exp: Do not enclose methods names in single
13448 quotes.
13449 * gdb.java/jmisc.exp: Likewise.
13450 * gdb.java/jprint.exp: Likewise.
13451 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13452
13453 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13454 * gdb.cp/exception.exp (backtrace after first throw)
13455 (backtrace after second throw): Allow a namespace before __cxa_throw.
13456 (backtrace after first catch, backtrace after second catch): Allow
13457 a namespace before __cxa_begin_catch.
13458
13459 * gdb.cp/cpexprs.exp: New file.
13460 * gdb.cp/cpexprs.cc: New file.
13461
13462 From Daniel Jacobowitz <dan@codesourcery.com>
13463 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13464 to use string_to_regexp.
13465 (ctor, dtor): New functions. Use them to match constructor
13466 and destructor function types.
13467 (Top level): Use runto_main.
13468
f870a310
TT
134692010-03-05 Tom Tromey <tromey@redhat.com>
13470
13471 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13472 gdb.target_charset.
13473 (pp_ns.to_string): Likewise.
13474
0c199f28
KS
134752010-03-04 Keith Seitz <keiths@redhat.com>
13476
13477 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13478 can be quoted. Test that both the filename and function/line
13479 portions can be quoted at the same time.
13480
c7437ca6
PA
134812010-03-04 Pedro Alves <pedro@codesourcery.com>
13482
13483 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13484
b111b805
DE
134852010-03-03 Doug Evans <dje@google.com>
13486
24486cb7
DE
13487 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13488 libc contains libpthread.
13489
b111b805
DE
13490 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13491 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13492 of gdb_compile. Add another pattern to match android backtrace.
13493
a0e0ef55
TT
134942010-03-03 Tom Tromey <tromey@redhat.com>
13495
13496 PR gdb/11345:
13497 * gdb.base/printcmds.exp (test_printf): Add test.
13498
1ba53b71
L
134992010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13500
13501 * gdb.arch/amd64-byte.exp: New.
13502 * gdb.arch/amd64-dword.exp: Likewise.
13503 * gdb.arch/amd64-pseudo.c: Likewise.
13504 * gdb.arch/amd64-word.exp: Likewise.
13505 * gdb.arch/i386-byte.exp: Likewise.
13506 * gdb.arch/i386-pseudo.c: Likewise.
13507 * gdb.arch/i386-word.exp: Likewise.
13508
f5dff777
DJ
135092010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13510
13511 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13512 types. Add structreg, bitfields, and flags registers.
13513 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13514 registers.
13515
90884b2b
L
135162010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13517
13518 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13519 (load_description): Set architecture if defined.
13520
dc00d89f
PM
135212010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13522
13523 * gdb.python/py-frame.exp: Add read_var block tests.
13524 * gdb.python/py-frame.c (block): New function.
13525
0e095b7e
JK
135262010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13527 Daniel Jacobowitz <dan@codesourcery.com>
13528
13529 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13530
624f1a65
DM
135312010-02-25 David S. Miller <davem@davemloft.net>
13532
13533 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13534 fix logic for setting all_syscalls_numbers.
13535
f3e9a817
PM
135362010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13537
13538 * Makefile.in: Add py-block and py-symbol.
13539 * gdb.python/py-symbol.exp: New File.
13540 * gdb.python/py-symtab.exp: New File.
13541 * gdb.python/py-block.exp: New File.
13542 * gdb.python/py-symbol.c: New File.
13543 * gdb.python/py-block.c: New File.
13544
f6bbabf0
PM
135452010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13546
13547 PR python/11314
13548 * lib/gdb.exp (skip_python_tests): New function.
13549 * gdb.python/py-cmd.exp: Use skip_python_tests.
13550 * gdb.python/py-frame.exp: Likewise.
13551 * gdb.python/py-function.exp: Likewise.
13552 * gdb.python/py-prettyprint.exp: Likewise.
13553 * gdb.python/py-template.exp: Likewise.
13554 * gdb.python/py-type.exp: Likewise.
13555 * gdb.python/py-value.exp: Likewise.
13556
85d721b8
PA
135572010-02-22 Pedro Alves <pedro@codesourcery.com>
13558
13559 PR9605
13560
13561 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13562
48e32051
TT
135632010-02-19 Tom Tromey <tromey@redhat.com>
13564
13565 PR c++/8693, PR c++/9496:
13566 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13567 regression tests.
13568
ac9c0048
JK
135692010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 Fix compatibility with m68k as.
13572 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13573 Use only /* comments */.
13574
57bb97a4
UW
135752010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13576
13577 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13578 * configure: Regenerate.
13579
7d1bf85c
DJ
135802010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13581
13582 * gdb.python/py-type.exp: Check for Python support.
13583
061b5285
PA
135842010-02-17 Pedro Alves <pedro@codesourcery.com>
13585
13586 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13587 `regsub' syntax available.
13588
f8a8bc2c
PA
135892010-02-17 Pedro Alves <pedro@codesourcery.com>
13590
13591 * gdb.base/shmain.c (main): Remove printf call.
13592 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13593 * gdb.base/unload.c (main): Make format of fprintf a string
13594 literal. Add missing endlines to prints to stderr.
13595 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13596
6f451e5e
TT
135972010-02-17 Tom Tromey <tromey@redhat.com>
13598
13599 * gdb.java/jprint.java (jprint.props): New field.
13600 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13601
12d79008
PA
136022010-02-17 Pedro Alves <pedro@codesourcery.com>
13603
ef801a0e 13604 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13605 available.
13606
d252f7e5
DJ
136072010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13608
13609 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13610 creation to support remote host testing.
13611
67bdab6c
DJ
136122010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13613
13614 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13615 Recognize "command not found".
13616
bb391223
DJ
136172010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13618
13619 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13620 single-stepping.
13621
70362913
DJ
136222010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13623
13624 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13625 if arguments are not supported.
13626
493f3c00
DJ
136272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13628
13629 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13630 be const or non-const.
13631
8034c749
DJ
136322010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13633
13634 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13635 mi_send_resuming_command to send -exec-continue.
13636
791dfb64
DJ
136372010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13638
13639 * gdb.base/list.exp (test_list_filename_and_function): Add test
13640 with single quotes.
13641 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13642 matching.
13643 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13644 Add KFAIL'd tests for PR gdb/11289.
13645
7c5fe868
DJ
136462010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13647
13648 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13649
fdc498b8
DJ
136502010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13651
13652 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13653 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13654 a temporary directory.
13655
b519e2a6
DJ
136562010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13657
13658 * gdb.base/charset.exp: Use a single regular expression to match
13659 show host-charset and show target-charset output.
13660
74164c56
JK
136612010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13662
13663 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13664 "Illegal process-id" expect string more exact.
13665 (attach to digits-starting nonsense is prohibited): New.
13666
701ed6dc
JK
136672010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 * gdb.base/prelink.exp (set verbose on): New.
13670
889bf7c5 136712010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13672
13673 * mi-reverse.exp: New file. Test for reverse option to the
13674 following MI commands: exec-continue, exec-finish, exec-next,
13675 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13676
dadf0e9c
JB
136772010-02-09 Joel Brobecker <brobecker@adacore.com>
13678
13679 * gdb.ada/ptype_tagged_param: New testcase.
13680
714f19d5
TT
136812010-02-08 Tom Tromey <tromey@redhat.com>
13682
13683 PR c++/8017:
13684 * gdb.cp/overload.exp: Add tests.
13685 * gdb.cp/overload.cc (struct K): New.
13686 (namespace N): New.
13687 (main): Call new functions.
13688 (K::staticoverload): Define.
13689
889bf7c5 136902010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13691
13692 PR gdb/10728
13693 * gdb.cp/pr10728-x.h: New file.
13694 * gdb.cp/pr10728-x.cc: New file.
13695 * gdb.cp/pr10728-y.cc: New file.
13696 * gdb.cp/pr10728.exp: New file.
13697 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13698
889bf7c5 136992010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
13700
13701 PR gdb/9067
13702 * gdb.cp/pr9067.exp: New
13703 * gdb.cp/pr9067.cc: New
13704 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13705
7b356089
JB
137062010-02-08 Joel Brobecker <brobecker@adacore.com>
13707
13708 * lib/gdb.exp (gdb_test_timeout): New global variable.
13709 Set it to timeout if not already set.
13710 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13711
1be00882
DE
137122010-02-05 Doug Evans <dje@google.com>
13713
13714 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13715 user.
13716
82856980
SW
137172010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13718
13719 PR c++/7935:
13720 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13721
1a334831
TT
137222010-02-04 Tom Tromey <tromey@redhat.com>
13723
13724 * gdb.cp/virtbase.exp: Make test case names unique.
13725
9c3c02fd
TT
137262010-02-02 Tom Tromey <tromey@redhat.com>
13727
13728 * gdb.cp/virtbase.exp: Add regression tests.
13729 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13730 (main): Instantiate RHC.
13731
0cc2414c
TT
137322010-02-02 Tom Tromey <tromey@redhat.com>
13733
13734 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13735 type-printing change.
13736
edf3d5f3
TT
137372010-02-02 Tom Tromey <tromey@redhat.com>
13738
13739 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13740 * gdb.cp/virtbase.cc: New file.
13741 * gdb.cp/virtbase.exp: New file.
13742 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13743
e4b7f41c
JK
137442010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13745
13746 PR libc/11214:
13747 * gdb.threads/current-lwp-dead.c: Include features.h.
13748 (HAS_NOMMU): New.
13749 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13750
b381ea14
JK
137512010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13752
13753 * gdb.base/symbol-without-target_section.exp,
13754 gdb.base/symbol-without-target_section.c: New.
13755
c593ac0e
DJ
137562010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13757
13758 * gdb.base/bigcore.exp: Reset increased timeout.
13759 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13760
db25f29d
DJ
137612010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13762
13763 * gdb.base/gcore.exp (capture_command_output): Use
13764 gdb_test_multiple.
13765
f9d67f43
DJ
137662010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13767
13768 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13769 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13770 (Top level): Call it.
13771
177321bd
DJ
137722010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13773
13774 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13775
97f2ed50
DJ
137762010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13777
13778 * gdb.base/call-strs.exp, gdb.base/default.exp,
13779 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13780 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13781 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13782 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13783 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13784 * gdb.base/ending-run.exp: Correct restore of timeout.
13785 * gdb.base/page.exp: Remove unnecessary timeout setting.
13786
e4e2711a
JB
137872010-01-29 Joel Brobecker <brobecker@adacore.com>
13788
13789 * gdb.ada/rec_return: New testcase.
13790
ba581dc1
JB
137912010-01-29 Joel Brobecker <brobecker@adacore.com>
13792
13793 * gdb.ada/call_pn: New testcase.
13794
4ea95be9
DJ
137952010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13796
13797 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13798 (Top level): Use it to resume.
13799 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13800 the Thumb mode displaced stepping error as unsupported.
13801
df83a9bf
SW
138022010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13803
889bf7c5
PA
13804 * gdb.cp/nsusing.exp: Added more tests.
13805 * gdb.cp/nsrecurs.exp: Ditto.
13806 * gdb.cp/nsusing.cc: Added test functions.
13807 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13808
40b27cdc
JK
138092010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13810
13811 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13812 absolute directory pathnames in gdb.sum file.
13813
de958931
SW
138142010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13815
13816 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13817 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13818
708ead4e
TT
138192010-01-26 Tom Tromey <tromey@redhat.com>
13820
13821 PR exp/7643:
13822 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13823 setup_kfail.
13824
b14e635e
SW
138252010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13826
13827 * gdb.cp/nsrecurs.exp: New test.
13828 * gdb.cp/nsrecurs.cc: New test program.
13829 * gdb.cp/nsstress.exp: New test.
13830 * gdb.cp/nsstress.cc: New test program.
13831 * gdb.cp/nsdecl.exp: New test.
13832 * gdb.cp/nsdecl.cc: New test program.
13833
8540c487
SW
138342010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13835
13836 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13837 imported into file scope.
13838 Marked test as xfail.
13839 * gdb.cp/namespace-using.cc (marker5): New function.
13840 * gdb.cp/shadow.exp: New test.
13841 * gdb.cp/shadow.cc: New test program.
13842 * gdb.cp/nsimport.exp: New test.
13843 * gdb.cp/nsimport.cc: New test program.
13844
421d5d99
TT
138452010-01-25 Tom Tromey <tromey@redhat.com>
13846
13847 PR gdb/11049:
13848 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13849 with "set print null-stop on".
13850
691f8dc1
JK
138512010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13852
13853 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13854 Adjust it for DISASSEMBLY_OMIT_FNAME.
13855
0b92b5bb
TT
138562010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13857
13858 PR symtab/11199:
13859 * gdb.dwarf2/member-ptr-forwardref.exp,
13860 gdb.dwarf2/member-ptr-forwardref.S: New.
13861
23787403
JK
138622010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13863
13864 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13865 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13866 thread1_tid_mutex. Remove gdbstop_mutex handling.
13867 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13868 thread2_tid_mutex. Remove gdbstop_mutex handling.
13869 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13870 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13871 pthread_cond_wait conditionalizations by while loops.
13872
b966cb8a
TT
138732010-01-20 Tom Tromey <tromey@redhat.com>
13874
13875 PR backtrace/10770:
13876 * gdb.dwarf2/pr10770.exp: New file.
13877 * gdb.dwarf2/pr10770.c: New file.
13878 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13879
fcae584b
VP
138802010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13881
13882 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13883 that target was removed, and the test always runs native anyway.
13884
a0f49112
JK
138852010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13886
13887 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13888 gdb.base/watchpoint-cond-gone-stripped.c: New.
13889
ceeb3d5a
TT
138902010-01-19 Tom Tromey <tromey@redhat.com>
13891
13892 PR c++/8000:
13893 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13894 existing tests.
13895 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13896 (main): Use AAA::SomeEnum.
13897
dd322c54
JK
138982010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13899
13900 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13901 (test_ignore_count): Declare line_callme_body global.
13902 (run to breakpoint with ignore count): Use line_callme_body.
13903 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13904 (set line_main_hello, set line_main_return): Reindent.
13905 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13906 New.
13907 (continue to callee4): Use line_callee4_body.
13908 (check *stopped from CLI command): Use line_callee4_next.
13909 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13910 (set line_main_hello, set line_main_return): Reindent.
13911 (set line_callee4_head, set line_callee4_body): New.
13912 (continue to callee4): Use line_callee4_body.
13913
4e8f195d
TT
139142010-01-18 Tom Tromey <tromey@redhat.com>
13915
13916 PR c++/9680:
13917 * gdb.cp/casts.cc: Add new classes and variables.
13918 * gdb.cp/casts.exp: Test new operators.
13919
9e14a9ba
JB
139202010-01-18 Tom Tromey <tromey@redhat.com>
13921 Thiago Jung Bauermann <bauerman@br.ibm.com>
13922
13923 * gdb.python/source2.py: New file.
13924 * gdb.python/source1: New file.
13925 * gdb.python/python.exp: Test "source" command.
13926
00bf0b85
SS
139272010-01-15 Stan Shebs <stan@codesourcery.com>
13928
13929 * gdb.trace/tfile.c: New file.
13930 * gdb.trace/tfile.exp: New file.
889bf7c5 13931
55235ad7
JK
139322010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13933
13934 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13935
9f2982ff
JK
139362010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13937
13938 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13939
bbfba9ed
JK
139402010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13941
13942 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13943 (libfunc): New parameter action. Implement also selectable "sleep".
13944 * gdb.base/break-interp-main.c: Include assert.h.
13945 (libfunc): New parameter action.
13946 (main): New parameters argc and argv. Assert argc. Pass argv.
13947 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13948 (test_attach): New proc.
13949 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13950 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13951
61f0d762
JK
139522010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13953
13954 * gdb.base/break-interp.exp (test_core): New proc.
13955 (test_ld): Call it.
13956
06a6f270
JK
139572010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13958
13959 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13960 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13961 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13962 and gdb_compile_shlib. Use new -Wl compiler options.
13963 (dl bt, main bt): New tests.
13964
51bee8e9
JK
139652010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13966
13967 Support PIEs with no symfile_objfile.
13968 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13969 (test_ld): New parameter trynosym.
13970 (test_ld <$trynosym>): New block.
13971
b8040f19
JK
139722010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13973
13974 * gdb.base/break-interp.exp: New file.
13975
be759fcf
PM
139762010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13977
13978 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13979 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13980 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13981 test.
13982 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13983 * gdb.python/py-mi.exp: Add lazy string test.
13984
dc146f7c
VP
139852010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13986
13987 * lib/mi-support.exp (mi_check_thread_states): Handle
13988 core number in thread listing.
13989
b4ba55a1
JB
139902010-01-12 Joel Brobecker <brobecker@adacore.com>
13991
13992 * gdb.base/maint.exp: Adjust the expected output for the
13993 "maint print type" test. Use gdb_test_multiple instead of
13994 gdb_sent/gdb_expect.
13995
08e24bd4
DE
139962010-01-11 Doug Evans <dje@google.com>
13997
6496a609
DE
13998 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13999 from gdbserver_download. All callers updated.
14000
08e24bd4
DE
14001 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14002
b5cfddf5
JK
140032010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 Implement binary numbers parsing.
14006 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14007 (test_integer_literals_rejected): New binary tests.
14008
3725885a
RW
140092010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14010
14011 * gdb.cell/configure: Regenerate.
14012
37aeb5df
JK
140132010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14014
14015 * gdb.base/corefile.exp: Move the core finding block out and call it as
14016 core_find, new variable $corefile, replace corefile by $corefile and
14017 [file tail $corefile] for usage vs. test names resp.
14018 * lib/gdb.exp (core_find): Move it as a new function here. New
14019 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14020 $destcore. Return "" on error.
14021
d521f563
JK
140222010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14023
14024 Workaround PR binutils/10802.
14025 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14026 (twice).
14027
28f24826
DJ
140282010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14029
14030 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14031
2de75e71
JB
140322010-01-08 Joel Brobecker <brobecker@adacore.com>
14033
14034 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14035 call, to avoid interruption.
14036
fe00719b 140372010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14038
14039 * gdb.stabs/weird.def (args93): New.
14040
d0ef5df8
DE
140412010-01-07 Doug Evans <dje@google.com>
14042
14043 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14044
3a08d52f
TT
140452010-01-07 Tom Tromey <tromey@redhat.com>
14046
14047 * gdb.base/source.exp: Use correct line number.
14048
7a697b8d
SS
140492010-01-05 Stan Shebs <stan@codesourcery.com>
14050
14051 * gdb.trace/tracecmd.exp: Test ftrace.
14052
7803799a
UW
140532010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14054
14055 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14056
c54eabfa
JK
140572010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14058
14059 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14060 "uint_for_mi_testing".
14061
02e7ef19
JB
140622010-01-01 Joel Brobecker <brobecker@adacore.com>
14063
14064 Test indented comment in file being sourced.
14065 * gdb.base/commands.exp: Test indented comment in file being sourced.
14066
abd775ce
JB
140672010-01-01 Joel Brobecker <brobecker@adacore.com>
14068
14069 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14070 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14071 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14072 notice.
14073
79b55b82
JB
140742010-01-01 Joel Brobecker <brobecker@adacore.com>
14075
14076 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14077 notice.
14078
8997583e
JK
140792010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14080
14081 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14082 missing $after_stopped and comma (,) expectation.
14083
6da95a67
SS
140842009-12-31 Stan Shebs <stan@codesourcery.com>
14085
14086 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14087
218d2fc6
TJB
140882009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14089
14090 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14091 (top level): Call test_watchpoint_in_big_blob.
14092 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14093 watchpoints.
14094 (func3): Write to buf.
14095
236f1d4d
SS
140962009-12-29 Stan Shebs <stan@codesourcery.com>
14097
14098 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14099
f61e138d
SS
141002009-12-28 Stan Shebs <stan@codesourcery.com>
14101
14102 * gdb.trace/tsv.exp: New file.
14103 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14104
0219b378
DJ
141052009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14106
14107 * gdb.base/find.c (main): Reference search buffers.
14108 * gdb.base/included.c (main): Reference integer.
14109 * gdb.base/ptype.c (charfoo): Declare.
14110 (intfoo): Call charfoo.
14111 * gdb.base/scope0.c (useitp): New function.
14112 (usestatics): Use useitp.
14113 (useit): Add a type for val.
14114 * gdb.base/scope1.c (useit1): Take a pointer argument.
14115 (usestatics1): Update calls to useit1.
14116 * gdb.cp/call-c.cc: Declare foo.
14117 (main): Call foo.
14118 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14119 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14120 (main): Call C::ensureRefs and ensureOtherRefs.
14121 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14122 variables.
14123 (ensureOtherRefs): New function.
14124 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14125 * gdb.cp/templates.cc (main): Call t5i.value.
14126
3f78692f
JK
141272009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14128
14129 Fix compatibility with G++-4.5.
14130 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14131 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14132 (uncaught return): Remove.
14133
429374b8
JK
141342009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14135 Phil Muldoon <pmuldoon@redhat.com>
14136
14137 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14138 (bp_location13, bp_location14, bp_location17, bp_location18)
14139 (marker3_proto, marker4_proto): New variables.
14140 (breakpoint info): Update output.
14141 (run until breakpoint at marker3, run until breakpoint at marker4): New
14142 tests.
14143
859825b8
JK
141442009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14145
14146 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14147 Replace the printf call of Y by provided "y-set-1" label. New block
14148 for the second shared library.
14149 * gdb.base/unload.exp: Compile also the second library, call
14150 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14151 (single pending breakpoint info): Rename to ...
14152 (pending breakpoint info before run): ... this extended test.
14153 (libfile2, libname2, libsrcfile2, libsrc2)
14154 (lib_sl2): New variables.
14155 (exec_opts): Set also SHLIB_NAME2.
14156 (pending breakpoint info on first run at shrfunc1)
14157 (pending breakpoint info on second run at shrfunc1)
14158 (pending breakpoint info on second run at shrfunc2)
14159 (print y from libfile, print y from libfile2): New tests.
14160 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14161 * gdb.base/unloadshr2.c: New.
14162
e6a386cd
HZ
141632009-12-22 Hui Zhu <teawater@gmail.com>
14164
14165 * gdb.reverse/sigall-reverse.exp: Adjust.
14166
9e19b45e
VP
141672009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14168
14169 PR gdb/10884
14170
14171 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14172 (main): Call do_bitfield_tests.
aacf5b1e 14173 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14174
d53a7b30
JB
141752009-12-20 Joel Brobecker <brobecker@adacore.com>
14176
14177 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14178 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14179 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14180 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14181 gdb.modula2/unbounded1.c: Update copyright header.
14182
191ca0a1
CM
141832009-12-10 Chris Moller <moller@mollerware.com>
14184
14185 PR gdb/9399
14186 * gdb.cp/virtfunc2.exp: New tests
14187 * gdb.cp/virtfunc2.cc: New tests
14188 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14189
0fa6cf1b
MS
141902009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14191
14192 * gdb.reverse/i387-env-reverse.c: New file.
14193 * gdb.reverse/i387-env-reverse.exp: New file.
14194 * gdb.reverse/i387-stack-reverse.c: New file.
14195 * gdb.reverse/i387-stack-reverse.exp: New file.
14196
361ae042
PM
141972009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14198
14199 * gdb.python/py-type.exp (test_range): New test.
14200
bfd31e71
PM
142012009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14202
14203 PR python/10805
14204
14205 * gdb.python/py-type.exp: New file.
14206 * gdb.python/py-type.c: New file.
14207 * Makefile.in: Add py-type.
14208
57a1d736
TT
142092009-12-03 Tom Tromey <tromey@redhat.com>
14210
14211 * gdb.python/py-value.exp (test_parse_and_eval): New
14212 function.
14213
1f3b5d1b
PP
142142009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14215
14216 PR gdb/11022
14217
14218 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14219 * gdb.base/pr11022.c: New test.
14220
8b7dbdc9
JK
142212009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 Fix spurious false FAILs.
14224 * gdb.base/structs.c (chartest): New.
14225 (main): Fill-in chartest.
14226 * gdb.base/structs.exp (anychar_re, first): New.
14227 (start_structs_test): Import global anychar_re and first.
14228 New gdb_test call "set print elements 300; ${testfile}"
14229 (start_structs_test <$first>): New block.
14230 (any): Import global anychar_re. New variable ac. Use ${ac}.
14231
6a53b2ec
JK
142322009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14233
14234 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14235
d7167b4c
JK
142362009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14237
14238 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14239 Force $srcfile file.
14240 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14241
b1798462
UW
142422009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14243
14244 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14245 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14246 * gdb.threads/watchthreads-reorder.exp: Likewise.
14247
b6199126
DJ
142482009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14249
14250 PR gdb/8704
14251
14252 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14253 "if", and "thread". Correct matching in the previous test.
14254
b22a0510
DJ
142552009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14256
14257 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14258
930636d2
MS
142592009-11-23 Michael Snyder <msnyder@vmware.com>
14260
14261 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14262 * gdb.reverse-watch-precsave.exp: Ditto.
14263
21a0512e
PP
142642009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14265
14266 * gdb.asm/asm-source.exp: Adjust.
14267 * gdb.base/help.exp: Adjust.
889bf7c5 14268
fc30d5e0
PA
142692009-11-22 Pedro Alves <pedro@codesourcery.com>
14270
14271 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14272 (do_syscall_tests_without_xml): Set data-directory to
14273 /the/path/to/nowhere.
14274
f6bc2008
PA
142752009-11-21 Pedro Alves <pedro@codesourcery.com>
14276
14277 * gdb.threads/local-watch-wrong-thread.c,
14278 gdb.threads/local-watch-wrong-thread.exp: New files.
14279
8c2fb5de
PA
142802009-11-21 Pedro Alves <pedro@codesourcery.com>
14281
14282 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14283 assume new `regsub' syntax available.
14284
ebec9a0f
PA
142852009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14286
a79d3c27
JK
14287 * gdb.base/watchpoint-hw-hit-once.exp,
14288 gdb.base/watchpoint-hw-hit-once.c: New.
14289
142902009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14291
14292 * gdb.threads/watchthreads-reorder.exp,
14293 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 14294
276a961b
MK
142952009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14296
14297 * gdb.xml/tdesc-regs.exp: Use for m68k.
14298
4867c1fb
PA
142992009-11-15 Pedro Alves <pedro@codesourcery.com>
14300
14301 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14302
f6838f81
DJ
143032009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14304
14305 * lib/gdb.exp (current_target_name): New procedure.
14306 (gdb_wrapper_target): New variable.
14307 (gdb_wrapper_init): Set gdb_wrapper_target.
14308 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14309 wrapper.
14310
4ac4dd3f
DJ
143112009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14312
14313 * gdb.base/remote.exp: Delete the slowest load test.
14314 Do not load with fixed packet sizes.
14315
a7881759
DJ
143162009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14317
14318 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14319
97a5b505
DJ
143202009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14321
14322 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14323 srcfile when setting a breakpoint.
14324
d3e1fc54
DJ
143252009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14326
14327 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14328 macros.
14329
7cbcbded
DJ
143302009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14331
14332 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14333 to be in memory.
14334 * gdb.base/display.c (force_mem): New.
14335 (do_loops): Use it. Add breakpoint comments.
14336 (do_vars): Add a breakpoint comment.
14337 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14338 line numbers.
14339
bdea3a92
NF
143402009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14341
14342 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14343 instead of a bare "run".
14344
269f82e5
PP
143452009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14346
14347 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 14348
a69b7d9d
DJ
143492009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14350
14351 * lib/cell.exp (skip_cell_tests): Clean up test files before
14352 returning.
14353
b598bfda
DJ
143542009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14355
14356 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14357 and the breakpoint menu. Do not call perror if a prompt is seen.
14358 Consume the following GDB prompt.
14359 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14360 * gdb.cp/namespace.exp: Use gdb_test.
14361 * gdb.cp/templates.exp: Use gdb_test.
14362 (test_template_breakpoints): Use gdb_test_multiple.
14363
87728fa0
DJ
143642009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14365
14366 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14367 (marker4): Reference values.
14368
b67c692f
DJ
143692009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14370
14371 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14372 is missing.
14373
f0df251a
DJ
143742009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14375
14376 * gdb.base/break.c (need_malloc): New.
14377 * gdb.base/constvars.c (main): Reference crass and crisp.
14378 * gdb.base/gdb1821.c (main): Reference bar.
14379 * gdb.cp/gdb1355.cc (main): Reference s1.
14380 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14381 (main): Call them.
14382 * gdb.cp/hang2.cc (dummy2): Define.
14383 * gdb.cp/hang3.cc (dummy3): Define.
14384 * gdb.cp/m-data.cc (main): Reference shadow.
14385
bdf7534a
NF
143862009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14387 Nathan Froyd <froydnj@codesourcery.com>
14388
14389 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14390 remote host.
14391
f24fce77
NF
143922009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14393
14394 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14395 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14396 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14397 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14398 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14399 * gdb.dwarf2/dw2-producer.exp: Likewise.
14400 * gdb.dwarf2/mac-fileno.exp: Likewise.
14401 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14402 py-prettyprint.py to the remote host.
14403 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14404
40f0318e
KS
144052009-11-11 Keith Seitz <keiths@redhat.com>
14406
14407 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14408 use it instead of "Foo".
14409 * gdb.cp/classes.exp (do_tests): Add a test to access
14410 a method through a typedef'd class name.
14411
f3d9f7fb
NF
144122009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14413
14414 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14415 exponents.
14416 * gdb.base/pointers.exp: Likewise.
14417 * gdb.cp/ref-types.exp: Likewise.
14418
a4216f37
KS
144192009-11-11 Keith Seitz <keiths@redhat.com>
14420
14421 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14422 new[] and delete[].
14423 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14424 "void".
14425 (probe_demangler): Remove all single-quoting of
14426 method and variable names.
14427 (info_func_regexp): Remove the word "void" from any
14428 occurrence of "(void)".
14429 (print_addr_2): Remove all single-quoting of
14430 method names.
14431 (print_addr_2_kfail): Likewise.
14432 (print_addr): Single-quote C function names before
14433 passing to print_addr_2.
14434 (test_paddr_operator_functions): Remove single-quoting
14435 for method names.
14436 Add tests for operator new[] and operator delete[].
14437
9b14d7aa
JK
144382009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14439
14440 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14441
85feb311
KS
144422009-11-09 Keith Seitz <keiths@redhat.com>
14443
14444 * gdb.cp/overload.exp: Add tests for resolving overloaded
14445 methods in expression parsing/evaluation.
14446
fa335448
DJ
144472009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14448
14449 * lib/gdb.exp (default_gdb_version): Use --version instead of
14450 --command.
14451
ec3c07fc
NS
144522009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14453
14454 * lib/gdb.exp (gdb_compile_test): New.
14455 (skip_ada_tests, skip_java_tests): New.
14456 (gdb_compile): Use gdb_compile_test for f77.
14457 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14458 * lib/java.exp (compile_java_from_source): Remove runtests check,
14459 use gdb_compile_test to record result.
14460 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14461 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14462 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14463 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14464 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14465 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14466 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14467 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14468 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14469 adjust gdb_compile invocations.
14470
b8b4e42b
JK
144712009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14472
14473 * Makefile.in (abs_builddir): New.
14474 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14475 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14476 `$(abs_builddir)/site.exp'.
14477
f8b7eaf3
DJ
144782009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14479
14480 * config/m68k-emc.exp, lib/emc-support.exp,
14481 gdb.trace/gdb_c_test.c: Delete.
14482 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14483 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14484 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14485 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14486 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14487 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14488 casing for m68k-*-elf.
14489
c4187697
NS
144902009-11-03 Pedro Alves <pedro@codesourcery.com>
14491
14492 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14493 * gdb.arch/i386-prologue.exp: Likewise.
14494 * gdb.arch/i386-unwind.exp: Likewise.
14495
db16b772
DJ
144962009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14497
14498 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14499
bcf71277
DJ
145002009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14501
14502 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14503
0105cee2
DJ
145042009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14505
14506 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14507
24ddea62
JK
145082009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14509
14510 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14511
287ccc17
JK
145122009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14513
14514 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14515 * gdb.base/sepdebug2.c: New file.
14516
08bca259 145172009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14518
14519 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14520 the modified warnings for catch syscall. Verify if GDB was compiled
14521 with support for lib expat, and choose which tests to run depending
14522 on this.
14523
5d4e2b76
VP
145242009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14525
14526 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14527 that composite commands are parsed OK. And also test
14528 that breakpoint commands do work.
14529
240e538a
MS
145302009-10-23 Michael Snyder <msnyder@vmware.com>
14531
14532 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14533 to allow for new disassembly style.
14534
9c419145
PP
145352009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14536
14537 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14538
02506ff1
MS
145392009-10-22 Michael Snyder <msnyder@vmware.com>
14540
14541 * gdb.reverse/break-precsave.exp: New test.
14542 * gdb.reverse/consecutive-precsave.exp: Ditto.
14543 * gdb.reverse/finish-precsave.exp: Ditto.
14544 * gdb.reverse/i386-precsave.exp: Ditto.
14545 * gdb.reverse/machinestate-precsave.exp: Ditto.
14546 * gdb.reverse/sigall-precsave.exp: Ditto.
14547 * gdb.reverse/solilb-precsave.exp: Ditto.
14548 * gdb.reverse/step-precsave.exp: Ditto.
14549 * gdb.reverse/until-precsave.exp: Ditto.
14550 * gdb.reverse/watch-precsave.exp: Ditto.
14551
4cf866a3
MS
145522009-10-22 Michael Snyder <msnyder@vmware.com>
14553
14554 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14555 for gdb_expect. Adjust one test's expect strings for the new
14556 format of disassemble.
14557 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14558 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14559 gdb_test_multiple.
14560 * gdb.reverse/step-reverse.exp: Delete 'return'.
14561 * gdb.reverse/until-reverse.exp: Delete blank lines.
14562 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14563
2b28d209
PP
145642009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14565
14566 * gdb.base/consecutive.exp: Adjust.
14567 * gdb.base/display.exp: Likewise.
14568 * gdb.base/pc-fp.exp: Likewise.
14569 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14570
33b9c32b
MS
145712009-10-19 Michael Snyder <msnyder@vmware.com>
14572
14573 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14574 * gdb.reverse/finish-reverse.c: Ditto.
14575 * gdb.reverse/sigall-reverse.c: Ditto.
14576 * gdb.reverse/solib-reverse.c: Ditto.
14577 * gdb.reverse/step-reverse.c: Ditto.
14578 * gdb.reverse/watch-reverse.c: Ditto.
14579
6c95b8df
PA
145802009-10-19 Pedro Alves <pedro@codesourcery.com>
14581 Stan Shebs <stan@codesourcery.com>
14582
14583 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14584 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14585 "Executing new program".
14586 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14587 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14588 left listed after having been killed.
14589 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14590 * gdb.base/maint.exp: Adjust test.
14591
14592 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14593 * gdb.multi/Makefile.in: New.
14594 * gdb.multi/base.exp: New.
14595 * gdb.multi/goodbye.c: New.
14596 * gdb.multi/hangout.c: New.
14597 * gdb.multi/hello.c: New.
14598 * gdb.multi/bkpt-multi-exec.c: New.
14599 * gdb.multi/bkpt-multi-exec.exp: New.
14600 * gdb.multi/crashme.c: New.
14601
279017b7
TG
146022009-10-13 Tristan Gingold <gingold@adacore.com>
14603
14604 * gdb.base/sepdebug.exp: Check debug info are found.
14605
0413d738
PA
146062009-10-08 Pedro Alves <pedro@codesourcery.com>
14607
14608 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14609 bits.
14610
c628eecc
JK
146112009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14612
14613 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14614
38af1bfe
JB
146152009-10-07 Joel Brobecker <brobecker@adacore.com>
14616
14617 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14618 of the comments.
14619
2b0adecd
PM
146202009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14621
14622 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14623 * gdb.base/annota3.exp: Idem.
14624 * gdb.base/maint.exp: Idem.
14625
8d417781
PM
146262009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14627
889bf7c5 14628 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14629 to default.
14630
bb61102d
PM
146312009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14632
889bf7c5 14633 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14634 mingw and cygwin targets.
14635
ace5c364
PM
146362009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14637 Pedro Alves <pedro@codesourcery.com>
14638
889bf7c5 14639 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14640 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14641
c2d494a0
PM
146422009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14643
e1b52ce2
PM
14644 * gdb.base/shr1.c: Use %p in format string.
14645 * gdb.base/unload.c: Avoid warning in fprintf.
14646 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14647
209f53f5
PM
146482009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14649
14650 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14651 long type.
14652 (test_unlink): Correct printf string.
14653 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14654 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14655
8172766a
JK
146562009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14657
14658 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14659 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14660 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14661
0f73703c
UW
146622009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14663
14664 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14665 * gdb.objc/nondebug.exp: Likewise.
14666
b32306ca
UW
146672009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14668
14669 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14670 target_info setting.
14671
14672 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14673 that detect new threads during "info threads".
14674
0057022f
UW
146752009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14676
14677 * gdb.threads/manythreads.c (main): Increase thread stack size
14678 to 2*PTHREAD_STACK_MIN.
14679 * gdb.threads/multi-create.c (main): Likewise.
14680 (create_function): Likewise.
14681
f29c0325
UW
146822009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14683
14684 * gdb.base/dump.exp: Pass difference of pointer types instead
14685 of integer types as offset to restore in intarr3.srec case.
14686
fcb34849
UW
146872009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14688
14689 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14690
d5142e3b
UW
146912009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14692
14693 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14694
087b74b2 146952009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 14696
087b74b2
PM
14697 New test for two watchpoints, with disabling of
14698 the first inserted.
14699 * testsuite/gdb.base/watchpoints.c: New file.
14700 * testsuite/gdb.base/watchpoints.exp: New file.
14701
96c07c5b
TT
147022009-09-25 Tom Tromey <tromey@redhat.com>
14703
14704 * gdb.base/charset.exp: Test utf-16 strings with Python.
14705
b8899f2b
TT
147062009-09-25 Tom Tromey <tromey@redhat.com>
14707
14708 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14709 UCS-4.
14710 * gdb.base/charset.c (utf_32_string): Rename.
14711 (init_utf32): Rename.
14712 (main): Update.
14713
329719ec
TT
147142009-09-22 Tom Tromey <tromey@redhat.com>
14715
14716 * gdb.python/py-function.exp: Add regression tests.
14717
11ef0d76
KS
147182009-09-21 Keith Seitz <keiths@redhat.com>
14719
14720 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14721 with invalid operator.
14722
3fe8f3b3
KS
147232009-09-21 Keith Seitz <keiths@redhat.com>
14724
14725 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14726 and destructor using typedef name of class.
14727 * gdb.cp/classes.cc (class Base1): Add a destructor.
14728 (base1): New typedef.
14729 (use_methods): Instanitate an object of type base1.
14730 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14731 (do_tests): Call test_template_typedef.
14732 * gdb.cp/templates.cc (Baz::~Baz): New method.
14733 (intBazOne): New typedef.
14734 (main): Instantiate intBazOne.
14735
7a9fe101
PM
147362009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14737
14738 PR python/10633
14739
14740 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14741 Function.
14742 (run_lang_tests): Add print elements test.
14743
2e4d963f
PM
147442009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14745
14746 * gdb.python/py-value.exp (test_subscript_regression): New
14747 function. Test for invalid subscripts.
14748 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14749 (ptr_ref): New function.
14750
ec7e75e7
PP
147512009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14752
14753 * gdb.base/default.exp: Fix "show convenience".
14754
0cc7d26f
TT
147552009-09-15 Tom Tromey <tromey@redhat.com>
14756
14757 * lib/mi-support.exp (mi_create_varobj): Update.
14758 (mi_create_floating_varobj): Likewise.
14759 (mi_create_dynamic_varobj): New proc.
14760 (mi_varobj_update): Update.
14761 (mi_varobj_update_with_type_change): Likewise.
14762 (mi_varobj_update_kv_helper): New proc.
14763 (mi_varobj_update_dynamic_helper): Rewrite.
14764 (mi_varobj_update_dynamic): New proc.
14765 (mi_list_varobj_children): Update.
14766 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14767 * gdb.python/python-prettyprint.py (pp_outer): New class.
14768 (pp_nullstr): Likewise.
14769 (lookup_function): Register new printers.
14770 * gdb.python/python-prettyprint.c (struct substruct): New type.
14771 (struct outerstruct): Likewise.
14772 (substruct_test): New function.
14773 (struct nullstr): New type.
14774 (string_1, string_2): New globals.
14775 (main): Add new tests.
14776 * gdb.python/python-mi.exp: Added regression tests.
14777 * gdb.mi/mi2-var-display.exp: Update.
14778 * gdb.mi/mi2-var-cmd.exp: Update.
14779 * gdb.mi/mi2-var-child.exp: Update.
14780 * gdb.mi/mi2-var-block.exp: Update.
14781 * gdb.mi/mi-var-invalidate.exp: Update.
14782 * gdb.mi/mi-var-display.exp: Update.
14783 * gdb.mi/mi-var-cmd.exp: Update.
14784 * gdb.mi/mi-var-child.exp: Update.
14785 * gdb.mi/mi-var-block.exp: Update.
14786 * gdb.mi/mi-break.exp: Update.
14787 * gdb.mi/gdb701.exp: Update.
14788
a96d9b2e
SDJ
147892009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14790
14791 * Makefile.in: Inclusion of catch-syscall object.
14792 * gdb.base/catch-syscall.c: New file.
14793 * gdb.base/catch-syscall.exp: New file.
14794
b43b923a
MS
147952009-09-12 Michael Snyder <msnyder@vmware.com>
14796
14797 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14798 that can support reverse debuggnig.
14799
cec03d70
TT
148002009-09-11 Tom Tromey <tromey@redhat.com>
14801
14802 * gdb.dwarf2/valop.S: New file.
14803 * gdb.dwarf2/valop.exp: New file.
14804
e23bb3fc
MK
148052009-09-11 Mark Kettenis <kettenis@gnu.org>
14806
14807 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14808
37c3696d
DE
148092009-09-10 Doug Evans <dje@google.com>
14810
14811 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14812 Add $gdb_prompt to second breakpoint regexp.
14813
5172aecb
JB
148142009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14815
14816 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14817 names, add missing ones.
14818 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14819 * gdb.python/py-frame.c: Rename from python-frame.c.
14820 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14821 testfile name.
14822 * gdb.python/py-function.exp: Rename from python-function.exp.
14823 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14824 testfile name.
14825 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14826 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14827 Adjust testfile name.
14828 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14829 * gdb.python/py-template.cc: Rename from python-template.cc.
14830 * gdb.python/py-template.exp: Rename from python-template.exp.
14831 Adjust testfile name.
14832 * gdb.python/py-value.c: Rename from python-value.c.
14833 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14834 testfile name.
14835
b554e4bd
JK
148362009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14837
14838 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14839 $bpt2address.
14840 (Second breakpoint address is valid on ia64)
14841 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14842
9a68ae16
JM
148432009-09-03 Joseph Myers <joseph@codesourcery.com>
14844
14845 * gdb.base/ending-run.exp: Restrict regular expression matching
14846 line number to require closing brace following.
14847
146b9145
DE
148482009-09-03 Doug Evans <dje@google.com>
14849
14850 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14851
787d21e1
TT
148522009-09-02 Tom Tromey <tromey@redhat.com>
14853
14854 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14855
e7802207
TT
148562009-09-02 Tom Tromey <tromey@redhat.com>
14857
14858 * gdb.dwarf2/callframecfa.exp: New file.
14859 * gdb.dwarf2/callframecfa.S: New file.
14860
817aadd2
JK
148612009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14862
14863 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14864 gdb.base/solib-overlap-main.c: New.
14865
4a76eae5
DJ
148662009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14867
14868 PR gdb/10565
14869
14870 * gdb.base/bitfields.c (struct container, container): New.
14871 (main): Initialize it and call break5.
14872 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14873
d4b96c9a
JK
148742009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14875
14876 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14877 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14878
4e22772d
JK
148792009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14880
14881 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14882
2efab443
MS
148832009-08-26 Michael Snyder <msnyder@vmware.com>
14884
14885 * gdb.base/i386-reverse.c: New file.
14886 * gdb.base/i386-reverse.exp: New file.
14887 * gdb.base/Makefile.in: Add new files to be removed.
14888
07ab73a0
JM
148892009-08-26 Joseph Myers <joseph@codesourcery.com>
14890
14891 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14892 environment-pwd for remote host.
14893 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14894
676accff
KS
148952009-08-24 Keith Seitz <keiths@redhat.com>
14896
14897 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14898 Add two new C++ completer tests which limit the output to a
889bf7c5 14899 given class.
676accff 14900
f9f7ad22
MS
149012009-08-24 Michael Snyder <msnyder@vmware.com>
14902
14903 * gdb.base/del.exp: Fix typo in comment.
14904 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14905
81ecdfbb
RW
149062009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14907
14908 * configure: Regenerate.
14909 * gdb.hp/configure: Likewise.
14910 * gdb.hp/gdb.aCC/configure: Likewise.
14911 * gdb.hp/gdb.base-hp/configure: Likewise.
14912 * gdb.hp/gdb.compat/configure: Likewise.
14913 * gdb.hp/gdb.defects/configure: Likewise.
14914 * gdb.hp/gdb.objdbg/configure: Likewise.
14915 * gdb.stabs/configure: Likewise.
14916
cab0c772
UW
149172009-08-19 Doug Evans <dje@google.com>
14918
14919 * gdb.base/gdbvars.c: New file.
14920 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14921
b8fa0bfa
PA
149222009-08-14 Pedro Alves <pedro@codesourcery.com>
14923
14924 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14925 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14926
b84aa90a
PA
149272009-08-13 Pedro Alves <pedro@codesourcery.com>
14928
14929 * gdb.base/default.exp: Adjust "set language test": it's now an
14930 enum command. Larger help string moved to "help set language".
14931 * gdb.base/help.exp: Adjust "help set language" expected output,
14932 now lists all known languages.
14933
0d8f9b2c
NF
149342009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14935
14936 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14937 all frame arguments.
14938 * gdb.arch/altivec-regs.exp: Likewise.
14939
bda180e0
TT
149402009-08-07 Tom Tromey <tromey@redhat.com>
14941
14942 * gdb.base/setshow.exp: Add tests for changes to set language, set
14943 check range, and set check type.
14944
48cb2d85
VP
149452009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14946
14947 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14948 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14949 Call it.
48cb2d85 14950
1ea34204
UW
149512009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14952
14953 * configure.ac: Run gdb.cell tests when appropriate.
14954 * configure: Regenerate.
14955 * lib/cell.exp: New file.
14956 * gdb.cell: New directory.
14957 * gdb.cell/configure.ac: New file.
14958 * gdb.cell/configure: New file.
14959 * gdb.cell/Makefile.in: New file.
14960 * gdb.cell/arch.exp: New file.
14961 * gdb.cell/break.c: New file.
14962 * gdb.cell/break.exp: New file.
14963 * gdb.cell/break-spu.c: New file.
14964 * gdb.cell/bt.c: New file.
14965 * gdb.cell/bt2-spu.c: New file.
14966 * gdb.cell/bt-spu.c: New file.
14967 * gdb.cell/bt.exp: New file.
14968 * gdb.cell/coremaker.c: New file.
14969 * gdb.cell/coremaker-spu.c: New file.
14970 * gdb.cell/core.exp: New file.
14971 * gdb.cell/gcore.exp: New file.
14972 * gdb.cell/data.c: New file.
14973 * gdb.cell/data.exp: New file.
14974 * gdb.cell/data-spu.c: New file.
14975 * gdb.cell/ea-cache.exp: New file.
14976 * gdb.cell/ea-cache.c: New file.
14977 * gdb.cell/ea-cache-spu.c: New file.
14978 * gdb.cell/ea-standalone.c: New file.
14979 * gdb.cell/ea-standalone.exp: New file.
14980 * gdb.cell/ea-test.c: New file.
14981 * gdb.cell/ea-test.exp: New file.
14982 * gdb.cell/f-regs.exp: New file.
14983 * gdb.cell/mem-access.c: New file.
14984 * gdb.cell/mem-access.exp: New file.
14985 * gdb.cell/mem-access-spu.c: New file.
14986 * gdb.cell/ptype.exp: New file.
14987 * gdb.cell/registers.exp: New file.
14988 * gdb.cell/size.c: New file.
14989 * gdb.cell/sizeof.exp: New file.
14990 * gdb.cell/size-spu.c: New file.
14991 * gdb.cell/solib.exp: New file.
14992 * gdb.cell/solib-symbol.exp: New file.
14993
85e747d2
UW
149942009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14995
14996 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14997
58d6951d
DJ
149982009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14999
15000 * gdb.base/float.exp: Handle VFP registers.
15001
6e0a4f15
MS
150022009-07-14 Michael Snyder <msnyder@vmware.com>
15003
dcd5da87
MS
15004 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15005 to bring gdb to the beginning of the calling line.
15006
6e0a4f15
MS
15007 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15008 confusing the i386 epilogue unwinder.
15009
782b2b07
SS
150102009-07-14 Stan Shebs <stan@codesourcery.com>
15011
15012 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15013
f662c3bc
MS
150142009-07-14 Michael Snyder <msnyder@vmware.com>
15015
15016 * gdb.reverse/step-reverse.exp (stepi into function call):
15017 Call instruction may not be first instruction in the line.
15018 (reverse stepi from a function call): Used wrong line number.
15019
8f313923
JK
150202009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15021
15022 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15023
4662c76e
JK
150242009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15025
15026 Fix gdb.base/macscp.exp when using custom inputrc.
15027 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15028 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15029 env(TERM) set.
15030 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15031 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15032
aa81e255
JK
150332009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15034
15035 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15036 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15037 Change the compilation target to match the testcase name.
15038 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15039 testcase name.
15040 * a2-run.exp: Use for setup prepare_for_testing. Change the
15041 compilation target to match the testcase name.
15042 * gdb.base/commands.exp: Likewise.
15043 * gdb.base/finish.exp: Likewise.
15044 * gdb.base/float.exp: Likewise.
15045 * gdb.base/info-target.exp: Likewise.
15046 * gdb.base/relational.exp: Likewise.
15047 * gdb.base/term.exp: Likewise.
15048 * gdb.base/until.exp: Likewise.
15049 * gdb.base/volatile.exp: Likewise.
15050 * gdb.base/whatis-exp.exp: Likewise.
15051
4c93b1d7
HZ
150522009-07-11 Hui Zhu <teawater@gmail.com>
15053
15054 * gdb.base/help.exp (disassemble): Update expected help text.
15055
812f7342
TT
150562009-07-09 Tom Tromey <tromey@redhat.com>
15057
15058 * lib/gdb.exp: Handle TRANSCRIPT.
15059 (remote_spawn, remote_close, send_gdb): New procs.
15060
fbb8f299
PM
150612009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15062
15063 * gdb.python/python-prettyprint.c: Add counted null string
15064 structure.
15065 * gdb.python/python-prettyprint.exp: Print null string. Test for
15066 embedded nulls.
15067 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15068 * gdb.python/python-value.exp (test_value_in_inferior): Add
15069 variable length string fetch tests.
15070 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15071
c0ac0ec7
JK
150722009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15075
30b66ecc
TT
150762009-07-07 Tom Tromey <tromey@redhat.com>
15077
15078 * gdb.base/call-rt-st.exp: Update for change to escape output.
15079 * gdb.base/callfuncs.exp: Likewise.
15080 * gdb.base/charset.exp: Likewise.
15081 * gdb.base/constvars.exp: Likewise.
15082 * gdb.base/long_long.exp: Likewise.
15083 * gdb.base/pointers.exp: Likewise.
15084 * gdb.base/printcmds.exp: Likewise.
15085 * gdb.base/setvar.exp: Likewise.
15086 * gdb.base/store.exp: Likewise.
15087 * gdb.cp/ref-types.exp: Likewise.
15088 * gdb.mi/mi-var-child.exp: Likewise.
15089 * gdb.mi/mi-var-display.exp: Likewise.
15090 * gdb.mi/mi2-var-display.exp: Likewise.
15091 * gdb.base/charset.exp: Test octal escape sequence length.
15092 Update for change to escape output.
15093
187c4a2b
JK
150942009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15095
15096 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15097
d80a43f9
DJ
150982009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15099
15100 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15101
047427a8
JK
151022009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15103
15104 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15105 gdbserver increasing $portnum if "Can't bind address" has been seen.
15106
8b5a0f4f
PA
151072009-07-05 Pedro Alves <pedro@codesourcery.com>
15108
15109 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15110 mingw32ce.
15111
7d93ba58
PA
151122009-07-05 Pedro Alves <pedro@codesourcery.com>
15113
15114 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15115 VFP format.
15116
2277426b
PA
151172009-07-02 Pedro Alves <pedro@codesourcery.com>
15118
15119 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15120 linux. Adjust to use "inferior", "info inferiors", "detach
15121 inferior" and "kill inferior" instead of "restart", "info fork",
15122 "detach fork" and "delete fork".
15123 * gdb.base/ending-run.exp: Spell out "info".
15124 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15125 the "kill" command.
15126
5af949e3
UW
151272009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15128
15129 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15130 change to prefix TLS offset in hex with 0x.
15131
5d3729b5
UW
151322009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15133
15134 * gdb.base/default.exp: Update test case for "x" changes.
15135
af589bd0
TG
151362009-07-01 Tristan Gingold <gingold@adacore.com>
15137
15138 * gdb.base/bigcore.exp: Make darwin untested.
15139
40974f91
JK
151402009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15141
15142 * gdb.base/completion.exp (directory completion): Create the directory.
15143 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15144 escapeuniquesub.
15145 (directory completion 2): Expect now ${escapeuniquesub}.
15146 (Glob remaining of directory test): Remove one excessive newline.
15147 Expect the real output.
15148
59dd3af6
JK
151492009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 Fix `make check//%' target after `make check' has been ran.
15152 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15153 a mkdir call.
15154 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15155 (%/.dir): Remove.
15156
f4e164aa
JK
151572009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15158
15159 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15160 the expected result record.
15161
69af2122
JK
151622009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15163
15164 Remove racy FAILs relying just on the timeouts.
15165 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15166 (annotation_level 2): Remove racy FAILs.
15167
2fd481e1
PP
151682009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15169
15170 gdb/10275
889bf7c5
PA
15171 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15172
c38f313d
DJ
151732009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15174
15175 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15176
8b777f02
VP
151772009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15178
15179 * gdb.mi/mi-stack.exp: Testing symbolic options
15180 to -stack-list-locals and -stack-list-arguments.
15181
00c7eacf
JK
151822009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15183
15184 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15185
6bc80edc
TT
151862009-06-29 Tom Tromey <tromey@redhat.com>
15187
15188 * dg-extract-results.sh: New file.
15189 * Makefile.in (FORCE_PARALLEL): New variable.
15190 (CHECK_TARGET): New conditional variable.
15191 (check): Use CHECK_TARGET.
15192 (DO_RUNTEST): New variable.
15193 (check-single): New target.
15194 (TEST_DIRS): New variable.
15195 (TEST_TARGETS): Likewise.
15196 (check-parallel): New target.
15197 (check-gdb.%): New pattern.
15198 (BASE1_FILES): New variable.
15199 (BASE2_FILES): Likewise.
15200 (check-gdb.base%): New pattern.
15201 (%/.dir): New pattern.
15202 * configure: Rebuild.
15203 * aclocal.m4 (AM_CONDITIONAL): New defun.
15204 * configure.ac: Check whether user is using GNU make.
15205 (GMAKE): New conditional.
15206
794684b6
SW
152072009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15208
15209 * gdb.cp/namespace-nested-import.cc: New test.
15210 * gdb.cp/namespace-nested-import.exp: New test.
15211
edb3359d
DJ
152122009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15213
15214 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15215 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15216 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15217 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15218 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15219 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15220 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15221 gdb.opt/inline-markers.c: New files.
15222 * lib/gdb.exp (skip_inline_frame_tests): New function.
15223 (skip_inline_var_tests): New function.
15224
cf657a0c
AS
152252009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15226
15227 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15228 backtrace.
15229
28d41a99
MS
152302009-06-27 Michael Snyder <msnyder@vmware.com>
15231
15232 * gdb.reverse: New directory.
15233 * gdb.reverse/break-reverse.c: New test.
15234 * gdb.reverse/break-reverse.exp: New test.
15235 * gdb.reverse/consecutive-reverse.c: New test.
15236 * gdb.reverse/consecutive-reverse.exp: New test.
15237 * gdb.reverse/finish-reverse.c: New test.
15238 * gdb.reverse/finish-reverse.exp: New test.
15239 * gdb.reverse/machinestate.c: New test.
15240 * gdb.reverse/ms1.c: New test.
15241 * gdb.reverse/machinestate.exp: New test.
15242 * gdb.reverse/Makefile.in: New file.
15243 * gdb.reverse/shr2.c: New test.
15244 * gdb.reverse/solib-reverse.c: New test.
15245 * gdb.reverse/solib-reverse.exp: New test.
15246 * gdb.reverse/step-reverse.c: New test.
15247 * gdb.reverse/step-reverse.exp: New test.
15248 * gdb.reverse/until-reverse.c: New test.
15249 * gdb.reverse/ur1.c: New test.
15250 * gdb.reverse/until-reverse.exp: New test.
15251 * gdb.reverse/watch-reverse.c: New test.
15252 * gdb.reverse/watch-reverse.exp: New test.
15253 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15254 * configure: Regenerate.
15255
fe3c8b0d
DE
152562009-06-26 Doug Evans <dje@google.com>
15257
15258 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15259
3a72a602
PM
152602009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15261
15262 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15263 windows problem for 'file delete $binfile'.
15264
27aa8d6a
SW
152652009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15266
15267 * gdb.cp/namespace-using.exp: New test.
15268 * gdb.cp/namespace-using.cc: New test.
15269
8ac055f8
JB
152702009-05-20 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/variant_record_packed_array: New testcase.
15273
85e306ed
TT
152742009-06-23 Tom Tromey <tromey@redhat.com>
15275
15276 * gdb.base/charset.exp (test_combination): Regression test.
15277 * gdb.base/charset.c (my_wchar_t): New typedef.
15278 (myvar): New global.
15279 (main): Set myvar.
15280
56643c5e
PM
152812009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15282
15283 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15284 target.
15285
1fac167a
UW
152862009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15287
15288 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15289
7ccb0be9
UW
152902009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15291
15292 * gdb.mi/gdb680.exp: Update test for error message.
15293
568d6575
UW
152942009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15295
15296 * gdb.base/annota1.exp: Allow multiple occurrences of the
15297 frames-invalid annotation.
15298 * gdb.cp/annota2.exp: Likewise.
15299
7cd1089b
PM
153002009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15301
15302 * gdb.cp/gdb2495.cc: New file.
15303 * gdb.cp/gdb2495.exp: New file.
15304
72c63395
JK
153052009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15306
15307 Report error on GDB crash during runto.
15308 * lib/gdb.exp (runto <eof>): New.
15309
3788363d
DJ
153102009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15311
15312 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15313 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15314 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15315 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15316 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15317 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15318 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15319 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15320 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15321 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15322 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15323 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15324 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15325 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15326 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15327 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15328 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15329 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15330 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15331 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15332 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15333 gdb.trace/passcount.exp, gdb.trace/report.exp,
15334 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15335 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15336 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15337 executable.
15338
17592de3
PA
153392009-06-07 Pedro Alves <pedro@codesourcery.com>
15340
15341 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15342 defined before referencing it.
15343
701e355d
DE
153442009-06-03 Doug Evans <dje@google.com>
15345
15346 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15347 * gdb.arch/i386-see.c: Ditto.
15348
f2292c65
PM
153492009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15350
15351 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15352 (check_macro): Return 1 if undefined.
15353 If first test fails, check if macro debug information is available,
15354 and report unsupported test if no macro information is found.
15355
5a437975
DE
153562009-05-29 Doug Evans <dje@google.com>
15357
15358 * gdb.threads/hand-call-in-threads.exp: New.
15359 * gdb.threads/hand-call-in-threads.c: New.
15360
c141c696
MS
153612009-05-29 Michael Snyder <msnyder@vmware.com>
15362
15363 * gdb.base/break-always.exp: Change "1" to "on".
15364 Add confirmation check.
15365
b3444185
PA
153662009-05-28 Pedro Alves <pedro@codesourcery.com>
15367
15368 * gdb.threads/threxit-hop-specific.c: New.
15369 * gdb.threads/threxit-hop-specific.exp: New.
15370 * gdb.threads/thread-execl.c: New.
15371 * gdb.threads/thread-execl.exp: New.
15372
b6313243
TT
153732009-05-27 Tom Tromey <tromey@redhat.com>
15374 Thiago Jung Bauermann <bauerman@br.ibm.com>
15375
15376 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15377 (mi_child_regexp): Likewise.
15378 (mi_list_varobj_children_range): Likewise.
15379 (mi_get_features): Likewise.
15380 (mi_list_varobj_children): Rewrite.
15381 * gdb.python/python-mi.exp: New file.
15382
a6bac58e
TT
153832009-05-27 Tom Tromey <tromey@redhat.com>
15384 Thiago Jung Bauermann <bauerman@br.ibm.com>
15385 Phil Muldoon <pmuldoon@redhat.com>
15386 Paul Pluzhnikov <ppluzhnikov@google.com>
15387
15388 * gdb.python/python-prettyprint.exp: New file.
15389 * gdb.python/python-prettyprint.c: New file.
15390 * gdb.python/python-prettyprint.py: New file.
15391 * gdb.base/display.exp: print/r is now valid.
15392
2c74e833
TT
153932009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15394 Tom Tromey <tromey@redhat.com>
15395 Pedro Alves <pedro@codesourcery.com>
15396 Paul Pluzhnikov <ppluzhnikov@google.com>
15397
15398 * gdb.python/python-template.exp: New file.
15399 * gdb.python/python-template.cc: New file.
15400 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15401 tests.
15402 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15403 Call it.
15404 (test_value_after_death): New proc.
15405 * gdb.python/python-value.c (PTR): New typedef.
15406 (main): New variable 'x'.
15407
89c73ade
TT
154082009-05-27 Tom Tromey <tromey@redhat.com>
15409
15410 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15411 tests.
15412 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15413 Call it.
15414
a75724bc
PA
154152009-05-27 Pedro Alves <pedro@codesourcery.com>
15416
15417 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15418
e58b0e63
PA
154192009-05-24 Pedro Alves <pedro@codesourcery.com>
15420
15421 * gdb.threads/fork-thread-pending.c: New.
15422 * gdb.threads/fork-thread-pending.exp: New.
15423
4ac36638
JK
154242009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15427 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15428
889bf7c5 154292009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 15430
889bf7c5 15431 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 15432
b242c3c2
PA
154332009-05-17 Pedro Alves <pedro@codesourcery.com>
15434
15435 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15436 `gdb_get_line_number'. Call `callee' in both parent and child.
15437 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15438 `gdb_get_line_number' instead of hardcoding line numbers.
15439 (catch_fork_unpatch_child): New procedure to test detaching
15440 breakpoints from child fork.
15441 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15442 hardcoding line numbers.
15443 (do_fork_tests): Run `catch_fork_unpatch_child'.
15444
ee342b23
VP
154452009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15446
15447 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15448 of structure type enters or leaves the scope, it
15449 is reported by -var-update.
15450
e2009e98
DE
154512009-05-11 Doug Evans <dje@sebabeach.org>
15452
15453 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 15454 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
15455 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15456
00903456
JK
154572009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15460
dc621c35
DE
154612009-04-30 Doug Evans <dje@google.com>
15462
15463 * gdb.threads/watchthreads2.exp: New testcase.
15464 * gdb.threads/watchthreads2.c: New testcase.
15465
9ab4e744
DE
154662009-04-29 Doug Evans <dje@google.com>
15467
15468 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15469 * gdb.cp/mb-ctor.cc: Ditto.
15470 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15471 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15472 * gdb.cp/mb-inline1.cc: Call it.
15473 * gdb.cp/mb-inline2.cc: Ditto.
15474 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15475 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15476
484086b7
JK
154772009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15478
15479 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15480 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15481 Replace all uses of `decimal' by `nonzero'.
15482 (info macro FROM_COMMANDLINE): New test.
15483
379a77b5
TT
154842009-04-27 Tom Tromey <tromey@redhat.com>
15485
15486 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15487
b92b73c2
DE
154882009-04-27 Doug Evans <dje@google.com>
15489
15490 * gdb.threads/watchthreads.c (main): Initialize args before starting
15491 the threads. Plus formatting cleanup.
15492 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15493 biased scheduling of one thread.
15494
945a118d
JG
154952009-04-27 Jerome Guitton <guitton@adacore.com>
15496
15497 * gdb.cp/templates.cc (GetMax): New template.
15498 (main): Declare two instances of GetMax.
15499 * gdb.cp/templates.exp: Add new test.
15500
d389af10
JK
155012009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15504
e7f86de9
JM
155052009-04-22 Joseph Myers <joseph@codesourcery.com>
15506
15507 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15508
334cc82d
TT
155092009-04-15 Tom Tromey <tromey@redhat.com>
15510
15511 * gdb.base/charset.exp: Add regression test.
15512
d12672cc
JB
155132009-04-14 Joel Brobecker <brobecker@adacore.com>
15514
15515 * gdb.base/exe-lock.exp: New testcase.
15516
18e8c3bc
TT
155172009-04-13 Tom Tromey <tromey@redhat.com>
15518
15519 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15520 operator on Frame.
15521
5ecd5cbe
UW
155222009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15523
15524 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15525 * gdb.server/ext-attach.exp: Likewise.
15526
7309f756
VP
155272009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15528
15529 Eliminate some sleep usage.
15530
889bf7c5
PA
15531 * gdb.mi/basics.c (do_nothing): New.
15532 (main): Use do_nothing instead of printf, so that
15533 not to introduce race condition between output of
15534 inferiour and output of gdb. Do not use sleep as it
15535 is not generally available on embedded targets.
7309f756 15536
f4b95f6f
PA
155372009-04-02 Pedro Alves <pedro@codesourcery.com>
15538
15539 * gdb.server/ext-attach.exp: Expect an optional process id after
15540 "Detached from remote process".
15541
de40b933
JK
155422009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15543
15544 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15545 gdb.dwarf2/dw2-unresolved.exp: New.
15546
2ae101a4
PA
155472009-04-02 Pedro Alves <pedro@codesourcery.com>
15548
15549 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15550 mi_run_to_main.
15551
56a8e183
PA
155522009-04-02 Pedro Alves <pedro@codesourcery.com>
15553
15554 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15555 mi_run_to_main. Skip thread exit test on remote targets.
15556 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15557 mi_run_to_main.
15558 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15559 mi_run_to_main.
15560 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15561 when expecting ^connected. Detect when the target doesn't support
15562 non-stop mode.
15563 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15564 supported. Return -1 on error, 0 on success.
15565 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15566 (mi_runto): Return mi_runto_helper's result explicitly.
15567
c35fafde
PA
155682009-04-01 Pedro Alves <pedro@codesourcery.com>
15569
15570 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15571
f8a8dce6
JB
155722009-04-01 Tom Tromey <tromey@redhat.com>
15573
15574 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15575 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15576 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15577 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15578
71c25dea
TT
155792009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15580 Jan Kratochvil <jan.kratochvil@redhat.com>
15581
15582 PR gdb/931
15583 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15584 output.
15585 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15586 for gdb/931.
15587 * dw2-strp.S (DW_AT_language): Change to C++.
15588 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15589
02d9a9ce
JB
155902009-03-31 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.ada/tasks: New testcase.
15593
1042e4c0
SS
155942009-03-30 Stan Shebs <stan@codesourcery.com>
15595
15596 * gdb.trace/actions.exp: Update to match new info trace format.
15597 * gdb.trace/deltrace.exp: Ditto.
15598 * gdb.trace/infotrace.exp: Ditto.
15599 * gdb.trace/passcount.exp: Ditto.
15600 * gdb.trace/save-trace.exp: Ditto.
15601 * gdb.trace/while-stepping.exp: Ditto.
15602 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15603
f8f6f20b
TJB
156042009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15605
15606 * gdb.python/python-frame.c: New file.
15607 * gdb.python/python-frame.exp: New file.
15608
c0c6f777
TJB
156092009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15610
15611 * gdb.python/python-value.exp: Add tests for the address
15612 attribute.
15613
3cb51905
AS
156142009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15615
15616 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15617
88fc996f
DE
156182009-03-26 Doug Evans <dje@google.com>
15619
15620 * gdb.mi/mi-nonstop-exit.exp: New file.
15621 * gdb.mi/non-stop-exit.c: New file.
15622
56ef84b1
TT
156232009-03-26 Tom Tromey <tromey@redhat.com>
15624
15625 Update for change to prologue skipping:
15626 * gdb.mi/mi2-simplerun.exp: Update.
15627 * gdb.mi/mi2-break.exp: Update.
15628 * gdb.mi/mi-simplerun.exp: Update.
15629 * gdb.mi/mi-break.exp: Update.
15630 * gdb.base/ending-run.exp: Update.
15631
def2b000
TJB
156322009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15633
15634 * gdb.python/python-value.exp (test_value_in_inferior): Test
15635 gdb.Value.is_optimized_out attribute.
15636
442ddf59
JK
156372009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15638
15639 * gdb.dwarf2/dw2-noloc-main.c: New file.
15640 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15641 (.text): Remove.
15642 (.data): New.
15643 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15644 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15645 (DW_TAG_subprogram func_cu1, noloc): Remove.
15646 (main): New.
15647 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15648 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15649 (file_symbols): New procedure.
15650
a8df5de4
TT
156512009-03-25 Tom Tromey <tromey@redhat.com>
15652
15653 * gdb.base/charset.exp (valid_target_charset): New proc.
15654 Use it to skip tests on invalid charsets.
15655
cc1d7add
PM
156562009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15657
15658 * gdb.base/completion.exp: Add a test for directory completion.
15659
bcd5727b
JK
156602009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 Fix a racy FAIL.
15663 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15664 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15665
cc924cad
TJB
156662009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15667
15668 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15669 * gdb.python/python-function.exp: Add test for function returning
15670 a GDB value.
15671
bc3b79fd
TJB
156722009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15673
15674 * gdb.python/python-function.exp: New file.
15675
6c7a06a3
TT
156762009-03-20 Tom Tromey <tromey@redhat.com>
15677
15678 * gdb.base/store.exp: Update for change to escape output.
15679 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15680 to escape output.
15681 * gdb.base/pointers.exp: Update for change to escape output.
15682 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15683 to escape output.
15684 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15685 escape output.
15686 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15687 to escape output.
15688 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15689 escape output.
15690 * gdb.base/setvar.exp: Update for change to escape output.
15691 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15692 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15693 to escape output.
15694 (test_print_string_constants): Likewise.
15695 * gdb.base/charset.exp (valid_host_charset): Check size of
15696 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15697 cases. Handle "auto"-related output.
15698 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15699 (uvar, Uvar): New globals.
15700
c31af87b
JG
157012009-03-19 Jerome Guitton <guitton@adacore.com>
15702
15703 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15704 deltas.
15705 * gdb.ada/fixed_points.exp: Ditto.
15706
51272cf2
PA
157072009-03-18 Pedro Alves <pedro@codesourcery.com>
15708
15709 * return-nodebug.c: Don't include stdio.h.
15710 (init): Delete.
15711 (func): Delete definition and provide extern declaration.
15712 (t): New.
15713 (main): Don't call printf. Call func and store its result in t.
15714 * return-nodebug1.c: New.
15715 * return-nodebug.exp: Don't expect stdio output. Instead, print
15716 the global variable t. Drop printf formatters and cast types from
15717 foreach loop. Don't use prepare_for_testing. Compile
15718 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15719 define FORMAT or CAST.
15720
d24948ac
PP
157212009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15722
15723 * gdb.base/solib-display.exp: Disable test for remote targers.
15724
61ff14c6
JK
157252009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15726
15727 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15728
cb4dce93
JK
157292009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15730
15731 Fix a racy FAIL.
15732 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15733 code from `follow parent, print pids'.
15734 (`follow child, print pids', `follow parent, print pids'): Call it.
15735 Replace `gdb_test "break..."' by gdb_breakpoint.
15736
f7c60c5e
VP
157372009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15738
15739 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15740 sync and async modes.
f7c60c5e 15741
383ace49
JB
157422009-03-12 Joel Brobecker <brobecker@adacore.com>
15743
15744 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15745 that was checked in by mistake. Remove loading of ada.exp, since
15746 this is not necessary in this case.
15747
4ce102af
JB
157482009-03-12 Joel Brobecker <brobecker@adacore.com>
15749
15750 * gdb.ada/ptype_arith_binop.exp: New testcase.
15751
529a2aef
JB
157522009-03-12 Joel Brobecker <brobecker@adacore.com>
15753
15754 * gdb.ada/mod_from_name: New testcase.
15755
8a38181c
JB
157562009-03-12 Joel Brobecker <brobecker@adacore.com>
15757
15758 * gdb.ada/tick_last_segv: New testcase.
15759
11436dee
VP
157602009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15761
61ff14c6 15762 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15763
1f31650a
VP
157642009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15765
61ff14c6
JK
15766 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15767 include the token in ^running and frame info in *stopped.
1f31650a 15768
a3247a22
PP
157692009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15770
15771 * solib-display.exp: New file.
15772 * solib-display-main.c: New file.
15773 * solib-display-lib.c: New file.
61ff14c6 15774
aae64587
PA
157752009-03-05 Pedro Alves <pedro@codesourcery.com>
15776
15777 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15778
44aabfbc
JK
157792009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15780
15781 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15782 (list_and_check_macro): Use more specific test name.
15783 (next to definition): Make the test names unique.
15784
c087fcd3
PM
157852009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15786
15787 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15788
c86cf029
VP
157892009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15790
15791 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15792 notifications.
15793 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15794 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15795 * lib/mi-support.exp (library_loaded_re): New.
15796 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15797
3ea85240
VP
157982009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15799
15800 * gdb.gdb/observer.exp: Use test_notification observer, not
15801 normal_stop, everywhere.
15802 (test_normal_stop_notifications): Rename to...
15803 (test_notifications): ...this.
15804 (test_observer_normal_stop): Rename to...
15805 (test_observer): ...this.
15806
1903f0e6
DE
158072009-02-16 Doug Evans <dje@google.com>
15808
15809 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15810 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15811 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15812 (test_prefixed_syscall,test_int3): New tests.
15813 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15814 (test_prefixed_syscall,test_int3): New tests.
15815
1d33d6ba
VP
158162009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15817
3cb51905
AS
15818 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15819 (mi_expect_interrupt): Likewise.
15820 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15821 response.
1d33d6ba 15822
faafb047
PM
158232009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15824
15825 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15826 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15827 Replace calls to get_valueofx by get_hexadecimal_valueof.
15828
417e16e2
PM
158292009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15830
15831 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15832 (get_integer_valueof): New procedure.
15833 (get_sizeof): Use new get_integer_value_of.
15834 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15835 by get_integer_valueof.
15836
7065b901
TT
158372009-02-13 Tom Tromey <tromey@redhat.com>
15838
15839 * gdb.base/remote.exp (get_sizeof): Remove.
15840 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15841 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15842 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15843 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15844 (get_sizeof): Likewise.
15845
5d7cb8df
JK
158462009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15847
15848 PR fortran/9806
15849 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15850
b2febfff
PP
158512009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15852
15853 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15854
4aa995e1
PA
158552009-02-06 Pedro Alves <pedro@codesourcery.com>
15856
15857 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15858
d8906c6f
TJB
158592009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15860
15861 * gdb.python/python-cmd.exp: New file.
15862
ff4ab08d
TG
158632009-02-06 Tristan Gingold <gingold@adacore.com>
15864
15865 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15866
aacd552b
TG
158672009-02-05 Tristan Gingold <gingold@adacore.com>
15868
15869 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15870 pointer is dereferenced and use this signal name in regexp.
15871 * gdb.base/signull.exp: Ditto.
15872 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15873 * gdb.base/signull.c (main): Ditto.
15874
08c637de
TJB
158752009-02-04 Tom Tromey <tromey@redhat.com>
15876 Thiago Jung Bauermann <bauerman@br.ibm.com>
15877
15878 * gdb.python/python-value.exp: Use `gdb.history' instead of
15879 `gdb.value_from_history'.
15880 (test_value_numeric_ops): Add test for conversion of enum constant.
15881 * gdb.python/python-value.c (enum e): New type.
15882 (evalue): New global.
15883 (main): Use argv.
15884
20261af8
JG
158852009-02-04 Jerome Guitton <guitton@adacore.com>
15886
15887 * gdb.ada/uninitialized_vars: New test program.
15888 * gdb.ada/uninitialized_vars.exp: New testcase.
15889
52e44b43
TT
158902009-02-02 Tom Tromey <tromey@redhat.com>
15891
15892 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15893 * gdb.cp/pr2489.cc: Rename...
15894 * gdb.cp/pr9594.cc: ... to this.
15895
1c71341a
TT
158962009-02-02 Tom Tromey <tromey@redhat.com>
15897
15898 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15899 * gdb.cp/pr2489.cc: New file.
15900 * gdb.cp/cpcompletion.exp: New file.
15901
a4295225
TT
159022009-02-02 Tom Tromey <tromey@redhat.com>
15903
15904 PR exp/9059:
15905 * gdb.cp/call-c.exp: Add regression test.
15906 * gdb.cp/call-c.cc (FooHandle): New typedef.
15907 (main): New variable 'handle'.
15908
592375cd
VP
159092009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15910
15911 * lib/mi-support.exp (et_mi_thread_list)
15912 (check_mi_and_console_threads): Adjust for current thread in
15913 -thread-list-ids output.
15914
41447f92
VP
159152009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15916
889bf7c5
PA
15917 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15918 Call it.
41447f92 15919
35669430
DE
159202009-01-28 Doug Evans <dje@google.com>
15921
15922 * gdb.arch/amd64-disp-step.S: New file.
15923 * gdb.arch/amd64-disp-step.exp: New file.
15924 * gdb.arch/i386-disp-step.S: New file.
15925 * gdb.arch/i386-disp-step.exp: New file.
15926
09f00d9a
PM
159272009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15928
15929 * gdb.base/find.exp: Set newline variable
15930 using quotes instead of braces to fix cygwin failures.
15931
1e8fb976
PA
159322009-01-23 Pedro Alves <pedro@codesourcery.com>
15933
15934 * gdb.base/radix.exp: Add tests to ensure that that set
15935 input-radix 0 and set output-radix 0 are really rejected.
15936
da061712
PA
159372009-01-23 Pedro Alves <pedro@codesourcery.com>
15938
15939 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15940 copyright years.
15941
dd7e2d2b
PA
159422009-01-23 Pedro Alves <pedro@codesourcery.com>
15943
15944 PR gdb/9664:
15945 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15946
392452f6
PA
159472009-01-22 Pedro Alves <pedro@codesourcery.com>
15948
15949 PR c++/9631:
15950 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15951
8653e71c
PM
159522009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15953
15954 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15955 binfile definition to fix Windows OS failure.
15956
a12cc160
DJ
159572009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15958
15959 PR gdb/9346
15960 * gdb.base/interrupt.c (sigint_handler): New.
15961 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15962 on error.
15963 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15964 Test "signal SIGINT".
15965
b89667eb
DE
159662009-01-19 Doug Evans <dje@google.com>
15967
15968 * gdb.base/break.exp: Update expected gdb output.
15969 * gdb.base/sepdebug.exp: Ditto.
15970 * gdb.mi/mi-syn-frame.exp: Ditto.
15971 * gdb.mi/mi2-syn-frame.exp: Ditto.
15972 * gdb.base/call-signal-resume.exp: New file.
15973 * gdb.base/call-signals.c: New file.
15974 * gdb.base/unwindonsignal.exp: New file.
15975 * gdb.base/unwindonsignal.c: New file.
15976 * gdb.threads/interrupted-hand-call.exp: New file.
15977 * gdb.threads/interrupted-hand-call.c: New file.
15978 * gdb.threads/thread-unwindonsignal.exp: New file.
15979
adb483fe
DJ
159802009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15981
15982 * gdb.base/define.exp: Test defining and hooking prefix commands.
15983 * gdb.python/python.exp: Update test for "show user" output.
15984
60023297
JK
159852009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15986
15987 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15988 now the output exactly, using less wildcards. Expect also the output
15989 of gfortran-4.3. Update for the f-valprint.c modification from
15990 2008-04-22.
15991 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15992 Remove gdb_test test names where matching the command.
15993
ccc57cf9
PA
159942009-01-01 Pedro Alves <pedro@codesourcery.com>
15995
15996 PR breakpoints/9681:
15997 * gdb.base/watchpoint.exp: Add regression test.
15998
c7a6ca08
PA
159992008-12-31 Pedro Alves <pedro@codesourcery.com>
16000
16001 * gdb.threads/attach-into-signal.exp: Don't use
16002 gdb_suppress_entire_file.
16003 * gdb.threads/attach-stopped.exp: Ditto.
16004 * gdb.threads/attachstop-mt.exp: Ditto.
16005
3a031f65
PA
160062008-12-31 Pedro Alves <pedro@codesourcery.com>
16007
16008 PR gdb/8812:
16009 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16010
09e6485f
PA
160112008-12-29 Pedro Alves <pedro@codesourcery.com>
16012
16013 PR gdb/7536:
16014 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16015 and unsupported output radices are really rejected.
16016
0cd53049
JK
160172008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16018
16019 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16020
ba163c7e
TT
160212008-12-22 Tom Tromey <tromey@redhat.com>
16022
16023 * gdb.cp/punctuator.exp: New file.
16024
6f4de6c9
JK
160252008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 * gdb.base/completion.exp (Completing non-existing component): New test.
16028
0f34d0b4
JK
160292008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 Fix for PR gdb/8648.
16032 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16033 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16034 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16035 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16036
db2ad4c3
JK
160372008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16038
16039 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16040
bb5ef15e
DP
160412008-12-16 Christophe Lyon <christophe.lyon@st.com>
16042
16043 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16044 compiler actually generate code at the expected line number.
16045
90142adc
JZ
160462008-12-15 Jie Zhang <jie.zhang@analog.com>
16047
16048 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16049
fad6eecd
TT
160502008-12-12 Tom Tromey <tromey@redhat.com>
16051
16052 * gdb.base/commands.exp (redefine_hook_test): New proc.
16053 Call it.
16054
17c8aaf5
TT
160552008-12-11 Tom Tromey <tromey@redhat.com>
16056
16057 * gdb.base/macscp.exp: New regression test.
16058
7c8adf68
TT
160592008-12-11 Tom Tromey <tromey@redhat.com>
16060
16061 * gdb.base/macscp.exp: Print "address.addr".
16062 * gdb.base/macscp1.c (struct outer): New struct.
16063 (address): New global.
16064
b05dcbb7
TT
160652008-12-09 Tom Tromey <tromey@redhat.com>
16066
16067 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16068 Call it.
16069
2d476de1
DE
160702008-12-04 Doug Evans <dje@google.com>
16071
16072 * gdb.server/ext-run.exp: Relax regexp for init program.
16073
87bdc959
TG
160742008-12-03 Tristan Gingold <gingold@adacore.com>
16075
16076 * gdb.base/macscp.exp: Generate an object file during compilation
16077 to work around Darwin dsymutil limitations.
16078
e0740f77
JK
160792008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16080
16081 Test resolving external references to TLS variables.
16082 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16083 FILE2_THREAD_LOCAL.
16084 (testfile2, srcfile2): New variables.
16085 * gdb.threads/tls.c (file2_thread_local)
16086 (function_referencing_file2_thread_local): New.
16087 * gdb.threads/tls2.c: New file.
16088
67f0aac5
JB
160892008-11-28 Joel Brobecker <brobecker@adacore.com>
16090
16091 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16092 rather than integer, as integer might not be big enough when
16093 on 64bit targets.
67f0aac5 16094
c332165e
JG
160952008-11-27 Jerome Guitton <guitton@adacore.com>
16096
16097 * gdb.cp/formatted-ref.exp: Add equality test.
16098 * gdb.ada/formatted_ref.exp: Ditto.
16099
fc9b693c
JK
161002008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16101
16102 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16103 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16104
a9c64011
AS
161052008-11-20 Andreas Schwab <schwab@suse.de>
16106
16107 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16108 matching syscall entry point.
16109 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16110 (tcatch_vfork_then_child_follow): Likewise. Finish through
16111 vfork even if we stopped at the syscall trampoline.
16112
e2fd701e
DE
161132008-11-20 Doug Evans <dje@google.com>
16114
16115 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16116
69abc51c
TJB
161172008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16118
16119 * gdb.arch/ppc-dfp.exp: New file.
16120 * gdb.arch/ppc-dfp.c: New file.
16121
c14c28ba
PP
161222008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16123
16124 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16125
2e74121d
DE
161262008-11-17 Doug Evans <dje@google.com>
16127
16128 * gdb.mi/mi-syn-frame.exp: Update expected output.
16129 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16130
66bb093b
VP
161312008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16132
16133 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16134 "thread N" results in =thread-selected.
16135 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16136 (mi_send_resuming_command_raw): Be prepared for
16137 =thread-selected.
16138
3d043ef6
VP
161392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16140
a9c64011
AS
16141 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16142 * lib/mi-support.exp: Likewise.
3d043ef6 16143
808104c8
JB
161442008-11-16 Joel Brobecker <brobecker@adacore.com>
16145
16146 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16147 commands from the expected output for "help catch".
16148
00b22944
JB
161492008-11-15 Joel Brobecker <brobecker@adacore.com>
16150
16151 * gdb.ada/int_deref.exp: New testcase.
16152
59669435
TT
161532008-11-14 Nick Roberts <nickrob@snap.net.nz>
16154
16155 * gdb.mi/gdb2549.exp: New file.
16156
de04a248
DE
161572008-11-11 Doug Evans <dje@google.com>
16158
16159 * gdb.base/callexit.exp: New file.
16160 * gdb.base/callexit.c: New file.
16161
6b8ce727
DE
161622008-11-10 Doug Evans <dje@google.com>
16163
16164 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16165 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16166 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16167 (default_gdb_start,default_gdb_exit): Ditto.
16168 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16169 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16170 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16171 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16172 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16173 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16174
1b14b8aa
AS
161752008-11-03 Andreas Schwab <schwab@suse.de>
16176
16177 * gdb.base/hashline2.exp: Fix typo.
16178 * gdb.base/hashline3.exp: Likewise.
16179
f3134b88
TT
161802008-10-30 Tom Tromey <tromey@redhat.com>
16181
16182 * gdb.base/pointers.exp: Add test.
16183 * gdb.base/pointers.c (k, S): New typedefs.
16184 (instance): New global.
16185
c2226152
AS
161862008-10-30 Andreas Schwab <schwab@suse.de>
16187
16188 * gdb.base/args.exp: Add tests for newlines.
16189
462f405c
JB
161902008-10-30 Joel Brobecker <brobecker@adacore.com>
16191
16192 gdb.base/foll-exec.exp: Update the expected output of a couple
16193 of "info breakpoints" tests.
16194
79a45b7d
TT
161952008-10-28 Tom Tromey <tromey@redhat.com>
16196
16197 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16198
adc13a14
PA
161992008-10-24 Pedro Alves <pedro@codesourcery.com>
16200
16201 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16202 gdb_start_cmd.
16203 Use runto_main before any test that requires execution.
16204
252fbfc8
PA
162052008-10-23 Pedro Alves <pedro@codesourcery.com>
16206
16207 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16208 instead of SIGINT.
16209
28148e3d
JB
162102008-10-22 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.base/completion.exp: Update expected output following
16213 the addition of the "info tasks" command.
16214
c209f847
TT
162152008-10-22 Tom Tromey <tromey@redhat.com>
16216
16217 * gdb.base/exprs.exp (test_expr): Add test for string
16218 concatenation.
16219
f177e350
PA
162202008-10-19 Pedro Alves <pedro@codesourcery.com>
16221
16222 * configure.ac: Output gdb.python/Makefile.
16223 * configure: Regenerate.
16224 * gdb.python/Makefile.in: New.
16225
cce89356
JB
162262008-10-16 Joel Brobecker <brobecker@adacore.com>
16227
16228 * gdb.base/foll-fork.exp: Adjust the expected output to match
16229 the new description for fork/vfork catchpoints in the "info
16230 breakpoints" output.
16231
176d289d
TJB
162322008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16233
16234 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16235
a08702d6
TJB
162362008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16237
16238 * gdb.python/python-value.c: New file.
16239 * gdb.python/python-value.exp: New file.
16240
1c5cfe86
PA
162412008-10-15 Pedro Alves <pedro@codesourcery.com>
16242
16243 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16244
5a98ad69
DP
162452008-10-15 Denis Pilat <denis.pilat@st.com>
16246
41702f1b 16247 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16248
dcb1a1e2
TT
162492008-10-09 Tom Tromey <tromey@redhat.com>
16250
16251 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16252 'fprintf' and 'stderr'.
16253
9124fe48
JB
162542008-10-07 Joel Brobecker <brobecker@adacore.com>
16255
16256 * gdb.ada/ref_tick_size.exp: New testcase.
16257
45452591
DE
162582008-10-06 Doug Evans <dje@google.com>
16259
16260 * gdb.dwarf2/dw2-cu-size.exp: New file.
16261 * gdb.dwarf2/dw2-cu-size.S: New file.
16262
16263 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16264 .Ltype_int for clarity.
16265
4fc5b208
PP
162662008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16267
16268 PR gdb/2384:
16269 * gdb.cp/gdb2384.exp: Extended to test more cases.
16270 * gdb.cp/gdb2384.cc: Likewise.
16271 * gdb.cp/gdb2384-base.h: Likewise.
16272 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 16273
d78df370
JK
162742008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 * gdb.base/maint.exp (maint print type): Remove printing
16277 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16278
9a044a89
TT
162792008-09-30 Tom Tromey <tromey@redhat.com>
16280
16281 * gdb.base/macscp.exp: Add completion tests.
16282 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16283 (TWENTY_THREE): Likewise.
16284 (FORTY_EIGHT): Likewise.
16285
506800a9
TT
162862008-09-30 Tom Tromey <tromey@redhat.com>
16287
16288 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16289 everywhere.
16290 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16291
1a6f01b5
JK
162922008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16293
16294 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16295 testcase is derived from. Fix racy dependency on an expected PID
16296 number. No longer support the testcase on Linux kernel 2.4.x.
16297
2fae03e8
TT
162982008-09-27 Tom Tromey <tromey@redhat.com>
16299
16300 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16301 and varargs.
16302
1ad15515
PA
163032008-09-22 Pedro Alves <pedro@codesourcery.com>
16304
16305 * lib/mi-support.exp (mi_expect_interrupt): New.
16306 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16307 from gdb.mi/mi-nonstop.exp.
16308 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16309 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16310 lib/mi-support.exp.
16311 Use mi_check_thread_states throughout. Avoid ".*" and do not
16312 require an anchor after -exec-run.
16313
d0b76dc6
DJ
163142008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16315
16316 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16317 stop is pending. Avoid ".*" when two stops are pending.
16318 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16319 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16320 newlines in fullnames.
16321 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16322 (mi_expect_stop): Update comments. Only anchor in sync mode.
16323 Do not match newlines.
16324 (mi_send_resuming_command_raw): Always return status.
16325 (mi_get_stop_line): Do not match more than one line by accident.
16326 Only anchor in sync mode.
16327 (mi_run_inline_test): If -exec-next fails, give up.
16328
9990c830
UW
163292008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16330
16331 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16332 on SPU.
16333
ebcf6f00
JB
163342008-09-10 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16337
b6db24e5
JB
163382008-09-10 Joel Brobecker <brobecker@adacore.com>
16339
16340 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16341 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16342 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16343 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16344 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16345 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16346 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16347 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16348 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16349 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16350 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16351 Include the "= " sequence in the expected output of print tests.
16352
2bf448e0
JB
163532008-09-10 Joel Brobecker <brobecker@adacore.com>
16354
16355 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16356 description for boolean types.
16357
d51fd4c8
PA
163582008-09-09 Pedro Alves <pedro@codesourcery.com>
16359
16360 * gdb.base/hook-stop-continue.c: New.
16361 * gdb.base/hook-stop-continue.exp: New.
16362
694182d2
DJ
163632008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16364
16365 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16366
3b8a7fc0
JG
163672008-09-08 Jerome Guitton <guitton@adacore.com>
16368
16369 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16370 (stack_check_probe_2, stack_check_probe_loop_1)
16371 (stack_check_probe_loop_2): New functions.
16372 (main): Add call to these new functions.
16373 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16374 functions, check that the breakpoint is inserted at the appropriate
16375 location.
16376 (insert_breakpoint): Slightly refine this procedure so that it can
16377 be called several times in the test.
16378
96cc0ae8
JG
163792008-09-08 Jerome Guitton <guitton@adacore.com>
16380
16381 * gdb.base/stack-checking.c: New file.
16382 * gdb.base/stack-checking.exp: New file.
16383
1f08b409
TJB
163842008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16385
16386 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16387 * gdb.arch/altivec-regs.exp: Likewise.
16388 * gdb.arch/vsx-regs.exp: Likewise.
16389
3099e1c4
TJB
163902008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16391
16392 * gdb.arch/ppc-fp.exp: New file.
16393 * gdb.arch/ppc-fp.c: New file.
16394
cc69bfc1
PP
163952008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16396
16397 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16398 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 16399
b02a33db
MS
164002008-09-04 Michael Snyder <msnyder@vmware.com>
16401
16402 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16403 as "at" (for non-debug functions such as _start).
16404
2992cbe0
UW
164052008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16406
16407 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16408 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16409 software watchpoints.
16410 * gdb.base/watch_thread_num.exp: Likewise.
16411
514f746b
AR
164122008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16413
16414 * gdb.arch/i386-bp_permanent.exp: New test.
16415
876cecd0
TT
164162008-08-24 Tom Tromey <tromey@redhat.com>
16417
16418 * gdb.base/maint.exp: Update "maint print type".
16419
80f73d71
VP
164202008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16421
16422 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16423 support. Adjust the order of "*running" notifications.
16424 * gdb.mi/non-stop.c: Don't cast from int to void* and
16425 back.
16426
d9c78d7d
MK
164272008-08-20 Mark Kettenis <kettenis@gnu.org>
16428
16429 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16430 expect to find it in the "info frame" output.
16431
97a2d1d3
DJ
164322008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16433
16434 * gdb.base/interp.exp: Always consume both prompts.
16435
b96e2927
PA
164362008-08-20 Pedro Alves <pedro@codesourcery.com>
16437
16438 * gdb.base/pending.exp: Test pending breakpoints without symbols
16439 loaded.
16440
8cf6e61a
VP
164412008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16442
16443 * lib/mi-support.exp (mi_expect_stop): Produce
16444 more details on failures.
16445 * gdb.mi/mi-nonstop.exp: New.
16446 * gdb.mi/non-stop.c: New.
16447
c6ebd6cf
VP
164482008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16449
a9c64011
AS
16450 * gdb.mi/mi-async.exp: Use 'set target-async'.
16451 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 16452
46a9b8ed
DJ
164532008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16454
16455 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16456
44feb3ce
TT
164572008-08-17 Tom Tromey <tromey@redhat.com>
16458
16459 * gdb.base/help.exp (help catch): Rewrite.
16460
311a4e6b
TJB
164612008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16462
16463 * gdb.base/define.exp: Test indented command documentation.
16464 * gdb.python/python.exp: Test indented multi-line command.
16465
604c2f83
LM
164662008-08-15 Luis Machado <luisgpm@br.ibm.com>
16467
16468 * testsuite/gdb.arch/vsx-regs.c: New source file.
16469 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16470 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16471
886a217c
TT
164722008-08-14 Tom Tromey <tromey@redhat.com>
16473
16474 * gdb.base/macscp.exp: Add regression test for "macro define" or
16475 "macro undef" with no arguments.
16476
c814a4f3
PP
164772008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16478
16479 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 16480
12ab8a60
UW
164812008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16482
16483 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16484
d57a3c85
TJB
164852008-08-06 Tom Tromey <tromey@redhat.com>
16486
16487 * gdb.python/python.exp: New file.
16488
c7b778ff
JK
164892008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16490
16491 Fix for PR gdb/1543.
16492 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16493 $LOCATION.
16494 (location): New variable.
16495 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16496 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16497 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16498 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16499 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16500 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16501 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16502 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16503 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16504 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16505 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16506 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16507 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16508 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16509 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16510 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16511 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16512 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16513 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16514 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16515 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16516 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16517 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16518 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16519 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16520 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16521 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16522 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16523 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16524 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16525 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16526 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16527 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16528 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16529 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16530 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16531 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16532 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16533 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16534 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16535 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16536 gdb.base/type-opaque.exp, gdb.base/until.exp,
16537 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16538 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16539 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16540 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16541 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16542 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16543 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16544 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16545 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16546 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16547 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16548 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16549 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16550 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16551 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16552 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16553 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16554 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16555 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16556 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16557 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16558 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16559 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16560 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16561 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16562 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16563 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16564 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16565 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16566 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16567 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16568 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16569 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16570 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16571 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16572 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16573 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16574 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16575 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16576 to bug-gdb@prep.ai.mit.edu .
16577
5e06a3d1
VP
165782008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16579
16580 * lib/mi-support.exp (mi_load_shlibs): New.
16581 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16582
9d81d21b
VP
165832008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16584
16585 * lib/mi-support.exp (get_mi_thread_list)
16586 (check_mi_and_console_threads): New, moved from ...
16587 * gdb.mi/mi-pthread.exp: ...here.
16588 * gdb.mi/gdb669.exp (get_mi_thread_list)
16589 (check_mi_and_console_threads): Delete.
16590 * gdb.mi/mi2-pthread.exp: Likewise.
16591
bae98fe0
TT
165922008-07-28 Tom Tromey <tromey@redhat.com>
16593
16594 * Makefile.in (just-check): Remove. Move body to...
16595 (check): ... here.
16596
57380f4e
DJ
165972008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16598
16599 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16600 Add a test for duplicated SIGINTs.
16601
e09490f1
DJ
166022008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16603
16604 * gdb.threads/schedlock.exp (get_args): Update to work for any
16605 value of NUM.
16606 (Top level): Report the number of threads that did not resume.
16607
6387b45f
DJ
166082008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16609
16610 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16611
62f64ff2
DJ
166122008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16613
16614 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16615 non-MI prompt.
16616
fa8de41e
TT
166172008-07-26 Tom Tromey <tromey@redhat.com>
16618
16619 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16620 (function_struct, function_struct_ptr): New globals.
16621 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16622 function pointer in a struct.
16623
ccb3ac8a
TT
166242008-07-26 Tom Tromey <tromey@redhat.com>
16625
16626 * gdb.base/macscp.exp: Add test for macro lexing bug.
16627
d7d9f01e
TT
166282008-07-18 Tom Tromey <tromey@redhat.com>
16629
16630 * gdb.base/macscp.exp: Add macro tests.
16631
9bf07184
PP
166322008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16633
16634 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16635
becf6477
PP
166362008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16637
16638 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16639
0709f7d3
PP
166402008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16641
16642 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16643
7093c834
PP
166442008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16645
16646 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16647
b432ffe3
JK
166482008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16649
16650 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16651
b1a268e5
VP
166522008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16653
16654 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16655
e2995f8e
KB
166562008-07-11 Kevin Buettner <kevinb@redhat.com>
16657
16658 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16659 of regexp to account for changes made to GDB in the printing of
16660 byte vectors.
16661
14032a66
TT
166622008-07-11 Tom Tromey <tromey@redhat.com>
16663
16664 * gdb.base/completion.exp: Add 'help' completion test.
16665
981505ef
JK
166662008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16667
16668 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16669
10568435
JK
166702008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16671
16672 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16673
4487aabf
PA
166742008-07-09 Pedro Alves <pedro@codesourcery.com>
16675
16676 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16677
a4a9b1c4
PA
166782008-07-09 Pedro Alves <pedro@codesourcery.com>
16679
16680 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16681
3c3185ac
JK
166822008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16683
16684 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16685
7ebd49dc
VP
166862008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16687
16688 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16689 previous commit. Add a comment.
16690
84e46146
PA
166912008-06-28 Pedro Alves <pedro@codesourcery.com>
16692
16693 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16694
0f8d4a2f
VP
166952008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16696
16697 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16698
f747e0ce
PA
166992008-06-27 Pedro Alves <pedro@codesourcery.com>
16700
16701 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16702 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16703 compiling an executable, link in an object that forces unbuffered
16704 output.
16705 * lib/set_unbuffered_mode.c: New file.
16706
734a5c36
JK
167072008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16708
16709 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16710
a2840c35
VP
167112008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16712
a9c64011
AS
16713 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16714 mi_expect_stop.
16715 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16716 Demand that *running is output.
16717 (detect_async): Perform checking every time.
16718 (mi_send_resuming_command): Extract everything into...
16719 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16720 (mi_expect_stop): Don't accept any output before *stopped.
16721
6ae37fef
VP
167222008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16723
16724 Robustify mi-simplerun.
a9c64011
AS
16725 * gdb.mi/basics.c (main): Add a call to sleep.
16726 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16727 * gdb.mi/mi2-cli.exp: Likewise.
16728 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16729
b4aa76f0 167302008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16731
16732 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16733
e1ac3328
VP
167342008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16735
a9c64011
AS
16736 * gdb.mi/mi-console.exp: Adjust.
16737 * gdb.mi/mi-syn-frame.exp: Adjust.
16738 * gdb.mi/mi2-console.exp: Adjust.
16739 * gdb.mi/mi2-syn-frame.exp: Adjust.
16740 * lib/mi-support.exp (mi_run_cmd): Adjust.
16741 (mi_send_resuming_command): Adjust.
e1ac3328 16742
f7f9a841
VP
167432008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16744
16745 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16746 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16747 testing of stopped.
16748 * gdb.mi/mi2-syn-frame.exp: Likewise.
16749 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16750 (async, detect_async): New.
16751 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16752 depending on if we're running in sync or async mode.
f7f9a841 16753
37cd5d19
TT
167542008-06-09 Tom Tromey <tromey@redhat.com>
16755
16756 * gdb.base/completion.exp: New tests for field name completion
16757 with spaces, and field name completion with '->'.
16758
65d12d83
TT
167592008-06-06 Tom Tromey <tromey@redhat.com>
16760
16761 * gdb.base/break1.c (struct some_struct): New struct.
16762 (values): New global.
16763 * gdb.base/completion.exp: Add field name completion test.
16764
ebfe2e3f
PP
167652008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16766
16767 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16768 to pointer.
16769 * gdb.cp/call-c.cc: Likewise.
16770
bcf6fc3a
NR
167712008-06-06 Nick Roberts <nickrob@snap.net.nz>
16772
16773 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16774 annotation.
16775
49fd4a42 167762008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16777 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16778
16779 * gdb.threads/execl.c, gdb.threads/execl1.c,
16780 gdb.threads/execl.exp: New tests.
a9c64011 16781
8a34ac3f
AR
167822008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16783 Daniel Jacobowitz <dan@codesourcery.com>
16784
16785 * gdb.cp/exception.exp: Activate test, make it work with pending
16786 catchpoints.
16787
86ae69ef
JK
167882008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16789
16790 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16791
f7f9ae2c
VP
167922008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16793
a9c64011
AS
16794 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16795 now printed.
16796 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16797
2a2d4dc3
AS
167982008-05-27 Andreas Schwab <schwab@suse.de>
16799
16800 * gdb.base/frame-args.exp: Handle arguments that are optimized
16801 out.
16802
5099e4d9
LM
168032008-05-26 Luis Machado <luisgpm@br.ibm.com>
16804
16805 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16806 quiet for ppc32 and group options into a single variable.
16807
d9c36a91
JB
168082008-05-23 Joel Brobecker <brobecker@adacore.com>
16809
16810 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16811 of zero-size elements.
16812 * gdb.ada/null_array.exp: Test printing this new array.
16813
103a8671
JK
168142008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16815
16816 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16817
07a4cc1a 168182008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16819
16820 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16821 of the "finish" command.
16822
55f996a7
NR
168232008-05-21 Nick Roberts <nickrob@snap.net.nz>
16824
16825 * gdb.base/annota1.exp: Test for new annotation.
16826
907fc202
UW
168272008-05-16 Pedro Alves <pedro@codesourcery.com>
16828
16829 * gdb.base/fixsection.exp: New file.
16830 * gdb.base/fixsection0.c: New file.
16831 * gdb.base/fixsection1.c: New file.
16832
e8f97270
UW
168332008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16834
16835 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16836 * gdb.base/annota3.exp: Likewise.
16837
ac0bb574
NF
168382008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16839
16840 * gdb.base/watch_thread_num.exp: Don't run tests that require
16841 watchpoints if the target doesn't support them.
16842
6fadd07a
DE
168432008-05-12 Doug Evans <dje@google.com>
16844
16845 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16846
6e9a4a30
JB
168472008-05-09 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.ada/assign_1.exp: New testcase.
16850
08388c79
DE
168512008-05-09 Doug Evans <dje@google.com>
16852
a3c83fae
DE
16853 * gdb.base/find.exp: New file.
16854 * gdb.base/find.c: New file.
08388c79 16855
bd5ddfe8
DJ
168562008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16857
16858 * gdb.base/commands.exp (watchpoint_command_test): Handle
16859 gdb,no_hardware_watchpoints.
16860 * gdb.base/float.exp: Allow ARM targets without floating point.
16861 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16862
b5dd68e2 168632008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16864 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16865
16866 * gdb.ada/lang_switch: New test program.
16867 * gdb.ada/lang_switch.exp: New testcase.
16868
382d13d1
DE
168692008-05-05 Doug Evans <dje@google.com>
16870
16871 * gdb.base/help.exp (disassemble): Update expected help text.
16872
9dd789d0
PA
168732008-05-04 Pedro Alves <pedro@codesourcery.com>
16874
16875 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16876
611c83ae
PA
168772008-05-04 Pedro Alves <pedro@codesourcery.com>
16878
16879 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16880 different times.
16881
ff013f42
JK
168822008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16883
16884 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16885 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16886 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16887 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16888
96dff6a2
VP
168892008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16890
16891 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16892 notification to appear.
16893
55cd6f92
DJ
168942008-05-04 Daniel Jacobowitz <dan@debian.org>
16895
16896 * gdb.base/fullname.c: New file.
16897 * gdb.base/fullname.exp: New file.
16898 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16899
d705c43c
PA
169002008-05-03 Pedro Alves <pedro@codesourcery.com>
16901
16902 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16903 expressions with macros.
16904
333222e1
JK
169052008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16906
16907 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16908
5ac01682
DJ
169092008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16910
16911 * gdb.base/completion.exp: Handle lack of other symbols beginning
16912 with "a".
16913
16914 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16915
237fc4c9
PA
169162008-05-02 Jim Blandy <jimb@codesourcery.com>
16917
16918 * gdb.asm/asmsrc1.s: Add scratch space.
16919
ed5e9466
DJ
169202008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16921 Daniel Jacobowitz <dan@codesourcery.com>
16922
16923 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16924 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16925 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16926
b39cc962
DJ
169272007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16928
16929 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16930
36d520f5
JB
169312008-05-01 Joel Brobecker <brobecker@adacore.com>
16932
16933 * gdb.base/info-target.exp: New testcase.
16934
8d4e3071
DJ
169352008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16936
16937 * gdb.cp/hang.exp: Use .cc instead of .C.
16938 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16939 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16940
6f3f3097
DJ
169412008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16942
16943 * gdb.base/gdb1250.exp: Remove perror.
16944 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16945
5550a914
PA
169462008-04-30 Pedro Alves <pedro@codesourcery.com>
16947
16948 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16949 .2byte.
16950
d848e687
DJ
169512008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16952
16953 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16954 (maybe_kfail): New.
16955
93b5768b
PA
169562008-04-25 Pedro Alves <pedro@codesourcery.com>
16957
16958 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16959
721c02de
VP
169602008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16961
a9c64011
AS
16962 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16963 * gdb.mi/mi2-syn-frame.exp: Likewise.
16964 * lib/mi-support.exp: Likewise.
721c02de 16965
74960c60
VP
169662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16967
16968 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16969 to specify regexp for the location to stop at.
16970 * gdb.base/break-always.c: New.
16971 * gdb.base/break-always.exp: New.
16972
d24317b4
VP
169732008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16974
16975 * lib/mi-support.exp (mi_runto_helper): Adjust
16976 for the original-location field.
16977 (mi_create_breakpoint, mi_list_breakpoints): New.
16978 * gdb.mi/mi-break.exp: Adjust.
16979 * gdb.mi/mi2-break.exp: Adjust.
16980 * gdb.mi/mi-pending.exp: Adjust.
16981 * gdb.mi/mi-simplerun.exp: Adjust.
16982 * gdb.mi/mi2-simplerun.exp: Adjust.
16983 * gdb.mi/mi-syn-frame.exp: Adjust.
16984 * gdb.mi/mi2-syn-frame.exp: Adjust.
16985 * gdb.mi/mi-until.exp: Adjust.
16986 * gdb.mi/mi2-until.exp: Adjust.
16987 * gdb.mi/mi-var-display.exp: Adjust.
16988 * gdb.mi/mi2-var-display.exp: Adjust.
16989 * gdb.mi/mi-watch.exp: Adjust.
16990 * gdb.mi/mi2-watch.exp: Adjust.
16991
fdc59709 169922008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 16993
a9c64011
AS
16994 * aclocal.m4: Add override.m4.
16995 * configure: Regenerate.
fdc59709 16996
8e91f023
VP
169972008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16998
16999 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17000 '-var-update --all-values' reports new value even the type
17001 of a variable object has changed.
17002
233a11ab
CS
170032008-04-18 Craig Silverstein <csilvers@google.com>
17004
17005 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17006 files.
d24317b4 17007
9c1137ad
JB
170082008-04-18 Joel Brobecker <brobecker@adacore.com>
17009
17010 * gdb.ada/atomic_enum: New test program.
17011 * gdb.ada/atomic_enum.exp: New testcase.
17012
66d0bbc7
DE
170132008-04-17 Doug Evans <dje@google.com>
17014
17015 * gdb.opt/Makefile.in: Fix whitespace.
17016
100906b0
UW
170172008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17018
17019 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17020
4584e32e
DE
170212008-04-17 Doug Evans <dje@google.com>
17022
17023 * gdb.base/hashline1.exp: New testcase.
17024 * gdb.base/hashline2.exp: New testcase.
17025 * gdb.base/hashline2.exp: New testcase.
17026
0a320680
PA
170272008-04-17 Pedro Alves <pedro@codesourcery.com>
17028
17029 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17030
18ac113b
AR
170312008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17032
17033 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17034 temporary breakpoint to match "Temporary breakpoint".
17035 * gdb.base/break.exp (delete_breakpoints): Likewise.
17036 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17037 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17038 * gdb.base/display.exp: Likewise.
17039 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17040 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17041 * gdb.base/restore.exp (restore_tests): Likewise.
17042 * gdb.base/sepdebug.exp: Likewise.
17043 * gdb.base/watchpoint.exp: Likewise.
17044 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17045 * gdb.mi/mi-pending.exp: Likewise.
17046 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17047 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17048 * gdb.mi/mi-var-cmd.exp: Likewise.
17049 * gdb.mi/mi-var-display.exp: Likewise.
17050 * gdb.mi/mi2-cli.exp: Likewise.
17051 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17052 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17053 * gdb.mi/mi2-var-display.exp: Likewise.
17054 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17055 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17056 new "disp" field.
a9c64011 17057 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17058 reason. This is to support fix for PR2424.
17059
add38693
JK
170602008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17061
17062 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17063
fcacd99f
VP
170642008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17065
17066 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17067 field. Add more floating varobj tests.
fcacd99f 17068 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17069 field.
17070 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17071 (main): Call do_at_tests.
17072 * lib/mi-support.exp (mi_create_floating_varobj)
17073 (mi_varobj_update_with_type_change): New.
fcacd99f 17074
de051565
MK
170752008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17076
17077 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17078 option of -var-evaluate-expression.
17079 * gdb.mi/mi2-var-display.exp: Likewise.
17080
dbc52822
VP
170812008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17082
17083 Introduce test setup helpers.
a9c64011
AS
17084 * lib/gdb.exp (build_executable, clean_restart)
17085 (prepare_for_testing): New.
17086 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17087 * gdb.base/return.exp: Likewise.
17088 * gdb.base/ending-run.exp: Likewise.
dbc52822 17089
473591da
NR
170902008-04-07 Nick Roberts <nickrob@snap.net.nz>
17091
17092 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17093 Interface (MI) responses.
17094
2b2d9e11
VP
170952008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17096
a9c64011
AS
17097 * gdb.cp/breakpoint.cc: New code to test conditions involving
17098 member variables.
17099 * gdb.cp/breakpoint.exp: Test condition involving member
17100 variables.
2b2d9e11 17101
bb378428
VP
171022008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17103
17104 * lib/mi-support.exp (mi_expect_stop): New.
17105 (mi_run_cmd): Change the
17106 token. Use mi_send_resuming_command, use
17107 mi_expect_stop.
17108 (mi_execute_to_helper): Rename to mi_execute_to.
17109 (mi_send_resuming_command): Add more error patterns.
17110 (mi_wait_for_stop): Renamed to...
17111 (mi_get_stop_line): ...this.
17112 (mi_run_inline_test): Adjust.
17113
17114 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17115 * gdb.mi/mi-console.exp: Likewise.
17116 * gdb.mi/mi-pending.exp: Likewise.
17117 * gdb.mi/mi-simplerun.exp: Likewise.
17118 * gdb.mi/mi-stack.exp: Likewise.
17119 * gdb.mi/mi-stepi.exp: Likewise.
17120 * gdb.mi/mi-syn-frame.exp: Add comment.
17121 * gdb.mi/mi-until.exp: Likewise.
17122 * gdb.mi/mi-var-display.exp: Likewise.
17123 * gdb.mi/mi-watch.exp: Likewise.
17124 * gdb.mi/mi2-cli.exp: Likewise.
17125 * gdb.mi/mi2-console.exp: Likewise.
17126 * gdb.mi/mi2-simplerun.exp: Likewise.
17127 * gdb.mi/mi2-stack.exp: Likewise.
17128 * gdb.mi/mi2-stepi.exp: Likewise.
17129 * gdb.mi/mi2-until.exp: Likewise.
17130 * gdb.mi/mi2-var-display.exp: Likewise.
17131 * gdb.mi/mi2-watch.exp: Likewise.
17132
62172bb9
UW
171332008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17134
17135 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17136
17137 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17138
a13e061a
PA
171392008-04-04 Pedro Alves <pedro@codesourcery.com>
17140
17141 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17142 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17143 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17144 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17145 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17146 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17147 expect an mi error duplicated in stderr.
17148
eae06beb
JB
171492008-04-03 Joel Brobecker <brobecker@adacore.com>
17150
17151 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17152 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17153 Add a couple of tests that verify the behavior when the new setting
17154 is set to "cancel" and "all".
17155 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17156 "ask" before we start the testing.
17157
79c6ced6
AR
171582008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17159
17160 * gdb.cp/casts.cc: Add class reference variables.
17161 * gdb.cp/casts.exp: New test cases for up/down casting references.
17162
6c2d1a6b
MK
171632008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17164
17165 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17166 instead of beginning to make an extra test pass.
17167 * gdb.mi/mi2-var-display.exp: Likewise.
17168
55b411d9
MR
171692008-03-31 Maciej W. Rozycki <macro@mips.com>
17170
17171 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17172
c6140da2
MD
171732008-03-31 Markus Deuling <deuling@de.ibm.com>
17174 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17175
17176 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17177 value. Add xfail for older kernels.
17178
79732189
AR
171792008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17180
17181 Bring mi-support in line with gdb.exp.
17182 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17183 (mi_gdb_start): New function.
17184
33c3676e
MR
171852008-03-28 Maciej W. Rozycki <macro@mips.com>
17186
17187 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17188
92e28119
VP
171892008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17190
17191 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17192 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17193
9e8e3afe
VP
171942008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17195
17196 * lib/mi-support.exp (mi_create_varobj_checked): New.
17197 (mi_list_varobj_children): Allow to check for a
17198 value.
17199 (mi_list_array_varobj_children): New.
17200
17201 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17202 and mi_list_varobj_children, as opposed to hardcoding
17203 expected strings.
17204 * gdb.mi/gdb701.exp: Likewise.
17205 * gdb.mi/gdb792.exp: Likewise.
17206 * gdb.mi/mi-var-block.exp: Likewise.
17207 * gdb.mi/mi-var-cmd.exp: Likewise.
17208 * gdb.mi/mi-var-invalidate.exp: Likewise.
17209 * gdb.mi/mi2-var-block.exp: Likewise.
17210 * gdb.mi/mi2-var-child.exp: Likewise.
17211 * gdb.mi/mi2-var-cmd.exp: Likewise.
17212 * gdb.mi/mi2-var-display.exp: Likewise.
17213
9df50351
JK
172142008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17215
17216 Fix random false FAILs on i386.
17217 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17218
31e5d73a
DJ
172192008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17220
17221 PR gdb/544
17222 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17223
12f4afab
DJ
172242008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17225
17226 PR gdb/544
17227 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17228
b562a0cb
DJ
172292008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17230
17231 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17232 fixed PR gdb/544.
17233
17faa917
DJ
172342008-03-21 Pedro Alves <pedro@codesourcery.com>
17235
17236 * gdb.threads/fork-child-threads.exp: Test next over fork.
17237
6214f497
DJ
172382008-03-21 Chris Demetriou <cgd@google.com>
17239
17240 * gdb.base/break.exp (rbreak junk): New test for rbreak
17241 "Junk at end of arguments" issue.
17242
63092375
DJ
172432008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17244
17245 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17246 *& to work on created array elements.
17247 (Top level): Test print $pc with a file. Test string operations
17248 without a target.
17249 * gdb.base/ptype.exp: Do not expect *& to work on created array
17250 elements.
17251
b21991b0
DJ
172522008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17253
17254 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17255 gdb.threads/staticthreads.exp: Update exit query.
17256
c4b347c7
SL
172572008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17258
17259 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17260
fa4727a6
DJ
172612008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17262
17263 * gdb.base/watchpoint.c (global_ptr, func4): New.
17264 (main): Call func4.
17265 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17266 (test_inaccessible_watchpoint): New.
17267
2f34202f
MR
172682008-02-29 Maciej W. Rozycki <macro@mips.com>
17269
17270 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17271 select the largest.
17272
0d6ba1b1
DJ
172732008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17274
17275 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17276 frames-invalid annotations.
17277
e691325a
PM
172782008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17279
a9c64011 17280 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 17281
f85b5ecc
DE
172822008-02-27 Doug Evans <dje@google.com>
17283
17284 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17285 for bug 1738.
17286 (breakpoint_to_handler_entry): Ditto.
17287
b40e7bf3
JB
172882008-02-27 Joel Brobecker <brobecker@adacore.com>
17289
17290 * gdb.base/ending-run.exp: Use the first line of code inside
17291 function body to test breakpoints.
17292 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17293 location where the breakpoint is inserted when using the line
17294 where a function is declared. Fix typo in the description of
17295 one of the tests.
17296 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17297
2faca73a
PM
172982008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17299
17300 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 17301 tests.
2faca73a 17302
6f439c36
PM
173032008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17304
17305 * gdb.base/args.exp: avoid same output for tests
17306 with single quotes.
17307
54e52265
VP
173082008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17309
a9c64011
AS
17310 * gdb.base/annota1.exp: Adjust for 'info break'
17311 format changes.
17312 * gdb.base/annota3.exp: Likewise.
17313 * gdb.base/break.exp: Likewise.
17314 * gdb.base/condbreak.exp: Likewise.
17315 * gdb.base/pending.exp: Likewise.
17316 * gdb.base/sepdebug.exp: Likewise.
17317 * gdb.base/unload.exp: Likewise.
17318 * gdb.cp/ovldbreak.exp: Likewise.
17319 * gdb.mi/mi-pending.exp: Likewise.
54e52265 17320
897b09ca
DE
173212008-02-07 Doug Evans <dje@google.com>
17322
17323 * gdb.cp/mb-inline.exp: New.
17324 * gdb.cp/mb-inline.h: New.
17325 * gdb.cp/mb-inline1.cc: New.
17326 * gdb.cp/mb-inline2.cc: New.
17327
b1c32d35
PM
173282008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17329
17330 * gdb.pascal/floats.pas: New test program.
17331 * gdb.pascal/floats.exp: New testcase.
17332
1a4ca44a
TJB
173332008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17334
17335 * gdb.base/callfuncs.c (t_float_many_args): New function.
17336 (t_double_many_args): New function.
17337 * gdb.base/callfuncs.exp: Add tests for exceeding float
17338 and double parameters passed through the stack.
17339
439048e8
JB
173402008-02-05 Joel Brobecker <brobecker@adacore.com>
17341
17342 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17343 gdb.ada/complete/foo.adb: New files.
17344 * gdb.ada/complete.exp: New testcase.
17345
81fe8080
DE
173462008-02-03 Doug Evans <dje@google.com>
17347
301f0ecf
DE
17348 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17349
81fe8080
DE
17350 * gdb.cp/gdb2384.exp: New file.
17351 * gdb.cp/gdb2384.cc: New file.
17352 * gdb.cp/gdb2384-base.h: New file.
17353 * gdb.cp/gdb2384-base.cc: New file.
17354
4b071aec
DE
173552008-02-02 Doug Evans <dje@google.com>
17356
17357 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17358
61137ba6
JB
173592007-02-01 Joel Brobecker <brobecker@adacore.com>
17360
17361 * gdb.ada/sym_print_name: New test program.
17362 * gdb.ada/sym_print_name.exp: New testcase.
17363
173642007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
17365
17366 * gdb.ada/nested/hello.adb: New file.
17367 * gdb.ada/nested.exp: New testcase.
17368 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17369
98deb0da
VP
173702008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17371
17372 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
17373 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17374 don't cause future evaluations of function to report
17375 creation of internal breakpoints.
98deb0da 17376
723a2275
VP
173772008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17378
17379 * gdb.mi/mi-break.exp (test_error): New.
17380 Call it.
17381
fb546a2f
LM
173822008-01-31 Luis Machado <luisgpm@br.ibm.com>
17383
17384 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17385 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17386
2d8fd90a
PM
173872008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17388
17389 * gdb.pascal/integers.pas: New test program.
17390 * gdb.pascal/integers.exp: New testcase.
17391
a7fa0ded
PM
173922008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17393
17394 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17395
5e1a1926
TJB
173962008-01-30 Luis Machado <luisgpm@br.ibm.com>
17397
17398 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17399 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17400
8d04f9f0
JB
174012008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17402
17403 * gdb.ada/formatted_ref: New test program.
17404 * gdb.ada/formatted_ref.exp: New testcase.
17405
17406 * gdb.cp/formatted-ref.cc: New file.
17407 * gdb.cp/formatted-ref.exp: New testcase.
17408
ce75a98f
JB
174092008-01-30 Joel Brobecker <brobecker@adacore.com>
17410
17411 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17412
e835f6bf
NR
174132008-01-30 Nick Roberts <nickrob@snap.net.nz>
17414
17415 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17416 (test_file_list_exec_source_file): Update to new macro-info field.
17417
d118ef87
PH
174182008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17419
17420 * gdb.ada/exprs: New test program.
17421 * gdb.ada/exprs.exp: New testcase.
17422
7d35ab09
TJB
174232008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17424
17425 * dfp-test.c (DELTA, DELTA_B): New definitions.
17426 (double_val1, double_val2, double_val3, double_val4, double_val5,
17427 double_val6, double_val7, double_val8, double_val9, double_val10,
17428 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17429 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17430 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17431 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17432 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17433 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17434 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17435 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17436 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17437 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17438 dec128_val16): New global variables.
17439 (decimal_dec128_align): New function.
17440 (decimal_mixed): Likewise.
17441 (decimal_many_args_dec32): Likewise.
17442 (decimal_many_args_dec64): Likewise.
17443 (decimal_many_args_dec128): Likewise.
17444 (decimal_many_args_mixed): Likewise.
17445 * dfp-test.exp: Add tests calling new inferior functions.
17446
2d717e4f
DJ
174472008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17448
17449 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17450 gdb.server/ext-run.exp: New files.
17451 * lib/gdbserver-support.exp (gdbserver_download): New.
17452 (gdbserver_start): New. Update gdbserver expected
17453 output.
17454 (gdbserver_spawn): Use them.
17455 (gdbserver_start_extended): New.
17456
e85a822c
DJ
174572008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17458
17459 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17460 Run on GNU/Linux.
17461 (do_exec_tests): Check for systems which do not support catchpoints.
17462 Do not match START.
17463 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17464 Run on GNU/Linux. Enable verbose output.
17465 (check_fork_catchpoints): New.
17466 (explicit_fork_child_follow, catch_fork_child_follow)
17467 (tcatch_fork_parent_follow): Update expected messages.
17468 (do_fork_tests): Use check_fork_catchpoints.
17469 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17470 Run on GNU/Linux. Enable verbose output.
17471 (check_vfork_catchpoints): New.
17472 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17473 expected messages.
17474 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17475
401ea829
JB
174762008-01-29 Jim Blandy <jimb@red-bean.com>
17477
17478 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17479 host' errors.
17480 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17481
aceaf3ad
JB
174822008-01-29 Jim Blandy <jimb@red-bean.com>
17483
17484 * gdb.threads/sigthread.c: Use barriers to ensure that
17485 child_thread and child_thread_two are always initialized before we
17486 start to use them.
17487
a5606eee
VP
174882008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17489
17490 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17491 * gdb.base/watchpoint-solib.c: New.
17492 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17493
c55a82bb
PM
174942008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17495
17496 * gdb.base/gdb1056.exp: Add unsigned integer test.
17497
0993fe05
DE
174982008-01-28 Doug Evans <dje@google.com>
17499
17500 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17501
4fe42e7f
JB
175022008-01-27 Jim Blandy <jimb@codesourcery.com>
17503
c7a69933
JB
17504 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17505
4fe42e7f
JB
17506 * gdb.base/expand-psymtabs.exp: Doc fix.
17507
5def8285
MK
175082008-01-26 Mark Kettenis <kettenis@gnu.org>
17509
17510 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17511
5313c911
NR
175122008-01-24 Nick Roberts <nickrob@snap.net.nz>
17513
a9c64011 17514 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17515 -var-set-format.
17516
93815fbf
VP
175172008-01-23 Chris Demetriou <cgd@google.com>
17518
17519 * gdb.threads/thread_events.c: New testcase source file.
17520 * gdb.threads/thread_events.exp: New testcase expect file.
17521
467a88ee
NR
175222008-01-23 Nick Roberts <nickrob@snap.net.nz>
17523
17524 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17525
17526 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17527 -var-set-format.
17528
d8f82aba
DJ
175292008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17530 Vladimir Prus <vladimir@codesourcery.com>
17531
17532 * gdb.base/float.exp: Allow missing floating point for m68k and
17533 PowerPC.
17534
60c46647
VP
175352008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17536
17537 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17538 ignore count.
17539 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17540 * gdb.mi/mi-cli.exp: Adjust.
17541 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17542
c7dd36a1
PA
175432008-01-17 Pedro Alves <pedro@codesourcery.com>
17544
17545 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17546 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17547 with dummy_ptr's address.
17548 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17549 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17550 all targets.
17551 * gdb.mi/mi2-var-child.exp: Likewise.
17552
39d5313e
JB
175532008-01-09 Joel Brobecker <brobecker@adacore.com>
17554
17555 * gdb.ada/null_array: New test program.
17556 * gdb.ada/null_array.exp: New testcase.
17557
0aea4bf3
LM
175582008-01-09 Luis Machado <luisgpm@br.ibm.com>
17559
17560 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17561 with required float modifiers.
17562
0b354900
JB
175632008-01-08 Joel Brobecker <brobecker@adacore.com>
17564
17565 * gdb.ada/funcall_param: New test program.
17566 * gdb.ada/funcall_param.exp: New testcase.
17567
cdb7f5d4
JB
175682008-01-08 Joel Brobecker <brobecker@adacore.com>
17569
17570 * gdb.ada/arrayparam: New test program.
17571 * gdb.ada/arrayparam.exp: New testcase.
17572
88e2547f
JB
175732008-01-08 Joel Brobecker <brobecker@adacore.com>
17574
17575 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17576 landed. Should also fix random failures in the test following it.
17577
f6867ce0
TJB
175782008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17579
17580 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17581 for expressions with decimal float values.
17582 (test_dfp_conversions): New function to test casts to and from
17583 decimal float types.
17584 Call test_dfp_conversions.
17585 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17586 elements.
17587 (main): Initialize ds.float4 and ds.double8 elements.
17588 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17589 string to new error message.
17590 (d64_set_tests): Likewise.
17591 (d128_set_tests): Likewise.
17592 Add tests for expressions with decimal float variables. Add tests for
17593 conversions to and from decimal float types.
17594
f9c11282
JB
175952008-01-05 Joel Brobecker <brobecker@adacore.com>
17596
17597 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17598 * gdb.ada/packed_tagged.exp: New testcase.
17599
0ecbca72
JB
176002008-01-04 Joel Brobecker <brobecker@adacore.com>
17601
17602 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17603 gdb.ada/homonym/homonym_main.adb: New files.
17604 * gdb.ada/homonym.exp: New testcase.
17605
c18d3d89
JB
176062008-01-04 Joel Brobecker <brobecker@adacore.com>
17607
17608 * gdb.ada/packed_array.exp: Add testing of references to
17609 a packed array.
17610
ecc7085b
JB
176112008-01-04 Joel Brobecker <brobecker@adacore.com>
17612
17613 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17614 New files.
17615 * gdb.ada/type_coercion.exp: New testcase.
17616
c474c922
JB
176172008-01-04 Joel Brobecker <brobecker@adacore.com>
17618
17619 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17620 gdb.ada/tagged/foo.adb: New file.
17621 * gdb.ada/tagged.exp: New testcase.
17622
9005b927
JB
176232008-01-04 Joel Brobecker <brobecker@adacore.com>
17624
17625 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17626 gdb.ada/ptype_field/foo.adb: New files.
17627 * gdb.ada/ptype_field.exp: New testcase.
17628
1a6aaad8
JB
176292008-01-03 Joel Brobecker <brobecker@adacore.com>
17630
17631 * gdb.ada/print_pc.exp: New testcase.
17632
0ef22f53
JB
176332008-01-03 Joel Brobecker <brobecker@adacore.com>
17634
17635 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17636 gdb.ada/taft_type/p.adb: New files.
17637 * gdb.ada/taft_type.exp: New testcase.
17638
1689ecf8
JB
176392008-01-03 Joel Brobecker <brobecker@adacore.com>
17640
17641 * gdb.ada/array_bounds/bar.adb: New file.
17642 * gdb.ada/array_bounds.exp: New testcase.
17643
a4d0b9c3
JB
176442008-01-03 Joel Brobecker <brobecker@adacore.com>
17645
17646 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17647 gdb.ada/arrayptr/foo.adb: New files.
17648 * gdb.ada/arrayptr.exp: New testcase.
17649
a31ace00
JB
176502008-01-03 Joel Brobecker <brobecker@adacore.com>
17651
17652 * gdb.base/set-lang-auto.exp: New testcase.
17653
a97fced3
JB
176542008-01-03 Joel Brobecker <brobecker@adacore.com>
17655
17656 * gdb.ada/fun_addr/foo.adb: New file.
17657 * gdb.ada/fun_addr.exp: New testcase.
17658
ef29ce1a
JK
176592008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17660
17661 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17662 New files
17663
0fafefe3
JB
176642008-01-02 Joel Brobecker <brobecker@adacore.com>
17665
17666 * array_subscript_addr/p.adb: New file.
a9c64011 17667 * array_subscript_addr.exp: New testcase.
0fafefe3 17668
c4359f8d
JB
176692008-01-02 Joel Brobecker <brobecker@adacore.com>
17670
a9c64011 17671 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17672 New files.
17673 * gdb.ada/str_cmp_ref.exp: New testcase.
17674
1aa1b15b
JB
176752008-01-01 Joel Brobecker <brobecker@adacore.com>
17676
17677 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17678 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17679 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17680
81c9b2cf
JB
176812008-01-01 Joel Brobecker <brobecker@adacore.com>
17682
17683 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17684 gdb.ada/ref_param/pck.ads: New files.
17685 * gdb.ada/ref_param.exp: New testcase.
17686
319e4674
JB
176872008-01-01 Joel Brobecker <brobecker@adacore.com>
17688
17689 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17690 gdb.ada/interface/foo.adb: New files.
17691 * gdb.ada/interface.exp: New testcase.
17692
ef682c56
JB
176932007-12-31 Jim Blandy <jimb@codesourcery.com>
17694
17695 * gdb.base/multi-forks.exp: Consume all output from child
17696 processes before proceeding to next test.
17697
f6f3eb6c
JB
176982007-12-29 Jim Blandy <jimb@codesourcery.com>
17699
17700 * configure: Regenerated.
17701
f652e42f
JB
177022007-12-27 Joel Brobecker <brobecker@adacore.com>
17703
17704 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17705 gdb.ada/fixed_cmp/fixed.adb: New files.
17706 * gdb.ada/fixed_cmp.exp: New testcase.
17707
6943e596
JB
177082007-12-27 Joel Brobecker <brobecker@adacore.com>
17709
17710 * gdb.ada/boolean_expr.exp: New testcase.
17711
aad9a193
JB
177122007-12-26 Jim Blandy <jimb@codesourcery.com>
17713
17714 * gdb.base/multi-forks.exp: Doc fix.
17715
fb5f3683
JB
177162007-12-26 Joel Brobecker <brobecker@adacore.com>
17717
17718 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17719 * gdb.ada/char_param.exp: Do not compile our test program with
17720 -gnata, this is unnecessary.
17721 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17722
384e4a9c
JB
177232007-12-24 Joel Brobecker <brobecker@adacore.com>
17724
17725 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17726 gdb.ada/print_chars/foo.adb: New files.
17727 * gdb.ada/print_chars.exp: New testcase.
17728
01e044f7
JB
177292007-12-24 Joel Brobecker <brobecker@adacore.com>
17730
17731 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17732 gdb.ada/char_param/foo.adb: New files.
17733 * gdb.ada/char_param.exp: New testcase.
17734
0ce17860
JB
177352007-12-22 Jim Blandy <jimb@codesourcery.com>
17736
17737 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17738 hard-coding source line numbers into the test.
17739 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17740 gdb_get_line_number to find.
17741
919809b9
JB
177422007-12-22 Joel Brobecker <brobecker@adacore.com>
17743
17744 * gdb.base/ptype.c (highest): New struct type.
17745 (the_highest): New variable of that type.
17746 (main): Add dummy assignment to a field of variable the_highest.
17747 * gdb.base/ptype.exp: Test type printing of our new variable.
17748
abc8a88d
PM
177492007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17750
17751 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17752 and record first explicitly generated thread number.
abc8a88d
PM
17753 Use that thread number for thread specific watchpoint test.
17754 Add iteration number to repetitive tests.
17755
5158f3e3
CES
177562007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17757 Jim Blandy <jimb@codesourcery.com>
17758
17759 * gdb.base/expand-psymtabs.c: New testcase
17760 source file.
17761 * gdb.base/expand-psymtabs.exp: New testcase
17762 expect file.
17763
37e4754d
LM
177642007-12-17 Luis Machado <luisgpm@br.ibm.com>
17765
17766 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17767 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17768
551e5d04
JB
177692007-12-17 Joel Brobecker <brobecker@adacore.com>
17770
17771 * gdb.ada/frame_args/foo.adb: New file.
17772 * gdb.ada/frame_args/pck.ads: New file.
17773 * gdb.ada/frame_args/pck.adb: New file.
17774 * gdb.ada/frame_args.exp: New testcase.
17775
a05ee097
JB
177762007-12-17 Joel Brobecker <brobecker@adacore.com>
17777
17778 * gdb.base/frame-args.c: New file.
17779 * gdb.base/frame-args.exp: New testcase.
17780
c162e8c9 177812007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17782 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17783
17784 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17785
afe8ab22 177862007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17787
afe8ab22
VP
17788 * gdb.mi/mi-pending.exp: New.
17789 * gdb.mi/mi-pending.c: New.
17790 * gdb.mi/mi-pendshr.c: New.
17791
dfdfb3ca
JB
177922007-12-06 Jim Blandy <jimb@codesourcery.com>
17793
17794 * gdb.base/default.exp: Update expected output for 'info catch'.
17795
b7fca990
JK
177962007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17797
17798 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17799 must be set to binary.
17800
6a1afc1e
PA
178012007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17802
17803 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17804
a6b151f1
DJ
178052007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17806
17807 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17808 gdb.mi/mi-file-transfer.exp: New.
17809
43039443
JK
178102007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17811
17812 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17813
0ef2251b
MR
178142007-11-22 Maciej W. Rozycki <macro@mips.com>
17815
17816 * gdb.trace/backtrace.exp: Fix a typo.
17817 * gdb.trace/circ.exp: Likewise.
17818 * gdb.trace/collection.exp: Likewise.
17819 * gdb.trace/limits.exp: Likewise.
17820 * gdb.trace/report.exp: Likewise.
17821 * gdb.trace/tfind.exp: Likewise.
17822 * gdb.trace/while-dyn.exp: Likewise.
17823
5443631e
NR
178242007-11-21 Nick Roberts <nickrob@snap.net.nz>
17825
17826 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17827 objects of pointers that can't be dereferenced are now
17828 "noneditable".
17829
a4ce5b0d
UW
178302007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17831
17832 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17833 (target_cpu): Remove.
17834
d6e956e5
VP
178352007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17836
17837 * gdb.base/ending-run.exp: Expect the list of cleared
17838 breakpoint to come in natural order, not the reversed one.
a9c64011 17839
214270ab
VP
178402007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17841
17842 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17843 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17844
1a619819
LM
178452007-11-05 Luis Machado <luisgpm@br.ibm.com>
17846
17847 * gdb.base/printcmds.exp: New function
17848 test_printf_with_dfp.
17849
5b01a6fa
DE
178502007-11-02 Doug Evans <dje@google.com>
17851
17852 * gdb.disasm/t01_mov.s: Remove carriage returns.
17853 * gdb.disasm/t02_mova.s: Ditto.
17854 * gdb.disasm/t03_add.s: Ditto.
17855 * gdb.disasm/t04_sub.s: Ditto.
17856 * gdb.disasm/t05_cmp.s: Ditto.
17857 * gdb.disasm/t06_ari2.s: Ditto.
17858 * gdb.disasm/t07_ari3.s: Ditto.
17859 * gdb.disasm/t08_or.s: Ditto.
17860 * gdb.disasm/t09_xor.s: Ditto.
17861 * gdb.disasm/t10_and.s: Ditto.
17862 * gdb.disasm/t11_logs.s: Ditto.
17863 * gdb.disasm/t12_bit.s: Ditto.
17864 * gdb.disasm/t13_otr.s: Ditto.
17865
ec33ab7f
JK
178662007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17867
17868 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17869
ae0d01ff
UW
178702007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17871
17872 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17873 provide DFP support.
17874
55eddb0f
DJ
178752007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17876
17877 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17878 Test "set powerpc vector-abi". Skip auto-detection tests for old
17879 toolchains.
17880
7020f05c
PA
178812007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17882
17883 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17884 with [string compare].
17885
84bc3db9
PA
178862007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17887
17888 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17889 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17890
5876dc88
LM
178912007-10-25 Luis Machado <luisgpm@br.ibm.com>
17892
17893 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17894 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17895 * gdb.opt/Makefile.in: New makefile.
17896 * Makefile.in: Create new directory "gdb.opt".
17897 * configure.ac: Add "gdb.opt" directory.
17898 * configure: Regenerated.
a9c64011 17899
c3ea9a14
DE
179002007-10-25 Doug Evans <dje@google.com>
17901
17902 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17903 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17904
a9c64011 179052007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17906 Thiago Jung Bauermann <bauerman@br.ibm.com>
17907
17908 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17909 Floating Point expressions.
17910 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17911 Floating Point variables.
17912 * gdb.base/dfp-test.c: new file containing program with Decimal
17913 Floating variables, used by gdb.base/dfp-test.exp.
17914
62a24a2b
DJ
179152007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17918
e7b1eae6
UW
179192007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17920
17921 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17922 compiling test case with GCC.
17923 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17924
c641edcc
UW
179252007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17926
17927 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17928 format changes.
17929
5e5ebfe6
MS
179302007-10-18 Michael Snyder <msnyder@specifix.com>
17931
17932 * gdb.base/dbx.exp: Add missing "-re " operator.
17933
e831e7b6
GM
179342007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17935
17936 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17937 * configure.ac: Removed trailing spaces after backslash.
17938 * gdb.modula2: New directory.
17939 * gdb.modula2/Makefile.in: New file.
17940 * gdb.modula2/unbounded-array.exp: New file.
17941 * gdb.modula2/unbounded1.c: New file.
17942
7cc46491
DJ
179432007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17944
17945 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17946
179472007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17948
17949 * gdb.base/sigstep.c (main): Add checks for
17950 return values for setitimer call.
17951 Call setitimer again with itimer = ITIMER_REAL
17952 if first call to setitimer fails.
17953
e91528f0
KH
179542007-10-11 Kazu Hirata <kazu@codesourcery.com>
17955
17956 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17957 of $timeout.
17958
2ec9a4f8
DJ
179592007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17960
17961 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17962
179632007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17964
17965 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17966 of gdb_expect call, to avoid interruption.
17967
64b2fa04
PA
179682007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17969
17970 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17971 (v_unsigned_long_long, v_long_long_array)
17972 (v_signed_long_long_array, v_unsigned_long_long_array)
17973 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17974 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17975 [!NO_LONG_LONG]: New.
17976 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17977 v_long_long_member.
17978
17979 (v_long_long_func, v_signed_long_long_func)
17980 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17981 (main) [!NO_LONG_LONG]: Initialize long long variants.
17982
17983 * gdb.base/whatis.exp: If board file requests no_long_long, build
17984 test with NO_LONG_LONG defined. Test long long, signed long long,
17985 and unsigned long long variants but only if board file doesn't
17986 disable it.
17987
a912286e 179882007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17989 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17990
17991 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17992 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17993 * configure: Regenerated.
17994 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17995 gdb.pascal/types.exp, lib/pascal.exp: New files.
17996
471ba8c9
DJ
179972007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17998
17999 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18000 call.
18001 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18002 to return to the call.
18003 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18004 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18005 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18006 * gdb.mi/mi-until.exp (test_until): Likewise.
18007 * gdb.mi/mi2-until.exp (test_until): Likewise.
18008
fef8a650
DJ
180092007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18010
18011 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18012 two-char array.
18013 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18014
d983da9c
DJ
180152007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18016
18017 * gdb.threads/watchthreads.c (thread_function): Sleep between
18018 iterations.
18019 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18020 at once for S/390. Generate matching fails and passes.
18021
17f62551
VP
180222007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18023
18024 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18025 the 'struct_declarations' variable to zeros.
a9c64011 18026
ed0616c6
VP
180272007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18028
18029 * gdb.cp/mb-ctor.cc: New.
18030 * gdb.cp/mb-ctor.exp: New.
18031 * gdb.cp/mb-templates.cc: New.
18032 * gdb.cp/mb-templates.exp: New.
18033
41f1b697
DJ
180342007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18035
18036 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18037
3f213f78
PA
180382007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18039
18040 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18041 targets.
18042 * configure: Regenerate.
18043
0d381245 180442007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18045
0d381245
VP
18046 * gdb.base/annota1.exp: Adjust for 'info break'
18047 format changes.
18048 * gdb.base/annota3.exp: Likewise.
18049 * gdb.base/break.exp: Likewise.
18050 * gdb.base/condbreak.exp: Likewise.
18051 * gdb.base/pending.exp: Likewise.
18052 * gdb.base/sepdebug.exp: Likewise.
18053 * gdb.base/unload.exp: Likewise.
18054 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18055
fe3f5fa8
VP
180562007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18057
18058 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18059 messages.
18060 * gdb.base/chng-syms.exp: Likewise.
18061 * gdb.base/unload.exp: Likewise.
a9c64011 18062
a75cf6c0
DJ
180632007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18064
18065 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18066
18ecae38
DJ
180672007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18068
18069 * schedlock.c (NUM): Change to 1.
18070 (main): Use args[0] for the main thread.
18071 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18072 regardless of the number of threads.
18073
5509918f
MR
180742007-09-14 Maciej W. Rozycki <macro@mips.com>
18075
4a543daf
MR
18076 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18077 type down.
18078 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18079 test.
18080 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18081 watchpoint type down.
18082 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18083 test.
18084
180852007-09-14 Maciej W. Rozycki <macro@mips.com>
18086
5509918f
MR
18087 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18088 Move all the tests here and run them twice, once using software
18089 watchpoints and once using hardware watchpoints.
18090 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18091
40b53987
DJ
180922007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18093
18094 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18095 test.
18096
695e2681
MK
180972007-09-10 Mark Kettenis <kettenis@gnu.org>
18098
8b3fc8d8
MK
18099 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18100 build-id.
18101
695e2681
MK
18102 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18103 know about $ORIGIN. Calculate output dir from $dest instead of
18104 using ${objdir}/{$subdir}.
18105
58d69f29
MK
181062007-09-09 Mark Kettenis <kettenis@gnu.org>
18107
18108 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18109 gcore, before continuing with the test.
18110
3e347599
DJ
181112007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18112
18113 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18114 * gdb.mi/mi-watch.exp: Likewise.
18115
ea37ba09
DJ
181162007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18117 Jim Blandy <jimb@codesourcery.com>
18118
18119 * gdb.arch/i386-sse.exp: Do not expect character constants.
18120 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18121 * gdb.base/display.exp: Allow print/s.
18122 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18123 and unsigned char array changes.
18124
2025a643
DJ
181252007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18126
18127 * gdb.base/display.exp: Add tests for printf %p.
18128
26669a27
PA
181292007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18130
18131 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18132 the dll name to unicode.
18133
c8f021f8
JK
181342007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18135
18136 * gdb.base/default.exp (show version): Update the version text.
18137 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18138
4cf31eea
JK
181392007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18140
18141 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18142 New files.
18143
4935890f
JK
181442007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18145
18146 * lib/gdb.exp (build_id_debug_filename_get): New function.
18147 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18148 Remove the generate DEBUG file for the future testcase runs.
18149 New testcase for the NT_GNU_BUILD_ID retrieval.
18150 Move the final testing step to ...
18151 (test_different_dir): ... a new function.
18152 New parameter XFAIL to XFAIL all the tests performed.
18153 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18154 New parameter TYPE to PF_PREFIX all the tests performed.
18155
02142340
VP
181562007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18157
18158 * gdb.mi/mi-var-cp.cc (path_expression): New
18159 function.
18160 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18161
36acd84e
UW
181622007-08-27 Markus Deuling <deuling@de.ibm.com>
18163
18164 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18165 to fit into SPU Local Store memory.
18166
a896d121
JB
181672007-08-23 Joel Brobecker <brobecker@adacore.com>
18168
18169 * gdb.base/default.exp: Adjust the expected output of "info
18170 warranty" after the switch to GPLv3.
18171
7b433602
JB
181722007-08-23 Joel Brobecker <brobecker@adacore.com>
18173
18174 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18175 to 30000 (from 20000).
18176
e22f8b7c
JB
181772007-08-23 Joel Brobecker <brobecker@adacore.com>
18178
18179 Switch the license of all .exp files to GPLv3.
18180 Switch the license of all .f and .f90 files to GPLv3.
18181 Switch the license of all .s and .S files to GPLv3.
18182
5a0e3bd0
JB
181832007-08-23 Joel Brobecker <brobecker@adacore.com>
18184
18185 * configure.ac: Switch license to GPLv3.
18186
cc00619d
JB
181872007-08-23 Joel Brobecker <brobecker@adacore.com>
18188
18189 Switch the licensing to GPLv3 for all .ads and .adb files.
18190
8d26208a
DJ
181912007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18192
18193 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18194 and t_int_double.
18195 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18196
4fcb9948
JB
181972007-08-17 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.base/step-line.c: Switch license to GPL version 3, and
18200 update copyright year.
18201 * gdb.base/step-line.inp: Likewise.
18202
b9c34f67
JB
182032007-08-17 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18206 changes inside gdb1555.c.
18207 * gdb.base/pending.exp: Likewise.
18208
2cc17678
DJ
182092007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18210
18211 * config/default.exp: New file.
18212
e48883f7
DJ
182132007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18214
18215 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18216 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18217
1ab80e5b
MR
182182007-07-30 Maciej W. Rozycki <macro@mips.com>
18219
18220 * gdb.base/dump.exp: Force the correct endianness for binary
18221 formats not carrying this information.
18222
aba471f5
DJ
182232007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18224
18225 * gdb.threads/staticthreads.exp: Match .*sem_post.
18226
d4e07204
DJ
182272007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18228
18229 * gdb.base/readline.exp (operate_and_get_next): Match the final
18230 prompt.
18231
2b97317d
KB
182322007-07-23 Kevin Buettner <kevinb@redhat.com>
18233
18234 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18235 to restarting SID.
18236
44efa07a
KB
182372007-07-18 Kevin Buettner <kevinb@redhat.com>
18238
18239 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18240 prior to `gdb_start'.
18241
7b5ebade
KB
182422007-07-18 Kevin Buettner <kevinb@redhat.com>
18243
18244 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18245 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18246 Remove call to gdb_unload.
18247
255e7678
DJ
182482007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18249 Daniel Jacobowitz <dan@codesourcery.com>
18250
18251 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18252 for __WIN32__.
18253 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18254 * gdb.base/unload.exp: Use shared library test routines.
18255
3a40aaa0
UW
182562007-07-03 Markus Deuling <deuling@de.ibm.com>
18257
18258 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18259 * gdb.base/solib-symbol-lib.c: Likewise.
18260 * gdb.base/solib-symbol-main.c: Likewise.
18261
b0f4b84b
DJ
182622007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18263
18264 * config/gdbserver.exp (gdb_reconnect): New.
18265 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18266 gdb.base/solib-disc.exp: New files.
18267 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18268 remote debugging".
18269 (gdb_compile): Add shlib_load flag.
18270 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18271 port.
18272 (gdbserver_reconnect): New.
18273
1b05479a
DJ
182742007-07-01 Nick Roberts <nickrob@snap.net.nz>
18275 Daniel Jacobowitz <dan@codesourcery.com>
18276
18277 * gdb.base/annota3.exp: Test for if construct.
18278
86f78eb2
DJ
182792007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18280
18281 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18282
6a2eb474 182832007-06-21 Chris Dearman <chris@mips.com>
a9c64011 18284 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
18285
18286 * gdb.base/display.exp: Allow a newline after display/i.
18287 * gdb.base/pc-fp.exp: Likewise.
18288 * gdb.base/sigbpt.exp: Likewise.
18289
f8b73d13
DJ
182902007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18291
18292 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18293 required features to be included.
18294
4339e69e
DJ
182952007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18296
18297 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18298 in info threads output.
18299
23d964e7
UW
183002007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18301 Markus Deuling <deuling@de.ibm.com>
18302
18303 * gdb.arch/spu-info.exp: New testcase.
18304 * gdb.arch/spu-info.c: New file.
18305
fd20f75b
DJ
183062007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18307
18308 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18309 tpcs_offset. Restore lr after the call.
18310 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18311
2226f861
DJ
183122007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18313
18314 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18315 (gdbserver_run): Kill any running gdbserver.
18316 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18317
d12371a9
MR
183182007-05-17 Maciej W. Rozycki <macro@mips.com>
18319
18320 * gdb.base/sigbpt.exp: Preset segv_addr.
18321
93f02886
DJ
183222007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18323
18324 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18325 (gdb_compile_shlib): Likewise.
18326 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18327 (default_gdb_init): Clear cleanfiles.
18328 (gdb_finish): Delete recorded cleanfiles.
18329 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18330
18331 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18332 Do not use isnative.
18333 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18334 gdb.base/so-impl-ld.exp: Likewise.
18335 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18336 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18337 gdb_compile.
18338
b04e06d7
VP
183392007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18340
18341 * config/unknown.exp: Remove.
18342
069ed931
UW
183432007-05-15 Markus Deuling <deuling@de.ibm.com>
18344
18345 * gdb.base/info-proc.exp: Check is_remote.
18346
09db0d03
UW
183472007-05-14 Markus Deuling <deuling@de.ibm.com>
18348
18349 * gdb.base/gcore.exp: Initialize variable core_supported.
18350
af2cbe8c
DJ
183512007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18352
18353 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18354
027c0295
DJ
183552007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18356
18357 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18358 * gdb.threads/print-threads.exp (test_all_threads): Allow
18359 negative and hexadecimal thread IDs.
18360
dc5000e7
DJ
183612007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18362
18363 * gdb.java/jprint.java (public): Avoid invalid call to static
18364 method.
18365
2e74ed18
DP
183662007-05-14 Denis Pilat <denis.pilat@st.com>
18367
18368 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18369 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18370 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18371 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18372 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18373
83547f02
UW
183742007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18375
18376 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 18377 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
18378 this mode.
18379 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18380 * gdb.base/spu.ld: New file.
18381
b18be20d
DJ
183822007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18383
18384 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18385
be444858
DJ
183862007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18387
18388 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18389
b1d53152
DJ
183902007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18391
18392 * gdb.java/jmain.exp: Handle demangled names with and without method
18393 signatures.
18394
d084b331
DJ
183952007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18396
18397 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18398 (have_a_very_merry_interrupt): Remove calls to puts.
18399 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18400 inferior output.
18401 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18402 test names.
18403
db9d7fc5
DJ
184042007-04-29 Markus Deuling <deuling@de.ibm.com>
18405 Daniel Jacobowitz <dan@codesourcery.com>
18406
18407 * gdb.base/auxv.exp (core_works): Also check is_remote.
18408 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18409
ef783a7d 184102007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18411
ef783a7d
VP
18412 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18413 message, not the undefined 'module' variable.
18414 * gdb.base/siginfo.exp: Likewise.
18415 * gdb.base/sigstep.exp: Likewise.
18416 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18417 serialport.
18418 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18419
b7b73cae
CV
184202007-04-25 Corinna Vinschen <vinschen@redhat.com>
18421
18422 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18423 target sim fails. Return 0 otherwise.
18424 (gdb_load): Return prematurely if gdb_target_sim fails.
18425
7d90fdfa
DP
184262007-04-16 Denis Pilat <denis.pilat@st.com>
18427
18428 * gdb.base/setshow.exp: Reset height after having set it to 100.
18429
5d3e9c85
DP
184302007-04-16 Denis Pilat <denis.pilat@st.com>
18431
18432 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18433
18e75969
DP
184342007-04-16 Denis Pilat <denis.pilat@st.com>
18435
18436 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18437
25d5ea92
VP
184382007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18439
18440 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18441 tests. Run the frozen varobjs test.
18442 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 18443 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 18444
0b49cb80
JK
184452007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18446
18447 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18448 gdb.base/type-opaque.exp: New files.
18449
a73bafbc 184502007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
18451
18452 * gdb.mi/mi-var-child.c
a73bafbc
VP
18453 (do_children_tests): User char[2] instead of
18454 char so that automatic printing of pointers to char
18455 don't give unpredicable result.
18456 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18457 local variables.
18458 * gdb.mi/mi-var-child.exp: Step to right line
18459 of do_children_tests.
18460 * gdb.mi/mi2-var-child.exp: Likewise.
18461 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 18462 do_locals_tests.
a73bafbc
VP
18463 (do_children_tests): User char[2] instead of
18464 char so that automatic printing of pointers to char
a9c64011 18465 don't give unpredicable result.
a73bafbc 18466 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18467 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
18468 Pass test name to mi_wait_for_stop.
18469
7ce59000
DJ
184702007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18471
18472 * gdb.asm/asm-source.exp: Remove d10v case.
18473 * lib/gdb.exp (skip_cplus_tests): Likewise.
18474 * gdb.asm/d10v.inc: Deleted.
18475
20389057
DJ
184762007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18477
18478 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18479
8807d78b
DJ
184802007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18481
18482 * config/netware.exp: Delete file.
18483
aa3edb8e
JB
184842007-03-29 Joel Brobecker <brobecker@adacore.com>
18485
18486 * gdb.dwarf2/dw2-noloc.S: New file.
18487 * gdb.dwarf2/dw2-noloc.exp: New file.
18488
297561ac
PA
184892007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18490
18491 * gdb.cp/method2.cc: New test.
18492 * gdb.cp/method2.exp: New test.
18493 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18494
1f81bd39
DJ
184952007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18496
18497 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18498
9453113a
DJ
184992007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18500
18501 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18502
b741e217
DJ
185032007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18504
18505 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18506 (gdb_load): Delete, replace with...
18507 (gdb_reload): ...this.
18508 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18509 * gdb.server/server-mon.exp: Likewise.
18510 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18511 (gdb_start_cmd): New.
18512 (gdb_file_cmd): Save the last loaded file.
18513 (gdb_reload): New.
18514 (gdb_gnu_strip_debug): Use transform.
18515 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18516 support here. Use new $last_loaded_file. Check mtime.
18517 (gdb_target_cmd): Handle ObjC failure case.
18518 (infer_host_exec): Delete.
18519 (gdbserver_load): Rename to...
18520 (gdbserver_run): ...this. Simplify.
18521 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18522 (mi_gdb_load): Move most contents to a new function...
18523 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18524 (mi_run_cmd): Use mi_gdb_target_load.
18525 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18526 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18527 Use gdb_run_cmd.
18528 * gdb.base/charsign.exp: Remove incorrect comment.
18529 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18530 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18531 gdb.base/start.exp: Use gdb_start_cmd.
18532
446ab585 185332007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18534 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18535
18536 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18537 * gdb.base/signull.exp: Similarly.
18538
bbb88ebf
UW
185392007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18540
18541 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18542 messages available to test cases (like chng-sym.exp).
18543
cb8c4a99
AS
185442007-03-14 Andreas Schwab <schwab@suse.de>
18545
18546 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18547 format changes.
18548
4e463ff5
DJ
185492007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18550
18551 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18552 (optimized_1): New.
18553 (main): Call optimized_1.
18554 (gdb2029): Correct typos. Call gdb2029_marker.
18555 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18556 for gdb2029.
18557
b6db2c47
MK
185582007-03-12 Mark Kettenis <kettenis@gnu.org>
18559
18560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18561 as tabs. Remove redundant test pattern.
18562
70ed3737
UW
185632007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18564
18565 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18566 for /a format output.
18567
47b67b60
DJ
185682007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18569
18570 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18571 collect output incrementally.
18572
b8953b0e
UW
185732007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18574
18575 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18576 for -var-create lpcharacter test.
18577 * gdb.mi/mi2-var-cmd.exp: Likewise.
18578
7acd5c40
UW
185792007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18580
18581 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18582 pass on targets where address zero is readable.
18583
9c6759c1
UW
185842007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18585
18586 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18587 just a single architecture.
18588
a2f1aeb4
UW
185892007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18590
18591 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18592 (fetch_all_registers): New function, uses gdb_test_multiple and
18593 exp_continue to fetch inferior output line-by-line.
18594 Replace all uses of do_get_all_registers by fetch_all_registers.
18595
46579ac2
UW
185962007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18597
18598 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18599 in target_info.
18600
fc133f24
MS
186012007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18602
a9c64011 18603 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18604 consistancy; add a default (timeout) case.
18605
7646a51d
MS
186062007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18607
18608 * gdb.base/watchpoint.exp: Fix truncated comment.
18609
dcfff61f
MS
186102007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18611
18612 * Makefile.in: Remove spurious single-quotes from sed command.
18613
664e3ee9
DJ
186142007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18615
18616 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18617 func.
18618 * gdb.mi/mi2-var-cmd.exp: Likewise.
18619
d7cc6f2f
JB
186202007-02-27 Joel Brobecker <brobecker@adacore.com>
18621
a9c64011
AS
18622 * gdb.dwarf2/dw2-producer.S: New file.
18623 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18624
186252007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18626
18627 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18628 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18629 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18630 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18631 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18632 Revert tests to use mi_gdb_test and include value field in output
18633 of -var-create.
18634
93d42b30
DJ
186352007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18636
18637 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18638
c499ed39
DJ
186392007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18640
18641 * gdb.base/maint.exp: Remove full paths from test names.
18642 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18643 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18644
9836f81b
JB
186452007-02-27 Joel Brobecker <brobecker@adacore.com>
18646
18647 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18648
c74d0ad8
DJ
186492007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18650
18651 * gdb.server/server-mon.exp: New test.
18652
2711e456
DJ
186532007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18654
18655 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18656
ff6f572f
DJ
186572007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18658
18659 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18660 register capitalization.
18661
fada3feb
DP
186622007-02-13 Denis Pilat <denis.pilat@st.com>
18663
18664 * gdb.mi/mi-var-invalidate.exp: New file.
18665
fb1e4ffc
DJ
186662007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18667
18668 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18669
3da939d7
DJ
186702007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18671
18672 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18673
123dc839
DJ
186742007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18675
18676 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18677 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18678
877e3645 186792007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18680
18681 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18682 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18683 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18684 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18685 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18686 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18687 Update tests to include value field in output of -var-create.
a9c64011 18688
3c0a2960
AS
186892007-02-08 Andreas Schwab <schwab@suse.de>
18690
18691 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18692
108546a0
DJ
186932007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18694
18695 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18696 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18697
d701dcab
DP
186982007-02-02 Denis Pilat <denis.pilat@st.com>
18699
18700 * gdb.threads/threadapply.exp: check that frame is not changed by
18701 the thread apply all command.
18702
783e3e2f
AS
187032007-01-31 Andreas Schwab <schwab@suse.de>
18704
6d9c3a87
AS
18705 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18706
3c50d7b9
AS
18707 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18708 in the dwarf sections.
18709 * gdb.dwarf2/mac-fileno.S: Likewise.
18710
783e3e2f
AS
18711 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18712 bspstore register on ia64.
18713
78ff580e
AS
187142007-01-29 Andreas Schwab <schwab@suse.de>
18715
cc8e9b12
AS
18716 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18717 "frame-begin" annotation.
18718
78ff580e
AS
18719 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18720 number of "frames-invalid" annotations.
18721
704a4f78
DJ
187222007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18723
18724 * gdb.base/commands.exp: Call if_commands_test.
18725 (gdb_test_no_prompt, if_commands_test): New.
18726
e741bf94
MK
187272007-01-28 Mark Kettenis <kettenis@gnu.org>
18728
18729 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18730
474d0ad3
AS
187312007-01-27 Andreas Schwab <schwab@suse.de>
18732
18733 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18734 .short/.int/.quad in the dwarf sections.
18735 * gdb.dwarf2/dw2-intercu.S: Likewise.
18736 * gdb.dwarf2/dw2-intermix.S: Likewise.
18737
e784b426
JK
187382007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18739
18740 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18741 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18742 array.
e784b426
JK
18743 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18744 * gdb.base/setvar.exp: Likewise.
18745
37f08e04
AS
187462007-01-26 Andreas Schwab <schwab@suse.de>
18747
9a01813a
AS
18748 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18749 test.
18750
37f08e04
AS
18751 * gdb.base/multi-forks.exp ("restart $i"): Also match
18752 __kernel_syscall_via_break.
18753
6e2a9270
VP
187542007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18755
18756 * lib/mi-support.exp (mi_delete_varobj): New.
18757 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18758 testcase.
18759 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18760 (main): Call the above.
18761 (reference_update_test, base_in_reference_test)
18762 (reference_to_pointer): Delete the created varobjs.
a9c64011 18763
e515b470
DJ
187642007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18765
18766 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18767 * configure: Regenerated.
18768 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18769 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18770 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18771 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18772 * lib/gdb.exp (gdb_skip_xml_test): New function.
18773
08d8bcd7
DJ
187742007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18775
18776 * gdb.base/sigrepeat.exp: Correct error message.
18777
187782007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18779 Daniel Jacobowitz <dan@codesourcery.com>
18780
18781 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18782 gdb.arch/i386-gnu-cfi-asm.S: New files.
18783
97c3f1f3
JK
187842007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18785
18786 * lib/gdb.exp: Abort on missing `site.exp'.
18787
cb1df416
DJ
187882007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18789 Daniel Jacobowitz <dan@codesourcery.com>
18790
18791 * gdb.base/included.c, gdb.base/included.exp,
18792 gdb.base/included.h: New files.
18793
35990120
DJ
187942007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18795
18796 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18797 (maximize_rlimit): Reduce limits on 64-bit systems.
18798
6e81a116 187992007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18800
18801 From Marcus Deuling <deuling@de.ibm.com>:
18802 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18803 every case.
18804
6c3c41f3
NR
188052007-01-13 Nick Roberts <nickrob@snap.net.nz>
18806
18807 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18808 (test_path_specification): Use objdir instead of srcdir to always
18809 get an absolute filename.
18810
2f12c312
DJ
188112007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18812
18813 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18814
81121995
VP
188152007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18816
18817 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18818 Make sure the variable we're using is in scope.
18819 (reference_to_pointer): Likewise.
18820
4741b737
DJ
188212007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18822
18823 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18824 has no debug information.
18825
054410c3
DJ
188262007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18827
18828 * gdb.base/annota1.exp: Remove extra send_gdb.
18829
818f79f6
DJ
188302007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18831
18832 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18833
f7a6bb70
DJ
188342007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18835
18836 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18837
57e66780
DJ
188382007-01-08 Nick Roberts <nickrob@snap.net.nz>
18839 Daniel Jacobowitz <dan@codesourcery.com>
18840
18841 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18842 lcharacter or linteger change. Correct duplicated test name.
18843 * gdb.mi/mi2-var-cmd.exp: Likewise.
18844
3d799a95
DJ
188452007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18846
18847 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18848
188492007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18850
a9c64011
AS
18851 * gdb.base/nofield.c: New file.
18852 * gdb.base/nofield.exp: New testcase.
51679ba9 18853
eafb94e8
NR
188542007-01-05 Nick Roberts <nickrob@snap.net.nz>
18855
18856 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18857
18858 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18859 test.
18860
5e572bb4
DJ
188612007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18862
18863 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18864
74a44383
DJ
188652007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18866
18867 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18868 when continuing.
18869
1b572db9
DJ
188702007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18871
18872 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18873 Expect ".exe" extension.
18874
381bc39b
DJ
188752007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18876
18877 * gdb.base/charset.exp: Add explicit filename to break.
18878 * gdb.base/dbx.exp: Add explicit filename to breaks.
18879
2b70e4c6
DJ
188802007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18881
18882 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18883 * gdb.mi/mi2-file.exp: Likewise.
18884
303b6f5d
DJ
188852007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18886
18887 Implement specification of MI tests as comments
18888 in C and C++ sources.
18889 * lib/mi-support.exp (mi_autotest_data): New variable.
18890 (mi_autotest_source): New variable.
18891 (count_newlines, mi_prepare_inline_tests)
18892 (mi_get_inline_test, mi_continue_to_line)
18893 (mi_run_inline_test, mi_tbreak)
18894 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18895 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18896 Run inline tests.
18897 * gdb.mi/mi-var-cp.cc: Define tests here.
18898
23da0d94
VP
188992007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18900
18901 Simplify usage of mi_continue_to.
18902 * lib/mi-support.exp (mi_runto_helper): Renamed
18903 from mi_runto, added new parameter 'run_or_continue'.
18904 (mi_runto): Use mi_runto_helper.
18905 (mi_continue_to): Accept just function name as parameter.
18906 Use mi_runto_helper.
18907 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18908 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18909
f9e18282
JB
189102006-01-04 Joel Brobecker <brobecker@adacore.com>
18911
18912 Make this testcase a bit more realistic. The current code
18913 is too simplistic, and allows the compiler to optimize out
18914 some of the entities we need for this testcase.
18915 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18916 (Do_Nothing): Add extra parameter.
18917 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18918 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18919 by using a variable of type Void_Star.
18920
fd678c65
JB
189212006-01-04 Joel Brobecker <brobecker@adacore.com>
18922
18923 * gdb.ada/catch_ex/foo.adb: New file.
18924 * gdb.ada/catch_ex.exp: New testcase.
18925
05cfdb42
DJ
189262007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18927
18928 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18929 pass --image-base to linker.
18930
2e03ee74
DJ
189312007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18932 Daniel Jacobowitz <dan@codesourcery.com>
18933
18934 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18935 secondary prompts.
18936
0d5de010
DJ
189372007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18938
18939 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18940 output. Test the types of members and member pointers.
18941 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18942 gdb/2092.
18943 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18944 statement. Enable for GCC. Update expected output for some tests
18945 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18946 layout.
18947 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18948 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18949 (Diamond::vget_base): New.
18950 (main): Add new tests.
18951 * gdb.cp/printmethod.exp: Update expected output for member functions.
18952 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18953 print pEe->D::vg().
18954
61a771aa
DJ
189552007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18956
18957 * gdb.threads/tls.exp: Allow stops in sem_post.
18958
2fa63963
DJ
189592006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18960
18961 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18962 * gdb.base/annota3.exp: Likewise.
18963 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18964 again (instead of timing out).
18965 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18966 GCC bug 26475.
18967 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18968 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18969 test from jmisc1.exp.
18970 * gdb.java/jmisc1.exp: Delete.
18971 * gdb.java/jprint.exp: Adjust to work with method signatures including
18972 return types.
18973 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18974 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18975 * lib/java.exp (compile_java_from_source): Pass the correct type
18976 to target_compile.
18977
5eefc2b7
JB
189782006-12-31 Joel Brobecker <brobecker@adacore.com>
18979
18980 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18981 (stack_align_edx): New function.
18982 (stack_align_eax): New function.
18983 (main): Add calls to stack_align_edx and stack_align_eax.
18984 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18985 Add testing for the cases where the register used during a stack
18986 realignment is edx. Same for eax.
18987
227c54da
DJ
189882006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18989
18990 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18991 and generic PE targets.
18992
cab8ac94
JB
189932006-12-29 Joel Brobecker <brobecker@adacore.com>
18994
18995 * gdb.ada/array_return.exp: Update copyright date list.
18996
ba54f318
JB
189972006-12-27 Joel Brobecker <brobecker@adacore.com>
18998
18999 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19000 (Create_Small_Float_Vector): New function.
19001 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19002 function body.
19003 * gdb.ada/array_return/p.adb: Use new type and function from
19004 package Pck.
19005 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19006 able to print the value returned by a function returning an
19007 array of float.
19008
6b7a35dd
JB
190092006-12-20 Joel Brobecker <brobecker@adacore.com>
19010
19011 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19012 The associated tests should be PASSing.
19013
038224f6
VP
190142006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19015
19016 Test for base in references.
19017 * gdb.mi/mi-var-cp.cc: Add test code.
19018 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19019 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19020 * gdb.mi/mi2-watch.exp: Likewise.
19021 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19022 (mi_list_varobj_children): New function.
19023
b26ed50d
VP
190242006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19025
19026 * lib/mi-support.exp
19027 (mi_runto): Accept "()" after function name.
19028 (mi_create_varobj): New function.
19029 (mi_varobj_update): New function.
19030 (mi_Check_varobj_value): New function.
19031 * gdb.mi/mi-var-cp.exp: New file.
19032 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19033
08232497
DJ
190342006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19035
19036 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19037 gdb.base/weaklib2.c: New files.
19038
d394c993 190392006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19040
ac6c2fba
NS
19041 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19042 info. Adjust test names.
19043
8ec659a0 19044 * gdb.base/break.c (main): Move position of malloc.
d394c993 19045 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19046
acd65feb
VP
190472006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19048
19049 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19050 assignement of arrays and function pointers.
19051 * gdb.mi/var-cmd.c: Add declaration necessary for above
19052 tests.
19053
f556d5e5
NS
190542006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19055
19056 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19057
19058 * gdb.threads/linux-dp.exp: Read thread table before and after
19059 creating each philosopher and verify it.
19060
697bc68d
NS
190612006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19062 Paul Brook <paul@codesourcery.com>
19063 Daniel Jacobowitz <dan@codesourcery.com>
19064
19065 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19066 main to remove duplication. Add start function of the form
697bc68d
NS
19067 '_*start[1-9]*'. Add RVDS start function.
19068
29d73ae4
DJ
190692006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19070
19071 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19072
c1d88655
UW
190732006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19074
19075 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19076 * gdb.asm/spu.inc: New file.
19077 * gdb.base/term.exp: Disable if [target_info exists noargs].
19078 * gdb.gdb/complaints.exp: Disable if ![isnative].
19079 * gdb.gdb/selftest.exp: Likewise.
19080 * gdb.gdb/observer.exp: Likewise.
19081 * gdb.gdb/xfullpath.exp: Likewise.
19082 * gdb.base/attach.exp: Disable on SPU target.
19083 * gdb.cp/bs145503.exp: Likewise.
19084 * gdb.cp/exception.exp: Likewise.
19085 * gdb.cp/userdef.exp: Likewise.
19086
32a13b1a
DJ
190872006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19088
19089 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19090
d8295fe9
VP
190912006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19092
19093 * gdb.base/completion.exp: Fix completion tests for
19094 'info' and 'info '.
19095 * gdb.base/help.exp (help_test_raw, test_class_help)
19096 (test_prefix_command_help): Move...
19097 * lib/gdb.exp: Here.
19098 * gdb.base/main.exp: Adjust.
19099 * gdb.cp/maint.exp: Adjust.
19100 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19101
8c394015
VP
191022006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19103
19104 * gdb.stabs/weird.exp (print_weird_var): Use
19105 gdb_test_multiple instead of gdb_expect.
19106
027fc1bc
VP
191072006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19108
19109 * gdb.base/help.exp (help_test_raw): New.
19110 (test_class_help): New.
19111 (test_prefix_command_help): New.
19112 Adjust testcases.
19113
67609209
FR
191142006-11-09 Christophe Lyon <christophe.lyon@st.com>
19115
19116 * gdb.base/constvars.c (main): Write to crass and crips, so that
19117 they are allocated by the compiler.
19118
f73adfeb
AS
191192006-10-27 Andreas Schwab <schwab@suse.de>
19120
19121 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19122 "detach-fork".
19123
2f83a18e
DJ
191242006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19125
19126 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19127 of patterns.
19128
94277a38
DJ
191292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19130
19131 * gdb.base/sepdebug.exp: Remove debug format test.
19132 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19133 Handle no-symtab.
19134 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19135
5bd2f6e2
DJ
191362006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19137
19138 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19139 int to pointer or pointer to int.
19140 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19141
8c008720
DJ
191422006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19143
19144 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19145
9e35dae4
DJ
191462006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19147
19148 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19149
d9639e13
DJ
191502006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19151
19152 PR c++/2116
19153 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19154
390a1bd0
JB
191552006-10-06 Joel Brobecker <brobecker@adacore.com>
19156
19157 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19158 the corresponding bug has been fixed in GDB (PR/2018).
19159
dd920c33
JB
191602006-10-06 Joel Brobecker <brobecker@adacore.com>
19161
19162 * gdb.base/subst.exp: New testcase.
19163
53bbefe9
JB
191642006-10-06 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.ada/array_return/pck.ads: Add copyright notice.
19167 * gdb.ada/array_return/pck.adb: Likewise.
19168 * gdb.ada/array_return/p.adb: Likewise.
19169 * gdb.ada/exec_changed/first.adb: Likewise.
19170 * gdb.ada/exec_changed/second.adb: Likewise.
19171
09851417
JB
191722006-10-06 Joel Brobecker <brobecker@adacore.com>
19173
19174 * gdb.ada/watch_arg/watch.adb: New file.
19175 * gdb.ada/watch_arg.exp: New testcase.
19176
041bf30d
VP
191772006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19178
19179 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19180 via string_to_regexp.
041bf30d 19181 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19182
f286fbdd 191832006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19184
19185 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19186 Remove unused / obsolete files.
19187
7c07f349
NR
191882006-09-19 Nick Roberts <nickrob@snap.net.nz>
19189
19190 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19191
cd5ff84a
VP
191922006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19193
19194 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19195 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19196 the number of frames.
cd5ff84a 19197
ae018d1a
DJ
191982006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19199
19200 * gdb.base/args.c (main): Add breakpoint marker.
19201 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19202 really test empty arguments.
19203 (args_load): Delete.
19204 (args_test): New.
19205
b399c549
NR
192062006-09-13 Nick Roberts <nickrob@snap.net.nz>
19207
19208 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19209 check for one file.
b399c549 19210
2ab1eb7a
VP
192112006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19212
19213 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19214 HIGH_FRAME argument to -stack-list-locals can be larger than
19215 the number of frames.
a9c64011 19216
476308bf
FF
192172006-08-18 Fred Fish <fnf@specifix.com>
19218
19219 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19220 '$' in front of skip_vmx_tests_saved when setting that.
19221
8625200f
AS
192222006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19223
19224 * gdb.base/trace-commands.exp: New file.
19225
089ec8f1
DJ
192262006-08-10 Joel Brobecker <brobecker@adacore.com>
19227 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19230 expected output of the backtrace commands.
19231
b60f0898
JB
192322006-08-09 Joel Brobecker <brobecker@adacore.com>
19233
19234 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19235 untested followed by return combination.
19236 * gdb.arch/altivec-regs.exp: Likewise.
19237 * gdb.arch/e500-abi.exp: Likewise.
19238 * gdb.arch/e500-regs.exp: Likewise.
19239 * gdb.arch/gdb1291.exp: Likewise.
19240 * gdb.arch/gdb1431.exp: Likewise.
19241 * gdb.arch/gdb1558.exp: Likewise.
19242 * gdb.arch/i386-prologue.exp: Likewise.
19243 * gdb.arch/i386-unwind.exp: Likewise.
19244 * gdb.asm/asm-source.exp: Likewise.
19245 * gdb.base/a2-run.exp: Likewise.
19246 * gdb.base/advance.exp: Likewise.
19247 * gdb.base/all-bin.exp: Likewise.
19248 * gdb.base/annota1.exp: Likewise.
19249 * gdb.base/annota3.exp: Likewise.
19250 * gdb.base/args.exp: Likewise.
19251 * gdb.base/arithmet.exp: Likewise.
19252 * gdb.base/assign.exp: Likewise.
19253 * gdb.base/async.exp: Likewise.
19254 * gdb.base/attach.exp: Likewise.
19255 * gdb.base/bang.exp: Likewise.
19256 * gdb.base/bigcore.exp: Likewise.
19257 * gdb.base/bitfields.exp: Likewise.
19258 * gdb.base/bitfields2.exp: Likewise.
19259 * gdb.base/break.exp: Likewise.
19260 * gdb.base/call-sc.exp: Likewise.
19261 * gdb.base/call-strs.exp: Likewise.
19262 * gdb.base/callfuncs.exp: Likewise.
19263 * gdb.base/checkpoint.exp: Likewise.
19264 * gdb.base/chng-syms.exp: Likewise.
19265 * gdb.base/code-expr.exp: Likewise.
19266 * gdb.base/commands.exp: Likewise.
19267 * gdb.base/completion.exp: Likewise.
19268 * gdb.base/cond-expr.exp: Likewise.
19269 * gdb.base/condbreak.exp: Likewise.
19270 * gdb.base/consecutive.exp: Likewise.
19271 * gdb.base/constvars.exp: Likewise.
19272 * gdb.base/corefile.exp: Likewise.
19273 * gdb.base/cvexpr.exp: Likewise.
19274 * gdb.base/dbx.exp: Likewise.
19275 * gdb.base/define.exp: Likewise.
19276 * gdb.base/detach.exp: Likewise.
19277 * gdb.base/display.exp: Likewise.
19278 * gdb.base/dump.exp: Likewise.
19279 * gdb.base/ena-dis-br.exp: Likewise.
19280 * gdb.base/ending-run.exp: Likewise.
19281 * gdb.base/environ.exp: Likewise.
19282 * gdb.base/eval-skip.exp: Likewise.
19283 * gdb.base/exprs.exp: Likewise.
19284 * gdb.base/fileio.exp: Likewise.
19285 * gdb.base/finish.exp: Likewise.
19286 * gdb.base/float.exp: Likewise.
19287 * gdb.base/foll-exec.exp: Likewise.
19288 * gdb.base/foll-fork.exp: Likewise.
19289 * gdb.base/foll-vfork.exp: Likewise.
19290 * gdb.base/freebpcmd.exp: Likewise.
19291 * gdb.base/funcargs.exp: Likewise.
19292 * gdb.base/gcore.exp: Likewise.
19293 * gdb.base/gdb1090.exp: Likewise.
19294 * gdb.base/gdb1250.exp: Likewise.
19295 * gdb.base/huge.exp: Likewise.
19296 * gdb.base/info-proc.exp: Likewise.
19297 * gdb.base/interrupt.exp: Likewise.
19298 * gdb.base/jump.exp: Likewise.
19299 * gdb.base/langs.exp: Likewise.
19300 * gdb.base/lineinc.exp: Likewise.
19301 * gdb.base/list.exp: Likewise.
19302 * gdb.base/logical.exp: Likewise.
19303 * gdb.base/long_long.exp: Likewise.
19304 * gdb.base/macscp.exp: Likewise.
19305 * gdb.base/maint.exp: Likewise.
19306 * gdb.base/mips_pro.exp: Likewise.
19307 * gdb.base/miscexprs.exp: Likewise.
19308 * gdb.base/multi-forks.exp: Likewise.
19309 * gdb.base/opaque.exp: Likewise.
19310 * gdb.base/overlays.exp: Likewise.
19311 * gdb.base/pc-fp.exp: Likewise.
19312 * gdb.base/pointers.exp: Likewise.
19313 * gdb.base/printcmds.exp: Likewise.
19314 * gdb.base/psymtab.exp: Likewise.
19315 * gdb.base/ptype.exp: Likewise.
19316 * gdb.base/recurse.exp: Likewise.
19317 * gdb.base/relational.exp: Likewise.
19318 * gdb.base/relocate.exp: Likewise.
19319 * gdb.base/remote.exp: Likewise.
19320 * gdb.base/reread.exp: Likewise.
19321 * gdb.base/restore.exp: Likewise.
19322 * gdb.base/return.exp: Likewise.
19323 * gdb.base/return2.exp: Likewise.
19324 * gdb.base/scope.exp: Likewise.
19325 * gdb.base/sect-cmd.exp: Likewise.
19326 * gdb.base/sep.exp: Likewise.
19327 * gdb.base/sepdebug.exp: Likewise.
19328 * gdb.base/setshow.exp: Likewise.
19329 * gdb.base/setvar.exp: Likewise.
19330 * gdb.base/sigall.exp: Likewise.
19331 * gdb.base/sigbpt.exp: Likewise.
19332 * gdb.base/signals.exp: Likewise.
19333 * gdb.base/signull.exp: Likewise.
19334 * gdb.base/sizeof.exp: Likewise.
19335 * gdb.base/solib.exp: Likewise.
19336 * gdb.base/step-line.exp: Likewise.
19337 * gdb.base/step-test.exp: Likewise.
19338 * gdb.base/structs.exp: Likewise.
19339 * gdb.base/structs2.exp: Likewise.
19340 * gdb.base/term.exp: Likewise.
19341 * gdb.base/twice.exp: Likewise.
19342 * gdb.base/until.exp: Likewise.
19343 * gdb.base/varargs.exp: Likewise.
19344 * gdb.base/volatile.exp: Likewise.
19345 * gdb.base/watchpoint.exp: Likewise.
19346 * gdb.base/whatis-exp.exp: Likewise.
19347 * gdb.base/whatis.exp: Likewise.
19348 * gdb.cp/ambiguous.exp: Likewise.
19349 * gdb.cp/annota2.exp: Likewise.
19350 * gdb.cp/annota3.exp: Likewise.
19351 * gdb.cp/bool.exp: Likewise.
19352 * gdb.cp/breakpoint.exp: Likewise.
19353 * gdb.cp/casts.exp: Likewise.
19354 * gdb.cp/class2.exp: Likewise.
19355 * gdb.cp/classes.exp: Likewise.
19356 * gdb.cp/cplusfuncs.exp: Likewise.
19357 * gdb.cp/ctti.exp: Likewise.
19358 * gdb.cp/derivation.exp: Likewise.
19359 * gdb.cp/exception.exp: Likewise.
19360 * gdb.cp/gdb1355.exp: Likewise.
19361 * gdb.cp/hang.exp: Likewise.
19362 * gdb.cp/inherit.exp: Likewise.
19363 * gdb.cp/local.exp: Likewise.
19364 * gdb.cp/m-data.exp: Likewise.
19365 * gdb.cp/m-static.exp: Likewise.
19366 * gdb.cp/member-ptr.exp: Likewise.
19367 * gdb.cp/method.exp: Likewise.
19368 * gdb.cp/misc.exp: Likewise.
19369 * gdb.cp/namespace.exp: Likewise.
19370 * gdb.cp/overload.exp: Likewise.
19371 * gdb.cp/ovldbreak.exp: Likewise.
19372 * gdb.cp/pr-1023.exp: Likewise.
19373 * gdb.cp/pr-1210.exp: Likewise.
19374 * gdb.cp/pr-574.exp: Likewise.
19375 * gdb.cp/printmethod.exp: Likewise.
19376 * gdb.cp/psmang.exp: Likewise.
19377 * gdb.cp/ref-params.exp: Likewise.
19378 * gdb.cp/ref-types.exp: Likewise.
19379 * gdb.cp/rtti.exp: Likewise.
19380 * gdb.cp/templates.exp: Likewise.
19381 * gdb.cp/try_catch.exp: Likewise.
19382 * gdb.cp/userdef.exp: Likewise.
19383 * gdb.cp/virtfunc.exp: Likewise.
19384 * gdb.disasm/am33.exp: Likewise.
19385 * gdb.disasm/h8300s.exp: Likewise.
19386 * gdb.disasm/mn10300.exp: Likewise.
19387 * gdb.disasm/sh3.exp: Likewise.
19388 * gdb.disasm/t01_mov.exp: Likewise.
19389 * gdb.disasm/t02_mova.exp: Likewise.
19390 * gdb.disasm/t03_add.exp: Likewise.
19391 * gdb.disasm/t04_sub.exp: Likewise.
19392 * gdb.disasm/t05_cmp.exp: Likewise.
19393 * gdb.disasm/t06_ari2.exp: Likewise.
19394 * gdb.disasm/t07_ari3.exp: Likewise.
19395 * gdb.disasm/t08_or.exp: Likewise.
19396 * gdb.disasm/t09_xor.exp: Likewise.
19397 * gdb.disasm/t10_and.exp: Likewise.
19398 * gdb.disasm/t11_logs.exp: Likewise.
19399 * gdb.disasm/t12_bit.exp: Likewise.
19400 * gdb.disasm/t13_otr.exp: Likewise.
19401 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19402 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19403 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19404 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19405 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19406 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19407 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19408 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19409 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19410 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19411 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19412 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19413 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19414 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19415 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19416 * gdb.mi/gdb701.exp: Likewise.
19417 * gdb.mi/gdb792.exp: Likewise.
19418 * gdb.mi/mi-basics.exp: Likewise.
19419 * gdb.mi/mi-break.exp: Likewise.
19420 * gdb.mi/mi-cli.exp: Likewise.
19421 * gdb.mi/mi-console.exp: Likewise.
19422 * gdb.mi/mi-disassemble.exp: Likewise.
19423 * gdb.mi/mi-eval.exp: Likewise.
19424 * gdb.mi/mi-file.exp: Likewise.
19425 * gdb.mi/mi-read-memory.exp: Likewise.
19426 * gdb.mi/mi-regs.exp: Likewise.
19427 * gdb.mi/mi-return.exp: Likewise.
19428 * gdb.mi/mi-simplerun.exp: Likewise.
19429 * gdb.mi/mi-stack.exp: Likewise.
19430 * gdb.mi/mi-stepi.exp: Likewise.
19431 * gdb.mi/mi-syn-frame.exp: Likewise.
19432 * gdb.mi/mi-until.exp: Likewise.
19433 * gdb.mi/mi-var-block.exp: Likewise.
19434 * gdb.mi/mi-var-child.exp: Likewise.
19435 * gdb.mi/mi-var-cmd.exp: Likewise.
19436 * gdb.mi/mi-var-display.exp: Likewise.
19437 * gdb.mi/mi-watch.exp: Likewise.
19438 * gdb.mi/mi2-basics.exp: Likewise.
19439 * gdb.mi/mi2-break.exp: Likewise.
19440 * gdb.mi/mi2-cli.exp: Likewise.
19441 * gdb.mi/mi2-console.exp: Likewise.
19442 * gdb.mi/mi2-disassemble.exp: Likewise.
19443 * gdb.mi/mi2-eval.exp: Likewise.
19444 * gdb.mi/mi2-file.exp: Likewise.
19445 * gdb.mi/mi2-read-memory.exp: Likewise.
19446 * gdb.mi/mi2-regs.exp: Likewise.
19447 * gdb.mi/mi2-return.exp: Likewise.
19448 * gdb.mi/mi2-simplerun.exp: Likewise.
19449 * gdb.mi/mi2-stack.exp: Likewise.
19450 * gdb.mi/mi2-stepi.exp: Likewise.
19451 * gdb.mi/mi2-syn-frame.exp: Likewise.
19452 * gdb.mi/mi2-until.exp: Likewise.
19453 * gdb.mi/mi2-var-block.exp: Likewise.
19454 * gdb.mi/mi2-var-child.exp: Likewise.
19455 * gdb.mi/mi2-var-cmd.exp: Likewise.
19456 * gdb.mi/mi2-var-display.exp: Likewise.
19457 * gdb.mi/mi2-watch.exp: Likewise.
19458 * gdb.stabs/exclfwd.exp: Likewise.
19459 * gdb.stabs/weird.exp: Likewise.
19460 * gdb.threads/gcore-thread.exp: Likewise.
19461 * gdb.trace/actions.exp: Likewise.
19462 * gdb.trace/backtrace.exp: Likewise.
19463 * gdb.trace/circ.exp: Likewise.
19464 * gdb.trace/collection.exp: Likewise.
19465 * gdb.trace/deltrace.exp: Likewise.
19466 * gdb.trace/infotrace.exp: Likewise.
19467 * gdb.trace/limits.exp: Likewise.
19468 * gdb.trace/packetlen.exp: Likewise.
19469 * gdb.trace/passc-dyn.exp: Likewise.
19470 * gdb.trace/passcount.exp: Likewise.
19471 * gdb.trace/report.exp: Likewise.
19472 * gdb.trace/save-trace.exp: Likewise.
19473 * gdb.trace/tfind.exp: Likewise.
19474 * gdb.trace/tracecmd.exp: Likewise.
19475 * gdb.trace/while-dyn.exp: Likewise.
19476 * gdb.trace/while-stepping.exp: Likewise.
19477
f4b618d1
JB
194782006-08-08 Joel Brobecker <brobecker@adacore.com>
19479
19480 * gdb.base/step-bt.c: New file.
19481 * gdb.base/step-bt.exp: New testcase.
19482
3d00d119
DJ
194832006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19484
19485 * config/monitor.exp (gdb_load): Remove support for obsolete
19486 download-write-size.
19487 * gdb.base/remote.exp: Likewise. Update all callers of
19488 gdb_timed_load.
19489
017b5bd4
DJ
194902006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19491
19492 * cursal.exp: Pass binfile to gdb_load.
19493
837c599d
DJ
194942006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19495
19496 * gdb.base/cursal.exp: Add "" to gdb_load call.
19497
8dd4540b
MK
194982006-07-29 Mark Kettenis <kettenis@gnu.org>
19499
19500 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19501 NetBSD/ELF targets.
19502
ab5c9f60
DJ
195032006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19504
19505 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19506 operator*.
19507
4c42eaff
DJ
195082006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19509
19510 * gdb.base/completion.exp: Update for change in "file" behavior.
19511 * gdb.stabs/weird.exp: Likewise.
19512 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19513 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19514
0155cc76
NS
195152006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19516
19517 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19518 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19519
16026cd7
AS
195202006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19521
19522 * gdb.base/default.exp: Update source command error message.
19523 * gdb.base/help.exp: Update 'help source' message.
19524
16963cb6
DJ
195252006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19526
19527 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19528 test.
19529
6d7fd486
AS
195302006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19531
19532 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19533
29e8a844
DJ
195342006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19535
19536 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19537
6afcfa39
DJ
195382006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19539
19540 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19541
267a692b
MK
195422006-07-17 Mark Kettenis <kettenis@gnu.org>
19543
19544 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19545 *-*-openbsd* from targets for wich we expect ARM FPA floating
19546 point format.
19547
85d2fec4
NR
195482006-07-17 Nick Roberts <nickrob@snap.net.nz>
19549
19550 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19551
195522006-07-17 Mark Kettenis <kettenis@gnu.org>
19553
19554 * gdb.base/annota3.exp: Expect frame-begin annotation.
19555
85b4c6e8
JB
195562006-07-14 Joel Brobecker <brobecker@adacore.com>
19557
19558 * gdb.base/help.exp: Adjust "help unset" test to accept
19559 any list of unset commands.
19560
fb933624
DJ
195612006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19562 Daniel Jacobowitz <dan@codesourcery.com>
19563
19564 * gdb.cp/ref-params.exp: New test.
19565 * gdb.cp/ref-params.cc: New source file.
19566 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19567
1dff4b64
MK
195682006-07-08 Mark Kettenis <kettenis@gnu.org>
19569
19570 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19571 spaces/tabs in regular expressions since they might not be there.
19572
40d2e0e3
AS
195732006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19574
19575 * gdb.base/ifelse.exp: New file.
19576
f6c957d2
NS
195772006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19578
19579 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19580 line.
19581 * gdb.base/huge.exp: Loop over compilation to find a size that
19582 is acceptable.
19583 * gdb.base/remote.exp: Correct expected strings.
19584 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19585
b9c5a23d
DJ
195862006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19587
19588 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19589
9af2e58d
DJ
195902006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19591
19592 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19593 native.
19594
30930ca5
DJ
195952006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19596
19597 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19598 enable stabs testing.
19599
aa32fa1d
DJ
196002006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19601
bd4a4c80 19602 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19603 gdb_test_multiple does.
19604
321fef15
DJ
196052006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19606
19607 * Makefile.in (host_alias): Remove.
19608 (target_alias): Use @target_noncanonical@.
19609 (site.exp): Don't set host_alias.
19610 * aclocal.m4: Remove contents. Include acx.m4.
19611 * configure: Regenerated.
19612 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19613
e1c2defa
NS
196142006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19615
e63b55d1
NS
19616 * lib/gdb.exp (gdb_load_cmd): New.
19617
5600ea19
NS
19618 * gdb.base/fileio.c: Add system(NULL) test.
19619 * gdb.base/fileio.exp: Check it.
19620
e1c2defa
NS
19621 * gdb.base/break.c: Add 10a breakpoint at }
19622 * gdb.base/break.exp: Add test for breakpoint at }
19623 * gdb.cp/anon-union.cc: Add code at end of function.
19624 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19625 * gdb.mi/var-cmd.c: Add code at end of function.
19626 * gdb.mi/mi-var-display.exp: Adjust end of next.
19627 * gdb.mi/mi2-var-display.exp: Likewise.
19628 * gdb.base/fileio.c: Add stop function and insert calls at
19629 stopping places.
19630 * gdb.base/fileio.exp: Breakpoint stop function and remove
19631 explicit line number references.
19632
6c0112ec
JB
196332006-05-19 Joel Brobecker <brobecker@adacore.com>
19634
a9c64011
AS
19635 * gdb.base/del.exp (test_delete_alias): New function.
19636 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19637
154189a4
FF
196382006-05-18 Fred Fish <fnf@specifix.com>
19639
19640 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19641 required. Check for spurious output after program exits normally.
19642
582e64c2
FF
196432006-05-17 Fred Fish <fnf@specifix.com>
19644
19645 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19646 gdb_load, so it works in the simulator.
19647
8ef6493a
FF
196482006-05-11 Fred Fish <fnf@specifix.com>
19649
19650 * gdb.base/bang.exp: Ignore unexpected output between the
19651 "program exited normally" and the gdb prompt, as many other
19652 tests do.
19653
692b141c
MK
196542006-05-07 Mark Kettenis <kettenis@gnu.org>
19655
19656 * gdb.base/help.exp: Make "delete checkpoint" part option for
19657 "help d" and "help delete" tests.
19658
540b8a30
UW
196592006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19660
a9c64011 19661 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19662 expected output in some mi_gdb_test statements.
19663 * gdb.mi/mi2-basics.exp: Likewise.
19664
9b6462d9
JB
196652006-05-05 Joel Brobecker <brobecker@adacore.com>
19666
19667 * gdb.base/del.c: New file.
19668 * gdb.base/del.exp: New testcase.
19669
954de43b
DM
196702006-05-05 David S. Miller <davem@sunset.davemloft.net>
19671
19672 * gdb.base/break.exp: Do not assume a breakpoint on
19673 main will actually be in $srcfile when optimizing.
1303f75e
DM
19674 * gdb.base/savedregs.exp: Do not require that the dummy
19675 frame location match up to a symbol and source file location.
c3242428
DM
19676 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19677 will get printed without a mi_cmd_data_list_register_values prefix.
19678 (*-data-list-register-*): Correct regular expressions to expect the new
19679 pseudo d? floating point registers.
19680 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19681
c7e64c9a
DJ
196822006-05-05 Christophe Lyon <christophe.lyon@st.com>
19683
19684 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19685 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19686 is allocated by the compiler.
19687 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19688 anons, e, anone to force their allocation by the compiler.
19689
196902006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19691
19692 * gdb.base/help.exp: Update expected text for help d and
19693 help delete.
19694
27ce9a6d
MK
196952006-05-02 Mark Kettenis <kettenis@gnu.org>
19696
19697 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19698 NetBSD/ELF targets.
19699
8608915f
MK
197002006-04-30 Mark Kettenis <kettenis@gnu.org>
19701
19702 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19703 single-step breakpoint fails; make this a KFAIL on
19704 sparc*-*-openbsd*.
19705 * gdb.base/siginfo.exp: Likewise.
19706 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19707
b8db102d
MS
197082006-04-26 Michael Snyder <msnyder@redhat.com>
19709
19710 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19711 which may have to consume output from other forks.
19712 Add tests to make sure that "delete fork" succeeded.
19713
c702009a
MS
197142006-04-20 Michael Snyder <msnyder@redhat.com>
19715
19716 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19717 Add support for the Renesas M32C and M16C.
19718
19719 * gdb.asm/asm-source.exp: Add m32c target.
19720 * gdb.asm/m32c.inc: Support for m32c target.
19721
e28493f2
AS
197222006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19723
19724 * gdb.base/commands.exp (recursive_source_test): New test.
19725
880da185
DM
197262006-04-04 David S. Miller <davem@sunset.davemloft.net>
19727
19728 * gdb.base/float.exp: Add pattern for sparc targets.
19729
61d9b92f
DJ
197302006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19731
19732 * gdb.base/commands.exp (stray_arg0_test): New test.
19733
bd717df8
PB
197342006-03-30 Paul Brook <paul@codesourcery.com>
19735
19736 * gdb.mi/mi-until.exp: kfail broken until command.
19737 * gdb.mi/mi2-until.exp: Ditto.
19738
ec793d3c
NR
197392006-03-27 Nick Roberts <nickrob@snap.net.nz>
19740
19741 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19742
831004b7
AO
197432006-03-08 Alexandre Oliva <aoliva@redhat.com>
19744
19745 * gdb.base/prelink.exp: Anchor tested-for regular expression
19746 on gdb prompt.
19747
effe49a0
PB
197482006-03-07 Paul Brook <paul@codesourcery.com>
19749
19750 * gdb.base/assign.exp: Correct fail message.
19751
e5461016
PB
197522006-03-07 Paul Brook <paul@codesourcery.com>
19753
19754 * lib/compiler.c: Extract armcc version number.
19755 * lib/compiler.cc: Ditto.
19756
fc91c6c2
PB
197572006-03-07 Paul Brook <paul@codesourcery.com>
19758
19759 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19760 additional_flags=-w.
19761 * gdb.arch/altivec-regs.exp: Ditto.
19762 * gdb.arch/e500-abi.exp: Ditto.
19763 * gdb.arch/e500-regs.exp: Ditto.
19764 * gdb.base/all-bin.exp: Ditto.
19765 * gdb.base/annota1.exp: Ditto.
19766 * gdb.base/annota3.exp: Ditto.
19767 * gdb.base/args.exp: Ditto.
19768 * gdb.base/arithmet.exp: Ditto.
19769 * gdb.base/assign.exp: Ditto.
19770 * gdb.base/async.exp: Ditto.
19771 * gdb.base/bang.exp: Ditto.
19772 * gdb.base/break.exp: Ditto.
19773 * gdb.base/call-rt-st.exp: Ditto.
19774 * gdb.base/completion.exp: Ditto.
19775 * gdb.base/cond-expr.exp: Ditto.
19776 * gdb.base/condbreak.exp: Ditto.
19777 * gdb.base/consecutive.exp: Ditto.
19778 * gdb.base/define.exp: Ditto.
19779 * gdb.base/display.exp: Ditto.
19780 * gdb.base/ena-dis-br.exp: Ditto.
19781 * gdb.base/environ.exp: Ditto.
19782 * gdb.base/eval-skip.exp: Ditto.
19783 * gdb.base/info-proc.exp: Ditto.
19784 * gdb.base/jump.exp: Ditto.
19785 * gdb.base/logical.exp: Ditto.
19786 * gdb.base/long_long.exp: Ditto.
19787 * gdb.base/maint.exp: Ditto.
19788 * gdb.base/miscexprs.exp: Ditto.
19789 * gdb.base/pc-fp.exp: Ditto.
19790 * gdb.base/pointers.exp: Ditto.
19791 * gdb.base/relational.exp: Ditto.
19792 * gdb.base/reread.exp: Ditto.
19793 * gdb.base/sect-cmd.exp: Ditto.
19794 * gdb.base/sep.exp: Ditto.
19795 * gdb.base/sepdebug.exp: Ditto.
19796 * gdb.base/until.exp: Ditto.
19797 * gdb.base/whatis-exp.exp: Ditto.
19798 * gdb.cp/annota2.exp: Ditto.
19799 * gdb.cp/annota3.exp: Ditto.
19800 * gdb.trace/actions.exp: Ditto.
19801 * gdb.trace/backtrace.exp: Ditto.
19802 * gdb.trace/circ.exp: Ditto.
19803 * gdb.trace/collection.exp: Ditto.
19804 * gdb.trace/deltrace.exp: Ditto.
19805 * gdb.trace/infotrace.exp: Ditto.
19806 * gdb.trace/limits.exp: Ditto.
19807 * gdb.trace/packetlen.exp: Ditto.
19808 * gdb.trace/passc-dyn.exp: Ditto.
19809 * gdb.trace/passcount.exp: Ditto.
19810 * gdb.trace/report.exp: Ditto.
19811 * gdb.trace/save-trace.exp: Ditto.
19812 * gdb.trace/tfind.exp: Ditto.
19813 * gdb.trace/tracecmd.exp: Ditto.
19814 * gdb.trace/while-dyn.exp: Ditto.
19815 * gdb.trace/while-stepping.exp: Ditto.
19816 * lib/gdb.exp: Ditto.
19817 (gdb_compile): Handle nowarning option.
19818
5f4a23d9
AO
198192006-03-07 Alexandre Oliva <aoliva@redhat.com>
19820
19821 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19822 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19823 Rename executable to prelinkt. Don't re-prelink if we didn't
19824 get a core file. Test prelink -u exit status to tell whether
19825 prelinking failed. Use gdb_test_multiple.
19826
9733fc94
DJ
198272006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19828
19829 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19830 (do_tests): Call it.
19831
cc10cae3
AO
198322006-02-28 Alexandre Oliva <aoliva@redhat.com>
19833
19834 * gdb.base/prelink.exp: New test.
19835 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19836
15c46491
WZ
198372006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19838
19839 * gdb.fortran/derived-type.f90: New file.
19840 * gdb.fortran/derived-type.exp: New testcase.
19841
5c9f7ded
DJ
198422006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19843
19844 * gdb.base/default.exp: Allow ';' as a directory separator.
19845
5b96932b
AS
198462006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19847
19848 * gdb.base/help.exp (help add-symbol-file): Update.
19849
1986bccd
AS
198502006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19851
19852 * gdb.base/help.exp (help load): Update expected results.
19853
a8b7528f
FF
198542006-02-19 Fred Fish <fnf@specifix.com>
19855
19856 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19857 specifix hex value as part of results.
19858 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19859
f8261448
FF
198602006-02-16 Fred Fish <fnf@specifix.com>
19861
19862 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19863 ushort_addr, and slong_addr, so the typedefs are not optimized
19864 away.
19865 * gdb.base/whatis.exp: Add tests using type name for struct type,
19866 union type, enum type, and typedef.
a9c64011 19867
31d8bdd2
MK
198682006-02-13 Mark Kettenis <kettenis@gnu.org>
19869
19870 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19871
34e41e63
JB
198722006-02-13 Jim Blandy <jimb@redhat.com>
19873
19874 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19875 case where it takes two "next" commands to skip past the init
19876 call.
19877
ac6e4f31
FF
198782006-02-12 Fred Fish <fnf@specifix.com>
19879
19880 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19881 to handle cases where it takes two "next" commands to skip
19882 past the init call.
19883
2db2d571
JB
198842006-02-07 Joel Brobecker <brobecker@adacore.com>
19885
19886 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19887 on hppa32 targets.
19888
38fcd64c
DJ
198892006-02-06 Vladimir Prus <ghost@cs.msu.su>
19890
19891 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19892 field.
19893
1315ad46
MK
198942006-01-29 Mark Kettenis <kettenis@gnu.org>
19895
19896 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19897
5625b943
DJ
198982006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19899
19900 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19901 files.
19902
80df1bbe
DJ
199032006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19904
19905 * gdb.cp/maint.exp: Set complaints to a positive value.
19906
9078e690
DJ
199072006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19908
19909 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19910 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19911 function name.
19912
9c903399
DJ
199132006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19914
19915 * gdb.base/checkpoint.c: Update copyright notice. Include
19916 <stdlib.h>.
19917
761ae4d6
JB
199182006-01-04 Jim Blandy <jimb@redhat.com>
19919
19920 * gdb.asm/asm-source.exp: Independently provide default values for
19921 asm-flags and debug-flags. Use 'string equal' to do the
19922 comparison, not the implicit expr's '==' operator. Remove
19923 now-unneeded assignments to asm-flags. In h8300 case, place
19924 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19925
099ac3dd
MS
199262006-01-04 Michael Snyder <msnyder@redhat.com>
19927
19928 * gdb.base/checkpoint.c: New file.
19929 * gdb.base/checkpoint.exp: New file.
19930 * gdb.base/multi-fork.c: New file.
19931 * gdb.base/multi-fork.exp: New file.
19932 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19933
f4d85314
FF
199342006-01-04 Fred Fish <fnf@specifix.com>
19935
19936 * gdb.base/ptype.c (foo): Add typedef.
19937 (intfoo): Add function.
19938 * gdb.base/ptype1.c: New file.
19939 * gdb.base/ptype.exp: Handle compilation and linking with two
19940 source files. Test that proper type for "foo" is found based
19941 on source context rather than first match found in symtabs.
19942
a1b06f35
MK
199432005-12-28 Mark Kettenis <kettenis@gnu.org>
19944
19945 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19946 * gdb.asm/openbsd.inc: Indent commands.
19947
d082a1e2
MK
199482005-12-26 Mark Kettenis <kettenis@gnu.org>
19949
c65016bd
MK
19950 * gdb.base/freebpcmd.exp: Increase timeout.
19951
d082a1e2
MK
19952 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19953
d3c32a0e
DJ
199542005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19955
19956 * gdb.base/default.exp: Update check for "show version".
19957
9fdb1f50
RC
199582005-12-09 Randolph Chung <tausq@debian.org>
19959
19960 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19961 * gdb.asm/pa64.inc: New file.
19962
5f2c56f7
RC
199632005-12-09 Randolph Chung <tausq@debian.org>
19964
19965 * gdb.asm/common.inc: Indent commands.
19966 * gdb.asm/asmsrc1.s: Likewise.
19967 * gdb.asm/asmsrc2.s: Likewise.
19968
8117349c
RC
199692005-12-09 Randolph Chung <tausq@debian.org>
19970
19971 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19972 (get_addr_of_sym): Remove duplicate print.
19973 (gen_core): xfail hppa*-*-hpux*, update expected output.
19974 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19975 * gdb.arch/pa64-nullify.s: New file.
19976
8f07f25a
RC
199772005-12-09 Randolph Chung <tausq@debian.org>
19978
19979 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19980
55b39184
DJ
199812005-12-07 Christophe Lyon <christophe.lyon@st.com>
19982
19983 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19984 code generation for these functions.
19985 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19986 error message.
19987
31e2b00f
AS
199882005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19989
19990 * gdb.base/help.exp (help b, help br, help bre, help brea)
19991 (help break): Update the expected message.
19992
c3d0b56e
SC
199932005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19994
19995 * gdb.asm/m68hc11.inc: Setup the data section.
19996 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19997 script for this test.
19998 (m6812-*-*): Likewise.
19999
36ae0ea9
RC
200002005-11-09 Randolph Chung <tausq@debian.org>
20001
20002 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20003
9d6f42e9
WZ
200042005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20005
20006 * gdb.base/break.exp: Fix a comment typo.
20007
e2126a14
EZ
200082005-11-03 Jim Blandy <jimb@redhat.com>
20009
a9c64011
AS
20010 Checked in by Elena Zannoni <ezannoni@redhat.com>
20011
889bf7c5 20012 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20013
e0ac7199
CV
200142005-11-02 Corinna Vinschen <vinschen@redhat.com>
20015
20016 * gdb.arch/gdb1558.c: Include stdio.h.
20017
31d3fb18
MK
200182005-10-31 Mark Kettenis <kettenis@gnu.org>
20019
20020 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20021
e52b687c
MK
200222005-10-31 Mark Kettenis <kettenis@gnu.org>
20023
20024 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20025
f4711d79
PG
200262005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20027
a9c64011
AS
20028 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20029 vscr" tests to better match output.
f4711d79 20030
987a9106
JB
200312005-10-12 Jim Blandy <jimb@redhat.com>
20032
20033 * gdb.base/structs.exp (any): New function.
20034 (test_struct_returns): Don't make any assumptions at all about
20035 what value the function returns when GDB can't set the return
20036 value.
20037
2336bb58
JB
200382005-10-09 Joel Brobecker <brobecker@adacore.com>
20039
20040 * gdb.ada/arrayidx/p.adb: New file.
20041 * gdb.ada/arrayidx.exp: New testcase
20042
200432005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20044
20045 * gdb.ada/array_return/pck.ads: New file.
20046 * gdb.ada/array_return/pck.adb: New file.
20047 * gdb.ada/array_return/p.adb: New file.
20048 * gdb.ada/array_return.exp: New testcase.
20049
705335ea
JB
200502005-10-03 Joel Brobecker <brobecker@adacore.com>
20051
a9c64011
AS
20052 * gdb.base/arrayidx.c: New file.
20053 * gdb.base/arrayidx.exp: New testcase.
705335ea 20054
11ee9940
NR
200552005-09-29 Nick Roberts <nickrob@snap.net.nz>
20056
20057 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20058 frames-invalid and breakpoints-invalid are no longer generated
20059 with level 3 so don't expect them in the output.
20060
39fb8e9e
BR
200612005-09-27 Bob Rossi <bob@brasko.net>
20062
a9c64011 20063 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20064 from test. Escape the | in mi_gdb_test call.
20065 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20066 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20067 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20068 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20069 expected regex's in mi_gdb_test calls.
20070 * lib/mi-support.exp: Remove arbitrary .* from tests.
20071 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20072 Fully anchor GDB/MI expected results in mi_gdb_test.
20073 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20074 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20075
2af48f68
PB
200762005-09-26 Paul Brook <paul@codesourcery.com>
20077
20078 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20079
f34502bc
WZ
200802005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20081
20082 * bfp-test.c: New file.
20083 * bfp-test.exp: New testcase.
20084
ca929517
WZ
200852005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20086
20087 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20088 of subarray and substring variable.
20089 * gdb.fortran/subarray.f: New source file for the test of subarray
20090 and substring variable evaluation.
20091 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20092 of string constant.
20093
c761af65
DJ
200942005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20095
20096 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20097 copyright dates.
20098
561d7a1d
PG
200992005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20100
20101 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20102 powerpc altivec' test with an almost identical 'info vector' test.
20103
b2b64cc9
PG
201042005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20105
a9c64011
AS
20106 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20107 vscr" tests to match output.
b2b64cc9 20108
6ac4d15a
PG
201092005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20110
a9c64011
AS
20111 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20112 output.
6ac4d15a 20113
40e55bef
BR
201142005-09-11 Bob Rossi <bob@brasko.net>
20115
889bf7c5
PA
20116 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20117 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20118 commands that return an MI output command and an asyncronous MI output
20119 command.
40e55bef
BR
20120 * gdb.mi/mi-console.exp: Ditto.
20121
3c7385ec
BR
201222005-09-11 Bob Rossi <bob@brasko.net>
20123
20124 * gdb.mi/mi-var-child.c: Include <string.h>.
20125
a6cd0eb3
DJ
201262005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20127
20128 * killed.exp: Correct gdb_expect syntax.
20129
2f168eed
CV
201302005-08-09 Corinna Vinschen <vinschen@redhat.com>
20131
20132 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20133
ecd3fd0f
BR
201342005-08-02 Bob Rossi <bob@brasko.net>
20135
20136 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20137 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20138 Change tests to inferior-tty-set/show.
20139 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20140 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20141 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20142 inferior. Use mi_gdb_test to get GDB and Inferior output.
20143 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20144 descriptor.
20145 (mi_inferior_tty_name): Add inferior PTY file name.
20146 (mi_gdb_start): Add INFERIOR_PTY parameter.
20147 (mi_gdb_test): Add IPATTERN parameter.
20148
f1ea48cb 201492005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20150
f1ea48cb
BR
20151 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20152 parameter to mi_gdb_test.
20153 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20154
6e650a67
DJ
201552005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20156
20157 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20158 struct_declarations.
20159 * gdb.mi/mi-var-child.exp: Step over the initialization of
20160 struct_declarations.
20161
8be260b6
DJ
201622005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20163
20164 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20165 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20166 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20167 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20168 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20169 file.
20170
4e660f07
NR
201712005-07-27 Nick Roberts <nickrob@snap.net.nz>
20172
20173 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20174 (do_children_tests): Assign values to the extra elements.
20175
20176 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20177 them for tests for "-var-update --no-values" and
a9c64011 20178 "-var-update --all-values".
4e660f07
NR
20179 Add test for "-var-list-children --simple-values".
20180
20181 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20182
20183 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20184 "-stack-list-locals --simple-values" Improve doc strings and
20185 comments.
20186
6bdae935
MK
201872005-07-18 Mark Kettenis <kettenis@gnu.org>
20188
598b7a6f
MK
20189 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20190 *-*-openbsd*.
20191 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20192
6bdae935
MK
20193 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20194 sigaltsatck'.
20195
1323e929 201962005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20197
1323e929
BR
20198 * gdb.base/default.exp (tty): Changed output of command.
20199 * gdb.base/help.exp (help tty): Ditto.
20200
b1a9c082
MK
202012005-07-12 Mark Kettenis <kettenis@gnu.org>
20202
20203 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20204
10a844a2
MK
202052005-07-10 Mark Kettenis <kettenis@gnu.org>
20206
20207 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20208 -stack-select-frame without arguments.
20209 (test_stack_frame_listing): Add test for newly implemented command
20210 -stack-info-frame.
20211
3cb3b8df
BR
202122005-07-06 Bob Rossi <bob@brasko.net>
20213
20214 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20215 command.
20216 (Copyright): Update copyright.
20217
a0c5fbcf
WZ
202182005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20219
20220 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20221 tests to evaluate exponentiation expression.
20222
984971d0
AS
202232005-06-29 Andreas Schwab <schwab@suse.de>
20224
20225 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20226 main to avoid warnings.
20227
20228 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20229
fe03833f
NR
202302005-06-20 Nick Roberts <nickrob@snap.net.nz>
20231
20232 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20233 -stack-select-frame without arguments.
20234 (test_stack_frame_listing): Add test for newly implemented command
20235 -stack-info-frame.
a9c64011 20236
7a55f279
WZ
202372005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20238
0ffa0ea5
DJ
20239 * gdb.fortran/array-element.f: New file.
20240 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20241
26585198
DJ
202422005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20243
20244 * gdb.base/bigcore.exp: Correct checks for systems which can
20245 not dump a large core file.
20246
c1bd25fd
DJ
202472005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20248
20249 * gdb.base/relocate.c: Add a copyright notice.
20250 (dummy): Remove.
20251 * gdb.base/relocate.exp: Test printing the values of variables
20252 from a relocatable file.
20253
589e074d
DJ
202542005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20255
20256 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20257 excess MI output after an error.
20258
0915f927
JB
202592005-05-29 Joel Brobecker <brobecker@adacore.com>
20260
20261 * gdb.arch/alpha-step.c: New file.
20262 * gdb.arch/alpha-step.exp: New testcase.
20263
76ff342d
DJ
202642005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20265 Dennis Brueni <dennis@slickedit.com>
20266
20267 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20268 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20269 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20270 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20271 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20272 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20273 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20274
96b0c7ac
DJ
202752005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20276 Wu Zhou <woodzltc@cn.ibm.com>
20277
20278 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20279 IBM's xlc compiler.
20280 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20281 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20282
f21565d2
JB
202832005-05-13 Jim Blandy <jimb@redhat.com>
20284
20285 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20286 calling gdb_suppress_entire_file.
20287 * gdb.base/charset.exp: Same.
20288 * gdb.base/call-rt-st.exp: Same.
20289
6006a3a1
BR
202902005-05-05 Bob Rossi <bob_rossi@cox.net>
20291
20292 * lib/gdb.exp (fullname_syntax): Added global regex.
20293 (fullname_syntax_POSIX): Ditto.
20294 (fullname_syntax_UNC): Ditto.
20295 (fullname_syntax_DOS_CASE): Ditto.
20296 (fullname_syntax_DOS): Ditto.
20297 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20298 fullname_syntax variable to scope and use it.
20299 (test_file_list_exec_source_files): Ditto.
20300 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20301
c3b69c04
DJ
203022005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20303
20304 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20305
3c95e6af
PG
203062004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20307
a9c64011
AS
20308 * lib/gdb.exp (skip_altivec_tests): New function, based on
20309 check_vmx_hw_available from the GCC testsuite.
20310 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20311 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 20312
78df6c56
JB
203132005-05-02 Jim Blandy <jimb@redhat.com>
20314
20315 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20316 calling gdb_suppress_entire_file.
20317
1690f9cf
DJ
203182005-04-30 Randolph Chung <tausq@debian.org>
20319
20320 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20321 Slightly relax "sem_post" name checking.
20322
5ea106f7
PG
203232005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20324
20325 * gdb.base/unload.exp: Use new shared library infrastructure.
20326
bf7234cf
PG
203272005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20328
20329 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 20330 infrastructure.
bf7234cf 20331
547b869a
CV
203322005-04-29 Corinna Vinschen <vinschen@redhat.com>
20333
20334 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20335 * gdb.asm/h8300.inc: New file.
20336
f07e55f0
PG
203372005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20338
20339 * gdb.base/shlib-call.exp: Change to use new shared library
20340 infrastructure.
20341
3cbba3d1
PG
203422005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20343
a9c64011
AS
20344 * gdb.base/pending.exp: Change to use new shared library
20345 infrastructure.
3cbba3d1 20346
ed6df200
PG
203472005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20348
a9c64011
AS
20349 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20350 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 20351
8c8f4ebe
PG
203522005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20353
a9c64011
AS
20354 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20355 shared objects being adjusted and update copyright years.
8c8f4ebe 20356
607fbc54
DJ
203572005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20358
20359 * ChangeLog: Correct some 2003-01-13 dates.
20360 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20361 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20362 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20363 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20364 gdb.trace/tfind.exp: Update copyright years.
20365
57bf0e56
DJ
203662005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20367 Daniel Jacobowitz <dan@codesourcery.com>
20368
20369 * lib/gdb.exp (gdb_compile): Handle shlib=.
20370 (gdb_compile_shlib): New function.
20371
9b593790
PG
203722005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20373
a9c64011 20374 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 20375
9494c6a5
DJ
203762005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20377
20378 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20379 gdb.server.
20380 * configure.ac: Likewise.
20381 * configure: Regenerated.
20382 * gdb.gdbserver/Makefile.in: Moved to...
20383 * gdb.server/Makefile.in: ... here.
20384 * gdb.gdbserver/server.c: Moved to...
20385 * gdb.server/server.c: ... here.
20386 * gdb.gdbserver/server-run.exp: Moved to...
20387 * gdb.server/server-run.exp: ... here.
20388
6f8eac0e
DJ
203892005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20390
20391 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20392 * configure.ac: Create gdb.gdbserver/Makefile.
20393 * configure: Regenerated.
20394 * lib/gdbserver-support.exp: New file, derived from
20395 config/gdbserver.exp.
20396 * config/gdbserver.exp: Use gdbserver-support.exp.
20397 * gdb.gdbserver/Makefile.in: New file.
20398 * gdb.gdbserver/server.c: New file.
20399 * gdb.gdbserver/server-run.exp: New file.
20400
6e87504d
PG
204012005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20402
a9c64011
AS
20403 * lib/gdb.exp (test_compiler_info): Return compiler_info
20404 if no arguments are given.
6e87504d 20405
d1779be4
PG
204062005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20407
20408 * gdb.arch/altivec-abi.exp: Check for compiler and set
20409 use altivec' flag accordingly.
20410 * gdb.arch/altivec-regs.exp: Likewise.
20411
88750304
DJ
204122005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20413
20414 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20415
f3fb768d
AS
204162005-03-27 Andreas Schwab <schwab@suse.de>
20417
20418 * gdb.base/bigcore.c (main): Add missing mode argument in open
20419 call.
20420
7e813ac5
DJ
204212005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20422
20423 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20424 downloads.
20425 * config/gdbserver.exp (gdb_load): Likewise.
20426
8e3049aa
PB
204272005-03-14 Paul Brook <paul@codesourcery.com>
20428
20429 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20430 targets.
20431
a9df7c44
JB
204322005-03-09 Joel Brobecker <brobecker@adacore.com>
20433
20434 * gdb.dwarf2/dup-psym.S: New file.
20435 * gdb.dwarf2/dup-psym.exp: New testcase.
20436
9f0d94e8
JB
204372005-03-09 Joel Brobecker <brobecker@adacore.com>
20438
20439 * gdb.ada/exec_changed/first.adb: New file.
20440 * gdb.ada/exec_changed/second.adb: New file.
20441 * gdb.ada/exec_changed.exp: New testcase.
20442
5f579bc5
NS
204432005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20444
36e9969c
NS
20445 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20446 (A2): New class.
20447 (main): Test operator+.
20448 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20449 breakpoint test.
20450
5f579bc5
NS
20451 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20452 * gdb.base/signull.exp: Disable if gdb,nosignals.
20453 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20454 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20455 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20456 * gdb.mi/mi2-console.exp: Likewise.
20457 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20458 continue output at start.
20459 (gdb_collect_locals_test): Robustify regexp.
20460 * gdb.trace/passc-dyn.exp: Fix comment typo.
20461 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20462
be46087e
CV
204632005-03-08 Corinna Vinschen <vinschen@redhat.com>
20464
20465 * gdb.asm/asm-source.exp: Add iq2000 case.
20466 * gdb.asm/iq2000.inc: New file.
20467
384e1a61 204682005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 20469
384e1a61
MI
20470 * gdb.base/command.exp: Change hardcoded value to regular expression.
20471 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20472
584b6e9e
DJ
204732005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20474
20475 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20476 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20477 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20478 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20479 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20480
ab5b5d61
MK
204812005-03-05 Mark Kettenis <kettenis@gnu.org>
20482
20483 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20484 changes.
20485
ae051c1b
PG
204862004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20487
a9c64011
AS
20488 * lib/compiler.c: Add test for IBM's xlc compiler.
20489 * lib/compiler.cc: Likewise.
ae051c1b 20490
3f0f6ed2
JB
204912004-02-24 Joel Brobecker <brobecker@adacore.com>
20492
20493 * gdb.ada/fixed_points.exp: Create compilation object directory
20494 before running the test.
20495 * gdb.ada/null_record.exp: Likewise.
20496 * gdb.ada/packed_array.exp: Likewise.
20497 * gdb.ada/start.exp: Likewise.
20498
724f452b
JB
204992005-02-15 Joel Brobecker <brobecker@adacore.com>
20500
20501 * gdb.ada/packed_array/pa.adb: New file.
20502 * gdb.ada/packed_array.exp: New testcase.
20503
57f5cdfb 205042005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20505
1f393151
MK
20506 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20507 files.
20508
ebdda337
MK
20509 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20510 on *-*-openbsd*. Correctly match whitespace in regukar
20511 expressions.
20512
cf309262
DJ
205132005-02-10 Daniel Jacobowitz <dan@debian.org>
20514
20515 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20516 PR exp/1821
20517 * gdb.base/gdb1821.c: New test file.
20518 * gdb.base/gdb1821.exp: New test file.
20519
3be49e7a
JB
205202005-02-09 Joel Brobecker <brobecker@adacore.com>
20521
20522 * gdb.base/start.c: New file.
20523 * gdb.base/start.exp: New testcase.
20524
e292e67d
JB
205252005-02-09 Joel Brobecker <brobecker@adacore.com>
20526
20527 * gdb.ada/start/dummy.adb: New file.
20528 * gdb.ada/start.exp: New testcase.
20529
dbdfa66c
CV
205302005-02-09 Corinna Vinschen <vinschen@redhat.com>
20531
20532 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20533 for printing symbols and statistics.
20534 Add test for using relative pathnames in "maint print msymbols" test.
20535 Mark "maint info sections DATA" XFAIL on Cygwin.
20536 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20537 tests.
20538
d7941671
AC
205392005-02-09 Andreas Schwab <schwab@suse.de>
20540
20541 Committed by Andrew Cagney <cagney@gnu.org>
20542 * gdb.base/remotetimeout.exp: New file.
20543
74e5ef44
MK
205442005-02-07 Mark Kettenis <kettenis@gnu.org>
20545
20546 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20547
464dd14d
JB
205482005-02-03 Joel Brobecker <brobecker@adacore.com>
20549
20550 * gdb.ada/gnat_ada.gpr: New file.
20551 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20552 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20553 * configure.ac: No longer generate gnat_ada.gpr.
20554 * configure: Regenerate.
20555 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20556 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20557 * gdb.ada/null_record/bar.ads: Likewise.
20558 * gdb.ada/null_record/bar.adb: Likewise.
20559 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20560 * gdb.ada/null_record.exp (testdir): New variable.
20561 (testfile): executable is now in testdir subdirectory.
20562 (srcfile): Use full path to the main compilation unit.
20563 * gdb.ada/fixed_points.exp: Same changes as above.
20564
30d756ae
NR
205652005-02-03 Nick Roberts <nickrob@snap.net.nz>
20566
20567 * gdb.base/interp.exp: New test.
20568
9d799f85
AC
205692005-01-24 Andrew Cagney <cagney@gnu.org>
20570
20571 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20572
15656118
AC
205732005-01-19 Andrew Cagney <cagney@gnu.org>
20574
a892c31b
AC
20575 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20576 configure.ac not configure.in.
20577
15656118
AC
20578 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20579 of powerpc*-*-*.
20580 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20581 * gdb.base/list.exp (test_list_function)
15656118
AC
20582 (test_list_filename_and_function): Ditto.
20583 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20584
a7b01baf
AC
205852005-01-16 Andrew Cagney <cagney@gnu.org>
20586
17d92a02
AC
20587 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20588
a7b01baf
AC
20589 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20590
bc8332bb
AC
205912005-01-14 Andrew Cagney <cagney@gnu.org>
20592
20593 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20594 * gdb.mi/mi2-var-cmd.exp: Ditto.
20595
4d074752
CV
205962005-01-10 Corinna Vinschen <vinschen@redhat.com>
20597
20598 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20599
bec39cab
AC
206002005-01-07 Andrew Cagney <cagney@gnu.org>
20601
20602 * configure.ac: Rename configure.in, require autoconf 2.59.
20603 * configure: Re-generate.
20604 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20605 * gdb.stabs/configure: Re-generate.
20606 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20607 * gdb.hp/configure: Re-generate.
20608 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20609 autoconf 2.59.
20610 * gdb.hp/gdb.objdbg/configure: Re-generate.
20611 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20612 autoconf 2.59.
20613 * gdb.hp/gdb.defects/configure: Re-generate.
20614 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20615 autoconf 2.59.
20616 * gdb.hp/gdb.compat/configure: Re-generate.
20617 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20618 autoconf 2.59.
20619 * gdb.hp/gdb.base-hp/configure: Re-generate.
20620 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20621 autoconf 2.59.
20622 * gdb.hp/gdb.aCC/configure: Re-generate.
20623
f10b16d4
JB
206242004-12-15 Jim Blandy <jimb@redhat.com>
20625
20626 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20627 under NPTL when there is debugging info available for libpthread.
20628
fb6e1814
JG
206292004-12-13 Jerome Guitton <guitton@gnat.com>
20630
20631 * gdb.ada/fixed_points.c: New file.
20632 * gdb.ada/fixed_points.exp: New file.
20633
fe46cd3a
RC
206342004-12-03 Randolph Chung <tausq@debian.org>
20635
20636 * gdb.arch/pa-nullify.exp: New file.
20637 * gdb.arch/pa-nullify.s: New file.
20638
8de0841b
RC
206392004-11-30 Randolph Chung <tausq@debian.org>
20640
20641 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20642 instead of "tbug". Fix regexp to work properly with gdb_test.
20643
c8170782
PH
206442004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20645
20646 * gdb.base/bitfields2.exp: New test.
20647 * gdb.base/bitfields2.c: New file.
20648
954269c2
RE
206492004-11-28 Richard Earnshaw <rearnsha@arm.com>
20650
20651 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20652
0107feed
RC
206532004-11-16 Randolph Chung <tausq@debian.org>
20654
20655 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20656
f073ae8c
DJ
206572004-11-14 Daniel Jacobowitz <dan@debian.org>
20658
20659 * gdb.threads/threadapply.exp: Correct "macro details" test.
20660
19ad59e7
JJ
206612004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20662
20663 * gdb.threads/threadapply.exp: New test.
20664 * gdb.threads/threadapply.c: New file.
20665
9cf0961b
MK
206662004-11-07 Mark Kettenis <kettenis@gnu.org>
20667
20668 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20669 frames.
20670
c789492a
FL
206712004-11-05 Felix Lee <felix+log1@specifixinc.com>
20672
20673 * gdb.base/cursal.exp: New file.
20674 * gdb.base/cursal.c: New file.
20675
a1e167bb
AC
206762004-11-03 Andrew Cagney <cagney@gnu.org>
20677
20678 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20679
b7cbf173
MK
206802004-10-30 Mark Kettenis <kettenis@gnu.org>
20681
20682 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20683 NetBSD/ELF targets.
20684
88f9d34f
JB
206852004-10-29 Joel Brobecker <brobecker@gnat.com>
20686
20687 * gdb.threads/bp_in_thread.c: New file, copied from
20688 pthread_cond_wait.c.
20689 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20690 file, rather than reusing the .c file from another testcase.
20691
ca7d6a0c
JB
206922004-10-20 Joel Brobecker <brobecker@gnat.com>
20693
20694 * gdb.ada/null_record.exp: Check where we stopped after
20695 sending the start command, instead of where the associated
20696 temporary breakpoint was inserted.
20697
0d863d03
AC
206982004-10-14 Andrew Cagney <cagney@gnu.org>
20699
20700 * gdb.mi/gdb701.c (main): Return 0.
20701
d11e72cb
DJ
207022004-10-13 Daniel Jacobowitz <dan@debian.org>
20703
d40539a4 20704 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 20705
e1923096
JJ
207062004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20707
20708 * gdb.threads/schedlock.c: Add comment markers to use to find
20709 line numbers.
20710 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20711 comments.
20712 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20713 breakpoint lines.
20714
ec8ba2c9
DJ
207152004-10-12 Daniel Jacobowitz <dan@debian.org>
20716
20717 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20718
0eb3658b
DJ
207192004-10-12 Daniel Jacobowitz <dan@debian.org>
20720
20721 * configure.in: Add gdb.dwarf2.
20722 * configure: Regenerated.
20723 * Makefile.in: Add gdb.dwarf2.
20724 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20725 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20726 gdb.dwarf2/file1.txt: New files.
20727
a271cc33
OF
207282004-10-11 Orjan Friberg <orjanf@axis.com>
20729
a9c64011 20730 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20731 of "run", since the latter doesn't work with remote targets. Adjust
20732 the breakpoint numbering accordingly.
20733 * gdb.threads/pthread_cond_wait.exp: Ditto.
20734
895ce074
MC
207352004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20736
20737 * gdb.base/overlays.exp: Update copyright years.
20738
6be3092d
KI
207392004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20740
20741 * gdb.base/overlays.exp: Disable if target is Linux.
20742
e05389b8
FL
207432004-10-06 Felix Lee <felix+log1@specifixinc.com>
20744
20745 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20746
73cb587d
KI
207472004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20748
20749 * gdb.asm/asm-source.exp: Add m32r-linux target.
20750 * gdb.asm/m32r-linux.inc: New file.
20751
3c0edcdc
AC
207522004-09-24 Andrew Cagney <cagney@redhat.com>
20753 David Anderson <anderson@redhat.com>
20754
20755 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20756 command fails, assume things will work.
20757 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20758 (_GNU_SOURCE): Define.
20759 (print_unsigned, print_hex): Change parameter to "long long".
20760 (print_byte_count): New function, use to print byte counts.
20761 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20762 O_LARGEFILE.
20763 (main): Compute an upper bound on a corefile in max_core_size.
20764 Limit memory chunk size to max_core_size. Limit total memory
20765 allocated to max_core_size.
20766
4bb3667f
AC
207672004-09-23 Andrew Cagney <cagney@gnu.org>
20768
20769 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20770 from a separate process with code that creates a corefile by
20771 making the inferior dump core.
20772
60fe1a51
MK
207732004-09-23 Mark Kettenis <kettenis@gnu.org>
20774
20775 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20776 block.
20777
8e937346
MC
207782004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20779
20780 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20781 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20782 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20783 Likewise.
20784
7213f6d6
JJ
207852004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20786
20787 * gdb.java/jprint.exp: New test case for java inferior call.
20788 * gdb.java/jprint.java: Ditto.
20789
eac69dca
JB
207902004-09-15 Joel Brobecker <brobecker@gnat.com>
20791
20792 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20793
22227696
MC
207942004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20795
20796 * gdb.threads/killed.c: Include <stdlib.h>.
20797 * gdb.threads/pthreads.c: Likewise.
20798
7dd403a4
MC
207992004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20800
20801 * gdb.threads/killed.c: Add copyright notice.
20802
33f2d567
JM
208032004-09-10 Jason Molenda (jmolenda@apple.com)
20804
a9c64011
AS
20805 * gdb.base/define.exp: Two new tests to verify zero space chars
20806 after 'if' and 'while' commands in a user-defined command is correctly
20807 parsed.
33f2d567 20808
e05b62ac
AC
208092004-09-08 Andrew Cagney <cagney@gnu.org>
20810
20811 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20812 delivery test with duplicate at end of file.
20813
9cbe82da
MK
208142004-09-06 Mark Kettenis <kettenis@jive.nl>
20815
20816 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20817
564803d9
MC
208182004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20819
20820 * config/hppro.exp: Removed.
20821
7c6807ce
MC
208222004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20823
20824 * config/sparclet.exp: Removed.
20825
bf7e26dd
MC
208262004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20827
20828 * config/udi.exp: Removed.
20829
714e341b
MC
208302004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20831
20832 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20833 of "exp_continue".
20834 (advancei): Likewise.
20835
1236e623
JJ
208362004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20837
20838 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20839
3bdcad15
MI
208402004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20841
228af206 20842 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20843 to check for nodebug in executable.
20844 * gdb.gdb/observer.exp (setup_test): Likewise.
20845 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20846 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20847
c72b934c
AC
208482004-09-01 Andrew Cagney <cagney@gnu.org>
20849
20850 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20851 files.
20852
edd9b715
JJ
208532004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20854
20855 * gdb.base/unload.exp: Fix expected warning message to match
20856 latest format.
20857
fb4ce06b
CV
208582004-09-01 Corinna Vinschen <vinschen@redhat.com>
20859
20860 * gdb.base/call-rt-st.exp: Fix typos.
20861
ce78e7c3
MI
208622004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20863
20864 * gdb.threads/thread_check.exp: New testcase.
20865 * gdb.threads/thread_check.c: New testcase.
20866
2dedb159
AC
208672004-08-31 Andrew Cagney <cagney@gnu.org>
20868
20869 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20870 (skip_to_handler_entry): New procedures. Test stepping into a
20871 handler when the breakpoint is at the handler's entry point.
20872
68f53502
AC
208732004-08-30 Andrew Cagney <cagney@gnu.org>
20874
20875 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20876 gdb/1757.
20877
3e3ffd2b
MC
208782004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20879
20880 With code from Manoj Iyer <manjo@austin.ibm.com>:
20881 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20882 return value. Add an arm for "no debugging symbols found".
20883 Change a stray "error" to "perror".
20884 (gdb_run_cmd): Adapt to new return value.
20885 * gdb.base/remote.exp: Adapt to new return value.
20886 * gdb.gdb/complaints.exp: Likewise.
20887 * gdb.gdb/observer.exp: Likewise.
20888 * gdb.gdb/selftest.exp: Likewise.
20889 * gdb.gdb/xfullpath.exp: Likewise.
20890
4b6f5fd2
JB
208912004-08-27 Joel Brobecker <brobecker@gnat.com>
20892
20893 * gdb.threads/bp_in_thread.exp: New testcase.
20894
e5b25496
MC
208952004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20896
20897 Fix PR testsuite/1735.
20898 * gdb.threads/schedlock.c (thread_function): Add a cast
20899 to suppress a gcc warning.
20900 * gdb.threads/thread-specific.c (thread_function): Likewise.
20901
934353d6
MC
209022004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20903
20904 * gdb.base/unload.c: Include <stdlib.h>.
20905
f98a0aef 209062004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20907
f98a0aef 20908 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20909 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20910 synchronized after the "return".
20911
5a2e8882
MC
209122004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20913
20914 * gdb.mi/basics.c: Include <stdio.h>.
20915 * gdb.mi/pthreads.c: Include <stdlib.h>.
20916 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20917
a9640423
MC
209182004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20919
20920 * gdb.threads/schedlock.c: Add copyright notice.
20921
b04e311d
AC
209222004-08-25 Andrew Cagney <cagney@gnu.org>
20923
20924 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20925 (skip_over_handler, breakpoint_over_hander): New test procedures.
20926 (advance, advancei): Add a proper prefix, do not use
20927 rerun_to_main.
20928 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20929
7c27f15b
MC
209302004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20931
20932 * gdb.mi/basics.c: Add copyright notice.
20933 * gdb.mi/var-cmd.c: Add copyright notice.
20934
fffc87ae
MC
209352004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20936
20937 * lib/gdb.exp: Remove signed_keyword_not_used.
20938 * lib/compiler.c: Likewise.
20939 * lib/compiler.cc: Likewise.
20940
d782e0bf
MC
209412004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20942
20943 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20944 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20945
96033e83
MC
209462004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20947
20948 * gdb.base/whatis.c: Add copyright notice.
20949
cf38c229
MK
209502004-08-20 Mark Kettenis <kettenis@gnu.org>
20951
20952 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20953 it to skip the breakpoints encoded in the inline assembly.
20954
f4b49756
MC
209552004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20956
20957 * Makefile.in: Add gdb.fortran.
20958
2f193b69
MC
209592004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20960
20961 * gdb.base/call-sc.exp (test_scalar_returns):
20962 Fix cut-and-paste glitch in "Make fun return now".
20963
89a237cb
MC
209642004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20965
20966 * configure.in: Add gdb.fortran.
20967 * configure: Regenerate.
20968 * gdb.fortran/Makefile.in: New file.
20969 * lib/gdb.exp (skip_fortran_tests): New procedure.
20970
469aff8e
MC
209712004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20972
20973 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20974 reference to bug-gnu@prep.ai.mit.edu.
20975 * gdb.mi/mi-var-child.exp: Likewise.
20976 * gdb.mi/mi-var-cmd.exp: Likewise.
20977 * gdb.mi/mi-var-display.exp: Likewise.
20978 * gdb.mi/mi2-var-block.exp: Likewise.
20979 * gdb.mi/mi2-var-child.exp: Likewise.
20980 * gdb.mi/mi2-var-cmd.exp: Likewise.
20981 * gdb.mi/mi2-var-display.exp: Likewise.
20982
00b51b9f
MK
209832004-08-15 Mark Kettenis <kettenis@gnu.org>
20984
20985 * gdb.base/unload.c (main): Make local variable msg const.
20986
45f07fef
MC
209872004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20988
20989 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20990 to bug-gnu@prep.ai.mit.edu.
20991 * gdb.mi/mi-disassemble.exp: Likewise.
20992 * gdb.mi/mi-eval.exp: Likewise.
20993 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20994 default line number.
20995 * gdb.mi/mi-return.exp: Likewise.
20996 * gdb.mi/mi-simplerun.exp: Likewise.
20997 * gdb.mi/mi-stack.exp: Likewise.
20998 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20999 number with explicit range test.
21000 * gdb.mi/mi-watch.exp: Likewise.
21001 * gdb.mi/mi2-break.exp: Likewise.
21002 * gdb.mi/mi2-cli.exp: Likewise.
21003 * gdb.mi/mi2-disassemble.exp: Likewise.
21004 * gdb.mi/mi2-eval.exp: Likewise.
21005 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21006 default line number.
21007 * gdb.mi/mi2-return.exp: Likewise.
21008 * gdb.mi/mi2-simplerun.exp: Likewise.
21009 * gdb.mi/mi2-stack.exp: Likewise.
21010 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21011 number with explicit range test.
21012 * gdb.mi/mi2-watch.exp: Likewise.
21013
dd8c8ee7
MC
210142004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21015
21016 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21017 * gdb.cp/m-static.exp: Likewise.
21018 * gdb.cp/rtti.exp: Likewise.
21019
4e838464
MK
210202004-08-14 Mark Kettenis <kettenis@gnu.org>
21021
21022 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21023
8d8cb839
EZ
210242004-08-14 Eli Zaretskii <eliz@gnu.org>
21025
21026 * ChangeLog: Prefix Local Variables with semi-colons and indent
21027 the reference to older ChangeLog files, to fix fontification in
21028 Emacs.
21029
deea8bb0
MC
210302004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21031
21032 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21033 * gdb.mi/mi2-break.exp: Likewise.
21034
c3297504
MC
210352004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21036
21037 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21038
25808999
MC
210392004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21040
21041 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21042
226a8d71
MC
210432004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21044
21045 * gdb.cp/classes.exp: Remove unused declarations. Just let
21046 test names default instead of providing special names. Remove
21047 extraneous demangler test.
21048
37fdf854
JJ
210492004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21050
21051 * gdb.base/unload.exp: New test for breakpoints in dynamically
21052 loaded libraries.
21053 * gdb.base/unload.c: Ditto.
21054 * gdb.base/unloadshr.c: Ditto.
21055
2d3a7986
MC
210562004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21057
21058 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21059 cp_test_ptype_class.
21060 (test_enums): Likewise.
21061
c72b934c
AC
210622004-08-10 Andrew Cagney <cagney@gnu.org>
21063
21064 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21065 files.
21066
cc503c8a
AC
210672004-08-10 Andrew Cagney <cagney@gnu.org>
21068
21069 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21070 init_malloc call.
21071
902f2ccb
MC
210722004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21073
21074 * ChangeLog: Add copyright notice. The notice is copied
21075 from emacs 21.3 top level ChangeLog.
21076
78c90502
MC
210772004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21078
21079 * lib/cp-support.exp: New file.
21080 * lib/cp-support.exp (cp_test_type_class): New function.
21081 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21082 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21083 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21084 cp_test_ptype_class.
21085
88e5ea78
MC
210862004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21087
21088 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21089 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21090 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21091 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21092 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21093 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21094 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21095 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21096 gdb.mi/mi2-watch.exp: Update copyright years.
21097
6a89fc9c
MK
210982004-08-09 Mark Kettenis <kettenis@gnu.org>
21099
21100 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21101
1482e0de
MC
211022004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21103
21104 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21105 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21106 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21107 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21108 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21109 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21110 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21111 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21112 gdb.mi/mi-watch.exp: Update copyright years.
21113
1a5ce3f3
DJ
211142004-08-08 Daniel Jacobowitz <dan@debian.org>
21115
21116 PR gdb/1738
21117 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21118 from a breakpoint with a pending signal.
21119
04f6ecf2
DJ
211202004-08-08 Daniel Jacobowitz <dan@debian.org>
21121
21122 PR gdb/1736
21123 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21124 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21125 the prompt.
21126 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21127
54d90d35
DJ
211282004-08-08 Daniel Jacobowitz <dan@debian.org>
21129
21130 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21131
d2f6abb0
DJ
211322004-08-08 Daniel Jacobowitz <dan@debian.org>
21133
21134 PR gdb/1736
21135 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21136 for i?86-*-linux*.
21137
5598c03d
DJ
211382004-08-08 Daniel Jacobowitz <dan@debian.org>
21139
21140 * gdb.arch/i386-prologue.exp: Compile without debug information.
21141
c6fee705
MC
211422004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21143
21144 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21145 rather than asking gdb to search.
21146
dd90efdb
MC
211472004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21148
21149 * gdb.base/gcore.c: Include <string.h>.
21150
1e84bec1
MC
211512004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 * gdb.base/gcore.c: Add copyright notice.
21154
e425eb2b
MC
211552004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21156
21157 * gdb.base/freebpcmd.c: Include <stdio.h>.
21158 * gdb.base/long_long.c: Include <string.h>.
21159 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21160 * gdb.base/siginfo.c: Include <string.h>.
21161 * gdb.base/sigstep.c: Include <string.h>.
21162
cb9aaed5
MC
211632004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21164
21165 * gdb.base/complex.c: Include <stdlib.h>.
21166
55944f3d
MC
211672004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21168
21169 * gdb.base/complex.c: Add copyright notice.
21170
7b2953d9
MC
211712004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21172
21173 * gdb.base/charset.c: Include <stdlib.h>.
21174
c9133d23
MC
211752004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21176
21177 * gdb.base/auxv.c: Include <stdlib.h>.
21178
0a8490ad
MC
211792004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21180
21181 * gdb.base/auxv.c: Add copyright notice.
21182
3426d5ec
MC
211832004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21184
21185 * gdb.base/coremaker.c: Add copyright notice.
21186 * gdb.base/coremaker2.c: Add copyright notice.
21187
8da195dd
AC
211882004-08-04 Andrew Cagney <cagney@gnu.org>
21189
21190 * gdb.base/store.exp: Update copyright.
21191 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21192 names, do not import gdb_prompt.
21193
8d394f98
AC
211942004-08-01 Andrew Cagney <cagney@gnu.org>
21195
21196 Fix PR testsuite/1729.
21197 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21198 not use capture_value with value 4.
21199 (capture_value): Add optional test name parameter.
21200 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21201 the prefix, pass to capture_value.
21202
b6702b23
MK
212032004-08-01 Mark Kettenis <kettenis@gnu.org>
21204
21205 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21206 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21207 (main): Call new function.
21208
c203e0ca
MC
212092004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21210
21211 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21212
a7995a30
MC
212132004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21214
21215 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21216
9366563b
MC
212172004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21218
b6eeaf26 21219 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21220 Accept more values of vtbl pointer. Remove some messages
21221 about "obsolete gcc or gdb".
21222
2fc1f950
MC
212232004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21224
21225 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21226
c724d49b
MC
212272004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21228
21229 * gdb.base/asm-source.exp: Properly convert target board
21230 debug flags from gcc format to binutils format.
21231
736b0fce
MK
212322004-07-28 Mark Kettenis <kettenis@gnu.org>
21233
21234 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21235 gdb1718". PR backtrace/1718 partially fixed.
21236
5633ea5c
JJ
212372004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21238
21239 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21240
575eebb1
NC
212412004-07-26 Nick Clifton <nickc@redhat.com>
21242
21243 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21244 good default value for a specific architecture is available then
21245 set it to that value. Otherwise default to the -gstabs switch.
21246 Remove the -g... switches from the asm-flags variable. Allow the
21247 target board info to override the value if it wants to. Pass the
21248 switch on the assembler command line.
21249
62104619
MK
212502004-07-23 Mark Kettenis <kettenis@gnu.org>
21251
21252 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21253 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21254 (main): Call new function.
21255
4a1135b8
MC
212562004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21257
21258 Test for PR exp/1715.
21259 * gdb.base/radix.exp: Refactor common procedures. Make all
21260 test names unique. Change XFAIL to KFAIL.
21261
8a12c1f0
MC
212622004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21263
21264 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21265 * gdb.ada/gnat_ada.gin: ... to here.
21266 * configure.in: Use gnat_ada.gin.
21267 * configure: Regenerate.
21268
23b451cf
AC
212692004-07-20 Andrew Cagney <cagney@gnu.org>
21270
21271 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21272 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21273 XFAILs. Clean up test messages and comments. Check backtraces.
21274 Delete re-sync code.
21275
ab618a02
MC
212762004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21277
21278 Fix PR cli/740.
21279 * gdb.base/annota1.exp: Honor gdb,nosignals.
21280 * gdb.base/annota3.exp: Likewise.
21281
46dad340
MC
212822004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21283
21284 * lib/java.exp: Update copyright notice.
21285
756d8c70
AC
212862004-07-19 Andrew Cagney <cagney@gnu.org>
21287
21288 * gdb.base/selftest.exp: Copy file from here ...
21289 * gdb.gdb/selftest.exp: ... to here.
21290
586027e6
AC
212912004-07-16 Andrew Cagney <cagney@redhat.com>
21292
21293 * lib/insight-support.exp: Delete file.
21294 * lib/java.exp (java_init): Fix copyright.
21295
029d2200
AC
212962004-07-16 Andrew Cagney <cagney@gnu.org>
21297
21298 * gdb.base/restore.c: Append "prologue" to comments marking the a
21299 function's prologue.
21300 * gdb.base/restore.exp: Update copyright, re-indent.
21301 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21302 callerN" prefix where needed. Update patterns that match a
21303 function's prologue.
21304
653b62c5
MC
213052004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21306
21307 * gdb.base/restore.c: Add copyright notice.
21308
f7d690e5
AC
213092004-07-16 Andrew Cagney <cagney@gnu.org>
21310
21311 * gdb.base/logical.exp: Update copyright.
21312 (evaluate): New procedure. Use to re-implement tests using
21313 several tables.
21314
d629a7cb
MH
213152004-07-14 Martin Hunt <hunt@redhat.com>
21316
21317 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21318 which fixes some problems where init.tcl was not found.
21319
9c7bb332
AC
213202004-07-13 Andrew Cagney <cagney@gnu.org>
21321
6bf46641
AC
21322 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21323 (check_sizeof, check_valueof): Do not include the output in the
21324 test name. Use gdb_test.
21325 (get_valueof): Use gdb_test_multiple.
21326
c4ffd4c0
AC
21327 * gdb.base/step-test.exp: Update copyright. Use
21328 gdb_test_multiple. Ensure that test names do not include
21329 architecture dependent output.
21330
ab89363a
AC
21331 * gdb.gdb/observer.exp: Update copyright.
21332 (setup_test): Use gdb_test_multiple.
21333 (attach_first_observer, attach_second_observer)
21334 (attach_third_observer, detach_first_observer)
21335 (detach_second_observer, detach_third_observer)
21336 (reset_counters, check_counters): Make $message a prefix.
21337 (test_normal_stop_notifications): Add "args" parameter - a list of
21338 init functions to be called. Make $message a prefix,
21339 (test_observer_normal_stop): Change the message prefixes so that
21340 they are unique, pass the attach / detach procedures to
21341 test_normal_stop_notifications.
21342
ec58997a
AC
21343 * gdb.base/signull.exp (test_segv): Prefix all tests with
21344 "${name}". Clean up test messages.
21345
b475183b
AC
21346 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21347
9c7bb332
AC
21348 * gdb.base/ena-dis-br.exp: Update copyright.
21349 (break_at): New function. Replace send_gdb with gdb_test,
21350 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21351 ignore count, not stopped at bpt", with KFAIL.
21352
2dd95497
CV
213532004-07-13 Corinna Vinschen <vinschen@redhat.com>
21354
21355 * gdb.base/attach.exp: Remove cleanupfile handling.
21356
419e626b
AC
213572004-07-12 Andrew Cagney <cagney@gnu.org>
21358
21359 * gdb.base/annota1.exp: Cleanup corefile test name.
21360 * gdb.base/annota3.exp: Ditto.
21361
8b1b3228
AC
213622004-07-12 Andrew Cagney <cagney@gnu.org>
21363
78650829
AC
21364 * gdb.base/signals.exp: Clean up copyright, re-indent.
21365
8b1b3228
AC
21366 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21367 gdb_test and gdb_test_multiple.
21368
935c2760
JJ
213692004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21370
21371 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 21372 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
21373 provide line number info for first statement in main.
21374
1544280f
AC
213752004-07-08 Andrew Cagney <cagney@gnu.org>
21376
1279f4ff
AC
21377 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21378
1544280f
AC
21379 * gdb.base/sigbpt.exp: Make the common part of each test name a
21380 prefix instead of suffix.
21381
bcc82369
BR
213822004-07-07 Bob Rossi <bob_rossi@cox.net>
21383
21384 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21385 test from test_tbreak_creation_and_listing to
21386 test_file_list_exec_source_file
21387 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21388 Changed name of test from test_tbreak_creation_and_listing to
21389 test_file_list_exec_source_file
21390
23f4b0aa
JJ
213912004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21392
21393 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21394 the jmisc() constructor instead of <init>.
21395 * gdb.java/jmisc1.exp: Ditto.
21396
56401cd5
AC
213972004-07-07 Andrew Cagney <cagney@gnu.org>
21398
21399 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21400 corrupting the PC.
21401
44ae2f6a
MC
214022004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21403
21404 * gdb.cp/templates.exp: Accept whitespace change in demangler
21405 output.
21406
45a83408
AC
214072004-07-06 Andrew Cagney <cagney@gnu.org>
21408
21409 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21410
d205ad70
MC
214112004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21412
21413 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21414 * lib/compiler.cc: Likewise.
21415
06ea1a61
MC
214162004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21417
21418 * lib/compiler.cc: Work around string preprocessing problem
21419 with old hp c++ compiler.
21420 * lib/compiler.c: Likewise.
21421
daab1251
CV
214222004-06-29 Corinna Vinschen <vinschen@redhat.com>
21423
21424 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21425 directives to conditionalize symbol prefixing.
21426 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21427 additional_flags handling. Add underscore prefix for Cygwin.
21428 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21429 conditionalize symbol prefixing.
21430 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21431 additional_flags handling. Add underscore prefix for Cygwin.
21432
cc984116
CV
214332004-06-29 Corinna Vinschen <vinschen@redhat.com>
21434
21435 * gdb.base/bigcore.exp: Skip test on Cygwin.
21436
c279b077
MC
214372004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21438
21439 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21440 formats for "info register". Use gdb_test_multiple. Fix
21441 the "invalid register" test.
21442
0e915747
CV
214432004-06-28 Corinna Vinschen <vinschen@redhat.com>
21444
21445 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21446 PID for Cygwin. Add Cygwin specific strings to check for in some
21447 tests.
21448 (do_attach_tests): Add a test for user interaction when attaching
21449 to a process with no matching symbol table already loaded.
21450
11422c86
AC
214512004-06-26 Andrew Cagney <cagney@gnu.org>
21452
21453 Test PR java/1567 and PR java/1565.
21454 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21455 * gdb.java/jmisc2.exp: Delete file.
21456
cefbce26
MC
214572004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21458
21459 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21460
e19f872c
CV
214612004-06-25 Corinna Vinschen <vinschen@redhat.com>
21462
21463 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21464 attach process.
21465
d931ba3b
MC
214662004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21467
21468 * gdb.cp/pr-1553.exp: Remove.
21469
aef68c48
MC
214702004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21471
21472 * gdb.cp/pr-1553.cc: Remove.
21473 * gdb.cp/pr-1553.exp: Disable this test.
21474
8d5df71a
JB
214752004-06-20 Jim Blandy <jimb@redhat.com>
21476
a9c64011 21477 Fix PR testsuite/1680.
8d5df71a
JB
21478 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21479 regular expressions.
21480
4ac6f39d
MC
214812004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21482
21483 Fix PR testsuite/1679.
21484 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21485 Issue an UNSUPPORTED result instead.
21486
1b413552
JB
214872004-06-18 Jim Blandy <jimb@redhat.com>
21488
21489 * gdb.base/charset.exp: Only send a control-C if we see a new
21490 prompt and incomplete command.
21491
6daa6ebd
MC
214922004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21493
21494 * gdb.cp/pr-574.cc: Add copyright notice.
21495
51fa4ae0
JB
214962004-06-17 Jim Blandy <jimb@redhat.com>
21497
21498 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21499 cases where the regexp has no groups; this grabs random text from
21500 the previous test suite, whatever that was.
21501
8fea26c5
MC
215022004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21503
21504 * gdb.cp/printmethod.cc: Add copyright notice.
21505
1e3aeb41
MC
215062004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21507
21508 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21509
9d9030bc
AC
215102004-06-16 Andrew Cagney <cagney@gnu.org>
21511
21512 * gdb.base/signull.c: Update copyright. Include <string.h>.
21513 (bowler): Replace data_pointer with data_read
21514 and data_write cases. Add code_descriptor case.
21515 (zero, desc): New array and pointer.
21516 (data, code): Change to simple pointers.
21517 * gdb.base/signull.exp: Fix probe pattern matching a function
21518 descriptor SIGSEGV. Replace data_pointer with data_read and
21519 data_write tests.
21520
acd4ad44
AC
215212004-06-16 Andrew Cagney <cagney@gnu.org>
21522
21523 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21524
08fd625c
MC
215252004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21526
21527 * gdb.base/long_long.c: Add copyright notice.
21528
1903502c
MC
215292004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21530
21531 * gdb.base/long_long.exp: Remove reference to
21532 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21533 to gdb_breakpoint and gdb_continue_to_breakpoint.
21534
83313cb1
JB
215352004-06-14 Jim Blandy <jimb@redhat.com>
21536
21537 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21538 endian case.
21539
1bf404ef
AC
215402004-06-14 Andrew Cagney <cagney@gnu.org>
21541
21542 * gdb.base/gcore.exp (capture_command_output): Delete the always
21543 passing tests containing inferior values.
21544 * gdb.base/ending-run.exp: Do not include the breakpoint address
21545 in the test message. Update copyright.
21546 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21547 size in the test name, use gdb_test_multiple. Update copyright.
21548
ef220b33
MC
215492004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21550
21551 * gdb.cp/ref-types.cc: Add copyright notice.
21552
4f70a4c9
MC
215532004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21554
21555 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21556 hp_aCC_compiler.
21557 * lib/compiler.cc: Likewise.
21558 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21559 'set' commands. Log diagnostics for other lines. Set
21560 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21561
335928ac
MC
215622004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21563
21564 * gdb.cp/try_catch.cc: Add copyright notice.
21565
2efb12e8
MC
215662004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21567
21568 * gdb.cp/userdef.cc: Add copyright notice.
21569
0bbed51a
MC
215702004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21571
21572 * gdb.cp/virtfunc.cc: Add copyright notice.
21573
e12a46c9
RC
215742004-06-11 Randolph Chung <tausq@debian.org>
21575
21576 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21577 problem.
21578
338e05af
AC
215792004-06-10 Andrew Cagney <cagney@gnu.org>
21580
21581 * lib/compiler.cc, lib/compiler.c: Append either
21582 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21583 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21584 instead of gcc-3-3.
21585
dc3f10cb
AC
215862004-06-09 Andrew Cagney <cagney@gnu.org>
21587
b4d946af
AC
21588 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21589 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21590
dc3f10cb
AC
21591 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21592 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21593 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21594 fixed.
21595
b5c0bfa2
AC
215962004-06-09 Andrew Cagney <cagney@gnu.org>
21597
21598 * gdb.base/structs.exp (test_struct_returns): Replace
21599 "return_value_unknown" and "finish_value_unknown" by
21600 "return_value_known" and "finish_value_known". Instead of
21601 "return_value_unknown" iff "finish_value_unknown", check
21602 "return_value_known" implies "finish_value_known".
21603
caeb605f
MH
216042004-06-08 Martin Hunt <hunt@redhat.com>
21605
21606 * gdb.base/float.exp: Add pattern for mips targets.
21607
c892bb64
RC
216082004-06-08 Randolph Chung <tausq@debian.org>
21609
21610 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21611 message for unknown architectures more clear.
21612
48306d3e
JB
216132004-06-08 Joel Brobecker <brobecker@gnat.com>
21614
21615 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21616 start the execution of the program.
21617
83ecb59f
JB
216182004-06-07 Jim Blandy <jimb@redhat.com>
21619
21620 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21621 * gdb.arch/i386-cpuid.h: New helper file.
21622
55264cb4
RC
216232004-06-07 Randolph Chung <tausq@debian.org>
21624
21625 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21626 has started.
21627
23cadb28
RM
216282004-06-04 Roland McGrath <roland@redhat.com>
21629
21630 Fix PR gdb/1647.
21631 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21632 differently to be robust to output buffering differences.
21633
51d01eda
MC
216342004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21635
21636 * gdb.threads/pthreads.exp: Update copyright years.
21637 (check_control_c): Change asynchronous 'after' to synchronous.
21638
f4fc3b93
RM
216392004-06-04 Roland McGrath <roland@redhat.com>
21640
21641 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21642 next gdb prompt.
21643
4013522b
MC
216442004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21645
21646 Fix PR gdb/1636.
21647 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21648 calls to synchronous.
21649
7a8f1e6b
JB
216502004-05-26 Jim Blandy <jimb@redhat.com>
21651
21652 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21653
81bb3443
RC
216542004-05-24 Randolph Chung <tausq@debian.org>
21655
21656 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21657 * gdb.asm/pa.inc: New file.
21658
8f5a3103
MK
216592004-05-22 Mark Kettenis <kettenis@gnu.org>
21660
21661 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21662
734b8fe8 216632004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21664 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21665
21666 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21667 GDB prompt.
21668
725603e1
UW
216692004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21670
f4fc3b93 21671 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21672 setjmp/longjmp. Use sigaction instead of signal.
21673
8b923272 216742004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21675 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21676
21677 * gdb.threads/pthread_cond_wait.c: New file.
21678 * gdb.threads/pthread_cond_wait.exp: New testcase.
21679
8bfabb04
AC
216802004-05-13 Andrew Cagney <cagney@redhat.com>
21681
21682 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21683 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21684
42edda50
AC
216852004-05-11 Andrew Cagney <cagney@redhat.com>
21686
21687 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21688 fixed but revealed gdb/1639.
21689
d303a6c7
AC
216902004-05-10 Andrew Cagney <cagney@redhat.com>
21691
21692 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21693 func1" and "next to 2nd alarm", kernel bug avoided.
21694
bf08c2a1
DJ
216952004-05-10 Daniel Jacobowitz <dan@debian.org>
21696
21697 PR external/1568
21698 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21699 XFAIL if it is smaller than bytes_allocated.
21700 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21701 (main): Make chunks_allocated unsigned. Correct comment.
21702
c0586a34
JB
217032004-05-07 Joel Brobecker <brobecker@gnat.com>
21704
21705 * gdb.arch/powerpc-aix-prologue.c: New file.
21706 * gdb.arch/powerpc-aix-prologue.exp: New file.
21707
f2785d12
JB
217082004-05-07 Jim Blandy <jimb@redhat.com>
21709
21710 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21711 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21712
bd7f6e30
JB
217132004-05-06 Joel Brobecker <brobecker@gnat.com>
21714
21715 * gdb.base/sep.exp: No longer setup_kfail when the program was
21716 built with dwarf2.
21717
0a5e7efe
JI
217182004-05-05 Jim Ingham <jingham@apple.com>
21719
21720 * gdb.base/pending.exp: Make sure pending breakpoints
21721 preserve the ignore count.
f4fc3b93 21722
a8958849
MK
217232004-04-27 Jerome Guitton <guitton@gnat.com>
21724
21725 * i386-prologue.exp: Add testcase for jump instruction as first
21726 instruction of the real code.
21727 * i386-prologue.c (jump_at_beginning): New function.
21728
7e103f5b
MK
217292004-04-28 Mark Kettenis <kettenis@gnu.org>
21730
21731 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21732 x86_64-*-*.
21733
5d38b224
MK
217342004-04-28 Mark Kettenis <kettenis@gnu.org>
21735
21736 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21737 i*86-*-*.
21738
0ef32fd9
MK
217392004-04-25 Mark Kettenis <kettenis@gnu.org>
21740
21741 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21742 expression that checks the return type.
21743
71d7dd7c
AC
217442004-04-23 Andrew Cagney <cagney@redhat.com>
21745
21746 * gdb.base/call-sc.exp: New test of scalar call/return values.
21747 * gdb.base/call-sc.c: Ditto.
21748
1e9f977e
JJ
217492004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21750
21751 * gdb.threads/manythreads.c: Reduce thread stack size.
21752
899d9e3a
JJ
217532004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21754
21755 * gdb.threads/manythreads.c: Add copyright notice.
21756
61bcae62
AC
217572004-04-23 Andrew Cagney <cagney@redhat.com>
21758
21759 * gdb.base/siginfo.exp: Better handle step out of signal.
21760 * gdb.base/sigstep.exp: Ditto.
21761
7339a42e 217622004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21763 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21764
21765 * gdb.threads/manythreads.c: New testcase.
21766 * gdb.threads/manythreads.exp: Ditto.
21767
5c98409b
JB
217682004-04-22 Jim Blandy <jimb@redhat.com>
21769
21770 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21771 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21772
3b611f1a
MC
217732004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21774
21775 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21776
f0fd9238
AC
217772004-04-21 Andrew Cagney <cagney@redhat.com>
21778
21779 * gdb.base/sigstep.c: New file.
21780 * gdb.base/sigstep.exp: New file.
21781
90990674
JB
217822004-04-16 Joel Brobecker <brobecker@gnat.com>
21783
21784 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21785 call to observer_notify_normal_stop.
21786
78cef34b
AC
217872004-04-15 Andrew Cagney <cagney@redhat.com>
21788
21789 * gdb.base/siginfo.c: New file.
21790 * gdb.base/siginfo.exp: New file.
21791
d2343407
JB
217922004-04-12 J. Brobecker <brobecker@gnat.com>
21793
21794 * gdb.base/sep.exp: Fix typo in comment.
21795
a2dba3c8
JB
217962004-04-12 J. Brobecker <brobecker@gnat.com>
21797
21798 * gdb.base/sep.c: New file.
21799 * gdb.base/sep-proc.c: New file.
21800 * gdb.base/sep.exp: New testcase.
21801
15f7b60e
MK
218022004-04-09 Mark Kettenis <kettenis@gnu.org>
21803
21804 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21805 support.
21806
44f4de1a
AC
218072004-04-05 Andrew Cagney <cagney@redhat.com>
21808
21809 * gdb.base/sigaltstack.c: New file.
21810 * gdb.base/sigaltstack.exp: New file.
21811
ef04f396
JB
218122004-04-04 Joel Brobecker <brobecker@gnat.com>
21813
21814 * gdb.base/foll-fork.exp: Update the expected output for
21815 "help set follow-fork-mode", to match a change that was made
21816 to the help of this variable on 2004-01-13.
21817
d40d2c92
JB
218182004-04-01 Joel Brobecker <brobecker@gnat.com>
21819
21820 * lib/ada.exp: Add copyright notice.
21821 * bar.ads: Likewise.
21822 * bar.adb: Likewise.
21823 * null_record.adb: Likewise.
21824 * null_record.exp: Likewise.
21825 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21826
f86ef5a3
JB
218272004-04-01 Joel Brobecker <brobecker@gnat.com>
21828
21829 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21830 * configure: Regenerate.
21831
414e70e3
JB
218322004-04-01 Joel Brobecker <brobecker@gnat.com>
21833
21834 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21835 to build the application. Remove the message printed when in
21836 verbose mode, redundant with the UNSUPPORTED message above.
21837
f0aaee49
JB
218382004-03-31 Joel Brobecker <brobecker@gnat.com>
21839
21840 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21841 * gdb.ada (null_record.exp): New testcase.
21842
ac81cb54
JB
218432004-03-31 Joel Brobecker <brobecker@gnat.com>
21844
21845 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21846
854af2f7
JB
218472004-03-31 Joel Brobecker <brobecker@gnat.com>
21848
21849 * gdb.ada: New subdirectory.
21850 * gdb.ada/Makefile.in: New file.
21851 * gdb.ada/gnat_ada.gpr.in: New file.
21852
034cb681
JB
218532004-03-31 Joel Brobecker <brobecker@gnat.com>
21854
21855 * lib/ada.exp: New file.
21856
78a1a894
DJ
218572004-03-24 Daniel Jacobowitz <drow@mvista.com>
21858
21859 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21860 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21861
4b2b3b3e
AC
218622004-03-22 Andrew Cagney <cagney@redhat.com>
21863
21864 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21865 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21866 Problem identified by Ulrich Weigand.
21867
23c73aa3
DC
218682004-03-17 David Carlton <carlton@kealia.com>
21869
21870 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21871 PR c++/826.
21872
d63a86f8
RM
218732004-03-16 Roland McGrath <roland@redhat.com>
21874
21875 * gdb.base/auxv.exp: New file.
21876 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21877
0e02aa50
DC
218782004-03-12 David Carlton <carlton@kealia.com>
21879
21880 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21881 * gdb.cp/pr-1553.cc: Ditto.
21882 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21883 pass branch.
21884
c20b71be
MC
218852004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21886
21887 * gdb.cp/templates.exp: Accept more template types.
21888
c7414a01
MC
218892004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21890
21891 From Corinna Vinschen with modifications.
21892 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21893 local variable obj_with_enum.
21894 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21895 results with obj_with_enum.
21896
ed69573c
MC
218972004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21898
21899 * gdb.cp/classes.cc: New file, copied from misc.cc.
21900 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21901
28301461
MC
219022004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21903
21904 * gdb.cp/misc.cc: Add copyright notice.
21905
1198ecbe
DC
219062004-03-05 David Carlton <carlton@kealia.com>
21907
21908 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21909 * gdb.cp/rtti.h: Update copyright.
21910 (namespace n2::n3): New.
21911 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21912 (n2::n3::func3): New.
21913 (main): Call n2::n3::func3.
21914 * gdb.cp/rtti2.cc: Update copyright.
21915 (n2::create3): New.
21916
9e08c470
MK
219172004-03-04 Mark Kettenis <kettenis@gnu.org>
21918
21919 * gdb.asm/openbsd.inc: Fix typo.
21920
4bebc3aa
FF
219212004-03-03 Fred Fish <fnf@redhat.com>
21922
21923 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21924 "val" instead of unused "size". Update copyright year.
21925
6ea9fb37
DJ
219262004-02-29 Daniel Jacobowitz <drow@mvista.com>
21927
21928 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21929 to use unsigned char.
21930 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21931 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21932
23b23974
DJ
219332004-02-29 Daniel Jacobowitz <drow@mvista.com>
21934
21935 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21936 line of output.
21937
7574fd53
DJ
219382004-02-28 Daniel Jacobowitz <drow@mvista.com>
21939
21940 * gdb.base/relocate.c (dummy): Initialize.
21941
a195357f
DJ
219422004-02-28 Daniel Jacobowitz <drow@mvista.com>
21943
21944 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21945 a breakpoint at exit.
21946
72fd54a9
FF
219472004-02-27 Fred Fish <fnf@redhat.com>
21948
21949 * gdb.base/chng-syms.exp: Add expect condition to match failing
21950 case that isn't a timeout.
21951
b9d23137
AC
219522004-02-27 Andrew Cagney <cagney@redhat.com>
21953
21954 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21955 support.
21956
15d208f6 219572004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21958
15d208f6
FF
21959 * gdb.arch/gdb1431.c: Remove.
21960 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21961 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21962 of "until" incorrectly.
21963
98f9cd2d
JB
219642004-02-26 J. Brobecker <brobecker@gnat.com>
21965
21966 * gdb.cp/class2.cc (empty): New class.
21967 (refer): New function.
21968 (main): Declare an object of type empty and use it.
21969 * gdb.cp/class2.exp: Print the value of an object of type empty.
21970
9b50c11b
JJ
219712004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21972
21973 * gdb.base/langs.exp: Update query string to match the
21974 new nquery format used for pending breakpoints.
21975
0dcd613f
AC
219762004-02-26 Andrew Cagney <cagney@redhat.com>
21977
21978 Fix PR i18n/1570.
21979 * gdb.base/charset.c: Update copyright notice.
21980 (main, init_string): Remove the escape character '\e' tests.
21981 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21982 * gdb.base/charset.exp (valid_host_charset): Ditto.
21983 * gdb.base/setvar.exp: Ditto.
21984
b8a56647
AC
219852004-02-24 Andrew Cagney <cagney@redhat.com>
21986
90d59e34
AC
21987 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21988 mmapped data in core file" PASS and FAIL messages consistent.
21989
b8a56647
AC
21990 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21991 setting a breakpoint. Work around PR java/1565.
21992
9f27c604
JJ
219932004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21994
21995 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21996 new nquery format.
21997 * gdb.base/pending.exp: Ditto.
21998
3224a706
MK
219992004-02-22 Mark Kettenis <kettenis@gnu.org>
22000
22001 * configure.in: Run stabs tests on *BSD.
22002 * configure: Regenerated.
22003
41e0a9ca
MK
220042004-02-21 Mark Kettenis <kettenis@gnu.org>
22005
22006 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22007
1e1b3428
FF
220082004-02-20 Fred Fish <fnf@redhat.com>
22009
22010 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22011 blank in test for "returns short", for consistency with other
22012 "returns xxx" tests. Update copyright year.
22013
f9a7572a
FF
220142004-02-19 Fred Fish <fnf@redhat.com>
22015
22016 New testcase for PR breakpoint/1558.
22017 * gdb.arch/gdb1558.exp: New file.
22018 * gdb.arch/gdb1558.c: New file.
22019
b2ce2854
EZ
220202004-02-19 Elena Zannoni <ezannoni@redhat.com>
22021
22022 * gdb.base/nodebug.exp: Fix typo.
22023
e7c9ff01
JB
220242004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22025
22026 Committed by Jim Blandy <jimb@redhat.com>.
22027
62f4b920
JB
22028 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22029
2db536a1
JB
22030 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22031
e7c9ff01
JB
22032 * gdb.base/float.exp: Support s390*-*-* targets.
22033
f3205b34
AF
220342004-02-17 Adam Fedor <fedor@gnu.org>
22035
22036 * gdb.base/gdb1555.exp: New file.
22037 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22038
9d62932d
EZ
220392004-02-17 Elena Zannoni <ezannoni@redhat.com>
22040
22041 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22042
344c9711
FF
220432004-02-16 Fred Fish <fnf@redhat.com>
22044
22045 * gdb.arch/gdb1291.c: Remove
22046 * gdb.arch/gdb1291.s: New test input file.
22047 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22048 fail. Test for correct result, known incorrect result, other
22049 failures and timeouts.
22050
2d822687
AC
220512004-02-16 Andrew Cagney <cagney@redhat.com>
22052
22053 * gdb.base/bigcore.exp: New file.
22054 * gdb.base/bigcore.c: New file.
22055
dac15b66
AC
220562004-02-13 Andrew Cagney <cagney@redhat.com>
22057
22058 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22059 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22060 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22061 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22062 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22063 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22064 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22065 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22066 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22067 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22068
6bdfc2c4
JJ
220692004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22070
22071 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22072 executed is an alloc instruction.
22073
87b3ede8
DC
220742004-02-11 David Carlton <carlton@kealia.com>
22075
22076 * gdb.cp/breakpoint.exp: New.
22077 * gdb.cp/breakpoint.cc: New.
22078
6e19e2bf
MC
220792004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22080
22081 Partial fix for PR gdb/1543.
22082 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22083 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22084 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22085 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22086 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22087 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22088 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22089 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22090 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22091 to bug-gdb@prep.ai.mit.edu .
22092 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22093 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22094 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22095 Likewise.
22096
5c5455dc
AC
220972004-02-10 Andrew Cagney <cagney@redhat.com>
22098
22099 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22100 using gdb_internal_error_resync.
22101
9cf689d7
DJ
221022004-02-09 Daniel Jacobowitz <drow@mvista.com>
22103
22104 * gdb.threads/thread-specific.exp: Stop early if no threads are
22105 found.
22106
d2dc51db
MC
221072004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22108
22109 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22110
14b1a056
DJ
221112004-02-08 Daniel Jacobowitz <drow@mvista.com>
22112
22113 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22114 breakpoints.
22115
83f66e8f
DJ
221162004-02-07 Daniel Jacobowitz <drow@mvista.com>
22117
22118 * config/sim.exp (gdb_load): Handle $arg == "".
22119 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22120 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22121
30fc0091
EZ
221222004-02-07 Elena Zannoni <ezannoni@redhat.com>
22123
a9c64011
AS
22124 * gdb.base/maint.exp: Update test to reflect
22125 obstack changes.
30fc0091 22126
4d806929
JJ
221272004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22128
22129 * gdb.base/pendshr.c (pendfunc): New function that calls
22130 pendfunc1.
22131 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22132
7bfdd688
FF
221332004-02-04 Fred Fish <fnf@redhat.com>
22134
22135 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22136 function symbols and update copyright years.
22137 * gdb.arch/gdb1291.c: Ditto.
22138
aaa08ee4
MC
221392004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22140
22141 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22142
dbad7755
MC
221432004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22144
22145 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22146
ec4646ef
MC
221472004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22148
22149 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22150
1b802196
FF
221512004-02-02 Fred Fish <fnf@redhat.com>
22152
22153 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22154 remote targets. Update copyright years.
22155
18fe2033
JJ
221562004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22157
22158 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22159 support.
22160 * gdb.base/langs.exp: Fix test which attempts to create
22161 breakpoint on non-existent function to handle new pending
22162 support.
22163 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22164 a breakpoint.
22165 * gdb.base/pending.exp: New test.
22166 * gdb.base/pending.c: New file.
22167 * gdb.base/pendshr.c: Ditto.
22168
8d577d32
DC
221692004-02-02 David Carlton <carlton@kealia.com>
22170
22171 * gdb.cp/overload.exp: Add overloadNamespace tests.
22172 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22173 (overloadNamespace, XXX): New.
22174 (main): Call XXX::marker2.
22175
3ad13771
FF
221762004-02-01 Fred Fish <fnf@redhat.com>
22177
22178 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22179 * gdb.base/finish.exp: Ditto.
22180 * gdb.base/gcore.exp: Ditto.
22181 * gdb.base/huge.exp: Ditto.
22182 * gdb.base/info-proc.exp: Ditto.
22183 * gdb.base/return2.exp: Ditto.
22184 * gdb.threads/gcore-thread.exp: Ditto.
22185
44c75849
DJ
221862004-02-01 Daniel Jacobowitz <drow@mvista.com>
22187
22188 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22189
005bc093
MK
221902004-02-01 Mark Kettenis <kettenis@gnu.org>
22191
22192 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22193 that opening the file succeeds on OpenBSD.
22194
c47cebdb
DJ
221952004-02-01 Daniel Jacobowitz <drow@mvista.com>
22196
22197 * gdb.threads/thread-specific.c: New file.
22198 * gdb.threads/threads-specific.exp: New test script.
22199 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22200 to expect_out.
22201
5a01311c
MK
222022004-02-01 Mark Kettenis <kettenis@gnu.org>
22203
22204 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22205 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22206 only on the "print_small_structs from print_long_arg_list" test.
22207
ce22a4f1
DJ
222082004-02-01 Daniel Jacobowitz <drow@mvista.com>
22209
22210 * gdb.base/completion.exp: Kill a stray backslash.
22211
22212 From Jim Ingham <jingham@apple.com>:
22213 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22214 agrees with the result from sending a tab.
22215
abbab9d3
DJ
222162004-01-31 Daniel Jacobowitz <drow@mvista.com>
22217
22218 * gdb.base/chng-syms.exp: Remove stray newline.
22219
53904d1e
MK
222202004-01-31 Mark Kettenis <kettenis@gnu.org>
22221
22222 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22223 *-*-openbsd*.
22224 * gdb.asm/openbsd.inc: New file.
22225
3a4b3aac
MK
222262004-01-30 Mark Kettenis <kettenis@gnu.org>
22227
22228 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22229 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22230 *-*solaris2*. Remove commented out default settings for
22231 asm-flags. Replace gdb_compile with target_link.
22232
ebac27b4
MC
222332004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22234
22235 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22236 for all tests. Remove old hp-ux and cygnus xfail cases.
22237
d8679d84
PH
222382004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22239
22240 * gdb.base/chng-syms.exp: New file.
22241 * gdb.base/chng-syms.c: New file.
22242
0a55bc22
MC
222432004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22244
22245 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22246 Provide arms for current output in all my configurations.
22247
94b8e876
MC
222482004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22249
22250 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22251 * lib/compiler.cc: Likewise.
22252 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22253 get the right preprocessor. Eval the output directly. Remove
22254 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22255 hp_f77_compiler and hp_f90_compiler completely.
22256 (gdb_preprocess): Delete.
22257 (get_compiler): Delete.
22258
7cf03d44
MK
222592004-01-24 Mark Kettenis <kettenis@gnu.org>
22260
22261 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22262 <string.h>.
22263
68b6dce9
NR
222642004-01-24 Nick Roberts <nick@nick.uklinux.net>
22265
22266 * gdb.mi/mi-stack.exp: Update copyright.
22267
b368761e
DC
222682004-01-23 David Carlton <carlton@kealia.com>
22269
22270 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22271 test for cp_lookup_transparent_type.
22272 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22273 call them.
22274
f2061b53
DJ
222752004-01-23 Daniel Jacobowitz <drow@mvista.com>
22276
22277 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22278 after -var-update.
22279
37fc574a
DC
222802004-01-23 David Carlton <carlton@kealia.com>
22281
22282 * gdb.cp/namespace.cc (C::ensureRefs): New.
22283 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22284
8e94b928
NR
222852004-01-20 Nick Roberts <nick@nick.uklinux.net>
22286
22287 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22288 case "-stack-list-locals 2".
22289 * gdb.mi/mi-var-child.exp: Test for case
22290 "-var-list-children --all-values NAME".
22291
997b0952
MC
222922004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22293
22294 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22295
52470da3
MK
222962004-01-18 Mark Kettenis <kettenis@gnu.org>
22297
7049b4b8
MK
22298 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22299 used with gdb_test_multiple.
22300
52470da3
MK
22301 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22302 read at address 0. This fixes PR testsuite/1504.
22303
da6012e5
DJ
223042004-01-18 Daniel Jacobowitz <drow@mvista.com>
22305
22306 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22307 Remove downloading, guessing the host executable, the calls to
22308 gdb_file_cmd and gdb_target_cmd, and "load" support.
22309 (infer_host_exec): New function broken out from gdb_load.
22310 (gdb_load): New wrapper for gdbserver_gdb_load.
22311 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22312 gdb_target_cmd. Use -target-select.
22313 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22314 Download binaries to the host. Clear last_mi_remote_file when
22315 we load a new binary.
22316 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22317 call gdbserver_gdb_load and mi_gdb_target_cmd.
22318
32c70722
MC
223192004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22320
22321 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22322 type patterns.
22323
b0cecf36
MC
223242004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22325
22326 * gdb.cp/templates.exp: Fix typo in test name of
22327 "print Foo<volatile char*>::foo".
22328
4120d7e6
MC
223292004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22330
22331 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22332
f679e530
BE
223332004-01-16 Ben Elliston <bje@wasabisystems.com>
22334
22335 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22336 (clean mostlyclean): Remove empty rm.
22337
091c48f6
MC
223382004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22339
22340 * gdb.base/setvar.exp: Add copyright years.
22341
3e5fc8d2
DC
223422004-01-14 David Carlton <carlton@bactrian.org>
22343
22344 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22345 PR c++/1511 and update coment.
22346 * gdb.cp/templates.exp: Update patterns to match current output.
22347 If changes involve something other than whitespace, KFAIL
22348 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22349
63d06c5c
DC
223502004-01-14 David Carlton <carlton@kealia.com>
22351
22352 * gdb.cp/namespace.exp: Add tests involving classes defined within
22353 namespaces.
22354 * gdb.cp/namespace.cc (C::CClass): New.
22355 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22356
a51dab88
EZ
223572004-01-14 Elena Zannoni <ezannoni@redhat.com>
22358
22359 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22360 what debug info we have. Print a better message if something goes
22361 wrong while producing the separate debug info file.
22362
a476ccc9
MC
223632004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22364
22365 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22366
f453692c
MC
223672004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22368
22369 * gdb.base/callfuncs.c: Add copyright notice.
22370
f40063a5
MC
223712004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22372
22373 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22374 inheritance. PR gdb/1498, PR gcc/13539.
22375
19ac3974
EZ
223762004-01-13 Elena Zannoni <ezannoni@redhat.com>
22377
a9c64011
AS
22378 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22379 test specific name.
22380 * gdb.mi/gdb669.exp: Ditto.
22381 * gdb.mi/mi-pthreads.exp: Ditto.
22382 * gdb.mi/mi1-pthreads.exp: Ditto.
22383 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 22384
56c97c6e
MC
223852004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22386
22387 * gdb.cp/member-ptr.cc: Add copyright notice.
22388
a0644324
MC
223892004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22390
22391 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22392 some patterns for recent versions of gcc and hpacc. Delete
22393 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22394 Delete tests that access a NULL pointer-to-member-data. This
22395 script is still disabled for gcc.
22396
32fabe09
EZ
223972004-01-12 Elena Zannoni <ezannoni@redhat.com>
22398
22399 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 22400 escaped correctly.
32fabe09 22401
1f8a6abb
EZ
224022004-01-12 Elena Zannoni <ezannoni@redhat.com>
22403
22404 * gdb.base/sepdebug.exp: New file.
22405 * gdb.base/sepdebug.c: New file.
22406 * lib/gdb.exp (separate_debug_filename): New procedure.
22407 (gdb_gnu_strip_debug): New procedure.
22408
48efe704
AC
224092004-01-12 Andrew Cagney <cagney@redhat.com>
22410
22411 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22412 * gdb.mi/ChangeLog-1999-2003: New file.
22413
a9415475
AC
224142004-01-12 Andrew Cagney <cagney@redhat.com>
22415
22416 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22417 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22418 or EEXIST", treat EBUSY as an XFAIL.
22419
83b8cf9d
MC
224202004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22421
22422 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22423 hp_cc_compiler.
22424
9939d2a8
MC
224252004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22426
22427 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22428 decorations.
22429
1ff8cadf
MC
224302004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22431
22432 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22433 and "(aCC)" decorations. Remove obsolete doco about old
22434 test results.
22435
6fa9022e
MC
224362004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22437
22438 * gdb.cp/exception.exp: Fix typo in doco.
22439
209721fe
MK
224402004-01-09 Mark Kettenis <kettenis@gnu.org>
22441
22442 * gdb.base/gdb1476.exp: Fix typo.
22443
ef11303e
MC
224442004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22445
22446 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22447 file.
22448
041ab88c
MC
224492004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22450
22451 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22452 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22453 Use gdb_compile. Remove restriction on gcc. Add some patterns
22454 for recent version of gdb. Delete second half, which was a copy
22455 of the first half with different build flags. This test is
22456 still disabled because it is still not ready for production.
22457
e36d075a
MC
224582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22459
22460 * gdb.cp/exception.cc: Add copyright notice.
22461 * gdb.cp/exception.exp: Add a notice that this file is broken
22462 because of line number changes caused by addition of copyright
22463 notice.
22464
42b190ad
MC
224652004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22466
22467 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22468 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22469
8f25f06b
MC
224702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22471
22472 * gdb.cp/classes.exp: Accept gnu abi 2.
22473 * gdb.cp/derivation.exp: Likewise.
22474 * gdb.cp/overload.exp: Likewise.
22475 * gdb.cp/virtfunc.exp: Likewise.
22476
06ded8b8
MC
224772004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22478
22479 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22480 semicolon after end of function.
22481
77c26ae3
MC
224822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22483
22484 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22485 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22486 boilerplate code for compiling and running the program under
22487 test. Add some string method tests.
22488
20757486
MC
224892004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22490
22491 * gdb.cp/bs15503.cc: Add copyright notice.
22492 * gdb.cp/bs15503.exp: Adjust line number.
22493
0fd3b503
MC
224942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22495
22496 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22497 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22498
10d1bea8
MC
224992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22500
22501 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22502 hp_cc_compiler.
22503
2789202a
MC
225042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22505
22506 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22507 * gdb.cp/ctti.exp: Use the marker instead of "next".
22508 With gcc, run further before bailing.
22509
b862f14c
MC
225102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22511
22512 * gdb.cp/cttiadd.cc: Add copyright notice.
22513 * gdb.cp/cttiadd1.cc: Likewise.
22514 * gdb.cp/cttiadd2.cc: Likewise.
22515 * gdb.cp/cttiadd3.cc: Likewise.
22516
96da2469
MC
225172004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22518
22519 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22520 Use gdb_test, gdb_test_multiple. Use floating-point values that
22521 have exact representations in IEEE-ish formats.
22522
053248ff
MC
225232004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22524
22525 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22526 compilers. Delete duplicate call to get_compiler_info.
22527 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22528 * gdb.base/volatile.exp: Likewise.
22529
84acecdd
MK
225302004-01-07 Mark Kettenis <kettenis@gnu.org>
22531
22532 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22533 memory at address 0.
22534
fe11a27f
MC
225352004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22536
22537 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22538 to test for hp-ux assembler. Fix copyright years.
22539
60ad077b
AC
225402004-01-07 Andrew Cagney <cagney@redhat.com>
22541
22542 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22543
1c9b8f33
AC
225442004-01-07 Andrew Cagney <cagney@redhat.com>
22545
22546 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22547 when creating the read-only file. From analysis by Roland McGrath
22548 and Elena Zannoni.
22549
753ccc7a
MC
225502004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22551
22552 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22553
eca3e36b
MC
225542004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22555
22556 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22557 data pointers.
22558
f8d4bac4
MC
225592004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22560
22561 * gdb.cp/m-static.exp: Compile one source file at a time.
22562 Delete unused call to get_compiler_info.
22563
9b4e0f94
MC
225642004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22565
22566 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22567 * gdb.base/call-rt-st.exp: Likewise.
22568 * gdb.base/nodebug.exp: Likewise.
22569 * gdb.base/volatile.exp: Likewise.
22570 * gdb.cp/ref-types.exp: Likewise.
22571 * gdb.cp/templates.exp: Likewise.
22572
023c1024
MK
225732004-01-05 Mark Kettenis <kettenis@gnu.org>
22574
22575 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22576
19703c4a
MC
225772004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22578
22579 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22580 hppa*-hp-hpux*.
22581
18b67037
MK
225822004-01-04 Mark Kettenis <kettenis@gnu.org>
22583
ba6219c8
MK
22584 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22585 x86_64-*-*.
22586
18b67037
MK
22587 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22588 sparc64-*-* and sparc*-solaris2*.
22589
1bfbbb9d
MK
225902004-01-04 Mark Kettenis <kettenis@gnu.org>
22591
22592 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22593 return ${tests}" test. The ${tests} already mentions the
22594 filename.
22595
06846494
MC
225962004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22597
22598 * gdb.cp/local.exp: Accept gcc abi 2.
22599
3b0cb202
MC
226002004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22601
22602 * gdb.cp/templates.exp: Accept gcc abi 2.
22603
0643ec3f
MC
226042004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22605
22606 * lib/compiler.cc: Remove supports_template_debugging.
22607 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22608
d231d0b1
MC
226092004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22610
22611 * gdb.cp/namespace.exp: Accept gcc abi 2.
22612
44ffb27c
MC
226132004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22614
22615 * gdb.cp/method.exp: Accept gcc abi 2.
22616
184ad485
MC
226172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22618
22619 * gdb.cp/classes.exp: Generate identical results as old version.
22620 * gdb.cp/derivation.exp: Likewise.
22621 * gdb.cp/overload.exp: Likewise.
22622 * gdb.cp/virtfunc.exp: Likewise.
22623
116f09e7
MC
226242004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22625
22626 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22627 mysterious bug with sourceware version of expect.
22628
b1379776
MC
226292004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22630
22631 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22632 current versions of gcc, including gcc abi 2. Remove gratuitous
22633 restart of test program. Use gdb_test_multiple and gdb_test for
22634 all tests. Add patterns to xfail missing "const" in "const char *"
22635 and kfail PR gdb/1155.
22636
6b7a4c0e
MC
226372004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22638
22639 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22640 current versions of gcc, including gcc abi 2. Remove gratuitous
22641 restart of test program. Use gdb_test_multiple and gdb_test for
22642 all tests. Add patterns to kfail PR gdb/1498.
22643
51615d72
MC
226442003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22645
22646 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22647 current versions of gcc, including gcc abi 2. Use "breakpoint"
22648 and "continue" instead of restarting the target program. Use
22649 gdb_test_multiple and gdb_test for all tests.
22650
7b79a9d7
MK
226512004-01-01 Mark Kettenis <kettenis@gnu.org>
22652
22653 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22654 for *-*-solaris2*.
22655
1cd3489f
MC
226562003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22657
22658 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22659 current versions of gcc, including gcc abi 2. Use "breakpoint"
22660 and "continue" instead of restarting the target program several
22661 times. Use gdb_test_multiple and gdb_test for all tests.
22662
850742db
MC
226632003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22664
22665 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22666 source files.
22667
eb4bbda8
MC
226682003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22669
22670 * gdb.base/environ.exp: Handle compiling test case from multiple
22671 source files.
22672
e42c7771
MC
226732003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22674
22675 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22676
80e4b428
JB
226772003-12-17 Jim Blandy <jimb@redhat.com>
22678
5f06973a
JB
22679 * gdb.base/freebpcmd.c: Add copyright notice.
22680
80e4b428
JB
22681 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22682
0ab84fb7
MC
226832003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22684
22685 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22686
1b3bb3d0
JB
226872003-12-13 Jim Blandy <jimb@redhat.com>
22688
22689 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22690
3a4c9371
KB
226912003-12-12 Kevin Buettner <kevinb@redhat.com>
22692
22693 * gdb.asm/frv.inc: New file.
22694 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22695
a1dea79a
FF
226962003-12-09 Fred Fish <fnf@redhat.com>
22697
22698 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22699 functions to break1.c and leave prototypes behind. Add more
22700 "set breakpoint NN here" comments.
22701 * gdb.base/break1.c: New file.
22702
22703 * gdb.base/break.exp: Handle compiling test case from multiple
22704 source files and change source file references as needed.
22705 * gdb.base/completion.exp: Ditto.
22706 * gdb.base/condbreak.exp: Ditto.
22707 * gdb.base/define.exp: Ditto.
22708 * gdb.base/ena-dis-br.exp: Ditto.
22709 * gdb.base/info-proc.exp: Ditto.
22710 * gdb.base/maint.exp: Ditto.
22711 * gdb.base/until.exp: Ditto.
22712
22713 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22714 hardcoded line numbers.
22715 * gdb.base/define.exp: Ditto.
22716 * gdb.base/ena-dis-br.exp: Ditto.
22717 * gdb.base/maint.exp: Ditto.
22718 * gdb.base/until.exp: Ditto.
22719
22720 * gdb.base/completion.exp: Use "break1" for completion tests since
22721 "break" is no longer a unique prefix.
22722
5266b69c
AC
227232003-12-06 Andrew Cagney <cagney@redhat.com>
22724
22725 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22726 "return_value_unimplemented". When an unimplemented struct return
22727 architecture, report incorrect values as a KFAIL
22728
374451f0
MC
227292003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22730
22731 * gdb.cp/rtti.exp: Accept new wording of warning from
22732 cp_lookup_rtti_type.
22733
ba9b20a7
MC
227342003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22735
22736 Partial fix for PR testsuite/1456.
22737 * gdb.base/scope.exp (test_at_main): Replace references to
22738 gcc_compiled with calls to test_compiler_info.
22739 (test_at_foo): Likewise.
22740 (test_at_bar): Likewise.
22741
b74b6d0b
MC
227422003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22743
22744 Partial fix for PR testsuite/1456.
22745 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22746 to test_compiler_info.
22747
ccfa3402
MC
227482003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22749
22750 * gdb.base/so-impl-ld.exp: Update copyright notice.
22751
f6246aba
MC
227522003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22753
22754 Partial fix for PR testsuite/1456.
22755 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22756 to test_compiler_info.
22757
13ae734a
MC
227582003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22759
22760 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22761 from current versions of gdb. Clean up regular expressions.
22762 Delete redundant timeout case.
22763
d8e1cdee
MC
227642003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22765
22766 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22767 from current versions of gdb. Clean up regular expressions.
22768 Delete redundant timeout case.
22769
96457b64
MC
227702003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22771
22772 Partial fix for PR testsuite/1456.
22773 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22774 gcc_compiled with call to test_compiler_info.
22775
f35309fc
MC
227762003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22777
22778 Partial fix for PR testsuite/1456.
22779 * gdb.base/list.exp (test_list_function): Delete unused declaration
22780 of gcc_compiled.
22781
d7afdf9b
MC
227822003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22783
22784 Partial fix for PR testsuite/1456.
22785 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22786 call to test_compiler_info.
22787
71507b56
MK
227882003-11-29 Mark Kettenis <kettenis@gnu.org>
22789
22790 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22791 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22792 it to create the appropriate note.inc.
22793 * gdb.asm/asmsrc1.s: Include "note.inc".
22794 * gdb.asm/netbsd.inc: New file.
22795 * gdb.asm/empty.inc: New file.
22796
f81f93f7
MC
227972003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22798
22799 Partial fix for PR testsuite/1456.
22800 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22801 calls to test_compiler_info.
22802
9a77938e
MC
228032003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22804
22805 Partial fix for PR testsuite/1456.
22806 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22807 calls to test_compiler_info.
22808
e8367dc7
MK
228092003-11-27 Mark Kettenis <kettenis@gnu.org>
22810
22811 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22812 pattern for the KFAILs.
22813
526c61ee
AF
228142003-11-25 Adam Fedor <fedor@gnu.org>
22815
22816 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22817 * gdb.objc/objcdecode.m: New file.
22818
28f2d600
AF
228192003-11-25 Adam Fedor <fedor@gnu.org>
22820
22821 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22822 * gdb.objc/nondebug.m: New file.
22823
a3895cee
BE
228242003-11-26 Ben Elliston <bje@wasabisystems.com>
22825
22826 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22827 NetBSD as it does on FreeBSD. Modelled on a similar change by
22828 Mark Kettenis on 2003-05-30.
22829 (link-flags): Set to "--entry _start" regardless of target.
22830 Special linker flags are to be appended to $link-flags.
22831 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22832
c9f2c8a3
MC
228332003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22834
22835 * gdb.cp/method.exp: Accept output of new demangler.
22836
15a0587a 228372003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22838
22839 * gdb/class2.exp: New file.
22840 * gdb/class2.cc: New file.
22841
3c00b570
MC
228422003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22843
22844 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22845 of new demangler.
22846
7027acc7
MK
228472003-11-23 Mark Kettenis <kettenis@gnu.org>
22848
22849 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22850 of gdb_test "run".
22851
b0e1598a
MK
228522003-11-23 Mark Kettenis <kettenis@gnu.org>
22853
22854 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22855 "continue" into "run".
22856
4d9eda44
MC
228572003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22858
22859 Partial fix for PR testsuite/1456.
22860 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22861 call to test_compiler_info.
22862 * gdb.cp/ctti.exp: Likewise.
22863 * gdb.cp/derivation.exp: Likewise.
22864 * gdb.cp/member-ptr.exp: Likewise.
22865 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22866 reference to gcc_compiled.
22867
228682003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22869
22870 Fix PR testsuite/1463.
22871 * gdb.base/structs.exp (start_structs_test): Call
22872 get_debug_format before using the debug format.
22873
d422fe19
AC
228742003-11-22 Andrew Cagney <cagney@redhat.com>
22875
22876 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22877 * gdb.base/structs.exp: Use gdb_test_multiple.
22878
039cf96d
AC
228792003-11-20 Andrew Cagney <cagney@redhat.com>
22880
6882279b
AC
22881 * gdb.base/structs.exp: Handle and recover from internal errors.
22882 Replace "foo${n}" with "foo<n>" in test messages.
22883
e53890ae
AC
22884 * gdb.base/structs.exp: Update copyright. Rewrite.
22885 * gdb.base/structs.c: Update copyright. Rewrite.
22886
2b211c59
AC
22887 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22888 resync count exceeded.
d63a86f8 22889
039cf96d
AC
22890 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22891 from the internal error.
22892 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22893 Original from Jim Blandy.
22894 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22895
eac98b22
AC
228962003-11-19 Andrew Cagney <cagney@redhat.com>
22897
22898 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22899 KFAIL.
22900
67455b2a
MK
229012003-11-17 Mark Kettenis <kettenis@gnu.org>
22902
22903 New testcase for PR backtrace/1435.
22904 * gdb.arch/i386-unwind.exp: New file.
22905 * gdb.arch/i386-unwind.c: New file.
22906
853d6e5b
AC
229072003-11-17 Andrew Cagney <cagney@redhat.com>
22908
22909 * lib/gdb.exp (compiler_info): New global.
22910 (test_compiler_info): New function.
22911 (get_compiler_info): Set compiler_info.
22912 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22913 "compiler_info" to gcc-<major>-<minor>.
22914
38cf6e11
MC
229152003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22916
22917 * gdb.trace/configure: Remove.
22918
a50d3602
EZ
229192003-11-13 Elena Zannoni <ezannoni@redhat.com>
22920
22921 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22922 breakpoints.
a50d3602
EZ
22923 * gdb.base/break.exp: Remove all references to explicit line
22924 numbers.
22925
d9407aaa
NC
229262003-11-11 Nick Clifton <nickc@redhat.com>
22927
22928 * gdb.base/shreloc.exp: Do not run for targets which do not
22929 support shared objects.
22930
db488fc1
CV
229312003-11-10 Corinna Vinschen <vinschen@redhat.com>
22932
22933 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22934 Don't run tests if nofileio flag is given.
22935
6a90a18e
EZ
229362003-11-07 Elena Zannoni <ezannoni@redhat.com>
22937
22938 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22939 as well as 'Watchpoint'.
6a90a18e 22940
0b915e9c
EZ
229412003-11-06 Elena Zannoni <ezannoni@redhat.com>
22942
22943 Reported by Jim Ingham <jingham@apple.com>:
22944 * gdb.base/annota1.exp: Match at least one occurrence of the
22945 signal handler annotation.
22946
d7e4b55f
EZ
229472003-11-06 Elena Zannoni <ezannoni@redhat.com>
22948
a9c64011
AS
22949 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22950 as well as 'Watchpoint'.
d7e4b55f 22951
2fe4e8d0
MC
229522003-11-05 Michael Chastain <mec@shout.net>
22953
22954 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22955
6ef88553
KW
229562003-11-03 Kris Warkentin <kewarken@qnx.com>
22957
22958 * gdb.arch/gdb1291.c: New test file.
22959 * gdb.arch/gdb1291.exp: New test script.
22960 * gdb.arch/gdb1431.c: New test file.
22961 * gdb.arch/gdb1431.exp: New test script.
22962
ae7dc4d8
MC
229632003-10-22 Michael Chastain <mec@shout.net>
22964
22965 * gdb.mi/pthreads.c: Add copyright notice.
22966
c39d7427
MC
229672003-10-22 Michael Chastain <mec@shout.net>
22968
22969 * gdb.threads/pthreads.c: Add copyright notice.
22970
8b7d96c1
MC
229712003-10-20 Michael Chastain <mec@shout.net>
22972
22973 * gdb.base/gdb1056.exp: New test script.
22974
d1d69fdd
DJ
229752003-10-13 Daniel Jacobowitz <drow@mvista.com>
22976
22977 * gdb.threads/killed.exp: Use gdb_run_cmd.
22978
7d605576
DJ
229792003-10-13 Daniel Jacobowitz <drow@mvista.com>
22980
22981 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22982 create a core file.
22983 * gdb.threads/gcore-thread.exp: Likewise.
22984
618ec112
CV
229852003-10-13 Corinna Vinschen <vinschen@redhat.com>
22986
22987 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22988 type, based on char type.
22989 (struct bit_flags_short_t): New bitfield type, based on short type.
22990 (init_bit_flags_char): New fuction.
22991 (init_bit_flags_short): Ditto.
22992 (print_bit_flags_char): Ditto.
22993 (print_bit_flags_short): Ditto.
22994 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22995
9367a73c
MC
229962003-10-11 Michael Chastain <mec@shout.net>
22997
22998 * gdb.base/call-rt-st.exp: Update copyright year.
22999
1decf120
KI
230002003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23001
23002 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23003 * gdb.disasm/sh3.s: Ditto.
23004
5445b2ae
DJ
230052003-10-07 Daniel Jacobowitz <drow@mvista.com>
23006
23007 * gdb.threads/switch-threads.exp: New test.
23008 * gdb.threads/switch-threads.c: New source file.
23009
aec24853
CV
230102003-10-07 Corinna Vinschen <vinschen@redhat.com>
23011
23012 * gdb.base/ending-run.exp: Add sh specific case.
23013
adc7428d
AC
230142003-10-06 Andrew Cagney <cagney@redhat.com>
23015
23016 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23017 * gdb.disasm/mn10200.exp: Delete obsolete file.
23018
c9d37158
DJ
230192003-09-29 Daniel Jacobowitz <drow@mvista.com>
23020
23021 * ChangeLog: Correct an entry command.exp -> commands.exp.
23022 * gdb.base/commands.exp (bp_deleted_in_command_test)
23023 (temporary_breakpoint_commands): Check noargs.
23024
79c2c32d
DC
230252003-09-25 David Carlton <carlton@kealia.com>
23026
23027 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23028 of some print tests, where appropriate. Add tests for C::D::cd,
23029 E::ce, F::cXfX, G::XgX.
23030 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23031
594e6d67
RE
230322003-09-25 Richard Earnshaw <rearnsha@arm.com>
23033
23034 * lib/java.exp (java_init): Import target_alias before using it.
23035
10f0d451
DC
230362003-09-25 David Carlton <carlton@kealia.com>
23037
23038 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23039
274bcba0
EZ
230402003-09-23 Elena Zannoni <ezannoni@redhat.com>
23041
d63a86f8 23042 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23043 weirdness.
274bcba0 23044
cdbf20f7
MC
230452003-09-17 Michael Chastain <mec@shout.net>
23046
23047 * gdb.cp/gdb1355.exp: New file.
23048 * gdb.cp/gdb1355.c: New file.
23049
71e06f80
CV
230502003-09-15 Corinna Vinschen <vinschen@redhat.com>
23051
23052 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23053 * gdb.asm/sh.inc: New file.
23054
5c4e30ca
DC
230552003-09-11 David Carlton <carlton@kealia.com>
23056
bd45b7af
DC
23057 * gdb.cp/namespace.exp: Add tests for namespace types.
23058 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23059 (test_namespace): New.
23060
1c199746
EZ
230612003-09-11 Elena Zannoni <ezannoni@redhat.com>
23062
a9c64011 23063 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23064 * gdb.stabs/weird.exp: Ditto.
1c199746 23065
04ed252f
MC
230662003-09-08 Michael Chastain <mec@shout.net>
23067
23068 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23069
d8a2d9e7
MC
230702003-09-07 Michael Chastain <mec@shout.net>
23071
23072 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23073 'parse error'.
23074
161afb24
MK
230752003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23076
23077 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23078
49f2741a
MC
230792003-08-30 Michael Chastain <mec@shout.net>
23080
23081 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23082 * gdb.gdb/observer.exp: Ditto.
23083 * gdb.gdb/xfullpath.exp: Ditto.
23084
8afa723e
MK
230852003-08-29 Mark Kettenis <kettenis@gnu.org>
23086
23087 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23088 *-*-*bsd*.
23089
f31dfe3b
JJ
230902003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23091
23092 * gdb.base/dump.exp: Skip for ia64.
23093
4630e498
JJ
230942003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23095
23096 * gdb.asm/asm-source.exp: Add ia64 support.
23097 * gdb.asm/ia64.inc: New file.
23098
1105b7ef
MC
230992003-08-22 Michael Chastain <mec@shout.net>
23100
23101 * gdb.cp: New directory.
23102 * gdb.cp/*: Copy from gdb.c++/*.
23103 * gdb.c++/*: Remove.
23104 * Makefile.in: Change gdb.c++ to gdb.cp.
23105 * configure.in: Ditto.
23106 * configure: Regnerate.
23107
c945b932
MK
231082003-08-18 Mark Kettenis <kettenis@gnu.org>
23109
23110 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23111 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23112
2b66634b
DJ
231132003-08-17 Daniel Jacobowitz <drow@mvista.com>
23114
23115 * mi-var-display.exp (-var-list-children weird): Accept function
23116 pointers with argument types.
23117 * mi1-var-display.exp (-var-list-children weird): Likewise.
23118 * mi2-var-display.exp (-var-list-children weird): Likewise.
23119
a356f73b
DJ
231202003-08-17 Daniel Jacobowitz <drow@mvista.com>
23121
23122 * gdb.base/annota3.exp: Add missing newline.
23123
483417b8
MC
231242003-08-06 Michael Chastain <mec@shout.net>
23125
23126 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23127
c99c59c3
MS
231282003-08-12 Michael Snyder <msnyder@redhat.com>
23129
23130 * gdb.base/float.exp: Add test for SH.
23131
55ed7501
MK
231322003-08-10 Mark Kettenis <kettenis@gnu.org>
23133
23134 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23135
1a371f2e
EZ
231362003-08-07 Elena Zannoni <ezannoni@redhat.com>
23137
23138 * gdb.base/completion.exp: Remove reduntant completion test
23139 on filename.
23140
e0f353ce
EZ
231412003-08-07 Elena Zannoni <ezannoni@redhat.com>
23142
a9c64011
AS
23143 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23144 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23145 gdb.trace/save-trace.exp: Make sure that full pathnames are
23146 escaped correctly.
e0f353ce 23147
5710a1af 231482003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23149
a9c64011
AS
23150 * configure.in: Don't generate config.h from config.hin.
23151 * configure: Regenerate.
23152 * config.hin: Remove file.
23153 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23154 * gdb.threads/pthreads.c: Ditto.
5710a1af 23155
dcd81ce9
DJ
231562003-08-07 Daniel Jacobowitz <drow@mvista.com>
23157
23158 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23159 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23160 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23161 Replace ld24 with seth/add3.
23162
6009d884
AC
231632003-08-02 Andrew Cagney <cagney@redhat.com>
23164
23165 * gdb.base/annota3.exp: New file.
23166 * gdb.base/annota3.c: New file.
23167 * gdb.c++/annota3.exp: New file.
23168 * gdb.c++/annota3.cc: New file.
23169
51514e06
MC
231702003-07-29 Michael Chastain <mec@shout.net>
23171
23172 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23173 actually failed.
23174 (do_pass): Likewise.
23175 * gdb.threads/tls.exp: Always initialize no_of_threads.
23176
4ee6625b
DJ
231772003-07-27 Daniel Jacobowitz <drow@mvista.com>
23178
23179 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23180 pattern.
23181 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23182 * gdb.threads/tls.exp: Recognize one case of the host library not
23183 supporting TLS.
23184
225f2bf6
AC
231852003-07-27 Andrew Cagney <cagney@redhat.com>
23186
23187 * gdb.base/fileio.exp: Use SH when running commands using
23188 remote_exec.
23189
bcb27c9f
DJ
231902003-07-24 Daniel Jacobowitz <drow@mvista.com>
23191
23192 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23193 * gdb.base/relocate.c (dummy): New padding array.
23194
3d67be83
MS
231952003-07-22 Michael Snyder <msnyder@redhat.com>
23196
d63a86f8 23197 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23198
23199 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23200 patterns to be more general, accepting old and new output.
23201 Some output chars (such as '+') also must be quoted.
d63a86f8 23202 Some addresses are displayed numerically instead of
3d67be83
MS
23203 symbolically.
23204
57ba3b85
MS
232052003-07-23 Michael Snyder <msnyder@redhat.com>
23206
686d097c
MS
23207 * gdb.base/return2.exp: Don't test long-long return.
23208
57ba3b85
MS
23209 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23210 * gdb.disasm/t01_mov.exp: Ditto.
23211 * gdb.disasm/t02_mova.s: Ditto.
23212 * gdb.disasm/t02_mova.exp: Ditto.
23213 * gdb.disasm/t03_add.s: Ditto.
23214 * gdb.disasm/t03_add.exp: Ditto.
23215 * gdb.disasm/t04_sub.s: Ditto.
23216 * gdb.disasm/t04_sub.exp: Ditto.
23217 * gdb.disasm/t05_cmp.s: Ditto.
23218 * gdb.disasm/t05_cmp.exp: Ditto.
23219 * gdb.disasm/t06_ari2.s: Ditto.
23220 * gdb.disasm/t06_ari2.exp: Ditto.
23221 * gdb.disasm/t07_ari3.s: Ditto.
23222 * gdb.disasm/t07_ari3.exp: Ditto.
23223 * gdb.disasm/t08_or.s: Ditto.
23224 * gdb.disasm/t08_or.exp: Ditto.
23225 * gdb.disasm/t09_xor.s: Ditto.
23226 * gdb.disasm/t09_xor.exp: Ditto.
23227 * gdb.disasm/t10_and.s: Ditto.
23228 * gdb.disasm/t10_and.exp: Ditto.
23229 * gdb.disasm/t11_logs.s: Ditto.
23230 * gdb.disasm/t11_logs.exp: Ditto.
23231 * gdb.disasm/t12_bit.s: Ditto.
23232 * gdb.disasm/t12_bit.exp: Ditto.
23233 * gdb.disasm/t13_otr.s: Ditto.
23234 * gdb.disasm/t13_otr.exp: Ditto.
23235
e00759ef
EZ
232362003-07-22 Elena Zannoni <ezannoni@redhat.com>
23237
23238 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23239
8bc2021f
EZ
232402003-07-22 Elena Zannoni <ezannoni@redhat.com>
23241
a9c64011
AS
23242 * gdb.threads/tls.c : New file.
23243 * gdb.threads/tls.exp : New file.
23244 * gdb.threads/tls-main.c : New file.
23245 * gdb.threads/tls-shared.c : New file.
23246 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23247
89320c4c
AS
232482003-07-22 Andreas Schwab <schwab@suse.de>
23249
23250 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23251
180dea7c
AS
232522003-07-20 Andreas Schwab <schwab@suse.de>
23253
23254 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23255 due to insn reordering.
23256
0714963c
AC
232572003-07-15 Andrew Cagney <cagney@redhat.com>
23258
23259 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23260
98a23b3f
MC
232612003-07-15 Michael Chastain <mec@shout.net>
23262
23263 * gdb.base/gdb1250.exp: New file.
23264 * gdb.base/gdb1250.c: New file.
23265
27e417a2
ML
232662003-07-09 Michal Ludvig <mludvig@suse.cz>
23267
23268 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23269 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23270
8bc2021f
EZ
232712003-07-09 Elena Zannoni <ezannoni@redhat.com>
23272
a9c64011
AS
23273 * gdb.threads/tls.c: New file.
23274 * gdb.threads/tls.exp: New file.
23275 * gdb.threads/tls-main.c: New file.
23276 * gdb.threads/tls-shared.c: New file.
23277 * gdb.threads/tls-shared.exp: New file.
8bc2021f 23278
d99968dc
EZ
232792003-07-09 Elena Zannoni <ezannoni@redhat.com>
23280
23281 * gdb.base/annota1.exp: Make sure that we properly escape the
23282 full path of the source file. Xfail more permissive patterns,
d63a86f8 23283 due to a compiler debug info problem.
d99968dc 23284
83876b3b
AS
232852003-07-07 Andreas Schwab <schwab@suse.de>
23286
2705e972
AS
23287 * gdb.asm/m68k.inc: New file.
23288 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23289
83876b3b
AS
23290 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23291 arguments"): Also match negative number.
23292
23293 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23294
3a871b37
DJ
232952003-07-03 Daniel Jacobowitz <drow@mvista.com>
23296
23297 * gdb.base/store.c (charest): New typedef.
23298 (add_char): Rename to add_charest, update.
23299 (wack_char): Rename to wack_charest, update types. Return l + r
23300 to keep r live across the call.
23301 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23302 (wack_double, wack_doublest): Return l + r to keep r live across
23303 the call.
23304 * gdb.base/store.exp: Accomodate store.c changes.
23305
b2a7f303
DC
233062003-06-30 David Carlton <carlton@kealia.com>
23307
23308 * gdb.c++/maint.exp (test_invalid_name): New.
23309 (test_first_component): Add tests for invalid names.
23310
3c6cb4a1
MC
233112003-06-29 Michael Chastain <mec@shout.net>
23312
23313 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23314 output of '<VTT for class>' for virtual base classes.
23315
f1c2644b
DJ
233162003-06-29 Daniel Jacobowitz <drow@mvista.com>
23317
23318 * gdb.base/completion.exp: Tab-complete "complet" instead of
23319 "compl".
23320 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23321
18080350
DJ
233222003-06-29 Daniel Jacobowitz <drow@mvista.com>
23323
23324 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23325 * gdb.base/volatile.exp: Likewise.
23326
f56973f8
DJ
233272003-06-29 Daniel Jacobowitz <drow@mvista.com>
23328
23329 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23330 gdb/1265.
23331
233322003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
23333 Daniel Jacobowitz <drow@mvista.com>
23334
23335 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23336 initial line count of 'captured_main' from 26 to 32.
23337 (test_with_self): Allow xmalloc call to be interleaved with the
23338 preceding two lines.
23339
e766d4d6
JB
233402003-06-24 Joel Brobecker <brobecker@gnat.com>
23341
23342 * gdb.base/bang.exp: New testcase.
23343
f125c9a4
JB
233442003-06-23 Joel Brobecker <brobecker@gnat.com>
23345
23346 * gdb.base/langs.exp: Add some tests for the "minimal" language
23347 support.
23348
6e25beaf
EZ
233492003-06-23 Elena Zannoni <ezannoni@redhat.com>
23350
23351 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23352 the testcase.
23353
2f816dda
DJ
233542003-06-22 Daniel Jacobowitz <drow@mvista.com>
23355
23356 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23357 offset.
23358
db5a5748
DJ
233592003-06-22 Daniel Jacobowitz <drow@mvista.com>
23360
23361 * gdb.c++/pr-1210.cc: New file.
23362 * gdb.c++/pr-1210.exp: New file.
23363
1df0c130
DJ
233642003-06-21 Daniel Jacobowitz <drow@mvista.com>
23365
23366 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23367 000-exec-continue.
23368
a92feac0
MK
233692003-06-15 Mark Kettenis <kettenis@gnu.org>
23370
23371 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23372 on *-*-*bsd* instead of *-*-freebsd*.
23373
81a58f5b
AC
233742003-06-14 Andrew Cagney <cagney@redhat.com>
23375
23376 * gdb.base/store.exp: Test longest and doublest. Test all
23377 parameters. Weaken return statement match.
23378 * gdb.base/store.c: Add longest and doublest - aka long long and
23379 long double functions. Put all parameters into local register
23380 variables. Use negative values.
23381
b257a0d3
AC
233822003-06-14 Andrew Cagney <cagney@redhat.com>
23383
23384 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23385 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23386 exit status.
23387 * gdb.base/fileio.exp: Disable target when nointerrupts and
23388 noinferiorio, instead of limiting it to remote. Use remote_exec
23389 instead of system.
d63a86f8 23390
21c38304
JJ
233912003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23392
23393 * gdb.base/float.exp: Add ia64 support.
23394
1bcdb424
CV
233952003-06-12 Corinna Vinschen <vinschen@redhat.com>
23396
23397 * gdb.base/fileio.exp: Run only on remote targets.
23398
6aeb981f
CV
233992003-06-10 Corinna Vinschen <vinschen@redhat.com>
23400
23401 * gdb.base/fileio.c: New file, testing File-I/O.
23402 * gdb.base/fileio.exp: Ditto.
23403
53df362e
RG
234042003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23405
23406 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23407 shared objects after relocation at load time (gdb PR/1132).
23408 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 23409 as above, part of the shared object relocation test.
53df362e 23410
ffee1b46
MK
234112003-06-08 Mark Kettenis <kettenis@gnu.org>
23412
b5ca3722
MK
23413 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23414 fully filled history list.
23415 * gdb.base/gdb_history: New file.
23416
03ed860d
MK
23417 * gdb.base/signals.exp: XFAIL "continue to func1" on
23418 i*86-*-freebsd*.
23419
ffee1b46
MK
23420 * gdb.base/attach.exp: When trying to attach to a nonexistent
23421 process, make it possible to specify the PID based on the target,
23422 and do so for *-*-freebsd*.
23423
d80dbb52
RH
234242003-06-02 Richard Henderson <rth@redhat.com>
23425
23426 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23427
6dd77b81
RH
234282003-06-02 Richard Henderson <rth@redhat.com>
23429
23430 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23431
f6347e16
RH
234322003-06-02 Richard Henderson <rth@redhat.com>
23433
23434 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23435
2c161407
DJ
234362003-06-01 Daniel Jacobowitz <drow@mvista.com>
23437
23438 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23439 of globalvar.
23440
572eb746
MK
234412003-06-01 Mark Kettenis <kettenis@gnu.org>
23442
23443 * gdb.asm/asm-source.exp: Check for memory read errors in
23444 disassembler test on *BSD too.
23445
9e9617a5
RH
234462003-06-01 Richard Henderson <rth@redhat.com>
23447
23448 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23449 for .frame.
23450 (gdbasm_call): Lose ldgp.
23451 (gdbasm_startup): Add frame information.
23452 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23453
7b34ad4e
MK
234542003-05-31 Mark Kettenis <kettenis@gnu.org>
23455
23456 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23457 i?86-*-*.
23458
10059fdf
MK
234592003-05-30 Mark Kettenis <kettenis@gnu.org>
23460
23461 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23462 FreeBSD.
23463
acf4b816
RH
234642003-05-29 Richard Henderson <rth@redhat.com>
23465
23466 * gdb.asm/alpha.inc: New file.
23467 * gdb.asm/asm-source.exp: Use it.
23468
e9ecd949
JB
234692003-05-29 Jim Blandy <jimb@redhat.com>
23470
23471 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23472 'core.PID'.
23473
e3e5a4f3
JB
234742003-05-22 Jim Blandy <jimb@redhat.com>
23475
23476 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23477 backtrace.
d63a86f8 23478
72fe3d25
DC
234792003-05-20 David Carlton <carlton@math.stanford.edu>
23480
23481 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23482 this time.
23483
58da2eb2
DC
234842003-05-19 David Carlton <carlton@bactrian.org>
23485
23486 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23487 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23488
1fcb5155
DC
234892003-05-19 David Carlton <carlton@bactrian.org>
23490
23491 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23492 namespace tests.
23493 Bump copyright date.
23494 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23495 (main): Call C::D::marker2.
23496 * gdb.c++/namespace1.cc: New file.
23497
85e85163
JJ
234982003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23499
23500 Roland McGrath <roland@redhat.com>
d63a86f8 23501 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23502 there is no manager thread.
23503
a25fbfec
JJ
235042003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23505
d63a86f8
RM
23506 * gdb.threads/schedlock.exp: Remove assumption that all threads
23507 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23508 in one of the child threads rather than the main thread.
23509
be375bae
JB
235102003-05-07 Jim Blandy <jimb@redhat.com>
23511
09bf6082
JB
23512 Add support for assembly source testing on the s390x.
23513 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23514 architecture.
23515 * gdb.asm/s390x.inc: New file.
23516
be375bae
JB
23517 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23518 succession of 'if' statements.
23519
00905d52
AC
235202003-05-05 Andrew Cagney <cagney@redhat.com>
23521
23522 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23523
b1e29e33
AC
235242003-05-05 Andrew Cagney <cagney@redhat.com>
23525
23526 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23527 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23528
e33d66ec
EZ
235292003-05-02 Elena Zannoni <ezannoni@redhat.com>
23530
23531 * gdb.base/charset.exp: Update based on new behavior of set/show
23532 charset commands.
23533
2b6fd0d8
AC
235342003-05-01 Andrew Cagney <cagney@redhat.com>
23535
23536 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23537 variable do not give memory errors.
23538
130cacce
AF
235392003-04-30 Adam Fedor <fedor@gnu.org>
23540
23541 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23542 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23543 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23544 gdb.objc/basicclass.m: : New files
23545
23546 * lib/gdb.exp (gdb_compile_objc): New procedure.
23547
bea71854
DJ
235482003-04-27 Daniel Jacobowitz <drow@mvista.com>
23549
23550 * gdb.base/signals.exp: Make backtrace tests more specific.
23551
0f20eeea
DC
235522003-04-23 David Carlton <carlton@bactrian.org>
23553
23554 * gdb.c++/maint.exp (test_first_component): Add tests for
23555 'operator' in more locations.
23556
c8c4d8dc
KB
235572003-04-16 Kevin Buettner <kevinb@redhat.com>
23558
23559 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23560
3fe60e3c
EZ
235612003-04-16 Elena Zannoni <ezannoni@redhat.com>
23562
23563 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23564 func marke' instead. Update test name.
3fe60e3c 23565
9219021c
DC
235662003-04-15 David Carlton <carlton@math.stanford.edu>
23567
23568 * gdb.c++/maint.exp: New file.
23569
5dd55bdd
EZ
235702003-04-14 Elena Zannoni <ezannoni@redhat.com>
23571
23572 * gdb.threads/schedlock.c: Change type of thread function argument
23573 to long, to avoid warnings on 64-bit platforms.
23574
00890572
EZ
235752003-04-14 Elena Zannoni <ezannoni@redhat.com>
23576
a9c64011
AS
23577 * gdb.base/attach.exp: Add new message from ptrace in case of
23578 attaching to nonexistent process.
d63a86f8 23579
93201743
JB
235802003-04-11 Jim Blandy <jimb@redhat.com>
23581
23582 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23583 gdb.c++/userdef.cc: Place comments on the lines to which the
23584 marker function might return.
23585 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23586 gdb.c++/userdef.exp: Look for those comments to check that we've
23587 returned to the right place, instead of checking line numbers.
23588
2a11c64d
EZ
235892003-04-11 Elena Zannoni <ezannoni@redhat.com>
23590
a9c64011
AS
23591 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23592 match on sourcefile name, instead of directory name.
2a11c64d 23593
68ab8fc5
EZ
235942003-04-10 Elena Zannoni <ezannoni@redhat.com>
23595
d63a86f8 23596 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23597 working directory name.
23598
5624293a
JB
235992003-04-09 Jim Blandy <jimb@redhat.com>
23600
23601 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23602 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23603 after an inferior function call, report the failure, but allow the
23604 test to continue.
23605
f1f02ee4
SC
236062003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23607
23608 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23609 with -DPROTOTYPES.
23610
6eb79af0
SC
236112003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23612
23613 * gdb.base/break.exp: Revert last patch.
23614
8dfb4cf0
SC
236152003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23616
23617 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23618 with -DPROTOTYPES.
23619
ed4c619a
AC
236202003-04-02 Andrew Cagney <cagney@redhat.com>
23621
23622 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23623 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23624 matching directories by the name breakpoint.
23625 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23626 Make "continue to marker1" consistent.
23627 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23628 message consistent.
23629 * lib/gdb.exp: Put "the program is no longer running", and "the
23630 program exited" in parenthesis.
23631 * lib/mi-support.exp: Ditto.
d63a86f8 23632
4e35d5f0 236332003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23634
4e35d5f0
BR
23635 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23636
71900fe8
AC
236372003-03-29 Andrew Cagney <cagney@redhat.com>
23638
23639 * gdb.base/sizeof.c (main): Print the value of '\377'.
23640 * gdb.base/sizeof.exp: Check the sign of '\377'.
23641
c0655a16
MC
236422003-03-27 Michael Chastain <mec@shout.net>
23643
23644 * gdb.base/gdb1090.exp: New file.
23645 * gdb.base/gdb1090.cc: New file.
23646
5b2a3989
JB
236472003-03-27 J. Brobecker <brobecker@gnat.com>
23648
23649 * gdb.gdb/observer.exp: New regression test.
23650
79876890
MC
236512003-03-27 Michael Chastain <mec@shout.net>
23652
23653 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23654 * gdb.base/ptype.exp: Likewise.
23655
6eac95e3
CV
236562003-03-27 Corinna Vinschen <vinschen@redhat.com>
23657
23658 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23659
e8c71839
MC
236602003-03-26 Michael Chastain <mec@shout.net>
23661
23662 * gdb.base/ptype.exp: Actually use some typedef'd types.
23663
71b10041
SC
236642003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23665
23666 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23667 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23668
2512cf80
CV
236692003-03-20 Corinna Vinschen <vinschen@redhat.com>
23670
23671 * gdb.base/default.exp: Fix regular expression.
23672
0d195a4f
CV
236732003-03-20 Corinna Vinschen <vinschen@redhat.com>
23674
23675 * gdb.base/args.exp: Fix regular expression.
23676
8a2dbca8
CV
236772003-03-20 Corinna Vinschen <vinschen@redhat.com>
23678
23679 * gdb.base/help.exp: Allow Win32 child process.
23680
bf028682
CV
236812003-03-20 Corinna Vinschen <vinschen@redhat.com>
23682
23683 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23684 when stepping out of main().
23685
182dbe85
CV
236862003-03-20 Corinna Vinschen <vinschen@redhat.com>
23687
23688 * gdb.base/default.exp: Check for win32 specific message when calling
23689 "run" without executable.
23690
d67a6ba5
CV
236912003-03-20 Corinna Vinschen <vinschen@redhat.com>
23692
23693 * gdb.base/args.exp: Expect .exe in output.
23694
a955b5bb
CV
236952003-03-20 Corinna Vinschen <vinschen@redhat.com>
23696
23697 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23698 Cygwin native.
23699
bf6bad4b
AC
237002003-03-17 Andrew Cagney <cagney@redhat.com>
23701
23702 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23703 vector registes.
23704 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23705 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23706
293e9a31
DC
237072003-03-17 David Carlton <carlton@math.stanford.edu>
23708
23709 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23710 test, for PR breakpoints/38.
23711 Call test_watchpoint_and_breakpoint.
23712 * gdb.base/watchpoint.c (func3): New function.
23713 (main): Call func3.
23714
5330f2db
DC
237152003-03-04 David Carlton <carlton@math.stanford.edu>
23716
23717 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23718 Garply<Garply<char> >:: garply".
23719 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23720 with respect to PR c++/1111; note also PR c++/1113.
23721 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23722 respect to PR c++/1062.
23723 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23724
6ece72da
DC
237252003-03-03 David Carlton <carlton@math.stanford.edu>
23726
23727 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23728 with respect to PR c++/57.
23729 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23730 c++/826.
23731 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23732 respect to PR c++/57.
23733
85ca1584
DC
237342003-03-03 David Carlton <carlton@math.stanford.edu>
23735
23736 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23737 respect to PR c++/33 into FAILs.
23738
98e9c5b8
MC
237392003-03-03 Michael Chastain <mec@shout.net>
23740
7bedbf27
MC
23741 * configure.in: Update copyright years.
23742
237432003-03-03 Michael Chastain <mec@shout.net>
23744
23745 * Makefile.in: Update copyright years.
98e9c5b8 23746
f683e100
DC
237472003-02-28 David Carlton <carlton@math.stanford.edu>
23748
23749 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23750 print class instead of struct and/or superfluous protection
23751 specifiers, as long as the resulting output is equivalent to the
23752 source code.
23753 Delete FIXME from end of messages on tests that don't need
23754 fixing.
23755
a9e0cf2c
DC
237562003-02-28 David Carlton <carlton@math.stanford.edu>
23757
23758 * gdb.c++/templates.exp (do_tests): Allow const in the two
23759 Foo<volatile char *>::foo tests.
23760
e8d359df
MS
237612003-02-27 Michael Snyder <msnyder@redhat.com>
23762
d63a86f8 23763 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23764 will be consistant.
23765
0b71dc91
DC
237662003-02-26 David Carlton <carlton@math.stanford.edu>
23767
23768 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23769 char *>::foo" test with respect to PR c++/33. Create a new test
23770 which is identical to that one except that it doesn't put the
23771 space between the "char" and the "*"; KFAIL it, too.
23772
dd14ab43
DC
237732003-02-26 David Carlton <carlton@math.stanford.edu>
23774
23775 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23776 template types into either PASSes or KFAILs (corresponding to PR
23777 c++/57). Tweak indentation. Update copyright.
23778
1146c7f1
SC
237792003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23780
23781 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23782
74641dfb
MC
237832003-02-13 Michael Chastain <mec@shout.net>
23784
23785 * gdb.base/exprs.exp: Remove i960 remnants.
23786 * gdb.base/funcargs.exp: Likewise.
23787 * gdb.base/list.exp: Likewise.
23788 * gdb.base/ptype.exp: Likewise.
23789
559cd2d0
DC
237902003-02-14 David Carlton <carlton@math.stanford.edu>
23791
23792 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23793 pEe->D::vg()" from XFAIL to KFAIL.
23794
c4f90d87
JM
237952003-02-13 Jason Molenda (jmolenda@apple.com)
23796
23797 * gdb.base/maint.exp: Update maint print statistics regexp to include
23798 new entries.
23799
cbc4d97c
MC
238002003-02-13 Michael Chastain <mec@shout.net>
23801
23802 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23803
40f235b7
MC
238042003-02-12 Michael Chastain <mec@shout.net>
23805
23806 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23807 * gdb.c++/inherit.exp: Likewise.
23808 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23809 * gdb.c++/templates.exp: Likewise.
23810 * gdb.c++/virtfunc.exp: Likewise.
23811
c56716b0
JM
238122003-02-06 Jason Molenda (jason-cl@molenda.com)
23813
23814 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23815 why the code is written that way.
23816
070afcf8
MC
238172003-02-05 Michael Chastain <mec@shout.net>
23818
23819 * gdb.base/dump.exp: Add missing copyright line.
23820
5d0331e5
JM
238212003-02-05 Jason Molenda (jason-cl@molenda.com)
23822
f7ae6d3e 23823 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23824 at the beginning so the breakpoint doesn't get set on the loop.
23825
92851186
MC
238262003-02-05 Michael Chastain <mec@shout.net>
23827
23828 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23829 output for configurations with gcc 2.95.3.
23830
cbf1e085
AC
238312003-02-05 Keith Seitz <keiths@redhat.com>
23832 Andrew Cagney <ac131313@redhat.com>
23833
23834 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23835
29518e1e
MC
238362003-02-04 Michael Chastain <mec@shout.net>
23837
23838 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23839 Call perror and then continue.
23840
5af1d5f3
MC
238412003-02-03 Michael Chastain <mec@shout.net>
23842
23843 * gdb.c++/pr-1023.cc: New file.
23844 * gdb.c++/pr-1023.exp: New file.
23845
6b549786
JB
238462003-02-05 Jim Blandy <jimb@redhat.com>
23847
23848 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23849 it's local to foobar. Check for it there, and check that it's not
23850 present in main.
23851 * gdb.c++/local.cc (marker2): New function.
23852 (foobar): Call marker1.
23853 (main): Call marker2 instead of marker1.
23854
67f16606
AC
238552003-02-04 Andrew Cagney <ac131313@redhat.com>
23856
23857 * gdb.disasm/mn10200.exp: Obsolete file.
23858 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23859 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23860 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23861
1c5cb38e
DC
238622003-02-04 David Carlton <carlton@math.stanford.edu>
23863
23864 * gdb.c++/overload.exp: Test intToChar(1).
23865 * gdb.c++/overload.cc (intToChar): New.
23866 (main): Call intToChar.
23867
d1fe6965
DC
238682003-02-03 David Carlton <carlton@math.stanford.edu>
23869
23870 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23871 'might_kfail' arg.
23872 KFAIL some of the continue_to_bp_overloaded calls, according to
23873 PR c++/1025.
23874
9ba61c5d
MC
238752003-02-01 Michael Chastain <mec@shout.net>
23876
23877 * gdb.base/advance.c (marker1): New marker function.
23878 * gdb.base/advance.exp: When the 'advance' command lands on the
23879 return breakpoint, it can legitimately stop on either the
23880 current line or the next line. Accommodate both outcomes.
23881 * gdb.base/until.exp: Likewise.
23882
e7494ffb
AC
238832003-02-02 Andrew Cagney <ac131313@redhat.com>
23884
23885 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23886 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23887 now a list, not a tuple.
23888 * gdb.mi/mi-var-display.exp: Ditto.
23889 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23890
075559bc
AC
238912003-02-01 Andrew Cagney <ac131313@redhat.com>
23892
23893 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23894 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23895 stack backtraces.
23896 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23897
2bd4c7b1
MK
238982003-02-01 Mark Kettenis <kettenis@gnu.org>
23899
23900 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23901 gdb.mi/mi1-pthreads.exp: Return instead of calling
23902 gdb_suppress_entire_file.
23903
eabd8992
MS
239042003-02-01 Mark Salter <msalter@redhat.com>
23905
23906 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23907
71469e2f
MS
239082003-01-31 Mark Salter <msalter@redhat.com>
23909
23910 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23911 Support empty arg.
23912
38a94d44
MC
239132003-01-30 Michael Chastain <mec@shout.net>
23914
23915 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23916 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23917 has been fixed in gdb/readline on 2003-01-09.
23918
19ea9e73
MS
239192003-01-29 Michael Snyder <msnyder@redhat.com>
23920
e8d359df
MS
23921 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23922 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23923 * gdb.base/args.exp: Skip if target does not support args passing.
23924
2307bd6a
DJ
239252003-01-22 Daniel Jacobowitz <drow@mvista.com>
23926
19ea9e73 23927 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23928 gdb_test. Accept a list of expect arguments as the third
23929 parameter.
23930 (gdb_test): Use it.
23931
f2dd3617
EZ
239322003-01-20 Elena Zannoni <ezannoni@redhat.com>
23933
23934 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23935 allow for different test tree configurations. Update some
23936 tescases accordingly.
23937 * gdb.arch/altivec-regs.exp: Ditto.
23938 * gdb.asm/asm-source.exp: Ditto.
23939 * gdb.base/advance.exp: Ditto.
23940 * gdb.base/display.exp: Ditto.
d63a86f8 23941 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23942 * gdb.base/mips_pro.exp: Ditto.
23943 * gdb.base/overlays.exp: Ditto.
23944 * gdb.base/relocate.exp: Ditto.
23945 * gdb.base/setshow.exp: Ditto.
23946 * gdb.base/step-line.exp: Ditto.
23947 * gdb.base/step-test.exp: Ditto.
23948 * gdb.base/until.exp: Ditto.
23949 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23950
c71cdefd
DC
239512003-01-17 David Carlton <carlton@math.stanford.edu>
23952
23953 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23954 corresponding to PR c++/945.
23955 Update copyright.
23956
fdba05d7
DC
239572003-01-17 David Carlton <carlton@math.stanford.edu>
23958
23959 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23960 corresponding to PR c++/68.
23961
239622003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23963
23964 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23965 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23966 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23967
c362c33a
EZ
239682003-01-15 Elena Zannoni <ezannoni@redhat.com>
23969
0fbc361c
EZ
23970 * gdb.base/break.exp: Fix change of default location, because of
23971 removal of until tests.
23972 * gdb.base/help.exp: Update test for new 'until' help message.
23973 Add test for help on 'advance'.
a9c64011 23974 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23975
dabf8a35
MK
239762003-01-15 Mark Kettenis <kettenis@gnu.org>
23977
23978 * gdb.base/default.exp: Adapt "info float" test for recent changes
23979 to that command. Add test for "info vector".
23980 * gdb.base/float.exp: New file. Add test for "info float" that
23981 resembles the old test in gdb.base/default.exp.
23982
a1769aca
DC
239832003-01-15 David Carlton <carlton@math.stanford.edu>
23984
23985 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23986
82025e13
EZ
239872003-01-15 Elena Zannoni <ezannoni@redhat.com>
23988
23989 * gdb.base/break.exp: Move the tests of until command from here...
23990 * gdb.base/until.exp: ... to here. New file. Add other tests.
23991 * gdb.base/advance.c: New file.
23992 * gdb.base/advance.exp: New file.
23993
8f9ab801
EZ
239942003-01-14 Elena Zannoni <ezannoni@redhat.com>
23995
a9c64011
AS
23996 * gdb.base/args.c: New file.
23997 * gdb.base/args.exp: New file.
8f9ab801 23998
9ae66589
DJ
239992003-01-14 Daniel Jacobowitz <drow@mvista.com>
24000
24001 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24002
8d77e5c3
DJ
240032003-01-14 Daniel Jacobowitz <drow@mvista.com>
24004
24005 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24006
12d2f0a1
DJ
240072003-01-14 Daniel Jacobowitz <drow@mvista.com>
24008
24009 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24010 dates.
24011
6ca37014
DJ
240122003-01-13 Daniel Jacobowitz <drow@mvista.com>
24013
24014 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24015
b0023472
DJ
240162003-01-13 Daniel Jacobowitz <drow@mvista.com>
24017
24018 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24019 (ptype &*"foo").
24020 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24021
607fbc54 240222003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24023
24024 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24025 * gdb.mi/mi1-console.exp: Likewise.
24026
607fbc54 240272003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24028
24029 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24030 * gdb.mi/mi1-console.exp: Likewise.
24031
a1fb14a2
DJ
240322003-01-13 Daniel Jacobowitz <drow@mvista.com>
24033
24034 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24035
c4cf40b7
DJ
240362003-01-09 Daniel Jacobowitz <drow@mvista.com>
24037
24038 * gdb.base/detach.exp: New test.
24039
696d5a5b
DJ
240402003-01-09 Daniel Jacobowitz <drow@mvista.com>
24041
24042 * Makefile.in (ALL_SUBDIRS): New variable.
24043 (subdirs, clean, distclean): Use it.
24044 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24045 regenerating Makefile, since it is generated from the top level.
24046 * gdb.asm/Makefile.in: Likewise.
24047 * gdb.base/Makefile.in: Likewise.
24048 * gdb.c++/Makefile.in: Likewise.
24049 * gdb.disasm/Makefile.in: Likewise.
24050 * gdb.java/Makefile.in: Likewise.
24051 * gdb.mi/Makefile.in: Likewise.
24052 * gdb.threads/Makefile.in: Likewise.
24053 * gdb.trace/Makefile.in: Likewise.
24054
754533e4
DC
240552003-01-09 David Carlton <carlton@math.stanford.edu>
24056
24057 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24058 Add copyright year 2003.
24059
d8b3e9ee
MC
240602003-01-06 Michael Chastain <mec@shout.net>
24061
24062 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24063 When selecting a thread, 'line' and 'file' are optional.
24064 * gdb.mi/mi1-pthreads.exp: Likewise.
24065
8e9e0fe6
AS
240662003-01-06 Andreas Schwab <schwab@suse.de>
24067
24068 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24069 failures.
24070
b5ab8ff3
DJ
240712003-01-04 Daniel Jacobowitz <drow@mvista.com>
24072
24073 Fix PR gdb/844
24074 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24075 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24076
24077 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24078 instead of calling gdb_suppress_entire_file.
24079 * gdb.threads/print-threads.exp: Likewise.
24080 * gdb.threads/schedlock.exp: Likewise.
24081
24082 * gdb.threads/killed.exp: Return instead of calling
24083 gdb_suppress_entire_file.
24084 * gdb.threads/linux-dp.exp: Likewise.
24085 * gdb.threads/pthreads.exp: Likewise.
24086
1e698235
DJ
240872003-01-04 Daniel Jacobowitz <drow@mvista.com>
24088
24089 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24090 stabs.
24091 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24092 * gdb.base/whatis.exp: Always allow (void) after function names.
24093
147ff08c
DJ
240942003-01-04 Daniel Jacobowitz <drow@mvista.com>
24095
24096 * gdb.c++/casts.exp: Correct regexp.
24097
dc62bfc2
MK
240982003-01-04 Mark Kettenis <kettenis@gnu.org>
24099
24100 * configure.in: Call AC_CONFIG_HEADER. Don't call
24101 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24102 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24103 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24104 aforementioned directories in the AC_OUPUT call.
24105 * config.hin: New file.
24106 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24107 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24108 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24109 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24110 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24111 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24112 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24113 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24114 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24115 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24116 gdb.threads/configure.in, gdb.threads/configure,
24117 gdb.threads/config.in, gdb.trace/configure.in,
24118 gdb.trace/configure: Removed.
24119
77afa639
MC
241202003-01-03 Michael Chastain <mec@shout.net>
24121
24122 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24123 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24124
7634bb6e
DJ
241252003-01-03 Daniel Jacobowitz <drow@mvista.com>
24126
24127 * gdb.base/store.exp: Fix regular expressions.
24128
b39c905e
MK
241292002-12-28 Mark Kettenis <kettenis@gnu.org>
24130
24131 * configure.in: Rewrite.
24132 * configure: Regenerated.
24133
0a8551dd
DC
241342003-01-03 David Carlton <carlton@math.stanford.edu>
24135
24136 * gdb.base/psymtab.exp: New file.
24137 * gdb.base/psymtab1.c: Ditto.
24138 * gdb.base/psymtab2.c: Ditto.
24139
c60b7188
AF
241402002-12-23 Adam Fedor <fedor@gnu.org>
24141
24142 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24143
ee73db83
DC
241442002-12-23 David Carlton <carlton@math.stanford.edu>
24145
24146 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24147 and current_directory initialization.
24148
d6c1774e
JB
241492002-12-22 Jim Blandy <jimb@redhat.com>
24150
f0a847b8
JB
24151 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24152 rather than as part of the output file name.
24153
d6c1774e
JB
24154 * gdb.base/attach.exp: There's no need to copy the test program to
24155 /tmp; that was only ever necessary on HP/UX, and this test is
24156 entirely disabled there anyway.
24157
f0708dbb
JB
241582002-12-21 Jim Blandy <jimb@redhat.com>
24159
4c2acfea
JB
24160 * gdb.c++/psmang.exp: Doc fix.
24161
f0708dbb
JB
24162 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24163 test.
24164
9579e000
DC
241652002-12-20 David Carlton <carlton@math.stanford.edu>
24166
24167 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24168
d1810171
MC
241692002-12-18 Michael Chastain <mec@shout.net>
24170
24171 * gdb.c++/annota2.exp: Add copyright year 2002.
24172
76565097
DC
241732002-12-17 David Carlton <carlton@math.stanford.edu>
24174
24175 * gdb.c++/try_catch.cc: Add marker comments.
24176 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24177 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24178 * gdb.c++/m-static.cc: Ditto.
24179 * gdb.c++/m-static1.cc: Ditto.
24180 * gdb.c++/try_catch.cc: Ditto.
24181
da81390b
JJ
241822002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24183
24184 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24185 to see whether we are using the new -environment-directory
24186 command which resets via -r or the old version of the command
24187 which may prompt the user. Part of fix for gdb/741.
24188
b304d130
AC
241892002-12-13 Andrew Cagney <ac131313@redhat.com>
24190
24191 * gdb.fortran/types.exp: Update obsolete comment.
24192 * gdb.fortran/exprs.exp: Ditto.
24193 * lib/gdb.exp: Delete obsolete code.
24194 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24195 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24196 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24197 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24198 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24199 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24200 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24201 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24202 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24203 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24204 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24205 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24206 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24207 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24208 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24209 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24210 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24211 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24212 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24213 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24214 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24215 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24216 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24217 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24218 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24219 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24220 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24221 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24222 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24223 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24224 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24225 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24226 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24227 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24228 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24229 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24230 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24231
a23b6e6a
DC
242322002-12-11 David Carlton <carlton@math.stanford.edu>
24233
24234 * gdb.c++/m-data.exp: Add test for members that shadow global
24235 variables: see PR gdb/804.
24236 * gdb.c++/m-data.cc: Ditto.
24237
6604731b
DJ
242382002-12-10 Daniel Jacobowitz <drow@mvista.com>
24239
24240 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24241
de46ecd7
DC
242422002-12-06 David Carlton <carlton@math.stanford.edu>
24243
24244 * gdb.base/store.c: Don't declare functions static.
24245
27e829d0
AC
242462002-12-04 Andrew Cagney <ac131313@redhat.com>
24247
24248 * gdb.base/store.exp, gdb.base/store.c: New files.
24249
92806416
DJ
242502002-12-03 Daniel Jacobowitz <drow@mvista.com>
24251
24252 * gdb.base/selftest.exp: Update for current gdb.
24253
3bcbaac5
DJ
242542002-12-03 Daniel Jacobowitz <drow@mvista.com>
24255
24256 * gdb.base/maint.exp: Only dump symbols from one source file
24257 or objfile.
24258
f4f00b1f
DJ
242592002-12-03 Daniel Jacobowitz <drow@mvista.com>
24260
24261 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24262 function call.
24263
f1c8a949
JB
242642002-11-25 Jim Blandy <jimb@redhat.com>
24265
24266 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24267 function appearing in error message.
24268
9e297a97
DJ
242692002-11-21 Daniel Jacobowitz <drow@mvista.com>
24270
24271 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24272
1f312e79
JJ
242732002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24274
d63a86f8
RM
24275 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24276 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
24277 should be in mi console format. This is part of fix for PR gdb/604.
24278
83c31e7d
FN
242792002-09-18 Fernando Nasser <fnasser@redhat.com>
24280
24281 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24282 which explicitly prints the zero offset as "+0".
24283
322b3f65
DJ
242842002-10-22 Daniel Jacobowitz <drow@mvista.com>
24285
24286 * gdb.threads/schedlock.c (args): Make unsigned.
24287
242882002-10-21 Daniel Jacobowitz <drow@mvista.com>
24289
24290 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24291 numbers. Allow "foo2|selected stack frame".
24292 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24293 * gdb.asm/asmsrc2.s: Likewise.
24294 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24295 comments.
24296 * gdb.asm/mips.inc: New file.
24297
5e2fe5b8
AF
242982002-10-18 Adam Fedor <fedor@gnu.org>
24299
24300 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24301 * gdb.base/help.exp: Likewise.
24302
abe1a5d0
KB
243032002-10-17 Kevin Buettner <kevinb@redhat.com>
24304
24305 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24306 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24307
10abb1d4
JB
243082002-10-02 Jim Blandy <jimb@redhat.com>
24309
24310 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24311
1f609b42
AC
243122002-10-01 Andrew Cagney <ac131313@redhat.com>
24313
24314 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24315 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24316 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24317 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24318 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24319 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24320 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24321
0aee02e4
AC
243222002-09-29 Andrew Cagney <ac131313@redhat.com>
24323
24324 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24325 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24326 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24327 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24328 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24329 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24330 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 24331
6fde09ad
KB
243322002-09-27 Kevin Buettner <kevinb@redhat.com>
24333
24334 * gdb.base/annota1.exp (info break): Make directory components of
24335 path optional since not all compilers emit this debug information.
24336
889bf7c5
PA
24337 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24338 step ends up stepping out of the function instead of stopping on
24339 the epilogue.
6fde09ad 24340
9e8aab75
KS
243412002-09-26 Keith Seitz <keiths@redhat.com>
24342
24343 * lib/insight-support.exp (gdbtk_start): Figure out where
24344 the insight executable is based on where gdb is. Use this
24345 executable to start insight instead of gdb.
24346
e36180d7
AC
243472002-09-25 Andrew Cagney <cagney@redhat.com>
24348
24349 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24350
9dd34b2b
AC
243512002-09-24 Andrew Cagney <ac131313@redhat.com>
24352
24353 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24354 test_isolated_complaints.
24355 (test_empty_complaint): New function.
24356 (test_empty_complaints): New function. Check no output when no
24357 complaints.
d63a86f8 24358
dea97812
KB
243592002-09-19 Jim Blandy <jimb@redhat.com>
24360
a9c64011 24361 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 24362
54951bd7
AC
243632002-09-19 Andrew Cagney <ac131313@redhat.com>
24364
24365 * gdb.gdb/complaints.exp: New file.
24366
dec43320
AC
243672002-09-18 Andrew Cagney <ac131313@redhat.com>
24368
24369 * gdb.base/maint.exp: Check `help maint internal-warning'.
24370
e70d6e3f
DC
243712002-09-18 David Carlton <carlton@math.stanford.edu>
24372
24373 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24374 numbers, and replace them by a single breakpoint after the
24375 constructors are all finished.
24376 Add test 4.
24377 * gdb.c++/m-static.cc: Add test 4.
24378 * gdb.c++/m-static.h: New file.
24379 * gdb.c++/m-static1.cc: New file.
24380
24381 * gdb.c++/printmethod.exp: New file.
24382 * gdb.c++/printmethod.cc: New file.
24383
24384 * gdb.c++/pr-574.exp: New file.
24385 * gdb.c++/pr-574.cc: New file.
24386
afb5c968
CV
243872002-09-18 Corinna Vinschen <vinschen@redhat.com>
24388
24389 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24390 embedded targets which never actually exit.
24391
31e45dee
FN
243922002-09-18 Fernando Nasser <fnasser@redhat.com>
24393
24394 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24395 "don't step after run" as unresolved or unsupported, instead of xfail.
24396
a283c5a1
CV
243972002-09-18 Corinna Vinschen <vinschen@redhat.com>
24398
24399 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24400 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24401 Add newline to expected string in "step out of main (status wrapper)"
24402 case.
24403
11350d2a
CV
244042002-09-18 Corinna Vinschen <vinschen@redhat.com>
24405
24406 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24407 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24408
0deec7d6
TT
244092002-09-17 Tom Tromey <tromey@redhat.com>
24410
24411 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24412 \000, not \0, in double-quoted string.
24413
b2b4a1b5
CV
244142002-09-14 Corinna Vinschen <vinschen@redhat.com>
24415
c9d37158 24416 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
24417 string after running the commands execution on breakpoint tests.
24418
1c56143a
CV
244192002-09-13 Corinna Vinschen <vinschen@redhat.com>
24420
24421 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24422
37f8da45
JB
244232002-09-12 Joel Brobecker <brobecker@gnat.com>
24424
24425 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24426
08b468e0
KS
244272002-09-10 Keith Seitz <keiths@redhat.com>
24428
24429 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24430 runto proc.
24431 (mi_run_to_main): Use mi_runto.
24432 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24433
dc360f58
KS
244342002-09-10 Keith Seitz <keiths@redhat.com>
24435
24436 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24437 regexp for stopping at main. Could have multiple event notifications.
24438 Don't assume that main was declared with no parameters.
24439 (mi_next): Use mi_step_to.
24440 (mi_step): Use mi_next_to.
24441
ce3abcfb
CV
244422002-09-09 Corinna Vinschen <vinschen@redhat.com>
24443
24444 * gdb.base/default.exp: Fix expected string in `info float' test.
24445
d1f5b980
BE
244462002-09-09 Ben Elliston <bje@redhat.com>
24447
24448 * config/mips.exp: Update comments.
24449 * config/mips-idt.exp: Likewise.
24450 * config/nind.exp: Likewise.
24451 * config/slite.exp: Likewise.
24452 * config/sparclet.exp: Likewise.
24453 * config/udi.exp: Likewise.
24454 * config/vx.exp: Likewise.
24455 * config/vxworks29k.exp: Likewise.
24456
2f71430b
JB
244572002-09-05 Jim Blandy <jimb@redhat.com>
24458
24459 * gdb.threads/killed.exp: Fix test failure message.
24460
7ddebc7e
KS
244612002-09-04 Keith Seitz <keiths@redhat.com>
24462
24463 * lib/mi-support.exp: Update copyright.
24464 (mi_gdb_test): Increase the priority of the expected pattern
24465 so that it matches gdb_test.
24466
0ae67eb3
KS
244672002-09-03 Keith Seitz <keiths@redhat.com>
24468
24469 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24470 Use integer comparison instead of string comparison for testing
24471 whether binary was built.
24472
38fc42c8
JB
244732002-09-03 Jim Blandy <jimb@redhat.com>
24474
24475 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24476
b6ff0e81
JB
244772002-08-29 Jim Blandy <jimb@redhat.com>
24478
24479 * gdb.threads/pthreads.exp: Move the portable thread compilation
24480 code into a function in lib/gdb.exp, and call that from here.
24481 * lib/gdb.exp (gdb_compile_pthreads): New function.
24482
07c98896
KS
244832002-08-29 Keith Seitz <keiths@redhat.com>
24484
24485 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24486 expect_out so that callers can get at it.
24487
0312286c
DJ
244882002-08-23 Daniel Jacobowitz <drow@mvista.com>
24489
24490 * gdb.threads/print-threads.c: New file.
24491 * gdb.threads/print-threads.exp: New file.
24492 * gdb.threads/schedlock.c: New file.
24493 * gdb.threads/schedlock.exp: New file.
24494
dd039bc4
EZ
244952002-08-22 Elena Zannoni <ezannoni@redhat.com>
24496
a9c64011
AS
24497 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24498 not altivec.c.
dd039bc4 24499
1f36144c
MK
245002002-08-17 Mark Kettenis <kettenis@gnu.org>
24501
24502 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24503 targets. The problem should be fixed now.
24504
16057ec7 245052002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24506
24507 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24508 2002-07-24 change that removes final dots from error messages.
24509
3c1499ad
TT
245102002-08-13 Tom Tromey <tromey@redhat.com>
24511
24512 * gdb.base/readline.exp: New file.
24513
a20ce2c3
AC
245142002-08-01 Andrew Cagney <ac131313@redhat.com>
24515
24516 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24517 supress message.
24518
db034ac5
AC
245192002-08-01 Andrew Cagney <cagney@redhat.com>
24520
24521 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24522 CHILL_FOR_TARGET and CHILL_LIB.
24523 * configure.in (configdirs): Remove gdb.chill.
24524 * configure: Regenerate.
24525 * lib/gdb.exp: Obsolete references to chill.
24526 * gdb.fortran/types.exp: Ditto.
24527 * gdb.fortran/exprs.exp: Ditto.
24528
3e000b18
KB
245292002-07-30 Kevin Buettner <kevinb@redhat.com>
24530
24531 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24532 set Irix-specific compile and link flags.
24533
28f4966b
KB
245342002-07-29 Kevin Buettner <kevinb@redhat.com>
24535
24536 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24537 source files. The ``-o'' option doesn't work with the ``-E'' option
24538 when using the Irix compiler.
24539
46c0d5a6
DJ
245402002-07-19 Daniel Jacobowitz <drow@mvista.com>
24541
24542 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24543 Improve support for reusing an exec file. Copy exec file
24544 to target, and run gdbserver on the target instead of on the host.
24545
eecf4bed
JB
245462002-07-18 Jim Blandy <jimb@redhat.com>
24547
0f815cdf
JB
24548 * gdb.base/ending-run.exp: Don't expect to see the program end in
24549 some orderly fashion when we're running on a real stand-alone
24550 board.
24551
eecf4bed
JB
24552 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24553 targets that don't support interrupts.
24554
52d309e4
JB
245552002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24556
24557 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24558 systems.
24559 Move comments in expect statements to inside the actions, so that they
24560 don't get matched against.
24561
ff683d9e
MK
245622002-07-10 Mark Kettenis <kettenis@gnu.org>
24563
24564 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24565 function when asleep" test.
24566
b5356753
AC
245672002-07-10 Andrew Cagney <ac131313@redhat.com>
24568
24569 * gdb.base/page.exp: Rewrite to handle problems with very long
24570 `info set' output. Update copyright.
24571
6aa4d13a
AC
245722002-06-26 Andrew Cagney <ac131313@redhat.com>
24573
24574 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24575 gdb.threads-hp.
24576 * gdb.hp/configure: Regenerate.
24577 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24578 * gdb.hp/gdb.threads-hp/configure: Delete file.
24579 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24580
8cf8c2b8
AC
245812002-06-22 Andrew Cagney <ac131313@redhat.com>
24582
24583 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24584 setlocale, bindtextdomain and textdomain.
24585
6827a8f8
JB
245862002-06-11 Jim Blandy <jimb@redhat.com>
24587
919d772c
JB
24588 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24589 preprocessor macro information is present.
24590
6827a8f8
JB
24591 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24592 tests.
24593
c15b0d21
MS
245942002-06-06 Michael Snyder <msnyder@redhat.com>
24595
c5984d70
MS
24596 * gdb.base/overlays.exp: Record addresses of overlay
24597 functions in TCL variables rather than in GDB variables,
24598 to avoid having GDB convert them to pointers (with loss
24599 of information).
24600
d63a86f8 24601 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24602 default linker script changes.
c15b0d21
MS
24603 * gdb.base/long_long.exp: Add check for sizeof (long double).
24604
be26fe0d
ML
246052002-06-06 Michal Ludvig <mludvig@suse.cz>
24606
24607 * gdb.asm/asm-source.exp: Add x86-64 target.
24608 * gdb.asm/x86_64.inc: New.
d63a86f8 24609
258093ca 246102002-05-30 Michael Chastain <mec@shout.net>
258093ca 24611
4b3153f1 24612 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24613 * gdb.c++/m-static.cc: New file.
24614 * gdb.c++/m-static.exp: New file.
24615
241264c6
MS
246162002-05-28 Michael Snyder <msnyder@redhat.com>
24617
24618 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24619 precision.
24620
9bba8c8f 246212002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24622
4b3153f1 24623 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24624 * gdb.c++/m-data.cc: New file.
24625 * gdb.c++/m-data.exp: New file.
24626
246272002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24628
4b3153f1 24629 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24630 * gdb.c++/try_catch.cc: New file.
d63a86f8 24631 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24632
def1b996
MC
246332002-05-27 Michael Chastain <mec@shout.net>
24634
24635 * gdb.c++/local.exp: Accept more nested types in output.
24636
522ba268
MC
246372002-05-26 Michael Chastain <mec@shout.net>
24638
24639 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24640
277254ba
MS
246412002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24642
24643 * lib/gdb.exp (gdb_wrapper_init): Just because
24644 gdb_wrapper_file exists, this does not mean that the file
24645 should not be rebuilt. That is what gdb_wrapper_initialized
24646 is for.
24647 (default_gdb_init): Reset gdb_wrapper_initialized.
24648
b61a8733
MS
246492002-05-23 Michael Snyder <msnyder@redhat.com>
24650
d63a86f8 24651 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24652 the precision of the floating point test results.
24653 * gdb.base/call-rt-st.exp: Ditto.
24654
b61a8733
MS
24655 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24656 * gdb.base/call-rt-st.exp: Ditto.
24657
56f6e910
MC
246582002-05-19 Michael Chastain <mec@shout.net>
24659
24660 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24661
ad0b0016
EZ
246622002-05-19 Elena Zannoni <ezannoni@redhat.com>
24663
a9c64011
AS
24664 * configure.in (configdirs): Add gdb.arch.
24665 * configure: Regenerate.
ad0b0016 24666
f617d2b6
JB
246672002-05-17 Jim Blandy <jimb@redhat.com>
24668
24669 * gdb.base/completion.exp: Recognize the more detailed error
24670 messages produced by the macro expander's lexical analyzer.
24671
eac2a696
EZ
246722002-05-14 Elena Zannoni <ezannoni@redhat.com>
24673
a9c64011
AS
24674 * gdb.arch/altivec-abi.c: New file.
24675 * gdb.arch/altivec-abi.exp: New file.
24676 * gdb.arch/altivec-regs.c: New file.
24677 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24678
2fdde8f8
DJ
246792002-05-14 Daniel Jacobowitz <drow@mvista.com>
24680
24681 * gdb.base/maint.exp (maint print type): Update for new type
24682 structure.
d63a86f8 24683
e31f1a7c
EZ
246842002-05-14 Elena Zannoni <ezannoni@redhat.com>
24685
24686 * gdb.arch: New directory.
24687 * gdb.arch/configure.in: New file.
24688 * gdb.arch/configure: New file.
24689 * gdb.arch/Makefile.in: New file.
24690
db589741
CV
246912002-05-13 Corinna Vinschen <vinschen@redhat.com>
24692
24693 * gdb.asm/asm-source.exp: Add v850 as supported target.
24694 * gdb.asm/v850.inc: New file.
24695
8ce2a7dc
DJ
246962002-05-13 Daniel Jacobowitz <drow@mvista.com>
24697
24698 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24699
df763c7f
DJ
247002002-05-12 Daniel Jacobowitz <drow@mvista.com>
24701
24702 * gdb.base/break.exp: Check 'break "marker2"'.
24703
377daeed
MS
247042002-05-10 Michael Snyder <msnyder@redhat.com>
24705
24706 * gdb.base/long_long.exp: Fix typo.
24707
c4b7bc2b
JB
247082002-05-10 Jim Blandy <jimb@redhat.com>
24709
ecac9a4e
JB
24710 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24711 a bug.
24712
c4b7bc2b
JB
24713 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24714 Recognize more detailed error message produced by the macro
24715 expander's lexical analyzer.
24716 * lib/gdb.exp (test_print_reject): Same.
24717
e71019a1
MK
247182002-05-09 Mark Kettenis <kettenis@gnu.org>
24719
24720 * gdb.c++/method.exp: Fix typo.
24721
fedfc8e6
MS
247222002-05-08 Michael Snyder <msnyder@redhat.com>
24723
166a1957
MS
24724 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24725 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24726 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24727 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24728 Add iftarget clause for strongarm.
d63a86f8 24729
f1c47eb2
MS
247302002-05-06 Michael Snyder <msnyder@redhat.com>
24731
cb9a9d3e
MS
24732 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24733 (gdb_continue_to_end): Accept output from status wrapper.
24734 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24735 Clean up fail messages to match pass messages.
24736
f1c47eb2
MS
24737 Enable the "needs_status_wrapper" testsuite feature.
24738 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24739 (gdb_compile): Conditionally call gdb_wrapper_init.
24740 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24741 * gdb.c++/method.exp: Recognize output from status wrapper.
24742
6079c749
BE
247432002-05-06 Ben Elliston <bje@redhat.com>
24744From Graydon Hoare <graydon@redhat.com>
24745
24746 * config/sid.exp: Include support for "rawsid" protocol.
24747
188baff3
JB
247482002-05-03 Jim Blandy <jimb@redhat.com>
24749
24750 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24751 * gdb.c++/hang3.C: New file.
24752
b9c07f0f
AC
247532002-05-04 Andrew Cagney <ac131313@redhat.com>
24754
24755 * gdb.base/default.exp: Remove obsolete code.
24756 * gdb.c++/misc.exp: Ditto. Update copyright.
24757 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24758 * gdb.base/whatis.exp: Ditto. Update copyright.
24759 * gdb.base/scope.exp: Ditto. Update copyright.
24760 * gdb.base/ptype.exp: Ditto. Update copyright.
24761 * gdb.base/printcmds.exp: Ditto. Update copyright.
24762 * gdb.base/opaque.exp: Ditto. Update copyright.
24763 * gdb.base/list.exp: Ditto.
24764 * gdb.base/funcargs.exp: Ditto. Update copyright.
24765 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24766 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24767 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24768 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24769 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24770 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24771
5c7a0397
MS
247722002-05-02 Michael Snyder <msnyder@redhat.com>
24773
d6dcc264 24774 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24775 * gdb.base/long_long.exp: Add xscale target.
24776 * gdb.base/default.exp: Add xscale target.
24777
eb7f1c48
JB
247782002-05-01 Jim Blandy <jimb@redhat.com>
24779
24780 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24781 gdb.c++/hang.exp: New test.
24782
a6befae8
FF
247832002-05-01 Fred Fish <fnf@redhat.com>
24784
24785 * gdb.base/completion.exp: Handle completions of "./Make" for
24786 more than one completion possibility, as is the case when we
24787 build and test in the source tree.
24788
0a310277
AG
247892002-04-29 Anthony Green <green@redhat.com>
24790
24791 * gdb.java/jmisc1.exp: New file.
24792 * gdb.java/jmisc2.exp: New file.
24793
6ff9af88
DJ
247942002-04-24 Daniel Jacobowitz <drow@mvista.com>
24795
24796 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24797
96b3d632
EZ
247982002-04-23 Elena Zannoni <ezannoni@redhat.com>
24799
24800 * gdb.base/help.exp: Change 'help status' to allow for target
24801 dependent output differences.
24802
5019bb54
MC
248032002-04-22 Michael Chastain <mec@shout.net>
24804
24805 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24806
a805a116
MC
248072002-04-22 Michael Chastain <mec@shout.net>
24808
24809 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24810
a1706bfd
DM
248112002-04-17 David S. Miller <davem@redhat.com>
24812
24813 * gdb.asm/sparc64.inc: New file.
24814 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24815
a73a20a2
EZ
248162002-04-19 Elena Zannoni <ezannoni@redhat.com>
24817
24818 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24819 instruction file directly into the build tree. Clean up at end of
24820 test.
24821
ba678339
DM
248222002-04-18 David S. Miller <davem@redhat.com>
24823
24824 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24825 handle 64-bit platforms correctly.
24826 * gdb.base/maint.exp: Likewise.
24827
b03399da
KB
248282002-04-18 Kevin Buettner <kevinb@redhat.com>
24829
24830 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24831 ``-fpic'' when compiling files comprising a shared library, but
24832 it does need additional linker flags in order to find shared
24833 libraries at run time.
24834
e2004992
KB
248352002-04-18 Kevin Buettner <kevinb@redhat.com>
24836
24837 * gdb.base/cvexpr.c (use): New function.
24838 (main): Invoke use() on all global variables to prevent
24839 some linkers from deleting these otherwise unused symbols.
24840
d8937120
MC
248412002-04-17 Michael Chastain <mec@shout.net>
24842From David S. Miller <davem@redhat.com>
24843
24844 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24845 handle 64-bit platforms correctly.
24846
ffd61a58
MS
248472002-04-12 Michael Snyder <msnyder@redhat.com>
24848From Jim Blandy <jimb@redhat.com>
a9c64011 24849 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24850 script can handle this instead.
24851 * gdb.base/bar.c (barx): Same.
24852 * gdb.base/baz.c (bazx): Same.
24853 * gdb.base/grbx.c (grbxx): Same.
24854
24855 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24856 manager doesn't automatically unmap overlays unnecessarily.
24857
6b8426a6
MH
248582002-04-10 Martin M. Hunt <hunt@redhat.com>
24859
24860 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24861 stepping out of main.
24862
34af4875
MC
248632002-04-09 Michael Chastain <mec@shout.net>
24864
24865 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24866 scope so that the nested scope tests will make sense.
24867 * gdb.c++/local.exp: Write patterns that actually work with gcc
24868 (the HP patterns "were never known to work with gcc").
24869 Keep the old aCC patterns too.
24870
2d1676a0
DJ
248712002-04-09 Daniel Jacobowitz <drow@mvista.com>
24872
24873 * gdb.base/attach.exp: Correct target board test.
24874
3a63e3f9
MC
248752002-04-08 Michael Chastain <mec@shout.net>
24876
24877 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24878 in a const method. Add some xfail and fail cases for configurations
24879 that do not emit the "const ...".
24880
f18dabd2
MC
248812002-04-07 Michael Chastain <mec@shout.net>
24882
24883 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24884 Accept "A * const" and "const A * const" as type of "this".
24885 Fix spelling of getFunky throughout. Make messages uniform.
24886
0fcddd82
EZ
248872002-04-07 Elena Zannoni <ezannoni@redhat.com>
24888
a9c64011 24889 Work around for PR gdb/285:
0fcddd82
EZ
24890 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24891
16a8534a
EZ
248922002-04-07 Elena Zannoni <ezannoni@redhat.com>
24893
24894 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24895 instructions file at run time instead of configure time.
24896 Sometimes we run the test in a directory that is not the one we
24897 configured in.
24898 * gdb.asm/configure.in: Delete creation of symlink.
24899 * gdb.asm/configure: Regenerate.
24900
24181d81
JB
249012002-04-05 J. Brobecker <brobecker@gnat.com>
24902
24903 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24904 xfullpath () function.
24905
7cdb7107
DJ
249062002-04-04 Daniel Jacobowitz <drow@mvista.com>
24907
24908 * gdb.asm/Makefile.in: Correct dependencies.
24909
24910 * gdb.asm/powerpc.inc: New file.
24911 * gdb.asm/asm-source.exp: Add PowerPC.
24912 * gdb.asm/configure.in: Likewise.
24913 * gdb.asm/configure: Regenerated.
24914
a7d17088
DJ
249152002-04-04 Daniel Jacobowitz <drow@mvista.com>
24916
24917 * gdb.base/relocate.exp: New file.
24918 * gdb.base/relocate.c: New file.
24919
cd721503
FF
249202002-04-04 Fred Fish <fnf@redhat.com>
24921
24922 * gdb.base/step-test.exp: Update comment regarding stopping in
24923 memcpy/bcopy calls inserted as part of the compiler runtime.
24924
b22ad7a7
MS
249252002-04-04 Michael Snyder <msnyder@redhat.com>
24926
24927 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24928
5f279fa6
DJ
249292002-04-03 Daniel Jacobowitz <drow@mvista.com>
24930
24931 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24932 (gdb_expect): Remove $notransfer hack.
24933
dd0fd3ce
DJ
249342002-04-02 Daniel Jacobowitz <drow@mvista.com>
24935
24936 * gdb.c++/classes.exp ("calling method for small class"): Match
24937 updated register output.
24938
1e50cda1
DJ
249392002-03-30 Daniel Jacobowitz <drow@mvista.com>
24940
24941 Fix PR gdb/452
24942 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24943 when finished. Make gdb_file_cmd send "exec-file" when
24944 appropriate.
24945
24015922
DJ
249462002-03-30 Daniel Jacobowitz <drow@mvista.com>
24947
24948 * gdb.base/attach.exp: Remove extra setup_xfail.
24949
dd7dfd64
MS
249502002-03-26 Michael Snyder <msnyder@redhat.com>
24951
24952 * gdb.base/default.exp: Add tests for dump, append, and restore.
24953 * gdb.base/help.exp: Add tests for dump, append, and restore.
24954 * gdb.base/dump.exp: New file, test dump, append and restore.
24955 * gdb.base/dump.c: New file.
24956
48b2f8d7
MS
249572002-03-27 Michael Snyder <msnyder@redhat.com>
24958
d63a86f8 24959 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24960 clean-ups in help messages.
24961
05b4d525
FF
249622002-03-26 Fred Fish <fnf@redhat.com>
24963
24964 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24965 have debugging info for those functions and the compiler uses them
24966 internally to copy structs around.
24967
d7679631
FF
249682002-03-26 Fred Fish <fnf@redhat.com>
24969
24970 * gdb.base/list.exp: Revert the change made yesterday and add note
24971 about why we don't list the default lines for remote targets.
24972
523ac3f9
MS
249732002-03-25 Michael Snyder <msnyder@redhat.com>
24974
24975 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24976
754b2b8d
FF
249772002-03-25 Fred Fish <fnf@redhat.com>
24978
24979 * gdb.base/list.exp: This test works on remote targets so remove
24980 the short circuit for remote targets. Update copyright.
24981
33c3e192
FF
249822002-03-25 Fred Fish <fnf@redhat.com>
24983
24984 * gdb.base/attach.exp: Fix logic error that was suppressing this
24985 test for all non hppa*-*-hpux* targets, instead of the hp target.
24986 Move comments closer to the suppression point. Also now need to
24987 check that we are running natively.
24988
d43e73ee
MS
249892002-03-22 Michael Snyder <msnyder@redhat.com>
24990
882c8f02
MS
24991 * gdb.base/default.exp: Add test for gcore. Update copyright.
24992 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 24993
04c12f60
FF
249942002-03-06 Fred Fish <fnf@redhat.com>
24995
24996 * gdb.base/funcargs.c: Remove extraneous ';' character.
24997 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24998
b43df995
MC
249992002-03-04 Michael Chastain <mec@shout.net>
25000
25001 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25002 accommodate gcc v3 function signature.
25003 * gdb.mi/mi0-var-cmd-exp: Ditto.
25004
92362027
AC
250052002-02-24 Andrew Cagney <ac131313@redhat.com>
25006
25007 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25008 ``GNU/Linux'' or ``Linux kernel''
25009 * testsuite/gdb.threads/pthreads.c: Ditto.
25010
258ad32d
MC
250112002-02-24 Michael Chastain <mec@shout.net>
25012
25013 * gdb.threads/pthreads.c (thread1): Add a return statement.
25014 (thread2): Likewise.
25015 (foo): Likewise.
25016
04c3b3d4
MC
250172002-02-23 Michael Chastain <mec@shout.net>
25018
25019 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25020 to placate gcc.
25021
5a2a0a20
MC
250222002-02-23 Michael Chastain <mec@shout.net>
25023
25024 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25025 test "ptype bint". The test passes on all my stabs configurations.
25026
a640f7fc
JB
250272002-02-21 Jim Blandy <jimb@redhat.com>
25028
27924826
JB
25029 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25030 filename at a time, and watch for the ones we want to see.
25031
a640f7fc
JB
25032 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25033 types of pointers to prototyped functions.
25034
edcc8c75
AC
250352002-02-20 Andrew Cagney <ac131313@redhat.com>
25036
25037 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25038 signed, unsigned and straight char.
25039 (padding_char, padding_short, padding_int, padding_long,
25040 padding_long_long, padding_float, padding_double,
25041 padding_long_double): New global variables.
25042 (fill, fill_structs): New functions.
25043
25044 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25045 for correctly sized writes. Update copyright.
25046 (get_valueof): New procedure.
25047 (get_sizeof): Call get_valueof.
25048 (check_valueof): New procedure.
25049 (check_padding): New procedure.
25050
ac57ea44
MC
250512002-02-20 Michael Chastain <mec@shout.net>
25052
25053 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25054 to setup_xfail. Document some of the remaining calls.
25055
7a10c941
MC
250562002-02-18 Michael Chastain <mec@shout.net>
25057
25058 * gdb.c++/userdef.exp: Update copyright year.
25059
fb8acdcc
DJ
250602002-02-18 Daniel Jacobowitz <drow@mvista.com>
25061
25062 * gdb.c++/userdef.exp: Test overloaded operators properly.
25063 Remove xfails.
25064
fda6ae12
MS
250652002-02-14 Michael Snyder <msnyder@redhat.com>
25066
25067 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25068
676a0442
DJ
250692002-02-14 Daniel Jacobowitz <drow@mvista.com>
25070
25071 * gdb.base/a2-run.exp: Check for a remote target properly.
25072 * gdb.base/annota1.exp: Likewise.
25073 * gdb.base/list.exp: Likewise.
25074 * gdb.base/reread.exp: Likewise.
25075 * gdb.base/scope.exp: Likewise.
25076 * gdb.base/shlib-call.exp: Likewise.
25077 * gdb.base/term.exp: Likewise.
25078 * gdb.c++/annota2.exp: Likewise.
25079
78b4f468
RE
250802002-02-13 Richard Earnshaw <rearnsha@arm.com>
25081
25082 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25083
9a81ba51
MC
250842002-02-10 Michael Chastain <mec@shout.net>
25085
25086 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25087 (call_after_alloca): Ditto.
25088
004af6c7
DJ
250892002-02-10 Daniel Jacobowitz <drow@mvista.com>
25090
25091 * gdb.base/ending-run.exp: Guard "cont" test with
25092 gdb_skip_stdio_test.
25093
37225f62
JB
250942002-02-06 Jim Blandy <jimb@redhat.com>
25095
25096 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25097 from here...
25098 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25099 To here. Disable this test on non-HP platforms. Add big comment.
25100
fe6fdd96
MS
251012002-02-04 Michael Snyder <msnyder@redhat.com>
25102
25103 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25104 other than d10v and m32r.
25105
036fad3f
RE
251062002-02-02 Richard Earnshaw <rearnsha@arm.com>
25107
25108 * gdb.base/default.exp: Rewrite test patterns to reduce time
25109 taken to match them.
25110
7148ab62
DJ
251112002-01-30 Daniel Jacobowitz <drow@mvista.com>
25112
25113 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25114 Allow a start function above main.
25115 * gdb.threads/linux-dp.exp: Fix copyright date.
25116
396cc255
DJ
251172002-01-30 Daniel Jacobowitz <drow@mvista.com>
25118
a9c64011
AS
25119 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25120 (check_philosopher_stack): Check for manager thread before checking
25121 for a just-starting thread.
396cc255 25122
f038d31b
DJ
251232002-01-30 Daniel Jacobowitz <drow@mvista.com>
25124
25125 From Neil Booth <neil@daikokuya.demon.co.uk>:
25126 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25127 warnings.
25128
b3ff9d9a
FF
251292002-01-21 Fred Fish <fnf@redhat.com>
25130
25131 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25132 not caller.
25133
39ad761d
JB
251342002-01-21 Jim Blandy <jimb@redhat.com>
25135
25136 * gdb.base/reread.exp: Check that GDB properly re-reads the
25137 executable file when it changes while no inferior is running.
25138
aaf320fa
FF
251392002-01-21 Fred Fish <fnf@redhat.com>
25140
a9c64011
AS
25141 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25142 optionally accept the "shlib events" variation.
aaf320fa 25143
808a31f5
JB
251442002-01-21 Jim Blandy <jimb@redhat.com>
25145
25146 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25147 call `fflush' after every `printf', so that the output is produced
25148 at predictable points, regardless of whatever buffering does (or
25149 doesn't) take place.
25150 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25151 at different points.
25152
4420d5e2
DJ
251532002-01-20 Daniel Jacobowitz <drow@mvista.com>
25154
25155 * gdb.c++/inherit.exp: Update copyright years.
25156 * gdb.c++/method.exp: Likewise.
25157
3e36a0f4
DJ
251582002-01-20 Daniel Jacobowitz <drow@mvista.com>
25159
25160 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25161 artificial methods/arguments.
25162 * gdb.c++/derivation.exp: Likewise.
25163 * gdb.c++/inherit.exp: Likewise.
25164 * gdb.c++/method.exp: Likewise.
25165 * gdb.c++/virtfunc.exp: Likewise.
25166
b4ceaee6
AC
251672002-01-18 Andrew Cagney <ac131313@redhat.com>
25168
25169 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25170 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25171 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25172 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25173 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25174 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25175
ecace851
JB
251762002-01-17 Jim Blandy <jimb@redhat.com>
25177
25178 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25179 anchoring the pattern matching the entry point symbol's name.
25180
375fc983
AC
251812002-01-17 Andrew Cagney <ac131313@redhat.com>
25182
25183 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25184 continue/quit query. Update copyright.
25185
fe6fdd96
MS
251862002-01-14 Michael Snyder <msnyder@redhat.com>
25187
25188 * gdb.base/gcore.exp: Remove extra debugging output.
25189
e017c81f
DJ
251902002-01-13 Daniel Jacobowitz <drow@mvista.com>
25191
25192 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25193 for slightly dubious v2 mangled string.
25194
37ab3bf8
DJ
251952002-01-13 Daniel Jacobowitz <drow@mvista.com>
25196
25197 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25198
1bc05c3a 251992002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25200
1bc05c3a 25201 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25202
1bc05c3a
JM
25203 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25204 constructors.
25205 * gdb.c++/derivation.exp: Likewise.
25206 * gdb.c++/templates.exp: Likewise.
25207 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25208
1bc05c3a
JM
252092002-01-10 Michael Snyder <msnyder@redhat.com>
25210
25211 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25212
a911c360
MS
252132002-01-08 Michael Snyder <msnyder@redhat.com>
25214
25215 * gdb.base/gcore.exp: New test for generate-core-file command.
25216 * gdb.base/gcore.c: Testcase for above.
25217 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25218
ea2119ec
JM
252192002-01-08 Jason Merrill <jason@redhat.com>
25220
25221 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25222
68203136
FF
252232002-01-07 Fred Fish <fnf@redhat.com>
25224
25225 * gdb.c++/overload.exp: Remove unconditional xfails for:
25226 print foo_instance1.overloadargs(1)
25227 print foo_instance1.overloadargs(1, 2)
25228 print foo_instance1.overloadargs(1, 2, 3)
25229 print foo_instance1.overloadargs(1, 2, 3, 4)
25230 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25231 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25232 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25233 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25234 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25235 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25236 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25237 print foo_instance1.overload1arg()
25238 print foo_instance1.overload1arg((char)arg2)
25239 print foo_instance1.overload1arg((signed char)arg3)
25240 print foo_instance1.overload1arg((unsigned char)arg4)
25241 print foo_instance1.overload1arg((int)arg7)
25242 print foo_instance1.overload1arg((unsigned int)arg8)
25243 print foo_instance1.overload1arg((float)arg11)
25244 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25245
21b9b5b1
MS
252462002-01-07 Michael Snyder <msnyder@redhat.com>
25247
25248 * gdb.base/huge.exp: New test. Print a very large target data object.
25249 (skip_huge_test): New test variable. Define if you want to skip this
25250 test. The test reads an 8 megabyte data object from the target, so it
25251 might be very time consuming on remote targets with a slow connection.
25252 * gdb.base/huge.c: New file. Test case for above.
25253
725f922e
FF
252542002-01-07 Fred Fish <fnf@redhat.com>
25255
25256 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25257 g_instance.bfoo, and g_instance.cfoo.
25258
889bf7c5 252592002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25260
889bf7c5
PA
25261 * gdb.base/break.c (multi_line_if_conditional): New function.
25262 (multi_ilne_while_conditional): Likewise.
25263 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25264 IF or WHILE condition puts the breakpoint at the start of
25265 the condition.
f286b2c3 25266
634d57ec
JL
25267 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25268 hppa*-*-hpux* expected failure.
25269 * gdb.base/structs.exp (do_function_calls): Similarly.
25270
25271 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25272 watchpoints.
25273
9fbfe2dc
AC
252742002-01-06 Andrew Cagney <ac131313@redhat.com>
25275
25276 Fix PR gdb/66.
25277 * gdb.base/structs.exp: Replace skip for a29k with skip for
25278 gdb,cannot_call_functions.
25279 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25280 * gdb.base/callfuncs.exp: Ditto.
25281 * gdb.base/call-rt-st.exp: Ditto.
25282 * gdb.base/call-strs.exp: Ditto.
25283 * gdb.base/callfwmall.exp: Ditto.
25284 * gdb.base/scope.exp: Obsolete xfail a29k.
25285 * gdb.c++/misc.exp: Ditto.
25286 * gdb.c++/cplusfuncs.exp: Ditto.
25287 * gdb.base/ptype.exp: Ditto.
25288 * gdb.base/printcmds.exp: Ditto.
25289 * gdb.base/opaque.exp: Ditto.
25290 * gdb.base/list.exp: Ditto.
25291 * gdb.base/funcargs.exp: Ditto.
25292 * gdb.base/default.exp: Ditto.
25293
8ddad156
MS
252942002-01-04 Michael Snyder <msnyder@redhat.com>
25295
ca4976a6 25296 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
25297 * gdb.base/maint.exp: Add tests for maint info sections options.
25298
1b074332
JL
25299Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25300
25301 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25302
7d159115
CV
253032001-12-20 Corinna Vinschen <vinschen@redhat.com>
25304
25305 * gdb.asm/arm.inc: New file.
25306 * gdb.asm/asm-source.exp: Add arm targets.
25307 * gdb.asm/configure.in: Ditto.
25308 * gdb.asm/configure: Recreated from configure.in.
25309
8fb87725
JL
25310Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25311
afabe08c
JL
25312 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25313 with HP's compiler.
25314 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25315 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25316 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25317 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25318
25319 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25320 either HP's compilers or GCC.
25321
db521deb
JL
25322 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25323 a SIGBUS or SIGSEGV.
25324
25325 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25326
25327 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25328 can be compiled with either HP's compiler or GCC.
25329
cfa88ab7
JL
25330 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25331 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25332 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25333
ca344dff
JL
25334 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25335 to match current gdb output. Update due to using auto-solib-limit
25336 for limiting instead of overloading auto-solib-add.
25337 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25338 test program.
25339
3f3c6e55 25340 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
25341 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25342 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25343 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25344 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25345 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25346 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25347 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25348 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25349 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25350 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25351 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25352 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 25353
8fb87725
JL
25354 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25355 a SIGTRAP to the inferior.
25356
cf599fa7
CV
253572001-12-19 Corinna Vinschen <vinschen@redhat.com>
25358
25359 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25360 Substitute call to target_link by call to gdb_compile.
25361
2cd045cd
JL
25362Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25363
a9c64011
AS
25364 * gdb.base/break.exp: Fix HP specific search string when testing
25365 backtracing in a called function.
2cd045cd 25366
a9c64011
AS
25367 * gdb.base/constvars.exp: Only set lang to C++ if we're
25368 compiling the test with HP's compilers.
25369 * gdb.base/volatile.exp: Similarly.
2cd045cd 25370
99ebe9ac
JB
253712001-12-19 Jim Blandy <jimb@redhat.com>
25372
25373 * gdb.base/printcmds.exp: Expect the null character to be printed
25374 as '\0', and the '\013' to be printed as '\v'.
25375 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25376 * gdb.base/setvar.exp: Same.
25377
b9891b29
JB
253782001-12-17 Jim Blandy <jimb@redhat.com>
25379
0eba65ab
JB
25380 * gdb.base/completion.exp: Rather than completing very long
25381 filenames, which can make the readline library produce output we
25382 don't recognize, cd to the directory first, and then complete
25383 using nice, short relative paths.
25384
6970b5b1
JB
25385 * gdb.base/completion.exp: On some systems, there is, in fact, a
25386 variable named `b' in scope, since GDB treats all static
a9c64011
AS
25387 variables as being in scope. So use `no_var_named_this'
25388 instead of `b'.
6970b5b1 25389
b9891b29 25390 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 25391 can't find the core file's registers as a failure.
b9891b29 25392
e6ccd35f
JSC
253932001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25394
a9c64011
AS
25395 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25396 test expect string more specific.
e6ccd35f 25397
105ba819
CV
253982001-12-13 Corinna Vinschen <vinschen@redhat.com>
25399
25400 * gdb.asm/asm-source.exp: Add support for xstormy16.
25401 * gdb.asm/configure.in: Ditto.
25402 * gdb.asm/configure: Rebuild.
25403 * gdb.asm/xstormy16.inc: New file.
25404
e9e79dd9
FF
254052001-12-10 Fred Fish <fnf@redhat.com>
25406
25407 * gdb.base/maint.exp: Update to match changes in type dumping code.
25408
347dc97d
JB
254092001-12-10 Jim Blandy <jimb@redhat.com>
25410
25411 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
25412 matching the entry point symbol's name at the beginning of the
25413 line.
347dc97d 25414
5178b9d6
DJ
254152001-12-07 Daniel Jacobowitz <drow@mvista.com>
25416
25417 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25418 gdb.c++/inherit.exp, gdb.c++/method.exp,
25419 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25420 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25421 and class layout support.
25422
af890c52
DJ
254232001-12-07 Daniel Jacobowitz <drow@mvista.com>
25424
25425 * gdb.c++/classes.exp: Add test for static member function.
25426 * gdb.c++/misc.cc: Add class with static member function.
25427
7a345fb3
JB
254282001-12-07 Jim Blandy <jimb@redhat.com>
25429
f2e54a80 25430 If GDB says it can't find the struct the function returned, report
8032bf31
JB
25431 those tests as `unsupported'.
25432 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25433 Rewrite subsequent tests to use it.
25434
25435 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
25436 those tests as `unsupported'.
25437 * gdb.base/structs.exp (call_struct_func): New function.
25438 (do_function_calls): Use call_struct_func to call the functions
25439 returning structs.
25440
0bc69509
JB
25441 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25442 whether functions are prototyped or not, so we can't possibly pass
25443 arguments to t_float_values2 properly.
25444
7a345fb3
JB
25445 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25446 value of `timeout' for targets other than the mips*tx39-*.
25447
edb6ede1
MS
254482001-12-06 Michael Snyder <msnyder@redhat.com>
25449
d63a86f8 25450 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
25451 and detect whether the start symbol has a leading underscore.
25452
2d842f13
JB
254532001-12-04 Jim Blandy <jimb@redhat.com>
25454
25455 * gdb.base/completion.exp: Clarify indentation.
25456
68550daf
JB
254572001-12-03 Jim Blandy <jimb@redhat.com>
25458
25459 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25460 variables on the S/390, not `.word'.
25461
cd5195a8
JB
254622001-11-30 Jim Blandy <jimb@redhat.com>
25463
25464 Add assembly-source tests for s390-ibm-linux.
25465 * gdb.asm/s390.inc: New file.
25466 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25467 the S/390 architecture.
a9c64011 25468 * gdb.asm/configure: Regenerated.
cd5195a8 25469
ca9efc90
MS
254702001-11-30 Michael Snyder <msnyder@redhat.com>
25471
25472 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25473 next, info source, info sources, info line, global and static
25474 variables, and static functions.
25475 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25476 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25477 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25478 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25479 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25480 (gdbasm_leave): Restore frame pointer.
25481 (gdbasm_startup): Copy stack set-up from crt0.S.
25482
d0e66976
FN
254832001-11-26 Fernando Nasser <fnasser@redhat.com>
25484
25485 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25486 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25487 to a local (non-static) variable. Copy tstruct.a to a static buffer
25488 and return a pointer to that buffer.
25489 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25490
e2334072
MK
254912001-11-24 Mark Kettenis <kettenis@gnu.org>
25492
25493 * gdb.asm/configure.in: Fix recognition of ix86 target.
25494 * gdb.asm/configure: Regenerate.
25495
756caa3d
MS
254962001-11-21 Michael Snyder <msnyder@redhat.com>
25497
25498 * gdb.asm/sparc.inc: New file.
25499 * gdb.asm/asm-source.exp: Recognize sparc target.
25500 * gdb.asm/configure.in: Recognize sparc target.
25501 * gdb.asm/configure: Regenerate.
d63a86f8 25502
9a4d72d5
MS
255032001-11-21 Michael Snyder <msnyder@redhat.com>
25504
25505 * gdb.asm/m32r.inc: New file.
25506 * gdb.asm/asm-source.exp: Recognize m32r target.
25507 * gdb.asm/configure.in: Recognize m32r target.
25508 * gdb.asm/configure: Regenerate.
25509
a773d1cd
MS
255102001-11-20 Michael Snyder <msnyder@redhat.com>
25511
017ac23d
MS
25512 * gdb.asm/i386.inc: New file.
25513 * gdb.asm/asm-source.exp: Recognize ix86 target.
25514 * gdb.asm/configure.in: Recognize ix86 target.
25515 * gdb.asm/configure: Regenerate.
25516
a773d1cd
MS
25517 * gdb.c++/namespace.exp: Fix quotes in output messages.
25518
bb632afb
MS
255192001-11-14 Michael Snyder <msnyder@redhat.com>
25520
25d559ca 25521 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25522 qualifier in a type cast expression, to designate an address
25523 in the instruction space (Harvard architecture).
25524
4749e309
MS
255252001-11-13 Michael Snyder <msnyder@redhat.com>
25526
25527 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25528 Tests for expressions using 'const' and 'volatile'.
25529
25050984
CV
255302001-11-13 Corinna Vinschen <vinschen@redhat.com>
25531
25532 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25533
1902c51f
DJ
255342001-11-12 Daniel Jacobowitz <drow@mvista.com>
25535
25536 * lib/mi-support.exp (mi_run_to_helper): Move comments
25537 outside of gdb_expect.
25538
dcf95b47
DJ
255392001-11-11 Daniel Jacobowitz <drow@mvista.com>
25540
25541 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25542 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25543 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25544 mi0_run_to): New functions.
25545 * gdb.mi/mi-simplerun.exp: Use them.
25546 * gdb.mi/mi0-simplerun.exp: Likewise.
25547 * gdb.mi/mi-var-cmd.exp: Likewise.
25548 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25549
45b074e1
AC
255502001-11-10 Andrew Cagney <ac131313@redhat.com>
25551
25552 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25553 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25554
bf50d346
AC
255552001-11-09 Andrew Cagney <ac131313@redhat.com>
25556
25557 * gdb.base/restore.exp: Include $expected value in restored test
25558 message.
25559
9383332c
AC
255602001-11-09 Andrew Cagney <ac131313@redhat.com>
25561
25562 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25563 implemented.
25564
db62520a
MS
255652001-11-08 Michael Snyder <msnyder@redhat.com>
25566
25567 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25568 Add pass/fail message for stop at breakpoint in call dummy function.
25569
b5703437
MS
255702001-11-07 Michael Snyder <msnyder@redhat.com>
25571
d63a86f8
RM
25572 * gdb.c++/templates.exp (test_template_breakpoints):
25573 If we get an overload menu, but it does not match what
760f6330 25574 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25575 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25576 making the whitespace optional. Argument for "new" may be
25577 "unsigned" as well as "unsigned int/long".
d63a86f8 25578 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25579 making the whitespace optional. Also replace "(void) with
25580 "((void|)), making the keyword "void" optional.
d63a86f8 25581 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25582 making the whitespace optional. Also replace "(void) with
25583 "((void|)), making the keyword "void" optional.
3bf40917
MS
25584 * gdb.base/callfuncs.c (t_float_values): This function must
25585 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25586 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25587 can be tested against both cases. Usually one case involves
25588 promotion of float to double, while the other does not.
25589 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25590 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25591 includes a stack frame for "start".
25592
c8ab4e6d
JB
255932001-11-05 Jim Blandy <jimb@redhat.com>
25594
25595 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25596 pointers are 32 bits long, and that offsets of relocs are always
25597 stored in the data (REL-style), and not in the reloc entry itself
25598 (RELA-style).
25599 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25600 stabs.
25601
3f08ced9
MS
256022001-11-01 Michael Snyder <msnyder@redhat.com>
25603
25604 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25605 and regular expression operators by using quoting.
25606
cbfa24cd
MS
256072001-10-31 Michael Snyder <msnyder@redhat.com>
25608
25609 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25610 depending on what the symbol table contains.
25611 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25612 the output of the ptype command. Similarly, accept both "const &"
25613 and "const&".
25614
aaa68313
CV
256152001-10-31 Corinna Vinschen <vinschen@redhat.com>
25616
25617 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25618 symbol `STORAGE' to allow to choose the storage class of
25619 the local datastructures.
25620 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25621 compiler directive.
25622
91740388
MS
256232001-10-30 Michael Snyder <msnyder@redhat.com>
25624
25625 * gdb.base/jump.exp: Allow it to run for all targets.
25626
1b7c05e7
CV
256272001-10-29 Corinna Vinschen <vinschen@redhat.com>
25628
25629 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25630 with new double_array size.
25631 (main): Change storage class of all local variables to static.
25632 Reduce size of double_array to 9.
25633 * gdb.base/call-ar-st.exp: Increase timeout value.
25634 Change expected output for double array to match new size in
25635 call-ar-st.c.
25636
36a22261
CV
256372001-10-29 Corinna Vinschen <vinschen@redhat.com>
25638
25639 * gdb.base/ending-run.exp: Create identical output when passing
25640 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25641 Stormy16 target.
36a22261 25642
92b8ae91
MK
256432001-10-28 Mark Kettenis <kettenis@gnu.org>
25644
25645 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25646 that we catch the expected failure under Linux/x86.
25647
cb135b83
OF
256482001-10-29 Orjan Friberg <orjanf@axis.com>
25649
25650 * gdb.base/setvar.exp: Escape curly braces.
25651 * gdb.stabs/weird.exp: Ditto.
25652
6884aa54
DJ
256532001-10-27 Daniel Jacobowitz <drow@mvista.com>
25654
25655 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25656 * gdm.mi/mi0-hack-cli.exp: Likewise.
25657
0398c9aa
AC
256582001-10-25 Andrew Cagney <ac131313@redhat.com>
25659
25660 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25661 messages.
25662
d20bf2e8
AC
256632001-10-21 Andrew Cagney <ac131313@redhat.com>
25664
25665 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25666 checking MI enabled.
25667
03dd63aa
CV
256682001-10-09 Corinna Vinschen <vinschen@redhat.com>
25669
25670 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25671
1d9d99f3
FCE
256722001-10-04 Frank Ch. Eigler <fche@redhat.com>
25673
25674 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25675 if gdb child process crashes, just signal an error.
25676
838ae6c4
JB
256772001-10-02 Jim Blandy <jimb@redhat.com>
25678
25679 * lib/gdb.exp (test_xfail_format): Simplify.
25680
25681 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25682 front of the variable name `format'. Simplify `if'.
25683
8f0cbc1c
DJ
256842001-10-01 Daniel Jacobowitz <drow@mvista.com>
25685
25686 * gdb.threads/pthreads.exp: Wait for output and delay
25687 before sending ^C.
25688
1f08dafd
DJ
256892001-10-01 Daniel Jacobowitz <drow@mvista.com>
25690
25691 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25692 some incorrect output instead of timing out.
25693 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25694
674f90ff
CV
256952001-09-28 Corinna Vinschen <vinschen@redhat.com>
25696
25697 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25698 check to allow additional `int'.
25699
9b284272
DJ
257002001-09-27 Daniel Jacobowitz <drow@mvista.com>
25701
25702 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25703 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25704
b55a4771
MS
257052001-09-27 Michael Snyder <msnyder@redhat.com>
25706
25707 * lib/gdb.exp (test_debug_format): New proc.
25708 (setup_xfail_format): Use new proc test_debug_format.
25709 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25710 proc; use new service proc test_debug_format.
25711 Replace all other "gcc_compiled" tests with this test.
25712 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25713 proc; use new service proc test_debug_format.
25714 Replace all other "gcc_compiled" tests with this test.
25715
257162001-09-27 Michael Snyder <msnyder@redhat.com>
25717
25718 * gdb.base/cvexpr.exp: New file.
25719 * gdb.base/cvexpr.c: New file
25720 Test for expressions using const and volatile keywords.
25721
4e6667ac
CV
257222001-09-26 Corinna Vinschen <vinschen@redhat.com>
25723
25724 * gdb.base/constvars.exp: Check for different orders of keywords
25725 and additional "int" strings in output.
25726
4f337972
AC
257272001-09-22 Andrew Cagney <ac131313@redhat.com>
25728
25729 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25730 responses from "help maint".
25731
2015650d
FCE
257322001-09-19 Frank Ch. Eigler <fche@redhat.com>
25733
25734 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25735 to localhost:NNN instead of :NNN, in case Xvfb is listening
25736 only on TCP.
25737
f3bcedc1
CV
257382001-09-19 Corinna Vinschen <vinschen@redhat.com>
25739
25740 * gdb.base/recurse.exp: When checking leaving the watchpoint
25741 scope, recognize when gdb is in function's epilogue and pass.
25742
6b819c92
KS
257432001-09-18 Keith Seitz <keiths@redhat.com>
25744
25745 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25746 support for running tests against sid targets.
25747 (gdbtk_done): Ditto.
25748
a10c9419
CV
257492001-09-18 Corinna Vinschen <vinschen@redhat.com>
25750
25751 * gdb.base/ending-run.c (main): Set stdout buffersize
25752 to the same reasonable value for any target.
25753 * gdb.base/ending-run.exp: Add a regular expression
25754 to make testsuite happy on Sanyo Stormy16 target.
25755
739d0d99
CV
257562001-09-17 Corinna Vinschen <vinschen@redhat.com>
25757
25758 * gdb.base/display.c (do_loops): Add float variable `f'.
25759 Increment f in loop.
25760 * gdb.base/display.exp: Increment timeout by 60 seconds.
25761 Change float display test to use variable `f'.
25762
1b8947f0
JB
257632001-09-17 Jim Blandy <jimb@redhat.com>
25764
25765 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25766 overflowing the limited breakpoint tables on some ROM monitors
25767 (like the ROM68K).
25768
9890ac81
FCE
257692001-09-15 Frank Ch. Eigler <fche@redhat.com>
25770
25771 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25772 the "-ac" (disable access control) flag.
25773
6db765ea
JH
257742001-08-30 Jeff Holcomb <jeffh@redhat.com>
25775
25776 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25777 ints.
25778
4c32cc04
KS
257792001-08-30 Keith Seitz <keiths@redhat.com>
25780
25781 * lib/gdb.exp: Move all insight-related functionality into
25782 separate file.
25783 * lib/insight-support.exp: New file.
25784
8d6e6f81
FCE
257852001-08-29 Frank Ch. Eigler <fche@redhat.com>
25786
25787 * config/sid.exp (sid_start): Never set sid verbosity; disable
25788 expect_background {} that consumed its stdout; tolerate </dev/null.
25789 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25790
6a90e1d0
AC
257912001-08-18 Andrew Cagney <ac131313@redhat.com>
25792
25793 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25794 CLI jump command to start it.
25795 (mi_run_to_main): Fail immediatly when unexpected output.
25796
1759b3c3
AC
257972001-08-18 Andrew Cagney <ac131313@redhat.com>
25798
25799 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25800 beginning of function. Fix PR gdb/191.
25801
61d11d80
FCE
258022001-08-16 Frank Ch. Eigler <fche@redhat.com>
25803
25804 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25805 what to force sid endianness to.
25806
942a4df2
KS
258072001-08-15 Keith Seitz <keiths@redhat.com>
25808
25809 * lib/gdb.exp (gdbtk_start): Don't set environment
25810 variables for TCL_LIBRARY and friends. Insight will
25811 now figure these out for itself.
25812
0521c418
MS
258132001-08-02 Michael Snyder <msnyder@redhat.com>
25814
25815 * gdb.base/completion.exp: Remove the symbol "a64l" from
25816 the expect string; this is target-specific, and not related
25817 to what is being tested.
25818
74a9a58a
DB
258192001-08-02 Dave Brolley <brolley@redhat.com>
25820
25821 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25822
c70819fa
MS
258232001-07-25 Michael Snyder <msnyder@redhat.com>
25824
c2b8fa57
MS
25825 * gdb.base/consecutive.exp: New file. Test stepping over
25826 breakpoints on consecutive instructions.
25827 * gdb.base/consecutive.c: New file.
25828
c70819fa
MS
25829 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25830 curly braces in regular expressions.
25831
2b1a1355
MS
258322001-07-25 Michael Snyder <msnyder@redhat.com>
25833
25834 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25835 legitimate output from stepping out of main.
25836
413eca6f
KS
258372001-07-22 Keith Seitz <keiths@redhat.com>
25838
25839 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25840 the empty string, do not run the tests.
25841
7e5a9322
SC
258422001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25843
25844 * gdb.base/long_long.exp: Detect size of pointer. Take into
25845 account 2-byte pointers when testing for p/a results.
25846
de58f10f
SC
258472001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25848
d63a86f8 25849 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25850 and defined to 1K for m68hc11.
25851 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25852 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25853 (sizeof_random_data): New variable to tell the size of the data table;
25854 don't test past this size; always run to main.
25855
d6f5fea1
SC
258562001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25857
25858 * gdb.base/return2.exp: return of long long and double fails for
25859 68HC11; don't execute these tests on that platform.
25860 * gdb.base/return.exp: Return of a double fails for 68hc11.
25861
c477543d
SC
258622001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25863
25864 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25865 tests that print a float.
25866 * call-rt-st.exp: Likewise.
25867
63cf1c79
MK
258682001-07-12 Mark Kettenis <kettenis@gnu.org>
25869
25870 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25871 running this test on Linux.
25872
112f9ab5
MC
258732001-06-24 Michael Chastain <chastain@redhat.com>
25874
25875 * gdb.base/arithmet.exp: Remove some tests to make all test names
25876 unique.
25877
4970cb0f
MS
258782001-07-03 Michael Snyder <msnyder@redhat.com>
25879
25880 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25881 the output of the ptype command.
25882
d85da69f
MS
258832001-07-02 Michael Snyder <msnyder@redhat.com>
25884
4c8a82de
MS
25885 * gdb.base/completion.exp: Don't assume that break.c is the only
25886 source file that may contain functions named "marker".
d85da69f
MS
25887 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25888
8afc772b
AC
258892001-06-28 Andrew Cagney <ac131313@redhat.com>
25890
25891 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25892 of files to delete.
25893
25894 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25895 * gdb.disasm/h8300s.exp: New file.
25896 gdb.disasm/h8300s.s: Likewise.
25897
cff22675
AC
258982001-06-27 Andrew Cagney <ac131313@redhat.com>
25899
25900 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25901 empty breakpoint tables.
25902
68c81b54
AC
259032001-06-25 Andrew Cagney <ac131313@redhat.com>
25904
25905 * lib/mi-support.exp: Update args=... part of stop-reason
25906 patterns. Accept either a list or a tuple.
25907
2dd62704
AC
259082001-06-23 Andrew Cagney <ac131313@redhat.com>
25909
25910 * lib/mi-support.exp: Remove local emacs variable defining
25911 change-log-default-name.
25912
b4127474
MC
259132001-06-22 Michael Chastain <chastain@redhat.com>
25914
25915 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25916 This is operationally compatible with the previous version.
25917
8dbfb380
JB
259182001-06-13 Jim Blandy <jimb@redhat.com>
25919
25920 * lib/gdb.exp (gdb_test): Doc fix.
25921
f2d8c86d
MC
259222001-06-10 Michael Chastain <chastain@redhat.com>
25923
25924 * gdb.base/exprs.exp: Remove a duplicate test.
25925
81564d34
JB
259262001-06-06 Jim Blandy <jimb@redhat.com>
25927
25928 * gdb.base/return2.exp (main): Use values to test float and double
25929 returns that are not NaN's, to avoid being confused by IEEE
25930 comparison rules.
25931
da55addb
MS
259322001-06-04 Michael Snyder <msnyder@redhat.com>
25933
25934 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25935 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25936 rather than wait for 12 more tests to time out.
25937
42c65987
JB
259382001-06-06 Jim Blandy <jimb@redhat.com>
25939
b18bced9 25940 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25941 Don't forget to match the GDB prompt.
b18bced9 25942
42c65987
JB
25943 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25944
5b41e5f0
JB
259452001-06-04 Jim Blandy <jimb@redhat.com>
25946
25947 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25948 command.
25949
015e046f
KB
259502001-05-31 Kevin Buettner <kevinb@redhat.com>
25951
25952 * gdb.base/annota1.exp (info break): Match four or more spaces
25953 after "Address".
25954
fb1ffbbe
MC
259552001-05-31 Michael Chastain <chastain@redhat.com>
25956
25957 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25958 (dm_type_int_star): Likewise.
25959 (dm_type_long_star): Likewise.
25960 (dm_type_void_star): Likewise.
25961
5ea2a32c
KB
259622001-05-29 Kevin Buettner <kevinb@redhat.com>
25963
25964 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25965 to a known value in order to get consistent results regardless
25966 of the setting of INPUTRC or the presence or contents of .inputrc.
25967
ae23c492
MS
259682001-05-24 Michael Snyder <msnyder@redhat.com>
25969
ac55707e
MS
25970 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25971 Don't require that the main thread and the manager thread are the
25972 first in the list.
25973
ae23c492
MS
25974 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25975 debugging. If test fails, issue an "unsupported" not a "fail".
25976
400071f1
JB
259772001-05-24 Jim Blandy <jimb@redhat.com>
25978
25979 Don't assume that short is shorter than int.
25980 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25981 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25982 this isn't true.
400071f1
JB
25983 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25984 an int, is not equal to ~0 stored in an unsigned char. This tests
25985 the same thing that the previous test meant to, but works on
25986 16-bit machines, too.
25987 ("print unsigned char != (~0)"): Same test, complemented.
25988
0816a3e5
MS
259892001-05-24 Michael Snyder <msnyder@redhat.com>
25990
25991 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 25992 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
25993 and prevents dejagnu getting out of step.
25994
f6dc23a9
KB
259952001-05-23 Kevin Buettner <kevinb@redhat.com>
25996
25997 * gdb.base/finish.exp (finish_void): Revise pattern for
25998 stopping on the call statement to not permit stopping at
25999 the start of the instructions comprising the call sequence.
26000
7dbd117d
MC
260012001-05-19 Michael Chastain <chastain@redhat.com>
26002
26003 * gdb.base/callfuncs.exp: Make all test names unique.
26004 * gdb.base/commands.exp: Make all test names unique.
26005 * gdb.base/condbreak.exp: Make all test names unique.
26006 * gdb.base/dbx.exp: Make all test names unique.
26007 * gdb.base/default.exp: Make all test names unique.
26008 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26009 and TIMEOUT messages to their corresponding PASS message.
26010 * gdb.base/ending-run.exp: Make all test names unique.
26011 * gdb.base/long_long.exp: Remove duplicate test.
26012
6b0b0a9e
KB
260132001-05-21 Kevin Buettner <kevinb@redhat.com>
26014
26015 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26016 stop on the call statement as well as the statement after the
26017 call.
26018
2caa35cb
MS
260192001-05-21 Michael Snyder <msnyder@redhat.com>
26020
26021 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26022
40713331
EZ
260232001-05-10 Elena Zannoni <ezannoni@redhat.com>
26024
a9c64011
AS
26025 * gdb.base/completion.exp: Revamp test. Make it execute on all
26026 platforms.
40713331 26027
c2c1be8d
EZ
260282001-05-10 Elena Zannoni <ezannoni@redhat.com>
26029
a9c64011
AS
26030 * config/gdbserver.exp (gdb_load): Handle the case
26031 in which the arguments to gdbserver are given in the
26032 baseboard configuration file.
26033 Also handle the case in which the server needs to do a
26034 load.
2c9cd303 26035
9671de48
KS
260362001-05-07 Keith Seitz <keiths@cygnus.com>
26037
a9c64011
AS
26038 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26039 set up the display for testing.
26040 (gdbtk_start): Convert all paths to paths that tcl will like.
26041 Export target information to environment.
26042 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26043 necessary.
26044 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26045 (to_tcl_path): New proc to convert a given pathname into
26046 a path acceptible as an argument to a tcl command.
26047 (_gdbtk_export_target_info): New proc to export target info
26048 into the environment for gdbtk testing.
26049 (gdbtk_done): New proc to signal end-of-test.
9671de48 26050
5a360f47
JB
260512001-05-06 Jim Blandy <jimb@redhat.com>
26052
26053 * restore.c: Make the code of caller0 correspond to its comment.
26054
66c756c6
MS
260552001-05-03 Michael Snyder <msnyder@redhat.com>
26056
26057 * config/sid.exp (gdb_target_sid): Check for error messages.
26058 On error or timeout, don't make expect exit (which will terminate
26059 all subsequent tests); instead just make gdb exit.
d63a86f8 26060 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26061 return a negative value.
26062
a966fde5
JB
260632001-04-24 Jim Blandy <jimb@redhat.com>
26064
851c18e0
JB
26065 * gdb.c++/templates.exp: If we see the prompt for the overload
26066 list, but we haven't recognized any of the longer patterns,
26067 arrange for this test to fail, not hang.
26068
a966fde5
JB
26069 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26070 variations.
26071
db144853
MC
260722001-04-22 Michael Chastain <chastain@redhat.com>
26073
26074 * gdb.c++/local.exp: Use the 'runto' library function.
26075 * gdb.c++/namespace.exp: Likewise.
26076 * gdb.c++/overload.exp: Likewise.
26077
3207ec21
KB
260782001-03-26 Kevin Buettner <kevinb@redhat.com>
26079
26080 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26081 * gdb.base/step-line.exp: New file. Test step/next in presence of
26082 #line directives.
26083 * gdb.base/step-line.c: New file. Test program for the above.
26084 * gdb.base/step-line.inp: New file. We pretend that this file has
26085 been transformed by some other tool into step-line.c.
26086
13b57657
JB
260872001-03-21 Jim Blandy <jimb@redhat.com>
26088
26089 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26090 unmangled operator names.
26091
754cbe1c
JB
260922001-03-20 Jim Blandy <jimb@redhat.com>
26093
26094 * gdb.threads/linux-dp.exp: Recognize an additional message
26095 generated by GDB when it doesn't understand how to debug threads
26096 on the target system.
26097
177495c9
AC
260982001-03-19 Andrew Cagney <ac131313@redhat.com>
26099
26100 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26101
f266096b
MC
261022001-03-12 Michael Chastain <chastain@redhat.com>
26103
26104 * gdb.c++/derivation.exp: Use the 'runto' library function.
26105
cac3c2ff
MC
261062001-03-12 Michael Chastain <chastain@redhat.com>
26107
26108 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26109
b6c11a24
MC
261102001-02-24 Michael Chastain <chastain@redhat.com>
26111
26112 * gdb.c++/ref-types.exp: Change handwritten code to library
26113 function 'runto'.
26114
6bae5bce
OF
261152001-03-16 Orjan Friberg <orjanf@axis.com>
26116
26117 * gdb.base/signals.exp: Set count to 0 explicitly.
26118
0015fd9a
MS
261192001-03-15 Mark Salter <msalter@redhat.com>
26120
26121 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26122 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26123 (gdb_load): Add support for additional target_info: gdb_download_size
26124 and gdb_load_timeout.
0015fd9a 26125
fc33412a
DT
26126Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26127
26128 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26129 file -- to prevent failing when the compile fails but we have no
26130 intention of running the tests anyway.
fc33412a
DT
26131
26132 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26133 tests if set.
26134
26135 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26136 integers.
fc33412a
DT
26137
26138 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26139 * gdb.c++/namespace.exp: Ditto.
26140
115f06de
OF
261412001-03-07 Orjan Friberg <orjanf@axis.com>
26142
26143 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26144 * gdb.base/pointers.exp: Relax pattern match of decimals.
26145
b6ba6518
KB
261462001-03-06 Kevin Buettner <kevinb@redhat.com>
26147
26148 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26149 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26150 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26151 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26152 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26153 config/sh.exp, config/sid.exp, config/slite.exp,
26154 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26155 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26156 config/vxworks.exp, config/vxworks29k.exp,
26157 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26158 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26159 gdb.base/arithmet.exp, gdb.base/assign.exp,
26160 gdb.base/async.exp, gdb.base/attach.exp,
26161 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26162 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26163 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26164 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26165 gdb.base/commands.exp, gdb.base/completion.exp,
26166 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26167 gdb.base/constvars.exp, gdb.base/corefile.exp,
26168 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26169 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26170 gdb.base/ending-run.exp, gdb.base/environ.exp,
26171 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26172 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26173 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26174 gdb.base/funcargs.exp, gdb.base/help.exp,
26175 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26176 gdb.base/logical.exp, gdb.base/long_long.exp,
26177 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26178 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26179 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26180 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26181 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26182 gdb.base/regs.exp, gdb.base/relational.exp,
26183 gdb.base/remote.exp, gdb.base/reread.exp,
26184 gdb.base/restore.exp, gdb.base/return2.exp,
26185 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26186 gdb.base/selftest.exp, gdb.base/setshow.exp,
26187 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26188 gdb.base/sigall.exp, gdb.base/signals.exp,
26189 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26190 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26191 gdb.base/step-test.exp, gdb.base/structs.c,
26192 gdb.base/structs.exp, gdb.base/structs2.exp,
26193 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26194 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26195 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26196 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26197 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26198 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26199 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26200 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26201 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26202 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26203 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26204 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26205 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26206 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26207 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26208 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26209 gdb.trace/circ.exp, gdb.trace/collection.exp,
26210 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26211 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26212 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26213 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26214 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26215 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26216 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26217 notices.
26218
dc96c6c7 262192001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26220
26221 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26222 first arg is int not float.
26223
dc96c6c7 262242001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26225
26226 * gdb.base/reread.exp: Unsupported for non-native targets;
26227 doesn't work for remote debugging.
26228
9b0c4aeb
FN
262292001-02-19 Fernando Nasser <fnasser@redhat.com>
26230
26231 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26232 * gdb.base/ending-run.exp: Properly handle the BSP state when
26233 stepping past the end of main.
9b0c4aeb 26234
02aa71d5
MC
262352001-02-19 John Moore <jmoore@redhat.com>
26236
26237 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26238 Converted HPUX fix for non-expected items following multiple
26239 step commands into general solution for all platforms.
26240
1fa449a4
MC
262412001-02-18 Michael Chastain <chastain@redhat.com>
26242
26243 * gdb.c++/classes.exp (do_tests): Change runto statements
26244 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26245 statements demangler agnostic.
26246 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26247 (gdb_virtfunc_restart): Likewise.
26248
b2f9ec70
MC
262492001-02-14 Michael Chastain <chastain@redhat.com>
26250
26251 * gdb.c++/inherit.exp (do_tests): Change runto statements
26252 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26253 statements demangler agnostic.
26254
cf74b8ca
AC
26255Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26256
26257 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26258 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26259 before calling common_routine 15 times'' tests.
cf74b8ca 26260
99f78f56
MC
262612001-02-11 Michael Chastain <chastain@redhat.com>
26262
26263 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26264 Helps the test script figure out which demangler is in use.
26265 (dm_type_foo_ref): Ditto.
26266 (dm_type_int_star): Ditto.
26267 (dm_type_long_star): Ditto.
26268 (dm_type_unsigned_int): Ditto.
26269 (dm_type_void): Ditto.
26270 (dm_type_void_star): Ditto.
99707966 26271 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
26272 Probe the gdb demangler and set variables to accommodate
26273 formatting differences.
26274 (info_func_regexp): New function. Same as info_func, but
26275 matches against a regexp.
26276 (info_func): Match against a literal string.
26277 (print_addr_2): New function. Match against a literal string,
26278 which can be different from the input to gdb.
26279 (print_addr): Simply call print_addr_2 with the same argument twice.
26280 (test_lookup_operator_functions): Use demangler formatting variables.
26281 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26282 the tests in the same order as the C++ class declaration.
26283 (test_paddr_operator_functions): Ditto.
26284 (test_paddr_overloaded_functions): Ditto.
26285 (test_paddr_hairy_functions): Use demangler formatting variables.
26286 Add reference to gdb/19 for related tests.
26287 (do_tests): Call probe_demangler.
26288
1de8f023
KB
262892001-01-30 Kevin Buettner <kevinb@redhat.com>
26290
26291 * gdb.c++/templates.cc (printf): Remove unused function definition.
26292
ca3f91ed
MS
262932001-01-26 Felix Lee <flee@redhat.com>
26294
26295 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26296
262972001-01-25 matthew green <mrg@redhat.com>
26298
26299 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26300 up sid.
26301 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26302
263032001-01-25 matthew green <mrg@redhat.com>
26304
26305 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 26306 Deprecate $sid_spawn_id.
ca3f91ed
MS
26307 (sid_exit): Remove code necessary only for `spawn.'
26308
263092001-01-25 matthew green <mrg@redhat.com>
26310
26311 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26312
fb18ec4a
MC
263132001-01-28 Michael Chastain <chastain@redhat.com>
26314
26315 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26316 to call when tests fail. It takes gdb out of the overloaded
26317 function choice menu back to the main prompt, so that the test
26318 program stays synchronized.
26319 (set_bp_overloaded): New proc to collect all the common
26320 code for setting a breakpoint on an overloaded name. Calls
26321 take_gdb_out_of_choice_menu when needed.
26322 (menu_overload1arg): New variable to collect the repeated
26323 instances of the expected menu for an overloaded name. Change
26324 the regular expression to handle changes in g++ type encoding:
26325 "void" can be either "void" or "", and "unsigned int" can be
26326 either "unsigned int" or "unsigned".
26327 (continue_to_bp_overloaded): Change regular expressions to handle
26328 changes in g++ type encoding.
26329 (no proc): Call take_gdb_out_of_choice_menu when needed.
26330 Remove redundant calls to "info break". Accept either "canceled"
26331 or "cancelled". Change regular expressions in "info break"
26332 calls to handle changes in g++ type encoding. Give all tests
26333 unique strings.
26334
9c646a6e
BE
263352001-01-17 Ben Elliston <bje@redhat.com>
26336
26337 * config/sid.exp: New file.
26338
9549d9c1
AC
26339Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26340
26341 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26342
dc96c6c7 263432000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
26344
26345 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26346 Add a RE to accept a non-ascii char if one is ever presented.
26347
b4df4f68
FN
263482000-12-20 Fernando Nasser <fnasser@redhat.com>
26349
297dd0fd 26350 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 26351
dc96c6c7 263522000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 26353
d63a86f8 26354 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
26355 in regexp. One '\' does not suffice on Linux.
26356
4a7bddb6
MC
263572000-12-09 Michael Chastain <chastain@redhat.com>
26358
26359 * gdb.base/break.exp (test_clear_command): Use a marker function
26360 rather than 'main' for the test function. Also move this
26361 test to an execution point where the marker function names are
26362 guaranteed to be bound to functions. (Executing tests after a
26363 'finish' from main runs into name conflicts with local names
26364 in __libc_start_main).
26365
dc96c6c7 263662000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
26367
26368 * gdb.base/finish.exp: New test for gdb's "finish" command.
26369 * gdb.base/return2.exp: New test for gdb's "return" command.
26370 * gdb.base/return2.c: New source file for above.
26371
dc96c6c7 263722000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
26373
26374 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26375 * gdb.base/miscexprs.exp: Ditto.
26376 * gdb.base/pointers.exp: Ditto.
26377 * gdb.c++/derivation.exp: Ditto.
26378 * gdb.c++/local.exp: Ditto.
26379 * gdb.c++/namespace.exp: Ditto.
26380 * gdb.c++/overload.exp: Ditto.
26381 * gdb.c++/ref-types.exp: Ditto.
26382
dc96c6c7 263832000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
26384
26385 * gdb.base/constvars.exp: Test result of "up" command.
26386 * gdb.base/miscexprs.exp: Ditto.
26387 * gdb.base/pointers.exp: Ditto.
26388 * gdb.base/scope.exp: Ditto.
26389 * gdb.c++/derivation.exp: Ditto.
26390 * gdb.c++/local.exp: Ditto.
26391 * gdb.c++/namespace.exp: Ditto.
26392 * gdb.c++/overload.exp: Ditto.
26393 * gdb.c++/ref-types.exp: Ditto.
26394
44097287
FN
263952000-11-22 Michael Chastain <chastain@redhat.com>
26396
26397 * mips_pro.exp: Accept either "middle -> top -> main" or
26398 "middle -> main" in the backtrace, because gcc can optimize
26399 tail calls to jumps. Remove setup_xfail for the hppa case.
26400 Add a comment with the original warning messages from PR 3016,
26401 which was filed in 1993, to preserve them for posterity.
26402
9d2e1bab
ND
264032000-11-17 Nick Duffek <nsd@redhat.com>
26404
26405 * lib/gdb.exp (gdb_test): Override timeout with board info.
26406
1aca8eb7
ND
264072000-11-17 Nick Duffek <nsd@redhat.com>
26408
26409 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26410 the second kill and detach messages.
26411
93076499
ND
264122000-11-17 Nick Duffek <nsd@redhat.com>
26413
26414 * configure.in: Add AC_EXEEXT.
26415 * configure: Regenerate.
26416 * Makefile.in (just-check): Export EXEEXT.
26417 * lib/gdb.exp ($EXEEXT): Import from environment.
26418 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26419 expect "maint dump-me" on Cygwin.
26420 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26421 $EXEEXT.
26422
30e87cd3
ND
264232000-11-17 Nick Duffek <nsd@redhat.com>
26424
26425 * gdb.base/break.exp: Test backtrace and finish from called
26426 function on all platforms, not just HP-UX.
26427
dc96c6c7 264282000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
26429
26430 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26431 code from gdb_target_monitor, so it can be used independantly
26432 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 26433
dc96c6c7 264342000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
26435
26436 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26437 * gdb.base/corefile.exp: Expect the message "Program is being
26438 debugged already" when we send the "corefile" command, since
26439 the preceeding gdb_load may have connected gdb to a remote target.
26440 * gdb.base/display.exp: Disable hardware watchpoints if new
26441 board info variable "no_hardware_watchpoints" is true.
26442 Replace single-letter commands with more readable ones.
26443 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26444 if new board info variable "no_hardware_watchpoints" is true.
26445 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26446 to see if stdio (printf) testing is possible.
26447 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26448 board info variable "no_hardware_watchpoints" is true. Use new
26449 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26450
39124dea
FN
264512000-11-13 Fernando Nasser <fnasser@redhat.com>
26452
26453 From Orjan Friberg <orjanf@axis.com>:
26454 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26455 in array print pattern match.
26456
a9e2e984
FN
264572000-11-09 Fernando Nasser <fnasser@redhat.com>
26458
26459 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26460 spelling "cancelled" to U.S. spelling "canceled" to match changes
26461 made to gdb.
26462 * gdb.c++/ovldbreak.exp: Ditto.
26463
c7db355b
PS
264642000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26465
26466 * gdb.base/callfuncs.c (main): Moved to end of file, call
26467 t_double_values to initialize the FPU before inferior calls are made.
26468 * gdb.base/callfuncs.exp: Test for register preservation after calling
26469 inferior functions. Add tests for continuining, finishing and
26470 returning from a stop in a call dummy.
26471
dc96c6c7 264722000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
26473
26474 * gdb.base/commands.exp: Break up long lines, and re-indent.
26475
dc96c6c7 264762000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
26477
26478 * config/gdbserver.exp: Rewritten from the ground up, to make it
26479 compatible with the current dejagnu tree, and to make it work with
26480 the new "gdbserver" in libremote.
26481
dc96c6c7 264822000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26483
26484 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26485 * gdb.base/varargs.exp: Skip entire test if no printf support.
26486 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26487 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26488
dc96c6c7 264892000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26490
26491 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26492 no floating point support.
26493 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26494 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26495 * gdb.base/call-rt-st.exp: Ditto.
26496 * gdb.base/call-strs.exp: Ditto.
26497
bac5fc66
JG
264982000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26499
26500 * gdb.base/sizeof.c: include <stdio.h>.
26501
26502 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26503 'finish', otherwise uncaptured gdb_prompt would potentially
26504 throw remaining test points out of sync.
bac5fc66 26505
b22a6027
SB
265062000-07-26 Scott Bambrough <scottb@netwinder.org>
26507
26508 * gdb.base/recurse.exp: Run tests for all targets.
26509 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26510 gnu-oldld case on ARM.
26511 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26512 for ARM targets.
d63a86f8 26513
d8231941
AG
26514Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26515
26516 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26517 * gdb.java/configure: Rebuild.
26518
8caabe69
AG
26519Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26520
26521 * gdb.java/jv-exp.exp: New file.
26522
9d273ca3
AG
26523Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26524
26525 * configure: Rebuilt.
26526 * configure.in (configdirs): Add gdb.java.
26527 * gdb.java/jmisc.java: New file.
26528 * gdb.java/jmisc.exp: New file.
26529 * gdb.java/Makefile.in: New file.
26530 * gdb.java/configure: Rebuilt.
26531 * gdb.java/configure.in: New file.
26532 * lib/java.exp: New file.
26533
4f823a66
AC
26534Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26535
26536 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26537 underflow.
4f823a66 26538
2391e11d
AC
26539Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26540
26541 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26542 and the compilers sizes.
2391e11d 26543
54602222
ND
265442000-07-09 Nick Duffek <nsd@redhat.com>
26545
26546 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26547 (use_methods): New function.
26548 (main): Call use_methods().
26549 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26550 (do_tests): Call test_method_param_class.
26551
2bec0572
ND
265522000-07-09 Nick Duffek <nsd@redhat.com>
26553
26554 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26555 spelling.
26556 (test_enums): New procedure. Move enum tests from end of script
26557 to here. Set breakpoint on function name instead of line number.
26558 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26559 (enums2): New marker function.
26560 (enums1): New function.
26561 (main): Call enums1(). Move enum tests to enums1().
26562
78492fde
AC
26563Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26564
26565 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26566 compile/link program. Update line numbers.
78492fde
AC
26567 * gdb.asm/d10v.inc: Define ``startup''.
26568 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26569
49a2cef8
AC
26570Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26571
26572 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26573
3e6c8688
EZ
265742000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26575
26576 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26577 of 'help maint print' command.
3e6c8688 26578
9ff5cbe9
AC
26579Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26580
26581 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26582 they use gdb_expect_list.
9ff5cbe9 26583
17c579bd
AC
26584Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26585
26586 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26587 memory-read-packet-size'' instead of ``set endian big'' to test
26588 long commands.
17c579bd 26589
e6d71bf3
DB
265902000-06-03 Daniel Berlin <dan@cgsoftware.com>
26591
26592 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26593 g++, and stop skipping them.
e6d71bf3
DB
26594
26595 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26596 work under g++.
26597
d63a86f8 26598 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26599 initialization.
26600
dc96c6c7 266012000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26602
26603 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26604 the regular expression: accept an (almost) arbitrary sequence of
26605 "frames-invalid" and "breakpoints-invalid" messages both before
26606 and after the "starting" message.
26607
dc96c6c7 266082000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26609
26610 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26611
dc96c6c7 266122000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26613
26614 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26615 Relax the regular expression a little, make it pass on Solaris 8.
26616
8216cda9
KB
266172000-05-12 Kevin Buettner <kevinb@redhat.com>
26618
26619 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26620 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26621 Instead, it is permissible for gdb to stop on the line of the
26622 call itself.
26623
1a570b2f
MS
266242000-05-12 Michael Snyder <msnyder@.cygnus.com>
26625
26626 * gdb.base/break.exp (bp on small function, optimized file):
26627 Add a second pass pattern. The behavior differs here between stabs
26628 and dwarf for one-line functions. Stabs preserves two line symbols
26629 (one before the prologue and one after) with the same line number,
26630 but dwarf regards these as duplicates and discards one of them.
26631 Therefore the address after the prologue (where the breakpoint is)
26632 has no exactly matching line symbol, and GDB reports the breakpoint
26633 as if it were in the middle of a line rather than at the beginning.
26634
dc96c6c7 266352000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26636
d63a86f8 26637 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26638 rather than "send_gdb" (for consistancy).
26639
7d418785
AC
26640Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26641
26642 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26643 * gdb.c++/templates.cc: Properly check for GCC version number.
26644 * lib/compiler.cc: Likewise
26645
dc96c6c7 266462000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26647
d63a86f8 26648 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26649 gdb may not stop at the first line of main, due to code motion.
26650
dc96c6c7 266512000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26652
26653 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26654 This test depends on parsing the printf output from the target.
26655 Since the sparclet stub doesn't do stdio, this will never work.
26656 * gdb.base/call-rt-st.exp: ditto.
26657 * gdb.base/call-strs: ditto.
26658
dc96c6c7 266592000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26660
26661 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26662
26663 * gdb.base/ending-run.exp: After connecting to a remote target,
26664 but before running, the target will appear to be in a random
26665 location. Specify both a file and a line for breakpoints.
26666 Also, the function that calls main may be called 'init'
26667 rather than 'start'.
26668
a5a51225
EZ
266692000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26670
26671 * gdb.base/help.exp: Update output for add-symbol-file command.
26672
7930cc7c
FN
266732000-04-10 Fernando Nasser <fnasser@cygnus.com>
26674
26675 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26676 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26677
23e37ab1
C
266782000-04-07 J.T. Conklin <jtc@redback.com>
26679
e93c542c
C
26680 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26681
23e37ab1
C
26682 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26683
591b8fa3
PDM
26684Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26685
26686 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26687 values that can be represented exactly.
591b8fa3
PDM
26688 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26689 above change, and to not check against the directory part of the source
26690 file name.
26691 (step into print_long_arg_list): Likewise.
26692 (print print_small_structs from print_long_arg_list): Likewise.
26693 (print print_long_arg_list): Likewise.
26694
7a495180
EZ
266952000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26696
30b53638 26697 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 26698
beb998c6
AC
26699Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26700
26701 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26702
1c689132
DB
267032000-03-25 Daniel Berlin <dan@cgsoftware.com>
26704
26705 * gdb.base/commands.exp (deprecated_command_test): Add test for
26706 deprecate with no arguments.
26707
c1790a9d
JL
267082000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26709
26710 * gdb.base/break.exp: Add new test for setting breakpoints on
26711 optimized code so we can test breakpoints work even when function
26712 prologues may be optimized away
26713
003ba290
FN
267142000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26715
26716 From David Whedon <dwhedon@gordian.com>
a9c64011 26717 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 26718
6837a0a2
DB
267192000-03-22 Daniel Berlin <dan@cgsoftware.com>
26720
26721 * gdb.base/help.exp: Added test for new apropos command.
26722
b9593231
KB
267232000-03-21 Kevin Buettner <kevinb@redhat.com>
26724
26725 * gdb.base/pointers.c (usevar): New function.
26726 (main): Make sure that global variables v_int_pointer2, rptr,
26727 and y are all referenced someplace in the program by calling
26728 usevar() on them. [Some linkers delete symbols which are
26729 never referenced. The space remains, but there's no way to
26730 get a (symbolic) handle on the variable from the debugger.]
26731
751a959b
EZ
267322000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26733
26734 * gdb.base/printcmds.c: Add typedeffed arrays.
26735
26736 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26737 procedure to test arrays that are typedef'd.
751a959b 26738
73a93a32
JI
267392000-03-13 James Ingham <jingham@leda.cygnus.com>
26740
26741 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26742 the library directories.
73a93a32 26743
fb40c209
AC
26744Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26745
26746 * configure.in (configdirs): Add sub directory gdb.mi.
26747 * configure: Re-generate.
26748
26749 * gdb.mi: New directory.
d63a86f8 26750
ee4dd2c9
AC
267512000-02-25 Scott Bambrough <scottb@netwinder.org>
26752
26753 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26754 a long long value as a double on ARM platforms.
ee4dd2c9 26755
70f0cc22
JB
267562000-02-16 Jim Blandy <jimb@redhat.com>
26757
26758 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26759 default source file is set properly before running this test.
26760
853819b8
EZ
267612000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26762
26763 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26764 gdbtk/library directory, not in gdbtcl2.
853819b8 26765
dfcd3bfb
JM
267662000-02-04 Jim Blandy <jimb@redhat.com>
26767
26768 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26769 backslash from regexp pattern.
26770
26771 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26772 procedure. Use it to run all the "continue to bp overloaded"
26773 tests. Note that this changes the names of the tests slightly.
26774 If the breakpoint hit message includes a hex PC value, because
26775 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26776 from the real source code, still consider that a pass.
26777
26778 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26779 XFAIL here if the breakpoint message contains a hex address. Note
26780 similar change on 1999-11-02.
26781
26782 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26783
26784 * gdb.base/ptype.exp: Establish a default source file before
26785 calling get_debug_format.
26786
267872000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26788
26789 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26790
8b93c638
JM
267912000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26792
26793 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26794 of successive stepi commands -- while in the prologue we should see
26795 the function entry bracket.
26796
267972000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26798
26799 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26800 reach __change_mode() when stepping through the end of main().
26801
c5394b80
JM
268022000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26803
26804 * gdb.base/default.exp: Fix expected pattern.
26805 * gdb.base/help.exp: Same.
26806
0d06e24b
JM
268072000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26808
26809 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26810 Don't use xfail's because that affects only the following test.
d63a86f8 26811
0d06e24b 26812 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26813 solaris or linux.
0d06e24b
JM
26814
26815 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26816
dc96c6c7 268172000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26818
d63a86f8 26819 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26820 "A syntax error" rather than "A parse error". Accept both.
26821
268222000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26823
26824 * gdb.base/default.exp: Remove OS dependent string from "target
26825 remote" test.
26826 * gdb.base/help.exp: Same for "help target remote" test.
26827
c3f6f71d
JM
268282000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26829
26830 From Jim Kingdon <kingdon@redhat.com>:
26831
26832 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26833 prompt (cleanup rather than necessity, but still might keep output
26834 from spilling to next test).
c3f6f71d
JM
26835
268362000-01-02 Fred Fish <fnf@cygnus.com>
26837
26838 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26839 AIX, which defines them in <sys/types.h>.
26840
ed9a39eb 268411999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26842
ed9a39eb 26843 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26844 float" test.
ed9a39eb
JM
26845
268461999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26847
ed9a39eb 26848 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26849
26850 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26851 outermost frame disallowed".
26852
268531999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26854
26855 * gdb.base/setvar.exp: New tests for setting the value of a struct
26856 with a constant list.
26857
268581999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26859
26860 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26861 require the user to type a cast before setting the value of a struct.
26862
de57eccd
JM
268631999-12-06 Jim Blandy <jimb@cygnus.com>
26864
26865 * gdb.base/default.exp: Expect the new 'info float' command on
26866 all i386 platforms.
26867
26868 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26869 LinuxThreads libraries that don't support debugging.
26870
c2d11a7d
JM
26871Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26872
26873 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26874 Change the buffer type to ``unsigned char'' to simplify size
26875 arithmetic.
c2d11a7d
JM
26876
26877 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26878 stub only handles 400-1 byte packets. Verify that the download
26879 worked.
c2d11a7d
JM
26880
268811999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26882
26883 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26884 tests, using UNRESOLVED for the untested cases. Also, does not wait
26885 for a timeout if the prompt was received before a recognizable pattern.
26886
268871999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26888
26889 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26890
268911999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26892
26893 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26894 watchpoints.
c2d11a7d
JM
26895
268961999-11-24 Jason Merrill <jason@casey.cygnus.com>
26897
26898 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26899
26900 * gdb.c++/local.exp: Be more flexible in recognizing local class
26901 name mangling. Don't allow horribly truncated method names.
26902 * gdb.c++/derivation.exp: Expect protected inheritance.
26903 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26904 * gdb.c++/virtfunc.exp: Likewise.
26905 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26906 when printing a nested enum.
26907
269081999-11-22 Jim Blandy <jimb@cygnus.com>
26909
26910 * gdb.base/step-test.exp: Properly await GDB's response to setting
26911 a breakpoint on the call to large_struct_by_value.
26912
26913 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26914 just because we have debug info for the `start' function.
26915
269161999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26917
26918 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26919 "Unknown signal" messages, which indicate (on LinuxThreads) that
26920 GDB doesn't know how to debug threads on this system. This is
26921 better than hanging while philosopher 0 dumps chatter into gdb.log.
26922
269231999-11-18 Tom Tromey <tromey@cygnus.com>
26924
26925 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26926
269271999-11-18 Fred Fish <fnf@cygnus.com>
26928
26929 * gdb.base/coremaker2.c: Add sample program for generating
26930 cores that is more self contained than coremaker.c. Eventually
26931 I'll add more code to this and tie it into the testsuite.
26932
4ce44c66
JM
269331999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26934
26935 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26936
269371999-11-10 Jimmy Guo <guo@cup.hp.com>
26938
26939 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26940 from $srcdir/lib/.
4ce44c66 26941 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26942 and gdb.c++/.
4ce44c66
JM
26943
26944 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26945
d63a86f8 26946 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26947 'continue with watch' test point.
26948
269491999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26950
26951 Merged from p2linux-990323-branch:
d63a86f8 26952
4ce44c66
JM
26953 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26954
11cf8741
JM
26955Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26956
26957 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26958 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26959
26960Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26961
26962 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26963 gdb_expect_list.
11cf8741
JM
26964
26965Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26966
26967 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26968
269691999-11-03 Mark Salter <msalter@cygnus.com>
26970
26971 * gdb.base/break.exp: Fix "stub continue" pattern.
26972
269731999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26974
26975 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26976
269771999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26978
26979 * gdb.base/display.exp ("finish"): Add timeout clause.
26980
26981 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26982 plain prompt clause, so this doesn't have to time out in order to
26983 fail.
26984
26985 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26986 breakpoint hit messages include an address.
11cf8741
JM
26987
26988 * gdb.base/display.exp: Don't forget to escape parens in regular
26989 expressions. Unix regexp notatation sucks.
26990
269911999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26992
26993 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 26994 order for 'signalled' message.
11cf8741 26995
5c44784c
JM
269961999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26997
26998 From Jimmy Guo <guo@cup.hp.com>:
26999 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27000 * gdb.base/annota1.c: Add code for tests to work with.
27001
270021999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27003
27004 * gdb.base/remote.exp: New test for remote downloading settings.
27005 * gdb.base/remote.c: New file with large .data.
27006
917317f4
JM
270071999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27008
27009 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27010 for LinuxThreads support, merged from the Code Fusion branch.
27011
27012Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27013
27014 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27015 containing exp_continue into a while within an expect. Don't
27016 attempt a start more than three times. Check return value from
27017 gdb_load.
d63a86f8 27018
2df3850c
JM
27019Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27020
27021 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27022 a pass case.
2df3850c 27023
2acceee2
JM
270241999-10-01 Kevin Buettner <kevinb@cygnus.com>
27025
27026 * gdb.base/break.c (main): Added a statement that we can step
27027 off of.
27028 * gdb.base/break.exp: Added tests for setting a breakpoint
27029 at an offset and stepping onto a breakpoint.
27030
270311999-10-01 Fred Fish <fnf@cygnus.com>
27032
d63a86f8 27033 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27034 gdb output.
27035
c2c6d25f
JM
270361999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27037
27038 * gdb.base/break.exp: Code locations are in hex, don't forget!
27039 (For HP-UX.)
27040
270411999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27042
27043 * condbreak.exp: Use break.c as test program.
27044 * condbreak.c: Remove, redundant with break.c.
27045
270461999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27047
27048 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27049 Z-packets if the target needs it.
c2c6d25f
JM
27050
270511999-09-13 James Ingham <jingham@leda.cygnus.com>
27052
27053 * gdb.c++/overload.exp: Added tests for listing overloaded
27054 functions with function pointers in the arg, explicitly calling
27055 out the version you want.
27056
cff3e48b
JM
270571999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27058
27059 * long_long.exp: Add variations of test cases that work for
27060 targets with 16-bit ints and 32-bit doubles.
27061
d4f3574e
SS
270621999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27063
27064 * break.c (main): Compare a possibly-uninitialized argc with an
27065 unlikely value that fits in 16 bits.
27066
270671999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27068
27069 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27070 0xfeeb, don't want negative numbers if ints are 16 bits.
27071
27072 * lib/gdb.exp (skip_cplus_tests): New proc.
27073 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27074 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27075 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27076 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27077 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27078 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27079 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27080 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27081
27082 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27083
27084Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27085
27086 * gdb.base/corefile.exp (up): Allow a parameter to appear
27087 in the frame that we're going up to.
27088
27089 From Jim Blandy <jimb@cygnus.com>:
27090
27091 * gdb.base/default.exp (info float): Expect some output now.
27092
27093 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27094 returning floating-point values to fail on the x86.
27095 * gdb.base/callfwmall.exp (do_function_calls): Same.
27096
27097 * gdb.base/list.exp (test_listsize): Correct expectations for
27098 listing line 1 with listsize 2. Also, listing a single line
27099 works now, as does listing three lines. [Kevin's note: There
27100 were a number of other cases fixed too where the expectations
27101 differed...]
27102
271031999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27104
27105 * gdb.base/selftest.exp: Add case for when version prints as
27106 constant string instead of char pointer.
27107
104c1213
JM
271081999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27109
27110 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27111 stepping out of main.
104c1213
JM
27112
27113 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27114 G++ used.
27115
27116 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27117 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27118
27119 * gdb.c++/ovldbreak.exp: Update match string in test that
27120 includes a warning of multiple breakpoints.
27121
271221999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27123
27124 * gdb.base/display.exp: Improve precision of step-after-finish
27125 added yesterday.
27126
27127 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27128 test.
104c1213
JM
27129
27130 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27131 configs when using G++, not just hppa*.
27132
271331999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27134
27135 * gdb.base/async.c: New file.
27136 * gdb.base/async.exp: New file.
27137
27138Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27139
27140 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27141 PA64.
27142
53a5351d
JM
27143Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27144
104c1213
JM
27145 * gdb.base/display.exp: "finish" can leave us mid-line on many
27146 targets, deal with it. Add a small constant to main, instead of
27147 1000 since main+1000 may not be a valid address in the target.
27148
53a5351d
JM
27149 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27150 on hpux11.
27151
27152 * gdb.base/attach.exp: Handle another hpux11 error message variant
27153 when attaching to a process that does not exist.
27154
271551999-08-19 J.T. Conklin <jtc@redback.com>
27156
27157 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27158 characters in 'continue to 1241' test.
53a5351d
JM
27159
271601999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27161
27162 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27163 stop in print_long_arg_list, define and use a whitespace
27164 variable in print_small_structs test, add an XFAIL for Solaris.
27165 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27166 interested enough to fix.
27167
7be570e7
JM
271681999-08-13 Keith Seitz <keiths@cygnus.com>
27169
27170 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27171 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27172 proc knows about targets other than the natives.
27173 (test_assign): Use "gdb_run_cmd" to "run" the target.
27174 Check that we've actually hit the breakpoint at main.
27175 When we attempt to assign a value to a local variable, check
27176 that the variable is in the current scope, i.e., don't use
27177 a test with an empty result.
27178
27179Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27180
27181 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27182 command.
7be570e7
JM
27183
271841999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27185
27186 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27187 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27188 gdb.compat, gdb.threads-hp.
27189 gdb.hp/configure, gdb.hp/configure.in: New files.
27190 gdb.hp/Makefile.in: Recurse into new subdirs.
27191 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27192 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27193 in object files.
27194 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27195
96baa820
JM
271961999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27197
27198 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27199 funky printf, remove a bogus p/a test.
96baa820
JM
27200
272011999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27202
27203 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27204 connected to the target. This is necessary when running not
27205 natively.
96baa820
JM
27206
272071999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27208
27209 * gdb.base/step-test.exp: Removed some extraneous messages.
27210
27211 * gdb.base/long_long.exp: Don't run memory examination tests
27212 on little-endian targets (they will need a different set of
27213 results to match).
27214
272151999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27216
27217 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27218 until somebody decides to fix GDB.
27219
27220 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27221 constant as "ULL".
96baa820
JM
27222 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27223 matches for a couple x/2 commands.
27224
a0b3c4fd
JM
272251999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27226
27227 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27228 by merging in ref-types2 tests.
27229 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27230
27231 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27232 * gdb.c++/Makefile.in: Add standard actions.
27233 (EXECUTABLES): Rename from PROGS, update list.
27234 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27235 from gdb.hp.
27236 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27237 foo and bar locals.
27238 * gdb.c++/anon-union.exp: Fix tests to match.
27239 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27240 expect matches to handle output variations.
27241 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27242 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27243 output, add HP alternatives for new and delete prints.
a0b3c4fd 27244 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27245 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27246 * gdb.c++/demangle.exp: Use $style when reporting failure.
27247 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27248 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27249 match alternatives.
27250 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27251 compilers.
a0b3c4fd
JM
27252 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27253 * gdb.c++/method.exp: Add match alternatives.
27254 * gdb.c++/misc.cc: Add bool types.
27255 * gdb.c++/misc.exp: Add tests for bool types.
27256 * gdb.c++/overload.exp: Add xfails.
27257 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27258 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27259 add some more template parameter tests (only for HP currently).
27260 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27261 * gdb.c++/virtfunc.cc: Add return type and value for main.
27262 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27263 match alternatives.
d63a86f8 27264
a0b3c4fd
JM
272651999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27266
27267 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27268
272691999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27270
27271 * gdb.base/signals.exp: Don't expect getting a backtrace from
27272 within a signal handler to fail on Linux.
27273
272741999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27275
27276 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27277 * lib/gdb.exp: Remove some gratuitious semicolons.
27278 (delete_breakpoints): Increase timeout.
27279 (gdb_expect): Add -notransfer option.
27280 (gdb_test): Use -notransfer option.
27281 (get_compiler_info): Add f77 case.
27282 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 27283 case.
a0b3c4fd
JM
27284 (gdb_preprocess): Call get_compiler.
27285
27286 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27287 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
27288 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27289 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27290 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27291 third arg to gdb_test.
a0b3c4fd
JM
27292 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27293 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 27294 HP-UX xfails, add others.
a0b3c4fd
JM
27295 * gdb.base/completion.exp: Reflect name change of self-test.
27296 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
27297 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27298 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27299 HP failure number.
a0b3c4fd
JM
27300 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27301 useless HP-UX 10.30 references.
27302 * gdb.base/maint.exp: Loosen matches.
27303 * gdb.base/pointers.c (main): Declare more_code.
27304 * gdb.base/pointers.exp: Match on output of a `next'.
27305 * gdb.base/structs.c: Add prototypes.
27306 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27307 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27308
273091999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27310
27311 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 27312 command.
a0b3c4fd
JM
27313
273141999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27315
27316 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27317 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
27318
27319 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
27320 debug info. Deal with lack of signal hanlder info in stack.
27321
a9c64011 27322 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
27323 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27324
5a2468f5
JM
273251999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27326
27327 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 27328 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 27329
adf40b2e
JM
27330Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27331
27332 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 27333 a1-selftest.exp.
adf40b2e
JM
27334 * gdb.base/configure: Re-generate.
27335
273361999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27337
27338 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27339 in trying to run first and name is too long.
27340
27341 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27342 pointers2.c and pointers2.exp, respectively.
27343 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27344 doschk happier.
27345
43e526b9
JM
273461999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27347
27348 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27349 callfuncs2.c and callfuncs2.exp.
27350
27351 * gdb.base/list.exp: Remove mistaken xfails.
27352 * gdb.base/list0.h: Add optional prototypes.
27353
9846de1b
JM
27354Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27355
a9c64011 27356 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 27357 calling malloc.
a9c64011
AS
27358 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27359 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 27360 use.
9846de1b
JM
27361
273621999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27363
27364 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27365 * gdb.base/annota2.cc, annota2.exp: Move from here.
27366 * gdb.c++/annota2.cc, annota2.exp: To here.
27367 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27368
43ff13b4
JM
27369Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27370
27371 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 27372 a consistent format.
43ff13b4 27373
085dd6e6
JM
273741999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27375
27376 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27377 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27378 HP compilers, also set the globals $true and $false.
27379
27380 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
27381 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27382 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27383 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27384 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27385 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27386 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27387 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27388 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27389 whatis.c} Add C++ compatible function definitions and return
27390 types, add includes for library functions.
085dd6e6
JM
27391 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27392 * gdb.base/step-test.c (myglob): Rename from glob.
27393 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
27394 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27395 files, move here from gdb.hp.
085dd6e6 27396 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
27397 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27398 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27399 Adjust line numbers in regexps.
085dd6e6
JM
27400
27401 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27402 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27403 instead of 0/1.
27404
27405 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27406 foll-vfork.exp: New files, move here from gdb.hp.
27407 * gdb.base/page.exp: New file, test of pagination command.
27408
27409 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27410 recursion test.
27411 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27412
27413 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 27414 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
27415
27416 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 27417 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 27418 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 27419 watchpoint test.
085dd6e6
JM
27420 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27421 them work.
27422 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27423 expressions properly.
27424 * gdb.base/corefile.exp: Loosen the match slightly.
27425 * gdb.base/default.exp: Allow "Error accessing memory" message
27426 also.
27427 * gdb.base/display.exp: Skip over x/0 j if PA64.
27428 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27429 * gdb.base/interrupt.exp: Ditto.
27430 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27431 in use.
27432 * gdb.base/list.exp: Add xfails for HP-UX.
27433 * gdb.base/long_long.exp: Refine some of the numeric matches.
27434 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27435 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27436 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27437 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27438 * gdb.base/ptype.exp: Succeed on more varieties of output.
27439 * gdb.base/scope.exp: Add xfails for HP-UX.
27440 * gdb.base/sect-cmd.exp: Add more cases.
27441 * gdb.base/setvar.exp: Add xfails for HP-UX.
27442 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27443 * gdb.base/signals.exp: Match on void symbolically.
27444 * gdb.base/step-test.exp: Add case for PA64.
27445 * gdb.base/term.exp: Add exit and restart.
27446 * gdb.base/twice.exp: Clean up after self.
27447 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27448 * gdb.base/whatis.exp: Allow more ways to pass tests.
27449
27450 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 27451 no longer useful.
085dd6e6
JM
27452
27453Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27454
27455 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 27456 list of patterns.
085dd6e6 27457 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
27458 print_double_array(double_array)", "continuing to breakpoint
27459 1018", "print print_double_array(array_d)" and "continuing to
27460 1034" tests.
d63a86f8 27461
085dd6e6
JM
274621999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27463
a9c64011 27464 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
27465
274661999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27467
27468 * config/mt-*: Remove, these haven't been used since 1996.
27469
274701999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27471
27472 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 27473 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
27474 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27475
9e0b60a8
JM
274761999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27477
27478 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27479 simpler match case for the ptype of the big class.
27480
274811999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27482
27483 * gdb.exp: Fix test for gdb_prompt existence.
27484
274851999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27486
27487 * gdb.exp (gdb_test): Add fail after calls to perror.
27488
274891999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27490
27491 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27492
274931999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27494
27495 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27496
0f71a2f6
JM
27497Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27498
27499 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27500 malloc() is linked in.
0f71a2f6
JM
27501
275021999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27503
27504 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27505 step at end.
27506
27507 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27508
275091999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27510
27511 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27512
cce74817
JM
27513Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27514
27515 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27516 * gdb.base/mips_pro.exp: Likewise.
27517
275181999-06-02 Keith Seitz <keiths@cygnus.com>
27519
27520 * gdb.c++/templates.cc: Change all "new" operators to throw
27521 an exception.
27522 * gdb.c++/cplusfuncs.cc: Likewise.
27523
27524 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27525
27526Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27527
27528 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27529 * gdb.base/ending-run.exp: When stepping out of main, accept a
27530 step into an arbitrary assembler file.
cce74817 27531
392a587b
JM
275321999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27533
d63a86f8 27534 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27535 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27536 * gdb.base/annota2.exp: Revise line number for main
27537 breakpoint. Allow any number of "frames-invalid" and
27538 "breakpoint-invalid" to be printed.
392a587b
JM
27539 * gdb.base/annota2.cc: Initialize a.x to 0.
27540
9e086581
JM
275411999-05-17 Keith Seitz <keiths@cygnus.com>
27542
6fdff2c5
PA
27543 * gdb.base/call-ar-st.exp: Skip
27544 "print print_double_array (double_array)" when "skip_float_tests" set.
27545 Ditto for "print print_double_array(array_d)",
27546 "print print_small_structs", "print print_ten_doubles", and
27547 "step into print_long_arg_list".
27548 Don't assume we can step into "print_long_arg_list": we could step
27549 into memcpy.
27550 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27551 "skip_float_tests" is set: "print print_one_double(*d1)"
27552 and "print print_two_floats(*f3)".
9e086581
JM
27553 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27554 "skip_float_tests" is set.
6fdff2c5
PA
27555 * gdb.base/varargs.exp: Skip
27556 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27557 "skip_float_tests" set.
d63a86f8 27558
cd0fc7c3
SS
275591999-05-06 Keith Seitz <keiths@cygnus.com>
27560
27561 * gdb.base/annota2.cc: Include stdio.h.
27562
27563Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27564
27565 * gdb.base/crossload.exp: Remove, this has been disabled ever
27566 since BFD stopped including all targets, and cross-GDB gets
27567 plenty of testing anyway.
27568 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27569 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27570 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27571 * gdb.base/README: Remove, was doc for this.
27572 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27573 needed.
cd0fc7c3 27574
b83266a0
SS
275751999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27576
27577 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27578 output.
27579
27580 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27581 * gdb.base/annota2.exp: New file. More annotation tests.
27582 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27583 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27584
275851999-04-23 Angela Marie Thomas <angela@cygnus.com>
27586
27587 * config/cfdbug.exp: New file.
27588
7a292a7a
SS
275891999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27590
27591 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27592 Marcus Daniel's and Dale Hawkins's demangler crashes.
27593
27594 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27595 test_lucid_style_demangling, test_arm_style_demangling,
27596 test_hp_style_demangling): Try Tom Tromey's core-dumping
27597 identifier under each demangling style.
7a292a7a
SS
27598
275991999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27600
27601 * gdb.c++/demangle.exp: Include the current demangling style
27602 in all test names.
27603 (current_demangling_style): New global variable.
27604 (set_demangling_style, test_demangling_core, test_demangling,
27605 test_demangling_exact): New functions.
27606 (test_gnu_style_demangling, test_lucid_style_demangling,
27607 test_arm_style_demangling, test_hp_style_demangling): Use those,
27608 instead of calling gdb_test and gdb_test_exact directly.
27609 (catch_demangling_errors): New function, which reports errors
27610 signalled by the demangling test functions in an orderly way.
27611 (do_tests): Use catch_demangling_errors.
27612
276131999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27614
27615 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27616 grouping in expressions, not {}.
7a292a7a
SS
27617
27618 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27619 initialized yet.
7a292a7a
SS
27620
276211999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27622
27623 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27624 are listed.
27625
276261999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27627
27628 * gdb.stabs/weird.exp: Test for CC being defined before
27629 looking at its value.
27630
276311999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27632
27633 * gdb.base/call-ar-st.exp: Remove stray '#'.
27634 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27635 "short int" and "long int".
27636 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27637 change, to mollify finicky HP compiler.
7a292a7a
SS
27638 * gdb.hp/reg-test.exp (testfile): Fix file name.
27639 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27640
7a292a7a
SS
27641 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27642 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27643 alternate form of enum ptype.
27644
c906108c
SS
276451999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27646
7a292a7a
SS
27647 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27648 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27649 passing skip_hp_tests, so as not to waste time on guaranteed
27650 failure.
7a292a7a 27651
c906108c
SS
27652 * gdb.c++/overload.cc: Pass string instead of char addr, always
27653 init ccpfoo.
27654 * gdb.c++/templates.cc: Fix syntax error.
27655
7a292a7a
SS
27656Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27657
27658 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27659 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27660 command.
27661
276621999-03-18 James Ingham <jingham@cygnus.com>
27663
27664 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27665
27666 * gdb.c++/method.exp: It was testing an uninitialized int on the
27667 stack and assuming it was positive.
27668
27669 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27670
27671 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27672 keep it from killing the rest of the tests.
7a292a7a
SS
27673 Use gdb_continue_to_end.
27674
27675 * gdb.base/sigall.exp: use gdb_continue_to_end.
27676
27677 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27678
27679 * gdb.base/display.exp: use runto_main, not run.
27680
d63a86f8
RM
27681 * gdb.base/default.exp: Check for the current error message in the
27682 r abbreviation test.
7a292a7a
SS
27683 Add strongarm to the targets that know info float.
27684
d63a86f8 27685 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27686 run which doesn't work with monitors.
27687
6fdff2c5
PA
27688 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27689 1034 test.
7a292a7a
SS
27690
27691 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27692
6fdff2c5
PA
27693 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27694 end of a program. Traps the case (in Cygmon) when the program
27695 never really exits. Same as Mark's continue_to_exit, but I had
27696 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
27697
27698 * config/monitor.exp (gdb_target_monitor): added another
27699 target_info parameter: remotebinarydownload. This will set the
27700 remotebinarydownload flag if this is causing some boards trouble.
27701
277021999-03-18 Mark Salter <msalter@cygnus.com>
27703
27704 * lib/gdb.exp (continue_to_exit): New function.
27705
27706 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27707 * gdb.base/ending-run.exp: Ditto.
27708 * gdb.base/step-test.exp: Ditto.
27709
277101999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27711
27712 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27713 (suggested by Art Haas <ahaas@neosoft.com>).
27714
277151999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27716
889bf7c5 27717 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
27718
27719Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27720
27721 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27722 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27723
277241999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27725
27726 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27727 a call to strlen; sometimes we do have sources.
27728
277291999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27730
27731 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27732 character, so GDB won't print garbage after its end.
d63a86f8 27733
c906108c
SS
27734 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27735 breakpoint there instead. Sometimes GCC emits memcpy to handle
27736 the large structures being passed by value, so we step into that
27737 instead of sum_array_print, which obscures what we're really testing.
27738 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27739 the bizarre steps into memcpy, so do that here. Add check for
27740 stepping into function calls that pass large structures by value.
27741 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27742 Remove all references to specific line numbers.
27743 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27744 New type and function.
27745 (main): Call large_struct_by_value, passing it a large struct by value.
27746 * lib/gdb.exp (gdb_get_line_number): New function.
27747
27748 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27749 more portable.
27750
7a292a7a
SS
277511999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27752
c906108c
SS
27753 * lib/gdb.exp: Doc fixes.
27754
7a292a7a
SS
277551999-03-05 Nick Clifton <nickc@cygnus.com>
27756
d63a86f8 27757 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27758
277591999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27760
c906108c 27761 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27762 commands. They're not germane to this test, and they don't work
27763 that way on remote targets.
c906108c 27764
3fc11d3e
JM
277651999-03-01 James Ingham <jingham@cygnus.com>
27766
27767 * Changelog entries merged over from gdb development branch.
27768
3fc11d3e
JM
27769 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27770
27771 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27772 for outputting results of test run.
27773
2d4a1622 27774 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27775
27776 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27777
7a292a7a
SS
277781999-02-25 Felix Lee <flee@cygnus.com>
27779
27780 * lib/gdb.exp (debug_format): initialize
27781
c906108c
SS
277821999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27783
27784 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27785 * gdb.base/call-rt-st.c: Ditto.
27786
c906108c
SS
277871999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27788
27789 * gdb.threads/pthreads.exp (horiz): New variable.
27790 (test_startup): Fix regexps that capture thread numbers.
27791
277921999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27793
27794 * gdb.base/smoke.exp: Disambiguate two test case names (both
27795 called ``print'').
27796
27797Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27798
27799 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27800 compilation.
c906108c
SS
27801
278021999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27803
27804 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27805 actual output formatting.
27806 * gdb.base/smoke.exp: GDB removes leading 0's.
27807 * gdb.base/volatile.exp: Don't check type of remuneration;
27808 that variable is no longer defined in constvars.c.
27809 * gdb.base/step-test.c (main): Exit with explicit exit code.
27810 * gdb.base/step-test.exp: Remove two nexti checks--they are
27811 not portable.
27812
278131999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27814
27815 * gdb.base/help.exp ("help delete display"): Fix test to match
27816 gdb's output.
27817
27818 * gdb.base/long_long.c (known_types): Initialize values to zero.
27819 * gdb.base/long_long.exp: Step one more line
27820 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27821 leading zeros. Explicitly ask for hex formatting. Use
27822 unique test case names.
c906108c
SS
27823
27824Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27825
d63a86f8 27826 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27827
27828 * gdb.c++/method.exp: Add missing close brace.
27829
278301999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27831
27832 * gdb.base/maint.exp: Use 'set height 0' to disable page
27833 prompting, not 'set height 400'.
27834
27835 Fix a bunch of timeouts.
27836 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27837 four separate tests, so expect doesn't take forever to match a ton
27838 of text against a regexp with lots of .* forms.
27839 ("maint print psymbols", "maint print symbols"): Make some of
27840 these greps more selective, so that expect doesn't try to wade
27841 through huge piles of output and time out.
27842
27843 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27844
27845 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27846 tests: one which doesn't expect shlib events to be reported, and
27847 another which does, but is XFAIL for all platforms other than
27848 HP/UX.
c906108c
SS
27849
27850 * gdb.base/break.exp: Teach the test suite that the `catch
27851 fork', `catch vfork', and `catch exec' commands produce error
27852 messages on platforms that don't provide these features.
27853
27854Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27855
27856 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27857 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27858 (shortening names from solib_threshold.exp etc), won't run on
27859 anything but HP-UX for the foreseeable future.
c906108c 27860 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27861 reflect move.
c906108c
SS
27862
27863Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27864
27865 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27866 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27867
27868Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27869
27870 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27871 successfully re-sets breakpoints in shared libraries.
27872 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27873
27874Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27875
d63a86f8
RM
27876 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27877 and compiled w/o GCC.
c906108c
SS
27878
27879 * gdb.hp/watch-cmd.exp: ditto.
27880
27881 * gdb.hp/watch-hp.exp: ditto.
27882
27883 * gdb.hp/xdb1.exp: ditto.
27884
27885 * gdb.hp/xdb2.exp: ditto.
27886
27887 * gdb.hp/dbx.exp: ditto.
27888
27889Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27890
27891 * constvars.c: Remove C++-isms.
27892 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27893 with GCC.
c906108c
SS
27894
27895Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27896
27897 The following changes are part of the HP merge.
27898
27899 * gdb.base/break.exp: new tests to verify that catchpoints for
27900 fork, vfork, and exec don't trigger inappropriately.
27901
27902 * gdb.base/opaque.exp: compile one file at a time, then link.
27903
27904 * gdb.base/signals.exp: be more restrictive about which hppa
27905 systems receive a setup_xfail. new tests.
27906
27907 * gdb.base/solib_threshold.build: new file.
27908 * gdb.base/solib_threshold.exp: new file.
27909 * gdb.base/solib_threshold.link_opts: new file.
27910 * gdb.base/solib_threshold.mk: new file.
27911 * gdb.base/gen_solib_threshold.c: new file.
27912
27913 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27914 tests. New tests for enums inside classes.
27915
27916 * gdb.c++/compiler.cc: indicate support of template debugging.
27917
27918 * gdb.c++/demangle.exp: run hp style demangling tests.
27919
27920 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27921 tests.
27922
27923 * gdb.c++/misc.cc: changes to support new tests.
27924
27925 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27926 to support new tests.
27927
27928 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27929 gcc, then skip these tests.
27930
27931Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27932
27933 The following files are part of the HP merge; some had longer
27934 names at HP, but have been renamed to be no more than 14
27935 characters in length.
27936
27937 * gdb.hp/ambiguous.cc: new file.
27938 * gdb.hp/ambiguous.exp: new file.
27939 * gdb.hp/attach.exp: new file.
27940 * gdb.hp/attach2.exp: new file.
27941 * gdb.hp/classes-hp.exp: new file.
27942 * gdb.hp/ctti.exp: new file.
27943 * gdb.hp/ctti-add.cc: new file.
27944 * gdb.hp/ctti-add1.cc: new file.
27945 * gdb.hp/ctti-add2.cc: new file.
27946 * gdb.hp/ctti-add3.cc: new file.
27947 * gdb.hp/dbx.exp: new file.
27948 * gdb.hp/exception.cc: new file.
27949 * gdb.hp/exception.exp: new file.
27950 * gdb.hp/foll-exec.c: new file.
27951 * gdb.hp/foll-exec.exp: new file.
27952 * gdb.hp/foll-fork.c: new file.
27953 * gdb.hp/foll-fork.exp: new file.
27954 * gdb.hp/foll-vfork.c: new file.
27955 * gdb.hp/foll-vfork.exp: new file.
27956 * gdb.hp/inherit-hp.exp: new file.
27957 * gdb.hp/more-steps.exp: new file.
27958 * gdb.hp/namespace.cc: new file.
27959 * gdb.hp/namespace.exp: new file.
27960 * gdb.hp/optimize.exp: new file.
27961 * gdb.hp/pxdb.c: new file.
27962 * gdb.hp/pxdb.exp: new file.
27963 * gdb.hp/quicksort.exp: new file.
27964 * gdb.hp/reg-test.exp: new file.
27965 * gdb.hp/reg-test.s: new file.
27966 * gdb.hp/sized-enum.c: new file.
27967 * gdb.hp/sized-enum.exp: new file.
27968 * gdb.hp/start-stop.exp: new file.
27969 * gdb.hp/templ-hp.cc: new file.
27970 * gdb.hp/templ-hp.exp: new file.
27971 * gdb.hp/thr-lib.c: new file.
27972 * gdb.hp/thr-lib.exp: new file.
27973 * gdb.hp/thr-lib.h: new file.
27974 * gdb.hp/thr-liblib.c: new file.
27975 * gdb.hp/virtfun-hp.c: new file.
27976 * gdb.hp/virtfun-hp.exp: new file.
27977 * gdb.hp/watch-cmd.exp: new file.
27978 * gdb.hp/watch-hp.exp: new file.
27979 * gdb.hp/xdb1.exp: new file.
27980 * gdb.hp/xdb2.exp: new file.
27981 * gdb.hp/xdb3.exp: new file.
27982
27983Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27984
27985 The following files are part of the HP merge; some had longer
27986 names at HP, but have been renamed to be no more than 14
27987 characters in length.
27988
27989 * gdb.base/ss.h: new file.
27990 * gdb.base/call-ar-st.c: new file.
27991 * gdb.base/call-ar-st.exp: new file.
27992 * gdb.base/call-rt-st.c: new file.
27993 * gdb.base/call-rt-st-exp: new file.
27994 * gdb.base/call-strs.exp: new file.
27995 * gdb.base/ena-dis-br.exp: new file.
27996 * gdb.base/environ.exp: new file.
27997 * gdb.base/long_long.exp: new file.
27998 * gdb.base/sect-cmd.exp: new file.
27999 * gdb.base/shlib-cl2.exp: new file.
28000 * gdb.base/smoke.exp: new file.
28001 * gdb.base/so-impl-ld.c: new file.
28002 * gdb.base/so-impl-ld.exp: new file.
28003 * gdb.base/so-indr-cl.c: new file.
28004 * gdb.base/so-indr-cl.exp: new file.
28005 * gdb.base/varargs.exp: new file.
28006 * gdb.base/volatile.exp: new file.
28007 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28008 * gdb.base/display.exp: new file.
c906108c
SS
28009 * gdb.c++/derivation.exp: new file.
28010 * gdb.c++/local.exp: new file.
28011 * gdb.c++/member-ptr.exp: new file.
28012 * gdb.c++/overload.exp: new file.
28013 * gdb.c++/ovldbreak.exp: new file.
28014 * gdb.c++/ref-types.exp: new file.
28015 * gdb.c++/ref-types2.exp: new file.
28016 * gdb.c++/userdef.exp: new file.
d63a86f8 28017
c906108c
SS
28018Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28019
28020 * gdb.base/default.exp: Reflect wording change in remote.c.
28021
dc96c6c7 28022Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28023
28024 * gdb.base/help.exp: Update to reflect current text.
28025
28026Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28027
28028 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28029 they're stack variables and contain garbage.
28030 * gdb.c++/anon-union.exp: new file.
28031
28032 The following changes were made by David Taylor
889bf7c5
PA
28033 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28034 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28035 in changes by HP.
c906108c
SS
28036
28037 * gdb.base/bitops.exp: new file.
28038 * gdb.base/default.exp: change expected messages for catch and
28039 info catch tests to reflect HP merge changes.
28040 * gdb.base/enable-disable-break.exp
28041 * gdb.base/ending-run.c: new file.
28042 * gdb.base/long_long.c: new file.
28043 * gdb.base/maint.exp: new file.
28044 * gdb.base/pointers2.exp: new file.
28045 * gdb.base/shlib-call2.exp: new file.
28046 * gdb.base/solib.exp: new file.
28047 * gdb.base/step-test.c: new file.
28048 * gdb.c++/anon-union.cc: new file.
28049 * gdb.c++/local.cc: new file.
28050 * gdb.c++/member-pointer.cc: new file.
28051 * gdb.c++/method.cc: new file.
28052 * gdb.c++/ref-types.cc: new file.
28053 * gdb.c++/ref-types2.cc: new file.
28054 * gdb.c++/userdef.cc: new file.
d63a86f8 28055
c906108c
SS
28056 * gdb.base/scope.exp: compile one file at a time, then link.
28057 * gdb.base/langs.exp: ditto.
28058 * gdb.base/list.exp: ditto.
d63a86f8 28059
c906108c
SS
28060Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28061
28062 The following changes were made by David Taylor
889bf7c5
PA
28063 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28064 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28065 in changes by HP.
d63a86f8 28066
c906108c
SS
28067 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28068 skip tests. When compiling pass c++ flag to gdb_compile.
28069 * gdb.c++/
d63a86f8 28070
c906108c
SS
28071 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28072 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28073 (skip_hp_tests): new function.
28074 (gdb_preprocess): new function.
28075
28076 * configure.in (hpdir): decide whether to configure gdb.hp.
28077 * configure: regenerated.
28078
28079 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28080 to delete on clean.
28081 (EXECUTABLES): update to reflect new additions.
28082 * gdb.base/commands.exp: update message expected.
28083 * gdb.base/default.exp: add copyright notice.
28084 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28085 * gdb.base/help.exp: update messages to reflect current text.
28086 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28087 targets for recurse tests.
28088 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28089 skip this file.
28090
28091 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28092 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28093 compilation.
28094 * gdb.c++/misc.exp: ditto.
28095 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28096 run the tests. tell gdb_compile that it's a c++ compilation.
28097
28098 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28099
c906108c
SS
28100 * gdb.base/all-bin.exp: new file.
28101 * gdb.base/arithmet.exp: new file.
28102 * gdb.base/assign.exp: new file.
28103 * gdb.base/completion.exp: new file.
28104 * gdb.base/cond-expr.exp: new file.
28105 * gdb.base/condbreak.exp: new file.
28106 * gdb.base/define.exp: new file.
28107 * gdb.base/dollar.exp: new file.
28108 * gdb.base/environment.exp: new file.
28109 * gdb.base/eval-skip.exp: new file.
28110 * gdb.base/jump.exp: new file.
28111 * gdb.base/logical.exp: new file.
28112 * gdb.base/pointers.exp: new file.
28113 * gdb.base/relational.exp: new file.
28114 * gdb.base/section_command.exp: new file.
28115 * gdb.base/whatis-expr.exp: new file.
28116
28117 * gdb.base/all-types.c: new file.
28118 * gdb.base/call-array-struct.c: new file.
28119 * gdb.base/call-return-struct.c: new file.
28120 * gdb.base/call-strings.c: new file.
28121 * gdb.base/callfuncs2.c: new file.
28122 * gdb.base/condbreak.c: new file.
28123 * gdb.base/constvars.c: new file.
28124 * gdb.base/display.c: new file.
28125 * gdb.base/int-type.c: new file.
28126 * gdb.base/jump.c: new file.
28127 * gdb.base/miscexprs.c: new file.
28128 * gdb.base/pointers.c: new file.
28129 * gdb.base/pointers2.c: new file.
28130 * gdb.base/shmain.c: new file.
28131 * gdb.base/shr1.c: new file.
28132 * gdb.base/shr2.c: new file.
28133 * gdb.base/solib.c: new file.
28134 * gdb.base/solib1.c: new file.
28135 * gdb.base/solib2.c: new file.
28136 * gdb.base/varargs.c: new file.
28137 * gdb.c++/derivation.cc: new file.
28138 * gdb.c++/overload.cc: new file.
28139 * gdb.c++/ovldbreak.cc: new file.
28140 * gdb.hp/attach.c: new file.
28141 * gdb.hp/attach2.c: new file.
28142 * gdb.hp/average.c: new file.
28143 * gdb.hp/compiler.c: new file.
28144 * gdb.hp/compiler.cc: new file.
28145 * gdb.hp/execd-program.c: new file.
28146 * gdb.hp/follow-exec.c: new file.
28147 * gdb.hp/follow-fork.c: new file.
28148 * gdb.hp/follow-vfork-and-exec.c: new file.
28149 * gdb.hp/misc-hp.cc: new file.
28150 * gdb.hp/more-steps.c: new file.
28151 * gdb.hp/optimize.c: new file.
28152 * gdb.hp/quicksort.c: new file.
28153 * gdb.hp/run-hp.c: new file.
28154 * gdb.hp/start-stop.c: new file.
28155 * gdb.hp/sum.c: new file.
28156 * gdb.hp/templates-hp.cc: new file.
28157 * gdb.hp/thread-local-in-lib.c: new file.
28158 * gdb.hp/thread-local-in-lib.h: new file.
28159 * gdb.hp/thread-local-in-lib.lib.c: new file.
28160 * gdb.hp/vforked-program.c: new file.
28161 * gdb.hp/virtfunc-hp.cc: new file.
28162 * gdb.hp/watchpoint-hp.c: new file.
28163 * gdb.hp/xdb.c: new file.
28164 * gdb.hp/xdb0.c: new file.
28165 * gdb.hp/xdb0.h: new file.
28166 * gdb.hp/xdb1.c: new file.
28167
28168Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28169
28170 The following change was made by Edith Epstein
889bf7c5
PA
28171 <eepstein@cygnus.com> as part of a project to merge in changes
28172 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28173
28174 * gdb.c++/demangle.exp: changed the expected output for some
28175 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28176 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28177 T1<char>::~T1<char>(void)
c906108c 28178 becomes,
a9c64011
AS
28179 maint demangle __dt__11T1__pt__2_cFv
28180 T1<char>::~T1(void)
c906108c 28181
889bf7c5 28182 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28183
c906108c
SS
28184Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28185
28186 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28187 * gdb.trace/backtrace.exp: Likewise.
28188 * gdb.trace/circ.exp: Likewise.
28189 * gdb.trace/collection.exp: Likewise.
28190 * gdb.trace/deltrace.exp: Likewise.
28191 * gdb.trace/infotrace.exp: Likewise.
28192 * gdb.trace/limits.exp: Likewise.
28193 * gdb.trace/packetlen.exp: Likewise.
28194 * gdb.trace/passc-dyn.exp: Likewise.
28195 * gdb.trace/passcount.exp: Likewise.
28196 * gdb.trace/report.exp: Likewise.
28197 * gdb.trace/save-trace.exp: Likewise.
28198 * gdb.trace/tfind.exp: Likewise.
28199 * gdb.trace/tracecmd.exp: Likewise.
28200 * gdb.trace/while-dyn.exp: Likewise.
28201 * gdb.trace/while-stepping.exp: Likewise.
28202
282031998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28204
28205 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28206
28207Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28208
28209 From Brendan Kehoe:
28210 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28211 int return types.
28212
28213Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28214
28215 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28216 remote dos host testing right.
c906108c
SS
28217
28218Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28219
28220 * gdb.base/corefile.exp: remove some xfails.
28221
28222Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28223
28224 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28225 have different timestamps.
c906108c
SS
28226
28227Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28228
28229 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28230 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28231
28232Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28233
28234 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28235 delta.
c906108c
SS
28236
28237Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28238
28239 * gdb.base/default.exp: Add brace missing from previous delta.
28240
28241Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28242
28243 * gdb.base/default.exp: Support test for info float for all
28244 varieties of arm toolchain.
28245
dc96c6c7 28246Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28247
28248 * gdb.trace/*.exp: remove "remote_download" command.
28249
dc96c6c7 28250Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28251
28252 * gdb.trace/*.exp: remove -gdwarf from compile.
28253
28254Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28255
28256 * gdb.trace/configure.in(AC_INIT): typo
28257 * gdb.trace/configure: regenerated
28258
dc96c6c7 28259Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28260
28261 * config/m68k-emc.exp: New file.
28262 * lib/<emc-support.exp trace-support.exp}: New files.
28263 * configure.in: add new test directory gdb.trace.
28264 * gdb.trace/{configure configure.in Makefile.in}: New files.
28265 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28266 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28267 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28268 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28269 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28270 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28271 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 28272
dc96c6c7 28273Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28274
28275 * gdb.c++/classes.exp: Change all regular expressions to match
28276 arbitrary combinations of newline/carriage-return, so that they
28277 will work equally well on Unix and Windows.
28278 * gdb.c++/inherit.exp: ditto.
28279 * gdb.c++/virtfunc.exp: ditto.
28280
282811998-08-11 Dawn Perchik <dawn@cygnus.com>
28282
28283 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28284
c2d11a7d
JM
28285Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28286
28287 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28288 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28289 to use a0-a3/d0-d3 as needed.
28290
28291Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28292
28293 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28294 * gdb.disasm/am33.exp: Corresponding changes.
28295
c906108c
SS
282961998-07-11 Felix Lee <flee@cygnus.com>
28297
28298 * gdb.base/callfuncs.exp: add cmp10 test.
28299 * gdb.base/callfuncs.c (cmp10): new function.
28300
28301Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28302
d63a86f8 28303 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
28304 into two parts to get around a synchronization problem in expect.
28305
3fc11d3e
JM
28306Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28307
28308 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28309
28310 * configure.in: Add options for gdbtk testsuite.
28311
28312 * configure: Regenerate.
28313
28314 * gdb.gdbtk: New directory to hold gdbtk tests.
28315
c906108c
SS
28316Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28317
28318 * gdb.fortran/types.exp: Escape brackets in expect patterns
28319 for test_float_literal_types_accepted tests.
28320 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28321 before run test.
28322
c2d11a7d
JM
28323Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28324
28325 * am33.exp: Just compile, do not link the testcase.
28326 * am33.s: Add ".am33" pseudoop to force am33 mode.
28327
c906108c
SS
283281998-06-25 Felix Lee <flee@cygnus.com>
28329
28330 * gdb.base/setshow.exp: make sure $pc is sane.
28331
28332 * gdb.stabs/weird.exp: split expect patterns properly.
28333
c2d11a7d
JM
28334Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28335
28336 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28337 * gdb.disasm/am33.exp: Run it.
28338
dc96c6c7 28339Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28340
28341 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28342 match processing (and eliminate spurious timeouts when running).
28343
dc96c6c7 28344Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28345
28346 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28347 exception test, but conditionalize it on target [mach | gnu].
28348
dc96c6c7 28349Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28350
28351 * gdb.base/overlays.exp: fixup compile line for linker script.
28352
28353Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28354
28355 * gdb.fortran/types.exp: don't guess at float size.
28356
28357Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28358
28359 * gdb.base/exprs.exp: delete test that depends on int size.
28360
28361Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28362
28363 * config/sim.exp: Removed checks for target triplets.
28364 (gdb_target_sim): Use gdb,target_sim_options.
28365
28366Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28367
28368 * gdb.base/reread.exp: New file.
28369 * gdb.base/reread1.c: New file.
28370 * gdb.base/reread2.c: New file.
28371
28372Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28373
28374 * config/sim.exp: Use 'target sim -sparclite' when running
28375 SPARClite programs.
28376
28377Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28378
28379 * gdb.base/structs2.exp: New file.
28380 * gdb.base/structs2.c: New file.
28381
28382Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28383
28384 * gdb.asm/common.inc: New file.
28385 * gdb.asm/d10v.inc: New file.
28386 * asm-source.exp: Pass -I's to gas to find .inc files.
28387 Update line numbers in expected output.
28388 * asmsrc1.s: Rewrite.
28389 * asmsrc2.s: Rewrite.
28390 * configure.in: Create arch.inc symlink.
28391 * configure: Regenerate.
28392 * Makefile.in (distclean): Delete arch.inc.
28393
28394Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28395
28396 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
28397 (t_enum_value2): ditto
28398 (t_enum_value3): ditto
28399 (main): ditto
c906108c
SS
28400Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28401
28402 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28403 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28404 change.
28405 Use gdb_test instead of send_gdb/gdb_expect sequences.
28406
28407Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28408
28409 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28410 not void.
28411
28412Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28413
28414 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
28415 subroutines. Used to test gdbs ability to single step through PC
28416 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
28417
28418Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28419
28420 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28421 more rigorous EGCS C++ error checking.
28422
28423Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28424
a9c64011
AS
28425 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28426 tests.
28427 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28428 function when asleep.
28429 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28430 for i*86 Linux and SVR4 signal handling problems.
28431 Remove linux xfail for `next to handler in signals_tests_1', fixed
28432 by recent infrun.c change.
28433 Limit backtrace to 10 frames to avoid timeout problems with infinite
28434 stack backtraces.
28435 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28436 target.[ch] change.
c906108c
SS
28437
28438Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28439
28440 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28441 for a newline from gdb before continuing.
28442 (default_gdb_exit): Just look for y or n.
28443 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28444 it does, fail the rests of the tests in the file.
28445
28446Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28447
28448 * config/cygmon.exp: New file.
28449
28450Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28451
28452 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 28453 main" test on remote targets.
c906108c
SS
28454
28455 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28456 run test on remote targets.
28457
28458Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28459
28460 * gdb.asm: New directory.
28461 * configure.in: Configure it.
28462 * configure: Regenerate.
28463 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28464 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28465
28466Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28467
28468 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28469
dc96c6c7 28470Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28471
a9c64011
AS
28472 * gdb.base/overlays (several files): Merge the two overlay
28473 managers into one. Change variables (foox, barx, bazx, grbxx)
28474 back into ints but force them to load in their proper sections.
c906108c
SS
28475
28476Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28477
28478 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 28479 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
28480 (D10VCopy): Handle memory regions crossing 16k boundaries.
28481 (D10VCopy): Transfer data in 32 bit chunks.
28482
28483Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28484
28485 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 28486 correct.
c906108c
SS
28487
28488 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28489 map. Include space for printf in .text segment.
c906108c
SS
28490
28491 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28492 updated d10v memory VMA/LMA map.
c906108c 28493 (D10VCopy): Call D10VTranslate.
d63a86f8 28494
c906108c
SS
28495Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28496
28497 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28498
28499 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28500 that it won't be put into the .sdata - small data -
28501 section. Update reference.
c906108c
SS
28502 * gdb.base/baz.c (bazx, baz): Ditto.
28503 * gdb.base/foo.c (foox, foo): Ditto.
28504 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28505
28506 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28507 to be arrays.
d63a86f8 28508
dc96c6c7 28509Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28510
a9c64011
AS
28511 * gdb.base/overlays.exp: fix up and get working again.
28512 Add tests for backtraces from an overlay function.
d63a86f8 28513
c906108c
SS
28514Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28515
28516 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28517 "calling function with watchpoint enabled".
28518
28519Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28520
28521 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28522 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28523 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28524 pending review of whether it is useful or not.
28525
28526Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28527
28528 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28529
28530Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28531
28532 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28533 * config/dve.exp: New file to support Densan boards.
28534
28535Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28536
28537 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28538 reads and BSD.
c906108c
SS
28539
28540Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28541
28542 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28543 response.
28544
28545 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28546
28547Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28548
28549 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28550 test.
c906108c
SS
28551
28552 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28553 target_sizeof_long and target_bigendian_p.
c906108c 28554 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28555 to targets word size and endianess.
d63a86f8 28556
c906108c
SS
28557Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28558
28559 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28560 output.
c906108c
SS
28561
28562Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28563
28564 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28565 Update test of set args help to match source change.
c906108c
SS
28566
28567Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28568
28569 * gdb.base/default.exp: Expect help system output to be in
28570 alphabetical order.
28571 * gdb.base/help.exp: Ditto.
28572
28573Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28574
28575 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28576 "i*86-pc-linux-gnu*".
28577 * gdb.base/interrupt.exp: Ditto.
28578 * gdb.base/corefile.exp: Ditto.
28579
28580 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28581 define vxworks when building the testcase.
c906108c
SS
28582
28583 * gdb.base/ptype.exp: Fix testnames to be unique.
28584 * gdb.base/radix.exp: Ditto.
28585 * gdb.base/term.exp: Ditto.
28586 * gdb.base/whatis.exp: Ditto.
28587 * gdb.c++/classes.exp: Ditto.
28588
28589Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28590
28591 * gdb.base/callfuncs.exp: Fix indentation.
28592
28593 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28594 suppress_flag has been set.
28595 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28596 target feature.
28597
28598Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28599
28600 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28601 the testcase.
28602
28603 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28604 set_debug_traps() and breakpoint().
c906108c
SS
28605 * gdb.c++/misc.cc (main): Ditto.
28606 * gdb.c++/templates.cc (main): Ditto.
28607 * gdb.c++/virtfunc.cc (main): Ditto.
28608
28609Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28610
28611 * lib/gdb.exp(gdb_step_for_stub): New function.
28612 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28613 exists, reload the executable and do a "continue" instead of
28614 doing a jump.
28615 (runto_main): Use gdb_step_for_stub.
d63a86f8 28616
c906108c 28617 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28618 tests to have unique names.
c906108c
SS
28619 * gdb.base/callfuncs.exp: Ditto.
28620 * gdb.base/commands.exp: Ditto.
28621 * gdb.base/default.exp: Ditto.
28622 * gdb.base/help.exp: Ditto.
28623 * gdb.base/list.exp: Ditto.
28624 * gdb.base/opaque.exp: Ditto.
28625 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28626 similar tests.
d63a86f8 28627
c906108c
SS
28628 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28629 * gdb.c++/cplusfuncs.cc: Ditto.
28630 * gdb.c++/virtfunc.cc: Ditto.
28631
28632 * config/monitor.exp: Keep track of the last file we saw, rather
28633 than trying to get the info from gdb.
28634
28635 * gdb.fortran/types.exp: Move comment to previous line.
28636
28637Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28638
28639 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28640 target mode.
c906108c
SS
28641
28642Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28643
28644 From Bob Manson:
28645 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28646 string from GDB when it connects.
c906108c
SS
28647
28648 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28649
28650Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28651
28652 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28653 if we can't get a debug format from GDB (we may be testing an
28654 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28655
28656 * gdb.stabs/weird.exp: Fix quoting.
28657
28658 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28659
28660Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28661
28662 * config/arm-ice.exp: New file.
28663
28664Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28665
28666 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28667 until it has been modified to work with the new testsuite.
c906108c 28668
99707966 28669 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28670 testcase won't compile, cause all of the testcases in the file to
28671 fail instead.
c906108c
SS
28672
28673 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28674 (gdb_clear_suppressed): New procedure.
28675 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28676 it contains a positive value.
28677
28678Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28679
28680 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28681
28682 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28683
28684Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28685
28686 * lib/gdb.exp (setup_xfail_format): New function.
28687 (get_debug_format): New function to get debug format.
28688 (debug_format): New global variable to hold last value set
28689 by get_debug_format.
28690 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28691 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
28692 * gdb.c++/ptype.exp: Ditto.
28693 * gdb.c++/classes.exp: Ditto.
28694 * gdb.c++/cplusfuncs.exp: Ditto.
28695 * gdb.c++/inherit.exp: Ditto.
28696 * gdb.c++/templates.exp: Ditto.
28697 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 28698
c906108c
SS
28699Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28700
28701 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28702 host doesn't have a currently-open connection.
28703
28704 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
28705 any gdb stub target. Handle cases where gdb doesn't respond when
28706 interrupted in a sane fashion.
c906108c
SS
28707
28708 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 28709 same thing in a totally different way.
c906108c
SS
28710
28711 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 28712 setting "timeout".
c906108c 28713 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 28714 default_gdb_init now.
c906108c
SS
28715
28716Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28717
28718 * gdb.base/printcmds.exp: Fix "check for floating addition"
28719 regexp to accept results within approx +/- .01 of exact value.
28720 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28721
28722Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28723
28724 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28725 properly.
c906108c
SS
28726 (gdb_expect): Add optional timeout parameter, and add timeout
28727 value to various calls.
28728 (gdb_suppress_tests): Only give one warning message per group.
28729
28730Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28731
28732 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28733 global variables. Handle getting a value for $timeout more
28734 gracefully.
c906108c
SS
28735
28736Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28737
28738 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28739 initialize.
c906108c 28740 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28741 by a target configuration file.
c906108c
SS
28742 (gdb_expect): Pass the timeout to remote_expect.
28743
28744 * config/monitor.exp(gdb_load): Fix typo in regexp.
28745
28746Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28747
28748 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28749
28750Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28751
28752 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28753 here. Call gdb_target_exec before rebooting the target, to make
28754 sure the connection to the target is closed.
c906108c
SS
28755 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28756 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28757 Also detect "Timeout reading from remote" error.
28758
28759 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28760 gdb_target_monitor. Don't call gdb_file_cmd here; let
28761 gdb_target_monitor do it.
c906108c
SS
28762
28763 * gdb.disasm/hppa.exp: Don't use exec_output.
28764
28765Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28766
28767 * gdb.base/list.exp: If we're debugging a non-native target,
28768 try to set the pc register to point to the start of the
28769 program before doing the first list command.
28770
28771 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28772 test_calls after restarting.
c906108c
SS
28773
28774 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28775 reloading.
c906108c
SS
28776
28777 * gdb.base/watchpoint.exp: Fix typo.
28778
28779 * gdb.base/setshow.exp: Check for use_gdb_stub.
28780
28781 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28782 stub case.
c906108c
SS
28783 * gdb.base/langs.exp: Ditto.
28784
28785 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28786 gdb_load_offset. If we weren't given a file to load, figure out
28787 what the current file is and use it.
c906108c
SS
28788
28789 * config/i386-bozo.exp: New file.
28790
28791Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28792
28793 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28794 feature.
28795
28796 * config/proelf.exp: New entry.
28797
28798Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28799
28800 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28801 of regexps.
28802
28803 * gdb.base/watchpoint.exp: Don't run the test_stepping
28804 tests if gdb can't call functions on the target.
28805
28806 * gdb.base/setshow.exp: Don't run the set prompt tests if
28807 the board has gdb_prompt set.
28808
28809Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28810
28811 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28812 * gdb.base/commands.exp: Likewise.
28813 * gdb.base/setshow.exp: Likewise.
28814
28815Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28816
28817 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28818 feature.
28819
28820 * config/i960.exp: New file.
28821
28822Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28823
28824 * gdb.base/funcargs.exp: Check for gdb,short_int target
28825 feature instead of looking for explicit target triplets.
28826
dc96c6c7 28827Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28828
d63a86f8 28829 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28830 "p 123DEADBEEF", to check parse_number.
28831 * top.c: change "to enable to enable" to "to enable" in a couple
28832 of help strings.
28833
28834Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28835
28836 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28837 on the mn10300.
d63a86f8 28838
c906108c
SS
28839Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28840
28841 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28842 where the test executable is run with explicit args.
28843 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28844
28845Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28846
28847 * gdb.base/run.c: Use FAKEARGV to build test executable that
28848 does not require a command line arg, since most simulators
28849 don't currently support passing such an arg into the simulated
28850 program.
28851 * gdb.base/commands.exp: Change tests to insert the proper
28852 value as the arg to the first recursive factorial call. Change
28853 compilation line to define FAKEARGV at compile time.
28854
28855Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28856
28857 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28858 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28859 function with watchpoint enabled" test.
28860
28861Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28862
28863 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28864 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28865
28866 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28867 "Tests restarted" messages.
c906108c
SS
28868
28869Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28870
28871 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28872
dc96c6c7 28873Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28874
28875 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28876 for INFO SYMBOL; add help tests for OVERLAY commands.
28877 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28878 add tests for OVERLAY commands
28879 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28880 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28881 * gdb.base/sigall.c: add usestubs code frag
28882 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28883
c906108c
SS
28884Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28885
28886 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28887 failures.
28888 (gdb_stop_suppressing_tests): Note that tests have restarted.
28889
28890Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28891
28892 * config/h8300.exp: New file.
28893
28894Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28895
28896 * gdb.base/setshow.exp: Check for the existence of a
28897 feature, not its value.
28898
28899Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28900
28901 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28902
28903 * gdb.base/scope.exp: It's now init0(), not init().
28904
28905 * gdb.base/scope0.c: For now, change init() to be init0().
28906
28907 * config/monitor.exp: Use gdb_serial in preference to serial
28908 or netport.
28909
28910 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28911 and it's not already set.
c906108c
SS
28912
28913Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28914
28915 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28916 isn't using a stub and if it supports argument passing.
c906108c
SS
28917
28918Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28919
28920 * config/udi.exp(gdb_start): Make sure UDICONF is set
28921 properly before starting gdb.
28922
28923Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28924
28925 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28926 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28927 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28928
28929Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28930
28931 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28932 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28933
28934 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28935
28936 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28937
28938 * config/monitor.exp: Make sure we disconnect from the target.
28939 Also, try a reboot/reload cycle instead of failing if the
28940 load fails.
28941
28942Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28943
28944 * gdb.base/default.exp: Don't set match_max.
28945 * gdb.base/help.exp: Ditto.
28946 * gdb.base/list.exp: Ditto.
28947 * gdb.base/signals.exp: Ditto.
28948
28949 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28950 set, use remote_ld to download the testcase instead of
28951 the GDB loader.
28952
28953Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28954
28955 * config/vr5000.exp: New file.
28956
28957 * config/monitor.exp(gdb_target_monitor): Add pattern for
28958 "Ending remote" to detect errors in connecting.
28959
28960 * gdb.base/setshow.exp: Add .* within auto language test.
28961
28962 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28963 target feature.
28964
28965 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28966 and reboot the board if necessary.
c906108c
SS
28967
28968 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28969 a set of tests. Remove print.* from the patterns being checked.
28970
28971Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28972
28973 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28974 refer to gdb_spawn_id.
28975
28976 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28977 longer used.
28978 * config/sparclet.exp: Ditto.
28979 * config/sparclet-old.exp: Ditto.
28980 * config/slite.exp: Ditto.
28981 * config/sim.exp: Ditto.
28982 * gdb.base/funcargs.exp: Ditto.
28983
28984 * lib/gdb.exp:Remove references to gdb_spawn_id.
28985 (gdb_expect): Move to remote.exp.
28986
28987Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28988
28989 * config/monitor.exp: Detect the "Couldn't establish connection"
28990 message from GDB.
28991
28992Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28993
28994 * gdb.base/bitfields.exp: Use runto instead of explicit
28995 gdb_run_cmd/gdb_expect sequences.
28996
28997 * gdb.base/break.exp(text_next_with_recursion): Add match for
28998 gdb_expect call.
28999
29000 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29001 We also need to handle the "A program is being debugged already"
29002 prompt from gdb. Use gdb_test to set the baud rate.
29003
29004 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29005 to 20000. Really. I mean it.
29006
29007Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29008
29009 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29010 fails. If suppress_flag is set, skip perror message about not
29011 being able to send to GDB.
c906108c 29012 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29013 GDB.
c906108c
SS
29014 (gdb_expect): If suppress_flag is set, always fail immediately.
29015 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29016 (gdb_init): Call gdb_stop_suppressing_tests.
29017 (default_gdb_exit): Ditto.
29018 (default_gdb_start): Ditto.
29019
29020 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29021 gdb_stop_suppressing_tests as appropriate.
c906108c 29022 * gdb.base/break.exp: Ditto.
889bf7c5 29023 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29024 * gdb.base/commands.exp: Ditto.
29025 * gdb.base/exprs.exp: Ditto.
889bf7c5 29026 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29027 * gdb.base/list.exp: Ditto.
29028 * gdb.base/recurse.exp: Ditto.
889bf7c5 29029 * gdb.base/scope.exp: Ditto.
c906108c
SS
29030 * gdb.base/structs.exp: Ditto.
29031 * gdb.c++/inherit.exp: Ditto.
29032
29033Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29034
29035 * config/vr4300.exp: New file.
29036
99707966 29037 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29038
99707966 29039 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29040
29041Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29042
29043 * lib/gdb.exp(gdb_init): New function.
29044
29045 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29046 for each individual variable set.
c906108c
SS
29047
29048 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29049 name.
29050
29051 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29052
29053 * gdb.base/scope.exp: Use gdb_test.
29054
29055 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29056 aborting; the testsuite driver will do that for us (see
29057 gdb_finish). Also, use gdb_test in a few more places.
29058
29059Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29060
29061 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29062
29063Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29064
29065 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29066 and "add_tests" are not at the same address.
29067
29068Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29069
29070 * gdb.base/ptype.exp: Use gdb_test.
29071
29072Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29073
29074 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29075 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29076 left in. No longer expect them to fail.
29077
29078 * gdb.stabs/*.mt; Deleted, no longer used.
29079 * gdb.stabs/configure.in: Remove references to target makefile
29080 frags.
29081 * gdb.stabs/configure: Rebuilt.
29082
29083 * gdb.disasm/*.mt: Deleted, no longer used.
29084 * gdb.disasm/configure.in: Remove references to target makefile
29085 frags. Use "sh3.s" as the unique filename for this directory.
29086 * gdb.disasm/configure: Rebuilt.
29087
29088 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29089 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29090 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29091
29092Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29093
29094 * config/udi.exp: Use mondfe,name instead of remote_host.
29095
29096Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29097
29098 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29099 a function with a watchpoint enabled on the mn10200.
29100
29101 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29102 before trying to create it!
29103
29104Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29105
29106 * config/vx.exp: Use hostname instead of netport.
29107
29108 * config/vxworks.exp: New file.
29109
29110 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29111
29112 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29113 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29114 occurs.
29115
29116 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29117 $gdb_spawn_id directly.
29118 (gdb_run_cmd): Try _start as well as start. Use the target feature
29119 gdb,start_symbol as the symbol to start from when jumping.
29120
29121Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29122
29123 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29124 redundant) test.
29125
29126 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29127 it doesn't lose for 16bit integer systems.
29128
29129Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29130
29131 * gdb.fortran/types.exp: If the target doesn't support "double"
29132 data types, then expect "real" types to only be 4 bytes.
29133
29134 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29135 call tests if the target doesn't support inferior function calls.
29136
29137 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29138 in printf tests.
29139
29140Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29141
29142 * gdb.base/help.exp: Disable "help set", "help show", and
29143 "help support". Simplify regexp for "help stack".
29144
29145 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29146 to 60 seconds. Temporarily set match_max to 15000 around the
29147 "info copying" test.
29148
29149 * gdb.base/nodebug.exp: Don't try to do an inferior function
29150 call if the target doesn't support them.
29151 * gdb.base/printcmds.exp: Likewise.
29152 * gdb.base/setvar.exp: Likewise.
29153 * gdb.base/structs.exp: Likewise.
29154 * gdb.c++/templates.exp: Likewise.
29155 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29156
29157 * gdb.base/recurse.exp: Enable for the mn10200.
29158
29159 * configure.in: Do configure gdb.stabs directory for *-*-elf
29160 targets.
29161 * configure: Rebuilt.
29162
29163 * gdb.base/break.exp: Check for gdb,noresults before testing
29164 exit status and/or results from the target.
29165 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29166 * lib/gdb.exp: Remove old (now bogus) initialization of
29167 noinferior, noargs, noresults and nosignals.
29168
29169Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29170
29171 * config/sh.exp: New file.
29172
29173 * config/slite.exp: Try to connect multiple times to the board
29174 before rebooting. Only send a "monitor run" if need_monitor_run
29175 is set.
29176
29177 * gdb.base/break.exp: Don't do the "stub continue" test if
29178 the target has gdb_stub set.
29179
29180 * gdb.base/callfuncs.exp: Increase the timeout.
29181
29182 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29183 if the target has gdb,noinferiorio set.
29184
29185 * gdb.base/list.exp: Increase match_max to 10000 characters.
29186
29187 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29188
29189 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29190 target.
29191
29192 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29193
29194Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29195
29196 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29197 trying to delete the copy of gdb. Catch the file delete so we
29198 don't die if the delete fails; also, the file should be copied to
29199 the host, not to the build.
c906108c
SS
29200
29201Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29202
29203 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29204 parenthesis in case it contains multiple regexps separated
c906108c
SS
29205 with |.
29206
29207 * gdb.base/watchpoint.exp: Use gdb_test.
29208 * gdb.base/default.exp: Ditto.
29209
29210Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29211
99707966 29212 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29213
c906108c
SS
29214 * gdb.base/scope.exp: Use gdb_test.
29215 * gdb.c++/classes.exp: Ditto.
29216 * gdb.c++/inherit.exp: Ditto.
29217
29218Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29219
29220 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29221 remote_exec instead.
29222 * gdb.base/corefile.exp: Don't be ridiculous.
29223 * gdb.base/*.c: Add missing stub invocations.
29224
29225Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29226
29227 * config/slite.exp: Miscellaneous fixes.
29228
29229 * lib/gdb.exp: Fix runto.
29230
29231 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29232 the target.
29233
29234 * gdb.base/watchpoint.exp: Fix regexp.
29235
29236 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29237 close and wait commands, as the descriptor may now be
29238 invalid. Always call "remote_close host".
29239
29240Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29241
29242 Major rewrite for testsuite revision.
d63a86f8 29243
c906108c
SS
29244 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29245 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29246 instead of relying on spawn_id to always contain a valid
29247 spawn id.
29248 (get_compiler_info): New procedure to build the ${binfile}.ci
29249 file, instead of replicating this in N different places.
29250 (gdb_compile): New procedure.
d63a86f8 29251
c906108c 29252 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29253 appropriate arguments) instead of compile. Use gdb_test in a lot
29254 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29255 at the start of a testcase, as this is no longer done magically.
29256
29257 config/*-gdb.exp: Rename without the -gdb suffix.
29258
29259 config/mips.exp: Use remote_close instead of exit_remote_shell.
29260 config/monitor.exp: Use target_info instead of looking at
29261 baud, timeout, etc.
29262 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29263
29264Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29265
29266 * gdb.c++/templates.exp (test_ptype_of_templates),
29267 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29268 Update expect patterns for destructors and assignment operators
29269 to match corresponding c-typeprint.c changes.
29270 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29271 to destructor breakpoint test, GDB should be able to set the
29272 destructor breakpoint without specifying arguments.
29273
29274Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29275
29276 * gdb.threads/pthreads.exp: Change result for failure to compile due
29277 to lack of pthreads runtime support from an error to simply an
29278 unsupported test, per dejagnu standards.
29279
29280Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29281
29282 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29283 where GDB exits to reduce pattern match time.
29284 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29285
29286 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29287
dc96c6c7 29288Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29289
29290 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29291 * gdb.base/default.exp: ditto.
29292 * gdb.base/nodebug.exp: ditto.
29293 * gdb.base/printcmds.exp: ditto.
29294 * gdb.base/ptype.exp: ditto.
29295 * gdb.base/setvar.exp: ditto.
29296 * gdb.base/structs.exp: ditto.
29297 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29298
29299Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29300
29301 * configure, */configure: Rebuild with autoconf 2.12.
29302
29303Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29304
29305 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29306 use new i*86-pc-linux*-gnu quads.
29307 * gdb.base/corefile.exp: Ditto.
29308 * gdb.base/signals.exp: Ditto.
29309 * gdb.base/sigall.exp: Ditto.
29310 * gdb.base/interrupt.exp: Ditto.
29311
29312 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29313 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29314 RedHat 4.0.
d63a86f8 29315
c906108c 29316 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
29317 linux. This allows the test case to at least compile on latest
29318 linux, but still not run due to missing the threads runtime library.
c906108c
SS
29319
29320Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29321
29322 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29323 directory to search gdb directory. Accept and step over conditional
29324 stack alignment code. Consume $prompt in failure cases.
29325 Reset timeout to $oldtimeout instead of some arbitrary value.
29326 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29327 timeout problems with infinite stack backtraces.
29328 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29329 Accept function parameters for linkfunc member.
29330
29331Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29332
29333 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29334 (CXXFLAGS): Remove, unreferenced.
29335 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
29336 previous -B options and also add -B option to pick up cross compiled
29337 runtime.
c906108c
SS
29338 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29339 doing cross compiles.
29340 (target_alias): Declare global.
29341 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29342 to verify that gcc exists in build tree, and if so set CC to that
29343 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 29344
c906108c
SS
29345Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29346
29347 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29348 ptype test for anonymous union. Fixup testcase to match
29349 current gcc debug output.
29350
29351Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29352
29353 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29354 force argument to an unsigned long type.
29355
29356Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29357
29358 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 29359 tests and anonymous union print/ptype tests.
c906108c
SS
29360 * gdb.base/list.exp (test_forward-search): Increase timeout by
29361 5 minutes for the "search extremely long line" case.
29362 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29363 completely optional and that the pass/fail messages use the command as
29364 the message if that third arg is a null string.
29365 (gdb_test_exact): Arrange that a null string pattern means match a
29366 null string output rather than any output, which might include random
889bf7c5 29367 errors.
c906108c
SS
29368 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29369 backtrace test.
29370 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29371 always failing and failure is now exposed by gdb.exp changes.
29372
29373Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29374
29375 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29376 weren't being noted.
29377
29378Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29379
29380 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29381 * gdb.stabs/weird.exp: Remove v_comb xfails.
29382
dc96c6c7 29383Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29384
29385 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 29386 list.exp scope.exp watchpoint.exp]
c906108c 29387 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 29388
dc96c6c7 29389Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29390
29391 * config/monitor.exp: Increase download timeout to 1000 seconds.
29392
dc96c6c7 29393Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29394
29395 * config/m32r.exp: Increase timeout to 120 seconds.
29396
29397Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29398
29399 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29400 and accept older ordering as obsolescent gcc or gdb.
29401 * gdb.c++/templates.exp: Ditto.
29402 * gdb.c++/virtfunc.exp: Ditto.
29403
29404Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29405
29406 * gdb.base/coremaker.c: Add code to mmap some data so we
29407 can check that it ends up in the core file.
29408 * gdb.base/corefile.exp: Add test to read mmapped data
29409 from core file.
29410
dc96c6c7 29411Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29412
29413 * config/m32r.exp: New file.
29414
29415Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29416
29417 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29418 that cflags can contains -gstabs, and work correctly for other tests.
29419
dc96c6c7 29420Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29421
29422 * gdb.base/setshow.exp: New file, tests show and set.
29423 * gdb.base/setshow.c: New file, tests show and set.
29424 * gdb.base/help.exp: Add test for help set|show annotate.
29425 * gdb.base/default.exp: Add test for set|show annotate.
29426
29427Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29428
29429 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29430 errors unique.
29431 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29432 explicitly.
29433
29434Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29435
29436 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29437 and width commands. This is done elsewhere.
29438 * (gdb_start): Don't call gdb_start_sim here. That's already
29439 done in gdb_load. This fixes lots of failures in default.exp.
29440
29441Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29442
29443 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29444 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29445 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29446 in the same we we treat other failures (since it may be an expected
889bf7c5 29447 condition), rather than as an error.
c906108c
SS
29448 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29449 old test format.
29450
29451Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29452
29453 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29454 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 29455 twice. Nuke the duplicates.
c906108c 29456 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 29457 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
29458 Remove config.h along with other config files.
29459
29460Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29461
29462 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29463 "p func1 ()" and note that rests of tests are skipped.
29464 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29465 setup_xfails for "print func2::coremaker_local".
c906108c
SS
29466 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29467 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29468 affected by the previous run test.
29469 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29470 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29471 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29472 "pass int powerset tuple" and "pass modeless int powerset tuple".
29473 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29474 "real write 4" and "real write 8".
29475 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29476 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
29477 "print \$i after tuple assign 2", and
29478 "print vs2 after tuple assign 2".
29479 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29480 meaningful error message and return -1 so the caller can
29481 suppress further tests and avoid a cascade of errors.
d63a86f8 29482
c906108c
SS
29483Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29484
29485 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29486 format for printing version.
29487 * gdb.base/default.exp: Ditto.
29488 * gdb.base/interrupt.exp: Fix problem with cascade of
29489 errors if child process dies while calling a function.
d63a86f8 29490
c906108c
SS
29491Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29492
29493 * Makefile.in (VPATH): Add
29494 * Makefile.in (Makefile, config.status): Fix rules so things get
29495 remade when necessary.
29496
29497Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29498
29499 * Makefile.in (just-check): Add path to sibling expect dir
29500 to environment variable specified by RPATH_ENVVAR.
29501
29502Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29503
29504 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29505 (just-check): Add shared library paths for libstdc++, tk,
29506 tcl, bfd, and opcodes to the environment variable specified
29507 in RPATH_ENVVAR.
29508 * configure.in: Add support to recognize --enable-shared flag
29509 and generate correct value for RPATH_ENVVAR.
29510 * configure: Regenerated with autoconf.
29511
29512Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29513
29514 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29515 include all osf versions.
c906108c
SS
29516 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29517 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29518 when target is linux. When failing to build pthreads test
29519 executable, give more meaningful message.
29520 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29521 arg for pthread_create.
d63a86f8 29522
c906108c
SS
29523Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29524
29525 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29526 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29527 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29528 and -lpthreads (everybody else).
c906108c
SS
29529 (test_startup): Fail gracefully if threads are not supported.
29530 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29531 "p/c array_index("abcdef",2)" when not gcc compiled.
29532 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29533 "print func2::coremaker_local" when not gcc compiled.
29534 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29535 "ptype on opaque struct tagname (statically)",
29536 "ptype on opaque struct tagname (dynamically) 1", and
29537 "ptype on opaque struct tagname (dynamically) 2"
29538 for not compiled with gcc.
29539 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29540 backtrace when compiled with gcc.
d63a86f8 29541 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29542 than always return success.
29543
29544Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29545
29546 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29547
29548Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29549
29550 * gdb.base/structs.exp: Undo last change.
29551
29552Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29553
29554 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29555 encapsulate all the steps/nexts done during self test, starting
29556 at main, and makes them less sensitive to optimization issues.
29557 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29558 signal handler" test.
29559 * gdb.threads/pthreads.exp: Only run this for native configs.
29560 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29561 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29562 tests.
29563 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29564 for "runto test_calls(void)" test.
d63a86f8 29565
c906108c
SS
29566Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29567
29568 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29569 and don't expect address info in breakpoint confirmations.
29570
29571Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29572
29573 * gdb.base/list.exp (test_forward_search): Increase timeout
29574 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29575 and then reset to old value when done. Increase expect input
c906108c
SS
29576 buffer to 10000.
29577
29578Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29579
29580 * gdb.base/list.exp (test_forward_search): Fix to handle very
29581 long source line without overflowing expect's input buffer.
29582
29583Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29584
29585 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29586 "buffer_full".
29587
29588 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29589 "buffer_full".
29590
29591 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29592 "buffer_full".
29593
29594 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29595 "buffer_full".
29596
29597Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29598
29599 * configure.in (configdirs): Add gdb.threads.
29600 * configure: Regenerated with autoconf.
29601 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29602 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29603 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29604
c906108c
SS
29605Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29606
29607 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29608
29609Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29610
29611 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29612 each signal's status in the output of "handle all print".
29613 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29614 the \r\n sequence that immediately precedes the gdb prompt.
29615 * gdb.base/a1-selftest.exp: Save original timeout and restore
29616 after test.
29617
29618Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29619
29620 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29621 symbol.
29622
29623Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29624
29625 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29626
29627Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29628
29629 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29630 timeout by 60 seconds.
29631
29632Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29633
29634 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29635 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29636 error return.
29637
29638Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29639
29640 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29641 gdb initialization, also report how long dejagnu waited. Restore
29642 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29643 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29644
29645Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29646
29647 * lib/gdb.exp: Report timeout value for verbosity level 2.
29648 * config/gdbserver.exp: Ditto.
29649 * config/hppro.exp: Ditto.
29650 * config/mips-gdb.exp: Ditto.
29651 * config/monitor.exp: Ditto.
29652 * config/netware.exp: Ditto.
29653 * config/sim-gdb.exp: Ditto.
29654 * config/slite-gdb.exp: Ditto.
29655 * config/udi-gdb.exp: Ditto.
29656 * config/unix-gdb.exp: Ditto.
29657 * config/vx-gdb.exp: Ditto.
29658 * gdb.base/a1-selftest.exp: Ditto.
29659 * gdb.base/a2-run.exp: Ditto.
29660 * gdb.base/break.exp: Ditto.
29661 * gdb.base/corefile.exp: Ditto.
29662 * gdb.base/list.exp: Ditto.
29663 * gdb.base/recurse.exp: Ditto.
29664 * gdb.base/scope.exp: Ditto.
29665 * gdb.base/signals.exp: Ditto.
29666
29667Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29668
29669 * gdb.threads/Makefile.in (docdir): Removed.
29670
29671Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29672
29673 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29674 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29675 @srcdir@.
d63a86f8 29676 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29677 autoconf 2.5 or higher.
29678 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29679
29680Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29681
29682 * configure: Regenerated.
29683 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29684 avoid name clashes with SunOS headers.
29685
29686Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29687
29688 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29689
29690Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29691
29692 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29693 prototype information ends up in the compiler info file.
29694
29695Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29696
29697 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29698 attempting to regenerate it. Eliminate use of a temporary file
29699 and just generate the info file directly. Source it immediately,
29700 for consistency of use.
29701 * gdb.base/corefile.exp: Ditto
29702 * gdb.base/exprs.exp: Ditto.
29703 * gdb.base/funcargs.exp: Ditto.
29704 * gdb.base/langs.exp: Ditto.
29705 * gdb.base/list.exp: Ditto.
29706 * gdb.base/mips_pro.exp: Ditto.
29707 * gdb.base/nodebug.exp: Ditto.
29708 * gdb.base/opaque.exp: Ditto.
29709 * gdb.base/ptype.exp: Ditto.
29710 * gdb.base/scope.exp: Ditto.
29711 * gdb.base/setvar.exp: Ditto.
29712 * gdb.base/signals.exp: Ditto.
29713 * gdb.base/whatis.exp: Ditto.
29714 * gdb.c++/templates.exp: Ditto.
29715 * gdb.c++/virtfunc.exp: Ditto.
29716 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 29717 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
29718
29719Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29720
29721 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29722 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29723 Increase timeout, a lot of single stepping might be needed if the
29724 target has no hardware watchpoints.
29725
29726Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29727
29728 * gdb.base/break.exp: Ignore compiler warnings when compiling
29729 break.c.
29730 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29731 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29732 from remote-sim.
29733 * gdb.base/exprs.exp: Add h8300 xfails.
29734 * gdb.base/funcargs.exp: Likewise.
29735 * gdb.base/nodebug.exp: Likewise.
29736 * gdb.base/printcmds.exp: Likewise.
29737 * gdb.base/ptype.exp: Likewise.
29738 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29739 h8300 xfails.
d63a86f8 29740 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29741 on the h8300.
29742 * gdb.base/funcargs.c: Explicitly make last constant argument to
29743 call_after_alloca_subr an unsigned long type.
29744 * gdb.base/return.c: Include stdio.h.
29745
29746Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29747
29748 * config/abug.exp: New file for the older Motorola Bug monitor
29749 that runs on the mvme13x series VME boards.
29750 * config/monitor.exp: Use the new config array for target settings
29751 if they exist.
29752
29753Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29754
29755 * sim-gdb.exp: Make the SH simulator allocate less space when
29756 it is targeted.
29757
29758Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29759
29760 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29761 test.
29762
29763Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29764
29765 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29766 "rs6000-*-*" for "list function in include file" when gcc compiled.
29767 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29768 for "p ctable1[120]".
29769 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29770 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29771 Remove setup_xfail for "rs6000-*-*" for
29772 "print 'scope0.c'::filelocal before run".
29773 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29774 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29775 since some compilers don't allow both options to be given
29776 on the same command line. Create object file and move it.
d63a86f8 29777
c906108c
SS
29778Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29779
29780 * gdb.base/corefile.exp: Always regenerate the core file, since
29781 we always regenerate the coremaker program. Detect special case
29782 where registers cannot be read from core file.
d63a86f8 29783
c906108c
SS
29784Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29785
29786 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29787 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29788 * gdb.c++/templates.exp: Only match on basename of file since
29789 some formats like xcoff don't encode directory information.
29790 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29791 and rs6000 AIX xcoff targets.
29792 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29793 * configure: Regenerate.
29794 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29795 here, rather than in distclean.
d63a86f8 29796
c906108c
SS
29797Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29798
29799 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29800 defined, and use it to compile the test case with -O2. The
29801 native compilation still uses no optimization.
29802 * gdb.base/mips_pro.c: Remove inline assembly code since
29803 it is compiled PIC by default, which results in assembler
29804 warnings that make the testsuite think the compilation
29805 was unsuccessful.
29806
29807Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29808
29809 * gdb.c++/misc.exp: Add note to message for
29810 "print s.a for foo struct" that this is a known gcc 2.7.2
29811 and earlier bug.
29812
29813Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29814
29815 * gdb.base/break.exp: Fix pattern for matching "Delete all
29816 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29817 setup_xfail for deleting all breakpoints test. Fix various
29818 timeout messages to include "(timeout)".
29819 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29820 for "p t_float_values2(3.14159,float_val2)".
29821 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29822 for "continue to call2g" when gcc compiled.
29823 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29824 "up to foo in langs.exp", "show language at foo in langs.exp",
29825 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29826 and "show language at fsub in langs.exp".
29827 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29828 "list line 1 in include file", "list message for lines past EOF",
29829 "list function in include file", "list list0.h:foo", and
29830 "list filename:function; nonexistant function".
29831 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29832 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29833 and "ptype t_char_array" to be for native cc only.
d63a86f8 29834
c906108c
SS
29835Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29836
d63a86f8 29837 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29838 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29839 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29840
29841Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29842
29843 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29844 "bt in signals.exp". This problem only appears when running
29845 the testsuite, and then only intermittently.
29846
29847Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29848
29849 * gdb.base/return.exp (return_tests): Differentiate between
29850 two tests of continuing.
29851
29852Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29853
29854 * */Makefile.in (maintainer-clean): Remove config.log.
29855 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29856 * gdb.c++/Makefile.in (PROGS): Add inherit.
29857 (clean): Remove *.ci.
29858
29859Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29860
29861 * gdb.c++/misc.cc: Add test code from Mike Stump.
29862 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29863
29864Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29865
29866 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29867 to "alpha-*-osf2*" and add comment.
29868 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29869 setup_xfail for "step over execarg initialization" and
29870 "step over corearg initialization".
c906108c
SS
29871 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29872 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29873 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29874 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29875 "print func2::coremaker_local", and "backtrace in corefile.exp".
29876 * gdb.base/signals.exp: Build and source signals.ci.
29877 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29878 to be for gcc only.
29879 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29880
c906108c
SS
29881Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29882
29883 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29884 Feb 3 procfs.c change.
29885
29886Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29887
29888 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29889
29890Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29891
29892 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29893 from dejagnu's apparent default of 10 seconds, which gives random
29894 results when running the tests over NFS on moderately loaded systems.
29895 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29896
29897Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29898
29899 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29900 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29901 result reports.
c906108c
SS
29902
29903Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29904
29905 * configure.in (CY_AC_PATH_TCLH): Remove.
29906 * configure: Regenerate.
29907
29908Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29909
29910 * gdb.c++/Makefile.in (clean): Add missing '{'.
29911
29912Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29913
29914 * lib/gdb.exp: Provide a default value for noinferior.
29915
29916 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29917 Load libgloss.exp.
29918
29919Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29920
29921 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29922 the executable, not the .o to run the tests from.
29923
29924Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29925
29926 * gdb.base/break.exp: Don't test for program exit or exit status
29927 if $noresults if nonzero.
29928 * gdb.base/langs.exp: Likewise.
29929 * gdb.base/watchpoint.exp: Likewise.
29930
29931 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29932 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29933 trying to compile the testcase.
29934
29935Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29936
29937 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29938 * gdb.base/signals.exp (continue to handler): Likewise.
29939
29940Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29941
29942 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29943
29944 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29945
29946Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29947
29948 * gdb.base/corefile.exp: Recognize "not found" as failure
29949 when trying to determine if a core file was generated.
29950 If no core file was generate the first time, try again without
29951 the ulimit -c to work around braindamaged shells.
29952
29953Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29954
29955 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29956 [] tests with "test" and enclose string in quotes.
29957 * gdb.stabs/configure: Rebuild
d63a86f8 29958
c906108c
SS
29959Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29960
29961 Changes in sync with expect:
29962 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29963 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29964 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29965 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29966 argument to AC_REQUIRE.
29967 * configure: Regenerated.
29968
29969Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29970
29971 * gdb.base/corefile.exp: When generating a core, discard any
29972 error messages about ulimit not found and the "core dumped"
29973 message from the shell that runs the coredumper.
29974
29975Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29976
29977 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29978
29979 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29980 which sed script to run. Expect failure for v_comb test
29981 on PA targets too.
d63a86f8 29982
c906108c
SS
29983Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29984
29985 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29986 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29987
29988Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29989
29990 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29991 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 29992 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
29993 * lib/gdb.exp (default_gdb_start): Fix typo.
29994 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29995 messages to not include the full program name that caused
29996 the core dump since some systems (such as solaris) apparently
29997 truncate this path to about 80 characters.
29998 When generating a core file first try increasing the core file
29999 size limit to unlimited since some systems may default it to
30000 zero, and it is harmless to try it. Move the test for failing
30001 to generate a core file to where it will actually get executed.
30002 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30003 new gdb result from g++ debug info improvements and make old
30004 pattern obsolescent. Also account for size_t differences
30005 (may be int or long).
30006 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30007 initialization before function call is placed in the delay slot
30008 and thus appears to be skipped over by commands such as "next".
30009
30010Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30011
30012 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30013
30014Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30015
30016 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30017 input source file; fix code to compile test to deal with this
30018 convention.
30019 * gdb.c++/*.exp: Likewise.
30020
30021Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30022
30023 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30024 "bt in signals.exp".
30025
30026Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30027
30028 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30029 "step over execarg initialization" and
889bf7c5 30030 "step over corearg initialization".
c906108c
SS
30031
30032Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30033
30034 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30035 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30036
30037Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30038
30039 From Rob Savoye (rob@poseidon.cygnus.com)
30040 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30041 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30042 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30043 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30044 configure.in}: Major reworking for autoconfig.
c906108c
SS
30045 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30046 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30047 New files.
c906108c
SS
30048 * config/unix-gdb.exp: Make GDB global.
30049 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30050 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30051 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30052 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30053 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30054 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30055 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30056 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30057 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30058 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30059 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30060 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30061 to returns as necessary, arrange for test to compile own testcase
30062 executable.
c906108c 30063 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30064
c906108c
SS
30065Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30066
30067 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30068 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30069 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30070 "backtrace through signal handler".
30071
30072Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30073
30074 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30075 continuing from a job control stop signal.
30076 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30077
30078Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30079
30080 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30081 * gdb.base/corefile.exp: Likewise.
30082 * gdb.base/funcargs.exp: Likewise.
30083
30084Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30085
30086 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30087 * config/monitor.exp: Add support for setting baud rate.
30088
30089Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30090
30091 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30092 i*86-*-linux* xfails for "backtrace through signal handler".
30093 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30094 "print func2::coremaker_local".
30095 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30096 alpha-dec-osf2* xfail for
c906108c
SS
30097 "delete all breakpoints when none".
30098
30099Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30100
30101 * gdb.base/break.exp: Change test that deletes all breakpoints
30102 when no user breakpoints are installed. A post 4.15 change
30103 causes gdb to no longer prompt in this case.
30104
30105Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30106
30107 * gdb.base/return.exp (return_tests): Change xfail for test
30108 "correct value returned double test" to stop xfailing at
30109 Solaris 2.5. Apparently the bug has been fixed.
30110
30111Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30112
30113 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30114 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30115
30116Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30117
30118 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30119 * gdb.disasm/hppa.s: Corresponding changes.
30120
30121Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30122
30123 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30124 makefile fragment.
30125 * config/mt-hpux: Deleted.
30126
30127Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30128
d63a86f8 30129 * Many files: When warning about suppressed tests due to a
c906108c
SS
30130 nonexistant test binary, avoid incrementing the warning count.
30131
30132Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30133
30134 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30135
c906108c
SS
30136Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30137
30138 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30139 "sparc-*-solaris2*".
30140
30141Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30142
30143 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30144 Add global and local variables and initialize them.
30145 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30146 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30147 extracts the file name and terminating signal from the core file.
30148 * TODO: Remove note about tests for correct mapping of corefile.
30149 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30150 from optimizing it away.
30151 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30152 handles common blocks.
30153
30154Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30155
30156 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30157 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30158
30159Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30160
30161 * Makefile.in (maintainer-clean): New target, synonym for
30162 realclean.
30163 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30164 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30165 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30166 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30167 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30168 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30169
30170Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30171
30172 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30173 xfails when not gcc compiled for "print foo::funclocal".
30174 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30175 "print foo::funclocal at foo",
30176 "print 'scope1.c'::foo::funclocal at foo",
30177 "print foo::funclocal_bss at foo",
30178 "print 'scope1.c'::foo::funclocal_bss at foo",
30179 "print foo::funclocal_ro at foo",
30180 "print 'scope1.c'::foo::funclocal_ro at foo",
30181 "print bar::funclocal at foo" and
30182 "print 'scope1.c'::bar::funclocal at foo".
30183 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30184 gcc compiled for "print foo::funclocal at bar".
30185 Expand all messages to ensure that they identify that
30186 the test is at bar().
30187 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30188 gcc compiled for:
30189 "ptype on opaque struct pointer (statically)",
30190 "ptype on opaque struct tagname (statically)",
30191 "ptype on opaque struct pointer (dynamically) 1",
30192 "ptype on opaque struct tagname (dynamically) 1",
30193 "ptype on opaque struct pointer (dynamically) 2" and
30194 "ptype on opaque struct tagname (dynamically) 2
30195 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30196 gcc compiled for:
30197 "p datalocal"
30198 "whatis datalocal",
30199 "ptype datalocal",
30200 "p bsslocal",
30201 "whatis bsslocal", and
30202 "ptype bsslocal".
30203 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30204 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30205 when not gcc compiled.
30206 * gdb.base/funcargs.exp (float_and_integral_args): Add
30207 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30208 compiled.
30209 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30210 "backtrace from call6a" when not gcc compiled.
30211 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30212 "backtrace from call7a" when not gcc compiled.
30213 * gdb.base/callfuncs.exp (do_function_calls):
30214 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30215 "p t_char_array_values(char_array_val2,char_array_val1)",
30216 "p t_char_array_values(char_array_val1,char_array_val2)",
30217 "p t_char_array_values("carray 1","carray 2")",
30218 "p t_char_array_values("carray 1",char_array_val2)",
30219 "p t_char_array_values(char_array_val1,"carray 2")",
30220 "p sum_args(1,{2})",
30221 "p sum_args(2,{2,3})",
30222 "p sum_args(3,{2,3,4})",
30223 "p sum_args(4,{2,3,4,5})"
30224 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30225 "backtrace in corefile.exp" when not gcc compiled.
30226
30227Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30228
30229 * gdb.base/signals.exp: Rewrite `handle all print' test as
30230 a procedure. Accept blanks or TABs as whitespace, increase
30231 timeout and expect input buffer size for the large output
30232 from the command. Remove "i*86-*-bsdi2.0" xfail.
30233
30234Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30235
30236 * gdb.base/setvar.exp: Add new testcases for truncation when
30237 assigning invalid values to bitfields.
30238
30239Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30240
d63a86f8 30241 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30242 mips-sgi-irix* xfail for
30243 "call inferior func with struct - returns char *"
30244 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30245 accepted in the result.
c906108c
SS
30246
30247Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30248
30249 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30250 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30251 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30252 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30253 that accidentally got checked in.
30254
30255Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30256
d63a86f8 30257 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30258 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30259 compiled test.
30260 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30261 Add mips-sgi-irix5* xfail for not gcc compiled.
30262 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30263 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30264 compiled for "p top", "whatis top", "p middle", and "whatis
30265 middle".
c906108c
SS
30266 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30267 "whatis signed char" for not gcc compiled.
30268 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30269 "set variable signed char=-1 (-1)" and
30270 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30271 * gdb.base/funcargs.exp (float_and_integral_args):
30272 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30273 Add mips-sgi-irix* xfail when not gcc compiled for
30274 "continue to call2b".
30275 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30276 "continue to call2g".
6fdff2c5
PA
30277 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30278 compiled for "backtrace from call6a"
30279 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30280 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30281 when not gcc compiled for "backtrace from call7a".
c906108c
SS
30282 (localvars_after_alloca): Fix gdb_test cmds for
30283 "print * after runto ...".
30284 Remove rs6000-*-* xfails for
30285 "print i after runto localvars_after_alloca" and
30286 "print l after runto localvars_after_alloca"
30287 for all compilers.
30288 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 30289 when not compiled with gcc, for:
c906108c
SS
30290 "print signed char == (minus)",
30291 "print signed char != (minus)",
30292 "print signed char < (minus)",
30293 "print signed char > (minus)".
30294 * gdb.base/callfuncs.exp (do_function_calls):
30295 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30296 "call inferior func with struct - returns char *".
d63a86f8 30297 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
30298 "correct value returned double test" to include Solaris 2.4.
30299 * gdb.base/funcargs.exp (float_and_integral_args):
30300 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 30301
c906108c
SS
30302Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30303
30304 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30305 enumeration bitfields if compiling with GNU C.
30306 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30307 to empty' prompt.
30308
30309Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30310
30311 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30312 test for PRO targets.
30313
30314 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30315 breakpoints in the inferior at any given time by making
30316 two groups of breakpoints for call2*, call6* and call7*
30317 tests.
30318
30319Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30320
30321 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30322 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30323 from optimizing it away.
30324 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30325 "call inferior func with struct".
30326
30327Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30328
30329 * configure.in: Only configure gdb.chill for particular targets.
30330
30331Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30332
30333 * gdb.base/Makefile.in: Add action to .c.o transformation
30334 rule that generates a .ci file for each .o file and remove
30335 explicit .c.o rules except for callfuncs.o.
30336 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30337 generates a .ci file for each .o file and remove explicit
30338 .cc.o rules.
30339 (clean): Remove *.tmp *.ci files.
30340 (EXECUTABLES): Remove templ-info.exp.
30341 * gdb.base/compiler.c: New file.
30342 * gdb.c++/compiler.cc: New file
30343 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30344 Change rs6000-*-* xfail for
30345 "print 'scope0.c'::filelocal_ro" and
30346 "print 'scope1.c'::filelocal" and
30347 "print 'scope1.c'::filelocal_bss" and
30348 "print 'scope1.c'::filelocal_ro" and
30349 "print 'scope1.c'::foo::funclocal" and
30350 "print 'scope1.c'::foo::funclocal_ro" and
30351 "print 'scope1.c'::bar::funclocal" and
30352 "print 'scope0.c'::filelocal_ro" and
30353 "print 'scope1.c'::filelocal at foo" and
30354 "print 'scope1.c'::filelocal_bss at foo" and
30355 "print 'scope1.c'::filelocal_ro at foo" and
30356 "print 'scope1.c'::foo::funclocal at foo" and
30357 "print 'scope1.c'::foo::funclocal_bss at foo" and
30358 "print 'scope1.c'::foo::funclocal_ro at foo" and
30359 "print 'scope1.c'::bar::funclocal at foo" and
30360 "print 'scope0.c'::filelocal_ro" and
30361 "print 'scope1.c'::filelocal" and
30362 "print 'scope1.c'::filelocal_bss" and
30363 "print 'scope1.c'::filelocal_ro" and
30364 "print 'scope1.c'::foo::funclocal" and
30365 "print 'scope1.c'::foo::funclocal_bss" and
30366 "print 'scope1.c'::foo::funclocal_ro" and
30367 "print 'scope1.c'::bar::funclocal" and
30368 "print 'scope1.c'::bar::funclocal_bss"
30369 to only be xfail'd when not compiled with gcc.
d63a86f8 30370 Add rs6000-*-* xfail for
c906108c
SS
30371 "print 'scope0.c'::filelocal_bss before run"
30372 when compiled with gcc.
30373 (test_at_main): Add rs6000-*-* xfail for
30374 "print filelocal_ro in test_at_main"
30375 when compiled with gcc.
30376 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 30377 Add rs6000-*-aix* xfail for
c906108c
SS
30378 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30379 "ptype t_char_array", not compiled with gcc.
30380 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30381 xfail for "list foo (in include file)" when gcc compiled.
30382 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 30383 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
30384 "run to call0a" if not compiled with gcc.
30385 (unsigned_integral_args): Add rs6000-*-* xfail for
30386 "run to call1a" if not compiled with gcc.
30387 (float_and_integral_args): Add rs6000-*-* xfail for
30388 "run to call2a" if not compiled with gcc and for
30389 "continue to call2b" for any compiler.
30390 Add rs6000-*-* xfail to
30391 "print f1 after run to call2a" for gcc compiled.
30392 (discard_and_shuffle): Add rs6000-*-* xfail for
30393 "run to call6a".
30394 (shuffle_round_robin): Add rs6000-*-* xfail for
30395 "backtrace from call7a" if not compiled with gcc.
30396 Add rs6000-*-* xfail for
30397 "backtrace from call7b" if compiled with gcc.
30398 (call_after_alloca): Add rs6000-*-* xfail for
30399 "print c in call_after_alloca" and
30400 "print s in call_after_alloca" and
30401 "backtrace from call_after_alloca_subr"
30402 if not compiled with gcc.
30403 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30404 "print c in localvars_in_indirect_call" and
30405 "print c in localvars_in_indirect_call" and
30406 "backtrace in indirectly called function" and
30407 "stepping into indirectly called function"
30408 if not compiled with gcc.
30409 (localvars_after_alloca): Add rs6000-*-* xfail for
30410 "print c after runto localvars_after_alloca" and
30411 "print s after runto localvars_after_alloca" and
30412 "print i after runto localvars_after_alloca" and
30413 "print l after runto localvars_after_alloca"
30414 for all compilers.
30415 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30416 than whatis-info.exp.
30417 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30418 than opaque-info.exp.
30419 Setup rs6000-*-* xfail for
d63a86f8 30420 "ptype on opaque struct pointer (statically)" and
c906108c
SS
30421 "ptype on opaque struct pointer (dynamically)" when
30422 not compiled with gcc.
30423 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30424 rather than callf-info.exp.
30425 (do_function_calls): Add clear_xfail for rs6000-*-* for
30426 "p t_float_values2(3.14159,float_val2)". Seems to work
30427 fine there, both with xlc and gcc. Need to find out what
30428 it is doing right and fix other platforms.
30429 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30430 "call inferior func with struct - returns int",
30431 "call inferior func with struct - returns long",
30432 "call inferior func with struct - returns float",
30433 "call inferior func with struct - returns double",
30434 "call inferior func with struct - returns char *",
30435 but only if not gcc compiled (presumes xlc compiled).
30436 Change rs6000-*-* xfails for
30437 "call inferior func with struct - returns char" and
30438 " call inferior func with struct - returns short" to only
30439 xfail if not using gcc.
30440 (clean mostlyclean): Remove *.ci and *.tmp files.
30441 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30442 than templ-info.exp.
30443 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30444 Add rs6000-*-* xfail for "up to foo in langs.exp"
30445 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 30446 when not gcc compiled.
d63a86f8 30447
c906108c
SS
30448Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30449
30450 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30451 * gdb.base/corefile.exp: Likewise.
30452 * gdb.base/list.exp: Likewise.
30453 * gdb.base/scope.exp: Likewise.
30454 * gdb.base/siganls.exp: Likewise.
30455
30456 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30457 compiler output.
30458 * gdb.base/whatis.exp: Likewise.
30459
30460Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30461
30462 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30463 failure (opcode table has been fixed to match reality).
30464
30465Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30466
30467 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30468 "call inferior func with struct - returns char",
30469 "call inferior func with struct - returns short"
30470
30471 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30472 "print 'scope0.c'::filelocal at main",
30473 "print 'scope0.c'::filelocal_bss in test_at_main",
30474 "print 'scope0.c'::filelocal at foo",
30475 "print 'scope0.c'::filelocal_bss in test_at_foo",
30476 "print 'scope0.c'::filelocal at bar",
30477 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 30478
c906108c
SS
30479 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30480 in source file 1". This bug seems to have been fixed with both
30481 gcc and native cc (was native assembler bug?).
30482
30483Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30484
30485 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30486 "backtrace through signal handler" to "i*86-*-sysv4*".
30487 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30488 continue" case. Add "known SVR4 bug" to fail message.
30489 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30490 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30491 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30492 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30493 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30494 "up to foo in langs.exp", "show language at foo in
30495 langs.exp", "up to cppsub_ in langs.exp", "show
30496 language at cppsub_ in langs.exp", "up to fsub in
30497 langs.exp", and "show language at fsub in langs.exp".
30498 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30499 "bactrace in corefile.exp".
30500 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30501 "call inferior function with struct - returns float" and
30502 "call inferior function with struct - returns double".
d63a86f8 30503
c906108c
SS
30504Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30505
30506 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30507 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30508 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30509 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30510
30511Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30512
30513 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30514 (or overriden) "CHILL" macro rather then bare "gcc".
30515 Also look for ../../gcc/xgcc since that is what we will
30516 actually need, not "Makefile". Remove following assignment
30517 of CHILL to CHILL_FOR_TARGET because that results in
30518 recursive definition.
30519
30520Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30521
30522 * gdb.base/corefile.exp: Change xfail for backtrace in
30523 corefile.exp from linuxaout to all linux.
30524 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30525 cases where we miss the breakpoint at the signal handler
30526 for some reason. Setup xfail for linuxoldld/linuxaout and
30527 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30528 hitting SIGURG breakpoint.
30529 * gdb.base/signals.exp: Setup xfail for "next" acting like
30530 continue to add linuxoldld. Setup xfail for all linux for
30531 "next to handler in signals_tests_1", "backtrace in
30532 signals_tests_1", "continue to func1", "pass SIGUSR1",
30533 and continue to handler".
30534
30535Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30536
30537 * Update all FSF addresses except those in COPYING* files.
30538
30539Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30540
30541 * gdb.base/a2-run.exp: Change messages to be more explicit about
30542 the status of args, and quote binfile in results.
30543
30544Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30545
30546 * gdb.base/callfuncs.exp: Add tests for passing structs to
30547 inferior functions and return various types.
30548 * gdb.base/callfuncs.c: Add functions to receive a struct
30549 and return a member of the struct, in various types.
30550
30551Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30552
30553 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30554
30555Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30556
30557 * config/vxworks29k.exp: New file, sources vxworks.exp.
30558
30559Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30560
30561 * config/gdbremote.exp: New file. Testing framework using
30562 gdbserver.
30563
30564Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30565
30566 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30567 "call function when asleep" and "send end of file".
30568 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30569 for "backtrace in corefile.exp".
30570 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30571 for "backtrace through signal handler".
30572 * gdb.base/corefile.exp: Make sure we actually generate a core file
30573 before trying the core tests. Some systems allow the user to suppress
30574 generation of core files and default to that (linux for example).
30575 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30576 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30577
30578Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30579
30580 * gdb.threads: New directory with some crude multi-threaded
30581 gdb tests (step.exp and step2.exp).
30582 * config/mt-lynx (STEP_EXECUTABLE): Define.
30583 (THREADFLAGS): Define.
30584
30585Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30586
30587 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30588
30589 * gdb.base/signals.exp: Disable whole file for lynx until
30590 further notice.
30591
30592 * gdb.base/signals.exp: xfail test where "next" acts like
30593 "continue" for lynx.
30594
30595 * gdb.base/interrupt.exp: xfail test for calling function while
30596 inferior is asleep for lynx.
30597
30598 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30599 than one cr-lf after each command.
30600
30601Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30602
30603 * configure.in: Reinstate setting of stabsdirs variable, fix
30604 typo in setting up configdirs for native builds.
30605
30606 * gdb.base/return.exp: Fix typo in return double test.
30607 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30608 compiler from optimizing them away.
30609
30610Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30611
30612 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30613 sequences to be echo'd by gdb when using gdb_test.
30614 * gdb.chill/chexp.exp: Likewise.
30615 * gdb.fortran/exprs.exp: Likewise
30616
30617Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30618
30619 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30620 after the inferior gdb has started.
30621
30622 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30623 after each command.
30624 * gdb.base/funcargs.exp: Likewise.
30625 * gdb.base/gdbvars.exp: Likewise.
30626 * gdb.base/interrupt.exp: Likewise.
30627 * gdb.base/list.exp: Likewise.
30628 * gdb.base/watchpoint.exp: Likewise.
30629 * gdb.c++/demangle.exp: Likewise.
30630 * gdb.c++/inherit.exp: Likewise.
30631 * gdb.chill/chexp.exp: Likewise.
30632 * gdb.fortran/exprs.exp: Likewise.
30633
30634 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30635 test if we can't handle IO to/from the inferior.
30636
30637 * gdb.c++/misc.exp: Always check for a program already being
30638 started after sending a "run" command to gdb.
30639
30640 * gdb.base/twice.exp: Start with a fresh gdb.
30641
30642 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30643 only depend on gdb's expression code, not the chill runtime.
30644
30645 * gdb.base/return.c: Put return values into variables so we
30646 can have gdb print them rather than depending on the program
30647 to print them.
30648 * gdb.base/return.exp: Corresponding changes.
30649
30650 * lib/gdb.exp: Provide default value for noinferiorio.
30651 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30652 the inferior.
30653
30654 * gdb.base/break.exp: Always check for a program already being
30655 started after sending a "run" command to gdb.
30656 (text_next_with_recursion): Don't check the output from the
30657 program's printf statement. Instead just make sure the program
30658 exited.
30659
30660 * gdb.base/commands.exp: Protect tests which need arguments with
30661 $noargs conditionals.
30662
30663Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30664
30665 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30666 of structure member arrays to match gdb/valops.c:value_addr change.
30667
30668Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30669
30670 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30671 cases.
30672
30673Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30674
30675 * configure.in (configdirs): Remove gdb.chill from default list
30676 of subdirs and then add it back in only if doing a native build.
30677 The current chill compiler does not yet work in any cross build.
30678 * Revert all signal changes from Jul 6.
30679 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30680 for sh-hms targets, allowing these tests to link, with no other
30681 changes. Testing is suppressed by setting "nosignals" in site.exp.
30682
30683Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30684
30685 * configure.in (signaldirs): Define and add to configdirs for all
30686 targets except some specific ones that are known to not support signals.
30687 Also clean up formatting.
30688 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30689 (signals, sigall): Remove rules to build.
30690 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30691 Moved to new gdb.signals directory.
30692 * gdb.signals: New test directory.
30693 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30694 signals.c signals.exp}: New or moved files.
30695
30696Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30697
30698 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30699
30700Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30701
30702 * gdb.base/return.exp: Xfail `return double' test failure
30703 on at least Solaris 2.3 and handle future/past versions on
30704 a case by case basis as appropriate. Also update message
30705 to include i*86 failures.
30706
30707Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30708
30709 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30710
30711 * lib/gdb.exp: Fix comment which erroneously identified
30712 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30713 gdb_file_cmd not gdb_load).
30714 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30715
30716 * gdb.base/setvar.exp: Make test names consistent between pass and
30717 fail cases. Use gdb_test more.
30718
30719Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30720
30721 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30722
30723Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30724
30725 * gdb.base/help.exp: Fix expected help string for `show commands'.
30726
30727Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30728
30729 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30730
30731 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30732 of a text section.
30733
30734Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30735
30736 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30737 that loop eventually terminates. Fix Connection refused logic so
30738 that testsuite will expire nicely.
30739
30740Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30741
30742 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30743 config/rom68k.exp: New tcl glue for the appropriate monitors.
30744 These all just end up calling monitor.exp.
30745 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30746 refused' by retrying. Cleanup some timeout issues.
30747 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30748 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30749 callers don't have to set/restore global timeout variable.
30750
30751 * The following set of changes centralizes management of the global
30752 timeout variable. This way, it can be set in one target dependent
30753 place instead of dozens of places scattered throughout the test suite.
30754 If you need to lengthen a timeout, then you should either set timeout
30755 in one of the config/{target}.exp files, or multiply it by a factor.
30756 Setting it to an absolute value is always going to lose for some
30757 targets.
30758 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30759 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30760 * gdb.base/funcargs.exp: Don't set timeout.
30761 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30762 * gdb.base/printcmds.exp (test_print_string_constants
30763 test_print_array_constants): Don't set timeout.
30764 * gdb.base/ptype.exp: Don't set timeout.
30765 * gdb.base/recurse.exp: Don't set timeout.
30766 * gdb.base/return.exp: Don't set timeout.
30767 * gdb.base/watchpoint.exp: Don't set timeout.
30768 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30769 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30770
30771Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30772
30773 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30774
30775Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30776
30777 * lib/gdb.exp: Disable chill tests for irix5.
30778
30779Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30780
30781 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30782 each test pass or fail.
30783
30784Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30785
30786 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30787 xlc not gcc.
30788
30789Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30790
30791 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30792
30793Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30794
30795 * config/est.exp: Fix copyright and comments. Remove dead code.
30796 Use targetname, serialport and baud variables instead of fixed
30797 constants.
30798 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30799 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30800
30801Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30802
30803 * gdb.base/watchpoint.exp: Don't run
30804 test_watchpoint_triggered_in_syscall for sunos.
30805
30806Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30807
30808 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30809 they don't seem to exist. Do include stdio.h.
30810
30811Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30812
30813 * gdb.base/a1-selftest.exp: Add alpha xfail.
30814
30815Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30816
30817 * gdb.base/watchpoint.c (main): Prompt before calling read().
30818 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30819 Revise accordingly. Remove cruft about sending "123" several
30820 times, until it gets noticed. Clean up the "print buf[0]" stuff
30821 so that it passes or fails, and waits for prompts in the usual way.
30822
30823Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30824
30825 * gdb.base/recurse.exp: Fix comment.
30826
30827 * TODO: Remove item about printing variables in nodebug.exp. Add
30828 item about enabling tests which are only run on some targets.
30829
30830 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30831 fail, make test names unique, use new gdb_test convention
30832 regarding pattern, use gdb_test more, etc.).
30833
30834 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30835 fail, make test names unique, etc.).
30836
30837Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30838
30839 * gdb.base/nodebug.c: Change return type of top and middle to
30840 short.
30841 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30842 are fixed by the recent mdebugread.c changes. Allow `short ()'
30843 as type for top and middle.
30844
30845Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30846
30847 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30848 nearly as I can tell, the whole thing was an accident in Stu's
30849 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30850 to replace a send/expect pair with gdb_test, but ended up only
30851 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30852 of 30 Mar 1995 took care of it, but left this vestigial comment
30853 which I am now nuking.
30854
30855Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30856
30857 * gdb.base/break.exp: Look for different line number for
30858 breakpoint at main depending on usestubs.
30859
30860Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30861
30862 * gdb.base/list.exp: Adjust some alternate expect patterns to
30863 match recent list0.c change. Add alternate expect pattern for
30864 output from `list default lines around main' for optimizing
30865 compilers.
30866
30867Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30868
30869 * lib/gdb.exp: If nosignals is not set, set it to 0.
30870
30871Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30872
30873 * config/slite-gdb.exp: Responds to load symbol table prompt.
30874 * gdb.base/break.exp: Adjust line number, fix rerun.
30875 * gdb.base/langs0.c: Add #ifdef usestubs.
30876
30877Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30878
30879 * gdb.base/list.exp: Adjust line contents after adding new lines in
30880 list0.c. Also fix a syntax error.
30881
30882 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30883 * gdb.base/break.exp: ditto.
30884 * gdb.base/list.exp: ditto.
30885 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30886 * gdb.base/run.c: ditto.
30887 * gdb.base/list0.c: ditto.
30888 * gdb.base/funcargs.c: ditto.
30889
30890Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30891
30892 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30893 $targetname, $serialport and $baud instead of hardwired variables.
30894 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30895 target doesn't support signals.
30896
30897Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30898
30899 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30900
30901Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30902
30903 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30904 Don't rely on the value of an auto variable before it has been
30905 initialized. Use gdb_test more.
30906
30907Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30908
30909 * lib/gdb.exp (default_gdb_version): A version number must start
30910 with a digit, but other than that contains all characters up to
30911 the first whitespace character.
30912
30913Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30914
30915 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30916
30917Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30918
30919 * gdb.c++/*.exp: Warn if executable does not exist. The original
30920 reason for skipping the warning was that configure.in sometimes
30921 intentionally skipped building the executables but the tcl code
30922 had no way of knowing. That (a) was always bogus with respect to
30923 error handling, (b) is no longer true (right now there is no way
30924 to skip C++ tests).
30925
30926 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30927
30928Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30929
30930 * gdb.base/list.exp: Add expect patterns for output from
30931 SunPRO compiled executables.
30932 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30933 types.
30934
30935Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30936
30937 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30938 number (we are already testing that the correct source line text
30939 gets printed).
30940
30941 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30942 that is what is intended, but something needed to be done to get
30943 sunos4 native working again.
30944
30945 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30946
30947 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30948 apparently went with a (very) old xfail.
30949
30950Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30951
30952 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30953 runto_main is a proc in gdb.exp that will do 'step' for target use
30954 stubs.
30955 * gdb.base/exprs.exp: ditto.
30956 * gdb.base/interrupt.exp: ditto.
30957 * gdb.base/opaque.exp: ditto.
30958 * gdb.base/printcmds.exp: ditto.
30959 * gdb.base/ptype.exp: ditto.
30960 * gdb.base/scope.exp: ditto.
30961 * gdb.base/setvar.exp: ditto.
30962 * gdb.base/signals.exp: ditto.
30963 * gdb.base/twice.exp: ditto.
30964 * gdb.c++/classes.exp: ditto.
30965 * gdb.c++/inherit.exp: ditto.
30966 * gdb.c++/templates.exp: ditto.
30967 * gdb.base/break.exp: no run and hit main for stubs. Change line
30968 numbers for breakpoints and info breakpoint.
30969 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30970 breakpoint().
30971 * gdb.base/callfuncs.c: ditto.
30972 * gdb.base/exprs: ditto.
30973 * gdb.base/interrupt.c: ditto.
30974 * gdb.base/opaque0.c: ditto.
30975 * gdb.base/printcmds.c: ditto.
30976 * gdb.base/ptype.c: ditto.
30977 * gdb.base/scope0.c: ditto.
30978 * gdb.base/setvar.c: ditto.
30979 * gdb.base/signals.c: ditto.
30980 * gdb.base/twice.c: ditto.
30981 * gdb.c++/misc.cc: ditto.
30982 * gdb.c++/templates.cc: ditto.
30983
30984Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30985
30986 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30987
30988 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30989 somewhere between `read' and `main.c'. I'm pretty sure the
30990 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30991 and it isn't particularly useful.
30992
30993 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30994
30995Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30996
30997 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30998
30999Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31000
31001 * config/mt-slite: add LIBS and -nostdlib.
31002 * config/slite-gdb.exp: add this new file to support sparclite target.
31003
31004Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31005
31006 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31007
31008 * gdb.base/a2-run.exp: Change argument to istarget from
31009 "*-*-vxworks" to "*-*-vxworks*".
31010 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31011
31012Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31013
31014 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31015 will not runto main but do a 'step' to step out of breakpoint().
31016 * config/mt-slite: add -Dusestubs.
31017
31018Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31019
31020 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31021 instead of just @.
31022
31023 * gdb.base/signals.exp: Add test for "handle all print".
31024 * TODO: Remove "handle all print". Also remove item about
31025 checking copyright date (I don't like the idea of a spurious FAIL
31026 based on when we run the tests).
31027
31028 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31029 for SunOS4 (reason for failure not investigated). Remove
31030 redundant test for $binfile.
31031
31032 * gdb.base/nodebug.c (array_index): Call malloc.
31033
31034 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31035
31036Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31037
31038 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31039 conventions and slightly simplify the matching regexp.
31040
31041Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31042
31043 * gdb.base/break.exp: Update gdb_test invocation to use new
31044 convention.
31045
31046 * lib/gdb.exp: If noargs is not set, set it to 0.
31047
31048 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31049 tests unique.
31050
31051 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31052
31053Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31054
31055 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31056 one argument of type "<non-float parameter>".
31057
31058Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31059
31060 * config/rom68k.exp: New file to support Motorola IDP board.
31061 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31062 * gdb.base/break.c: Change things around so that this program
31063 doesn't depend upon args. This is necessary to make remote
31064 targets work (in general, they can't take args).
31065 * gdb.base/break.exp: Don't try to send args to program. Don't
31066 expect output. Also, replace lots of code with gdb_test.
31067
31068Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31069
31070 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31071 printing of '\'' (which is what the comment says we are testing,
31072 even though we were not), not '''.
31073 (test_integer_literals_rejected): Test that printing ''' is an error.
31074
31075 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31076 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31077 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31078 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31079 Use gdb_test not test_print_accept.
31080 * lib/gdb.exp: Remove test_print_accept.
31081
31082 * gdb.base/signals.exp (signal_tests_1): Make pass message
31083 consistent with fail message.
31084
31085 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31086 unsigned char; the bug (PR 1821) is fixed.
31087
31088 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31089
31090 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31091 successful tests--makes xfailing them work right.
31092
31093Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31094
31095 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31096 only \r\n, not .*. The test can pass .* as the last thing in
31097 $pattern if that is what it wants. In addition to providing this
31098 flexibility, this change should speed up pattern matching in cases
31099 where the pattern already ended with .* (there were a number of
31100 them). This change also helps catch bad patterns--in the old
31101 scheme the typo "char \*" instead of "char \\*" would pass. Now
31102 it is caught.
31103 * Many .exp files: Update callers.
31104
31105 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31106 clearer and does not spuriously match multiple ('s. Likewise for
31107 ) and *.
31108
31109 * gdb.base/nodebug.exp: Test ability to call a function and pass
31110 it a string (even with no debugging info).
31111
31112 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31113 "p '\'", which is the same as "p ''" once tcl gets done with
31114 quoting, to "p '\\'", which I suspect is what is intended (one
31115 backslash gets sent to GDB).
31116
31117 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31118
31119Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31120
31121 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31122 1817) was fixed literally years ago.
31123
31124Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31125
31126 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31127 test, it causes stepping out of call_after_alloca_subr with
31128 optimizing compilers.
31129 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31130 fails.
31131
31132 * gdb.c++/templates.exp: Source templ-info.exp only if
31133 the templates executable exists.
31134
31135 * gdb.c++/misc.cc (class Contains_static_instance,
31136 class Contains_nested_static_instance),
31137 gdb.c++/classes.exp (test_static_members): Test printing of
31138 a class that contains a static instance of the class.
31139
31140Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31141
31142 * gdb.base/langs2.c (cppsub_): Don't prototype.
31143 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31144 only, I believe).
31145
31146Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31147
31148 * lib/gdb.exp (skip_chill_tests): New procedure.
31149
31150 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31151
31152Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31153
31154 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31155 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31156
31157Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31158
31159 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31160
31161 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31162 disassemble 8, not 16, instructions for part 4.
31163
31164 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31165 support the latter anymore.
31166
31167 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31168 -DNO_PROTOTYPES.
31169 * gdb.base/callfuncs.c: Control use of prototypes based on
31170 NO_PROTOTYPES, not __STDC__.
31171 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31172 t_float_values2 tests if prototypes in use.
31173
31174 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31175 t_double_values): When checking differences against DELTA, check
31176 that difference is within the range (-DELTA,DELTA), not just
31177 (-infinity,DELTA).
31178
31179Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31180
31181 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31182 'file' command firts, then 'target', then 'load', this is due to gdb
31183 target set up.
31184 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31185
31186Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31187
31188 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31189 FP load/store variants.
31190 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31191
31192Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31193
31194 * gdb.base/term.exp: Do not give a warning if not native, it is
31195 not an abnormal condition.
31196
31197Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31198
31199 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31200 t_char_array".
31201
31202Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31203
31204 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31205 are getting the version number.
31206
31207 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31208 if not native, it is not an abnormal condition.
31209
31210Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31211
31212 * lib/gdb.exp: Just use "file exists", rather than undocumented
31213 dejagnu procedure "findfile".
31214
31215Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31216
31217 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31218 (LDFLAGS): Set to -Xlinker -Ur.
31219
31220 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31221 Removed, these values are set by lib/gdb.exp.
31222
31223 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31224
31225Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31226
31227 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31228 of replicating gdb startup code.
31229
31230 * config/mt-vxworks (LDFLAGS): Set to -r.
31231 (CFLAGS_FOR_TARGET): Removed.
31232
31233 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31234 (gdb) and gdb for vxworks uses (vxgdb).
31235
31236 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31237 executable is not in the tree and host != target, use sed and
31238 program_transform_name to determine the gdb name used by the
31239 target.
31240
31241 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31242 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31243
31244Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31245
31246 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31247 floats, chars, and shorts where there are ANSI-style function
31248 definitions.
31249
31250 * gdb.base/langs.exp, gdb.base/langs*: New test.
31251 * gdb.base/Makefile.in: Build it.
31252 * TODO: Remove item about checking that C names don't get C++
31253 demangling applied; this test tests it.
31254
31255Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31256
31257 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31258 went with the const70 xfail. The xfail went away a year ago.
31259
31260 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31261
31262 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31263 for hp300.
31264
31265 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31266
31267 * gdb.base/a1-selftest.exp: Don't run on hp300.
31268
31269Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31270
31271 * Makefile.in (site.exp): Set host_alias and target_alias as well
31272 as host_triplet and target_triplet.
31273
31274Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31275
31276 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31277
31278 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31279 places as other ecoff systems).
31280
31281 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31282 ultrix.
31283
31284Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31285
31286 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31287 remove them.
31288 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31289 variable and "variable" in addition to "data variable".
31290 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31291
31292 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31293 2.
31294 * gdb.base/list1.c (long_line): Add additional statement at start
31295 of function.
31296 * gdb.base/list.exp (test_forward_search): Update line number to
31297 reflect new statement.
31298
31299Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31300
31301 * gdb.base/signals.exp: Reinitialize searched source directories
31302 after gdb_start call.
31303
31304Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31305
31306 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31307 * gdb.stabs/Makefile.in: Likewise.
31308
31309 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31310 change. Instead split the tests into smaller pieces.
31311 * gdb.disasm/hppa.s: Corresponding changes.
31312
31313Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31314
31315 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31316 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31317
31318 * gdb.base/funcargs.exp: Modify many tests so that every test
31319 either passes or fails. Make some test names unique.
31320
31321Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31322
31323 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31324 Call stty to set interrupt character.
31325
31326 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31327 for HP assembler versus GNU assembler based on actual behavior of
31328 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31329
31330 * TODO: Suggest a few more stepping tests.
31331
31332Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31333
31334 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31335 restart GDB for h8300 after a continue.
31336 (return): Add pattern to match a29k-udi behavior.
31337 * gdb.base/nodebug.exp: Remove obsolete comment.
31338 * gdb.base/regs.exp: New file, testing of register displays.
31339 * gdb.base/return.exp: Fix typo in reference to $objdir.
31340 * gdb.base/whatis.exp: Always start with a fresh GDB.
31341
31342Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31343
31344 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31345 higher, these tests generate a lot of output.
31346
31347Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31348
31349 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31350 code following the catch silently ignored some errors; without the
31351 catch they should be thrown like any other tcl error. Also, the
31352 catch used "" instead of {} which meant all the callers who wanted
31353 to include one of the characters "[]$ had to quote it an extra time.
31354 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31355 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31356 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31357 Remove extra quoting.
31358
31359Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31360
31361 * gdb.base/commands.exp: Make test names unique; every test either
31362 passes or fails. Update some comments.
31363
31364 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31365
31366Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31367
31368 The following fixes a FAIL caused by the fact that the alpha stabs
31369 configuration didn't use the ".if alpha" code in weird.def.
31370 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31371 bit pointer, so the 32 bit version works even on the alpha.
31372 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31373 Remove the stuff which allowed us to have separate versions for
31374 alpha and everything else.
31375
31376 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31377 regexp which "info func operator\[\](" is supposed to match. Fix
31378 string to send to GDB. Note that GDB still doesn't work right. Add a
31379 new test for "info func .perator\[\](" which GDB does handle correctly.
31380
31381 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31382
31383Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31384
31385 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31386 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31387 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31388 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31389 it makes the tests harder to understand and confuses test-o-matic.
31390 The preferred style is that each test provides a PASS or a FAIL,
31391 and has a unique message (e.g. "continue #54" not just "continue")
31392 which is the same for the pass and the fail.
31393 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31394 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31395 to lib/gdb.exp.
31396 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31397 prt_accept which was basically the same thing. Likewise for
31398 test_print_reject and prt_reject.
31399 * lib/gdb.exp (test_print_reject): Add some more error message
31400 patterns to match from the former printcmds.exp (prt_reject).
31401 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31402 One defect of the passcount stuff is that some of it failed to
31403 report XPASS where appropriate.
31404 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31405 stuff before and after arg in expected pattern.
31406 (test_paddr_operator_functions): Re-do test without print_addr_of;
31407 this is the only test which seems to want extra stuff there.
31408
31409Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31410
31411 * gdb.base/nodebug.exp: Update new tests to reflect improved
31412 wording of gdb output.
31413
31414 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31415 and "ptype" work on variables in files compiled without -g.
31416 Replaces commented out "maint print msymbol" tests.
31417
31418Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31419
31420 * gdb.base/setvar.c (dummy): Call malloc.
31421
31422 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31423 losing with the irix4 sed.
31424
31425 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31426 ALRM" on irix4.
31427
31428Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31429
31430 * TODO: Remove items about corefile.exp testing new exec-file and
31431 backtrace; both are now done. Add items about printing enums.
31432
31433Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31434
31435 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31436 "get signal $thissig" test fails.
31437
31438 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31439
31440Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31441
31442 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31443 compiler warning with dec alpha compiler.
31444
31445 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31446 extra \n from gdb_test call (this explains why the prompt test
31447 that I removed yesterday was there).
31448 (user_defined_command_test): Remove extra \n and prompt test.
31449
31450 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31451 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31452 doesn't exist.
31453 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31454 Also remove alpha workaround, which turns out to be because
31455 SIGABRT == SIGLOST.
31456
31457 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31458
31459 * gdb.base/help.exp: Don't test "help show".
31460
31461Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31462
31463 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31464 "set print address" is on.
31465 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31466 pass prompt to gdb_test; gdb_test already looks for the prompt.
31467
31468 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31469
31470 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31471 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31472 was to make sure that gdb can read a core file. But (a) the "read
31473 the corefile" part didn't make it to a1-selftest.exp, we just
31474 delete the corefile after creating it, and (b) we test reading
31475 corefiles in corefile.exp anyway. Also, this test left around a
31476 xgdb process on Solaris.
31477
31478 * gdb.base/corefile.exp: Also test backtrace.
31479
31480Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31481
31482 * gdb.base/commands.exp: Test a simple user defined command with
31483 arguments and if/while statements; verify the full user command is
31484 printed by "show user".
31485
31486 * gdb.base/commands.exp: Test if/while commands as part of a
31487 breakpoint command list; verify they appear in breakpoint
31488 information.
31489
31490Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31491
31492 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31493 than by dividing by zero.
31494
31495Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31496
31497 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31498 performing an inferior call with watchpoints enabled.
31499 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31500 call.
31501
31502Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31503
31504 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31505 of "file" command.
31506
31507 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31508 Add additional pattern for when "int operator int(void);" appears
31509 in a different order.
31510
31511Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31512
31513 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31514
31515 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31516 and "signal" with ".*".
31517
31518Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31519
31520 * TODO: Add note about "handle all nostop".
31521
31522 * gdb.base/{sigall.c, sigall.exp}: New test.
31523 * gdb.base/Makefile.in: Add it.
31524
31525Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31526
31527 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31528 when invoking GDB, suppresses any windowing interface.
31529
31530Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31531
31532 * config/sim-gdb: New file, simulator testing support.
31533
31534Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31535
31536 * gdb.base/interrupt.exp: Test calling func1 twice.
31537
31538Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31539
31540 * gdb.base/list.exp (test_forward_search): Set timeout higher
31541 when we'll be getting lots of output from gdb.
31542
31543 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31544 "init_malloc" to after the expect statement. Run it if that
31545 regexp is taken, but also for two others which happen if source
31546 cannot be found.
31547
31548Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31549
31550 * gdb.base/printcmds.exp: New test, for printing register before
31551 program is running.
31552
31553Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31554
31555 * gdb.base/list.exp: Correct some alternate expect patterns
31556 to reflect changes in list1.c.
31557
31558Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31559
31560 * TODO: Add item regarding large frames.
31561
31562 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31563
31564 * TODO: Remove item about enabling return.exp; it
31565 is enabled. Suggest a few more "return" tests.
31566
31567Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31568
31569 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31570 anonymous unions.
31571
31572Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31573
31574 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31575 and pr-5646.o, so "make" is the same as "make all", not "make
31576 pr-4975.o".
31577
31578Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31579
31580 * gdb.base/list.exp: Adjust expectations to reflect changes in
31581 list1.c.
31582 (test_forward_search): New test proc.
31583 * gdb.base/list1.c (long_line): New function, has long source line.
31584
31585Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31586
31587 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31588 additional line of code that was added.
31589
31590Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31591
31592 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31593 tests so as not to overflow expect's input buffers.
31594 * gdb.disasm/hppa.exp: Corresponding changes.
31595
31596Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31597
31598 Beginnings of template debugging tests.
31599 * gdb.c++/templ-info.cc: New file to test for template
31600 debugging capability of the compiler.
31601 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31602 templ-info.cc.
31603 * gdb.c++/templates.cc: Add explicit template instantiations
31604 to enable compiling with -fno-implicit-templates. Add destructor
31605 and 'value' method to T5 class for template tests.
31606 * gdb.c++/templates.exp: Add testcases for printing of template
31607 types, setting breakpoints on template methods and calling a
d63a86f8 31608 template method.
c906108c
SS
31609
31610Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31611
31612 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31613 branch target since some assemblers (gas-2.5) may emit a
31614 relocation for the branch instead of resolving it in the
31615 assembler.
31616
31617Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31618
31619 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31620 through signal handler.
31621
31622Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31623
31624 * configure.in (*-*-netware): Use config/mt-netware.
31625
31626 * config/mt-netware: New file.
31627 * config/mt-i386-netware: Removed, separate configs for different
31628 netware architectures are no longer needed now that we have
31629 --with-headers.
31630
31631Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31632
31633 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31634 by the recent changes to use ANSI C arithmetic conversions.
31635
31636Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31637
31638 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31639 bug involving using inferior_pid to figure out whether to select a
31640 frame.
31641
31642Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31643
31644 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31645 match the current disassembler output.
31646
31647Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31648
31649 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31650 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31651 types, expect "int" as type of integer values (for now).
31652
31653Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31654
31655 * gdb.base/commands.exp: New tests for if/while commands.
31656
31657Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31658
31659 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31660 by .*, since hex values have different syntax in Chill mode.
31661
31662Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31663
31664 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31665 linefeed from expect pattern for repeated types with indices > 9.
31666
31667Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31668
31669 First part of Fortran test suite.
31670 * gdb.fortran: New directory.
31671 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31672
31673Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31674
31675 * gdb.base/default.exp: Update expect pattern for load command
31676 without arguments.
31677
31678Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31679
31680 * configure.in: Change i386 to i[345]86.
31681 * gdb.base/configure.in: Likewise.
31682 * gdb.c++/configure.in: Likewise.
31683 * gdb.chill/configure.in: Likewise.
31684
31685Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31686
31687 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31688 patterns, since that is not a valid context for comments.
31689
31690Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31691
31692 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31693 repeated types and repeated types with indices > 9.
31694
31695Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31696
31697 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31698 2417; old bug has been fixed.
31699
31700Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31701
31702 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31703 send the newline ourselves instead of assuming gdb_test will do
31704 so when passed an empty input string.
31705
31706 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31707 stabs testcode.
31708
31709Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31710
31711 * lib/gdb.exp (gdb_test): Don't send anything if the first
31712 argument is an empty string. This makes cases where we want to
31713 match output that is already in expect's buffers (for example,
31714 matching a breakpoint after gdb_run_cmd has been called) work
31715 reliably.
31716
31717Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31718
31719 * config/netware.exp: New file.
31720
31721Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31722
31723 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31724 the -B and -L prefixes so we can find the debugging stub.
31725
31726 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31727 there and we are using the gcc from the tree.
31728
31729 * gdb.base/types.c: Removed.
31730
31731 * gdb.base/configure.in: Look for makefile fragments in ../config.
31732 Recognize i386-*-netware.
31733 * gdb.c++/configure.in: Likewise.
31734
31735Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31736
31737 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31738 the correct TCL syntax.
31739
31740Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31741
31742 * gdb.base/opaque.exp: use runto instead of messing around with
31743 breakpoints. Simplify by using gdb_test.
31744
31745 * gdb.base/bitfields.exp: restart between tests on netware targets
31746 because breakpoints aren't relocated after target death. Run
31747 processes to completion.
31748
31749 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31750
31751Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31752
31753 * Makefile.in: Remove extra tabs that confuse some versions
31754 of "make". Use the newly built gdb to test with by default,
31755 rather than the first one in the tester's search path.
31756
31757Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31758
31759 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31760
31761 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31762 condition help.
31763
31764Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31765
31766 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31767
31768 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31769 running.
31770 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31771 * gdb.base/funcargs.exp: Likewise.
31772
31773 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31774 * gdb.base/funcargs.exp: Likewise.
31775
31776 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31777 message is "".
31778
31779Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31780
31781 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31782 return,signals,twice}.exp: Handle non-existant binaries
31783 consistantly.
31784
31785 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31786 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31787 might testing a cross development system.
31788
31789Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31790
31791 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31792 runtest script is relative to ${srcdir}, not ${rootdir}.
31793
31794Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31795
31796 * gdb.base/signals.exp: Allow for optionality of breakpoint
31797 address.
31798
31799Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31800
31801 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31802
31803Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31804
31805 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31806 for size_t definition.
31807 * gdb.c++/templates.cc: Likewise
31808
31809 * config/mt-i386-netware: New file.
31810
31811 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31812 defined.
31813
31814 * gdb.base/Makefile.in: Added support for systems that name core
31815 files by appending "core" to the program name.
31816 * gdb.base/a1-selftest.exp: Likewise.
31817
31818Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31819
31820 * gdb.base/return.exp: Add comment and message for `return double'
31821 test failure on Sparc Solaris.
31822
31823Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31824
31825 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31826
31827Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31828
31829 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31830 from optimizing them away.
31831 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31832 patterns to include default constructors and assignment operators,
31833 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31834 character in the output of the virtual base pointer.
31835
31836Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31837
31838 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31839 expression match in print_addr_of to avoid unintented matches.
31840 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31841 versions up to 2.5.8.
31842
31843Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31844
31845 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31846 included file to run under newer versions of expect.
31847 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31848 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31849 Remove xfail for the virtual table of BDDHookV.
31850
31851Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31852
31853 * lib/gdb.exp (string_to_regexp): Set a default result.
31854 (default_gdb_start): Fix misleading message.
31855
31856Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31857
31858 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31859 Remove all CC, etc definitions.
31860 * config/mt-hpux: New file.
31861 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31862 (CFLAGS, LDFLAGS): Define.
31863 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31864
31865 * Makefile.in (site.exp): Don't insert host_os, etc.
31866 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31867 (distclean): Check existence of subdir.
31868 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31869 * gdb.base/Makefile.in: General cleanup and simplification.
31870 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31871 to build executables. Use default rule to build .o files.
31872 (EXPECT, RUNTEST, CC): Fix relative pathname.
31873 (site.exp): Don't insert host_os, etc.
31874 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31875 and/or SIGUSR1 defined.
31876 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31877 * gdb.c++/Makefile.in: General cleanup and simplification.
31878 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31879 (CFLAGS): Remove.
31880 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31881
31882Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31883
31884 * gdb.base/recurse.exp: Misc changes to get tests running again
31885 after Kung's changes to the watchpoint code.
31886 * gdb.base/watchpoint.exp: Likewise.
31887
31888Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31889
31890 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31891
31892Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31893
31894 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31895 * lib/gdb.exp (default_gdb_start): Define.
31896 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31897 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31898 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31899 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31900 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31901 Don't call gdb_target_udi in between tests.
31902
31903Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31904
31905 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31906 (which was basically just a local version of the same thing). In
31907 addition to avoiding duplication, gdb_test_exact is faster.
31908 * lib/gdb.exp (gdb_test_exact): Fix typo.
31909
31910 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31911 don't give an error.
31912
31913 * gdb.base/term.exp: Call delete_breakpoints before starting.
31914
31915 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31916 (t10): Add comment.
31917
31918Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31919
31920 Reorganization of the GDB Test Suite.
31921
31922 * gdb.base: New directory, contains all the basic tests.
31923 * gdb.c++: New directory, tests specific to C++.
31924 * gdb.chill: New directory, tests specific to Chill.
31925 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31926 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31927 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31928 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31929 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31930 t30-31 to chill).
31931 * */gdbme.*: Rename to match appropriate expect scripts.
31932 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31933 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31934 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31935 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31936 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31937 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31938 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31939 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31940 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31941 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31942 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31943 gdb.c++/virtfunc.cc: New names of C++ files.
31944 * gdb.chill/chillvars.ch: New name of Chill file.
31945 * gdb.base/configure.in, gdb.c++/configure.in,
31946 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31947 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31948 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31949 * configure.in (configdirs): Update to reflect directory changes.
31950 (target_abbrev): No longer define for any configuration.
31951 * Makefile.in: Cosmetic improvements to header comments.
31952
31953Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31954
31955 Various changes to gdb.t31:
31956
31957 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31958 * gdbme.ch: Make all key-words and predefineds be upper-case.
31959 * chillvars.exp: Expect key-words and predefinds in upper-case.
31960
31961 * chillvars.exp: Use gdb_test_exact many places.
31962 Change expected output for arrays (which now includes index labels).
31963
31964 * pr-5020.exp, gdme.ch (module PR_5020):
31965 New test, for PR-5020.
31966
31967Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31968
31969 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31970 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31971
31972Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31973
31974 * Makefile.in: Fix bit-rot in definitions of CHILL,
31975 CHILL_FOR_TARGET and Chill_LIB.
31976 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31977 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31978 CHILL, and CHILL_LIB.
31979
31980Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31981
31982 * Revert the previous changes. Please see Rob's directory
31983 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31984
31985Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31986
31987 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31988 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31989 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31990 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
31991 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31992 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31993 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31994 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31995 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31996 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31997 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31998 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31999 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32000 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32001 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32002 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32003 changes from 94Q1.
32004
32005Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32006
32007 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32008 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32009 Rob's new testing fragments.
32010
32011Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32012
32013 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32014 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32015
32016Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32017
32018 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32019 version also, match on casted version strings, and match on
32020 gdb startup case where the line numbers might be messed up.
32021
32022Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32023
32024 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32025 (CFLAGS): Delete it from here.
c906108c
SS
32026
32027Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32028
32029 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32030
32031Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32032
32033 * Makefile.in (RUNTEST): Default to just "runtest".
32034
32035Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32036
32037 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32038 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32039 the code has been restructured.
32040
32041Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32042
32043 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32044 \n, not just one of each.
32045
32046 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32047 /bin/cc gives a warning if you do.
32048
32049Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32050
d63a86f8 32051 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32052 __t10ListS_link1ZUiRCUiPT0
32053
32054Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32055
32056 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32057 on local variables in recursive functions.
32058
32059 * gdb.t07/Makefile.in: Build the new test.
32060
32061Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32062
32063 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32064 directly. Instead compare the return values from actual calls.
32065
32066Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32067
32068 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32069
32070Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32071
32072 * From Peter Schauer with minor modifications.
a9c64011
AS
32073 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32074 stops in mid-line in the caller. Add xfail for returning a float
32075 value on X86 targets.
c906108c
SS
32076
32077Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32078
32079 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32080 to avoid expect lossage.
32081 (fmem_LRbug_tests): Likewise.
32082 * gdb.disasm/hppa.s: Corresponding changes.
32083
32084 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32085 conditions to work with latest dejagnu/expect.
32086
32087 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32088 expected to fail on the PA.
32089 (backtrace in call with trampolines): Explicitly require main
32090 to be frame #1 (no trampolines should show up in backtrace).
32091
32092 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32093 "continue -expect".
32094 * gdb.t06/break.exp: Likewise.
32095 * gdb.t07/watchpoint.exp: Likewise.
32096 * gdb.t13/bitfields.exp: Likewise.
32097 * gdb.t15/{funcargs,return}.exp: Likewise.
32098 * gdb.stabs/weird.exp: Likewise.
32099 * config/{mips,udi}-gdb.exp: Likewise.
32100
32101 * hppa.sed: Enclose comments within a sed command to avoid
32102 losing with the old OSF1 sed.
32103
32104Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32105
32106 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32107 sequent dynix.
32108 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32109 * gdb.t15/funcargs.exp: Conditionally step again to really
32110 finish from marker_call_with_trampolines. Handle the case where
32111 the first step from within call_with_trampolines already steps
32112 us back to main.
32113 * gdb.t15/gdbme.c: Add comment to closing brace of
32114 call_with_trampolines for funcargs.exp.
32115
32116Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32117
d63a86f8 32118 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32119 Fix typo(s).
32120
32121Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32122
32123 * gdb.t07/gdbme.c: More code for watchpoint testing.
32124
32125 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32126 "Hardware watchpoint" throughout file.
32127 (test_watchpoint_triggered_in_syscall): New test.
32128 (test_complex_watchpoint): New test.
32129
32130Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32131
32132 * gdbme.c (call_with_trampolines): New function to try and step
32133 into. Tests trampoline problems on the PA.
32134
32135 * funcargs.exp (localvars_in_indirect_call): No longer expect
32136 stepping into indirect call to fail on PAs.
32137 (test_stepping_over_trampolines): New test.
32138
32139Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32140
32141 * TODO: Add suggestions for static member function tests, and
32142 completion tests.
32143
32144Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32145
32146 * TODO: Add suggestions for "p/a" tests.
32147
32148 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32149 (default_gdb_exit): Replace all the hair with sending "quit" to
32150 the process with a simple close.
32151
32152Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32153
32154 * TODO: Add suggestions for shared library tests.
32155
32156Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32157
32158 * TODO: Add suggestions for x/s tests.
32159
32160Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32161
32162 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32163 "enable once", and "enable breakpoints once" with ".*".
32164
32165Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32166
32167 * TODO: Add suggestions about structure passing tests.
32168
32169Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32170
32171 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32172 the primary1 test, use work around if __GNUC__ < 2.
32173 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32174 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32175 Test for bad output rather than waiting for timeout. Issue
32176 second continue only if first continue failed.
32177
32178Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32179
32180 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32181 operator[] test with gdb_test because the old code didn't seem to
32182 be getting the quoting right with the new dejagnu.
32183
32184Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32185
32186 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32187 one from the path.
32188 * Makefile.in: Use a fresh expect if there is one, use runtest
32189 from the src tree if there is one.
d63a86f8 32190
c906108c
SS
32191Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32192
32193 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32194 next over recursive call. Revise the tests from that point on
32195 (which had been skipped) to match GDB's actual (correct) output.
32196
32197 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32198 with next over a breakpoint whose condition is false.
32199
32200 * gdb.t00/help.exp: Comment out "help set print" tests just like
32201 (and for same reason as) "help set" test.
32202
32203Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32204
32205 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32206 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32207
32208Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32209
32210 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32211 necessary gdb_target_udi.
32212
32213 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32214
32215 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32216 1838 and 2417; they are fixed.
32217
32218 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32219 gdb.t03/ptype.exp (ptype structure, ptype union):
32220 Remove xfails; the test is looser than when the xfails were added.
32221
32222 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32223 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32224
32225 * gdb.t01/run.exp: Only run shell test if isnative.
32226
32227 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32228 since "run" automatically loads if necessary. Call gdb_target_udi
32229 after the "file" since "file" kills any execution target.
32230
32231 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32232 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32233 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32234 argument for UDI.
32235
32236Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32237
32238 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32239
32240 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32241
32242Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32243
32244 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32245 properly quoting regexps. This makes the second argument to
32246 demangle a fixed string, which matches the callers, instead of a
32247 shell-style pattern which is what the previous implementation
32248 used. Update some of the callers.
32249
32250Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32251
32252 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32253 (comib_nullified_tests): Fix typo.
32254 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32255 strings. No longer expected to fail.
32256
32257 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32258 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32259 strings. No longer expected to fail.
32260
32261 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32262 string. No longer expected to fail.
32263
32264Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32265
32266 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32267 No longer expected to fail.
32268
32269 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32270 string. No longer expected to fail.
32271
32272Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32273
32274 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32275 only in the names (I probably got most of them). I was even
32276 generous with some which differed in underscores in names, and
32277 probably missed a few, and I *still* was able to remove almost a
32278 third of the file with almost no impact on testsuite coverage.
32279
32280Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32281
32282 * gdb.t00/default.exp: Match udi_attach error message as well as
32283 the one from child_attach.
32284
32285 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32286
32287 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32288
32289 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32290 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32291
32292 * Move test with enums and partial symbols back to
32293 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32294 Reverts the change of 26 May 93. Per today's change to
32295 stabs.texinfo, the behavior that weird.exp was expecting was
32296 unreasonable; what is important is that the compiler+gdb get
32297 things right, which happens with a recent gcc. Also fix the test
32298 to deal with native compilers which put out the stab gdb can't
32299 deal with.
32300
32301Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32302
32303 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32304 in the names. The main thing these accomplish is to slow things down.
32305 Many more such duplicates surely remain.
32306
32307 * gdb.t00/help.exp: Comment out "help support" test just like
32308 (and for same reason as) "help set" test.
32309
32310Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32311
32312 * gdb.t06/break.exp: Remove setup_xfails for
32313 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32314 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32315 about known bug in gcc to include up through 2.5.8.
32316 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32317 well as "_vb$".
32318 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32319 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32320 with latest gcc and gdb.
32321 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32322 well as "_vb$".
32323
32324Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32325
32326 * configure.in (hppa*-*-*): Also configure and build stabs-only
32327 tests.
32328
32329Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32330
32331 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32332 * gdb.t10/configure.in (hppa*-*-*): Use it.
32333
32334Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32335
32336 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32337
32338Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32339
32340 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32341 versions prior to 1.13.5.
32342
32343Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32344
32345 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32346 the prompt is at the start of a line.
32347
32348Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32349
32350 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32351 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32352 in the copr tests now.
32353 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32354 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32355 expected to fail.
32356
32357Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32358
32359 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32360 gdb.t31/chillvars.exp, lib/gdb.exp:
32361 Tweak to run under either version of expect.
32362 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32363 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32364 * gdb.t11/list.exp: Remove extraneous whitespace.
32365
32366Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32367
32368 * gdb.t16/printcmds.exp (test_print_strings): Accept
32369 "(unsigned char *) " before the string.
32370
32371 * TODO: Add notes about printing of fancy types and GDB expressions.
32372
32373Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32374
32375 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32376 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 32377 if doing mips-idt-ecoff.
c906108c
SS
32378
32379Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32380
32381 * Most .exp files: Tweak to run under either version of expect.
32382
32383Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32384
32385 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32386 xfails; I'm not sure why they are failing, but not because of PR 1806.
32387
32388Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32389
32390 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32391 defined in lib/gdb.exp.
32392
32393Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32394
32395 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32396 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32397 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32398 have to be typeless.
32399
32400Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32401
32402 * TODO: Add suggestion for copyright year test.
32403
32404Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32405
32406 * configure.in (*-*-lynxos*): Add stabs tests.
32407
32408Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32409
32410 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32411 so insert a tab before any assembler directive in column zero.
32412
32413 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32414 stores.
32415 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32416 stores.
32417 (fpu_short_memory_tests): Likewise.
32418
32419Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32420
32421 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32422 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32423 .stabs directives in comments.
32424
32425Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32426
32427 * TODO: New file, describing tests we could write.
32428 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32429
32430Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32431
32432 * gdb.t06/signals.exp: Add kludge to force re-sync.
32433
32434 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32435 to xgdb instead of gdb, get out of gdb.
32436
32437Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32438
32439 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32440 for info.
32441
32442Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32443
32444 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32445 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32446 * gdb.stabs/hppa.sed: New sed script for the PA.
32447
32448Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32449
32450 * gdb.stabs: Re-write weird.def and configuration to use sed
32451 instead of cpp. sed is portable and POSIX; cpp is neither.
32452
32453Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32454
32455 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32456
32457Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32458
32459 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32460
32461Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32462
32463 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32464 "_vb$".
32465 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32466 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32467
32468Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32469
32470 * lib/gdb.exp: Comment out code which depends on non-existent
32471 `transform' procedure.
32472
32473Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32474
32475 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32476 * lib/gdb.exp: Transform tool name.
32477 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32478 1.1's new error handling system.
32479
32480Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32481
32482 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32483
32484Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32485
32486 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32487 They made pattern matching so slow that timeouts happened on
32488 heavily loaded systems. Now any output from "show print" which
32489 gets us back to the GDB prompt is a PASS.
32490
32491Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32492
32493 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32494
32495Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32496
32497 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32498
32499 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32500 It is not from PR 3220.
32501
32502Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32503
32504 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32505 just started failing because they depended on the order the
32506 subcommands are presented, or exact docstring text. This kind of
32507 test is a pain and has minimal benefit.
32508
32509Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32510
32511 * gdb.t09/corefile.exp: At end of test, use "core" command with
32512 no arguments.
32513
32514Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32515
32516 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32517 17}/Makefile.in: Make it possible to run the testsuite with Sun
32518 make and CC = cross gcc by adding explicit build rules for .o
32519 files.
32520
32521Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32522
32523 * gdb.t15/funcargs.exp: Don't put comments on same line as
32524 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32525
c906108c
SS
32526Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32527
32528 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32529
32530Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32531
32532 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32533 * gdb.t20/inherit.exp: remove three dumplicate entries.
32534
32535Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32536
32537 * gdb.t06/break.exp: For "next over recursive call", fail on any
32538 incorrect output, not just on "factorial (value=2)".
32539
32540Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32541
32542 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32543 working now. Add an xfail if accesing a bss variable causes
32544 a memory error if the target is not yet run.
32545
32546Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32547
32548 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32549 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32550 name of __st* demangling (2 strings). Did Kung really get the
32551 more than 95 others right without testing them?
32552
32553Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32554
32555 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32556
32557Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32558
32559 * configure.in (configdirs): Add gdb.disasm
32560 * gdb.disasm: New directory for GDB disassembler tests.
32561 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32562
32563Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32564
32565 * gdb.t00/help.exp: Don't test "help set".
32566
32567 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32568 from within expect statements. None of these happen anymore and
32569 they cause regressions to be silently unnoticed.
32570
32571 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32572 messages) about known failures with gcc cygnus-2.4.5-930417.
32573
32574 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32575 comp-info.exp so it gets built if it doesn't exist.
32576
32577 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32578 it is no longer used.
32579 * gdb.t13/comp-info.c: Removed.
32580
32581Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32582
32583 * gdb.t06/signals.exp: Add xfail for sun3.
32584
32585Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32586
32587 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32588 relevant because ^C doesn't get sent but failure can be reproduced
32589 interactively).
32590
32591Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32592
32593 * gdb.stabs/alpha.mt: New configuration file for alpha.
32594 * gdb.stabs/configure.in: Use it.
32595 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32596 sharing with alpha.mt, redefine long to word via preprocessor.
32597 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32598 for alpha.
32599 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32600 native cc.
32601 * gdb.t00/teststrategy.exp: Change expect string so that we
32602 consume the `(xgdb)' from the command echo and from the gdb prompt.
32603 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32604 gdb currently compares all values as long, so this failure probably
32605 applies to any configuration where LONGEST is bigger than a target int.
32606 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32607 with gcc.
32608 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32609 to handle opaque pointers, gcc is.
32610 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32611 as first argument. Include <sys/types.h> and change all operator
32612 new definitions to use size_t.
32613 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32614 now that we use size_t.
32615
32616Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32617
a9c64011 32618 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32619 a long or float array cast all array members to the same type.
a9c64011 32620 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32621 with 64 bit longs.
a9c64011 32622 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32623 on alpha.
a9c64011 32624 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32625
32626Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32627
32628 * gdb.t24 (demangle.exp): Constructors of templates have names like
32629 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32630 section 14.6 of the ARM.
32631
32632 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32633 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32634 accomplish little and slow down the testsuite.
32635
32636 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32637 Accept spaces various places.
32638
32639Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32640
32641 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32642 with watchpoint enabled.
32643
32644 * Makefile.in: Remove definition of CC and remove the second
32645 definition of CXX (the "CXX = gcc" one remains). These definitions
32646 were causing backquotes to be expanded within backquotes, which
32647 doesn't work.
32648
32649Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32650
32651 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32652
32653Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32654
a9c64011
AS
32655 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32656 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32657 by mips cc and contains no stabs entries.
32658
32659Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32660
32661 * config/vx-gdb.exp: Use fake device to load files rather than
32662 NFS.
32663 * lib/gdb.exp: New proc to do "file" command.
32664 * config/unix-gdb.exp: Use new "file" proc.
32665
32666Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32667
32668 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32669 Rework board rebooting slightly.
32670 (gdb_exit): Don't exit from the remote shell; there isn't one.
32671 * gdb.stabs/weird.exp: If a program is being debugged already,
32672 kill it.
32673 * gdb.t04/setvar.exp: Stop and restart gdb.
32674 * gdb.t05/expr.exp: Likewise.
32675 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32676 restart gdb and reload the program.
32677 * gdb.t08/opaque.exp: Likewise.
32678 * gdb.t12/scope.exp: Likewise.
32679 * gdb.t13/bitfields.exp: Likewise.
32680 * gdb.t15/funcargs.exp: Likewise.
32681 * gdb.t20/classes.exp: Likewise.
32682 * gdb.t03/ptype.exp: Increase timeout.
32683 * gdb.t16/printcmds.exp (test_print_string_constants,
32684 test_print_array_constants): Likewise.
32685 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32686 * gdb.t20/classes.exp (do_tests): Likewise.
32687 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32688
32689Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32690
32691 * gdb.stabs: Renamed *wierd* to *weird*.
32692
32693Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32694
32695 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32696 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32697
32698Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32699
32700 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32701 (do_tests): Remove xfail for whatis on one_var and two_var.
32702
32703Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32704
32705 * Makefile.in: Made cross building work better by adding
32706 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32707
32708Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32709
32710 * gdb.t15/{return.c,return.exp,Makefile.in}:
32711 New test, currently commented out.
32712
32713Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32714
32715 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32716 still running and removes the leftover named socket so GDb can do
32717 clean restarts.
32718
32719Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32720
32721 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32722 console, not GDB.
32723 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32724 cross testing works better with "make check"
32725 * config/unix-gdb: Use default procedures for exit and version.
32726 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32727 with the newest VxWorks.
32728
32729Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32730
32731 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32732 old form.
32733
32734 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32735 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32736
32737 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32738
32739 * config/unix-gdb.exp: Remove this version of gdb_exit
32740 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32741 Rob says he'll look at it when he gets back to testing boards.
32742
32743Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32744
32745 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32746 an expected fail for certain ptype commands.
32747
32748 * gdb.t20/classes.exp: Update expected results of "ptype class
32749 Base1" to account for the constructor that now appears in the type.
32750
32751Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32752
32753 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32754 disappeared from list.
32755 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32756 "alldone" proc with call to cleanup and exit.
32757 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32758 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32759 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32760 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32761 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32762 "alldone" proc with simple returns that suppress remaining
32763 tests. The alldone proc went away many months ago.
32764
32765Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32766
32767 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32768
32769 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32770
32771Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32772
32773 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32774 as vax gdb will display them.
32775
32776Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32777
32778 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32779 optimizers.
32780
32781 * scope.exp: Change "bad value for localval" messages so each one
32782 is unique.
32783
32784 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32785 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32786
32787 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32788
32789Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32790
32791 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32792 doesn't exist (due to optimization).
32793
32794Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32795
32796 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32797 contains \r because the filename is long.
32798
32799 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32800 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32801
32802Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32803
32804 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32805 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32806 Ultrix.
32807 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32808 int tests.
32809 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32810
32811Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32812
32813 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32814
32815 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32816 to match does not match the passing case but still matches the
c906108c
SS
32817 failing case.
32818
32819Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32820
32821 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32822
32823Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32824
32825 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32826 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32827 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32828 Remove various versions of gdb_exit.
32829 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32830 gdb_exit.
32831 * config/unix-gdb.exp: gdb_exit remains here, and should override
32832 the generic version, since it's doing a lot of wierd stuff that
32833 the other versions aren't. FIXME, fold it in, or abandon this
32834 version.
32835
32836Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32837
32838 * gdb.t24/demangle.exp: Add tests for PR 3220.
32839
32840Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32841
32842 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32843
32844Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32845
32846 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32847 "i386-*-*". Works for i486 as well.
32848
32849 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32850 bug, and expand domain of xfail to all SVR4 systems, since the
32851 actual problem is likely to be in generic SVR4 /proc support.
32852
32853Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32854
32855 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32856
32857Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32858
32859 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32860 xfails for other systems. Match a missing 'Continuing.' as an
32861 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32862
32863 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32864 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32865 Only issue warning for missing executables if -all option is used.
32866
32867 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32868 file if -all option is used. It's like an unpredictable XFAIL.
32869
32870Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32871
32872 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32873 for dynamically linked binaries.
32874
32875 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32876
32877Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32878
32879 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32880 to state that this is a known bug in old versions of g++.
32881
32882Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32883
32884 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32885 while waiting for `Continuing'.
32886
32887Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32888
32889 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32890 in text, data, and bss.
32891 * gdb.t10/nodebug.c: Add local and global test variables for
32892 initialized and uninitialized data.
32893
32894Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32895
32896 * config/unix-gdb.exp (gdb_exit): Add "wait".
32897
32898Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32899
32900 * gdb.t06/signals.exp: xfail the continue from the handler for all
32901 targets.
32902
32903 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32904 function with watchpoints enabled, the i386 call dummy starts with
32905 a call.
32906
32907 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32908 386 bsd names its corefiles.
32909
32910Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32911
32912 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32913 compilers don't grok it.
32914 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32915 with small octal ints rather than character constants, which
32916 are signed and might not fit if first promoted to int.
32917
32918Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32919
32920 * gdb.t09/Makefile.in (clean): Remove corefile.
32921
32922Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32923
32924 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32925
32926Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32927 and Jim Kingdon (kingdon@cygnus.com)
32928
32929 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32930 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32931 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32932
32933Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32934
32935 * gdb.t17/interrupt.exp: Add xfail for hppa.
32936
32937Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32938
32939 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32940 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32941 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32942 to determine signed-ness of bitfields and use the result to setup
32943 the xfail.
32944 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32945 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32946 call line is reached if necessary.
32947
32948Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32949
32950 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32951
32952Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32953
32954 * gdb.t06/break.exp: Also test `clear' command.
32955
32956Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32957
32958 * gdb.t00/teststrategy.exp: Remove extra quote.
32959
32960 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32961 watchpoint enabled to be for all non-68k machines.
32962
32963 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32964
32965Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32966
32967 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32968 targets use aout.mt instead of ecoff.mt as gas understands
32969 standard aout format.
32970
32971Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32972
32973 * lib/gdb.exp (runto): Don't insist that function we are running to
32974 was compiled with -g.
32975
32976 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32977
32978 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32979 to get back into the read system call.
32980 Accept leading newline in case where we woke it up.
32981
32982Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32983
32984 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32985 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32986 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32987 enable ecoff configuration.
32988
32989Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32990
32991 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32992
32993Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32994
32995 * gdb.t16/printcmds.exp: Add another printf test.
32996
32997Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32998
32999 * configure.in: If configured -with-stabs on any target, add
33000 stabsdirs to configdirs.
33001
33002Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33003
33004 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33005 fun" so pattern does not match the command itself.
33006
33007Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33008
33009 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33010
33011Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33012
33013 * gdb.t17/interrupt.exp: Test for more things.
33014
33015Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33016
33017 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33018 compiler arranges the code and line numbers.
33019
33020 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33021
33022Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33023
33024 * gdb.t00/help.exp: Increase expect input buffer size.
33025
33026Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33027
33028 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33029
33030 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33031
33032 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33033
33034 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33035 [0-9]*, not just [0-9].
33036
33037Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33038
33039 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33040
33041 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33042
33043Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33044
33045 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33046
33047Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33048
33049 * gdb.t06/signals.c: Add xfails for sun3.
33050
33051 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33052
33053 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33054 test_stepping tests.
33055
33056Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33057
33058 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33059
33060 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33061
33062 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33063 rather than actually putting it through cpp twice.
33064
33065 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33066
33067Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33068
33069 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33070 no longer needed.
33071
33072Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33073
33074 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33075
33076 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33077 C++ features prints as "struct", make it a pass, not an xfail.
33078
33079Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33080
33081 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33082 Don't require VA to print as "class" rather than "struct".
33083
33084Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33085
33086 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33087
33088Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33089
33090 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33091
33092Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33093
33094 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33095 order.
33096
33097Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33098
33099 * gdb.t16/printcmds.exp: Add printf tests.
33100
33101 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33102
33103 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33104
33105Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33106
33107 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33108 pass counts, to counteract any existing or future setup_xfails.
33109
33110Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33111
33112 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33113 {BEGIN,END}_COMMON for common block instead of STAB.
33114 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33115
33116 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33117 intp_var should be N_GSYM not N_LSYM.
33118 wierd-aout.S: Use a label for the value of the N_SO.
33119 wierd.def: Remove all backslashes.
33120 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33121
33122Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33123
33124 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33125 get the expected next to inheritance3.
33126
33127Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33128
33129 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33130 now that gcc-2.4 gets it right.
33131
33132Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33133
33134 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33135
33136 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33137 generating comp-info.exp which works for cross-compilation.
33138
33139Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33140
33141 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33142 "*-*-sysv4.*".
33143
33144Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33145
33146 * gdb.t01/run.exp: Start with a fresh gdb.
33147 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33148 SVR4.x.
33149
33150Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33151
33152 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33153 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33154 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33155 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33156 things to remove.
33157
33158Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33159
33160 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33161 test cases from bug reports.
33162
33163Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33164
33165 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33166 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33167 avoid spurious xfails.
33168 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33169 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33170 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33171
33172Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33173
33174 * gdb.t00/teststrategy.exp: Rework to provide more useful
33175 description of each test, fix problem with systems that define
33176 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33177 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33178 results for "next over recursive call" so timeouts aren't taken
33179 by error.
33180
33181Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33182
33183 * gdb.t12/scope.exp: Test printing of variables before run.
33184
33185 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33186 printed in wrong order due to sorting.
33187
33188Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33189
33190 * gdb.t00/teststrategy.exp: Fix expected results for printing
33191 user entered string constant. Is array of char, prints with no
33192 address.
33193
33194 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33195 commands.
33196 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33197 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33198 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33199 of struct of char arrays.
33200 * gdb.t00/radix.exp: New tests for radix commands.
33201
33202Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33203
33204 * gdb.t16/printcmd.exp: Print a variable before running program
33205 (with xfail for AIX).
33206
33207Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33208
33209 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33210
33211 * gdb.t16/printcmd.exp: Don't print variables before running program.
33212
33213 * gdb.t06/break.exp: Don't require envp argument to main.
33214
33215 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33216
33217 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33218 Add xfails for rs6000.
33219
33220 * gdb.t02/whatis.exp: Change other tests not to re-test something
33221 we already tested.
33222
33223 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33224 each type used has a variable of that type.
33225
33226Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33227
33228 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33229
33230Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33231
33232 * configure.in: change srctrigger to be a file, not a directory
33233
33234Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33235
33236 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33237
33238 * gdb.t11/list.exp: Fixed a couple of typos.
33239
33240Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33241
33242 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33243 is fixed and PR is closed.
33244 * gdb.t16 (gdbme.c): Add simple test string variable.
33245 * gdb.t16 (printcmds.exp): Add tests with simple test string
33246 variable, primarily for boundaries on "set print elements".
33247
33248Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33249
33250 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33251 Make leading 0's optional and don't expect a tab in the middle
33252 of the number.
33253
33254 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33255
33256 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33257 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33258 don't end command passed to gdb_test with newline.
33259
33260 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33261 signed keyword away, don't expect signed bitfields to be signed.
33262
33263 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33264 printing with only as many 1's as are in the field as well as printing
33265 with 32 1's (see comment).
33266
33267Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33268
33269 * gdb.t00/default.exp: Start with a fresh gdb.
33270 * configure.in (configdirs): Remove gdb.t31 until the chill
33271 compiler works again. It no longer is able to find chillrt0
33272 since it isn't in libchill.a anymore.
33273 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33274 wierd.o, make more modular.
33275 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33276 spurious newlines that caused problems.
33277
33278Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33279
33280 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33281 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33282 gdb.stabs/wierd.{exp,def}: Many new tests.
33283
33284 * gdb.t00/default.exp: update info line for new message.
33285
33286 * gdb.t02/{whatis.exp,gdbme.c}:
33287 Test that "char *" doesn't print as "caddr_t".
33288
33289Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33290
33291 * gdb.t00/help.exp: Use .* in place of some help messages which
33292 just changed.
33293 gdb.t00/default.exp: Update "info frame" test for new message.
33294 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33295 Remove some xfails
33296
33297Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33298
33299 * gdb.t03/{gdbme.c,ptype.exp}:
33300 Add tests for typedef'd struct and union without tags.
33301 Also check "whatis" on a variable of a typedef'd enum without a tag.
33302
33303 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33304 PRMS 1823; the bug still exists but isn't reproduced by this test
33305 anymore), and remove rs6000 XFAIL (the bug is fixed).
33306
33307 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33308 duplicated from whatis.exp. For those that are left, accept
33309 "long", "long int", or "int" for long variables (whatis.exp already
33310 has an XFAIL for "int", so no need to fail it here).
33311
33312 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33313 Deal with GCC's names for types now that GDB uses the compiler's names.
33314
33315 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33316 setup_xfail's for sunos4. If we #defined the signed keyword away,
33317 don't expect GDB to know that char it is signed.
33318
33319 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33320
33321Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33322
33323 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33324 should work on any system, regardless of debugging format.
33325 * gdb.t21/demangle.exp: Move to gdb.t24.
33326 * gdb.t24/demangle.exp: Move from gdb.t21.
33327 * gdb.t24/{Makefile.in, configure.in}: New files.
33328
33329Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33330
33331 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33332 * gdb.stabs: New directory.
33333
33334Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33335
33336 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33337 not just "Quit anyway?".
33338
33339Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33340
33341 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33342 that all setup_xfails are immediately followed by clear_xfails.
33343
33344Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33345
33346 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33347 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33348 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33349 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33350 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33351 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33352 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33353 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33354 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33355 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33356 gdb.t31/chillvars.exp, lib/gdb.exp:
33357 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33358 bug-gdb@prep.ai.mit.edu.
33359
33360Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33361
33362 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33363 with 0.0, not integer 0.
33364
33365Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33366
33367 * gdb.t06/break.exp: Update for "Kill the program" message change.
33368
33369Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33370
33371 * Makefile.in (GDBFLAGS): Set to -nx.
33372 * Makefile.in (site.exp): Use GDBFLAGS.
33373
33374Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33375
33376 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33377 Makefiles.
33378 (check): depend on just-check.
33379 (just-check): added so that tests can be run without a noop
33380 build pass.
33381
33382Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33383
33384 Switch to using configure's configdirs.
33385 * Makefile.in (Makefile): add configure.in dependency.
33386 (SUBDIRS): removed redundant assignment.
33387 * configure.in: switch subdirs assignment to configdirs.
33388 * gdb.t*/configure.in: new files.
33389
33390Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33391
33392 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33393 works.
33394
33395Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33396
33397 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33398 in explicit rules. Apparently this is not supported by some makes.
33399
33400Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33401
33402 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33403
33404Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33405
33406 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33407 disappeared.
33408
33409Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33410
33411 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33412
33413Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33414
33415 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33416 watchpoint problem that is now fixed.
33417 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33418 uninitialized convenience variables.
33419 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33420 structures.
33421
33422Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33423
33424 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33425 which causes expect to get out of sync with gdb on long output
33426 from help set.
33427 * gdb.t09/corefile.exp: Make expected pattern for core file
33428 failing signal and frame output format less sun specific.
33429
33430Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33431
33432 * gdb.t31/chillvars.exp: Add and remove initial dummy
33433 breakpoint, so that symbol table is forced in.
33434 (Needed at least on Sunos4, though it seems not SVR4.)
33435 * gdb.t31/chillvars.exp: Update for changed output format.
33436
33437Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33438
a9c64011 33439 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
33440
33441Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33442
33443 * Makefile.in: Added --srcdir when invoking runtest, removed the
33444 need for a local config file. (optional now)
33445
33446Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33447
33448 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33449 failure count used to force early termination. Add some more
33450 expected failures for gnu style demangling.
33451
33452Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33453
33454 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33455 pmi variable from gdb.t20/gdbme to get optimized away.
33456 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33457 Check for written corefile upon timeout _and_ eof.
33458
33459Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33460
33461 * config/unix-gdb.exp: Add missing return 0.
33462
33463Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33464
33465 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33466 test termination.
33467
33468Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33469
33470 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33471 disappeared.
33472
33473Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33474
33475 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33476 time as i860 support works.
33477
d63a86f8 33478 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
33479 "backtrace 100\r" rather than just "backtrace\r", to match last
33480 change.
33481
33482Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33483
33484 * config/udi-gdb.exp (gdb_exit): Remove close command.
33485 (gdb_target_udi): New procedure to set the UDI target.
33486 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33487 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33488 Added waits for prompts after several question responses. Added
33489 some more responses used by a29k-amd-udi-gdb.
33490 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33491 pass different arguments, restart UDI connection after program
33492 completion.
33493 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33494 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33495 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33496 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33497 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33498 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33499 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33500 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33501 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33502 after program completion.
33503 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33504 compiled with a SELECT_VECS setting.
33505 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33506 infinite recursion.
33507
33508 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33509 Added checks for COFF results, and made them expected failures for
33510 all targets. It would be better to make them expected failures
33511 for COFF targets only.
33512
33513Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33514
33515 * Makefile.in: add null dvi target, don't bother to recurse
33516 through test directories for info and install-info; rename
33517 $(datadir) to be dejagnu instead of deja-gnu
33518
33519Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33520
33521 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33522 compiler to coredump.
33523 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33524 code.
33525
33526Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33527
33528 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33529 coredump.
33530 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33531 code.
33532
33533Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33534
33535 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33536 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33537 which in a shell. Deletes xgdb when done.
33538 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33539 Tests the return from the "set height" or "set width" commands.
33540 Added a few return codes where needed.
33541
33542Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33543
33544 * Makefile.in (SUBDIRS): Add gdb.t17.
33545 * configure.in (subdirs): Add gdb.t17.
33546 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33547 files to test gdb's calling of functions in the inferior with
33548 the correct arguments and gdb's ability to retrieve any
33549 result returned.
33550
33551Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33552
33553 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33554 may be called after gdb goes away. Previous versions of expect
33555 needed these to avoid file descriptor leaks, but they cause
33556 errors with the current revision of expect.
33557 * gdb.t00/gdbvars.exp: Use -re on expected output after
33558 setting sevenbit-strings.
33559 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33560 to set sevenbit-strings consistent across tests.
33561 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33562 set sevenbit-strings consistent across tests.
33563
33564Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33565
33566 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33567 expected output to match current "expect" expectations.
33568
33569Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33570
33571 * gdb.t00/default.exp: Change expected output for default "source"
33572 command, to match new gdb behavior which requires a filename to
33573 source.
33574
33575Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33576
33577 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33578 expected fail for i486-*-* that misses the marker2 function.
33579 * gdb.t10/crossload.exp (bfddefault): Allow successful
33580 recognition of a format to pass even if no symbols are found.
33581 Explicitly catch failures where the format is not recognized
33582 or is ambiguous, and add the reason to the fail message.
33583 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33584 the cause is and invalid target and add reason to failure message.
33585 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33586 elf32-i386, elf32-sparc, and elf32-i860.
33587 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33588 Set up expected failure for 'filename'::variable scope resolution,
33589 which is now apparently broken on all targets.
33590 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33591 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33592 gdb.t23/templates.exp: Change failure for missing binfile into
33593 just a warning.
33594 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33595 references.
33596
33597Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33598
33599 * gdb.t00/default.exp: Add expected output for default "source"
33600 command, to match new gdb behavior.
33601 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33602
33603Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33604
33605 * config/*-gdb.exp: returns an error, rather than exiting on
33606 internal errors.
33607
33608Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33609
33610 * gdb.t03/gdbme.c: Add pointer to struct variable.
33611 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33612 referencing struct members.
33613
33614Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33615
33616 * configure.in (mips-idt-ecoff): New target.
33617 * config/mips-gdb.exp: New file for remote board using MIPS remote
33618 debugging protocol.
33619
33620 * Redid configuration scheme. Removed gdb.t*/configure.in.
33621 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33622 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33623 distclean targets. Built executables via .o files. Adjusted
33624 tests to account for source files in $(srcdir) rather than
33625 $(objdir).
33626 * lib/gdb.exp (runto): Don't expect () after the function name,
33627 because it may have arguments.
33628
33629Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33630
33631 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33632 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33633 expected failures for mips-idt-* and mips-sgi-*.
33634 * gdb.t00/default.exp (attach): Kill process if requested.
33635 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33636 that does not read core files.
33637 * gdb.t01/run.exp: Removed checks for exit status code.
33638 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33639 it is linked in.
33640 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33641 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33642 appropriate, rather than doing it by hand.
33643 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33644 execution.
33645 * gdb.t10/crossload.exp: Kill existing program if needed.
33646 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33647 appropriate, rather than doing it by hand. Always increase
33648 timeout for this test, not just for VxWorks.
33649
33650Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33651
33652 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33653 of Chill STRUCT types and STRUCT values.
33654 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33655 than "char".
33656 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33657 struct2): New struct definitions and initializations to test
c906108c
SS
33658 simple Chill STRUCT types.
33659
33660Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33661
33662 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33663 the null byte at the end of strings.
33664 * gdb.t00/default.exp: Make show version insensitive to copyright
33665 date.
33666 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33667 to avoid dependencies on target char signedness.
33668 * gdb.t16/printcmds.exp: Update expected results for explicitly
33669 unsigned char.
33670 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33671 now work.
33672 * gdb.t21/demangle.exp: Add many more patterns for template
33673 demangling, most of them being expected failures.
33674 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33675 string we are matching for, to match on the whole string.
33676 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33677 and fix a whole bunch that had incorrect expected output but were
33678 passing anyway because of the bug in "proc demangle".
33679 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33680 type.
33681 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33682
33683Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33684
a9c64011
AS
33685 * gdb/testsuite: made modifications to testcases, etc., to allow
33686 them to work properly given the reorganization of deja-gnu and the
33687 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33688
33689Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33690
33691 * gdb/testsuite: Initial creation of gdb/testsuite.
33692 Migrated dejagnu testcases and support files for testing nm to
33693 gdb/testsuite from deja-gnu. These files were moved "as is"
33694 with no modifications. This migration is part of a major overhaul
33695 of dejagnu. The modifications to these testcases, etc., which
33696 will allow them to work with the new version of dejagnu will be
33697 made in a future update.
48efe704 33698
8d8cb839 33699 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 33700\f
8d8cb839
EZ
33701;; Local Variables:
33702;; mode: change-log
33703;; left-margin: 8
33704;; fill-column: 74
33705;; version-control: never
33706;; End:
902f2ccb 33707
ecd75fc8 33708 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
33709 Copying and distribution of this file, with or without modification,
33710 are permitted provided the copyright notice and this notice are preserved.