]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: ARM: Add support for thumb32 instructions recording
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b5b08fb4
SC
12014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2
3 PR python/15464
4 PR python/16113
5 * gdb.python/py-type.c: Enhance test case.
6 * gdb.python/py-value-cc.cc: Likewise
7 * gdb.python/py-type.exp: Add new tests.
8 * gdb.python/py-value-cc.exp: Likewise
9
52d7fb13
AA
102014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11 Pedro Alves <palves@redhat.com>
12
13 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14 Make "name" extern.
15 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16 references to ${name}_start by references to ${name}.
17
a2cd8cfe
JB
182014-01-10 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21
4e23fced
JB
222014-01-10 Joel Brobecker <brobecker@adacore.com>
23
24 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
25
c6a9e42c
PA
262014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
27 Pedro Alves <palves@redhat.com>
28
29 * gdb.mi/mi-info-os.exp: Connect to the target with
30 mi_gdb_target_load.
31
b7ea362b
PA
322014-01-08 Pedro Alves <palves@redhat.com>
33
34 * gdb.threads/reconnect-signal.c: New file.
35 * gdb.threads/reconnect-signal.exp: New file.
36
5e3f4fab
EBM
372014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
38
39 * gdb.base/source-dir.exp: New file.
40
79301218
JB
412014-01-07 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.ada/mi_interface: New testcase.
44
8e355c5d
JB
452014-01-07 Joel Brobecker <brobecker@adacore.com>
46
47 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
48 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
49 gdb.ada/pp-rec-component/pck.ads: New files.
50
c0d48811
JB
512014-01-07 Joel Brobecker <brobecker@adacore.com>
52
53 * gdb.python/py-pp-integral.c: New file.
54 * gdb.python/py-pp-integral.py: New file.
55 * gdb.python/py-pp-integral.exp: New file.
56
4924df79
GKB
572013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
58
59 PR breakpoints/16297
60 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
61 (write_syscall): New variables.
62 (main): Create a pipe, write 1 byte in it, and read 1 byte from
63 it.
64 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
65 "write" and "read" syscalls.
66 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
67 numbers.
68
530e8392
KB
692013-12-19 Keven Boell <keven.boell@intel.com>
70
71 * gdb.fortran/module.exp: Completion matches fortran module
72 names as well. ptype/whatis on modules return a proper type.
73 Add new check for having the correct scope.
74
7f9b20bb
KB
752013-12-19 Keven Boell <keven.boell@intel.com>
76
77 * gdb.fortran/type.f90: New file.
78 * gdb.fortran/whatis_type.f90: New file.
79
2e0d821f
SDJ
802013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
81
82 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
83 (close_syscall, chroot_syscall, exit_group_syscall): New
84 variables.
85 * gdb.base/catch-syscall.exp: Replace gdb_compile by
86 prepare_for_testing. Call fill_all_syscalls_numbers before
87 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
88 gdb_load by clean_restart.
89 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
90 (check_info_bp_many_syscalls): Remove global gdb_prompt.
91 (check_call_to_syscall): Likewise. Add global decimal. Improve
92 testing regex.
93 (check_return_from_syscall): Likewise.
94 (check_continue, insert_catch_syscall_with_arg): Remove global
95 gdb_prompt.
96 (insert_catch_syscall_with_many_args): Likewise. Add global
97 decimal. Fix $filter_str. Improve testing regex.
98 (check_for_program_end): Remove global gdb_prompt.
99 (test_catch_syscall_without_args): Likewise. Add global decimal.
100 Improve testing regex.
101 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
102 (test_catch_syscall_with_wrong_args)
103 (test_catch_syscall_restarting_inferior)
104 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
105 (do_syscall_tests): Likewise. Remove global srcdir.
106 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
107 Add global last_syscall_number. Test for the exact syscall number
108 to be caught.
109 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
110 Add global all_syscalls_numbers. Test each syscall number to be
111 caught, instead of only testing "close".
112 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
113 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
114 Remove stale comment.
115 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
116 the correct syscall numbers using information from the inferior.
117
5ce0145d
PA
1182013-12-17 Pedro Alves <palves@redhat.com>
119
120 * gdb.trace/circ.exp: Expect frame info to be printed when
121 switching between frames with unavailable stack, but different
122 functions.
123
bdf22206
AB
1242013-12-17 Andrew Burgess <aburgess@broadcom.com>
125
126 * gdb.trace/unavailable-dwarf-piece.c: New file.
127 * gdb.trace/unavailable-dwarf-piece.exp: New file.
128
07d100d4
YQ
1292013-12-15 Yao Qi <yao@codesourcery.com>
130
131 * gdb.perf/skip-prologue.c: New.
132 * gdb.perf/skip-prologue.exp: New.
133 * gdb.perf/skip-prologue.py: New.
134
8a48ac95
JB
1352013-12-13 Joel Brobecker <brobecker@adacore.com>
136
137 * gdb.ada/arraydim: New testcase.
138
a16b0e22
SC
1392013-12-12 Siva Chandra Reddy <sivachandra@google.com>
140
141 PR python/16113
142 * gdb.python/py-value-cc.cc: Improve test case.
143 * gdb.python/py-value-cc.exp: Add new tests to test usage of
144 gdb.Field objects as subscripts on gdb.Value objects.
145
0987cf35
DE
1462013-12-10 Doug Evans <dje@google.com>
147
7b3fd68b 148 PR 16286
0987cf35
DE
149 * gdb.python/py-value.c: #include stdlib.h, string.h.
150 (str): New struct.
151 (main): New local xstr.
152 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
153 fetch a value as a string with a length beyond the declared length
154 of the array.
155
409d8f48
AB
1562013-12-10 Andrew Burgess <aburgess@broadcom.com>
157
158 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
159 update comment.
160
036e93df
JB
1612013-12-10 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.ada/int_deref.exp: Add test verifying that we print
164 the decoded symbol name when printing the address of Ada
165 symbols.
166
72bfa06c
JB
1672013-12-10 Joel Brobecker <brobecker@adacore.com>
168
169 * gdb.mi/mi-start.exp: Add test verifying that -list-features
170 contains "exec-run-start-option".
171
11ec5965
YQ
1722013-12-08 Yao Qi <yao@codesourcery.com>
173
174 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
175 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
176 (is_64_target, is_amd64_regs_target): Likewise.
177 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
178
594d8fa8
MF
1792013-12-07 Mike Frysinger <vapier@gentoo.org>
180
181 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
182 * gdb.base/testenv.c: Likewise.
183
d9a196da
MF
1842013-12-07 Mike Frysinger <vapier@gentoo.org>
185
186 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
187 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
188 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
189
782d47df
PA
1902013-12-06 Pedro Alves <palves@redhat.com>
191
192 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
193 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
194 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
195
399d6e30
DE
1962013-12-06 Doug Evans <dje@google.com>
197
198 * gdb.base/break.exp: Fix setting of $baz.
199
16b5a7cb
AB
2002013-12-06 Andrew Burgess <aburgess@broadcom.com>
201
202 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
203 DW_OP_plus_uconst.
204
f84bc218
KB
2052013-12-06 Keven Boell <keven.boell@intel.com>
206
207 * lib/mi-support.exp (mi_list_varobj_children_range): Add
208 call to mi_list_array_varobj_children_with_index.
209 (mi_list_array_varobj_children_with_index): New function.
210 Add parameter to specify array start.
211
489e41dd 2122013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
213
214 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
215 SIGPWR in sparc64.
216
217 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
218 have the same signal number. Handle this situation.
219
7fb1b8b1
JB
2202013-12-03 Joel Brobecker <brobecker@adacore.com>
221
222 * gdb.ada/dot_all: New testcase.
223
2ea126fa
JB
2242013-12-03 Joel Brobecker <brobecker@adacore.com>
225
226 * gdb.mi/mi-undefined-cmd.exp: New testcase.
227
6b7cbff1
JB
2282013-12-03 Joel Brobecker <brobecker@adacore.com>
229
230 * gdb.mi/mi-i-cmd.exp: New file.
231
04affae3
JK
2322013-12-02 Doug Evans <dje@google.com>
233
234 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
235 at start.
236 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
237 has been specified with a relative path and we have chdir'd before
238 accessing the debug info.
239
eebc056c
AB
2402013-11-28 Andrew Burgess <aburgess@broadcom.com>
241
242 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
243 expected results.
244 (gdb_collect_locals_test): Likewise.
245 (gdb_collect_globals_test): Likewise.
246
8b5e6dc2
YQ
2472013-11-28 Yao Qi <yao@codesourcery.com>
248
249 * lib/gdb.exp (with_gdb_prompt): New proc.
250 * gdb.perf/disassemble.exp: New.
251 * gdb.perf/disassemble.py: New.
252
0db4ca18
LM
2532013-11-26 Luis Machado <lgustavo@codesourcery.com>
254
255 * gdb.base/callfuncs.c (main): Assign malloc's return value
256 and free it afterwards.
257 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
258 * gdb.base/printcmds.c (main): Likewise.
259 * gdb.base/randomize.c (main): Free "p" and change breakpoint
260 marker position.
261 * gdb.base/setvar.c (dummy): Assign malloc's return value
262 and free it afterwards.
263
d24a9f15
AB
2642013-11-26 Andrew Burgess <aburgess@broadcom.com>
265
266 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
267 gdb_test_multiple.
268
15859968
TT
2692013-11-26 Tom Tromey <tromey@redhat.com>
270
271 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
272 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
273 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
274
f7e3ecae
KS
2752013-11-25 Keith Seitz <keiths@redhat.com>
276
277 PR c++/14819
278 * gdb.cp/impl-this.cc: New file.
279 * gdb.cp/impl-this.exp: New file.
280
23e9d3b9
YQ
2812013-11-25 Yao Qi <yao@codesourcery.com>
282
283 * gdb.perf/backtrace.c: New.
284 * gdb.perf/backtrace.exp: New.
285 * gdb.perf/backtrace.py: New.
286
22825df7
YQ
2872013-11-24 Yao Qi <yao@codesourcery.com>
288
289 * gdb.perf/single-step.c: New.
290 * gdb.perf/single-step.exp: New.
291 * gdb.perf/single-step.py: New.
292
c1ea7c01
DE
2932013-11-23 Doug Evans <xdje42@gmail.com>
294
295 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
296 with ignore count".
297
35720eaa
DE
2982013-11-23 Doug Evans <xdje42@gmail.com>
299
300 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
301 (test_subscript_regression): Ditto.
302 (top level): Run test_subscript_regression for c++ with "c++" prefix.
303
3cd14e45
DE
3042013-11-23 Doug Evans <xdje42@gmail.com>
305
306 * gdb.python/py-type.exp (test_enums): Fix typo.
307
985c818c
DE
3082013-11-23 Doug Evans <xdje42@gmail.com>
309
310 * gdb.python/py-symbol.exp: Add some comments. Make all test names
311 unique.
312
f873dd7a
DE
3132013-11-23 Doug Evans <xdje42@gmail.com>
314
315 * gdb.python/py-symbol.exp: Fix whitespace.
316
38a502a4
DE
3172013-11-23 Doug Evans <xdje42@gmail.com>
318
319 * gdb.python/python.exp: Don't call skip_python_tests, we still want
320 to test some things in the case where python is not configured in.
321
c0621699
PA
3222013-11-22 Pedro Alves <palves@redhat.com>
323
324 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
325 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
326 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
327 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
328 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
329 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
330
f57e61cd
TT
3312013-11-22 Tom Tromey <tromey@redhat.com>
332
333 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
334
da2b2fdf
TT
3352013-11-22 Tom Tromey <tromey@redhat.com>
336
337 * gdb.dwarf2/dw2-bad-cfi.c: New file.
338 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
339 * gdb.dwarf2/dw2-bad-cfi.S: New file.
340
33f8fe58
PA
3412013-11-22 Pedro Alves <palves@redhat.com>
342
343 PR 16155
344 * gdb.dwarf2/dw2-dup-frame.S: New file.
345 * gdb.dwarf2/dw2-dup-frame.c: New file.
346 * gdb.dwarf2/dw2-dup-frame.exp: New file.
347
0a1e6121
YQ
3482013-11-22 Yao Qi <yao@codesourcery.com>
349
350 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
351 comment and add one more argument "has_more".
352 * gdb.python/py-mi.exp: Callers update.
353
0061ea24
YQ
3542013-11-22 Yao Qi <yao@codesourcery.com>
355
356 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
357 of mi_create_dynamic_varobj.
358
069d6a0f
PA
3592013-11-20 Pedro Alves <palves@redhat.com>
360
361 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
362 time, and run it through all three milestone regexes.
363
10d8cbd2
SA
3642013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
365
366 * gdb.base/eval-avoid-side-effects.exp: New file.
367
57803a3c
WT
3682013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
369
60650f2e
WT
370 * gdb.arch/i386-mpx.c: New file
371 * gdb.arch/i386-mpx.exp: New file.
372
09748966
WT
3732013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
374
375 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
376 for bnd registers.
377
60650f2e
WT
3782013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
379
57803a3c
WT
380 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
381 start and end equal 0.
382
3e9ecad3
YQ
3832013-11-19 Yao Qi <yao@codesourcery.com>
384
385 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
386 (mi_list_varobj_children_range): Likewise.
387
31b4ab9e
YQ
3882013-11-19 Yao Qi <yao@codesourcery.com>
389
390 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
391
4392c534
YQ
3922013-11-19 Yao Qi <yao@codesourcery.com>
393
394 * lib/mi-support.exp: Fix format.
395
df7752b0
JB
3962013-11-19 Joel Brobecker <brobecker@adacore.com>
397
398 * gdb.ada/py_range: New testcase.
399
176f037c
JB
4002013-11-18 Joel Brobecker <brobecker@adacore.com>
401
402 * mi-language.exp: Add "-list-features" test verifying that
403 its output contains "language-option".
404
ee4a1c63
JB
4052013-11-16 Joel Brobecker <brobecker@adacore.com>
406
407 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
408 * info_exc/foo.adb: Adjust to new exception name.
409 * info_exc.exp: Adjust after exception renaming in const.ads.
410 Update "info exception global" test to test "info exceptions
411 global_gdb" instead.
412
413 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
414 * mi_exc_info/foo.adb (Adjust to new exception name.
415 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
416 Update "-info-ada-exceptions global" test to test
417 "-info-ada-exceptions global_gdb" instead.
418
6ec41e1e
LM
4192013-11-15 Luis Machado <lgustavo@codesourcery.com>
420
421 * lib/mi-support.exp (mi_gdb_test): Expect different formats
422 of inferior output for remote and native sessions.
423 * gdb.mi/mi-console.exp: Remove obsolete comment.
424 Check for semihosted inferior output pattern.
425 (semihosted_string): New function.
426
391d3400
JB
4272013-11-15 Joel Brobecker <brobecker@adacore.com>
428
429 * gdb.ada/info_exc.exp: Allow other global exceptions to be
430 listed in the output of "info exceptions".
431 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
432 listed in the output of "-info-ada-exceptions".
433
e092da29
JB
4342013-11-15 Joel Brobecker <brobecker@adacore.com>
435
436 * gdb.ada/info_exc.exp: Start inferior before starting
437 the "info exceptions" tests.
438 * gdb.ada/mi_exc_info.exp: Start inferior before starting
439 the "-info-ada-exceptions" tests.
440
805e1f19
TT
4412013-11-15 Tom Tromey <tromey@redhat.com>
442
443 * gdb.cp/includefile: New file.
444 * gdb.cp/filename.exp: New file.
445 * gdb.cp/filename.cc: New file.
446
9abb1bd6
DE
4472013-11-15 Doug Evans <xdje42@gmail.com>
448
449 * gdb.python/py-breakpoint.exp: Make tests have unique names.
450
8abea1a1
DE
4512013-11-15 Doug Evans <xdje42@gmail.com>
452
453 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
454
330a7fce
DE
4552013-11-15 Doug Evans <xdje42@gmail.com>
456
457 * gdb.python/py-breakpoint.exp: Split up into several functions,
458 each with their own test prefix.
459
0acf8b65
JB
4602013-11-15 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.ada/O2_float_param: New testcase.
463
496038b3
TT
4642013-11-14 Tom Tromey <tromey@redhat.com>
465
466 * Makefile.in (check-parallel): Print summary from gdb.sum.
467
c7e8af9b
OJ
4682013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
469
470 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
471 and function label names.
472 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
473 compile unit labels.
474
403cb6b1
JB
4752013-11-14 Joel Brobecker <brobecker@adacore.com>
476
477 * gdb.mi/mi-language.exp: New file.
478
74921315
KS
4792013-09-17 Keith Seitz <keiths@redhat.com>
480
481 PR c++/7935
482 PR c++/10541
483 * gdb.cp/nsalias.exp: New file.
484 * gdb.cp/nsalias.cc: New file.
485 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
486 tests only on known, working compiler versions.
487
08c43050
TT
4882013-11-13 Tom Tromey <tromey@redhat.com>
489
490 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
491 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
492
0682e708
DE
4932013-11-12 Doug Evans <dje@google.com>
494
495 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
496 so that "rm -rf $builddir" Just Works.
497
a7e332c2
JB
4982013-11-12 Joel Brobecker <brobecker@adacore.com>
499
500 * gdb.ada/mi_exc_info: New testcase.
501
778865d3
JB
5022013-11-12 Joel Brobecker <brobecker@adacore.com>
503
504 * gdb.ada/info_exc: New testcase.
505
304a8ac1
DE
5062013-11-11 Doug Evans <dje@google.com>
507
508 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
509 of testfile.
510
bc79de95
PM
5112013-11-11 Phil Muldoon <pmuldoon@redhat.com>
512
513 * gdb.python/py-linetable.S: New file.
514 * gdb.python/py-linetable.c: New file.
515 * gdb.python/py-linetable.exp: New file.
516
2df4d1d5
JB
5172013-11-11 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.ada/mi_ex_cond: New testcase.
520
204b5331
DE
5212013-11-07 Doug Evans <dje@google.com>
522
523 PR 11786
524 * gdb.base/gcore-relro-pie.c: New file.
525 * gdb.base/gcore-relro-pie.exp: New file.
526
92e32e33
PM
5272013-11-07 Phil Muldoon <pmuldoon@redhat.com>
528
529 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
530 * gdb.python/py-cmd.c: New File.
531
f76c27b5
PM
5322013-11-07 Phil Muldoon <pmuldoon@redhat.com>
533
534 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
535
79600f4f 5362013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
537
538 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
539
6dbb6798
YQ
5402013-11-06 Yao Qi <yao@codesourcery.com>
541
542 * lib/gdb.exp (gdb_produce_source): New procedure.
543 * gdb.perf/solib.c: New.
544 * gdb.perf/solib.exp: New.
545 * gdb.perf/solib.py: New.
546
71c0c615
YQ
5472013-11-06 Yao Qi <yao@codesourcery.com>
548
549 * README: Mention performance tests.
550
f27a1236
YQ
5512013-11-06 Yao Qi <yao@codesourcery.com>
552
553 * lib/perftest.exp: New.
554 * gdb.perf/lib/perftest/__init__.py: New.
555 * gdb.perf/lib/perftest/measure.py: New.
556 * gdb.perf/lib/perftest/perftest.py: New.
557 * gdb.perf/lib/perftest/reporter.py: New.
558 * gdb.perf/lib/perftest/testresult.py: New.
559
7636ccf9
YQ
5602013-11-06 Yao Qi <yao@codesourcery.com>
561
562 * Makefile.in (check-perf): New target.
563 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
564 * configure: Re-generated.
565 * gdb.perf/Makefile.in: New.
566
81208388
TT
5672013-11-04 Tom Tromey <tromey@redhat.com>
568
569 * Makefile.in (TEST_DIRS): Remove.
570 (TEST_TARGETS, check-parallel): Rewrite.
571 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
572 (subdir_do, subdirs): Remove.
573 (do-check-parallel, check/%): New targets.
574 (clean): Remove outputs, temp, and cache directories.
575 (saw_dash_j): New variable.
576 (CHECK_TARGET): Use it.
577 (check): Depend on all, site.exp. Rewrite.
578 (check-single): Remove dependencies.
579 (slow_tests, all_tests, reordered_tests): New variables.
580
c63ffa1f
TT
5812013-11-04 Tom Tromey <tromey@redhat.com>
582
583 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
584 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
585 before loading binfile.
586 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
587 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
588 before loading binfile.
589
3fef966c
TT
5902013-11-04 Tom Tromey <tromey@redhat.com>
591
592 * gdb.base/foll-exec.c (main): Use BASEDIR.
593 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
594 * gdb.base/foll-vfork.c (main): Use BASEDIR.
595 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
596 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
597 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
598
24890efd
TT
5992013-11-04 Tom Tromey <tromey@redhat.com>
600
601 * gdb.base/argv0-symlink.exp: Compute executable's directory
602 dynamically.
603
c59ffcab
TT
6042013-11-04 Tom Tromey <tromey@redhat.com>
605
606 * gdb.asm/asm-source.exp: Use standard_output_file.
607
479c8d68
TT
6082013-11-04 Tom Tromey <tromey@redhat.com>
609
610 * gdb.server/file-transfer.exp: Use standard_output_file.
611
1e537771
TT
6122013-11-04 Tom Tromey <tromey@redhat.com>
613
614 * gdb.base/fullname.exp: Use standard_output_file,
615 relative_filename.
616 * gdb.base/hashline1.exp: Use standard_testfile,
617 standard_output_file, relative_filename, clean_restart.
618 * gdb.base/hashline2.exp: Use standard_testfile,
619 standard_output_file.
620 * gdb.base/hashline3.exp: Use standard_testfile,
621 standard_output_file, relative_filename.
622 * lib/gdb.exp (relative_filename): New proc.
623
b44b82af
TT
6242013-11-04 Tom Tromey <tromey@redhat.com>
625
626 * gdb.base/fileio.c (test_open, test_write, test_read)
627 (test_lseek, test_close, test_stat, test_fstat)
628 (test_isatty, test_system, test_rename, test_unlink):
629 Use OUTDIR define.
630 * gdb.base/fileio.exp: Define OUTDIR during compilation.
631 Use standard_output_file.
632
59b28c5d
TT
6332013-11-04 Tom Tromey <tromey@redhat.com>
634
635 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
636 defines.
637 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
638 compilation. Use prepare_for_testing, standard_output_file.
639
08b3fe69
TT
6402013-11-04 Tom Tromey <tromey@redhat.com>
641
642 * gdb.base/advance.exp: Use standard_testfile and
643 prepare_for_testing.
644 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
645 appropriate directory when local.
646 * gdb.base/dump.exp: Use standard_output_file. Update all
647 "dump" and "restore" filenames.
648 * gdb.base/interact.exp: Use standard_output_file.
649 * gdb.base/jit-so.exp: Don't download file when local.
650 * gdb.base/jit.exp (compile_jit_test): Don't download file
651 when local.
652 * gdb.base/list.exp: Use gdb_remote_download.
653 * gdb.base/maint.exp: Use standard_output_file.
654 * gdb.base/prelink.exp: Use standard_output_file.
655 * gdb.base/save-bp.exp: Use standard_output_file.
656 * gdb.base/sepdebug.exp: Use standard_testfile,
657 standard_output_file.
658 (test_different_dir): Don't declare objdir.
659 * gdb.base/solib-search.exp: Use standard_output_file.
660 * gdb.base/step-line.exp: Use gdb_remote_download.
661 * gdb.base/trace-commands.exp: Use standard_output_file.
662
32cfb09d
TT
6632013-11-04 Tom Tromey <tromey@redhat.com>
664
665 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
666 to compilation. Use standard_output_file.
667 (test_tfind_tfile): Update.
668 * gdb.trace/tfile.c (write_basic_trace_file)
669 (write_error_trace_file): Use TFILE_DIR.
670 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
671 standard_output_file.
672
84741506
TT
6732013-11-04 Tom Tromey <tromey@redhat.com>
674
675 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
676 Use "dwarf2 always-disassemble" for the "maint set" test.
677 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
678 standard_output_file.
679 * gdb.mi/mi-logging.exp: Use standard_output_file.
680
cfb7b9a3
TT
6812013-11-04 Tom Tromey <tromey@redhat.com>
682
683 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
684 downloads conditional on remote host.
685 (set_arch): Likewise.
686 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
687 (load_description): Use standard_output_file.
688
bdfe0594
TT
6892013-11-04 Tom Tromey <tromey@redhat.com>
690
691 * gdb.gdb/selftest.exp: Use standard_output_file.
692 * lib/selftest-support.exp (do_self_tests): Use
693 standard_output_file.
694
8c639e73
TT
6952013-11-04 Tom Tromey <tromey@redhat.com>
696
697 * gdb.stabs/weird.exp: Use gdb_remote_download and
698 standard_output_file.
699
5030a410
TT
7002013-11-04 Tom Tromey <tromey@redhat.com>
701
702 * gdb.base/gcore-buffer-overflow.exp: Use
703 standard_output_file, not standard_testfile.
704 * gdb.base/twice.exp: Use standard_testfile, not
705 standard_output_file. Use gdb_remote_download.
706
95d7853e
TT
7072013-11-04 Tom Tromey <tromey@redhat.com>
708
709 * lib/gdb.exp (get_compiler_info): Use log_file -info and
710 restore from that.
711
eab88b54
MR
7122013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
713
714 * gdb.cp/derivation.exp: s/perrro/perror/
715
a1b0fbee
MR
7162013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
717
718 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
719 `debugdir'.
720
638aa5a1
AB
7212013-10-31 Andrew Burgess <aburgess@broadcom.com>
722
723 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
724 tests and update expected error message.
725 (test_watch_register_location): New tests.
726 (do_tests): Call test_watch_register_location.
727 * gdb.base/watchpoints.exp: Update expected error message.
728
055e608a
UW
7292013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
730
731 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
732 the patterns in gdb_test_multiple.
733
9ac69859
NB
7342013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
735
736 * gdb.base/sym-file-lib.c: New file.
737 * gdb.base/sym-file-loader.c: New file.
738 * gdb.base/sym-file-loader.h: New file.
739 * gdb.base/sym-file-main.c: New file.
740 * gdb.base/sym-file.exp: New file.
741 * lib/gdb.exp (is_elf_target): New function.
742
24ba476b
PA
7432013-10-29 Pedro Alves <palves@redhat.com>
744
745 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
746 variable setting change-log-default-name to ChangeLog-mi.
747
f69d9aef
AB
7482013-10-29 Andrew Burgess <aburgess@broadcom.com>
749
750 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
751 Expect <unavailable> pattern.
752
71193121
TV
7532013-10-28 Tom de Vries <tom@codesourcery.com>
754
755 * gdb.arch/thumb2-it.S (it_8): Fix typo.
756
38095c27
AK
7572013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
758
759 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
760 remote stubs where exit() behaviour is unreliable.
761
686d4def
PA
7622013-10-25 Pedro Alves <palves@redhat.com>
763
764 * gdb.cp/m-static.exp: Adjust expected output of printing a
765 nonexistent or optimized out static field. Also test printing the
766 the "container" object.
767
a35cfb40
MR
7682013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
769
770 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
771 if in the persistent mode.
772 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
773
bbe769cc
MR
7742013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
775
776 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
777 support core file generation" reply.
778
95e4302a
JM
7792013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
780
781 PR gdb/15986
782 * gdb.base/run.c (main): gdb_get_line_number tag added for
783 commands.exp.
784 (factorial): Likewise.
785
786 * gdb.base/commands.exp (watchpoint_command_test): Use
787 gdb_get_line_number in order to determine the locations in run.c
788 where local_var is detected to go out of scope.
789
4c406179
JM
7902013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
791
792 * gdb.base/gnu_vector.exp: Care about endianness when casting
793 scalars to vectors.
794
bb6216d8
TT
7952013-10-18 Tom Tromey <tromey@redhat.com>
796
797 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
798 of "binfile".
799
e8369a73
AB
8002013-10-18 Andrew Burgess <aburgess@broadcom.com>
801
802 * gdb.base/watchpoints.exp: Add test for setting software
803 watchpoints of different types before starting the inferior.
804
776f04fa
PA
8052013-10-18 Pedro Alves <palves@redhat.com>
806
807 PR gdb/16062
808 * gdb.threads/stepi-random-signal.c: New file.
809 * gdb.threads/stepi-random-signal.exp: New file.
810
e4b8388f
MR
8112013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
812
813 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
814 Fix comment typo.
815 * lib/gdb.exp (gdb_init): Likewise.
816
50b34a18
TT
8172013-10-17 Tom Tromey <tromey@redhat.com>
818
819 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
820
3db258f5
TT
8212013-10-14 Tom Tromey <tromey@redhat.com>
822
823 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
824 name to gdb_test_no_output.
825
4856b6bc
JK
8262013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 Canonicalize directories for EXEC_FILENAME.
829 * gdb.base/argv0-symlink.exp
830 (kept file symbolic link name for info inferiors): New.
831 (kept directory symbolic link name): Setup kfail.
832 (kept directory symbolic link name for info inferiors): New.
833
9772d074
UW
8342013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
835
836 * gdb.arch/s390-multiarch.exp: New file.
837 * gdb.arch/s390-multiarch.c: New file.
838
2a3be966
JB
8392013-10-11 Joel Brobecker <brobecker@adacore.com>
840
841 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
842 use the appropriate GDB/MI command instead, and verify
843 the test output.
844
7c647d61
JB
8452013-10-11 Joel Brobecker <brobecker@adacore.com>
846
847 * gdb.base/source-nofile.gdb: New file.
848 * gdb.base/source.exp: Add two tests verifying the behavior when
849 the "source" command is given a non-existant filename.
850
bb66bd51
YQ
8512013-10-11 Yao Qi <yao@codesourcery.com>
852
853 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
854 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
855 and 'dlclose'.
856 [!__WIN32__]: Include "dlfcn.h".
857 * gdb.mi/mi-catch-load.exp: Set up kfail.
858
4f424bb1
AK
8592013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
860
861 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
862 generated corefile" by argument "$test".
863
578d3588
PA
8642013-10-09 Pedro Alves <palves@redhat.com>
865
866 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
867 output.
868
eb4ca471
PA
8692013-10-09 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
872 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
873 (test_catch_syscall_with_wrong_args)
874 (test_catch_syscall_restarting_inferior)
875 (test_catch_syscall_fail_nodatadir)
876 (test_catch_syscall_without_args_noxml)
877 (test_catch_syscall_with_args_noxml)
878 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
879
dc294be5
TT
8802013-10-08 Tom Tromey <tromey@redhat.com>
881
882 * gdb.dwarf2/dwzbuildid.exp: New file.
883 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
884 parameters.
885 (Dwarf::_defer_output): Change "section" parameter to
886 "section_spec"; update.
887 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
888 procs.
889
c968bd18
JB
8902013-10-08 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
893
f44eeb11
TT
8942013-10-07 Tom Tromey <tromey@redhat.com>
895
896 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
897 to 0.
898
0c557179
SDJ
8992013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
900
901 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
902 $_exitcode is void when opening a corefile.
903 * gdb.base/exitsignal.exp: New file.
904 * gdb.base/segv.c: Likewise.
905 * gdb.base/normal.c: Likewise.
906
5713b9b5
JB
9072013-10-04 Joel Brobecker <brobecker@adacore.com>
908
909 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
910
3f983d47
YZ
9112013-10-02 Vidya Praveen <vidyapraveen@arm.com>
912
913 * gdb.trace/entry-values.exp: Modify regular expression to scan for
914 'bl' instruction instead of 'call' for ARM and AArch64 targets.
915
901461f8
PA
9162013-10-02 Pedro Alves <palves@redhat.com>
917
918 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
919 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
920 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
921 (not_saved_pattern): New.
922 Replace use of the former with the latter.
923
b477a5e6
PA
9242013-10-02 Pedro Alves <palves@redhat.com>
925
926 * README (Board Settings): Document "exit_is_reliable".
927 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
928 running to exit reliably reports program exits.
929 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
930 info.
931 * boards/native-stdio-gdbserver.exp: Likewise.
932
a49bed3a
DE
9332013-10-01 Doug Evans <dje@google.com>
934
935 * gdb.python/python.exp: Remove redundant print-stack tests.
936 Make all print-stack test names unique. Fix spelling of print-stack.
937
2ed2ad44
YQ
9382013-09-29 Yao Qi <yao@codesourcery.com>
939
940 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
941 is remote.
942
7d760051
UW
9432013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
944
945 PR shlibs/8882
946 * gdb.base/corefile.exp: Add a check to assure warning-free
947 core-file load.
948
82bf32bc
JK
9492013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * gdb.dwarf2/dwp-symlink.c: New file.
952 * gdb.dwarf2/dwp-symlink.exp: New file.
953
4fa7d390
DE
9542013-09-20 Doug Evans <dje@google.com>
955
6b4646ce
DE
956 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
957 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
958 file.
959 * gdb.dwarf2/fission-loclists.S: Ditto.
960 * gdb.dwarf2/fission-reread.S: Ditto.
961 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
962 build_executable_from_fission_assembler.
963 * gdb.dwarf2/fission-loclists.exp: Ditto.
964 * gdb.dwarf2/fission-reread.exp: Ditto.
965
4fa7d390
DE
966 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
967 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
968 (gdb_gnu_strip_debug): Ditto.
969 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
970 * gdb.arch/altivec-abi.exp: Ditto.
971 * gdb.base/attach-pie-misread.exp: Ditto.
972 * gdb.base/comprdebug.exp: Ditto.
973 * gdb.base/dup-sect.exp: Ditto.
974 * gdb.base/gnu-debugdata.exp: Ditto.
975 * gdb.base/step-symless.exp: Ditto.
976 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
977 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
978 * gdb.dwarf2/gdb-index.exp: Ditto.
979
e4c6a2c4
AB
9802013-09-18 Andrew Burgess <aburgess@broadcom.com>
981
982 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
983 register to "<optimized out>", and also print the registers.
984
a205fbfc
PA
9852013-09-18 Pedro Alves <palves@redhat.com>
986
987 PR server/15967
988 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
989 change text.
990
ee47b2f8
YQ
9912013-09-18 Yao Qi <yao@codesourcery.com>
992
993 * gdb.server/wrapper.c: New.
994 * gdb.server/wrapper.exp: New.
995
49fa26b0
PA
9962013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
997 Jan Kratochvil <jan.kartochvil@redhat.com>
998 Pedro Alves <palves@redhat.com>
999
1000 PR gdb/11568
1001 * gdb.thread/thread-specific-bp.c: New file.
1002 * gdb.thread/thread-specific-bp.exp: New file.
1003
e83b28bc
SDJ
10042013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1005
1006 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1007 convenience function.
1008
08d72866
PA
10092013-09-17 Pedro Alves <palves@redhat.com>
1010
1011 PR gdb/15911
1012 * gdb.threads/info-threads-cur-sal-2.c: New file.
1013 * gdb.threads/info-threads-cur-sal.c: New file.
1014 * gdb.threads/info-threads-cur-sal.exp: New file.
1015
57b0d98e
YQ
10162013-09-17 Yao Qi <yao@codesourcery.com>
1017
1018 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1019 [__WIN32__]: Include "windows.h" and define macro dlopen
1020 and dlclose.
1021 [!__WIN32__]: Include "dlfcn.h".
1022 * gdb.base/catch-load.exp (one_catch_load_test): Match
1023 directory separator.
1024
0295a32e
DE
10252013-09-16 Doug Evans <dje@google.com>
1026
a587b477
DE
1027 * lib/gdb.exp (using_fission): New proc.
1028 * gdb.base/info-macros.exp: Skip test if using Fission.
1029
0295a32e
DE
1030 * gdb.base/break-interp.exp: Fix indentation.
1031
a280dbd1
SDJ
10322013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1033
1034 * gdb.base/gdbvars.c (foo_void): New function.
1035 (foo_int): Likewise.
1036 * gdb.base/gdbvars.exp (test_convenience_functions): New
1037 function. Call it.
1038
4ac33720
UW
10392013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1040
1041 * gdb.arch/s390-tdbregs.c: New file.
1042 * gdb.arch/s390-tdbregs.exp: New file.
1043
b866c52d
SS
10442013-09-12 Stan Shebs <stan@codesourcery.com>
1045
1046 * README: New file.
1047
dc59cba6
DE
10482013-09-12 Doug Evans <dje@google.com>
1049
1050 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1051 added code to print event.inferior.
1052
edf9f00c
JK
10532013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1056 debug part of the binary.
1057
5423b017
JK
10582013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1061 (addlink): Add comment.
1062
9295cf6f
SA
10632013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1064
1065 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1066 canonical pathname.
1067
89e63ee4
DE
10682013-09-04 Doug Evans <dje@google.com>
1069
314bb8c3
DE
1070 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1071 event.
1072 (continue_handler, new_objfile_handler): Ditto.
1073 (test_events): Rename command to "test-events".
1074 (test_newobj_events): Rename command to "test-objfile-events".
1075 * gdb.python/py-events.exp: Update.
1076 * gdb.python/py-evsignal.exp: Update.
1077 * gdb.python/py-evthreads.exp: Update.
1078
89e63ee4
DE
1079 * gdb.base/enumval.c (ZERO): New enum value.
1080 (main): Use it
1081 * gdb.base/enumval.exp: Test ability to print ZERO.
1082
10832013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1084 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.base/relocate.exp: Check that invalid options are
1087 rejected.
1088
26c2b53c
AB
10892013-08-30 Andrew Burgess <aburgess@broadcom.com>
1090
1091 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1092 (my_static_symbol): Add comment.
1093 (main): Reference my_bss_symbol.
1094
96d9056e
PM
10952013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1096
1097 * gdb.python/py-arch.exp: Tests for invalid architecture.
1098
489d4f4d
SA
10992013-08-29 Sterling Augustine <saugustine@google.com>
1100
1101 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1102 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1103 said conditional.
1104
5b791bb5
PM
11052013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1106
1107 * gdb.python/py-arch.exp: Load gdb-python.exp.
1108
8f28f522
PM
11092013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1110
1111 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1112 itertools for imap attribute. Otherwise use map().
1113 (ElidingIterator): Define wrapper function __next__.
1114 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1115 use exec (open (read ())) instead.
1116 * gdb.python/py-framefilter.exp: Ditto.
1117 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1118 compliance.
1119 * gdb.python/py-frame.exp: Ditto.
1120 * gdb.python/py-type.exp: Ditto.
1121
1f0c4988
JK
11222013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 PR gdb/15415
1125 * gdb.base/argv0-symlink.c: New file.
1126 * gdb.base/argv0-symlink.exp: New file.
1127
7893c162
TT
11282013-08-28 Tom Tromey <tromey@redhat.com>
1129
1130 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1131 when saving index.
1132
6211c335
YQ
11332013-08-27 Yao Qi <yao@codesourcery.com>
1134
1135 * gdb.trace/entry-values.exp: Test unavailable entry value is
1136 not shown when option '--skip-unavailable' is specified.
1137 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1138 Add tests for new option '--skip-unavailable'.
1139
ce4ea2bb
YQ
11402013-08-27 Yao Qi <yao@codesourcery.com>
1141
1142 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1143 remote_download if it is empty.
1144
6e45f158
DE
11452013-08-26 Doug Evans <dje@google.com>
1146
779bd270
DE
1147 PR symtab/15885
1148 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1149 (clean): rm -f *.gdb-index *.with-index.
1150 * gdb.dwarf2/gdb-index.exp: New testcase.
1151
6e45f158
DE
1152 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1153 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1154 run_on_host. All callers updated.
1155
b1224238
YQ
11562013-08-24 Yao Qi <yao@codesourcery.com>
1157
1158 * gdb.trace/entry-values.c (end): New
1159 (main): Call end.
1160 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1161 tracepoint and collect data. Test entry value is unavailable.
1162
b39a8faf
YQ
11632013-08-24 Yao Qi <yao@codesourcery.com>
1164
1165 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1166 * gdb.trace/entry-values.c: New.
1167 * gdb.trace/entry-values.exp: New.
1168
9eaabc75
MW
11692013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1170
1171 PR gdb/15501
1172 * gdb.base/ena-dis-br.exp: Add test to verify
1173 enable/disable commands work correctly with
1174 multiple arguments that include multiple locations.
1175
9f948660
SDJ
11762013-08-22 Samuel Bronson <naesten@gmail.com>
1177
1178 ARM Linux support for `catch syscall'.
1179 * gdb.base/catch-syscall.exp: Test this on ARM now.
1180 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1181
e630b974
TT
11822013-08-22 Tom Tromey <tromey@redhat.com>
1183
1184 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1185 default addr_size.
1186 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1187
f3a76454
TT
11882013-08-22 Tom Tromey <tromey@redhat.com>
1189
1190 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1191 standard_temp_file.
1192
de5f37e1
TT
11932013-08-22 Tom Tromey <tromey@redhat.com>
1194
1195 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1196 clean_restart.
1197 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1198 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1199 clean_restart.
1200 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1201 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1202 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1203 * gdb.arch/amd64-word.exp: Use standard_testfile,
1204 clean_restart.
1205 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1206 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1207 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1208 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1209 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1210 * gdb.arch/i386-signal.exp: Use standard_testfile.
1211 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1212 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1213 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1214 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1215
8448e842
TT
12162013-08-22 Tom Tromey <tromey@redhat.com>
1217
1218 * gdb.python/py-error.exp: Use gdb_remote_download.
1219 * gdb.python/py-mi.exp: Use gdb_remote_download.
1220 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1221 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1222 (run_lang_tests): Likewise.
1223 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1224 filename.
1225 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1226 compiling. Use gdb_remote_download. Update some tests.
1227 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1228 standard_output_file.
1229 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1230 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1231 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1232 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1233 standard_output_file.
1234
16cfcbc2
TT
12352013-08-22 Tom Tromey <tromey@redhat.com>
1236
1237 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1238
44ee8174
TT
12392013-08-22 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1242 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1243 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1244 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1245 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1246 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1247 * lib/gdb.exp (gdb_remote_download): New proc.
1248
7a218f88
TT
12492013-08-22 Tom Tromey <tromey@redhat.com>
1250
1251 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1252 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1253 * gdb.dwarf2/fission-base.S: Remove directory from
1254 DW_AT_GNU_dwo_name.
1255 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1256 debug-file-directory.
1257 * gdb.dwarf2/fission-reread.S: Remove directory from
1258 DW_AT_GNU_dwo_name.
1259 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1260 debug-file-directory.
1261
70cc1c23
DE
12622013-08-16 Doug Evans <dje@google.com>
1263
1264 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1265 prelink complains about an unhandled DWARF version.
1266
61884d20
DE
12672013-08-14 Cary Coutant <ccoutant@google.com>
1268
1269 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1270
5e92f71a
TT
12712013-08-13 Tom Tromey <tromey@redhat.com>
1272 Yao Qi <yao@codesourcery.com>
1273
1274 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1275 * lib/gdb.exp: Handle GDB_PARALLEL.
1276 (default_gdb_version): Kill inotify_pid if it exists.
1277 (default_gdb_exit): Emit warning if the inotify log is not
1278 empty.
1279 (standard_output_file): Respect GDB_PARALLEL.
1280 (standard_temp_file): Likewise.
1281 (gdb_init): Start inotifywait if requested.
1282
5c30d39a
AB
12832013-08-13 Andrew Burgess <aburgess@broadcom.com>
1284
1285 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1286 pointer with various flags.
1287
17e1c970
TT
12882013-08-13 Tom Tromey <tromey@redhat.com>
1289
1290 * lib/cache.exp: New file.
1291 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1292 * lib/gdb.exp: Load cache.exp.
1293 (support_complex_tests, is_ilp32_target, is_lp64_target)
1294 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1295 (gdb_skip_xml_test): Use gdb_caching_proc.
1296 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1297
4e234898
TT
12982013-08-13 Tom Tromey <tromey@redhat.com>
1299
1300 * lib/gdb.exp (standard_temp_file): New proc.
1301 (support_complex_tests, is_ilp32_target, is_lp64_target)
1302 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1303 standard_temp_file.
1304
53e981d9
TT
13052013-08-13 Tom Tromey <tromey@redhat.com>
1306
1307 * lib/gdb.exp (build_id_debug_filename_get): Use
1308 standard_output_file.
1309 * lib/prelink-support.exp (section_get)
1310 (build_executable_own_libs): Use standard_output_file.
1311
3f539315
TT
13122013-08-12 Tom Tromey <tromey@redhat.com>
1313
1314 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1315
b4013987
AA
13162013-08-12 Ali Anwar <alianwar@codesourcery.com>
1317
1318 * gdb.base/break.exp: Test break via convenience variable
1319 with file name.
1320
f61d5529
DE
13212013-08-09 Doug Evans <dje@google.com>
1322
1323 * lib/future.exp (gdb_find_ldd): New proc.
1324 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1325 Make "/usr/sbin/" in prelink path optional.
1326
1ed8d800
YQ
13272013-08-09 Yao Qi <yao@codesourcery.com>
1328
1329 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1330 "only" and "both" to 'print entry-values' before selecting
1331 trace frame.
1332
82a0a75f
YQ
13332013-08-08 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.trace/mi-trace-unavailable.exp: Don't set
1336 "print entry-values" to "no".
1337 (test_trace_unavailable): Set various values to
1338 "print entry-values" to test that the output of
1339 '-stack-list-locals' is not affected, and then set
1340 set "print entry-values" to "no".
1341
ac52f9a2
DE
13422013-08-07 Doug Evans <dje@google.com>
1343
1344 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1345 * gdb.python/py-value-cc.exp: Update.
1346 * gdb.python/py-value.exp: Use different names for .o files for
1347 C and C++. Only perform C++ tests if !skip_cplus_tests.
1348
bf6d8a91
TT
13492013-08-07 Tom Tromey <tromey@redhat.com>
1350
1351 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1352
f9125b6c
TT
13532013-08-07 Tom Tromey <tromey@redhat.com>
1354
1355 * gdb.dwarf2/dwz.exp: New file.
1356
3a1115a0
TT
13572013-08-02 Tom Tromey <tromey@redhat.com>
1358
1359 * gdb.base/watchpoint.c (struct foo5): New.
1360 (nullptr): New global.
1361 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1362
b846d303
DE
13632013-08-01 Doug Evans <dje@google.com>
1364
7ee85ab1
DE
1365 PR symtab/15691
1366 * gdb.dwarf2/fission-mix.exp: New file.
1367 * gdb.dwarf2/fission-mix.h: New file.
1368 * gdb.dwarf2/fission-mix.c: New file.
1369 * gdb.dwarf2/fission-mix2.c: New file.
1370
b846d303
DE
1371 PR symtab/15695
1372 * gdb.base/func-ptr.exp: New file.
1373 * gdb.base/func-ptr.c: New file.
1374
67d21849
YQ
13752013-08-01 Yao Qi <yao@codesourcery.com>
1376
1377 * gdb.python/py-sync-interp.c: New.
1378 * gdb.python/py-sync-interp.exp: New.
1379
de74e63a
YQ
13802013-07-31 Yao Qi <yao@codesourcery.com>
1381
1382 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1383 'tdump' on stack frame 0 and 1 respectively.
1384
680558e8
YQ
13852013-07-31 Yao Qi <yao@codesourcery.com>
1386
1387 PR gdb/13443
1388 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1389 'traceframe'. Wrap test with with_test_prefix.
1390 (top level): Update.
1391
48bbe0bf
YQ
13922013-07-31 Yao Qi <yao@codesourcery.com>
1393
1394 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1395 'gdb_start'.
1396 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1397 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1398
11b4b7cc
AB
13992013-07-30 Andrew Burgess <aburgess@broadcom.com>
1400
1401 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1402 when printing an optimized out value. Expect an error when using
1403 an optimized out value in an expression.
1404
b0c54aa5
AB
14052013-07-30 Andrew Burgess <aburgess@broadcom.com>
1406
1407 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1408 * gdb.dwarf2/pieces-optimized-out.c: New file.
1409 * gdb.dwarf2/pieces-optimized-out.S: New file.
1410
97c85fc6
MB
14112013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1412
1413 PR gdb/15715
1414 * gdb.base/setshow.exp: Test that relative paths passed to
1415 'set history filename' are converted to absolute paths.
1416
5b32ae97
KS
14172013-07-26 Keith Seitz <keiths@redhat.com>
1418
1419 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1420 of f77.
1421 Allow for compiler variations of integer types.
1422 Use mi_create_varobj.
1423 Use mi_list_varobj_children for the immediate children of `array'.
1424 Add "has_more" attribute for grandchildren test.
1425
6f64ef53
PA
14262013-07-26 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1429 files.
1430
fdc8aae8
AB
14312013-07-25 Andrew Burgess <aburgess@broadcom.com>
1432
1433 * gdb.mi/mi-reg-undefined.exp: New file.
1434 * gdb.mi/mi-reg-undefined.c: Likewise.
1435 * gdb.mi/mi-reg-undefined.S: Likewise.
1436
6fbe845e
AB
14372013-07-25 Andrew Burgess <aburgess@broadcom.com>
1438
1439 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1440 z, o, and t output formats.
1441 * gdb.base/display.exp: Use 'k' as an undefined format now that
1442 'z' is defined.
1443
7b79b135
DE
14442013-07-24 Doug Evans <dje@google.com>
1445
1446 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1447 "--" to switch.
1448
a0607b84
YQ
14492013-07-24 Yao Qi <yao@codesourcery.com>
1450
1451 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1452 host.
1453 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1454 Likewise. If host is remote, copy ${binfile} to host.
1455
2eb14a9b
YQ
14562013-07-23 Yao Qi <yao@codesourcery.com>
1457
1458 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1459 message.
1460
5d0a3b53
WN
14612013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1462
1463 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1464 instructions and enable disp-step-syscall for arm targets.
1465
9a5911c0
WN
14662013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1467
1468 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1469 assembler errors on arm.
1470 * gdb.dwarf2/mac-fileno.S: Likewise.
1471 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1472 * gdb.dwarf2/pr13961.S: Likewise.
1473
fa876972
HZ
14742013-07-19 Hui Zhu <hui@codesourcery.com>
1475
1476 PR gdb/15692
1477 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1478
1527aea8
YQ
14792013-07-19 Yao Qi <yao@codesourcery.com>
1480
1481 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1482 (teset_from_exec): Likewise.
1483
73c1d57e
YQ
14842013-07-19 Yao Qi <yao@codesourcery.com>
1485
1486 * gdb.trace/read-memory.c: New.
1487 * gdb.trace/read-memory.exp: New.
1488
a075c3e5
YQ
14892013-07-19 Yao Qi <yao@codesourcery.com>
1490
1491 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1492 $dest to link options if host is remote. Move the
1493 generated file to $dest.a on host if host is remote.
1494
623cc285
WN
14952013-07-18 Will Newton <will.newton@linaro.org>
1496
1497 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1498 to ensure the test is linked against pthreads.
1499 * gdb.threads/tls-var-main.c: Likewise.
1500 * gdb.threads/tls-shared.c: Likewise.
1501
1f74d3b5
YQ
15022013-07-18 Yao Qi <yao@codesourcery.com>
1503
1504 * lib/future.exp (gdb_default_target_compile): Use tail name
1505 of $destfile as the output name of compile. Move the
1506 generated file to $destfile on build.
1507
f6dc277e
YQ
15082013-07-18 Yao Qi <yao@codesourcery.com>
1509
1510 * lib/gdb.exp (gdb_compile): Set
1511 gdb_saved_set_unbuffered_mode_obj to
1512 set_unbuffered_mode_saved.o if host is remote. Invoke
1513 remote_download to copy $unbuf_obj to host.
1514
e7045703
DE
15152013-07-17 Doug Evans <dje@google.com>
1516
1517 * gdb.python/py-frame-args.c: New file.
1518 * gdb.python/py-frame-args.py: New file.
1519 * gdb.python/py-frame-args.exp New file.
1520
5ea5559b
AB
15212013-07-16 Andrew Burgess <aburgess@broadcom.com>
1522
1523 * gdb.base/printcmds.exp (test_printf): Add tests for format
1524 strings with missing format specifier.
1525
4229ca0e
TT
15262013-07-16 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.ada/info_types.exp: Use standard_testfile.
1529
5ee657d5
TT
15302013-07-16 Tom Tromey <tromey@redhat.com>
1531
1532 * gdb.mi/mi-basics.exp: Use standard_output_file.
1533 (test_dir_specification, test_cwd_specification)
1534 (test_path_specification): Use testsubdir, not subdir and objdir.
1535
20e3d738
TT
15362013-07-16 Tom Tromey <tromey@redhat.com>
1537
1538 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1539
7d7c6477
JB
15402013-07-09 Joel Brobecker <brobecker@adacore.com>
1541
1542 * gdb.ada/small_reg_param.exp: Accept optional entry value
1543 for parameter "w".
1544
52cd8b7d
JB
15452013-07-09 Joel Brobecker <brobecker@adacore.com>
1546
1547 * gdb.ada/small_reg_param.exp: Remove trailing space.
1548
2a998fc0
DE
15492013-07-09 Doug Evans <dje@google.com>
1550
1551 * gdb.base/default.exp: Update expected output of "show print array"
1552 and "show print pretty".
1553
0329e9fb
UW
15542013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1555
1556 * gdb.threads/wp-replication.exp: Stop counting available hardware
1557 watchpoints after NR_THREADS iterations.
1558
1953058f
AB
15592013-07-08 Andrew Burgess <aburgess@broadcom.com>
1560
1561 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1562
7c0de741
YQ
15632013-07-07 Yao Qi <yao@codesourcery.com>
1564
1565 * boards/native-gdbserver.exp: Move invoke of
1566 process_multilib_options to gdbserver-base.exp.
1567 Move set_board_info 'compiler', 'gdb,noinferiorio',
1568 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1569 gdbserver-base.exp.
1570 Move proc ${board}_download, ${board}_upload and
1571 ${board}_file to gdbserver-base.exp.
1572 * boards/native-extended-gdbserver.exp: Likewise.
1573 * boards/native-stdio-gdbserver.exp: Likewise.
1574 * boards/gdbserver-base.exp: New file.
1575
497a4c48
LM
15762013-07-05 Luis Machado <lgustavo@codesourcery.com>
1577
1578 * gdb.base/dump.exp: Remove arch-specific tests and do a
1579 generic data address check to set is64bitonly correctly.
1580
bb3f62fc
LM
15812013-07-05 Luis Machado <lgustavo@codesourcery.com>
1582
1583 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1584 the register number instead of expecting only 0.
1585
005faa9d
WN
15862013-07-05 Will Newton <will.newton@linaro.org>
1587
1588 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1589 in asm syntax to allow building on ARM.
1590
4767856f
YQ
15912013-07-05 Yao Qi <yao@codesourcery.com>
1592
1593 * boards/local-remote-host.exp: Remove obsolete comments.
1594 * boards/native-extended-gdbserver.exp: Likewise.
1595 * boards/native-gdbserver.exp: Likewise.
1596 * boards/native-stdio-gdbserver.exp: Likewise.
1597
691a26f5
AB
15982013-07-04 Andrew Burgess <aburgess@broadcom.com>
1599
1600 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1601 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1602 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1603
4d142eaa
JK
16042013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 * gdb.base/break-on-linker-gcd-function.exp: Replace
1607 prepare_for_testing by build_executable_from_specs and clean_restart.
1608
62cef515
TT
16092013-06-27 Tom Tromey <tromey@redhat.com>
1610
1611 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1612 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1613 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1614 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1615 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1616 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1617 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1618 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1619 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1620 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1621 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1622 Use standard_testfile, standard_output_file, prepare_for_testing,
1623 clean_restart.
1624
0ab77f5f
TT
16252013-06-27 Tom Tromey <tromey@redhat.com>
1626
1627 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1628 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1629 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1630 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1631 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1632 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1633 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1634 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1635 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1636 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1637 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1638 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1639 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1640 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1641 gdb.base/solib-weak.exp, gdb.base/source.exp,
1642 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1643 gdb.base/stap-probe.exp, gdb.base/start.exp,
1644 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1645 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1646 gdb.base/step-test.exp, gdb.base/structs.exp,
1647 gdb.base/structs2.exp, gdb.base/structs3.exp,
1648 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1649 standard_output_file, prepare_for_testing, clean_restart.
1650
822bd149
TT
16512013-06-27 Tom Tromey <tromey@redhat.com>
1652
1653 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1654 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1655 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1656 gdb.base/pending.exp, gdb.base/permissions.exp,
1657 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1658 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1659 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1660 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1661 gdb.base/ptype.exp, gdb.base/randomize.exp,
1662 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1663 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1664 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1665 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1666 standard_testfile, standard_output_file, prepare_for_testing,
1667 clean_restart.
1668
f8b41b00
TT
16692013-06-27 Tom Tromey <tromey@redhat.com>
1670
a8c97a87
TT
1671 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1672 gdb.base/huge.exp, gdb.base/included.exp,
1673 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1674 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1675 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1676 gdb.base/info-target.exp, gdb.base/infoline.exp,
1677 gdb.base/interp.exp, gdb.base/interrupt.exp,
1678 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1679 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1680 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1681 gdb.base/logical.exp, gdb.base/long_long.exp,
1682 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1683 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1684 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1685 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1686 standard_testfile, standard_output_file, prepare_for_testing,
1687 clean_restart.
1688
289f9037
TT
16892013-06-27 Tom Tromey <tromey@redhat.com>
1690
a8c97a87
TT
1691 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1692 gdb.base/enumval.exp, gdb.base/environ.exp,
1693 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1694 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1695 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1696 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1697 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1698 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1699 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1700 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1701 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1702 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1703 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1704 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1705 gdb.base/gnu_vector.exp: Use standard_testfile,
1706 standard_output_file, prepare_for_testing, clean_restart.
289f9037 1707
f76495c8
TT
17082013-06-27 Tom Tromey <tromey@redhat.com>
1709
a8c97a87
TT
1710 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1711 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1712 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1713 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1714 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1715 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1716 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1717 gdb.base/commands.exp, gdb.base/completion.exp,
1718 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1719 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1720 gdb.base/constvars.exp, gdb.base/corefile.exp,
1721 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1722 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1723 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1724 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1725 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
1726 standard_output_file, prepare_for_testing, clean_restart.
1727
a64d2530
TT
17282013-06-27 Tom Tromey <tromey@redhat.com>
1729
a8c97a87
TT
1730 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1731 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1732 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1733 gdb.base/async-shell.exp, gdb.base/async.exp,
1734 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1735 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1736 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1737 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1738 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1739 gdb.base/break-on-linker-gcd-function.exp,
1740 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1741 standard_output_file, prepare_for_testing, clean_restart.
1742
aaff8d73
YQ
17432013-06-26 Yao Qi <yao@codesourcery.com>
1744
1745 * gdb.trace/mi-trace-frame-collected.exp: New.
1746
a0743c90
YQ
17472013-06-25 Yao Qi <yao@codesourcery.com>
1748
1749 * boards/native-extended-gdbserver.exp: Set board_info
1750 'gdb,predefined_tsv'.
1751 * boards/native-gdbserver.exp: Likewise.
1752 * boards/native-stdio-gdbserver.exp: Likewise.
1753 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1754 uploaded TSVs if target supports tracing.
1755 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1756 tracing and target has predefined tsv.
1757
9d6e6e84
HZ
17582013-06-25 Yao Qi <yao@codesourcery.com>
1759 Hui Zhu <hui@codesourcery.com>
1760 Pedro Alves <palves@redhat.com>
1761
1762 PR breakpoints/15075
1763 PR breakpoints/15434
1764 * gdb.base/dprintf-next.c: New file.
1765 * gdb.base/dprintf-next.exp: New file.
1766 * gdb.base/dprintf-non-stop.c: New file.
1767 * gdb.base/dprintf-non-stop.exp: New file.
1768 * gdb.base/dprintf.exp: Don't check "continue" in the output
1769 of "info breakpoints".
1770 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1771 Don't check "continue" in script field.
1772
e7ab3185
TT
17732013-06-21 Tom Tromey <tromey@redhat.com>
1774
1775 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1776 name in a test name.
1777
c898adb7
YQ
17782013-06-20 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1781 and set an action.
1782 (test_trace_unavailable): Test command -data-list-register-values
1783 in the context of traceframe and with option --skip-unavailable.
1784 * gdb.trace/trace-unavailable.c (foo): New.
1785 (main): Call it.
1786 * gdb.mi/gdb2549.exp: Update matching pattern.
1787
4d157a3d
MF
17882013-06-19 Mike Frysinger <vapier@gentoo.org>
1789
1790 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1791 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1792 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1793 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1794 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1795
d69cace4
LM
17962013-06-19 Luis Machado <lgustavo@codesourcery.com>
1797
1798 * gdb.base/subst.exp: Delete default rules before further
1799 tests.
1800
9bdd0636
YQ
18012013-06-19 Yao Qi <yao@codesourcery.com>
1802
1803 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1804 unsupported if it is not registered.
1805
427cd150
TT
18062013-06-18 Tom Tromey <tromey@redhat.com>
1807
1808 * gdb.base/random-signal.c: New file.
1809 * gdb.base/random-signal.exp: New file.
1810
6de7c271
WN
18112013-06-18 Will Newton <will.newton@linaro.org>
1812
1813 * gdb.base/skip.c: Use comma to evaluate results of foo()
1814 and bar() before passing to baz().
1815 * gdb.base/skip.c: baz() now takes one argument instead of
1816 two.
1817
5bd1ef56
TT
18182013-06-18 Tom Tromey <tromey@redhat.com>
1819
1820 * gdb.dwarf2/implptrpiece.exp: New file.
1821 * gdb.dwarf2/implptrconst.exp (d): New variable.
1822 Print d.
1823 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1824
e379b391
TT
18252013-06-18 Tom Tromey <tromey@redhat.com>
1826
1827 * lib/selftest-support.exp (do_self_tests): Reject remote or
1828 non-native targets.
1829 * gdb.gdb/complaints.exp: Remove check.
1830 * gdb.gdb/observer.exp: Remove check.
1831 * gdb.gdb/xfullpath.exp: Remove check.
1832 * gdb.gdb/complaints.exp: Remove check.
1833
4ec70201
PA
18342013-06-07 Pedro Alves <palves@redhat.com>
1835
1836 * boards/native-extended-gdbserver.exp: Remove semicolon.
1837 * config/arm-ice.exp: Likewise.
1838 * config/bfin.exp: Likewise.
1839 * config/cygmon.exp: Likewise.
1840 * config/h8300.exp: Likewise.
1841 * config/monitor.exp: Likewise.
1842 * config/sid.exp: Likewise.
1843 * config/sim.exp: Likewise.
1844 * config/slite.exp: Likewise.
1845 * config/vx.exp: Likewise.
1846 * gdb.arch/i386-bp_permanent.exp: Likewise.
1847 * gdb.asm/asm-source.exp: Likewise.
1848 * gdb.base/args.exp: Likewise.
1849 * gdb.base/attach-pie-misread.exp: Likewise.
1850 * gdb.base/auxv.exp: Likewise.
1851 * gdb.base/bigcore.exp: Likewise.
1852 * gdb.base/bitfields2.exp: Likewise.
1853 * gdb.base/bitfields.exp: Likewise.
1854 * gdb.base/break.exp: Likewise.
1855 * gdb.base/break-interp.exp: Likewise.
1856 * gdb.base/callfuncs.exp: Likewise.
1857 * gdb.base/call-sc.exp: Likewise.
1858 * gdb.base/commands.exp: Likewise.
1859 * gdb.base/corefile.exp: Likewise.
1860 * gdb.base/dbx.exp: Likewise.
1861 * gdb.base/ending-run.exp: Likewise.
1862 * gdb.base/exprs.exp: Likewise.
1863 * gdb.base/funcargs.exp: Likewise.
1864 * gdb.base/hbreak2.exp: Likewise.
1865 * gdb.base/huge.exp: Likewise.
1866 * gdb.base/list.exp: Likewise.
1867 * gdb.base/memattr.exp: Likewise.
1868 * gdb.base/overlays.exp: Likewise.
1869 * gdb.base/printcmds.exp: Likewise.
1870 * gdb.base/recurse.exp: Likewise.
1871 * gdb.base/remotetimeout.exp: Likewise.
1872 * gdb.base/reread.exp: Likewise.
1873 * gdb.base/savedregs.exp: Likewise.
1874 * gdb.base/scope.exp: Likewise.
1875 * gdb.base/sepdebug.exp: Likewise.
1876 * gdb.base/setshow.exp: Likewise.
1877 * gdb.base/setvar.exp: Likewise.
1878 * gdb.base/sigaltstack.exp: Likewise.
1879 * gdb.base/siginfo-addr.exp: Likewise.
1880 * gdb.base/siginfo.exp: Likewise.
1881 * gdb.base/siginfo-obj.exp: Likewise.
1882 * gdb.base/sigrepeat.exp: Likewise.
1883 * gdb.base/sigstep.exp: Likewise.
1884 * gdb.base/structs.exp: Likewise.
1885 * gdb.base/testenv.exp: Likewise.
1886 * gdb.base/twice.exp: Likewise.
1887 * gdb.base/valgrind-db-attach.exp: Likewise.
1888 * gdb.base/valgrind-infcall.exp: Likewise.
1889 * gdb.base/varargs.exp: Likewise.
1890 * gdb.base/watchpoint.exp: Likewise.
1891 * gdb.cp/gdb1355.exp: Likewise.
1892 * gdb.cp/misc.exp: Likewise.
1893 * gdb.disasm/hppa.exp: Likewise.
1894 * gdb.disasm/t01_mov.exp: Likewise.
1895 * gdb.disasm/t02_mova.exp: Likewise.
1896 * gdb.disasm/t03_add.exp: Likewise.
1897 * gdb.disasm/t04_sub.exp: Likewise.
1898 * gdb.disasm/t05_cmp.exp: Likewise.
1899 * gdb.disasm/t06_ari2.exp: Likewise.
1900 * gdb.disasm/t07_ari3.exp: Likewise.
1901 * gdb.disasm/t08_or.exp: Likewise.
1902 * gdb.disasm/t09_xor.exp: Likewise.
1903 * gdb.disasm/t10_and.exp: Likewise.
1904 * gdb.disasm/t11_logs.exp: Likewise.
1905 * gdb.disasm/t12_bit.exp: Likewise.
1906 * gdb.disasm/t13_otr.exp: Likewise.
1907 * gdb.gdb/selftest.exp: Likewise.
1908 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1909 * gdb.mi/mi-reverse.exp: Likewise.
1910 * gdb.pascal/floats.exp: Likewise.
1911 * gdb.python/py-inferior.exp: Likewise.
1912 * gdb.threads/attach-into-signal.exp: Likewise.
1913 * gdb.threads/pthreads.exp: Likewise.
1914 * gdb.threads/thread_events.exp: Likewise.
1915 * gdb.threads/watchthreads.exp: Likewise.
1916 * gdb.trace/actions-changed.exp: Likewise.
1917 * gdb.trace/actions.exp: Likewise.
1918 * gdb.trace/ax.exp: Likewise.
1919 * gdb.trace/backtrace.exp: Likewise.
1920 * gdb.trace/change-loc.exp: Likewise.
1921 * gdb.trace/deltrace.exp: Likewise.
1922 * gdb.trace/disconnected-tracing.exp: Likewise.
1923 * gdb.trace/ftrace.exp: Likewise.
1924 * gdb.trace/infotrace.exp: Likewise.
1925 * gdb.trace/passc-dyn.exp: Likewise.
1926 * gdb.trace/passcount.exp: Likewise.
1927 * gdb.trace/pending.exp: Likewise.
1928 * gdb.trace/qtro.exp: Likewise.
1929 * gdb.trace/range-stepping.exp: Likewise.
1930 * gdb.trace/report.exp: Likewise.
1931 * gdb.trace/save-trace.exp: Likewise.
1932 * gdb.trace/status-stop.exp: Likewise.
1933 * gdb.trace/strace.exp: Likewise.
1934 * gdb.trace/tfile.exp: Likewise.
1935 * gdb.trace/tfind.exp: Likewise.
1936 * gdb.trace/trace-break.exp: Likewise.
1937 * gdb.trace/tracecmd.exp: Likewise.
1938 * gdb.trace/trace-mt.exp: Likewise.
1939 * gdb.trace/tspeed.exp: Likewise.
1940 * gdb.trace/tsv.exp: Likewise.
1941 * gdb.trace/while-stepping.exp: Likewise.
1942 * lib/gdb.exp: Likewise.
1943 * lib/gdbserver-support.exp: Likewise.
1944 * lib/java.exp: Likewise.
1945 * lib/mi-support.exp: Likewise.
1946 * lib/pascal.exp: Likewise.
1947 * lib/prompt.exp: Likewise.
1948 * lib/trace-support.exp: Likewise.
1949
47d48711
PA
19502013-06-07 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.ada/info_types.c: Fix formating in copyright header.
1953 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1954 * gdb.base/float.c: Likewise.
1955 * gdb.base/inferior-died.c: Likewise.
1956 * gdb.base/interp.c: Likewise.
1957 * gdb.base/jit-main.c: Likewise.
1958 * gdb.base/jit-solib.c: Likewise.
1959 * gdb.base/long_long.c: Likewise.
1960 * gdb.base/longjmp.c: Likewise.
1961 * gdb.base/nextoverexit.c: Likewise.
1962 * gdb.base/pr11022.c: Likewise.
1963 * gdb.base/prelink-lib.c: Likewise.
1964 * gdb.base/prelink.c: Likewise.
1965 * gdb.base/prologue.c: Likewise.
1966 * gdb.base/restore.c: Likewise.
1967 * gdb.base/sigchld.c: Likewise.
1968 * gdb.base/solib-search-lib1.c: Likewise.
1969 * gdb.base/solib-search-lib2.c: Likewise.
1970 * gdb.base/solib-search.c: Likewise.
1971 * gdb.base/solib-search.h: Likewise.
1972 * gdb.base/whatis.c: Likewise.
1973 * gdb.cp/abstract-origin.cc: Likewise.
1974 * gdb.cp/anon-struct.cc: Likewise.
1975 * gdb.cp/baseenum.cc: Likewise.
1976 * gdb.cp/bs15503.cc: Likewise.
1977 * gdb.cp/call-c-1.c: Likewise.
1978 * gdb.cp/call-c.cc: Likewise.
1979 * gdb.cp/class2.cc: Likewise.
1980 * gdb.cp/classes.cc: Likewise.
1981 * gdb.cp/cttiadd.cc: Likewise.
1982 * gdb.cp/cttiadd1.cc: Likewise.
1983 * gdb.cp/cttiadd2.cc: Likewise.
1984 * gdb.cp/cttiadd3.cc: Likewise.
1985 * gdb.cp/derivation.cc: Likewise.
1986 * gdb.cp/derivation2.cc: Likewise.
1987 * gdb.cp/dispcxx.cc: Likewise.
1988 * gdb.cp/exception.cc: Likewise.
1989 * gdb.cp/gdb2384-base.cc: Likewise.
1990 * gdb.cp/gdb2384-base.h: Likewise.
1991 * gdb.cp/gdb2384.cc: Likewise.
1992 * gdb.cp/gdb2495.cc: Likewise.
1993 * gdb.cp/mb-inline.h: Likewise.
1994 * gdb.cp/mb-inline1.cc: Likewise.
1995 * gdb.cp/mb-inline2.cc: Likewise.
1996 * gdb.cp/member-name.cc: Likewise.
1997 * gdb.cp/member-ptr.cc: Likewise.
1998 * gdb.cp/misc.cc: Likewise.
1999 * gdb.cp/namespace1.cc: Likewise.
2000 * gdb.cp/nextoverthrow.cc: Likewise.
2001 * gdb.cp/pr-574.cc: Likewise.
2002 * gdb.cp/pr9631.cc: Likewise.
2003 * gdb.cp/printmethod.cc: Likewise.
2004 * gdb.cp/psmang1.cc: Likewise.
2005 * gdb.cp/psmang2.cc: Likewise.
2006 * gdb.cp/psymtab-parameter.cc: Likewise.
2007 * gdb.cp/ptype-flags.cc: Likewise.
2008 * gdb.cp/ref-params.cc: Likewise.
2009 * gdb.cp/ref-types.cc: Likewise.
2010 * gdb.cp/smartp.cc: Likewise.
2011 * gdb.cp/try_catch.cc: Likewise.
2012 * gdb.cp/userdef.cc: Likewise.
2013 * gdb.cp/using-crash.cc: Likewise.
2014 * gdb.cp/virtfunc.cc: Likewise.
2015 * gdb.cp/virtfunc2.cc: Likewise.
2016 * gdb.dwarf2/callframecfa.S: Likewise.
2017 * gdb.dwarf2/dw2-ranges.c: Likewise.
2018 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2019 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2020 * gdb.dwarf2/dw2-restore.S: Likewise.
2021 * gdb.dwarf2/pieces.S: Likewise.
2022 * gdb.dwarf2/valop.S: Likewise.
2023 * gdb.java/jnpe.java: Likewise.
2024 * gdb.mi/mi-stepn.c: Likewise.
2025 * gdb.mi/mi-var-cp.cc: Likewise.
2026 * gdb.mi/mi-var-rtti.cc: Likewise.
2027 * gdb.mi/ns-stale-regcache.c: Likewise.
2028 * gdb.mi/pr11022.c: Likewise.
2029 * gdb.mi/solib-lib.c: Likewise.
2030 * gdb.mi/solib-main.c: Likewise.
2031 * gdb.python/py-arch.c: Likewise.
2032 * gdb.python/py-block.c: Likewise.
2033 * gdb.python/py-breakpoint.c: Likewise.
2034 * gdb.python/py-events.c: Likewise.
2035 * gdb.python/py-evthreads.c: Likewise.
2036 * gdb.python/py-explore.c: Likewise.
2037 * gdb.python/py-explore.cc: Likewise.
2038 * gdb.python/py-finish-breakpoint.c: Likewise.
2039 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2040 * gdb.python/py-symbol.c: Likewise.
2041 * gdb.threads/execl.c: Likewise.
2042 * gdb.threads/execl1.c: Likewise.
2043
88ab5684
WN
20442013-06-07 Will Newton <will.newton@linaro.org>
2045
2046 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2047
42daa7a0
WN
20482013-06-07 Will Newton <will.newton@linaro.org>
2049
2050 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2051 and "starting".
2052
f4059ef3
WN
20532013-06-07 Will Newton <will.newton@linaro.org>
2054
2055 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2056 destructor prototypes for ARM ABI.
2057 * gdb.cp/m-static.exp: Likewise.
2058
8cb5cc78
YQ
20592013-06-07 Yao Qi <yao@codesourcery.com>
2060
2061 * gdb.trace/mi-trace-unavailable.exp: New.
2062 * gdb.trace/trace-unavailable.c: New.
2063
c6cf1712
DE
20642013-06-06 Doug Evans <dje@google.com>
2065
2066 * gdb.cp/derivation.exp: Make tests have unique names.
2067
bf6be0f4
TT
20682013-06-06 Tom Tromey <tromey@redhat.com>
2069
2070 * gdb.base/dump.exp (capture_value): Don't put expression into
2071 test name if arguments passed in.
2072 Rename a couple more tests to make them unique.
2073
ebb022fa
TT
20742013-06-06 Tom Tromey <tromey@redhat.com>
2075
2076 * gdb.base/break-always.exp: Explicitly specify test name.
2077
69fc87c2
DE
20782013-06-05 Doug Evans <dje@google.com>
2079 Keith Seitz <keiths@redhat.com>
2080
2081 * gdb.cp/derivation2.cc: New file.
2082 * gdb.cp/derivation.cc (main): Call foo2.
2083 * gdb.cp/derivation.exp: Add tests for typedefs in another
2084 file, and when there's an active block.
2085
f993f39e
LM
20862013-06-05 Luis Machado <lgustavo@codesourcery.com>
2087
2088 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2089 from targets that use function descriptors in the virtual tables.
2090 Handle presence of dot symbols.
2091
afacd7f3
GB
20922013-06-04 Gary Benson <gbenson@redhat.com>
2093
2094 * gdb.base/break-probes.exp: New file.
2095 * gdb.base/break-probes.c: Likewise.
2096 * gdb.base/break-probes-solib.c: Likewise.
2097 * gdb.base/info-shared.exp: New file.
2098 * gdb.base/info-shared.c: Likewise.
2099 * gdb.base/info-shared-solib1.c: Likewise.
2100 * gdb.base/info-shared-solib2.c: Likewise.
2101
a29a3fb7
GB
21022013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2103 Gary Benson <gbenson@redhat.com>
2104
2105 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2106 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2107 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2108 to be set to "no" to indicate that no ld.so copy should be made.
2109 * gdb.base/break-interp.exp (solib_bp): New constant.
2110 (reach_1): Use the above instead of "_dl_debug_state".
2111 (test_attach): Likewise.
2112 (test_ld): Likewise.
2113 * gdb.threads/dlopen-libpthread.exp: New file.
2114 * gdb.threads/dlopen-libpthread.c: Likewise.
2115 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2116 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2117
62a813cc
YQ
21182013-05-30 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2121 Add a test that no MI notification is emitted when executing
2122 -exec-arguments.
2123
8f56dad4
JK
21242013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 PR testsuite/12649
2127 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2128 $mi_gdb_prompt expectation by mi_expect_stop.
2129 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2130 (mi info dprintf second time): Replace them by mi_send_resuming_command
2131 and mi_expect_stop.
2132
c588eb20
GB
21332013-05-24 Gary Benson <gbenson@redhat.com>
2134
2135 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2136 backslash.
2137 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2138 backslashes.
2139 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2140 backslash.
2141
c0ea94eb
YQ
21422013-05-24 Yao Qi <yao@codesourcery.com>
2143
2144 * gdb.trace/tfile.exp: Test inferior and thread.
2145
db1ac436
YQ
21462013-05-24 Yao Qi <yao@codesourcery.com>
2147 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2150 test fails.
2151 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2152 Return 0 if the test passes, otherwise return 1.
2153
b6abb10c
DE
21542013-05-23 Doug Evans <dje@google.com>
2155
2156 * boards/fission-dwp.exp: New file.
2157
bc5065a7
PA
21582013-05-23 Yao Qi <yao@codesourcery.com>
2159 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/range-stepping.c: New file.
2162 * gdb.base/range-stepping.exp: New file.
2163 * gdb.trace/range-stepping.c: New file.
2164 * gdb.trace/range-stepping.exp: New file.
2165 * lib/range-stepping-support.exp: New file.
2166
5f2e6b00
TT
21672013-05-22 Tom Tromey <tromey@redhat.com>
2168
2169 * gdb.cp/class2.cc (main): New local 'aref'.
2170 * gdb.cp/class2.exp: Check printing of 'aref'.
2171
e6ba475a
DE
21722013-05-22 Doug Evans <dje@google.com>
2173
2174 * gdb.threads/wp-replication.c (main): Insert some code at the start
2175 to ensure the breakpoint on main is only hit once. Fix comment.
2176
52c935b6
KS
21772013-05-21 Keith Seitz <keiths@redhat.com>
2178 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2181 gdb_expect.
2182 Add test to flush the remaining input buffer so that this
2183 file passes testsuite/12649.
2184
bd9673a4
PW
21852013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2186
2187 * gdb.base/catch-signal-fork.exp: New file.
2188 * gdb.base/catch-signal-fork.c: New file.
2189
69a97597
SA
21902013-05-21 Sterling Augustine <saugustine@google.com>
2191
2192 * boards/remote-stdio-gdbserver.exp: New file.
2193
44e97363
JK
21942013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 PR testsuite/12649
2197 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2198 racy matches.
2199
02392865
CG
22002013-05-21 Christian Groessler <chris@groessler.org>
2201
2202 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2203 since it's not supported in all shells.
2204
c5867ab6
HZ
22052013-05-21 Hui Zhu <hui@codesourcery.com>
2206
2207 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2208 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2209
6c9e2db4
DE
22102013-05-20 Doug Evans <dje@google.com>
2211
2212 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2213 (_handle_DW_TAG): Use it.
2214 (cu, tu): Replace parameters is_64, version, addr_size with options.
2215 All callers updated. Add Fission support.
2216 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2217 * gdb.dwarf2/method-ptr.exp: Ditto.
2218 * gdb.dwarf2/nostaticblock.exp: Ditto.
2219 * gdb.dwarf2/subrange.exp: Ditto.
2220 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2221
4a6e676c
TT
22222013-05-20 Tom Tromey <tromey@redhat.com>
2223
2224 * gdb.gdb/python-selftest.exp: New file.
2225
e19d3afb
DE
22262013-05-20 Doug Evans <dje@google.com>
2227
2228 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2229 -fdebug-types-section.
2230
4d804846
JB
22312013-05-20 Joel Brobecker <brobecker@adacore.com>
2232
2233 * gdb.ada/float_param: New testcase.
2234
8d324e83
DE
22352013-05-17 Doug Evans <dje@google.com>
2236
7d0c9981
DE
2237 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2238 Add tests for "maint check-symtabs", "maint expand-symtabs".
2239
8d324e83
DE
2240 * gdb.base/maint.exp: Remove testing of individual maint command
2241 help output.
2242
177aadc4
PA
22432013-05-16 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2246 comment. Use gdb_test_no_output.
2247
b8fea896
JB
22482013-05-16 Joel Brobecker <brobecker@adacore.com>
2249
2250 * gdb.ada/complete.exp: Add test verifying completion using
2251 the "tab" key.
2252
52c935b6
KS
22532013-05-15 Keith Seitz <keiths@redhat.com>
2254
2255 * gdb.base/filesym.exp: New completer test.
2256 * gdb.base/filesym.c: New file.
2257
ed0f00b8
PA
22582013-05-15 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.base/fixsection.c: Remove attribution.
2261 * gdb.base/watch-read.exp: Ditto.
2262
55fb6d27
TT
22632013-05-13 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2266 size and change type sizes to 4 bytes.
2267
ac1ca910
TT
22682013-05-13 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.base/exprs.exp (test_expr): Add regression test.
2271 * gdb.base/exprs.c (null_t_struct): New global.
2272
8414efef
MB
22732013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2274
2275 * gdb.base/default.exp: Disable history saving.
2276 * gdb.base/setshow.exp: Likewise.
2277
9779ab84
PA
22782013-05-10 Pedro Alves <palves@redhat.com>
2279
2280 PR remote/15455
2281
2282 * gdb.trace/qtro.c: New file.
2283 * gdb.trace/qtro.exp: New file.
2284
1e611234
PM
22852013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2286
2287 * gdb.python/py-framefilter.py: New File.
2288 * gdb.python/py-framefilter-mi.exp: Ditto.
2289 * gdb.python/py-framefilter.c: Ditto.
2290 * gdb.python/py-framefilter-mi.exp: Ditto.
2291 * gdb.python/py-framefilter-mi.c: Ditto,
2292 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2293
5e4c3ac4
TT
22942013-05-08 Tom Tromey <tromey@redhat.com>
2295
2296 * gdb.base/solib-search.exp: Set test name for "set
2297 solib-search-path" test.
2298
993654a9
HAQ
22992013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2300
2301 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2302 (set_a_tracepoint): Set tracepoint before prologue.
2303 (run_trace_experiment): Test setup_tracepoints and 'break end'
2304 in it.
2305 (trace_buffer_normal): Remove.
2306 (gdb_trace_circular_tests): Remove. Move tests to...
2307 (top level): ...here. Call 'runto_main' before checking for
2308 trace support. Use commands to check the support for circular
2309 trace buffer and changing of trace buffer size. Add test
2310 to calculate size of single frame. Use this size to
2311 calculate the size of trace buffer. Use 'tfind pc func9'
2312 instead of 'tfind 9'. Use 'with_test_prefix'.
2313
c95aea6b
TT
23142013-05-07 Tom Tromey <tromey@redhat.com>
2315
2316 * lib/selftest-support.exp: New file.
2317 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2318 do_self_tests.
2319 (setup_test, find_gdb): Remove.
2320 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2321 do_self_tests.
2322 (setup_test, find_gdb): Remove.
2323 (test_observer): Don't call setup_test. Remove argument.
2324 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2325 (find_gdb): Remove.
2326 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2327 do_self_tests.
2328 (setup_test, find_gdb): Remove.
2329 (test_with_self): Don't call setup_test. Remove argument.
2330
1f031429
PA
23312013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2332
2333 * gdb.arch/system-gcore.exp: Remove.
2334 * gdb.arch/gcore.c: Remove.
2335 * gdb.base/gcore.exp: Add "info reg system".
2336
58ce7251
SDJ
23372013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2338
2339 PR breakpoints/15413:
2340 * gdb.base/pending.exp: Add test for completion of the "condition"
2341 command for pending breakpoints.
2342 * gdb.linespec/linespec.ex: Add test for completion of the
2343 "condition" command when dealing with multiple locations.
2344
aacbb8a5
LM
23452013-05-07 Luis Machado <lgustavo@codesourcery.com>
2346
2347 * gdb.threads/wp-replication.c: New file.
2348 * gdb.threads/wp-replication.exp: New file.
2349
2dd6254d
SL
23502013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2351
2352 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2353
c2a96e8c
DE
23542013-05-06 Doug Evans <dje@google.com>
2355
b903e17e
DE
2356 * gdb.base/solib-search-lib1.c: New file.
2357 * gdb.base/solib-search-lib2.c: New file.
2358 * gdb.base/solib-search.c: New file.
2359 * gdb.base/solib-search.h: New file.
2360 * gdb.base/solib-search.exp: New file.
2361
fac51dd9
DE
2362 * lib/gdb.exp (gdb_core_cmd): New function.
2363 * gdb.arch/system-gcore.exp: Use it.
2364 * gdb.arch/vsx-regs.exp: Ditto.
2365 * gdb.base/gcore.exp: Ditto.
2366 * gdb.threads/gcore-thread.exp: Ditto.
2367
c2a96e8c
DE
2368 * gdb.reverse/shr.h: New file.
2369 * gdb.reverse/shr1.c: New file.
2370 * gdb.reverse/shr2.c: #include "shr.h".
2371 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2372 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2373 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2374 Update tests using sleep/printf to use shr2.sl instead.
2375 * gdb.reverse/solib-reverse.exp: Ditto.
2376
b6807d98
TT
23772013-05-06 Tom Tromey <tromey@redhat.com>
2378
2379 * gdb.dwarf2/implptrconst.c: New file.
2380 * gdb.dwarf2/implptrconst.exp: New file.
2381 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2382 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2383 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2384
96f7d3f1
PW
23852013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2386
2387 * gdb.base/catch-sig.c (main): Raise SIGINT.
2388 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2389
1ebff1fd
HAQ
23902013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2391
2392 * status-stop.exp (test_tstart_tstart): Check for error
2393 returned by the second 'tstart' command.
2394
f92b06da
WT
23952013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2396
2397 * gdb.xml/maint_print_struct.exp: New file.
2398 * gdb.xml/maint_print_struct.xml: New file.
2399
ff546935
TT
24002013-04-25 Tom Tromey <tromey@redhat.com>
2401
2402 * gdb.dwarf2/nostaticblock.exp: New file.
2403
bf9e4d0c
MB
24042013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2405
2406 PR gdb/10462
2407 * gdb.base/setshow.exp: Add test case.
2408
a11cfd87
HZ
24092013-04-23 Hui Zhu <hui@codesourcery.com>
2410
2411 PR gdb/15293
a11cfd87
HZ
2412 * gdb.base/dprintf.exp: Add ignore command.
2413
2d9442cc
HZ
24142013-04-23 Hui Zhu <hui@codesourcery.com>
2415
2416 PR gdb/15165
2d9442cc
HZ
2417 * gdb.base/save-bp.exp: Add test for dprintf.
2418
0f3305ed
TT
24192013-04-22 Tom Tromey <tromey@redhat.com>
2420
2421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2422 notice_open_fds.
2423
d504301e
SDJ
24242013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2425
2426 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2427 ldflags.
2428
9991b207
SDJ
24292013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2430
2431 * gdb.arch/arm-bl-branch-dest.c: New file.
2432 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2433
433730c9
PA
24342013-04-19 Vladimir Kargov <kargov@gmail.com>
2435 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.arch/i386-float.S: New file.
2438 * gdb.arch/i386-float.exp: New file.
2439
9a908334
LM
24402013-04-18 Luis Machado <lgustavo@codesourcery.com>
2441
2442 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2443 type void *.
2444
4f22ed5c
DE
24452013-04-17 Doug Evans <dje@google.com>
2446
2447 * lib/dwarf.exp (Dwarf): New proc "tu".
2448 * gdb.dwarf2/missing-sig-type.exp: New file.
2449
a0d3f2f5
SCR
24502013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2451
2452 Add option to link testcases with Pthreads library when
2453 using 'prepare_for_testing' in tests.
2454
2455 * lib/gdb.exp (build_executable_from_specs): Use
2456 gdb_compile_pthreads to compile if option "pthreads" is
2457 specified.
2458
cc16e6c9
TT
24592013-04-15 Tom Tromey <tromey@redhat.com>
2460
2461 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2462
72f1fe8a
TT
24632013-04-15 Tom Tromey <tromey@redhat.com>
2464
2465 * gdb.base/default.exp: Update for $_exception.
2466 * gdb.cp/exceptprint.cc: New file.
2467 * gdb.cp/exceptprint.exp: New file.
2468 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2469
6e72ca20
TT
24702013-04-15 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.cp/typeid.cc: New file.
2473 * gdb.cp/typeid.exp: New file.
2474
591f19e8
TT
24752013-04-15 Tom Tromey <tromey@redhat.com>
2476
2477 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2478
da9160e4
YQ
24792013-04-13 Yao Qi <yao@codesourcery.com>
2480
2481 * gdb.base/completion.exp: Test completion of command
2482 'target ctf' if target ctf is supported.
2483
f81d1120
PA
24842013-04-10 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/completion.exp: Test "set height", "set listsize" and
2487 "set trace-buffer-size" completion.
2488 * gdb.base/setshow.exp: Test "set height unlimited".
2489 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2490 unlimited".
2491
393fd4c3
YQ
24922013-04-10 Yao Qi <yao@codesourcery.com>
2493
2494 * gdb.trace/actions.exp: Save trace data to CTF.
2495 Change to ctf target if GDB supports, read CTF data in ctf
2496 target, and check the actions of tracepoints.
2497 * gdb.trace/while-stepping.exp: Likewise.
2498 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2499 format and read CTF trace file if GDB supports.
2500 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2501 target is supported, change to ctf target, read trace data and
2502 check output of command "tstatus".
2503 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2504 read CTF data by target ctf and call check_tsv.
2505
b7a273f8
YQ
25062013-04-10 Yao Qi <yao@codesourcery.com>
2507
2508 * gdb.trace/actions.exp (check_tracepoint): New.
2509 (top level): Start the tracing and check the actions of
2510 tracepoints. Save trace data to tfile format. Restart GDB
2511 and read trace file in tfile target. Check the actions of
2512 tracepoints again.
2513 * gdb.trace/while-stepping.exp: Likewise.
2514
f3786771
YQ
25152013-04-10 Yao Qi <yao@codesourcery.com>
2516
2517 * gdb.trace/report.exp: Use standard_output_file for saved
2518 trace file.
2519
5c2b4418
HZ
25202013-04-10 Hui Zhu <hui@codesourcery.com>
2521
2522 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2523 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2524 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2525
f7543f0a
JK
25262013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2529 response.
2530
f6de8ec2
PA
25312013-04-08 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2534 the location.
2535
b8abfd58
SL
25362013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2537
2538 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2539 for breakpoint location.
2540
156bffd0
SL
25412013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2542
2543 * gdb.linespec/linespec.exp: Make dir/file:line tests
2544 conditional for non-remote hosts only.
2545
c9a6ce02
PA
25462013-04-04 Stan Shebs <stan@codesourcery.com>
2547 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2550 * gdb.trace/actions-changed.c: New file.
2551 * gdb.trace/actions-changed.exp: New file.
2552 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2553 (gdb_trace_setactions_command): ... this. Add "actions_command"
2554 parameter, and handle it.
2555 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2556
4bd05f24
YQ
25572013-04-04 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2560 'step'.
2561
3758b5ce
YQ
25622013-04-03 Yao Qi <yao@codesourcery.com>
2563
2564 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2565 "tfile-basic.tf".
2566 (test_tfind_tfile): Likewise.
2567
1dcaed0d
YQ
25682013-04-03 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2571 "tfile-basic.tf" instead of "basic.tf".
2572 (write_error_trace_file): Pass argument "tfile-error.tf"
2573 instead of "error.tf".
2574 * gdb.trace/tfile.exp: Update tfile names to
2575 "tfile-basic.tf" and "tfile-error.tf".
2576
0e7a53fc
SL
25772013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2578
2579 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2580 empty directory in file for breakpoint hit.
2581
9852c492
YQ
25822013-03-29 Yao Qi <yao@codesourcery.com>
2583
2584 * gdb.base/completion.exp: Test completion of commands
2585 "target core", "target tfile" and "target exec".
2586 * gdb.trace/tfile.exp: Test completion of command
2587 "target tfile".
2588
af312be7
JB
25892013-03-28 Joel Brobecker <brobecker@adacore.com>
2590
2591 * gdb.ada/win_fu_syms: New testcase.
2592
e4a48d9d
DE
25932013-03-28 Doug Evans <dje@google.com>
2594
2595 * gdb.base/maint.exp (maint print statistics): Update expected output.
2596
7f7cc265
PA
25972013-03-28 Pedro Alves <palves@redhat.com>
2598
2599 PR gdb/15294
2600
2601 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2602 mean unlimited instead of $arg < 0.
2603 (test_listsize): Remove "listsize of 0 suppresses output" test.
2604 Test that "set listsize 0" ends up with an unlimited listsize.
2605
fc0da894
PA
26062013-03-28 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.base/list.exp (last_line): New global.
2609 (last_line_re): New global.
2610 (test_listsize, test_list_function, test_list_forward)
2611 (test_repeat_list_command, test_list_range)
2612 (test_list_filename_and_function): Use them.
2613 * gdb.base/list0.c: Comment the last line of the file with "last
2614 line".
2615
abe7b711
PA
26162013-03-28 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2619 list the whole file.
2620
15b3979c
PA
26212013-03-28 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2624 "set listsize".
2625
96811e3b
KS
26262013-03-26 Keith Seitz <keiths@redhat.com>
2627
2628 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2629 from passing.
2630
4043f22b
PA
26312013-03-26 Pedro Alves <palves@redhat.com>
2632
2633 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2634 until after GDB has run.
2635
14a1aa17
YQ
26362013-03-26 Yao Qi <yao@codesourcery.com>
2637
2638 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2639 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2640
99c819ee
MM
26412013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2642
2643 * gdb.btrace/enable.exp: Add regression test.
2644
24955f63
TT
26452013-03-25 Tom Tromey <tromey@redhat.com>
2646
2647 * gdb.cp/m-static.exp: Add destructor-printing tests.
2648
fce632b6
TT
26492013-03-25 Tom Tromey <tromey@redhat.com>
2650
2651 * gdb.cp/m-static.exp: Add constructor ptype tests.
2652 * gdb.cp/m-static.cc (single_constructor): New class.
2653 (main): Make instance of single_constructor.
2654
598d3636
JK
26552013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2656 Pedro Alves <palves@redhat.com>
2657
2658 * gdb.server/server-kill.c: New file.
2659 * gdb.server/server-kill.exp: New file.
2660
c12440c9
PA
26612013-03-21 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2664 Expect $gdb_prompt in gdb_test_multiple.
2665
bd712aed
DE
26662013-03-21 Doug Evans <dje@google.com>
2667
2668 * gdb.base/maint.exp: Update tests for per-command stats.
2669
b2f83c08
TT
26702013-03-21 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2673 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2674
ef0026f0
PA
26752013-03-20 Pedro Alves <palves@redhat.com>
2676
2677 PR gdb/15289
2678
2679 * gdb.base/remote.exp: Test
2680 "set remote hardware-watchpoint-limit -1",
2681 "set remote hardware-breakpoint-limit -1",
2682 "set remote hardware-watchpoint-limit 2147483647" and
2683 "set remote hardware-breakpoint-limit 2147483647".
2684
3f1175a9
PA
26852013-03-20 Pedro Alves <palves@redhat.com>
2686 Yao Qi <yao@codesourcery.com>
2687
2688 * gdb.trace/tfile.c: Add comments.
2689 (nonconstglob): New global.
2690 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2691 global that is not covered by the trace frame. Test
2692 disassembling.
2693
a09ae1c1
JK
26942013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.base/valgrind-infcall.exp
2697 (continue #$continue_count) <remote connection closed>
2698 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2699 $valgrind_pid.
2700
9ce98649
TT
27012013-03-15 Tom Tromey <tromey@redhat.com>
2702
2703 * gdb.cp/overload.cc (intintfunc): New.
2704 * gdb.cp/overload.exp: Add regression test.
2705
0a251e08
YQ
27062013-03-15 Yao Qi <yao@codesourcery.com>
2707
2708 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2709 using with_test_prefix.
2710 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2711 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2712 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2713 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2714 * gdb.base/break-interp.exp (test_core): Likewise.
2715 (test_attach_gdb): Likewise.
2716 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2717 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2718 Likewise.
2719 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2720 * gdb.base/jit.exp (one_jit_test): Likewise.
2721 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2722 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2723 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2724 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2725 Likewise.
2726 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2727 Likewise.
2728 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2729 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2730 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2731 (tracepoint_change_loc_2): Likewise.
2732 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2733 Likewise.
2734 (disconnected_tfind): Likewise.
2735 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2736 Likewise.
2737 (test_tfind_remote): Likewise.
2738 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2739 Likewise.
2740 (test_pending_resolved): Likewise.
2741 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2742 Likewise.
2743 (test_upload_tsv): Likewise.
2744 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2745 Likewise.
2746 (pending_tracepoint_works): Likewise.
2747 * gdb.trace/report.exp (use_collected_data): Likewise.
2748 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2749 Likewise.
2750 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2751 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2752 (strace_trace_on_same_addr): Likewise.
2753 (strace_trace_on_diff_addr): Likewise.
2754 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2755 (gdb_collect_locals_test): Likewise.
2756 (gdb_unavailable_registers_test): Likewise.
2757 (gdb_collect_globals_test): Likewise.
2758
2c415c0f
YQ
27592013-03-15 Yao Qi <yao@codesourcery.com>
2760
2761 * gdb.base/condbreak.exp: Add semicolon back which was removed
2762 by my previous commit.
2763
ae59b1da
YQ
27642013-03-14 Yao Qi <yao@codesourcery.com>
2765
2766 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2767 'return'.
2768 (gdb_target_monitor, gdb_load): Likewise.
2769 * config/sid.exp (gdb_load): Likewise.
2770 * config/slite.exp (gdb_load): Likewise.
2771 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2772 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2773 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2774 (single_step_until): Likewise.
2775 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2776 * gdb.arch/system-gcore.exp: Likewise.
2777 * gdb.base/bigcore.exp (extract_heap): Likewise.
2778 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2779 * gdb.base/call-ar-st.exp: Likewise.
2780 * gdb.base/call-rt-st.exp: Likewise.
2781 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2782 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2783 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2784 * gdb.base/corefile.exp: Likewise.
2785 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2786 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2787 * gdb.base/fixsection.exp: Likewise.
2788 * gdb.base/funcargs.exp: Likewise.
2789 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2790 * gdb.base/gcore-relro.exp: Likewise.
2791 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2792 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2793 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2794 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2795 * gdb.base/list.exp: Likewise.
2796 (set_listsize): Likewise.
2797 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2798 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2799 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2800 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2801 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2802 * gdb.base/setvar.exp: Likewise.
2803 (test_set): Likewise.
2804 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2805 * gdb.base/solib-overlap.exp: Likewise.
2806 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2807 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2808 * gdb.base/watchpoint.exp (initialize): Likewise.
2809 (test_simple_watchpoint): Likewise.
2810 (test_disabling_watchpoints): Likewise.
2811 (test_watchpoint_triggered_in_syscall): Likewise.
2812 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2813 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2814 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2815 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2816 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2817 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2818 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2819 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2820 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2821 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2822 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2823 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2824 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2825 * gdb.mi/gdb792.exp: Likewise.
2826 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2827 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2828 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2829 * gdb.threads/gcore-thread.exp: Likewise.
2830 (load_core): Likewise.
2831 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2832 (test_startup, check_control_c): Likewise.
2833 * gdb.threads/sigstep-threads.exp: Likewise.
2834 * gdb.threads/thread_check.exp: Likewise.
2835 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2836 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2837 (set_a_tracepoint, trace_buffer_normal): Likewise.
2838 (gdb_trace_circular_tests): Likewise.
2839 * gdb.trace/collection.exp: Likewise.
2840 * gdb.trace/disconnected-tracing.exp: Likewise.
2841 * gdb.trace/infotrace.exp: Likewise.
2842 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2843 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2844 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2845 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2846 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2847 * gdb.trace/stap-trace.exp: Likewise.
2848 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2849 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2850 * gdb.trace/trace-buffer-size.exp: Likewise.
2851 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2852 * gdb.trace/unavailable.exp: Likewise.
2853 * gdb.trace/while-dyn.exp: Likewise.
2854 * lib/fortran.exp (set_lang_fortran): Likewise.
2855 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2856 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2857 (default_gdb_start, get_compiler_info): Likewise.
2858 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2859 (get_debug_format, setup_xfail_format): Likewise.
2860 (rerun_to_main, gdb_skip_float_test): Likewise.
2861 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2862 * lib/java.exp (set_lang_java): Likewise.
2863 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2864 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2865 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2866 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2867 * lib/objc.exp (set_lang_objc): Likewise.
2868 * lib/pascal.exp (set_lang_pascal): Likewise.
2869 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2870 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2871 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2872
bb869963
SDJ
28732013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2874
2875 PR c++/15203
2876 PR c++/15210
2877 * gdb.cp/m-static.cc (keepalive_int): New function.
2878 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2879 * gdb.cp/m-static.exp: New test for `sintvar'.
2880
e2be70a0
YQ
28812013-03-14 Yao Qi <yao@codesourcery.com>
2882
2883 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2884 of 'tstatus' into tstatus_output.
2885 (top level): Save the trace data to tfile. Read trace file in
2886 tfile target. Check the trace status.
2887
8ddb1965
YQ
28882013-03-13 Yao Qi <yao@codesourcery.com>
2889
2890 * gdb.trace/tsv.exp (check_tsv): New.
2891 (top level): Save a tfile on current trace session. Call
2892 check_tsv on live target. Load the tfile with target tfile
2893 and call check_tsv again.
2894
045dd51f
YQ
28952013-03-13 Yao Qi <yao@codesourcery.com>
2896
2897 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2898 Replace some "gdb_test" with "gdb_test_no_output".
2899
82d049ab
PH
29002013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2901
2902 * gdb.ada/expr_delims.exp: New file.
2903 * gdb.ada/expr_delims/foo.adb: New file.
2904 * gdb.ada/expr_delims/pck.ads: New file.
2905 * gdb.ada/expr_delims/pck.adb: New file.
2906
cb8ea32b
KS
29072013-03-11 Keith Seitz <keiths@redhat.com>
2908
2909 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2910 both condition and thread. Then delete the watchpoint.
2911
2f1d9bdd
MM
29122013-03-11 Christian Himpel <christian.himpel@intel.com>
2913
2914 * Makefile.in: Add btrace testsuite.
2915 * configure: Regenerated.
2916 * configure.ac: Add btrace testsuite.
2917 * gdb.btrace/Makefile.in: New file.
2918 * gdb.btrace/enable.c: New file.
2919 * gdb.btrace/enable.exp: New file.
2920 * gdb.btrace/function_call_history.c: New file.
2921 * gdb.btrace/function_call_history.exp: New file.
2922 * gdb.btrace/instruction_history.c: New file.
2923 * gdb.btrace/instruction_history.exp: New file.
2924 * gdb.btrace/instruction_history.S: New file.
2925 * lib/gdb.exp: Add btrace skip proc.
2926
05c56a9d
JK
29272013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 Fix entry-values if the callee called a noreturn function.
2930 * gdb.arch/amd64-tailcall-noret.S: New file.
2931 * gdb.arch/amd64-tailcall-noret.c: New file.
2932 * gdb.arch/amd64-tailcall-noret.exp: New file.
2933
9112db09
JK
29342013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2935
2936 Fix entry-values in C++ across CUs.
2937 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2938 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2939 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2940 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2941 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2942
be9a119c 29432013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2944 Hafiz Abid Qadeer <abidh@codesourcery.com>
2945
2946 gdb/testsuite/
2947 * gdb.trace/trace-buffer-size.exp: New file.
2948 * gdb.trace/trace-buffer-size.c: New file.
2949
049109b0
PA
29502013-03-06 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2953 doesn't support the tested optional feature, call "unsupported"
2954 with the same test message as the "pass" case, instead of calling
2955 "pass" with a different message. Use the same text for the "fail"
2956 cases too.
2957
4aa54120
YQ
29582013-03-06 Yao Qi <yao@codesourcery.com>
2959
2960 * gdb.trace/tstatus.exp: Remove the invocation of
2961 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2962 (test_tracepoints): Don't set fast tracepoint.
2963 (top level): Don't check agent library is loaded or not.
2964
b8b71e63
YQ
29652013-03-06 Yao Qi <yao@codesourcery.com>
2966
2967 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2968 parentheses by "\\".
2969
33f448b1
JK
29702013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2971
2972 * gdb.linespec/base/one/thefile.cc (twodup): New.
2973 (m): Call it.
2974 * gdb.linespec/base/two/thefile.cc (dupname): New.
2975 (n): Call it.
2976 * gdb.linespec/break-ask.exp: New file.
2977 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2978
1c942fb9
YQ
29792013-02-28 Yao Qi <yao@codesourcery.com>
2980
2981 * gdb.trace/report.exp: Move some code to ...
2982 (use_collected_data): New.
2983 (top level): Call use_collected_data once on the live target.
2984 Save at file of the current trace session, load it with target
2985 tfile, and call use_collected_data again.
2986
5b967901
JK
29872013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2990
6447023f
JK
29912013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2994 Add final kill of ${valgrind_pid}.
2995
9f44fbc0
SCR
29962013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2997
2998 * gdb.python/py-arch.c: New test case
2999 * gdb.python/py-arch.exp: New tests to test
3000 gdb.Architecture.disassemble
3001 * gdb.python/Makefile.in: Add py-arch to the list of
3002 EXECUTABLES.
3003
4c9ad8c2
TT
30042013-02-18 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.dwarf2/subrange.exp: New file.
3007
f5911ea1
HAQ
30082013-02-15 Pedro Alves <pedro@codesourcery.com>
3009 Hafiz Abid Qadeer <abidh@codesourcery.com>
3010
3011 * gdb.trace/tfile.exp: Add test for -trace-status command.
3012
420f4384
JK
30132013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3016 nanosleep by sleep.
3017
4819b3f8
PA
30182013-02-14 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3021
1773c82c
HAQ
30222013-02-14 Pedro Alves <pedro@codesourcery.com>
3023 Hafiz Abid Qadeer <abidh@codesourcery.com>
3024
3025 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3026
e234dfaf
TT
30272013-02-12 Tom Tromey <tromey@redhat.com>
3028
3029 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3030 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3031
6c01dd94
PA
30322013-02-12 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.base/catch-signal.c: Update copyright years.
3035 * gdb.base/catch-signal.exp: Update copyright years.
3036 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3037 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3038 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3039 * gdb.dwarf2/dw2-error.S: Update copyright years.
3040 * gdb.dwarf2/dw2-error.c: Update copyright years.
3041 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3042 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3043 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3044
595fc67f
PA
30452013-02-12 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3048 message.
3049 * gdb.base/sigaltstack.exp: Ditto.
3050 * gdb.base/siginfo.exp: Ditto.
3051 * gdb.base/sizeof.exp: Ditto.
3052
17282693
PA
30532013-02-12 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.mi/mi-basics.exp: Tweak intro comment.
3056 * gdb.mi/mi-break.exp: Tweak intro comment.
3057 * gdb.mi/mi-console.exp: Tweak intro comment.
3058 * gdb.mi/mi-file.exp: Tweak intro comment.
3059 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3060 * gdb.mi/mi-return.exp: Tweak intro comment.
3061 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3062 * gdb.mi/mi-until.exp: Tweak intro comment.
3063 * gdb.mi/mi-watch.exp: Tweak intro comment.
3064
8a4ac37e
PA
30652013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3066
3067 * gdb.server/no-thread-db.exp: New file.
3068 * gdb.server/no-thread-db.c: New file.
3069 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3070
c2792f5a
DE
30712013-02-11 Doug Evans <dje@google.com>
3072
3073 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3074 two decfloats.
3075
d9e98382
SDJ
30762013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3077
3078 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3079 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3080
a321661a
JK
30812013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3084
134a2066
YQ
30852013-02-06 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3088 to ...
3089 (test_create_delete_modify_tsv): ... here. New test on modifying
3090 the initial value of a tsv.
3091
5a2dc60a
JK
30922013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3095 (cd .../rdir): ... here.
3096
233d95b5
JK
30972013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 * gdb.linespec/base/one/header.h: New file.
3100 * gdb.linespec/base/two/header.h: New file.
3101 * gdb.linespec/macro-relative.c: New file.
3102 * gdb.linespec/macro-relative.exp: New file.
3103
fbd9ab74
JK
31042013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 * gdb.base/fullpath-expand-func.c: New file.
3107 * gdb.base/fullpath-expand.c: New file.
3108 * gdb.base/fullpath-expand.exp: New file.
3109 * gdb.base/realname-expand-real.c: New file.
3110 * gdb.base/realname-expand.c: New file.
3111 * gdb.base/realname-expand.exp: New file.
3112
1b56eb55
JK
31132013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3116 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3117
af529f8f
JK
31182013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3121 (compare_filenames_for_search does not match)
3122 (compare_filenames_for_search does match): New tests.
3123
f5b95b50
JK
31242013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3127
d47921b9
JK
31282013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3131
8a92335b
JK
31322013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3135 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3136 ${binfile}.mini_debuginfo-debuglink and
3137 ${binfile}.mini_debuginfo-debuglink.xz.
3138
17f2157d
TT
31392013-02-01 Tom Tromey <tromey@redhat.com>
3140
3141 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3142 attributes.
3143
d65f0a9c
TT
31442013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3145 Tom Tromey <tromey@redhat.com>
3146
3147 * gdb.dwarf2/method-ptr.exp: Link with c++.
3148 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3149
f25c0135
TT
31502013-01-31 Tom Tromey <tromey@redhat.com>
3151
3152 * gdb.base/jit.exp (compile_jit_test): New proc.
3153 Add PIE tests.
3154
7078baeb
TT
31552013-01-31 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.dwarf2/method-ptr.cc: New file.
3158 * gdb.dwarf2/method-ptr.exp: New file.
3159
1d24041a
TT
31602013-01-31 Tom Tromey <tromey@redhat.com>
3161
3162 * lib/dwarf.exp (namespace Dwarf): New.
3163
8d9878a4
TT
31642013-01-29 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.dwarf2/fission-reread.exp: Add unload test.
3167
bed911e5
DE
31682013-01-28 Doug Evans <dje@google.com>
3169
3170 * gdb.dwarf2/fission-loclists.exp: New file.
3171 * gdb.dwarf2/fission-loclists.S: New file.
3172
e229648e
JK
31732013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 Code cleanup.
3176 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3177 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3178 and prepare_for_testing.
3179 * gdb.base/store.exp: Likewise.
3180
86700f00
TT
31812013-01-25 Tom Tromey <tromey@redhat.com>
3182
3183 * gdb.python/py-explore.exp: Expect the gdb prompt.
3184
8954db33
AB
31852013-01-25 Andrew Burgess <aburgess@broadcom.com>
3186
3187 * gdb.base/gnu_vector.c: New variable for use in tests.
3188 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3189 changes in scalar to vector casting and widening.
3190 * gdb.python/py-type.c: New variables for use in tests.
3191 * gdb.python/py-type.exp: Update vector related tests to reflect
3192 changes in scalar to vector casting and widening.
3193
2077afdd
TD
31942013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3195
3196 * gdb.base/prologue-include.c: New file.
3197 * gdb.base/prologue-include.exp: New file.
3198 * gdb.base/prologue-include.h: New file.
3199
d7499464
HAQ
32002013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3201
3202 PR gdb/13443
3203 * gdb.mi/mi-var-block.exp: Make test messages unique.
3204
e2a3e0f1
TT
32052013-01-23 Tom Tromey <tromey@redhat.com>
3206
3207 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3208
152fcc9c
TT
32092013-01-23 Tom Tromey <tromey@redhat.com>
3210
3211 * gdb.cp/converts.cc (main): Initialize 'a'.
3212
bea883fd
SCR
32132013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3214
3215 * testsuite/gdb.python/frame.exp: Add a test for
3216 gdb.Frame.architecture() method.
3217
0928e93d
PA
32182013-01-22 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.base/annota1.exp (signal sent): No longer expect
3221 breakpoints-invalid.
3222 * gdb.cp/annota2.exp (continue until exit)
3223 (watch triggered on a.x): Ditto.
3224
9c97429f
PA
32252013-01-22 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3228 Adjust tests to breakpoints-invalid changes.
3229 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3230 variables.
3231 Adjust tests to breakpoints-invalid changes.
3232
187d10dd
PA
32332013-01-22 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.base/annota1.exp (annotate ignore count change): Add
3236 expected output for failure case.
3237
ea3aedcb
TT
32382013-01-22 Tom Tromey <tromey@redhat.com>
3239
3240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3241 call.
3242
998580f1
MK
32432013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3244
3245 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3246 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3247 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3248 Also handle 'thread' field.
3249 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3250 * gdb.mi/mi-watch.exp: Ditto.
3251 * lib/mi-support.exp: Ditto.
3252
8f1d5693
MK
32532013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3254
3255 * gdb.python/py-explore.exp: Improve a test
3256
2d8c5d7c
DB
32572013-01-18  David Blaikie  <dblaikie@gmail.com>
3258
3259 * gdb.base/label.c (main): Correct the type of the second
3260 parameter.
3261
46f35228
TT
32622013-01-18 Tom Tromey <tromey@redhat.com>
3263
3264 * gdb.dwarf2/trace-crash.s: New file.
3265 * gdb.dwarf2/trace-crash.exp: New file.
3266
5965d69d
HAQ
32672013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3268
43aaf8b6
PA
3269 PR gdb/13443
3270 * gdb.base/checkpoint.exp: Update test messages to make them
3271 unique.
5965d69d 3272
5ae4861a
YQ
32732013-01-18 Yao Qi <yao@codesourcery.com>
3274
3275 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3276 output of 'info tracepoints'.
3277 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3278 Likewise.
3279 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3280 * gdb.trace/disconnected-tracing.c (struct foo): New.
3281
d84fca2c
JK
32822013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 * gdb.dwarf2/dw2-dos-drive.S: New file.
3285 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3286
aebb1cc9
DE
32872013-01-17 Doug Evans <dje@google.com>
3288
2782d512
DE
3289 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3290 CXX_FOR_TARGET.
3291
aebb1cc9
DE
3292 * boards/cc-with-tweaks.exp: New file.
3293
db2b2972
TT
32942013-01-17 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3297
96343774
PA
32982013-01-17 Pedro Alves <palves@redhat.com>
3299
3300 Merge dg-extract-results.sh from upstream (svn 195224).
3301
3302 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3303 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
3304
3305 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3306 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
3307
3308 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3309 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
3310
3311 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3312 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3313 of grep -q.
3314
675921c0
SD
33152012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3316
3317 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3318 interface.
3319 * gdb.base/jithost.c: New file.
3320 * gdb.base/jithost.h: New file.
3321 * gdb.base/jitreader.c : New file.
3322 * gdb.base/jit-protocol.h: New file.
3323
ab04a2af
TT
33242013-01-16 Tom Tromey <tromey@redhat.com>
3325
3326 * gdb.base/catch-signal.c: New file.
3327 * gdb.base/catch-signal.exp: New file.
3328
8ac3646f
TT
33292013-01-16 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3332
22fc223e
JK
33332013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3336
44478ab3
TT
33372013-01-14 Tom Tromey <tromey@redhat.com>
3338
3339 * gdb.base/completion.exp: Add "set gnutarget" test.
3340
06d66ee9
TT
33412013-01-14 Tom Tromey <tromey@redhat.com>
3342
3343 * gdb.dwarf2/dw2-restrict.S: New file.
3344 * gdb.dwarf2/dw2-restrict.c: New file.
3345 * gdb.dwarf2/dw2-restrict.exp: New file.
3346
c9bf0622
TT
33472013-01-14 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.dwarf2/dw2-error.exp: New file.
3350 * gdb.dwarf2/dw2-error.c: New file.
3351 * gdb.dwarf2/dw2-error.S: New file.
3352
5b12a61c
JK
33532013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.cp/parse-lang.cc: New file.
3356 * gdb.cp/parse-lang.exp: New file.
3357
f0a4b570
JK
33582013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3361 (set substitute-path): New test.
3362 (fullname present): Remove content.
3363 (substituted fullname): New test.
3364
f751cc97
JB
33652013-01-13 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3368 check. Move $gdb_py_is_py24 value check right after.
3369
04164e8e
JK
33702013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3373 targets.
3374
5bf480a5
YQ
33752013-01-11 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3378 for dprintf.
3379 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3380 Check the fields in "=breakpoint-created" for dprintf.
3381
f35a17b5
JK
33822012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3383
3384 * gdb.mi/mi-fullname-deleted.exp: New file.
3385
85817405
JK
33862012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3389 expected output.
3390 (info skip with pending file): Remove.
3391 (ignoring function in solib, info skip for function multiply): Update
3392 the expected output.
3393 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3394 (info skip (delete 1), info skip after disabling all)
3395 (info skip after enabling all, info skip after disabling 4 2-3)
3396 (info skip after enabling 2-3, info skip 2-3)
3397 (info skip after deleting 2 3): Update the expected output.
3398 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3399 statement to its initialization and return.
3400 * gdb.linespec/skip-two.exp: New file.
3401
27210e12
DE
34022012-12-19 Doug Evans <dje@google.com>
3403
3404 * gdb.base/maint.exp: Handle testing with .gdb_index.
3405
bb627a12
JB
34062012-12-19 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3409 Cavium to FSF.
3410
7785b880
JB
34112012-12-19 Joel Brobecker <brobecker@adacore.com>
3412
3413 * dg-extract-results.sh: Update contact info in copyright notice.
3414 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3415 GPL v3 or later. Update contact info.
3416 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3417 gdb.threads/watchpoint-fork-mt.c,
3418 gdb.threads/watchpoint-fork-parent.c,
3419 gdb.threads/watchpoint-fork-st.c,
3420 gdb.threads/watchpoint-fork.h: Likewise.
3421
f2a8bc8a
YQ
34222012-12-15 Yao Qi <yao@codesourcery.com>
3423
3424 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3425 'installed' field in '=breakpoint-modified'.
3426 (test_reconnect): Check 'installed' field in
3427 '=breakpoint-modified' and '=breakpoint-created'.
3428
3429 * gdb.trace/actions.exp: Update test for 'installed' field.
3430 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3431 (tracepoint_change_loc_2): Likewise.
3432 Check 'info tracepoint' display nothing else.
3433 * gdb.trace/deltrace.exp: Likewise.
3434 * gdb.trace/infotrace.exp: Likewise.
3435 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3436 Likewise.
3437 * gdb.trace/passcount.exp: Likewise.
3438 * gdb.trace/tracecmd.exp: Likewise.
3439 * gdb.trace/while-stepping.exp: Likewise.
3440
6592e36f
TT
34412012-12-14 Tom Tromey <tromey@redhat.com>
3442
3443 * gdb.cp/member-name.exp: New file.
3444 * gdb.cp/member-name.cc: New file.
3445
7d27a96d
TT
34462012-12-14 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3449
f8c05d0d
DE
34502012-12-14 Doug Evans <dje@google.com>
3451
3452 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3453 DW_OP_GNU_implicit_pointer is section-relative.
3454
451b7c33
TT
34552012-12-14 Tom Tromey <tromey@redhat.com>
3456
43aaf8b6 3457 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 3458
10e339df
PA
34592012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3460
6fdff2c5 3461 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 3462
e780d813
DE
34632012-12-13 Doug Evans <dje@google.com>
3464
3465 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3466 * gdb.multi/multi-arch.exp: Ditto.
3467
ca3dbcc8 34682012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 3469
ca3dbcc8
MG
3470 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3471 catch load test library source file.
3472 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3473 load test source file.
3474 * gdb.mi/mi-catch-load.exp: New. Test file for
3475 basic MI -catch-load and -catch-unload tests.
3476
2960a434
PK
34772012-12-11 Paul Koning <paul_koning@dell.com>
3478
3479 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3480 exception.
3481 (_iterator_except): New function.
3482 (ArrayPrinter): Use _iterator function instead of local _iterator
3483 class for Python 3 compatibility.
3484 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 3485 _iterator.
2960a434
PK
3486 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3487 execfile for Python 3 compatibility.
3488 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3489 format in error_prompt test.
6fdff2c5 3490
9325cb04
PK
34912012-12-10 Paul Koning <paul_koning@dell.com>
3492
3493 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 3494 compatibility.
9325cb04
PK
3495 * gdb.python/py-block.exp: Ditto.
3496 * gdb.python/py-breakpoint.exp: Ditto.
3497 * gdb.python/py-cmd.exp: Ditto.
3498 * gdb.python/py-events.py: Ditto.
3499 * gdb.python/py-finish-breakpoint.py: Ditto.
3500 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3501 * gdb.python/py-finish-breakpoint2.py: Ditto.
3502 * gdb.python/py-frame-inline.exp: Ditto.
3503 * gdb.python/py-frame.exp: Ditto.
3504 * gdb.python/py-infthread.exp: Ditto.
3505 * gdb.python/py-objfile.exp: Ditto.
3506 * gdb.python/py-parameter.exp: Ditto.
3507 * gdb.python/py-progspace.exp: Ditto.
3508 * gdb.python/py-prompt.exp: Ditto.
3509 * gdb.python/py-symbol.exp: Ditto.
3510 * gdb.python/py-symtab.exp: Ditto.
3511 * gdb.python/py-template.exp: Ditto.
3512 * gdb.python/py-value-cc.exp: Ditto.
3513 * gdb.python/python.exp: Ditto.
3514 * gdb.python/source2.py: Ditto.
3515 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3516 compatibility.
9325cb04
PK
3517 Use sorted() function rather than sort() method.
3518 Accept either int or long values for enum values.
3519 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3520 execfile for Python 3 compatibility.
3521 * gdb.python/py-evsignal.exp: Ditto.
3522 * gdb.python/py-evthreads.exp: Ditto.
3523 * gdb.python/py-mi.exp: Ditto.
3524 * gdb.python/py-pp-maint.exp: Ditto.
3525 * gdb.python/py-prettyprint.exp: Ditto.
3526 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3527 Python 3 compatibility.
9325cb04
PK
3528 Skip tests for Python 2.4.
3529 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3530 Python 3 compatibility.
9325cb04
PK
3531 Use byte string rather than character string in memory write test
3532 if Python 3.
3533 * gdb.python/py-pp-maint.py: Change class declarations to "new
3534 class" syntax.
3535 * gdb.python/py-prettyprint.py: Change iterator class to generator
3536 function for Python 3 compatibility.
3537 Make all classes "new style".
3538 Fix indentation issue and stray semicolon.
3539 * gdb.python/py-shared.expChange print syntax for Python 3
3540 compatibility.
3541 Define "long" if Python 3.
3542 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3543 compatibility.
9325cb04
PK
3544 Accept either int or long values for enum values.
3545 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3546 compatibility.
9325cb04
PK
3547 Skip "long" and "unicode" tests if Python 3.
3548 Accept either "type" or "class" in type checks.
3549 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3550 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3551
8b9737bf
TT
35522012-12-10 Tom Tromey <tromey@redhat.com>
3553
3554 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3555 (test): Add "two_cu" argument.
3556 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3557 for types; allow two CUs.
3558
1b80a9fa
JK
35592012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3562 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3563
f0b6d50a
YQ
35642012-12-08 Yao Qi <yao@codesourcery.com>
3565 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3568 '=breakpoint-created' when GDB merges the tracepoints of both
3569 sides.
3570
2f68a895
TT
35712012-12-07 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.base/break1.c (enum some_enum, union some_union): New.
3574 (some_enum_global, some_union_global, some_value): New globals.
3575 * gdb.base/completion.exp: Add tag completion tests.
3576
4fc5d43e
TT
35772012-12-07 Tom Tromey <tromey@redhat.com>
3578
3579 * gdb.base/completion.exp: Add tests for ptype and whatis
3580 completion.
3581
6559e013
JB
35822012-12-07 Joel Brobecker <brobecker@adacore.com>
3583
3584 * gdb.base/stale-infcall.exp: Fix copyright line.
3585
ae2b630d
JB
35862012-12-07 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3589
0ba2eb0f
TT
35902012-12-06 Pedro Alves <palves@redhat.com>
3591 Tom Tromey <tromey@redhat.com>
3592
3593 * gdb.base/exprs.exp: Add tests for cast to void.
3594
731145cb
TT
35952012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3596
3597 * gdb.python/py-mi.exp: Correct expected results for attribute
3598 "dynamic" returned by -var-update.
3599 Add test case for correct handling of "diplayhint" for children
3600 of dynamic varobjs.
3601 * gdb.python/py-prettyprint.c (set_itme): New function.
3602 (bug_14741) New function.
3603 (main) Add call to bug_14741().
3604 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3605
e58fcc15
UW
36062012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3607
3608 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3609 ${binfile}.funcsyms list.
3610
e9eb0d14
YQ
36112012-12-04 Yao Qi <yao@codesourcery.com>
3612
3613 PR gdb/13443
3614 * gdb.trace/actions.exp: Make test messages unique.
3615
4983028c
TT
36162012-11-29 Tom Tromey <tromey@redhat.com>
3617
3618 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3619
ea5e6b0e
UW
36202012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3621
3622 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3623 * gdb.opencl/datatypes.exp: Likewise.
3624 * gdb.opencl/operators.exp: Likewise.
3625 * gdb.opencl/vec_comps.exp: Likewise.
3626
cdde3dfb
JG
36272012-11-29 Jerome Guitton <guitton@adacore.com>
3628
3629 * gdb.ada/iwide: New testcase.
3630
b50d69b5
JG
36312012-11-29 Jerome Guitton <guitton@adacore.com>
3632
3633 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3634 ptype test.
3635
c2d3fccf
JG
36362012-11-29 Jerome Guitton <guitton@adacore.com>
3637
3638 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3639 form {VARIANT_TYPE}ADDRESS.
3640
5edf51fe
YQ
36412012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3642
3643 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3644 (func): New function.
3645 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3646 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3647 pointers to members with pointer-to-function type.
3648
608e2dbb
TT
36492012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3650 Tom Tromey <tromey@redhat.com>
3651
3652 * gdb.base/gnu-debugdata.exp: New file.
3653 * gdb.base/gnu-debugdata.c: New file.
3654 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3655 (gdb_unload): Return 0 on success.
3656
4648e588
JK
36572012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3660
17d6efc4
JB
36612012-11-26 Joel Brobecker <brobecker@adacore.com>
3662
3663 * gdb.base/empty_exe.exp: New testcase.
3664
ace21957
MF
36652012-11-20 Mike Frysinger <vapier@gentoo.org>
3666
3667 * gdb.base/completion.exp: Add test for help aliases completion.
3668
5c401a0a
YQ
36692012-11-20 Yao Qi <yao@codesourcery.com>
3670
3671 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3672 Don't test 'maint set show-debug-regs'.
3673 Use command 'set remotecache' instead of
3674 'set circular-trace-buffer'.
3675
8dea366b
KS
36762012-11-16 Keith Seitz <keiths@redhat.com>
3677
3678 PR c++/13615
3679 * gdb.cp/baseenum.cc: New file.
3680 * gdb.cp/baseenum.exp: New file.
3681 * gdb.cp/derivation.cc (A): Add copyright.
3682 Add a typedef.
3683 (B): Use A::value_type instead of int. Change all references.
3684 (D): Use value_type instead of int. Change all references.
3685 (E): Likewise.
3686 (F); Likewise.
3687 (Z): New class.
3688 (ZZ): New class.
6fdff2c5 3689 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3690 (main): Add instances of Z and ZZ.
3691 Make sure all symbols from N are kept.
3692 * gdb.cp/derivation.exp: Update typedef changes in tests.
3693 Add tests for class typedefs both before and after starting
3694 the inferior.
3695 Add tests for searching for a typedef while stopped in a
3696 method.
3697
5e34c6c3
LM
36982012-11-14 Luis Machado <lgustavo@codesourcery.com>
3699
3700 * gdb.mi/mi-var-create-rtti.c: New file.
3701 * gdb.mi/mi-var-create-rtti.exp: New file.
3702
5e487a5f
LM
37032012-11-14 Luis Machado <lgustavo@codesourcery.com>
3704
3705 * gdb.base/structs3.exp: Run to main before doing any tests.
3706
6d67b990
AB
37072012-11-14 Andrew Burgess <aburgess@broadcom.com>
3708
3709 * gdb.python/py-type.exp: Uniquify test names.
3710
e5d98164
YQ
37112012-11-14 Yao Qi <yao@codesourcery.com>
3712
3713 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3714 (thread_function) [DEBUG]: Call 'printf'.
3715 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3716 command line if 'DEBUG=1' is passed to test.
3717 Remove a pattern to match inferior's output.
3718
62747a60
TT
37192012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3720
3721 * gdb.mi/mi-fill-memory.exp: New test.
3722
18a9fc12
TT
37232012-11-12 Tom Tromey <tromey@redhat.com>
3724
3725 * gdb.base/completion.exp: Update for "info type-printers".
3726 * gdb.python/py-typeprint.cc: New file.
3727 * gdb.python/py-typeprint.exp: New file.
3728 * gdb.python/py-typeprint.py: New file.
3729
bd69fc68
TT
37302012-11-12 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.base/call-sc.exp: Use "ptype/r".
3733 * gdb.base/volatile.exp: Don't expect "int".
3734 * gdb.cp/ptype-flags.cc: New file.
3735 * gdb.cp/ptype-flags.exp: New file.
3736 * gdb.cp/templates.exp: Use ptype/r.
3737 (test_ptype_of_templates, test_template_typedef): Likewise.
3738 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3739 argument. Handle template names and template parameters.
3740 * gdb.mi/mi-var-cmd.exp: Accept "long".
3741 * gdb.mi/mi-var-child.exp: Accept "long".
3742 * gdb.mi/mi-var-display.exp: Accept "long".
3743 * gdb.mi/mi2-var-child.exp: Accept "long".
3744
b3720c3a
TT
37452012-11-12 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3748 "ptype" from calls to cp_test_ptype_class.
3749 (test_enums): Likewise.
3750 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3751 cp_test_ptype_class.
3752 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3753 calls to cp_test_ptype_class.
3754 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3755 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3756 from calls to cp_test_ptype_class.
3757 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3758 command here. Change "in_command" argument to "in_exp".
3759
0d63ecda
KS
37602012-11-10 Keith Seitz <keiths@redhat.com>
3761
3762 PR gdb/14288
3763 * gdb.base/printcmds.c: Add invalid_XXX globals
3764 for repeated byte tests.
3765 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3766 * gdb.base/wchar.c (main): Add and construct a wchar_t
3767 array with repeated characters.
3768 * gdb.base/wchar.exp: Add repeated character tests.
3769
ed8a1c2d
AB
37702012-11-09 Andrew Burgess <aburgess@broadcom.com>
3771
3772 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3773 disassembly output.
3774
9107fc8d
PA
37752012-11-09 Pedro Alves <palves@redhat.com>
3776
3777 PR gdb/14306
3778
3779 * gdb.multi/multi-arch-exec.c: New file.
3780 * gdb.multi/multi-arch-exec.exp: New file.
3781
558a9d82
YQ
37822012-11-09 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3785 (top level): Call it.
3786
e714f336
YQ
37872012-11-09 Yao Qi <yao@codesourcery.com>
3788
3789 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3790 typo.
3791
6ecd4729
PA
37922012-11-09 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.multi/multi-arch.exp: New.
3795
9015683b
TT
37962012-11-08 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3799 core files, if possible.
3800 * gdb.base/siginfo-thread.c: New file
3801 * gdb.base/siginfo-thread.exp: New file
3802
ea9f10bb
TT
38032012-11-08 Tom Tromey <tromey@redhat.com>
3804
3805 * gdb.base/comprdebug.exp: New file.
3806
f6592439
PA
38072012-11-06 Pedro Alves <palves@redhat.com>
3808
3809 PR gdb/14810
3810
3811 * gdb.base/disabled-location.c: New file.
3812 * gdb.base/disabled-location.exp: New file.
3813
2d338fa9
TT
38142012-11-06 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3817 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3818 gdb_gcore_cmd.
3819 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3820 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3821 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3822 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3823 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3824 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3825 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3826 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3827 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3828
68c9da30
PA
38292012-11-05 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3832 procedure.
3833 (do_vfork_and_follow_child_tests_exec)
3834 (do_vfork_and_follow_child_tests_exit): Call it.
3835
a7c8c931
PA
38362012-11-05 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3839 fails.
3840
6f6484cd
YQ
38412012-11-03 Yao Qi <yao@codesourcery.com>
3842
3843 Fix PR gdb/14617.
3844 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3845 Remove setup_kfail, and update test.
3846
b45627a0
TT
38472012-11-02 Tom Tromey <tromey@redhat.com>
3848
3849 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3850 test.
3851
f50f4e56
PA
38522012-11-02 Pedro Alves <palves@redhat.com>
3853
3854 PR gdb/14766
3855
3856 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3857 setup_kfail.
3858 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3859 get registers".
3860
71ce889d
PA
38612012-11-02 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/foll-vfork-exit.c: New file.
3864 * gdb.base/foll-vfork.exp (top level): New file-describing
3865 comment.
3866 (vfork_child_follow_to_exit): New procedure.
3867 (tcatch_vfork_then_child_follow): Rename as ...
3868 (tcatch_vfork_then_child_follow_exec): ... this.
3869 (tcatch_vfork_then_child_follow_exit): New procedure.
3870 (do_vfork_and_follow_parent_tests): New procedure, factored out
3871 from do_vfork_and_exec_tests.
3872 (do_vfork_and_follow_child_tests_exec): Ditto.
3873 (do_vfork_and_exec_tests): Delete.
3874 (do_vfork_and_follow_child_tests_exit): New procedure.
3875 (top level): Run tests with both the program that has the vfork
3876 child execing, and the program has the vfork child exiting.
3877
1e35b1a9
PA
38782012-11-02 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3881 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3882 (vfork_parent_follow_to_bp): Call it.
3883 (kill_child): Delete.
3884 (vfork_and_exec_child_follow_to_main_bp)
3885 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3886 longer call kill_child.
3887 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3888 (do_vfork_and_exec_tests): Don't runto_main before calling each
3889 test procedure.
3890 (top level): Don't clean restart and set verbose before running
3891 each test procedure.
3892
38932012-11-02 Pedro Alves <palves@redhat.com>
3894
3895 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3896 (vfork_parent_follow_to_bp)
3897 (vfork_and_exec_child_follow_to_main_bp)
3898 (vfork_and_exec_child_follow_through_step)
3899 (tcatch_vfork_then_parent_follow)
3900 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3901 Use with_test_prefix.
3902
39032012-11-02 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.base/foll-vfork.c: Add copyright header.
3906 * gdb.base/vforked-prog.c: Add copyright header.
3907
39082012-11-02 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/foll-vfork.exp
3911 (vfork_and_exec_child_follow_through_step): Don't skip on
3912 non-HP/UX targets. Expect the next to only step one line on
3913 non-HP/UX targets, rather than stopping only after the exec.
3914
39152012-11-02 Pedro Alves <palves@redhat.com>
3916
3917 Don't hard code line numbers.
3918
3919 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3920 Expect text from the sources instead of a line number.
3921 (vfork_parent_follow_to_bp)
3922 (vfork_and_exec_child_follow_to_main_bp)
3923 (vfork_and_exec_child_follow_through_step)
3924 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3925 Use gdb_get_line_number.
3926
39272012-11-02 Pedro Alves <palves@redhat.com>
3928
3929 Modernize.
3930
3931 * gdb.base/foll-vfork.exp: Use standard_testfile and
3932 build_executable. Pass descriptive string to untested.
3933 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3934 (vfork_and_exec_child_follow_to_main_bp)
3935 (vfork_and_exec_child_follow_through_step)
3936 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3937 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3938 of send_gdb/gdb_expect.
3939
3940 (kill_child): New procedure.
3941 (vfork_and_exec_child_follow_to_main_bp)
3942 (vfork_and_exec_child_follow_through_step): Use it.
3943
f0559fff
YQ
39442012-11-02 Yao Qi <yao@codesourcery.com>
3945
3946 * gdb.base/setvar.exp: Test setting nested struct.
3947 * gdb.base/setvar.c (v_struct3): New.
3948
c207c6da
DE
39492012-11-01 Doug Evans <dje@google.com>
3950
3951 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3952 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3953 use them.
3954
2f27adfe
AB
39552012-10-31 Andrew Burgess <aburgess@broadcom.com>
3956
3957 PR cli/14772
3958 * gdb.base/gnu_vector.c (union_with_vector_1)
3959 (struct_with_vector_1): Add new struct and union for testing
3960 ptype.
3961 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3962 structs / unions containing vectors.
3963
bb662ca6
YQ
39642012-10-25 Yao Qi <yao@codesourcery.com>
3965
3966 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3967 'setup_kfail' instead of 'setup_kfail_for_target'.
3968 * gdb.base/varargs.exp: Likewise.
3969 * lib/gdb.exp (setup_kfail_for_target): Remove.
3970
635d23ff
MK
39712012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3972
3973 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3974
afdb064f
MK
39752012-10-25 Mark Kettenis <kettenis@gnu.org>
3976
3977 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3978
d99dcf51
JB
39792012-10-24 Joel Brobecker <brobecker@adacore.com>
3980
3981 * gdb.ada/set_wstr: New testcase.
3982
32560274
JB
39832012-10-24 Joel Brobecker <brobecker@adacore.com>
3984
3985 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3986
5ded5331
JB
39872012-10-24 Joel Brobecker <brobecker@adacore.com>
3988
3989 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3990
d8d84291
MK
39912012-10-24 Mark Kettenis <kettenis@gnu.org>
3992
3993 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3994
6e933c51
JK
39952012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 * gdb.base/callfuncs.exp (do_function_calls): Fix
3998 setup_kfail_for_target for -m32 mode.
3999
274bd000
MK
40002012-10-23 Mark Kettenis <kettenis@gnu.org>
4001
4002 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4003 are now fixed.
4004
545f743d
YQ
40052012-10-23 Yao Qi <yao@codesourcery.com>
4006
4007 * gdb.base/info-os.exp: Resume the inferior until it exits.
4008
48b56b6a 40092012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4010
99c7d5a8 4011 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4012 * gdb.base/print-file-var.exp: Likewise.
4013 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4014
8de0566d
YQ
40152012-10-17 Yao Qi <yao@codesourcery.com>
4016
4017 * gdb.mi/mi-memory-changed.exp: New.
4018
44883546
YQ
40192012-10-16 Yao Qi <yao@codesourcery.com>
4020
4021 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4022 returns true.
4023 Call gdb_load_shlibs.
4024 * gdb.reverse/solib-reverse.exp: Likewise.
4025
345f514a
KS
40262012-10-15 Keith Seitz <keiths@redhat.com>
4027
4028 * lib/cp-support.exp (cp_test_ptype_class): Add support
4029 for class typedefs.
4030
4031 * gdb.cp/derivation.exp: Add tests for g_instance.
4032
9e3a7d65
JK
40332012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 Fix entry values resolving in inlined frames.
4036 * gdb.arch/amd64-entry-value-inline.S: New file.
4037 * gdb.arch/amd64-entry-value-inline.c: New file.
4038 * gdb.arch/amd64-entry-value-inline.exp: New file.
4039
21a7b089
JK
40402012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4041 Doug Evans <dje@google.com>
4042
4043 Fix recent gdb_breakpoint regression.
4044 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4045 braces from the parameter.
4046 * gdb.java/jprint.exp: Likewise.
4047
2c47921e
DE
40482012-10-15 Doug Evans <dje@google.com>
4049
4050 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4051
89398707
JB
40522012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4053
4054 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4055
801e4185
TT
40562012-10-15 Tom Tromey <tromey@redhat.com>
4057
4058 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4059
74f910c8
TT
40602012-10-15 Tom Tromey <tromey@redhat.com>
4061
4062 * gdb.python/py-symbol.exp: Test symbol destructor.
4063
91567807
YQ
40642012-10-14 Yao Qi <yao@codesourcery.com>
4065
4066 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4067 * gdb.mi/mi-cli.exp: New.
4068
4069 * gdb.mi/mi2-basics.exp: Remove.
4070 * gdb.mi/mi2-break.exp: Remove.
4071 * gdb.mi/mi2-console.exp: Remove.
4072 * gdb.mi/mi2-disassemble.exp: Remove.
4073 * gdb.mi/mi2-eval.exp: Remove.
4074 * gdb.mi/mi2-file.exp: Remove.
4075 * gdb.mi/mi2-hack-cli.exp: Remove.
4076 * gdb.mi/mi2-pthreads.exp: Remove.
4077 * gdb.mi/mi2-read-memory.exp: Remove.
4078 * gdb.mi/mi2-regs.exp: Remove.
4079 * gdb.mi/mi2-return.exp: Remove.
4080 * gdb.mi/mi2-simplerun.exp: Remove.
4081 * gdb.mi/mi2-stack.exp: Remove.
4082 * gdb.mi/mi2-stepi.exp: Remove.
4083 * gdb.mi/mi2-syn-frame.exp: Remove.
4084 * gdb.mi/mi2-until.exp: Remove.
4085 * gdb.mi/mi2-watch.exp: Remove.
4086 * gdb.mi/mi2-var-block.exp: Remove.
4087 * gdb.mi/mi2-var-cmd.exp: Remove.
4088 * gdb.mi/mi2-var-display.exp: Remove.
4089
87332029
YQ
40902012-10-12 Yao Qi <yao@codesourcery.com>
4091
4092 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4093 trail '.*' on matching patterns.
4094
11fc9057
L
40952012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4096
4097 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4098 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4099 * gdb.arch/i386-disp-step.exp: Likewise.
4100 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4101 * gdb.arch/i386-prologue.exp: Likewise.
4102 * gdb.arch/i386-size-overlap.exp: Likewise.
4103 * gdb.arch/i386-size.exp: Likewise.
4104 * gdb.arch/i386-unwind.exp: Likewise.
4105
7d46bcdc
L
41062012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4107
4108 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4109 * gdb.arch/i386-word.exp: Likewise.
4110
31224d9d
L
41112012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4112
4113 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4114 is_ilp32_target to set nr_regs.
4115 * gdb.arch/i386-sse.exp: Likewise.
4116
5b7d0050
DE
41172012-10-11 Doug Evans <dje@google.com>
4118
7c09e5a0
DE
4119 PR breakpoints/14643.
4120 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4121 * gdb.linespec/thread.c: New file.
4122 * gdb.linespec/thread.exp: New file.
4123
5b7d0050
DE
4124 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4125 Recognize "message" -> print pass and fail. Add eof case.
4126 (runto): Recognize message, no-message. Print pass/fail if requested,
4127 with same treatment as gdb_breakpoint.
4128 (runto_main): Pass no-message to runto.
4129 (gdb_internal_error_resync): Add log message.
4130 (gdb_file_cmd): Tweak internal error fail text for consistency.
4131
2e24f4aa
JK
41322012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 Fix crash during stepping on ppc32.
4135 * gdb.base/step-symless.c: New file.
4136 * gdb.base/step-symless.exp: New file.
4137
aa14df25
DE
41382012-10-03 Doug Evans <dje@google.com>
4139
4140 PR symtab/14601
4141 * gdb.cp/using-crash.exp: New file.
4142 * gdb.cp/using-crash.cc: New file.
4143
975531db
DE
41442012-10-02 Doug Evans <dje@google.com>
4145
4146 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4147 more consistent.
4148 (runto,gdb_debug_format): Ditto.
4149 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4150 Clean up logging and error messages.
4151
b3dc46ff
AB
41522012-10-01 Andrew Burgess <aburgess@broadcom.com>
4153
4154 Test find command on unmapped memory.
4155 * gdb.base/find-unmapped.c: New file.
4156 * gdb.base/find-unmapped.exp: New file.
4157
45814d45
YQ
41582012-09-29 Yao Qi <yao@codesourcery.com>
4159
4160 * gdb.trace/mi-tracepoint-changed.exp: New.
4161 * gdb.mi/mi-breakpoint-changed.exp: New.
4162 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4163 * gdb.mi/pendshr2.c: New.
4164
4c2786ba
YQ
41652012-09-28 Yao Qi <yao@codesourcery.com>
4166
4167 * gdb.mi/pr11022.exp: New.
4168 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4169
7977e5d2
TT
41702012-09-27 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.cp/derivation.exp: Add regression test.
4173 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4174 V_derived): New.
4175 (vderived): New global.
4176
0971de02
TT
41772012-09-26 Tom Tromey <tromey@redhat.com>
4178
4179 * gdb.dwarf2/dw2-common-block.S: New file.
4180 * gdb.dwarf2/dw2-common-block.exp: New file.
4181
4357ac6c
TT
41822012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 * gdb.fortran/common-block.exp: New file.
4185 * gdb.fortran/common-block.f90: New file.
4186
6f380991
AB
41872012-09-26 Andrew Burgess <aburgess@broadcom.com>
4188
4189 * gdb.base/duplicate-bp.c: New file.
4190 * gdb.base/duplicate-bp.exp: New file.
4191
8ae551cf
YQ
41922012-09-26 Yao Qi <yao@codesourcery.com>
4193
4194 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4195
4196 Revert:
4197 2012-09-21 Yao Qi <yao@codesourcery.com>
4198
4199 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4200
318102b9
SP
42012012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4202
4203 * gdb.base/longest-types.c: New test case.
4204 * gdb.base/longest-types.exp: New test case.
4205
a1e5fd69
YQ
42062012-09-25 Yao Qi <yao@codesourcery.com>
4207
4208 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4209
04e7407c
JK
42102012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 Fix internal error on canonicalization of clang types.
4213 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4214 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4215 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4216
9bf4bce9
JK
42172012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4218
4219 Fix disassemble without parameters in tailcall frame.
4220 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4221
2603f7ee
AB
42222012-09-21 Andrew Burgess <aburgess@broadcom.com>
4223
4224 * gdb.dwarf2/dw2-op-out-param.S: New file.
4225 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4226
a3569abd
YQ
42272012-09-21 Yao Qi <yao@codesourcery.com>
4228
4229 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4230
a065d7af
YQ
42312012-09-21 Yao Qi <yao@codesourcery.com>
4232
4233 * gdb.mi/mi-cli.exp: Remove.
4234 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4235
15544bd9
YQ
42362012-09-21 Yao Qi <yao@codesourcery.com>
4237
4238 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4239 "=record-started" notification.
4240
82a90ccf
YQ
42412012-09-21 Yao Qi <yao@codesourcery.com>
4242
4243 * gdb.mi/mi-record-changed.exp: New.
4244 * gdb.mi/mi-reverse.exp: Adjust expected output.
4245
d7de8e3c
TT
42462012-09-20 Tom Tromey <tromey@redhat.com>
4247
4248 * gdb.python/python.exp: Test atexit.register.
4249
1aa99537
DE
42502012-09-20 Doug Evans <dje@google.com>
4251
05eade73
DE
4252 * boards/dwarf4-gdb-index.exp: New file.
4253
1aa99537
DE
4254 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4255 while running the tests.
4256
4ae24af0
JB
42572012-09-18 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.ada/bp_reset: New testcase.
4260
bb25a15c
YQ
42612012-09-18 Yao Qi <yao@codesourcery.com>
4262
4263 * gdb.trace/mi-tsv-changed.exp: New.
4264
201b4506
YQ
42652012-09-18 Yao Qi <yao@codesourcery.com>
4266
4267 * gdb.trace/mi-traceframe-changed.exp: New.
4268
6fc1c773
YQ
42692012-09-17 Yao Qi <yao@codesourcery.com>
4270
4271 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4272 when it is less than 0.
4273
1ab3b62c
JK
42742012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 PR 14119
4277 * gdb.arch/amd64-tailcall-ret.S: New file.
4278 * gdb.arch/amd64-tailcall-ret.c: New file.
4279 * gdb.arch/amd64-tailcall-ret.exp: New file.
4280 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4281 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4282 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4283
acf9414f
JK
42842012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 PR 14548
4287 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4288 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4289 * gdb.reverse/singlejmp-reverse.S: New file.
4290 * gdb.reverse/singlejmp-reverse.c: New file.
4291 * gdb.reverse/singlejmp-reverse.exp: New file.
4292
666b578b
JK
42932012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 Fix compatibility with old GCC (~4.1).
4296 * gdb.cp/converts.cc (my_enum_var): New variable.
4297
42056501
AB
42982012-09-14 Andrew Burgess <aburgess@broadcom.com>
4299
4300 * gdb.xml/tdesc-regs.exp: Update expected output for new
4301 vector_size syntax of vector types.
4302
b9516fa1
YPK
43032012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4304
4305 Refactor Python "gdb" module into a proper Python package, by
4306 introducing a new "_gdb" module for code implemented in C, and
4307 using reload/__import__ instead of exec.
4308 * gdb.python/python.exp (Test stderr location): Update module
4309 location of GDB-specific sys.stderr.
4310 (Test stdout location): Ditto for sys.stdout.
4311
18dc9ad8
JK
43122012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4315
ea3a9873
KS
43162012-09-12 Keith Seitz <keiths@redhat.com>
4317
4318 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4319 conversion statement.
4320
5941debb
DE
43212012-09-12 Doug Evans <dje@google.com>
4322
4323 * gdb.base/help.exp: Remove testing of individual command help text,
4324 too much of a maintenance burden. Instead, test the functionality
4325 of "help" itself.
4326
cfc35e02
DE
43272012-09-11 Doug Evans <dje@google.com>
4328
3a0ed5d7
DE
4329 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4330 breakpoint.
4331
cfc35e02
DE
4332 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4333 * gdb.dwarf2/fission-reread.S: Ditto.
4334 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4335 * gdb.dwarf2/fission-reread.exp: Ditto.
4336
350b1b26
AB
43372012-09-11 Andrew Burgess <aburgess@broadcom.com>
4338
4339 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4340
2fa15f23
JB
43412012-09-10 Joel Brobecker <brobecker@adacore.com>
4342
4343 * gdb.ada/optim_drec: New testcase.
4344
09be558e
DE
43452012-09-10 Doug Evans <dje@google.com>
4346
4347 * boards/fission.exp: Explicitly mark "board" as not remote.
4348
5b4f6e25
KS
43492012-09-10 Keith Seitz <keiths@redhat.com>
4350
4351 PR gdb/13483
4352 * gdb.cp/converts.cc (A::A): Add ctor.
4353 (A::member_): Add member.
4354 (enum my_enum): New enumeration.
4355 (main): Add calls to foo1_7 with various
4356 permitted arguments.
4357 * gdb.cp/converts.exp: Add tests for boolean
4358 conversions permitted by the standard.
4359
b4ca5ed9
YPK
43602012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4361
4362 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4363 avoid spurious results due to ~/.gdbinit.
4364 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4365 $INTERNAL_GDBFLAGS in run command.
4366 * gdb.gdb/observer.exp (setup_test): Ditto.
4367 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4368 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4369
d54b30bb
DE
43702012-09-06 Doug Evans <dje@google.com>
4371
14910956
DE
4372 * boards/fission.exp: New file.
4373
d54b30bb
DE
4374 * gdb.python/py-value.exp: Use clean_restart.
4375
91b253e1
DE
43762012-09-05 Doug Evans <dje@google.com>
4377
4378 * gdb.base/info-macros.c: Fix whitespace.
4379
1292279a
PA
43802012-08-28 Pedro Alves <palves@redhat.com>
4381
4382 PR gdb/14428
4383
4384 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4385
1c8cdcb1
JK
43862012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 * gdb.base/break-caller-line.c: New file.
4389 * gdb.base/break-caller-line.exp: New file.
4390
1e8e8b51
JK
43912012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4394 * gdb.arch/i386-cfi-notcurrent.S: New file.
4395 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4396
1591a1e8
PA
43972012-08-27 Wei-cheng Wang <cole945@gmail.com>
4398 Yao Qi <yao@codesourcery.com>
4399 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4402 New procedures.
4403 (top level): Add overlap checking tests.
4404
4442ada7
TT
44052012-08-24 Tom Tromey <tromey@redhat.com>
4406
4407 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4408 gdb_test_multiple fails for other reasons.
4409
e7d50cc9
YQ
44102012-08-24 Yao Qi <yao@codesourcery.com>
4411
4412 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4413
dfbd5e7b
PA
44142012-08-23 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.base/help.exp: Adjust to "handle" help text change.
4417
8d735b87
YQ
44182012-08-23 Yao Qi <yao@codesourcery.com>
4419
4420 * gdb.trace/disconnected-tracing.c (start, end): New.
4421 (main): Call start and end.
4422 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4423 existing tests into this proc.
4424 (disconnected_tfind): New.
4425
61b1d759
YQ
44262012-08-23 Yao Qi <yao@codesourcery.com>
4427
4428 * boards/native-gdbserver.exp (${board}_upload): New.
4429 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4430 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4431 Execute tfile on remote target.
4432 Copy trace file from target to host.
4433
6ca1b147
JM
44342012-08-22 Joseph Myers <joseph@codesourcery.com>
4435
4436 * gdb.arch/thumb-bx-pc.S: New file.
4437 * gdb.arch/thumb-bx-pc.exp: New file.
4438
706e3705
TT
44392012-08-22 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.base/maint.exp: Update.
4442
b4893d48
TT
44432012-08-22 Tom Tromey <tromey@redhat.com>
4444
4445 * lib/gdb.exp (skip_unwinder_tests): New proc.
4446 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4447 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4448
45b7da81
TT
44492012-08-21 Tom Tromey <tromey@redhat.com>
4450
4451 * gdb.hp/gdb.aCC/exception.exp: Remove.
4452
f94363d7
AP
4453012-08-19 Andrew Pinski <apinski@cavium.com>
4454
4455 * gdb.arch/mips-octeon-bbit.c: New file.
4456 * gdb.arch/mips-octeon-bbit.exp: New Test.
4457
e5afdbd7
KS
4458012-08-19 Keith Seitz <keiths@redhat.com>
4459
4460 PR c++/14365
4461 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4462 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4463
c29e8b64
JK
44642012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4465
4466 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4467 verbose -log by more specific untested call.
4468
15a7e7bc
YQ
44692012-08-18 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.trace/tfind.exp: Move tests on various command help before
4472 checking target supports trace.
4473 Fix the expected output of 'help tfind end'.
4474
a451cb65
KS
44752012-08-17 Keith Seitz <keiths@redhat.com>
4476
4477 PR c++/13356
4478 * gdb.base/default.exp: Update all "check type" tests.
4479 * gdb.base/help.exp: Likewise.
4480 * gdb.base/setshow.exp: Likewise.
4481 * gdb.cp/converts.cc (foo1_type_check): New function.
4482 (foo2_type_check): New function.
4483 (foo3_type_check): New function.
4484 (main): Call new functions.
4485 * converts.exp: Add tests for integer-to-pointer conversions
4486 with/without strict type-checking.
4487
dbf6a605
MF
44882012-08-16 Mike Frysinger <vapier@gentoo.org>
4489
4490 * gdb.base/help.exp: Update expected output.
4491
0c92d8c1
JB
44922012-08-16 Joel Brobecker <brobecker@adacore.com>
4493
4494 * gdb.ada/rdv_wait: New testcase.
4495
e56f7f42
JK
44962012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4499
f47f77df
DE
45002012-08-13 Doug Evans <dje@google.com>
4501
e202d6e8 4502 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4503 * gdb.base/default.exp: Update expected output of "show convenience".
4504
a72c3253
DE
45052012-08-10 Doug Evans <dje@google.com>
4506
4507 * gdb.python/py-strfns.c: New file.
4508 * gdb.python/py-strfns.exp: New file.
4509 * gdb.python/py-type.exp (test_fields): Add vector tests.
4510
de0bea00
MF
45112012-08-10 Mike Frysinger <vapier@gentoo.org>
4512
4513 PR cli/10436:
4514 * gdb.base/completion.exp: Add tests for handle completion.
4515
5b9afe8a
YQ
45162012-08-09 Yao Qi <yao@codesourcery.com>
4517
4518 * gdb.mi/mi-cmd-param-changed.exp: New.
4519 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4520 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4521 * gdb.mi/mi2-prompt.exp: Likewise.
4522
4f485ebc
DE
45232012-08-08 Doug Evans <dje@google.com>
4524
4525 * gdb.base/debug-expr.c: New file.
4526 * gdb.base/debug-expr.exp: New file.
4527 * gdb.base/exprs.exp: Test {type} casts.
4528 * gdb.cp/debug-expr.exp: New file.
4529
5888842d
JK
45302012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4533 global variable loop, not a 'break'. Add loop count limit to 100.
4534 Add new fail case for terminated vgdb.
4535
4f69f4c2
JK
45362012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4537 Jean-Marc Saffroy <saffroy@gmail.com>
4538
4539 PR 11804
4540 * gdb.base/gcore-relro.exp: New file.
4541 * gdb.base/gcore-relro-main.c: New file.
4542 * gdb.base/gcore-relro-lib.c: New file.
4543
e2de5390
JK
45442012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 Do not false FAIL with old GCCs.
4547 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4548 GCC < 4.5 in $no_hw mode.
4549
606603c5
JK
45502012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4553
777f26c2
JK
45542012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 * gdb.base/list.exp (test_only_end): New function.
4557 Call it.
4558
2c12abee
TT
45592012-08-06 Tom Tromey <tromey@redhat.com>
4560
4561 * gdb.python/py-mi.exp: Add test for printer whose children
4562 are a list.
4563 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4564 (main): New variable children_as_list.
4565 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4566 New.
4567 (register_pretty_printers): Register new printer.
4568
0eae2cf4
EBM
45692012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4570
4571 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4572 symbols. Abort if vgdb remote connection is closed.
4573
09e0881d
DE
45742012-08-02 Doug Evans <dje@google.com>
4575
4576 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4577
b40f514f
SDJ
45782012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4579
4580 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4581 s390x, PowerPC 64 and m68k-linux.
4582
11315ae0
UW
45832012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4584
4585 * gdb.base/annota1.exp: Accept no frames-invalid notification
4586 when starting up the program.
4587 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4588 show a symbolic value as well.
4589 * gdb.server/server-exec-info.exp: Skip test when skipping
4590 gdbserver test and/or when skipping shared library tests.
4591 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4592 avoid name conflicts with other tests.
4593
0547eeed
UW
45942012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4595
4596 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4597 Fix wrong output on big-endian systems.
4598 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4599 4-byte pointer types on 64-bit s390x.
4600
bdddb4de
UW
46012012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4604 marker comment at the beginning (after intialization).
4605 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4606 breakpoint on marker comment instead of function begin.
4607 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4608 PowerPC.
4609 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4610 or 64-bit PowerPC.
4611 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4612 gdb,no_hardware_watchpoints flag is set.
4613 (initialize): Remove now redundant can-use-hw-watchpoints change.
4614
5d206025
YQ
46152012-08-02 Yao Qi <yao@codesourcery.com>
4616 Pedro Alves <palves@redhat.com>
4617
4618 * boards/local-remote-host.exp: New.
4619
4f665099
UW
46202012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4621
4622 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4623 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4624 * gdb.base/print-file-var.exp: Likewise.
4625 * gdb.server/solib-list.exp: Skip on remote targets.
4626
b62e2b27
UW
46272012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4628
4629 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4630 watchpoints on ARM. When expecting software watchpoints, tolerate
4631 (remote) targets that report unsupported hardware watchpoint only
4632 at continue time.
4633 (test_wide_location_2): Likewise.
4634
a967a851
JK
46352012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4638 valgrind versions.
4639
75d9f9ff 46402012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4641
4642 * gdb.base/valgrind-infcall.c: New file.
4643 * gdb.base/valgrind-infcall.exp: New file.
4644
75d9f9ff
JK
4645 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4646
1c9f2ed2
KS
46472012-07-30 Keith Seitz <keiths@redhat.com>
4648
4649 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4650 linespecs.
4651
7f9b2034
DE
46522012-07-30 Doug Evans <dje@google.com>
4653
85220e01
DE
4654 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4655 * gdb.dwarf2/pr13961.S: Ditto.
4656
7f9b2034
DE
4657 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4658
4e969b4f
AB
46592012-07-30 Andrew Burgess <aburgess@broadcom.com>
4660
4661 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4662 change its format immediately after reloading the binary.
4663
e7de8362
JK
46642012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 Fix testsuite regression after --use-deprecated-index-sections removal.
4667 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4668 string.
4669 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4670
7255706c
YQ
46712012-07-27 Yao Qi <yao@codesourcery.com>
4672
4673 KFAIL for PR remote/14161.
4674 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4675 Cleanup socket files.
4676 (strace_info_marker): Detach inferior.
4677
f2e8016f
TT
46782012-07-26 Tom Tromey <tromey@redhat.com>
4679
6fdff2c5 4680 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4681
f66713d2
JK
46822012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4683
4684 * gdb.python/py-inferior.c (thread): New function.
4685 (check_threads): New function.
4686 (test_threads): New function.
4687 * gdb.python/py-inferior.exp: Added test.
4688 Replaced runto with continue to breakpoint.
4689
8223e12c
TT
46902012-07-26 Tom Tromey <tromey@redhat.com>
4691
4692 * lib/ada.exp (standard_ada_testfile): New proc.
4693 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4694 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4695 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4696 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4697 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4698 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4699 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4700 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4701 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4702 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4703 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4704 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4705 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4706 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4707 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4708 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4709 * gdb.ada/complete.exp: Use standard_ada_testfile.
4710 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4711 standard_output_file.
4712 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4713 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4714 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4715 standard_output_file.
4716 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4717 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4718 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4719 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4720 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4721 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4722 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4723 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4724 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4725 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4726 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4727 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4728 * gdb.ada/interface.exp: Use standard_ada_testfile.
4729 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4730 standard_output_file
4731 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4732 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4733 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4734 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4735 * gdb.ada/nested.exp: Use standard_ada_testfile.
4736 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4737 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4738 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4739 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4740 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4741 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4742 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4743 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4744 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4745 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4746 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4747 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4748 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4749 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4750 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4751 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4752 * gdb.ada/start.exp: Use standard_ada_testfile.
4753 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4754 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4755 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4756 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4757 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4758 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4759 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4760 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4761 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4762 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4763 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4764 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4765 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4766 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4767
bbec57e4
JK
47682012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 Fix testsuite regression after --use-deprecated-index-sections removal.
4771 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4772
9cc8e32c
JK
47732012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 Fix compatibility with Tcl before 7.5.
4776 * lib/future.exp (lreverse): New function if it does not exist.
4777
ea5ca7b5
MK
47782012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4779
4780 * gdb.mi/mi-pending.c: New method to set a second pending
4781 breakpoint.
4782 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4783 condition.
4784
64776a0b
PA
47852012-07-20 Pedro Alves <palves@redhat.com>
4786
4787 PR threads/11692
4788 PR gdb/12203
4789
4790 * gdb.threads/create-fail.c: New file.
4791 * gdb.threads/create-fail.exp: New file.
4792
13e4e967
PA
47932012-07-19 Pedro Alves <palves@redhat.com>
4794
4795 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4796 * config/vx.exp (gdb_start): Likewise.
4797 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4798 * gdb.base/setvar.exp (test_set): Likewise.
4799 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4800 * gdb.reverse/sigall-precsave.exp: Likewise.
4801 * gdb.reverse/sigall-reverse.exp: Likewise.
4802
b7aefa4d
PA
48032012-07-19 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4806 handler before recording.
4807
608b4967
TT
48082012-07-19 Tom Tromey <tromey@redhat.com>
4809
4810 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4811 * gdb.cp/casts.cc (decltype): New function.
4812 (main): Use it.
4813
b1e0c0fa
PA
48142012-07-19 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.base/sigall.exp (signals): New list.
4817 <top level>: Loop over signals in the $signals list instead of
4818 calling a test function once per signal.
4819 * gdb.reverse/sigall-precsave.exp (signals): New list.
4820 <top level>: Loop over signals in the $signals list instead of
4821 calling a test function once per signal.
4822 * gdb.reverse/sigall-reverse.exp (signals): New list.
4823 <top level>: Loop over signals in the $signals list instead of
4824 calling a test function once per signal.
4825
6ace3df1
YQ
48262012-07-19 Yao Qi <yao@codesourcery.com>
4827
4828 * gdb.base/setshow.exp: Test 'set args ~'.
4829
263a0f8c
JK
48302012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4831
4832 * gdb.base/store.exp (check_set): Import gdb_prompt.
4833 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4834 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4835
8f043999
JK
48362012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 PR 11914
4839 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4840 (main): Call eval_sub.
4841 * gdb.python/py-prettyprint.exp:
4842 (python execfile ('py-prettyprint.py')): Move it earlier.
4843 New breakpoint for eval-break.
4844 (continue to breakpoint: eval-break, info locals): New test.
4845 (python execfile ('py-prettyprint.py')): Move it from here.
4846 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4847 (register_pretty_printers): Register pp_eval_type.
4848
725c7b66
JK
48492012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4850
4851 Fix a testcase regression by me.
4852 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4853 DW_FORM_data4.
4854
4359dff1
JK
48552012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4856 Doug Evans <dje@google.com>
4857
4858 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4859 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4860
61e44cfa
JK
48612012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 Fix gdbserver run regression.
4864 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4865
93c0ef37
TT
48662012-07-12 Tom Tromey <tromey@redhat.com>
4867
4868 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4869 (clean_restart): Likewise.
4870 (core_find): Use standard_output_file.
4871
76027ef5
TT
48722012-07-12 Tom Tromey <tromey@redhat.com>
4873
4874 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4875 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4876 prepare_for_testing_full.
4877 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4878 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4879 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4880 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4881 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4882 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4883 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4884 prepare_for_testing_full.
4885 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4886 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4887 prepare_for_testing_full.
4888 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4889 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4890 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4891
85b4440a
TT
48922012-07-12 Tom Tromey <tromey@redhat.com>
4893
4894 * lib/gdb.exp (build_executable_from_specs): New proc, from
4895 build_executable.
4896 (build_executable): Use it.
4897 (prepare_for_testing_full): New proc.
4898
55baab26
TT
48992012-07-11 Tom Tromey <tromey@redhat.com>
4900
4901 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4902 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4903 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4904 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4905 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4906 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4907 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4908 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4909 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4910 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4911
298a9cf0
TT
49122012-07-10 Tom Tromey <tromey@redhat.com>
4913
4914 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4915 standard_output_file.
4916 * gdb.mi/gdb2549.exp: Use standard_testfile.
4917 * gdb.mi/gdb669.exp: Use standard_testfile.
4918 * gdb.mi/gdb701.exp: Use standard_testfile.
4919 * gdb.mi/gdb792.exp: Use standard_testfile.
4920 * gdb.mi/mi-async.exp: Use standard_testfile.
4921 * gdb.mi/mi-basics.exp: Use standard_testfile.
4922 * gdb.mi/mi-break.exp: Use standard_testfile.
4923 * gdb.mi/mi-cli.exp: Use standard_testfile.
4924 * gdb.mi/mi-console.exp: Use standard_testfile.
4925 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4926 * gdb.mi/mi-eval.exp: Use standard_testfile.
4927 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4928 * gdb.mi/mi-file.exp: Use standard_testfile.
4929 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4930 * gdb.mi/mi-logging.exp: Use standard_testfile.
4931 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4932 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4933 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4934 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4935 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4936 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4937 * gdb.mi/mi-pending.exp: Use standard_testfile,
4938 standard_output_file.
4939 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4940 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4941 * gdb.mi/mi-regs.exp: Use standard_testfile.
4942 * gdb.mi/mi-return.exp: Use standard_testfile.
4943 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4944 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4945 * gdb.mi/mi-solib.exp: Use standard_testfile,
4946 standard_output_file.
4947 * gdb.mi/mi-stack.exp: Use standard_testfile.
4948 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4949 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4950 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4951 * gdb.mi/mi-until.exp: Use standard_testfile.
4952 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4953 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4954 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4955 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4956 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4957 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4958 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4959 standard_output_file.
4960 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4961 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4962 * gdb.mi/mi-watch.exp: Use standard_testfile.
4963 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4964 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4965 * gdb.mi/mi2-break.exp: Use standard_testfile.
4966 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4967 * gdb.mi/mi2-console.exp: Use standard_testfile.
4968 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4969 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4970 * gdb.mi/mi2-file.exp: Use standard_testfile.
4971 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4972 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4973 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4974 * gdb.mi/mi2-return.exp: Use standard_testfile.
4975 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4976 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4977 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4978 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4979 * gdb.mi/mi2-until.exp: Use standard_testfile.
4980 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4981 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4982 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4983 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4984 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4985
f5f3a911
TT
49862012-07-10 Tom Tromey <tromey@redhat.com>
4987
4988 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4989 * gdb.cp/ambiguous.exp: Use standard_testfile,
4990 prepare_for_testing.
4991 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4992 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4993 * gdb.cp/anon-ns.exp: Use standard_testfile.
4994 * gdb.cp/anon-struct.exp: Use standard_testfile.
4995 * gdb.cp/anon-union.exp: Use standard_testfile,
4996 prepare_for_testing.
4997 * gdb.cp/arg-reference.exp: Use standard_testfile,
4998 prepare_for_testing.
4999 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5000 * gdb.cp/breakpoint.exp: Use standard_testfile,
5001 prepare_for_testing.
5002 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5003 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5004 standard_output_file.
5005 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5006 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5007 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5008 (test_static_members): Update.
5009 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5010 * gdb.cp/converts.exp: Use standard_testfile.
5011 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5012 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5013 prepare_for_testing.
5014 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5015 * gdb.cp/cplabel.exp: Use standard_testfile.
5016 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5017 prepare_for_testing.
5018 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5019 * gdb.cp/derivation.exp: Use standard_testfile,
5020 prepare_for_testing.
5021 * gdb.cp/destrprint.exp: Use standard_testfile.
5022 * gdb.cp/dispcxx.exp: Use standard_testfile.
5023 * gdb.cp/exception.exp: Use standard_testfile,
5024 prepare_for_testing.
5025 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5026 * gdb.cp/extern-c.exp: Use standard_testfile,
5027 prepare_for_testing.
5028 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5029 prepare_for_testing.
5030 * gdb.cp/fpointer.exp: Use standard_testfile.
5031 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5032 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5033 standard_output_file.
5034 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5035 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5036 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5037 standard_output_file.
5038 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5039 (do_tests): Update.
5040 * gdb.cp/koenig.exp: Use standard_testfile.
5041 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5042 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5043 * gdb.cp/m-static.exp: Use standard_testfile,
5044 prepare_for_testing.
5045 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5046 * gdb.cp/mb-inline.exp: Use standard_testfile,
5047 prepare_for_testing.
5048 * gdb.cp/mb-templates.exp: Use standard_testfile,
5049 prepare_for_testing.
5050 * gdb.cp/member-ptr.exp: Use standard_testfile,
5051 prepare_for_testing.
5052 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5053 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5054 * gdb.cp/method2.exp: Use standard_testfile.
5055 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5056 standard_output_file.
5057 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5058 (do_tests): Update.
5059 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5060 prepare_for_testing.
5061 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5062 prepare_for_testing.
5063 * gdb.cp/namespace.exp: Use standard_testfile,
5064 prepare_for_testing.
5065 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5066 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5067 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5068 * gdb.cp/nsimport.exp: Use standard_testfile,
5069 prepare_for_testing.
5070 * gdb.cp/nsnested.exp: Use standard_testfile.
5071 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5072 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5073 prepare_for_testing.
5074 * gdb.cp/nsstress.exp: Use standard_testfile,
5075 prepare_for_testing.
5076 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5077 * gdb.cp/operator.exp: Use standard_testfile.
5078 * gdb.cp/oranking.exp: Use standard_testfile.
5079 * gdb.cp/overload-const.exp: Use standard_testfile.
5080 * gdb.cp/overload.exp: Use standard_testfile,
5081 prepare_for_testing.
5082 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5083 * gdb.cp/ovsrch.exp: Use standard_testfile.
5084 * gdb.cp/paren-type.exp: Use standard_testfile.
5085 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5086 prepare_for_testing.
5087 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5088 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5089 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5090 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5091 * gdb.cp/pr10728.exp: Use standard_testfile,
5092 standard_output_file.
5093 * gdb.cp/pr12028.exp: Use standard_testfile.
5094 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5095 * gdb.cp/pr9167.exp: Use standard_testfile.
5096 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5097 * gdb.cp/printmethod.exp: Use standard_testfile,
5098 prepare_for_testing.
5099 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5100 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5101 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5102 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5103 standard_output_file.
5104 * gdb.cp/readnow-language.exp: Use standard_testfile.
5105 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5106 (gdb_start_again): Use clean_restart.
5107 * gdb.cp/ref-types.exp: Use standard_testfile,
5108 prepare_for_testing.
5109 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5110 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5111 * gdb.cp/smartp.exp: Use standard_testfile.
5112 * gdb.cp/static-method.exp: Use standard_testfile.
5113 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5114 * gdb.cp/temargs.exp: Use standard_testfile.
5115 * gdb.cp/templates.exp: Use standard_testfile,
5116 prepare_for_testing.
5117 (do_tests): Update.
5118 * gdb.cp/try_catch.exp: Use standard_testfile,
5119 prepare_for_testing.
5120 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5121 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5122 * gdb.cp/virtbase.exp: Use standard_testfile,
5123 prepare_for_testing.
5124 * gdb.cp/virtfunc.exp: Use standard_testfile,
5125 prepare_for_testing.
5126 (do_tests): Update.
5127 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5128 prepare_for_testing.
5129
686f09d0
TT
51302012-07-10 Tom Tromey <tromey@redhat.com>
5131
5132 * lib/gdb.exp (standard_testfile): Unset output variables from
5133 earlier invocations.
5134
9357e021
YQ
51352012-07-10 Yao Qi <yao@codesourcery.com>
5136
5137 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5138 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5139 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5140 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5141 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5142 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5143 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5144 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5145 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5146 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5147 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5148 * gdb.mi/mi-var-display.exp: Likewise.
5149 * gdb.mi/mi-var-invalidate.exp: Likewise.
5150 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5151 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5152 * gdb.mi/mi2-console.exp: Likewise.
5153 * gdb.mi/mi2-disassemble.exp: Likewise.
5154 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5155 * gdb.mi/mi2-read-memory.exp: Likewise.
5156 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5157 * gdb.mi/mi2-simplerun.exp: Likewise.
5158 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5159 * gdb.mi/mi2-syn-frame.exp: Likewise.
5160 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5161 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5162 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5163
e314d629
TT
51642012-07-09 Tom Tromey <tromey@redhat.com>
5165
5166 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5167 * gdb.base/callfuncs.exp: Add cast-based test.
5168 * gdb.base/callfuncs.c (voidfunc): New function.
5169
06928b3f
DE
51702012-07-08 Doug Evans <dje@google.com>
5171
5172 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5173
32f11bad
JK
51742012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5175
5176 Fix XFAIL compatibility with old i386 systems.
5177 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5178 Check also 'Cannot insert breakpoint 0'.
5179
76b83c51
JK
51802012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5181
5182 PR 14321
5183 * gdb.base/find.exp
5184 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5185
a6fb9c08
TT
51862012-07-06 Tom Tromey <tromey@redhat.com>
5187
5188 * gdb.base/whatis.exp: Add test.
5189
71918a86
TT
51902012-07-06 Tom Tromey <tromey@redhat.com>
5191
5192 * gdb.base/whatis.exp: Add regression test.
5193
fcde5961
TT
51942012-07-06 Tom Tromey <tromey@redhat.com>
5195
5196 * gdb.base/whatis.exp: Add tests.
5197
f9cf0f4a
JK
51982012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 PR 12649
5201 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5202 gdb_test_multiple $gdb_prompt terminator.
5203
979ade8b
PA
52042012-07-04 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5207 supports_process_record.
5208
8a980b44
PA
52092012-07-04 Pedro Alves <palves@redhat.com>
5210
5211 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5212 endings.
5213 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5214
855ba978
SS
52152012-07-03 Stan Shebs <stan@codesourcery.com>
5216
5217 * gdb.base/info-os.c (main): Retry resource acquisition until an
5218 available one is found.
5219 * gdb.base/info-os.exp: Collect resource keys from the program
5220 and use them in matching.
5221
fcb44371
JK
52222012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5223
5224 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5225 Wrap the test into loop for corefile and core0file.
5226
08a67be6
JK
52272012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5230 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5231 .note.GNU-stack.
5232
0f3c2347
JK
5233 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5234
ff4a4500
SDJ
52352012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5236
5237 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5238 break): Include help message for the new `-probe' and `-probe-stap'
5239 options.
5240
d3ce09f5
SS
52412012-07-02 Stan Shebs <stan@codesourcery.com>
5242
5243 * gdb.base/dprintf.exp: Add agent style tests.
5244
a1624241
JK
52452012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * gdb.base/stale-infcall.c (infcall): New label test-next.
5248 (main): New labels test-pass and test-fail.
5249 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5250 $test_fail_bpnum to test-fail.
5251 (test system longjmp tracking support): New test.
5252 Delete $test_fail_bpnum.
5253 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5254 breakpoint.
5255
42e7ad6c
DE
52562012-06-30 Doug Evans <dje@google.com>
5257
5258 * gdb.dwarf2/fission-reread.S: New file.
5259 * gdb.dwarf2/fission-reread.exp: New file.
5260
37ce89eb
SS
52612012-06-28 Stan Shebs <stan@codesourcery.com>
5262
5263 * gdb.mi/mi-logging.exp: New file.
5264
e5ef252a
PA
52652012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5266 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.threads/siginfo-threads.exp: New file.
5269 * gdb.threads/siginfo-threads.c: New file.
5270 * gdb.threads/sigstep-threads.exp: New file.
5271 * gdb.threads/sigstep-threads.c: New file.
5272
22f1fbae
TT
52732012-06-28 Tom Tromey <tromey@redhat.com>
5274
5275 * gdb.go/package.exp: Partially revert earlier patch; use
5276 gdb_compile again. Use standard_output_file.
5277
2e3cf129
DE
52782012-06-27 Doug Evans <dje@google.com>
5279
5280 * gdb.dwarf2/fission-base.c: New file.
5281 * gdb.dwarf2/fission-base.S: New file.
5282 * gdb.dwarf2/fission-base.exp: New file.
5283
785fd303
JK
52842012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5285
5286 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5287
1bb9788d
TT
52882012-06-27 Tom Tromey <tromey@redhat.com>
5289
5290 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5291 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5292
c83ee902
TT
52932012-06-27 Tom Tromey <tromey@redhat.com>
5294
5295 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5296 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5297 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5298 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5299 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5300 prepare_for_testing.
5301 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5302 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5303 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5304 standard_testfile.
5305 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5306 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5307 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5308 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5309 prepare_for_testing.
5310 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5311 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5312 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5313 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5314 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5315 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5316 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5317 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5318 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5319 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5320 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5321 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5322 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5323 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5324 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5325 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5326 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5327 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5328 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5329 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5330 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5331 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5332 standard_output_file.
5333 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5334 standard_output_file.
5335 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5336 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5337 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5338 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5339 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5340 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5341 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5342 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5343 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5344 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5345 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5346 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5347 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5348 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5349 * gdb.dwarf2/valop.exp: Use standard_testfile,
5350 prepare_for_testing.
5351
5204774b
TT
53522012-06-27 Tom Tromey <tromey@redhat.com>
5353
5354 * gdb.python/python.exp: Fix regexps in pagination tests.
5355
ee0bf529
SCR
53562012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5357
5358 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5359 'last' of gdb.Symtab_and_line.
5360 * gdb.python/py-symbol.c: Move break point comment to enable
5361 testing of gdb.Symtab_and_line.last.
5362
14fcc022
TT
53632012-06-26 Tom Tromey <tromey@redhat.com>
5364
5365 * gdb.threads/step.c: Remove.
5366 * gdb.threads/step.exp: Remove.
5367 * gdb.threads/step2.exp: Remove.
5368
0efbbabc
TT
53692012-06-26 Tom Tromey <tromey@redhat.com>
5370
5371 * gdb.threads/watchpoint-fork.exp (test): Use
5372 standard_output_file. Don't declare objdir.
5373 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5374 standard_output_file.
5375 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5376 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5377 clean_restart. Remove incdir.
5378 * gdb.threads/corethreads.exp: Use standard_testfile.
5379 * gdb.threads/execl.exp: Use standard_testfile,
5380 standard_output_file, clean_restart.
5381 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5382 clean_restart.
5383 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5384 clean_restart.
5385 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5386 incdir.
5387 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5388 clean_restart. Remove incdir.
5389 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5390 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5391 clean_restart. Remove incdir.
5392 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5393 Remove incdir.
5394 * gdb.threads/leader-exit.exp: Use standard_testfile.
5395 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5396 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5397 clean_restart.
5398 * gdb.threads/manythreads.exp: Use standard_testfile,
5399 clean_restart. Remove incdir.
5400 * gdb.threads/multi-create.exp: Use standard_testfile,
5401 clean_restart.
5402 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5403 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5404 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5405 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5406 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5407 * gdb.threads/pending-step.exp: Use standard_testfile,
5408 clean_restart. Remove incdir.
5409 * gdb.threads/print-threads.exp: Use standard_testfile,
5410 clean_restart. Remove incdir.
5411 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5412 clean_restart. Remove incdir.
5413 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5414 Remove incdir.
5415 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5416 incdir.
5417 * gdb.threads/sigthread.exp: Use standard_testfile,
5418 clean_restart.
5419 * gdb.threads/staticthreads.exp: Use standard_testfile,
5420 clean_restart. Remove incdir.
5421 * gdb.threads/switch-threads.exp: Use standard_testfile,
5422 clean_restart. Remove incdir.
5423 * gdb.threads/thread-execl.exp: Use standard_testfile,
5424 clean_restart. Remove incdir.
5425 * gdb.threads/thread-find.exp: Use standard_testfile,
5426 clean_restart.
5427 * gdb.threads/thread-specific.exp: Use standard_testfile,
5428 clean_restart. Remove incdir.
5429 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5430 clean_restart. Remove incdir.
5431 * gdb.threads/thread_check.exp: Use standard_testfile,
5432 clean_restart. Remove incdir.
5433 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5434 incdir.
5435 * gdb.threads/threadapply.exp: Use standard_testfile,
5436 clean_restart. Remove incdir.
5437 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5438 clean_restart. Remove incdir.
5439 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5440 clean_restart.
5441 * gdb.threads/tls-shared.exp: Use standard_testfile,
5442 clean_restart, standard_output_file.
5443 * gdb.threads/tls-var.exp: Use standard_testfile,
5444 standard_output_file.
5445 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5446 Remove incdir.
5447 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5448 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5449 incdir.
5450 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5451 clean_restart. Remove incdir.
5452
497a5eb0
TT
54532012-06-26 Tom Tromey <tromey@redhat.com>
5454
5455 * gdb.trace/actions.exp: Use standard_testfile.
5456 * gdb.trace/ax.exp: Use standard_testfile.
5457 * gdb.trace/backtrace.exp: Use standard_testfile.
5458 * gdb.trace/change-loc.exp: Use standard_testfile.
5459 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5460 * gdb.trace/collection.exp: Use standard_testfile,
5461 prepare_for_testing.
5462 * gdb.trace/deltrace.exp: Use standard_testfile.
5463 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5464 * gdb.trace/ftrace.exp: Use standard_testfile.
5465 * gdb.trace/infotrace.exp: Use standard_testfile.
5466 * gdb.trace/packetlen.exp: Use standard_testfile.
5467 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5468 * gdb.trace/passcount.exp: Use standard_testfile.
5469 * gdb.trace/pending.exp: Use standard_testfile.
5470 * gdb.trace/report.exp: Use standard_testfile.
5471 * gdb.trace/save-trace.exp: Use standard_testfile.
5472 * gdb.trace/stap-trace.exp: Use standard_testfile.
5473 * gdb.trace/status-stop.exp: Use standard_testfile.
5474 * gdb.trace/strace.exp: Use standard_testfile.
5475 * gdb.trace/tfile.exp: Use standard_testfile.
5476 * gdb.trace/tfind.exp: Use standard_testfile.
5477 * gdb.trace/trace-break.exp: Use standard_testfile.
5478 * gdb.trace/trace-mt.exp: Use standard_testfile.
5479 * gdb.trace/tracecmd.exp: Use standard_testfile.
5480 * gdb.trace/tspeed.exp: Use standard_testfile.
5481 * gdb.trace/tstatus.exp: Use standard_testfile.
5482 * gdb.trace/tsv.exp: Use standard_testfile.
5483 * gdb.trace/unavailable.exp: Use standard_testfile,
5484 prepare_for_testing.
5485 * gdb.trace/while-dyn.exp: Use standard_testfile.
5486 * gdb.trace/while-stepping.exp: Use standard_testfile.
5487
7686c074
TT
54882012-06-26 Tom Tromey <tromey@redhat.com>
5489
5490 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5491 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5492 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5493 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5494 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5495 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5496 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5497 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5498 prepare_for_testing.
5499 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5500 prepare_for_testing.
5501 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5502 prepare_for_testing.
5503 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5504 prepare_for_testing.
5505 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5506 prepare_for_testing
5507 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5508 * gdb.reverse/machinestate.exp: Use standard_testfile.
5509 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5510 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5511 build_executable.
5512 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5513 build_executable.
5514 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5515 standard_output_file.
5516 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5517 standard_output_file.
5518 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5519 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5520 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5521 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5522 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5523 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5524
481fc100
TT
55252012-06-26 Tom Tromey <tromey@redhat.com>
5526
5527 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5528 standard_output_file.
5529 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5530 prepare_for_testing. Remove directory-checking code.
5531
7bb18ae2
TT
55322012-06-25 Tom Tromey <tromey@redhat.com>
5533
5534 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5535 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5536 build_executable, not prepare_for_testing.
5537 * gdb.multi/base.exp: Use standard_output_file. Use
5538 build_executable, not prepare_for_testing.
5539
cf09b3e4
TT
55402012-06-25 Tom Tromey <tromey@redhat.com>
5541
5542 * gdb.fortran/subarray.exp: Use standard_testfile,
5543 prepare_for_testing.
5544 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5545 * gdb.fortran/module.exp: Use standard_testfile.
5546 * gdb.fortran/logical.exp: Use standard_testfile.
5547 * gdb.fortran/library-module.exp: Use standard_testfile,
5548 standard_output_file.
5549 * gdb.fortran/derived-type.exp: Use standard_testfile,
5550 prepare_for_testing.
5551 * gdb.fortran/complex.exp: Use standard_testfile,
5552 prepare_for_testing.
5553 * gdb.fortran/charset.exp: Use standard_testfile.
5554 * gdb.fortran/array-element.exp: Use standard_testfile,
5555 prepare_for_testing.
5556
18b5ff1b
KS
55572012-06-25 Keith Seitz <keiths@redhat.com>
5558
5559 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5560 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5561
17b77626
TT
55622012-06-25 Tom Tromey <tromey@redhat.com>
5563
5564 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5565 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5566 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5567 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5568
f91e3dc1
TT
55692012-06-25 Tom Tromey <tromey@redhat.com>
5570
5571 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5572 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5573 * gdb.linespec/linespec.exp: Use standard_testfile.
5574
a884434d
TT
55752012-06-25 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5578 prepare_for_testing.
5579
efc9d70a
TT
55802012-06-25 Tom Tromey <tromey@redhat.com>
5581
5582 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5583 prepare_for_testing.
5584 * gdb.opt/inline-break.exp: Use standard_testfile,
5585 prepare_for_testing.
5586 * gdb.opt/inline-bt.exp: Use standard_testfile,
5587 prepare_for_testing.
5588 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5589 prepare_for_testing.
5590 * gdb.opt/inline-locals.exp: Use standard_testfile,
5591 prepare_for_testing.
5592
e2fc92c6
TT
55932012-06-25 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.asm/asm-source.exp: Use standard_output_file,
5596 standard_testfile. Construct .o files in proper subdir.
5597
b0963d73
TT
55982012-06-25 Tom Tromey <tromey@redhat.com>
5599
5600 * gdb.server/ext-attach.exp: Use standard_testfile,
5601 prepare_for_testing.
5602 * gdb.server/ext-run.exp: Use standard_testfile,
5603 build_executable.
5604 * gdb.server/file-transfer.exp: Use standard_testfile,
5605 prepare_for_testing.
5606 * gdb.server/server-exec-info.exp: Use standard_testfile.
5607 * gdb.server/server-mon.exp: Use standard_testfile,
5608 prepare_for_testing.
5609 * gdb.server/server-run.exp: Use standard_testfile,
5610 build_executable.
5611 * gdb.server/solib-list.exp: Use standard_testfile,
5612 standard_output_file.
5613
8a3e1f8d
TT
56142012-06-25 Tom Tromey <tromey@redhat.com>
5615
5616 * lib/gdb.exp (standard_output_file): Use "file join".
5617 * gdb.go/chan.exp: Use standard_testfile.
5618 * gdb.go/handcall.exp: Use standard_testfile.
5619 * gdb.go/hello.exp: Use standard_testfile.
5620 * gdb.integers/chan.exp: Use standard_testfile.
5621 * gdb.go/methods.exp: Use standard_testfile.
5622 * gdb.go/package.exp: Use standard_testfile.
5623 * gdb.go/strings.exp: Use standard_testfile.
5624 * gdb.go/types.exp: Use standard_testfile.
5625 * gdb.go/unsafe.exp: Use standard_testfile.
5626
944a9061
MGD
56272012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5628
5629 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5630
1c06bd58
JK
56312012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 Fix regression by the previous commit.
5634 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5635
b4a58790
TT
56362012-06-22 Tom Tromey <tromey@redhat.com>
5637
5638 * gdb.python/lib-types.exp: Use standard_testfile,
5639 prepare_for_testing.
5640 * gdb.python/py-block.exp: Use standard_testfile.
5641 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5642 * gdb.python/py-events.exp: Use standard_testfile,
5643 standard_output_file.
5644 * gdb.python/py-evsignal.exp: Use standard_testfile.
5645 * gdb.python/py-evethreads.exp: Use standard_testfile.
5646 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5647 * gdb.python/py-explore.exp: Use standard_testfile.
5648 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5649 standard_output_file.
5650 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5651 prepare_for_testing.
5652 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5653 * gdb.python/py-frame.exp: Use standard_testfile.
5654 * gdb.python/py-inferior.exp: Use standard_testfile.
5655 * gdb.python/py-infthread.exp: Use standard_testfile.
5656 * gdb.python/py-mi.exp: Use standard_testfile.
5657 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5658 build_executable.
5659 * gdb.python/py-objfile.exp: Use standard_testfile.
5660 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5661 prepare_for_testing.
5662 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5663 * gdb.python/py-progspace.exp: Use standard_testfile,
5664 build_executable.
5665 * gdb.python/py-prompt.exp: Use standard_testfile,
5666 build_executable.
5667 * gdb.python/py-section-script.exp: Use standard_testfile,
5668 build_executable.
5669 * gdb.python/py-shared.exp: Use standard_testfile,
5670 standard_output_file, clean_restart.
5671 * gdb.python/py-symbol.exp: Use standard_output_file,
5672 prepare_for_testing.
5673 * gdb.python/py-symtab.exp: Use standard_output_file,
5674 prepare_for_testing
5675 * gdb.python/py-template.exp: Use standard_testfile.
5676 * gdb.python/py-type.exp: Use standard_testfile.
5677 * gdb.python/py-value-cc.exp: Use standard_testfile.
5678 * gdb.python/py-value.exp: Use standard_testfile.
5679 * gdb.python/python.exp: Use standard_testfile, build_executable.
5680
2c44deac
TT
56812012-06-22 Tom Tromey <tromey@redhat.com>
5682
5683 * gdb.objc/basicclass.exp: Use standard_testfile.
5684 (do_objc_tests): Don't declare objdir.
5685 * gdb.objc/nondebug.exp: Use standard_testfile.
5686 (do_objc_tests): Don't declare objdir.
5687 * gdb.objc/objcdecode.exp: Use standard_testfile.
5688 (do_objc_tests): Don't declare objdir.
5689
c24ccbce
TT
56902012-06-22 Tom Tromey <tromey@redhat.com>
5691
5692 * gdb.java/jmain.exp: Use standard_testfile.
5693 * gdb.java/jmisc.exp: Use standard_testfile.
5694 * gdb.java/jnpe.exp: Use standard_testfile.
5695 * gdb.java/jprint.exp: Use standard_testfile.
5696
0a6d0306
TT
56972012-06-22 Tom Tromey <tromey@redhat.com>
5698
5699 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5700 (standard_output_file, standard_testfile): New procs.
5701 (build_executable, clean_restart): Use standard_output_file.
5702
6ea815ef
YQ
57032012-06-22 Yao Qi <yao@codesourcery.com>
5704
5705 * boards/native-gdbserver.exp: New proc ${board}_exec.
5706 * boards/native-stdio-gdbserver.exp: Likewise.
5707
4c93b1db
TT
57082012-06-21 Tom Tromey <tromey@redhat.com>
5709
5710 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5711 (build_executable): Update.
5712 (get_compiler_info): Remove 'binfile' argument.
5713 * gdb.ada/arrayidx.exp: Update.
5714 * gdb.ada/null_array.exp: Update.
5715 * gdb.arch/altivec-abi.exp: Update.
5716 * gdb.arch/altivec-regs.exp: Update.
5717 * gdb.arch/amd64-byte.exp: Update.
5718 * gdb.arch/amd64-dword.exp: Update.
5719 * gdb.arch/amd64-word.exp: Update.
5720 * gdb.arch/i386-avx.exp: Update.
5721 * gdb.arch/i386-byte.exp: Update.
5722 * gdb.arch/i386-sse.exp: Update.
5723 * gdb.arch/i386-word.exp: Update.
5724 * gdb.arch/ppc-dfp.exp: Update.
5725 * gdb.arch/ppc-fp.exp: Update.
5726 * gdb.arch/vsx-regs.exp: Update.
5727 * gdb.base/all-bin.exp: Update.
5728 * gdb.base/annota1.exp: Update.
5729 * gdb.base/async.exp: Update.
5730 * gdb.base/attach.exp: Update.
5731 * gdb.base/break-interp.exp: Update.
5732 * gdb.base/call-ar-st.exp: Update.
5733 * gdb.base/call-rt-st.exp: Update.
5734 * gdb.base/call-sc.exp: Update.
5735 * gdb.base/callfuncs.exp: Update.
5736 * gdb.base/catch-load.exp: Update.
5737 * gdb.base/completion.exp: Update.
5738 * gdb.base/complex.exp: Update.
5739 * gdb.base/condbreak.exp: Update.
5740 * gdb.base/consecutive.exp: Update.
5741 * gdb.base/constvars.exp: Update.
5742 * gdb.base/corefile.exp: Update.
5743 * gdb.base/eval-skip.exp: Update.
5744 * gdb.base/expand-psymtabs.exp: Update.
5745 * gdb.base/exprs.exp: Update.
5746 * gdb.base/fileio.exp: Update.
5747 * gdb.base/fixsection.exp: Update.
5748 * gdb.base/funcargs.exp: Update.
5749 * gdb.base/gdb11530.exp: Update.
5750 * gdb.base/gdb1555.exp: Update.
5751 * gdb.base/gnu-ifunc.exp: Update.
5752 * gdb.base/gnu_vector.exp: Update.
5753 * gdb.base/info-macros.exp: Update.
5754 * gdb.base/jit-simple.exp: Update.
5755 * gdb.base/jit-so.exp: Update.
5756 * gdb.base/jit.exp: Update.
5757 * gdb.base/langs.exp: Update.
5758 * gdb.base/list.exp: Update.
5759 * gdb.base/logical.exp: Update.
5760 * gdb.base/long_long.exp: Update.
5761 * gdb.base/longjmp.exp: Update.
5762 * gdb.base/macscp.exp: Update.
5763 * gdb.base/mips_pro.exp: Update.
5764 * gdb.base/miscexprs.exp: Update.
5765 * gdb.base/morestack.exp: Update.
5766 * gdb.base/nodebug.exp: Update.
5767 * gdb.base/opaque.exp: Update.
5768 * gdb.base/pc-fp.exp: Update.
5769 * gdb.base/pending.exp: Update.
5770 * gdb.base/permissions.exp: Update.
5771 * gdb.base/pointers.exp: Update.
5772 * gdb.base/prelink.exp: Update.
5773 * gdb.base/printcmds.exp: Update.
5774 * gdb.base/psymtab.exp: Update.
5775 * gdb.base/ptype.exp: Update.
5776 * gdb.base/relational.exp: Update.
5777 * gdb.base/scope.exp: Update.
5778 * gdb.base/setvar.exp: Update.
5779 * gdb.base/shlib-call.exp: Update.
5780 * gdb.base/shreloc.exp: Update.
5781 * gdb.base/signals.exp: Update.
5782 * gdb.base/sizeof.exp: Update.
5783 * gdb.base/so-impl-ld.exp: Update.
5784 * gdb.base/so-indr-cl.exp: Update.
5785 * gdb.base/solib-disc.exp: Update.
5786 * gdb.base/solib-display.exp: Update.
5787 * gdb.base/solib-nodir.exp: Update.
5788 * gdb.base/solib-overlap.exp: Update.
5789 * gdb.base/solib-symbol.exp: Update.
5790 * gdb.base/solib-weak.exp: Update.
5791 * gdb.base/solib.exp: Update.
5792 * gdb.base/store.exp: Update.
5793 * gdb.base/structs.exp: Update.
5794 * gdb.base/structs2.exp: Update.
5795 * gdb.base/type-opaque.exp: Update.
5796 * gdb.base/unload.exp: Update.
5797 * gdb.base/varargs.exp: Update.
5798 * gdb.base/volatile.exp: Update.
5799 * gdb.base/watch_thread_num.exp: Update.
5800 * gdb.base/watchpoint-solib.exp: Update.
5801 * gdb.base/watchpoint.exp: Update.
5802 * gdb.base/watchpoints.exp: Update.
5803 * gdb.base/whatis.exp: Update.
5804 * gdb.cell/arch.exp: Update.
5805 * gdb.cell/break.exp: Update.
5806 * gdb.cell/bt.exp: Update.
5807 * gdb.cell/core.exp: Update.
5808 * gdb.cell/data.exp: Update.
5809 * gdb.cell/ea-cache.exp: Update.
5810 * gdb.cell/f-regs.exp: Update.
5811 * gdb.cell/fork.exp: Update.
5812 * gdb.cell/gcore.exp: Update.
5813 * gdb.cell/mem-access.exp: Update.
5814 * gdb.cell/ptype.exp: Update.
5815 * gdb.cell/registers.exp: Update.
5816 * gdb.cell/sizeof.exp: Update.
5817 * gdb.cell/solib-symbol.exp: Update.
5818 * gdb.cell/solib.exp: Update.
5819 * gdb.cp/ambiguous.exp: Update.
5820 * gdb.cp/breakpoint.exp: Update.
5821 * gdb.cp/bs15503.exp: Update.
5822 * gdb.cp/casts.exp: Update.
5823 * gdb.cp/class2.exp: Update.
5824 * gdb.cp/cpexprs.exp: Update.
5825 * gdb.cp/cplusfuncs.exp: Update.
5826 * gdb.cp/ctti.exp: Update.
5827 * gdb.cp/dispcxx.exp: Update.
5828 * gdb.cp/gdb1355.exp: Update.
5829 * gdb.cp/gdb2384.exp: Update.
5830 * gdb.cp/gdb2495.exp: Update.
5831 * gdb.cp/infcall-dlopen.exp: Update.
5832 * gdb.cp/local.exp: Update.
5833 * gdb.cp/m-data.exp: Update.
5834 * gdb.cp/m-static.exp: Update.
5835 * gdb.cp/mb-ctor.exp: Update.
5836 * gdb.cp/mb-inline.exp: Update.
5837 * gdb.cp/mb-templates.exp: Update.
5838 * gdb.cp/member-ptr.exp: Update.
5839 * gdb.cp/method.exp: Update.
5840 * gdb.cp/namespace.exp: Update.
5841 * gdb.cp/nextoverthrow.exp: Update.
5842 * gdb.cp/nsdecl.exp: Update.
5843 * gdb.cp/nsrecurs.exp: Update.
5844 * gdb.cp/nsstress.exp: Update.
5845 * gdb.cp/nsusing.exp: Update.
5846 * gdb.cp/pr-1023.exp: Update.
5847 * gdb.cp/pr-1210.exp: Update.
5848 * gdb.cp/pr-574.exp: Update.
5849 * gdb.cp/pr9631.exp: Update.
5850 * gdb.cp/printmethod.exp: Update.
5851 * gdb.cp/psmang.exp: Update.
5852 * gdb.cp/re-set-overloaded.exp: Update.
5853 * gdb.cp/rtti.exp: Update.
5854 * gdb.cp/shadow.exp: Update.
5855 * gdb.cp/templates.exp: Update.
5856 * gdb.cp/try_catch.exp: Update.
5857 * gdb.dwarf2/dw2-ranges.exp: Update.
5858 * gdb.dwarf2/pr10770.exp: Update.
5859 * gdb.fortran/library-module.exp: Update.
5860 * gdb.hp/gdb.aCC/optimize.exp: Update.
5861 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5862 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5863 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5864 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5865 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5866 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5867 * gdb.hp/gdb.compat/xdb1.exp: Update.
5868 * gdb.hp/gdb.compat/xdb2.exp: Update.
5869 * gdb.hp/gdb.compat/xdb3.exp: Update.
5870 * gdb.hp/gdb.defects/bs14602.exp: Update.
5871 * gdb.hp/gdb.defects/solib-d.exp: Update.
5872 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5873 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5874 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5875 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5876 * gdb.mi/gdb792.exp: Update.
5877 * gdb.mi/mi-pending.exp: Update.
5878 * gdb.mi/mi-solib.exp: Update.
5879 * gdb.mi/mi-var-cp.exp: Update.
5880 * gdb.opt/clobbered-registers-O2.exp: Update.
5881 * gdb.opt/inline-bt.exp: Update.
5882 * gdb.opt/inline-cmds.exp: Update.
5883 * gdb.opt/inline-locals.exp: Update.
5884 * gdb.python/py-events.exp: Update.
5885 * gdb.python/py-finish-breakpoint.exp: Update.
5886 * gdb.python/py-type.exp: Update.
5887 * gdb.reverse/solib-precsave.exp: Update.
5888 * gdb.reverse/solib-reverse.exp: Update.
5889 * gdb.server/solib-list.exp: Update.
5890 * gdb.stabs/weird.exp: Update.
5891 * gdb.threads/attach-into-signal.exp: Update.
5892 * gdb.threads/attach-stopped.exp: Update.
5893 * gdb.threads/tls-shared.exp: Update.
5894 * gdb.trace/change-loc.exp: Update.
5895 * gdb.trace/strace.exp: Update.
5896
95c391b6
TT
58972012-06-19 Tom Tromey <tromey@redhat.com>
5898
5899 * gdb.base/whatis.exp: Add tests.
5900
e910f0b6
TT
59012012-06-19 Tom Tromey <tromey@redhat.com>
5902
5903 * gdb.cp/m-static.cc (keepalive): New function.
5904 (gnu_obj_1::method): Use it.
5905
422d65e7
DE
59062012-06-18 Doug Evans <dje@google.com>
5907
5908 * gdb.base/info-fun.exp: New file.
5909 * gdb.base/info-fun.c: New file.
5910 * gdb.base/info-fun-solib.c: New file.
5911
e2e4d78b
JK
59122012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5913
5914 Remove stale dummy frames.
5915 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5916 (maintenance info breakpoints): New tests.
5917 * gdb.base/stale-infcall.c: New file.
5918 * gdb.base/stale-infcall.exp: New file.
5919
1788b2d3
JK
59202012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5921
5922 * gdb.arch/amd64-entry-value-param.S: New file.
5923 * gdb.arch/amd64-entry-value-param.c: New file.
5924 * gdb.arch/amd64-entry-value-param.exp: New file.
5925
663b969e
TT
59262012-06-15 Tom Tromey <tromey@redhat.com>
5927
5928 * gdb.cp/namespace.exp: Add "show lang" test.
5929
8e09ad05
IS
59302012-06-15 Iain Sandoe <iain@codesourcery.com>
5931
5932 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5933 case. (top level): Use gdb_file_cmd instead of gdb_load.
5934
f85e18ee
JK
59352012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 PR tdep/14222
5938 * gdb.arch/i386-sse-stack-align.S: New file.
5939 * gdb.arch/i386-sse-stack-align.c: New file.
5940 * gdb.arch/i386-sse-stack-align.exp: New file.
5941
f3b5e280
KS
59422012-06-13 Keith Seitz <keiths@redhat.com>
5943
5944 PR breakpoints/13798 and mi/11541
5945 * gdb.linespec/ls-errs.exp: Add a few more tests for
5946 filenames with spaces and colons.
5947
50af5481
JK
59482012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5951 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5952 (test_function): Call CV_f.
5953 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5954 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5955 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5956 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5957 (p CV_f(CV::i)): New tests.
5958
d55637df
TT
59592012-06-13 Tom Tromey <tromey@redhat.com>
5960
5961 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5962
cc80f267
JK
59632012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 Fix regression by the "ambiguous linespec" series.
5966 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5967 tests.
5968
bb2af9cc
JK
59692012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5970
5971 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5972 missing.
5973
e81a37f7
TT
59742012-06-11 Tom Tromey <tromey@redhat.com>
5975
5976 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5977 location...
5978 (main): ...here.
5979
8efd7788
YQ
59802012-06-07 Yao Qi <yao@codesourcery.com>
5981
5982 * gdb.trace/strace.exp: Shorten some too-long lines.
5983
359f5fe6
PA
59842012-06-06 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.threads/clone-new-thread-event.c: New file.
5987 * gdb.threads/clone-new-thread-event.exp: New file.
5988
7b2fe205
YQ
59892012-06-06 Yao Qi <yao@codesourcery.com>
5990
5991 * gdb.base/dprintf.c (main): Add extra parameter when calling
5992 printf and fprintf.
5993 (bar): New function. It is a dead function, but to ensure
5994 'malloc' is linked explicitly.
5995
3eca55e8
YQ
59962012-06-06 Yao Qi <yao@codesourcery.com>
5997
5998 * gdb.base/info-proc.exp: Return if target doesn't support
5999 'info proc'.
6000
91cc9324
JK
60012012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6002
6003 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6004 (run program with breakpoint commands): XFAIl if it is not.
6005
c56e7c43
JB
60062012-06-05 Joel Brobecker <brobecker@adacore.com>
6007
6008 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6009 and add comment.
6010 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6011 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6012 "STOP" marker. Adjust testing strategy to make it work on
6013 all targets.
6014
6015 * gdb.base/print-file-var-main.c (main): Rewrite using local
6016 variables and adjust get_version_2's return value check.
6017 Add small comment.
6018 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6019 marker. Adjust testing strategy to make it work on all targets.
6020
ccab2054
JB
60212012-06-05 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.ada/bad-task-bp-keyword: New testcase.
6024
d0d86158
JK
60252012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6026
6027 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6028 Simplify it to ...
6029 (symbol-file ${testfile1}): ... here.
6030 (test eliminated var my_global_symbol)
6031 (test eliminated var my_static_symbol)
6032 (test eliminated var my_global_func, get address of main): Wrap them to
6033 'single psymtabs' and 'single symtabs'
6034 (get address of my_global_symbol, get address of my_static_symbol)
6035 (get address of my_global_func, get address of main): Wrap them to
6036 'order1' and 'order2'.
6037
952cf74c
JK
6038 * gdb.base/code_elim.exp
6039 (add-symbol-file ${testfile1} 0x100000)
6040 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6041 'order2'.
6042 (order1: add-symbol-file ${testfile1} 0x100000)
6043 (order1: add-symbol-file ${testfile2} 0x200000)
6044 (order2: add-symbol-file ${testfile2} 0x200000)
6045 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6046 .bss as appropriate.
6047
0c5bf5a9
JK
60482012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6049
6050 * gdb.server/solib-list-lib.c: New file.
6051 * gdb.server/solib-list-main.c: New file.
6052 * gdb.server/solib-list.exp: New file.
6053
4196f325
MR
60542012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6055
6056 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6057 for 'set print symbol' change.
6058
bfb05775
JK
60592012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6062 .debug_abbrev_seg3.
6063
685b1105
JK
60642012-05-24 John Steele Scott <toojays@toojays.net>
6065
6066 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6067 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6068 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6069
f3e0e960
SS
60702012-05-23 Stan Shebs <stan@codesourcery.com>
6071
6072 * gdb.mi/mi-info-os.exp: New file.
6073
11eb1b4d
KS
60742012-05-23 Keith Seitz <keiths@redhat.com>
6075
6076 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6077 return -1 to suppress the rest of the tests.
6078 (compile_stap_bin): Return boolean success value.
6079
b1af9e97
TT
60802012-05-21 Tom Tromey <tromey@redhat.com>
6081
6082 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6083 Remove kfails.
6084 (test_print_mi_member_types): Likewise.
6085
248537e3
TT
60862012-05-21 Tom Tromey <tromey@redhat.com>
6087
6088 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6089 print symbol' change.
6090
d791e155
TJB
60912012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6092
6093 * gdb.python/py-prompt.exp: Quit if the target is remote.
6094
e77afa2e
JK
60952012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
6097 Fix ERROR: internal buffer is full.
6098 * gdb.base/info-os.exp (expect_multiline): New function.
6099 (get process list, get process groups, get threads)
6100 (get file descriptors, get internet-domain sockets)
6101 (get shared-memory regions, get semaphores, get message queues): Use
6102 it for these tests.
6103
9cb709b6
TT
61042012-05-18 Tom Tromey <tromey@redhat.com>
6105
6106 * gdb.mi/mi-var-cmd.exp: Update.
6107 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6108 * gdb.cp/virtbase.exp: Update.
6109 * gdb.cp/classes.exp (test_static_members): Update.
6110 * gdb.cp/casts.exp: Update.
6111 * gdb.base/pointers.exp: Update.
6112 * gdb.base/funcargs.exp (pointer_args): Update.
6113 (structs_by_reference): Update.
6114 * gdb.base/find.exp: Update.
6115 * gdb.base/call-strs.exp: Send "set print symbol off".
6116 * gdb.base/call-ar-st.exp: Update.
6117 * gdb.ada/fun_addr.exp: Update.
6118 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6119 Call it.
6120 (test_print_repeats_10, test_print_strings)
6121 (test_print_char_arrays): Update.
6122
b012acdd
TT
61232012-05-18 Tom Tromey <tromey@redhat.com>
6124
6125 * gdb.base/charset.exp (string_display): Update.
6126
1d51a733
TT
61272012-05-18 Tom Tromey <tromey@redhat.com>
6128
6129 * gdb.mi/mi2-var-display.exp: Update.
6130 * gdb.mi/mi-var-display.exp: Update.
6131 * gdb.mi/mi-var-child.exp: Update.
6132 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6133 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6134
957df313
DE
61352012-05-17 Doug Evans <dje@google.com>
6136
682c7f7b
DE
6137 * info-macros.exp: Pass "debug" to prepare_for_testing.
6138
957df313
DE
6139 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6140 * gdb.ada/Makefile.in (clean): Ditto.
6141 * gdb.arch/Makefile.in (clean): Ditto.
6142 * gdb.asm/Makefile.in (clean): Ditto.
6143 * gdb.base/Makefile.in (clean): Ditto.
6144 * gdb.cell/Makefile.in (clean): Ditto.
6145 * gdb.cp/Makefile.in (clean): Ditto.
6146 * gdb.disasm/Makefile.in (clean): Ditto.
6147 * gdb.dwarf2/Makefile.in (clean): Ditto.
6148 * gdb.fortran/Makefile.in (clean): Ditto.
6149 * gdb.go/Makefile.in (clean): Ditto.
6150 * gdb.hp/Makefile.in (clean): Ditto.
6151 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6152 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6153 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6154 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6155 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6156 * gdb.java/Makefile.in (clean): Ditto.
6157 * gdb.linespec/Makefile.in (clean): Ditto.
6158 * gdb.mi/Makefile.in (clean): Ditto.
6159 * gdb.modula2/Makefile.in (clean): Ditto.
6160 * gdb.multi/Makefile.in (clean): Ditto.
6161 * gdb.objc/Makefile.in (clean): Ditto.
6162 * gdb.opencl/Makefile.in (clean): Ditto.
6163 * gdb.opt/Makefile.in (clean): Ditto.
6164 * gdb.pascal/Makefile.in (clean): Ditto.
6165 * gdb.python/Makefile.in (clean): Ditto.
6166 * gdb.reverse/Makefile.in (clean): Ditto.
6167 * gdb.server/Makefile.in (clean): Ditto.
6168 * gdb.stabs/Makefile.in (clean): Ditto.
6169 * gdb.threads/Makefile.in (clean): Ditto.
6170 * gdb.trace/Makefile.in (clean): Ditto.
6171 * gdb.xml/Makefile.in (clean): Ditto.
6172
abc9d0dc
TT
61732012-05-16 Tom Tromey <tromey@redhat.com>
6174
6175 * gdb.base/macscp1.c (macscp_expr): Add comment.
6176 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6177
6a3a010b
MR
61782012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6179
6180 * gdb.base/return-nodebug.exp: Also test float and double types.
6181
01429c8e
JK
61822012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6183
6184 PR testsuite/12649
6185 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6186
54115cd4
JK
6187 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6188
0c5f383f
SDJ
61892012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6190
6191 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6192 `rerun_to_main'.
6193 (stap_test_no_debuginfo): Likewise.
6194
e7e0cddf
SS
61952012-05-14 Stan Shebs <stan@codesourcery.com>
6196
6197 * gdb.base/dprintf.c: New file.
6198 * gdb.base/dprintf.exp: New file.
6199
c772f8e7
HZ
62002012-05-14 Hui Zhu <hui_zhu@mentor.com>
6201
6202 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6203 * gdb.trace/disconnected-tracing.c: New file.
6204 * gdb.trace/disconnected-tracing.exp: New file.
6205
7efc75aa
SCR
62062012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6207
6208 * gdb.python/python.c: Add a new breakpoint comment.
6209 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6210
85d4a676
SS
62112011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6212
6213 * gdb.base/info-os.exp: New file.
6214 * gdb.base/info-os.c: New file.
6215
64ea88dc
JB
62162012-05-10 Joel Brobecker <brobecker@adacore.com>
6217
4647ab1b
JB
6218 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6219 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6220 New files.
64ea88dc 6221
afba63f1
JB
62222012-05-10 Joel Brobecker <brobecker@adacore.com>
6223
6224 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6225 gdb.base/ctxobj.exp: New files.
6226
9d198b1e
TT
62272012-05-09 Tom Tromey <tromey@redhat.com>
6228
6229 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6230
9bfee719
MR
62312012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6232
6233 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6234
3a7341d8
MR
62352012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6236
6237 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6238 before using it.
6239
52b3699b
TG
62402012-05-04 Tristan Gingold <gingold@adacore.com>
6241
6242 * gdb.base/set-noassign.exp: New test.
6243
a20ee7a4
SCR
62442012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6245
6246 * gdb.python/py-symbol.exp: Add tests to test the new methods
6247 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6248 * gdb.python/py-symbol.c: Add new struct to help test
6249 gdb.Symtab.static_block().
6250
bf2f0858
DE
62512012-05-03 Doug Evans <dje@google.com>
6252
6253 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6254 commented out.
6255
2d4e0376
YQ
62562012-05-03 Yao Qi <yao@codesourcery.com>
6257
6258 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6259 doesn't support.
6260 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6261 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6262
6d0bb9f3
YQ
62632012-05-03 Yao Qi <yao@codesourcery.com>
6264
6265 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6266
fd820528
DE
62672012-04-30 Doug Evans <dje@google.com>
6268
6269 PR testsuite/13961
6270 * gdb.dwarf2/pr13961.S: New file.
6271 * gdb.dwarf2/pr13961.exp: New file.
6272
b9e219b9
YQ
62732012-04-29 Yao Qi <yao@codesourcery.com>
6274
6275 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6276
3019eac3
DE
62772012-04-28 Doug Evans <dje@google.com>
6278
6279 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6280 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6281 All uses updated.
6282 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6283 "ptype func_cu1" to expand cu2 before cu1.
6284
62e5f89c
SDJ
62852012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6286 Tom Tromey <tromey@redhat.com>
6287
6288 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6289 variables.
6290 * gdb.base/stap-probe.c: New file.
6291 * gdb.base/stap-probe.exp: New file.
6292 * gdb.trace/stap-trace.c: New file.
6293 * gdb.trace/stap-trace.exp: New file.
6294 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6295 libgcc's unwinder.
6296
14132e89
MR
62972012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6298
6299 * gdb.arch/mips16-thunks-inmain.c: New file.
6300 * gdb.arch/mips16-thunks-main.c: New file.
6301 * gdb.arch/mips16-thunks-sin.c: New file.
6302 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6303 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6304 * gdb.arch/mips16-thunks-sinmain.c: New file.
6305 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6306 * gdb.arch/mips16-thunks.exp: New file.
6307
a766d390
DE
63082012-04-25 Doug Evans <dje@google.com>
6309
6310 * configure.ac: Create gdb.go/Makefile.
6311 * configure: Regenerate.
6312 * gdb.base/default.exp: Add "go" to "set language" testing.
6313 * gdb.go/Makefile.in: New file.
6314 * gdb.go/basic-types.exp: New file.
6315 * gdb.go/chan.exp: New file.
6316 * gdb.go/chan.go: New file.
6317 * gdb.go/handcall.exp: New file.
6318 * gdb.go/handcall.go: New file.
6319 * gdb.go/hello.exp: New file.
6320 * gdb.go/hello.go: New file.
6321 * gdb.go/integers.exp: New file.
6322 * gdb.go/integers.go: New file.
6323 * gdb.go/methods.exp: New file.
6324 * gdb.go/methods.go: New file.
6325 * gdb.go/package.exp: New file.
6326 * gdb.go/package1.go: New file.
6327 * gdb.go/package2.go: New file.
6328 * gdb.go/print.exp: New file.
6329 * gdb.go/strings.exp: New file.
6330 * gdb.go/strings.go: New file.
6331 * gdb.go/types.exp: New file.
6332 * gdb.go/types.go: New file.
6333 * gdb.go/unsafe.exp: New file.
6334 * gdb.go/unsafe.go: New file.
6335 * lib/future.exp: Add Go support.
6336 (gdb_find_go, gdb_find_go_linker): New procs.
6337 (gdb_default_target_compile): Add Go support.
6338 * lib/gdb.exp (skip_go_tests): New proc.
6339 * lib/go.exp: New file.
6340
e65f9ffb
TT
63412012-04-25 Tom Tromey <tromey@redhat.com>
6342
6343 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6344
14e75d8e
JK
63452012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6346 Jan Kratochvil <jan.kratochvil@redhat.com>
6347
6348 PR symtab/7259:
6349 * gdb.base/enumval.c: New test case.
6350 * gdb.base/enumval.exp: New test case.
6351 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6352 field.bitpos.
6353
f3525b70
PA
63542012-04-17 Pedro Alves <palves@redhat.com>
6355
6356 * Makefile.in (site.exp): Make site.exp source
6357 $srcdir/lib/append_gdb_boards_dir.exp.
6358 * lib/append_gdb_boards_dir.exp: New file.
6359
bccbefd2
JK
63602012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 New option "set auto-load safe-path".
6363 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6364 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6365
bf88dd68
JK
63662012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 auto-load: Implementation.
6369 * gdb.base/help.exp (test set height): Increase the height.
6370 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6371 to ...
6372 (info auto-load python-scripts): ... here.
6373 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6374 to ...
6375 (info auto-load python-scripts *): ... here.
6376
c0d4d1c0
YQ
63772012-04-16 Yao Qi <yao@codesourcery.com>
6378
6379 * lib/trace-support.exp (get_in_proc_agent): New.
6380 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6381 of in process trace agent.
6382 * gdb.trace/ftrace.exp: Likewise.
6383 * gdb.trace/pending.exp: Likewise.
6384 * gdb.trace/trace-break.exp: Likewise.
6385 * gdb.trace/trace-mt.exp
6386 * gdb.trace/tspeed.exp: Likewise.
6387 * gdb.trace/tstatus.exp
6388 * gdb.trace/strace.exp: Likewise.
6389
cbf68a60
TS
63902012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6391
dd6d3b70
TS
6392 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6393 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6394
cbf68a60
TS
6395 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6396
8264ba82
AG
63972012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6398
6399 PR mi/13393
6400 * gdb.mi/mi-var-rtti.cc: New file.
6401 * gdb.mi/mi-var-rtti.exp: New file.
6402 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6403 function.
6404 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6405
de0919f8 64062012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
6407
6408 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6409 EXECUTABLES.
6410 * gdb.python/py-explore.c: C program used for testing the new
6411 'explore' command on C constructs.
6412 * gdb.python/py-explore.cc: C++ program used for testing the new
6413 'explore' command on C++ constructs.
6414 * gdb-python/py-explore.exp: Tests for the new 'explore'
6415 command on C constructs.
6416 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6417 command on C++ constructs.
6418
a82da7dd
MK
64192012-04-07 Mark Kettenis <kettenis@gnu.org>
6420
6421 * gdb.base/funcargs.exp (complex_args): Fix typo.
6422
e127cba8
JK
64232012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6424
6425 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6426 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6427
40e084e1
KS
64282012-04-05 Keith Seitz <keiths@redhat.com>
6429
6430 * gdb.base/advance.exp: Update error message for
6431 "advance malformed" test.
6432 * gdb.base/break.exp: Likewise for "breakpoint with
6433 trailing garbage" test.
6434 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6435 with trailing garbage" test.
6436 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6437 trailng garbage" test.
6438 * gdb.base/until.exp: Likewise for "malformed until" test.
6439 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6440 for "breakpoint info (after setting on all)".
6441 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6442 tests.
6443 * gdb.cp/cplabel.cc: New file.
6444 * gdb.cp/cplabel.exp: New test.
6445 * gdb.linespec/ls-errs.c: New file.
6446 * gdb.linespec/ls-errs.exp: New test.
6447
a72c8f6a
JK
64482012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 * gdb.trace/unavailable.exp
6451 (collect globals: print object on: print derived_partial)
6452 (collect globals: print object on: print derived_whole)
6453 (collect globals: print object off: print derived_partial)
6454 (collect globals: print object off: print derived_whole): Update
6455 expected output.
6456
f87a3023
KS
64572012-03-30 Keith Seitz <keiths@redhat.com>
6458
6459 * gdb.python: Add test for linespecs with commas.
6460
e2171b3c
KS
64612012-03-28 Keith Seitz <keiths@redhat.com>
6462
6463 * gdb.linespec/ls-dollar.cc: New file.
6464 * gdb.linespec/ls-dollar.exp: New test.
6465
64662012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
6467
6468 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6469 starting with the global namespace.
6470
2f4e0a80
DE
64712012-03-23 Doug Evans <dje@google.com>
6472
6473 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6474
7b282c5a
SCR
64752012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6476
6477 * gdb.python/py-value.cc: Add test case for testing the
6478 methodology exposing C++ values to Python.
6479 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6480 exposing C++ values to Python.
6481 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6482
2e98ca53
JK
64832012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6484 Siddhesh Poyarekar <siddhesh@redhat.com>
6485
6486 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6487 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6488 (generate native core dump): Make the test unsupported if core cannot
6489 be generated.
6490
8320cc4f
JK
64912012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6494 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6495 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6496
3a69ffb2
JK
64972012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6498
6499 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6500
8fabffee
DE
65012012-03-17 Doug Evans <dje@google.com>
6502
6503 * dg-extract-results.sh: Handle KFAILs.
6504
ab260dad
JK
65052012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 PR symtab/13777
6508 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6509
53ba8333
JB
65102012-03-16 Joel Brobecker <brobecker@adacore.com>
6511
6512 * gdb.ada/set_pckd_arr_elt: New testcase.
6513
481860b3
GB
65142012-03-16 Gary Benson <gbenson@redhat.com>
6515
6516 PR breakpoints/10738
6517 * gdb.opt/inline-break.exp: New file.
6518 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6519 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6520 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6521 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6522 * gdb.base/async-shell.exp: Likewise.
6523 * lib/mi-support.exp (library_loaded_re): Likewise.
6524
410528f0
TT
65252012-03-15 Tom Tromey <tromey@redhat.com>
6526
6527 * gdb.cp/virtfunc2.exp: Update expected output.
6528 * gdb.cp/pr9631.exp: Update expected output.
6529 * gdb.cp/member-ptr.exp: Update expected output.
6530 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6531 output.
6532 * gdb.cp/casts.exp: Update expected output.
6533
c4aeac85
TT
65342012-03-15 Tom Tromey <tromey@redhat.com>
6535
6536 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6537 (test_info_vtbl): Likewise.
6538 (do_tests): Call test_info_vtbl.
6539 * gdb.cp/virtfunc.cc (va): New global.
6540
856d06f9
TS
65412012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6542
6543 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6544 describing DWARF data structures.
6545 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6546 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6547 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6548 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6549 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6550 * gdb.dwarf2/dw2-param-error.S: Likewise.
6551 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6552 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6553 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6554 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6555 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6556 * gdb.dwarf2/pr11465.S: Likewise.
6557
e837f12a
JK
65582012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6559
6560 * gdb.mi/mi2-prompt.exp: New file.
6561
ccbb4f28
JB
65622012-03-13 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6565
32039130
JB
65662012-03-13 Joel Brobecker <brobecker@adacore.com>
6567
6568 * gdb.ada/bp_range_type: New testcase.
6569
16899756
DE
65702012-03-13 Doug Evans <dje@google.com>
6571
6572 * gdb.base/default.exp: Delete tests for symbol-reloading.
6573 * gdb.base/help.exp: Ditto.
6574 * gdb.base/setshow.exp: Ditto.
6575 * gdb.base/gdb_history: Delete references to symbol-reloading.
6576
87b0bb13
JK
65772012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 * gdb.base/attach-twice.c: New files.
6580 * gdb.base/attach-twice.exp: New files.
6581
0d7941a9
KS
65822012-03-08 Keith Seitz <keiths@redhat.com>
6583
6584 * lib/gdb.exp (gdb_get_line_number): Throw an
6585 error instead of returning -1.
6586 * gdb.base/break.exp: Remove unused variable
6587 bp_location5.
6588 * gdb.base/hbreak2.exp: Likewise.
6589 * gdb.base/sepdebug.exp: Likewise.
6590
f4647387
YQ
65912012-03-08 Yao Qi <yao@codesourcery.com>
6592 Pedro Alves <palves@redhat.com>
6593
6594 Fix PR server/13392.
6595 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6596 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6597 download tracepoints.
6598 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6599 (pending_tracepoint_resolved_during_trace): Likewise.
6600 (pending_tracepoint_installed_during_trace): Likewise.
6601 (pending_tracepoint_with_action_resolved): Likewise.
6602
83c532cb
KS
66032012-03-08 Keith Seitz <keiths@redhat.com>
6604
6605 * gdb.ada/array_bounds.exp: Get breakpoint for line
6606 with "START", not "STOP".
6607 * gdb.python/py-infthread.exp: Do not continue to
6608 line marked "Break here.", which is undefined.
6609
d6b6bbb7
LM
66102012-03-08 Luis Machado <lgustavo@codesourcery.com>
6611
6612 Revert:
6613
6614 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6615
6616 Implement testsuite workaround for PR breakpoints/13781.
6617 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6618 (set breakpoint condition-evaluation host): New conditional command.
6619
7fe25d9b
JK
66202012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6621
6622 Fix CU relative vs. absolute DIE offsets.
6623 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6624 one.
6625
51898c15
JK
66262012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 Fix false FAIL on distros with relro linkage as default.
6629 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6630 -Wl,-z,norelro first.
6631
8131799e
JB
66322012-03-06 Joel Brobecker <brobecker@adacore.com>
6633
6634 * gdb.ada/bp_on_var: New testcase.
6635
ba241969
JB
66362012-03-06 Joel Brobecker <brobecker@adacore.com>
6637
6638 * gdb.ada/bp_enum_homonym: New testcase.
6639
abe49676
YQ
66402012-03-06 Yao Qi <yao@codesourcery.com>
6641
6642 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6643 x86_64-*-* and i?86-*-*.
6644 Set up KFAIL for gdb/13808.
6645
d8df103b
TT
66462012-03-05 Tom Tromey <tromey@redhat.com>
6647
6648 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6649 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6650
b7b189f3
TT
66512012-03-05 Tom Tromey <tromey@redhat.com>
6652
6653 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6654
69dc1c4d
YQ
66552012-03-04 Yao Qi <yao@codesourcery.com>
6656
6657 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6658 messages for KFAIL.
6659
3f20c47f
JK
66602012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6661
6662 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6663 (print one_two_three, indexes off, print few_reps, indexes off)
6664 (print many_reps, indexes off, print empty, indexes off)
6665 (print one_two_three, print few_reps, print many_reps, print empty):
6666 Call setup_xfail if $gcc_old.
6667
abf1152a
JK
66682012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 Implement testsuite workaround for PR breakpoints/13781.
6671 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6672 (set breakpoint condition-evaluation host): New conditional command.
6673
a06715f8
JK
66742012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 Code cleanup.
6677 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6678 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6679 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6680 number 1 by $bpnum. Four times.
6681
5808517f
YQ
66822012-03-03 Yao Qi <yao@codesourcery.com>
6683
6684 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6685
dfe2ac14
JK
66862012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 Setup KFAIL for PR server/13796.
6689 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6690
8bbc467a
JB
66912012-03-02 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.ada/operator_bp: New testcase.
6694
c0eac87f
JB
66952012-03-02 Joel Brobecker <brobecker@adacore.com>
6696
6697 * gdb.ada/info_locals_renaming: New testcase.
6698
4f42c881
TT
66992012-03-02 Tom Tromey <tromey@redhat.com>
6700
6701 * gdb.base/nextoverexit.c: New file.
6702 * gdb.base/nextoverexit.exp: New file.
6703
7380c0c9
EBM
67042012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6705
6706 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6707 parameter.
6708
1faeff08
MR
67092012-03-01 Maciej W. Rozycki <macro@mips.com>
6710
6711 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6712 core registers.
6713
320b6f49 67142012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
6715 Maciej W. Rozycki <macro@codesourcery.com>
6716 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
6717
6718 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6719
ad5f7d6e
PA
67202012-03-01 Pedro Alves <palves@redhat.com>
6721
6722 PR gdb/13767
6723
6724 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6725 (gdb_collect_globals_test): Call it.
6726
d3dc44a6
KS
67272012-03-01 Keith Seitz <keiths@redhat.com>
6728
6729 * gdb.cp/method2.exp: Output of overload menu is now
6730 alphabetized. Update tests for "break A::method".
6731 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6732 of hard-coding them.
6733 Overload menu is alphabetized: rewrite to accommodate.
6734 Unset variables LINE and TYPES which are used in other tests.
6735 Compute the output of "info break".
6736 Update the breakpoint table after all breakpoints are deleted.
6737 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6738 compute ACTUALS and the method body based on parameters.
6739 Update expected output accordingly.
6740 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6741 unique comments to allow the use of gdb_get_line_number.
6742
67432012-03-01 Keith Seitz <keiths@redhat.com>
6744
6745 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6746 some Tcl syntax.
6747 * gdb.cp/ovldbreak.exp: Likewise.
6748
7949c2a0
KS
67492012-03-01 Keith Seitz <keiths@redhat.com>
6750
6751 * gdb.base/help.exp (help show user): Update expected result
6752 for new doc string changes (add "non-python").
6753
7d74f244
DE
67542012-03-01 Scott J. Goldman <scottjg@vmware.com>
6755
6756 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6757 be put in the user-defined category and that the commands appear in
6758 "help user-defined".
6759
1b611343
JB
67602012-02-29 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.ada/tagged_not_init: New testcase.
6763
99b1c762
JB
67642012-02-29 Joel Brobecker <brobecker@adacore.com>
6765
6766 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6767 * gdb.ada/enum_idx_packed: New testcase.
6768
2d4a02ee
JB
67692012-02-29 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.ada/aliased_array: New testcase.
6772
2e6fda7d
JB
67732012-02-29 Joel Brobecker <brobecker@adacore.com>
6774
6775 * gdb.ada/whatis_array_val: New testcase.
6776
9a7f938f
JK
67772012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 Fix disp-step-syscall.exp: fork: single step over fork.
6780 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6781 whitespaces.
6782 (single step over $syscall): Remove its check.
6783 (single step over $syscall final pc): New check.
6784
8703a944
JK
67852012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 Support processors without SSSE3.
6788 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6789 pabsd into ...
6790 (ssse3_test): ... a new function.
6791 (main): Call ssse3_test.
6792 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6793 Update expected values everywhere.
6794 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6795 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6796 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6797 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6798 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6799 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6800 Move these tests lower.
6801 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6802 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6803 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6804 New tests.
6805
c03e6ccc
YQ
68062012-02-29 Yao Qi <yao@codesourcery.com>
6807 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.trace/trace-mt.c: New.
6810 * gdb.trace/trace-mt.exp: New.
6811
7964b62a
TS
68122012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6813
2c8910ba
TS
6814 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6815 numbers instead of hardcoding them.
6816 * gdb.base/annota1.c: Provide suitable markers.
6817 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6818 numbers instead of hardcoding them.
6819 * gdb.base/annota3.c: Provide suitable markers.
6820
6821 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6822 * gdb.base/annota3.c: Likewise.
6823 * gdb.base/sigall.c: Likewise.
6824 * gdb.base/signals.c: Likewise.
6825 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6826
5a41c0b7
MR
68272012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6828
6829 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6830 failure return path.
6831
ebbbe5c5
LM
68322012-02-27 Luis Machado <lgustavo@codesourcery.com>
6833
6834 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6835
8d126d8a
LM
68362012-02-24 Luis Machado <lgustavo@codesourcery.com>
6837
6838 * gdb.base/cond-eval-mode.exp: New file.
6839
11337c2f
PA
68402012-02-24 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6843 (top level): Use with_test_prefix.
6844
13fc3e3c
PA
68452012-02-24 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.threads/attach-into-signal.exp (corefunc): Use
6848 with_test_prefix.
6849
07c1b626
JK
68502012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6851
6852 Fix false FAILs on old CPUs without SSE.
6853 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6854 Return untested for Illegal instruction.
6855
596ba138
JK
68562012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 Fix false FAILs with glibc debug infos installed.
6859 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6860 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6861
aeaa2474
SA
68622012-02-22 Sterling Augustine <saugustine@google.com>
6863
6864 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6865 constant with cast.
6866
aed555c9
PA
68672012-02-21 Pedro Alves <palves@redhat.com>
6868
6869 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6870
78afebb4
PA
68712012-02-21 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6874
fdcfef12
PA
68752012-02-21 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6878 with_test_prefix.
6879
0f4d39d5
PA
68802012-02-21 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6883 with_test_prefix here.
6884 (top level): Do it here instead. Remove `:' from the
6885 with_test_prefix string.
6886 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6887 the suffix `:' from the with_test_prefix prefix string.
6888 * gdb.base/break-interp.exp: Ditto.
6889 * gdb.base/catch-load.exp: Ditto.
6890 * gdb.base/disp-step-syscall.exp: Ditto.
6891 * gdb.base/jit-so.exp: Ditto.
6892 * gdb.base/jit.exp: Ditto.
6893 * gdb.base/sepdebug.exp: Ditto.
6894 * gdb.base/solib-display.exp: Ditto.
6895 * gdb.base/solib-overlap.exp: Ditto.
6896 * gdb.base/watch-cond-infcall.exp: Ditto.
6897 * gdb.base/watchpoint.exp: Ditto.
6898 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6899 * gdb.mi/mi-watch.exp: Ditto.
6900 * gdb.mi/mi2-watch.exp: Ditto.
6901 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6902 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6903 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6904 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6905 * gdb.threads/watchpoint-fork.exp: Ditto.
6906 * gdb.threads/watchthreads-reorder.exp: Ditto.
6907 * gdb.trace/change-loc.exp: Ditto.
6908 * gdb.trace/pending.exp: Ditto.
6909 * gdb.trace/status-stop.exp: Ditto.
6910 * gdb.trace/strace.exp: Ditto.
6911 * gdb.trace/trace-break.exp: Ditto.
6912 * gdb.trace/unavailable.exp: Ditto.
6913 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6914 suffix with colon. Adjust leading comments.
6915
6a5870ce
PA
69162012-02-21 Pedro Alves <palves@redhat.com>
6917 Tom Tromey <tromey@redhat.com>
6918
6919 * lib/gdb.exp: Add description of test prefixes.
6920 (with_test_prefix): New procedure.
6921 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6922 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6923 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6924 instead of lappend to append to pf_prefix.
6925 * gdb.base/catch-load.exp: Use with_test_prefix.
6926 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6927 * gdb.base/jit-so.exp: Use with_test_prefix.
6928 * gdb.base/jit.exp: Use with_test_prefix.
6929 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6930 lappend to append to pf_prefix.
6931 * gdb.base/sepdebug.exp: Use with_test_prefix.
6932 * gdb.base/solib-display.exp: Use with_test_prefix.
6933 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6934 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6935 * gdb.base/watchpoint.exp: Use with_test_prefix.
6936 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6937 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6938 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6939 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6940 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6941 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6942 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6943 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6944 append instead of lappend to append to pf_prefix.
6945 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6946 * gdb.trace/change-loc.exp: Use with_test_prefix.
6947 * gdb.trace/pending.exp: Use with_test_prefix.
6948 * gdb.trace/status-stop.exp: Use with_test_prefix.
6949 * gdb.trace/strace.exp: Use with_test_prefix.
6950 * gdb.trace/trace-break.exp: Use with_test_prefix.
6951 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6952 instead of lappend to append to pf_prefix.
6953
35dc4a6b
JK
69542012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6955
6956 Fix racy FAILs.
6957 * gdb.base/inferior-died.c (main): Add return of 0.
6958 * gdb.base/inferior-died.exp (continue): Fix expectation of
6959 asynchronous events.
6960 (p 1): New test.
6961
c5a006e6
PA
69622012-02-20 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6965 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6966 gdb's internal debug output. For the non-threaded case, look for
6967 "Program received signal SIGLARM", for the threaded case, peek at
6968 the thread's siginfo.
6969
cc51a170
PA
69702012-02-20 Pedro Alves <palves@redhat.com>
6971
6972 General cleanup, make output test messages unique, and build
6973 different executable files for the non-threaded and threaded
6974 cases.
6975
6976 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6977 Delete.
6978 (executable_nothr, executable_thr): New globals.
6979 (top level): Adjust to delete both executables.
6980 (corefunc): New parameter $executable. Set $pf_prefix instead of
6981 hand writing a prefix in tests. Issue a clean_restart and enable
6982 lin-lwp debug output here.
6983 (top level): Adjust. Use build_executable. Don't start gdb here,
6984 and don't enable lin-lwp debug output here.
6985 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6986
c755f03d
JK
69872012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6988
6989 Fix racy FAILs.
6990 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6991 "continue" command.
6992
6bec5e0a
JK
69932012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6994
6995 Fix for gdbserver non-extended mode.
6996 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6997 and gdb_run_cmd.
6998
2e8265fd
TT
69992012-02-17 Tom Tromey <tromey@redhat.com>
7000
7001 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7002 * gdb.python/py-events.exp: Check 'dir' output.
7003 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7004
9e507076
YQ
70052012-02-17 Yao Qi <yao@codesourcery.com>
7006
7007 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7008
32d22ab1
TT
70092012-02-16 Tom Tromey <tromey@redhat.com>
7010
7011 * gdb.base/inferior-died.c: Don't include stdio.h.
7012
9addecb9
TT
70132012-02-16 Tom Tromey <tromey@redhat.com>
7014
7015 * gdb.base/inferior-died.c: New file.
7016 * gdb.base/inferior-died.exp: New file.
7017
4cb6da1c
AR
70182012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7019
7020 * gdb.base/break-inline.exp: New file.
7021 * gdb.base/break-inline.c: New file.
7022
3af2590d
TT
70232012-02-15 Tom Tromey <tromey@redhat.com>
7024
7025 * gdb.base/pc-fp.exp: Add "info register" tests.
7026
29988831
TT
70272012-02-15 Tom Tromey <tromey@redhat.com>
7028
7029 * gdb.base/regs.exp: Remove.
7030
10010058
PA
70312012-02-15 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7034 the target doesn't support tracepoints.
7035 * gdb.trace/circ.exp: Ditto.
7036 * gdb.trace/collection.exp: Ditto.
7037 * gdb.trace/packetlen.exp: Ditto.
7038 * gdb.trace/passc-dyn.exp: Ditto.
7039 * gdb.trace/report.exp: Ditto.
7040 * gdb.trace/tfind.exp: Ditto.
7041 * gdb.trace/tspeed.exp: Ditto.
7042 * gdb.trace/tsv.exp: Ditto.
7043 * gdb.trace/unavailable.exp: Ditto.
7044 * gdb.trace/while-dyn.exp: Ditto.
7045
a2e0062d
PA
70462012-02-15 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7049 gdb_test_multiple, and call unsupported instead of fail, if the
7050 remote side does not support the request.
7051
a1999d40
PA
70522012-02-15 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7055 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7056 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7057 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7058 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7059 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7060 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7061 doesn't start with "extended-" already.
7062
7cee1e54
PA
70632012-02-15 Pedro Alves <palves@redhat.com>
7064
7065 Support extended-remote. Avoid cascading timeouts.
7066
7067 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7068 the extended-remote target. If attaching with no file fails, load
7069 the file manually.
7070 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7071
816338b5
SS
70722012-02-14 Stan Shebs <stan@codesourcery.com>
7073
7074 * gdb.base/ena-dis-br.exp: Add enable count test.
7075
cc30c4bd
PA
70762012-02-13 Pedro Alves <palves@redhat.com>
7077
7078 * config/mips-idt.exp: Delete.
7079 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7080 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7081 * gdb.base/break.exp: Remove mips-idt references.
7082 * gdb.base/chng-syms.exp: Ditto.
7083 * gdb.base/default.exp: Ditto.
7084 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7085 (top level): Don't call it.
7086 * gdb.base/opaque.exp: Remove mips-idt restarts.
7087 * gdb.base/ptype.exp: Remove mips-idt xfails.
7088 * gdb.base/scope.exp: Remove mips-idt restarts.
7089 * gdb.base/sepdebug.exp: Remove mips-idt references.
7090 * gdb.base/watchpoint.exp (maybe_clean_restart)
7091 (maybe_reinitialize): Delete.
7092 (test_disabling_watchpoints, test_disabling_watchpoints)
7093 (test_watchpoint_triggered_in_syscall)
7094 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7095 Don't call them.
7096
57008375
JK
70972012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7098
7099 * gdb.server/server-exec-info.exp: New file.
7100
4a2d9c08
PA
71012012-02-10 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7104 always non-empty.
7105 (test_attach): Always pass $exec to test_attach_gdb.
7106
09fa21bd
TT
71072012-02-08 Tom Tromey <tromey@redhat.com>
7108
7109 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7110 before inferior is started.
7111
f0823d2c
TT
71122012-02-07 Tom Tromey <tromey@redhat.com>
7113
7114 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7115 Symbol.value.
7116 * gdb.python/py-symbol.c (qq): Set default value.
7117
71182012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7119
7120 * gdb.python/py-symbol.c (qq): New global.
7121 * gdb.python/py-symbol.exp: Add test for frame-less
7122 lookup_symbol.
7123 * gdb.python/py-symtab.exp: Fix line number.
7124
f7e44f65
JB
71252012-02-03 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.ada/mi_task_arg: New testcase.
7128
4c9ed63c
PA
71292012-02-02 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7132 extended timeout.
7133
c0b9f2c6
PA
71342012-02-02 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7137 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7138
5f8cefd7
PA
71392012-02-02 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.base/term.exp: Rewrite.
7142 * gdb.base/term.c: New.
7143
2f3a2569
PA
71442012-02-02 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.base/default.exp (run "r" abbreviation, run): Add
7147 extended-remote expected output.
7148
f149aabd
TT
71492012-02-02 Tom Tromey <tromey@redhat.com>
7150
7151 * gdb.cp/dispcxx.exp: New file.
7152 * gdb.cp/dispcxx.cc: New file.
7153
03bef283
TT
71542012-02-01 Tom Tromey <tromey@redhat.com>
7155
7156 * gdb.base/jit-simple.exp: New file.
7157 * gdb.base/jit-simple.c: New file.
7158
a79b18b5
YQ
71592012-01-30 Yao Qi <yao@codesourcery.com>
7160
7161 * gdb.base/skip.exp: Make test result unique.
7162
f0d1a53e
JK
71632012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7166 compatibility with valgrind-3.7.0.
7167
4b3c9f41
PA
71682012-01-27 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.base/watchpoint.exp (no_hw): New global.
7171 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7172 disable hw watchpoints.
7173 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7174 don't expect hw watchpoints.
7175 (no_hw_watchpoints): Always clean restart.
7176 (do_tests): New procedure, factored out from the top level.
7177 (top level): Run tests twice. Once with hw watchpoints enabled,
7178 another time with hw watchpoints disabled.
7179
a13491c8
PA
71802012-01-27 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7183 out from the top level.
7184 (top level): Call it instead.
7185
f2c8a051
PA
71862012-01-27 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7189 watchpoints sooner.
7190
654d7a9e
PA
71912012-01-27 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7194
274f47f3
PA
71952012-01-27 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7198 "You may have requested too many hardware
7199 breakpoints/watchpoints".
7200
e4d63ba2
PA
72012012-01-27 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.base/watchpoint.exp (maybe_clean_restart)
7204 (maybe_reinitialize): New.
7205 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7206 expect "hit N times".
7207 (test_disabling_watchpoints, test_complex_watchpoint)
7208 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7209 Call maybe_clean_restart.
7210 (top level): Use clean_restart. Remove "mips-idt-*"
7211 reinitialization.
7212
dbd95daf
PA
72132012-01-27 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7216
f3ad2025
PA
72172012-01-27 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7220 require `initialize' anymore. Remove unnecessary `initialize'
7221 calls.
7222
100aa3ae
PA
72232012-01-27 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/watchpoint.exp (wp_set): Delete.
7226 (initialize, test_simple_watchpoint, top level): Remove dead code.
7227
c79a8e11
PA
72282012-01-27 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7231 typo.
7232
048fe15a
PA
72332012-01-27 Pedro Alves <palves@redhat.com>
7234
7235 * config/extended-gdbserver.exp: New file.
7236 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7237 comment.
7238 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7239 * boards/native-extended-gdbserver.exp: New file.
7240
4033a6bf
PA
72412012-01-26 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7244 and gdb_test_multiple.
7245
3d7f4b81
PA
72462012-01-26 Pedro Alves <palves@redhat.com>
7247
7248 Make test messages unique, and more identifiable.
7249 * gdb.multi/watchpoint-multi.exp: Change test messages.
7250
484abf42
TT
72512012-01-25 Tom Tromey <tromey@redhat.com>
7252
7253 * gdb.base/solib-disc.exp: Fix regexps.
7254
edcc5120
TT
72552012-01-24 Tom Tromey <tromey@redhat.com>
7256
7257 * lib/mi-support.exp (mi_expect_stop): Add special case for
7258 solib-event.
7259 * gdb.base/catch-load-so.c: New file.
7260 * gdb.base/catch-load.exp: New file.
7261 * gdb.base/catch-load.c: New file.
7262 * gdb.base/break-interp.exp (reach_1): Update regexp.
7263
30b91c90
JK
72642012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7265
7266 Fix fuzzy results.
7267 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7268 lpsimple and func.
7269
53fe1783
GB
72702012-01-24 Gary Benson <gbenson@redhat.com>
7271
7272 Delete #if 0'd out code.
7273 * gdb.base/default.exp (info catch): Remove.
7274 * gdb.base/gdb_history (info catch): Likewise.
7275 * gdb.base/help.exp (info catch): Likewise.
7276
d0d8b0c6
JK
72772012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7278
7279 Fix watchpoints to be specific for each inferior.
7280 * gdb.multi/watchpoint-multi.c: New file.
7281 * gdb.multi/watchpoint-multi.exp: New file.
7282
4403d8e9
JK
72832012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7284
7285 Fix watchpoints across inferior fork.
7286 * gdb.threads/watchpoint-fork-child.c: New file.
7287 * gdb.threads/watchpoint-fork-mt.c: New file.
7288 * gdb.threads/watchpoint-fork-parent.c: New file.
7289 * gdb.threads/watchpoint-fork-st.c: New file.
7290 * gdb.threads/watchpoint-fork.exp: New file.
7291 * gdb.threads/watchpoint-fork.h: New file.
7292
050a2e1d
PA
72932012-01-23 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/call-signal-resume.exp: Allow output after "return".
7296
6a52fb62
PA
72972012-01-20 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.python/py-finish-breakpoint.py: Fix typo.
7300
145b16a9
UW
73012012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7302
7303 * gdb.base/info-proc.exp: Also run on remote targets. Main
7304 "info proc" command is now always present; whether target supports
7305 actual info proc operation is detected when attempting to issue
7306 the command.
7307
26f6125e
JK
73082012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7309
7310 * .gdbinit: Remove.
7311
eb5227ce
PA
73122012-01-19 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7315 look at the funtions' returns.
7316 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7317 (jprint.print(int, int)): Change return type to int. Adjust.
7318
1db33378
PP
73192012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7320
7321 PR gdb/9538
7322 * gdb.base/sepdebug.exp: New test.
7323
b9736cf8
PA
73242012-01-18 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7327 Allow output before ^done.
7328
4aac40c8
TT
73292012-01-16 Tom Tromey <tromey@redhat.com>
7330
7331 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7332 Add tests for relative directory.
7333
cafec441
TT
73342012-01-16 Tom Tromey <tromey@redhat.com>
7335
7336 * gdb.base/printcmds.c (enum flag_enum): New.
7337 (three): New global.
7338 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7339 enum printing.
7340 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7341 FlagEnumerationPrinter.
7342 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7343 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7344 (fval): New global.
7345
abcc4978
PA
73462012-01-16 Pedro Alves <palves@redhat.com>
7347
7348 * lib/gdb.exp (banned_procedures): New variable.
7349 (banned_variables_traced): Rename to ...
7350 (banned_traced): ... this.
7351 (gdb_init): Also trace banned procedures.
7352 (gdb_finish): Also untrace banned procedures.
7353
97ccebe8
PA
73542012-01-16 Pedro Alves <palves@redhat.com>
7355
7356 Remove all calls to strace.
7357
2af7517b
JK
73582012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7359
7360 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7361 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7362
9241a8bc
PP
73632012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7364
7365 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7366 * gdb.base/pie-execl.exp: Likewise.
7367
3848a17f
KS
73682012-01-12 Keith Seitz <keiths@redhat.com>
7369
7370 PR mi/10586
7371 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7372 (do_anonymous_type_tests): New function.
7373 (main): Call do_anonymous_type_tests.
7374 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7375 (verify_everything): New procedure.
7376 * gdb.mi/mi-var-cp.cc (class A): New class.
7377 (anonymous_structs_and_unions): New function.
7378 (main): Call anonymous_structs_and_unions.
7379 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7380 (verify_everything): New procedure.
7381
440e2fca
KS
73822012-01-12 Keith Seitz <keiths@redhat.com>
7383
7384 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7385 (varobj_tree::get_path_expr): Assume that all varobjs are
7386 compound unless they are known simple types.
7387 Adjust path expressions based on parent type, path parent type,
7388 and tree language.
7389 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7390 the root varobj.
7391 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7392
675399c9
PA
73932012-01-11 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7396 core files on this machine" anymore.
7397
97ddaa9b
PH
73982012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7399
7400 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7401 (main): Repeat recurser call.
7402 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7403 equivalent to 'local_x'.
7404
ea733575 74052012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 7406 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
7407
7408 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7409
2ca0b532
PA
74102012-01-05 Pedro Alves <alves.ped@gmail.com>
7411
7412 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7413 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7414 * gdb.python/py-events.exp: Test that "step N" tripping on a
7415 breakpoint emits a breakpoint event.
7416
6e681866
JB
74172012-01-03 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.base/auxv.exp: Reformat the copyright notice.
7420
3c2d6aff
YQ
74212012-01-03 Yao Qi <yao@codesourcery.com>
7422
7423 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7424 (strace_trace_on_diff_addr): New.
7425 * gdb.trace/strace.c: (main): Add two local variables.
7426
0852fee3
UW
74272011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7428
7429 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7430 * gdb.cell/gcore.exp: Likewise.
7431 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7432 to verify the correct instance of main is selected.
7433
12c3e59c
JB
74342012-01-02 Joel Brobecker <brobecker@adacore.com>
7435
7436 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7437 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7438 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7439 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7440 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7441 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7442 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7443 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7444 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7445 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7446 gdb.threads/thread_check.c: Reformat copyright header.
7447
c0f378ec
EBM
74482011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7449
e4a7ca93 7450 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
7451 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7452 is not enabled.
7453
3bc96cfb
JK
74542011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7457 parameter to self_exec, adjust the function.
7458 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7459 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7460 (set var do_exit = 0): Remove test.
7461 (newline at end of file): Add one.
7462
095bcf5e
JB
74632011-12-27 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7466 New files.
7467
18d19bd1
JK
74682011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 Fix racy FAILs.
7471 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7472 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7473 (main): Call pthread_barrier_init for it.
7474
e809353a
JK
74752011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7476
7477 Fix double send_gdb leading to racy FAILs.
7478 * gdb.base/break.exp (set silent break bp_location1): Replace
7479 3x send_gdb and gdb_expect by gdb_test.
7480 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7481 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7482 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7483 instead of send_gdb. Twice.
7484 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7485 3x send_gdb and gdb_expect by gdb_test.
7486 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7487
da8cb7ec
JK
74882011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7489
7490 * gdb.linespec/linespec.exp: Compile using {c++}.
7491
ae1a303e
JK
74922011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7495 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7496 (verify GCC PR debug/51668): New test.
7497
cc72b2a2
KP
74982011-12-23 Kevin Pouget <kevin.pouget@st.com>
7499
7500 Introduce gdb.FinishBreakpoint in Python.
7501 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7502 py-finish-breakpoint2
7503 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7504 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7505 instead of line number.
7506 * gdb.python/py-finish-breakpoint.c: New file.
7507 * gdb.python/py-finish-breakpoint.exp: New file.
7508 * gdb.python/py-finish-breakpoint.py: New file.
7509 * gdb.python/py-finish-breakpoint2.cc: New file.
7510 * gdb.python/py-finish-breakpoint2.exp: New file.
7511 * gdb.python/py-finish-breakpoint2.py: New file.
7512
3b7962f9
JK
75132011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 Partial fix of compatibility with gcc-4.7.
7516 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7517 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7518 Add comment to add a PASS case in the future.
7519
6538471c
JK
7520 Fix compatibility with gcc-4.7.
7521 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7522
7052e42c
UW
75232011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7524
7525 PR tdep/12797
7526 * gdb.base/callfuncs.exp: Remove KFAIL.
7527
9ac7f98e
JB
75282011-12-21 Joel Brobecker <brobecker@adacore.com>
7529
7530 * gdb.ada/task_bp: New testcase.
7531
f6eeced0
JK
75322011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7535 -DNO_SECTIONS.
7536 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7537
72225e17
JK
75382011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7541 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7542 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7543 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7544 conditional for gcc <= 4.5.
7545
13ac8d2c
JK
75462011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7549 by XFAIL.
7550 * gdb.cp/static-method.exp (info addr A::func())
7551 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7552 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7553 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7554 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7555 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7556 (test value of F in k3_m): Likewise.
7557 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7558 Likewise.
7559
049682ba
JK
75602011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7563 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7564 Remove.
7565 * gdb.threads/attachstop-mt.c: Remove.
7566 * gdb.threads/attachstop-mt.exp: Remove.
7567
2c9d8796
MK
75682011-12-17 Mark Kettenis <kettenis@gnu.org>
7569
7570 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7571
e0f9f062
DE
75722011-12-16 Doug Evans <dje@google.com>
7573
f4aa2101 7574 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7575 * boards/native-gdbserver.exp: New file.
7576
e0f9f062
DE
7577 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7578 gdbserver output.
7579 (gdbserver_default_get_remote_address): New function.
7580 (gdbserver_start): Call gdb,get_remote_address to compute argument
7581 to "target remote" command.
7582
80b6e756
PM
75832011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7584
1c3ad6ab 7585 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7586 python print-stack. Add set/show python print-stack
7587 off|full|message tests.
7588
1576bd00
YQ
75892011-12-15 Yao Qi <yao@codesourcery.com>
7590
7591 * gdb.trace/strace.c: New
7592 * gdb.trace/strace.exp: New.
7593
d6a0f6e0
TT
75942011-12-14 Tom Tromey <tromey@redhat.com>
7595
7596 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7597
31015e1d
DE
75982011-12-14 Doug Evans <dje@google.com>
7599
7600 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7601
7b50312a
PA
76022011-12-14 Pedro Alves <pedro@codesourcery.com>
7603
7604 PR threads/10729
7605
7606 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7607 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7608
924437bc
PA
76092011-12-13 Pedro Alves <pedro@codesourcery.com>
7610 Doug Evans <dje@google.com>
7611
7612 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7613 (clean_restart): Remove references to the gdb_stub target board
7614 variable.
7615 (gdb_step_for_stub): Delete.
7616
7617 * gdb.base/annota1.exp: Remove all references to [target_info
7618 exists gdb_stub], gdb_step_for_stub and usestubs.
7619 * gdb.base/annota3.exp: Ditto.
7620 * gdb.base/async.exp: Ditto.
7621 * gdb.base/break.exp: Ditto.
7622 * gdb.base/code-expr.exp: Ditto.
7623 * gdb.base/commands.exp: Ditto.
7624 * gdb.base/completion.exp: Ditto.
7625 * gdb.base/condbreak.exp: Ditto.
7626 * gdb.base/consecutive.exp: Ditto.
7627 * gdb.base/cvexpr.exp: Ditto.
7628 * gdb.base/define.exp: Ditto.
7629 * gdb.base/display.exp: Ditto.
7630 * gdb.base/ena-dis-br.exp: Ditto.
7631 * gdb.base/environ.exp: Ditto.
7632 * gdb.base/gnu-ifunc.exp: Ditto.
7633 * gdb.base/maint.exp: Ditto.
7634 * gdb.base/pending.exp: Ditto.
7635 * gdb.base/sect-cmd.exp: Ditto.
7636 * gdb.base/sepdebug.exp: Ditto.
7637 * gdb.base/unload.exp: Ditto.
7638 * gdb.base/watchpoint-solib.exp: Ditto.
7639 * gdb.cp/annota2.exp: Ditto.
7640 * gdb.cp/annota3.exp: Ditto.
7641 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7642 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7643 * gdb.mi/mi-pending.exp: Ditto.
7644 * gdb.trace/circ.exp: Ditto.
7645 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7646 * gdb.base/list.exp: Ditto.
7647
7648 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7649 breakpoint function and all references to the usestubs macro.
7650 * gdb.base/exprs.c: Ditto.
7651 * gdb.base/freebpcmd.c: Ditto.
7652 * gdb.base/bitfields.c: Ditto.
7653 * gdb.base/bitfields2.c: Ditto.
7654 * gdb.base/break.c: Ditto.
7655 * gdb.base/call-sc.c: Ditto.
7656 * gdb.base/call-signals.c: Ditto.
7657 * gdb.base/callfuncs.c: Ditto.
7658 * gdb.base/charset.c: Ditto.
7659 * gdb.base/consecutive.c: Ditto.
7660 * gdb.base/constvars.c: Ditto.
7661 * gdb.base/funcargs.c: Ditto.
7662 * gdb.base/int-type.c: Ditto.
7663 * gdb.base/interrupt.c: Ditto.
7664 * gdb.base/langs0.c: Ditto.
7665 * gdb.base/list0.c: Ditto.
7666 * gdb.base/mips_pro.c: Ditto.
7667 * gdb.base/miscexprs.c: Ditto.
7668 * gdb.base/nodebug.c: Ditto.
7669 * gdb.base/opaque0.c: Ditto.
7670 * gdb.base/pointers.c: Ditto.
7671 * gdb.base/printcmds.c: Ditto.
7672 * gdb.base/ptype.c: Ditto.
7673 * gdb.base/recurse.c: Ditto.
7674 * gdb.base/reread1.c: Ditto.
7675 * gdb.base/reread2.c: Ditto.
7676 * gdb.base/restore.c: Ditto.
7677 * gdb.base/return.c: Ditto.
7678 * gdb.base/run.c: Ditto.
7679 * gdb.base/scope0.c: Ditto.
7680 * gdb.base/sepdebug.c: Ditto.
7681 * gdb.base/setshow.c: Ditto.
7682 * gdb.base/setvar.c: Ditto.
7683 * gdb.base/sigall.c: Ditto.
7684 * gdb.base/signals.c: Ditto.
7685 * gdb.base/structs.c: Ditto.
7686 * gdb.base/structs2.c: Ditto.
7687 * gdb.base/testenv.c: Ditto.
7688 * gdb.base/twice.c: Ditto.
7689 * gdb.base/unwindonsignal.c: Ditto.
7690 * gdb.base/watchpoint.c: Ditto.
7691 * gdb.base/watchpoints.c: Ditto.
7692 * gdb.base/whatis.c: Ditto.
7693 * gdb.cp/classes.cc: Ditto.
7694 * gdb.cp/cplusfuncs.cc: Ditto.
7695 * gdb.cp/derivation.cc: Ditto.
7696 * gdb.cp/formatted-ref.cc: Ditto.
7697 * gdb.cp/misc.cc: Ditto.
7698 * gdb.cp/overload.cc: Ditto.
7699 * gdb.cp/ovldbreak.cc: Ditto.
7700 * gdb.cp/ref-params.cc: Ditto.
7701 * gdb.cp/ref-types.cc: Ditto.
7702 * gdb.cp/templates.cc: Ditto.
7703 * gdb.cp/virtfunc.cc: Ditto.
7704 * gdb.hp/gdb.aCC/run.c: Ditto.
7705 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7706 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7707 * gdb.reverse/consecutive-reverse.c: Ditto.
7708 * gdb.reverse/sigall-reverse.c: Ditto.
7709 * gdb.reverse/until-reverse.c: Ditto.
7710 * gdb.reverse/watch-reverse.c: Ditto.
7711 * gdb.trace/actions.c: Ditto.
7712 * gdb.trace/circ.c: Ditto.
7713 * gdb.trace/collection.c: Ditto.
7714
fabde485
PA
77152011-12-13 Pedro Alves <pedro@codesourcery.com>
7716
7717 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7718 (func6, func7): New.
7719 (main): Call func6 and func7.
7720 * gdb.base/watchpoint.exp (test_wide_location_1)
7721 (test_wide_location_2): New.
7722 (top level): Re-enable hardware watchpoints if necessary. Call
7723 test_wide_location_1 and test_wide_location_2.
7724
ff7d1690
YQ
77252011-12-11 Yao Qi <yao@codesourcery.com>
7726
7727 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7728
a6af7abe
JB
77292011-12-11 Joel Brobecker <brobecker@adacore.com>
7730
7731 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7732 expected output for unsupported case.
7733
61638e15
JK
77342011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 PR testsuite/12649
7737 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7738 Protect gdb_test_multiple by final $gdb_prompt match.
7739
0a00efc3
JK
77402011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7741
7742 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7743 New variable, new test.
7744 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7745 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7746 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7747 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7748 them if HAVE_GCC_45682_FIXED is not set.
7749
4511b1ba
YQ
77502011-12-10 Yao Qi <yao@codesourcery.com>
7751
7752 * gdb.trace/status-stop.exp: New.
7753 * gdb.trace/status-stop.c: New.
7754
27949e73
JK
77552011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7756
7757 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7758 timeout.
7759
d8ea7931
TT
77602011-12-08 Tom Tromey <tromey@redhat.com>
7761
7762 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7763 condition.
7764
1cc310d2
SS
77652011-12-07 Stan Shebs <stan@codesourcery.com>
7766
7767 * gdb.trace/tfind.exp: Update for output changes.
7768
d482a875
PA
77692011-12-07 Pedro Alves <pedro@codesourcery.com>
7770
7771 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7772 throws "Cannot insert catchpoints in this configuration".
7773 * gdb.ada/mi_catch_ex.exp: Likewise.
7774
f0ba3972
PA
77752011-12-06 Pedro Alves <pedro@codesourcery.com>
7776
7777 * gdb.base/break-always.exp: Test changing memory at addresses
7778 with breakpoints inserted.
7779
f8eba3c6
TT
77802011-12-06 Joel Brobecker <brobecker@acacore.com>
7781
6fdff2c5
PA
7782 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7783 involving a fully qualified function name.
f8eba3c6
TT
7784
77852011-12-06 Tom Tromey <tromey@redhat.com>
7786
7787 * gdb.ada/homonym.exp: Add three breakpoint tests.
7788
77892011-12-06 Tom Tromey <tromey@redhat.com>
7790
7791 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7792 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7793 * gdb.objc/objcdecode.exp: Update for output changes.
7794 * gdb.linespec/linespec.exp: New file.
7795 * gdb.linespec/lspec.cc: New file.
7796 * gdb.linespec/lspec.h: New file.
7797 * gdb.linespec/body.h: New file.
7798 * gdb.linespec/base/two/thefile.cc: New file.
7799 * gdb.linespec/base/one/thefile.cc: New file.
7800 * gdb.linespec/Makefile.in: New file.
7801 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7802 output changes.
7803 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7804 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7805 makes one breakpoint.
7806 * gdb.cp/method2.exp (test_break): Update for output changes.
7807 * gdb.cp/mb-templates.exp: Update for output changes.
7808 * gdb.cp/mb-inline.exp: Update for output changes.
7809 * gdb.cp/mb-ctor.exp: Update for output changes.
7810 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7811 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7812 has multiple matches.
7813 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7814 error message change.
7815 * gdb.base/list.exp (test_list_filename_and_number): Update for
7816 error message change.
7817 * gdb.base/break.exp: Disable pending breakpoints. Update for
7818 output changes.
7819 * configure.ac: Add gdb.linespec.
7820 * configure: Rebuild.
7821 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7822
c642a434
UW
78232011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7824
7825 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7826 last_break register on s390*-*-* targets.
7827
b18003d1
JB
78282011-12-06 Joel Brobecker <brobecker@adacore.com>
7829
7830 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7831 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7832 of parameter X in procedure Foo.
7833
fe96589c
SS
78342011-12-05 Stan Shebs <stan@codesourcery.com>
7835
7836 * gdb.trace/tfind.exp: Update help string matches.
7837
1820ab47
JK
78382011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 * gdb.server/ext-run.exp (get process list): Accept also systemd
7841 as PID 1.
7842
e11ac3a3
JK
78432011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7844 Pedro Alves <pedro@codesourcery.com>
7845
7846 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7847 starting GDB.
7848 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7849 $use_gdb_stub.
7850 * gdb.base/display.exp: Likewise.
7851 * gdb.base/ending-run.exp: Likewise.
7852 * gdb.base/list.exp (test_listsize): Likewise.
7853 * gdb.base/setshow.exp: Likewise.
7854 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7855 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7856 check by global $use_gdb_stub.
7857 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7858 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7859 (default_gdb_init): Unset global $use_gdb_stub.
7860 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7861 by global $use_gdb_stub.
7862 * lib/gdbserver-support.exp: Extend comments for set_board_info
7863 gdb_protocol and gdb,socketport.
7864 (gdbserver_start_extended): Set global gdbserver_protocol and
7865 gdbserver_gdbport. Clear global use_gdb_stub.
7866 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7867 from target use_gdb_stub.
7868 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7869
1d41d75c
DE
78702011-12-03 Doug Evans <dje@google.com>
7871
7872 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7873 (gdb_step_for_stub): Add comments.
7874
d6d7a51a
MR
78752011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7876
7877 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7878 to the caller.
7879 (gdb_test_multiple): Likewise.
7880
05acf274
JK
78812011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 Fix gdb.mi/mi-solib.exp without system debug info installed.
7884 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7885 expect attribute, return 0 for it. Update comments.
7886
2268b414
JK
78872011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7890 (corrupted list): Adjust the expectation.
7891
585861ea
JK
78922011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7893
7894 PR threads/13448
7895 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7896 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7897 * gdb.threads/tls-var-main.c: New file.
7898 * gdb.threads/tls-var.c: New file.
7899 * gdb.threads/tls-var.exp: New file.
7900
968643aa
JK
79012011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 PR testsuite/12649
7904 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7905 Protect gdb_test_multiple by final $gdb_prompt match.
7906 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7907 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7908 (test_tracepoints): Likewise.
7909
9750bca9
JK
79102011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 PR breakpoints/13346
7913 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7914 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7915 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7916
ac1349b7
JB
79172011-12-01 Joel Brobecker <brobecker@adacore.com>
7918
7919 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7920 * gdb.ada/homonym/homonym.adb: For use of all types defined
7921 locally inside both Get_Value subprograms.
7922
26d44faf
JK
79232011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 Fix racy FAILs.
7926 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7927 of send_gdb.
7928
514f6425
UW
79292011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7930
7931 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7932 environment variable after test completed.
7933
4255c8d2
UW
79342011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7935
7936 * gdb.base/solib-nodir.exp: Skip if remote target.
7937 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7938 application. Call gdb_load_shlibs.
7939 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7940
a35ad96a
JB
79412011-11-29 Joel Brobecker <brobecker@adacore.com>
7942
7943 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7944
1a1d5513
JB
79452011-11-28 Joel Brobecker <brobecker@adacore.com>
7946
7947 * gdb.ada/fullname_bp: New testcase.
7948
50b4ddf8
JK
79492011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 PR testsuite/12649
7952 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7953 Wrap send_gdb into a new gdb_test.
7954
fb0aec57
JK
7955 Code cleanup.
7956 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7957 Convert send_gdb and gdb_expect to gdb_test_multiple.
7958
2376d946
JK
79592011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7962
1eec78bd
KS
79632011-11-23 Keith Seitz <keiths@redhat.com>
7964
7965 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7966 (mi_varobj_tree_test_children_callback): New proc.
7967 (mi_walk_varobj_tree): New proc.
7968
36dfb11c
TT
79692011-11-22 Tom Tromey <tromey@redhat.com>
7970
7971 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7972 Add "use_mi_command" argument.
7973 (mi_run_cmd, mi_run_with_cli): New procs.
7974 * gdb.mi/solib-lib.c: New file.
7975 * gdb.mi/solib-main.c: New file.
7976 * gdb.mi/mi-solib.exp: New file.
7977
0e965dd0
DE
79782011-11-21 Doug Evans <dje@google.com>
7979
7980 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7981 _Unwind_DebugHook is missing.
7982
f196051f
SS
79832011-11-20 Stan Shebs <stan@codesourcery.com>
7984
7985 * gdb.trace/tstatus.exp: New.
7986 * gdb.trace/actions.c: Include string.h.
7987
bfccc43c
YQ
79882011-11-18 Yao Qi <yao@codesourcery.com>
7989
7990 * gdb.trace/pending.exp: New.
7991 * gdb.trace/pending.c: New.
7992 * gdb.trace/pendshr1.c: New.
7993 * gdb.trace/pendshr2.c: New.
7994 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7995 tracepoint location becomes pending.
7996 (tracepoint_change_loc_2): New.
7997
73cd8ab1
DM
79982011-11-16 David S. Miller <davem@davemloft.net>
7999
8000 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8001 target is sparc*-*-linux*
8002
77426730
PK
80032011-11-15 Paul Koning <paul_koning@dell.com>
8004
8005 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8006 types.
8007
ed59ded5
DE
80082011-11-14 Doug Evans <dje@google.com>
8009
8010 * gdb.base/shell.exp: New file.
8011
405f8e94
SS
80122011-11-14 Stan Shebs <stan@codesourcery.com>
8013
8014 * gdb.trace/ftrace.c: New.
8015 * gdb.trace/ftrace.exp: New.
8016
1e4d1764
YQ
80172011-11-14 Yao Qi <yao@codesourcery.com>
8018
8019 * gdb.trace/change-loc-1.c: New.
8020 * gdb.trace/change-loc-2.c: New.
8021 * gdb.trace/change-loc.c: New.
8022 * gdb.trace/change-loc.exp: New.
8023 * gdb.trace/change-loc.h: New.
8024 * gdb.trace/trace-break.c (marker): Define new symbol.
8025 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8026 New.
1e4d1764
YQ
8027 (break_trace_same_addr_6): New.
8028
71eba9c2 80292011-11-12 Matt Rice <ratmice@gmail.com>
8030
8031 * gdb.base/info-macros.exp: Make tests for info definitions
8032 test info macro. Add tests for info macro argument processing.
8033 Rename a few tests.
8034
1d93e29a
KS
80352011-11-11 Keith Seitz <keiths@redhat.com>
8036
8037 PR gdb/12843
8038 * gdb.base/linespecs.exp: New file.
8039
a4b5b48a
DE
80402011-11-11 Doug Evans <dje@google.com>
8041
8042 * gdb.threads/print-threads.exp: Extend timeout for slower
8043 tests.
8044
f6b47be4
DE
80452011-11-10 Doug Evans <dje@google.com>
8046
792a0230
DE
8047 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8048 "record to end of main" test.
8049
f6b47be4
DE
8050 * gdb.python/py-type.c (TS): New typedef.
8051 (ts): New global.
8052 * gdb.python/py-type.exp: Test field list of typedef.
8053
22355c90
JB
80542011-11-10 Joel Brobecker <brobecker@adacore.com>
8055
8056 * gdb.ada/small_reg_param: New testcase.
8057
a7860e76
TT
80582011-11-09 Tom Tromey <tromey@redhat.com>
8059
8060 * gdb.cp/destrprint.exp: New file.
8061 * gdb.cp/destrprint.cc: New file.
8062
72a2e3dc
MI
80632011-11-08 Meador Inge <meadori@codesourcery.com>
8064
8065 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8066 (switch_stack_to_other): New test function.
8067 * gdb.arch/thumb-prologue.exp: New test cases.
8068
c7195df2 80692011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8070
8071 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8072
d3895d7d
YQ
80732011-11-08 Yao Qi <yao@codesourcery.com>
8074
8075 * gdb.exp (supports_process_record): New.
8076 (supports_reverse): New.
8077 * gdb.reverse/break-precsave.exp: Call support_process_record
8078 to run test conditionally.
8079 * gdb.reverse/consecutive-precsave.exp: Likewise.
8080 * gdb.reverse/i386-precsave.exp: Likewise.
8081 * gdb.reverse/machinestate-precsave.exp: Likewise.
8082 * gdb.reverse/solib-precsave.exp: Likewise.
8083 * gdb.reverse/step-precsave.exp: Likewise.
8084 * gdb.reverse/until-precsave.exp: Likewise.
8085 * gdb.reverse/watch-precsave.exp: Likewise.
8086 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8087 test conditionally.
8088 * gdb.reverse/consecutive-reverse.exp: Likewise.
8089 * gdb.reverse/finish-precsave.exp: Likewise.
8090 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8091 * gdb.reverse/finish-reverse.exp: Likewise.
8092 * gdb.reverse/i386-reverse.exp: Likewise.
8093 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8094 * gdb.reverse/machinestate.exp: Likewise.
8095 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8096 * gdb.reverse/sigall-precsave.exp: Likewise.
8097 * gdb.reverse/sigall-reverse.exp: Likewise.
8098 * gdb.reverse/solib-reverse.exp: Likewise.
8099 * gdb.reverse/step-reverse.exp: Likewise.
8100 * gdb.reverse/until-reverse.exp: Likewise.
8101 * gdb.reverse/watch-reverse.exp: Likewise.
8102
a59306a3
YQ
81032011-11-05 Yao Qi <yao@codesourcery.com>
8104
8105 * gdb.trace/trace-break.exp: Add test on setting two
8106 fast tracepoints at the same address.
8107
87769f59
JK
81082011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8111
3065dfb6
SS
81122011-11-02 Stan Shebs <stan@codesourcery.com>
8113
8114 * gdb.trace/collection.c: Add code using strings.
8115 * gdb.trace/collection.exp: Add tests of string collection.
8116
89e208db
JK
81172011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 * gdb.base/skip-solib.exp (executable_main): New variable.
8120 (binfile_main): Base it on that.
8121 Use $executable_main in clean_restart calls. Drop gdb_exit and
8122 gdb_start calls.
8123
405e54e9
JK
81242011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 Fix racy FAILs.
8127 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8128 breakpoint_re globals import by async. Set string_regex to .* for
8129 async. Remove the optional thread_selected_re and breakpoint_re
8130 globals expectations.
8131
58e8570a
JM
81322011-11-01 Joseph Myers <joseph@codesourcery.com>
8133
8134 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8135 well as Cygwin.
8136
7b35ec7f 81372011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8138
8139 Add tests for skip command.
89e208db
JK
8140 * gdb.base/skip-solib-lib.c: New
8141 * gdb.base/skip-solib-main.c: New
8142 * gdb.base/skip-solib.exp: New
8143 * gdb.base/skip.c: New
8144 * gdb.base/skip.exp: New
8145 * gdb.base/skip1.c: New
8146 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8147
b9fd1791
PA
81482011-10-31 Yao Qi <yao@codesourcery.com>
8149 Pedro Alves <pedro@codesourcery.com>
8150
6fdff2c5
PA
8151 * gdb.trace/trace-break.c: New.
8152 * gdb.trace/trace-break.exp: New.
b9fd1791 8153
4323fecc
JK
81542011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8157 break-here-2.
8158
0e5bf2a8
PA
81592011-10-28 Pedro Alves <pedro@codesourcery.com>
8160
8161 * gdb.threads/no-unwaited-for-left.c: New.
8162 * gdb.threads/no-unwaited-for-left.exp: New.
8163 * gdb.threads/non-ldr-exc-1.c: New.
8164 * gdb.threads/non-ldr-exc-1.exp: New.
8165 * gdb.threads/non-ldr-exc-2.c: New.
8166 * gdb.threads/non-ldr-exc-2.exp: New.
8167 * gdb.threads/non-ldr-exc-3.c: New.
8168 * gdb.threads/non-ldr-exc-3.exp: New.
8169 * gdb.threads/non-ldr-exc-4.c: New.
8170 * gdb.threads/non-ldr-exc-4.exp: New.
8171
3a3dad98
JK
81722011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8175 * gdb.base/attach-pie-misread.exp: Likewise.
8176 * gdb.base/break-interp.exp: Likewise.
8177 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8178 testcases for use_gdb_stub.
8179 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8180 (continue): New testcase.
8181 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8182 * gdb.threads/attach-into-signal.exp: Likewise.
8183 * gdb.threads/attach-stopped.exp: Likewise.
8184 * gdb.threads/attachstop-mt.exp: Likewise.
8185
d6a5d40c
PK
81862011-10-28 Paul Koning <paul_koning@dell.com>
8187
8188 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8189
ca539be8
JK
81902011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8191
8192 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8193 (mi_gdb_test): Import globals thread_selected_re
8194 and breakpoint_re. Expect them optionally at the regex start.
8195
d234ef5c
DE
81962011-10-27 Doug Evans <dje@google.com>
8197
8198 * gdb.python/python.exp: Test source -s.
8199
ab964825
PK
82002011-10-26 Paul Koning <paul_koning@dell.com>
8201
8202 * gdb.python/lib-types.cc (struct A): New structure.
8203 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8204
54d8a644
PK
82052011-10-25 Paul Koning <paul_koning@dell.com>
8206
8207 PR python/13327
d234ef5c 8208
54d8a644
PK
8209 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8210 fetch_lazy method.
8211
b0221781
YQ
82122011-10-24 Yao Qi <yao@codesourcery.com>
8213
8214 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8215 target is tic6x-*-*.
8216
6cda5a20
JB
82172011-10-21 Joel Brobecker <brobecker@adacore.com>
8218
8219 * gdb.ada/mi_task_info/task_switch.adb: New file.
8220 * gdb.ada/mi_task_info.exp: New file.
8221
5ed9db04
JK
82222011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8225 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8226
9df2fbc4
PM
82272011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8228
8229 PR python/12656
8230
8231 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8232 global_block tests.
8233
736086ba
TT
82342011-10-18 Tom Tromey <tromey@redhat.com>
8235
8236 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8237
4af31552
TT
82382011-10-18 Tom Tromey <tromey@redhat.com>
8239
8240 * gdb.base/source.exp: Don't include full file name in test name.
8241 * gdb.python/python.exp: Don't include full file name in test
8242 name.
8243
43136979
AR
82442011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8245
8246 * gdb.base/attach-pie-noexec.c: New files.
8247 * gdb.base/attach-pie-noexec.exp: New files.
8248
543a9323
JM
82492011-10-17 Joseph Myers <joseph@codesourcery.com>
8250
8251 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8252 prompt for each extra line in command.
8253
21ae7a4d
JK
82542011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8255
8256 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8257 Revert the part of:
8258 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8259 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8260 Change the expected string.
8261
20ec36d9
JK
82622011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8263
8264 Fix results with system glibc debug info installed.
8265 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8266 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8267 Accept also __libc_ symbol prefix and no prefix.
8268
6501c2fc
KS
82692011-10-14 Keith Seitz <keiths@redhat.com>
8270
8271 PR c++/13225
8272 * gdb.cp/converts.cc (foo3_1): New function.
8273 (foo3_2): New functions.
8274 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8275 and null pointer conversions of integer constant zero.
8276 Add test to check if all arguments are checked for incompatible
8277 conversion BADNESS.
8278
55b1fd0c
TT
82792011-10-14 Tom Tromey <tromey@redhat.com>
8280
8281 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8282 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8283 linespec.
8284
22c05d8a
JK
82852011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8286
8287 Fix internal error regression.
8288 * gdb.dwarf2/implptr-optimized-out.S: New file.
8289 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8290
1d6edc3c
JK
82912011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8294 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8295 (loclist): New.
8296 (4): New abbrev.
8297 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8298 Use prepare_for_testing, remove clean_restart.
8299 (p arraynoloc, p arraycallnoloc): New tests.
8300
9ec72168
JK
83012011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8302
8303 * gdb.cp/namespace-enum.exp (executable): New variable.
8304 (binfile): Use ${objdir}/${subdir}/ prefix.
8305 Use ${executable} for clean_restart.
8306
9c6c53f7
SA
83072011-10-11 Sterling Augustine <saugustine@google.com>
8308
8309 * gdb.cp/Makefile.in: Add namespace-enum test.
8310 * gdb.cp/namespace-enum.exp: New file.
8311 * gdb.cp/namespace-enum.c: New file.
8312 * gdb.cp/namespace-enum-main.c: New file.
8313
fac7ceb3
UW
83142011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8315
8316 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8317 sysroot.
8318
941b2081
JK
83192011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8320
8321 Reimplement @entry in input expressions.
8322 * gdb.base/exprs.c (v_int_array_init): New variable.
8323 * gdb.base/exprs.exp (print v_int_array_init)
8324 (print *v_int_array_init@1, print *v_int_array_init@2)
8325 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8326 (print v_int_array_init[1]@1): New tests.
8327
0344e878
JM
83282011-10-10 Joseph Myers <joseph@codesourcery.com>
8329
8330 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8331 expected message.
8332
5a56e9c5
DE
83332011-10-09 Doug Evans <dje@google.com>
8334
8335 * gdb.base/alias.exp: Add tests for alias command.
8336
2bda9cc5
JK
83372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8338
8339 * gdb.arch/amd64-entry-value.s: New file.
8340 * gdb.mi/mi2-amd64-entry-value.s: New file.
8341
a471c594
JK
83422011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 Display @entry parameter values even for references.
8345 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8346 functions.
8347 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8348 reference and datap_input.
8349 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8350 breakpoints.
8351 (continue to breakpoint: entry_reference: reference)
8352 (entry_reference: bt at entry)
8353 (continue to breakpoint: entry_reference: breakhere_reference)
8354 (entry_reference: bt, entry_reference: ptype regparam)
8355 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8356 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8357 (entry_reference: p regcopy, entry_reference: p nodataparam)
8358 (entry_reference: p nodataparam@entry): New tests.
8359
36b11add
JK
83602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8361
8362 Support @entry in input expressions.
8363 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8364 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8365 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8366 (tailcall: p j@entry): New tests.
8367 * gdb.cp/koenig.cc (A::entry): New function.
8368 (main): Call it.
8369 * gdb.cp/koenig.exp (p entry (c)): New test.
8370
e18b2753
JK
83712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8372
8373 Display @entry parameter values (without references).
8374 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8375 (different, validity, invalid): New functions.
8376 (main): Call them.
8377 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8378 stacktest, breakhere_stacktest, different, breakhere_different,
8379 breakhere_validity and breakhere_invalid.
8380 (entry: bt): Update for @entry.
8381 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8382 (entry_validity: *, entry_invalid: *): Many new tests.
8383 * gdb.base/break.exp
8384 (run until breakpoint set at small function, optimized file): Accept
8385 also the @entry suffix.
8386 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8387 * gdb.mi/mi2-amd64-entry-value.c: New files.
8388 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8389
2d6c5dc2
JK
83902011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 Protect entry values against self tail calls.
8393 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8394 (main): Call self.
8395 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8396 (set debug entry-values 1, self: bt debug entry-values): New tests.
8397
111c6489
JK
83982011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 Recognize virtual tail call frames.
8401 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8402 (amb_b, amb_a): New.
8403 (main): Call a and b.
8404 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8405 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8406 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8407 New tests.
8408
8e3b41a9
JK
84092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 Implement basic support for DW_TAG_GNU_call_site.
8412 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8413 * gdb.arch/amd64-entry-value.cc: New file.
8414 * gdb.arch/amd64-entry-value.exp: New file.
8415
181cebd4
JK
84162011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8419 * gdb.dwarf2/implptr-64bit.S: New file.
8420 * gdb.dwarf2/implptr-64bit.exp: New file.
8421
741f5e3c
JK
84222011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 Fix initial language detection with -readnow.
8425 * gdb.cp/readnow-language.cc: New file.
8426 * gdb.cp/readnow-language.exp: New file.
8427
a73d2258
JK
84282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 Fix printed anonymous struct name.
8431 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8432
af369495
JM
84332011-10-09 Joseph Myers <joseph@codesourcery.com>
8434
8435 * gdb.base/solib-symbol.exp: Do not include directories in
8436 filenames in expected messages.
8437
1fa57852
DE
84382011-10-07 Doug Evans <dje@google.com>
8439
8440 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8441
bd054e06
KP
84422011-10-07 Kevin Pouget <kevin.pouget@st.com>
8443
8444 Allow Python notification of new object-file loadings.
8445 * gdb.python/py-events.exp: Test newobjfile event.
8446 * gdb.python/py-events.py: Register newobjfile callback.
8447 * gdb.python/py-events.c: Add call to shared library
8448 * gdb.python/py-events-shlib.c: New file.
8449
8031b6f8
JM
84502011-10-06 Joseph Myers <joseph@codesourcery.com>
8451
8452 * gdb.base/fixsection.exp: Do not include directories in filename
8453 in expected message.
8454
7fea6923
PM
84552011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8456
8457 Add tests for passing of environment variables to inferior.
8458 * gdb.base/testenv.c: New test source.
8459 * gdb.base/testenv.exp: New expect test.
8460
687f2a88
PK
84612011-10-04 Paul Koning <paul_koning@dell.com>
8462
8463 * gdb.python/py-value.c (main): Break before return.
8464
cb6be26b
KP
84652011-10-04 Kevin Pouget <kevin.pouget@st.com>
8466
8467 PR python/12691: Add the inferior to Python exited event
8468 * gdb.python/py-events.exp: Test the inferior attribute of exited
8469 event with a fork.
8470 * gdb.python/py-events.py: Print inferior number on exit.
8471 * gdb.python/py-events.c: Fork the inferior.
8472
fb213700
EBM
84732011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8474
8475 * gdb.base/jit.exp: Add testcase name to log message
8476
aa2071bd
PK
84772011-10-03 Paul Koning <paul_koning@dell.com>
8478 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.python/py-value.exp
8481 (python inval = gdb.parse_and_eval('*(int*)0'))
8482 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8483 (set argc=2, python print argc_lazy): New tests.
8484
dd11a36c
JB
84852011-10-02 Joel Brobecker <brobecker@adacore.com>
8486
8487 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8488
46f886f1
JK
84892011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8490 Pedro Alves <pedro@codesourcery.com>
8491
8492 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8493 can_read_0, test for it.
8494 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8495 (parse_and_eval with memory error): ... here, make it untested if
8496 can_read_0.
8497
c5cb204f
MP
84982011-09-30 Marek Polacek <mpolacek@redhat.com>
8499
8500 * gdb.python/python.exp (verify pagination beforehand)
8501 (verify pagination afterwards): Fix race by splitting the line.
8502
68fb0ec0
JM
85032011-09-29 Joseph Myers <joseph@codesourcery.com>
8504
8505 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8506 for 64-bit multilibs from i?86-* targets.
8507
6aee0d90
MP
85082011-09-29 Marek Polacek <mpolacek@redhat.com>
8509
8510 * lib/gdb.exp: Fix a typo in one of the comments.
8511
e9101ff5
MP
85122011-09-29 Marek Polacek <mpolacek@redhat.com>
8513
8514 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8515 matching pattern.
8516
7a81bdbf
PK
85172011-09-28 Paul Koning <paul_koning@dell.com>
8518
8519 * gdb.python/py-type.c (enum E): New.
8520 * gdb.python/py-type.exp (test_fields): Add tests for Python
8521 mapping access to fields.
8522 (test_enums): New test for field access on enums.
8523
6710bf39
SS
85242011-09-27 Stan Shebs <stan@codesourcery.com>
8525
8526 * gdb.trace/collection.exp: Test collection of $_ret.
8527
b2a6bdeb
AT
85282011-09-22 Andreas Tobler <andreast@fgznet.ch>
8529
8530 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8531 list of compilation switches for <*-*-freebsd*>.
8532
3c9057f3
SS
85332011-09-19 Stan Shebs <stan@codesourcery.com>
8534
8535 * gdb.trace/tspeed.exp: New file.
8536 * gdb.trace/tspeed.c: New file.
8537
34518530
YQ
85382011-09-18 Yao Qi <yao@codesourcery.com>
8539
8540 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8541 instructions.
8542 (test_adr_32bit, test_pop_pc): Likewise.
8543 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8544 Thumb instructions.
8545 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8546 in gdb_test_multiple.
8547 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8548
ab254057
YQ
85492011-09-17 Yao Qi <yao@codesourcery.com>
8550
8551 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8552 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8553 support single step to signal handler.
8554
9c317b71
YQ
85552011-09-17 Yao Qi <yao@codesourcery.com>
8556
8557 * gdb.base/disp-step-fork.c: New.
8558 * gdb.base/disp-step-syscall.exp: New.
8559 * gdb.base/disp-step-vfork.c: New.
8560
a8123151
JB
85612011-09-16 Joel Brobecker <brobecker@adacore.com>
8562
8563 * gdb.ada/tasks.exp: Make the expected output for
8564 the `info tasks' tests more resilient to spacing
8565 changes.
8566
63a9aad8
JK
85672011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8568
8569 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8570 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8571
2aa48337
KP
85722011-09-15 Kevin Pouget <kevin.pouget@st.com>
8573
8574 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8575 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8576
6839b47f
KP
85772011-04-30 Kevin Pouget <kevin.pouget@st.com>
8578
8579 Handle multiple breakpoint hits in Python interface:
8580 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8581 presence.
8582 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8583 breakpoint hits.
8584
0935723e
JK
85852011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8586 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * gdb.python/py-events.exp: Remove pretty printing comment.
8589 * gdb.python/py-evsignal.exp: New file.
8590 * gdb.python/py-evthreads.c: Include signal.h.
8591 (thread3): Remove variable count3. Remove variable bad and use raise
8592 instead.
8593 (thread2): Remove variable count2. Move thread3 pthread_create here,
8594 merge pthread_join to a single line.
8595 (main): Remove variable count1. Merge pthread_join with pthread_create
8596 to a single line.
8597 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8598 KFAIL python/12966 for gdbserver. Test return value of
8599 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8600 gdb_expect by gdb_test and gdb_test_multiple.
8601 (thread 2, thread 3): New tests.
8602
4801a9a3
PA
86032011-09-12 Matt Rice <ratmice@gmail.com>
8604 Pedro Alves <pedro@codesourcery.com>
8605
8606 PR gdb/13175
8607
8608 * gdb.base/interp.exp: New tests.
8609 * gdb.base/interp.c: New file.
8610
24ece742
DE
86112011-09-12 Doug Evans <dje@google.com>
8612
8613 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8614 * gdb.dwarf2/typeddwarf.exp: Ditto.
8615
7f062217
JK
86162011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8617
8618 Fix compatibility with x32 arch.
8619 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8620 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8621 is_x86_like_target.
8622 * testsuite/gdb.trace/collection.exp: Likewise.
8623 * testsuite/gdb.trace/report.exp: Likewise.
8624 * testsuite/gdb.trace/unavailable.exp: Likewise.
8625 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8626 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8627 (is_x86_like_target): Check also is_amd64_regs_target.
8628
08711b9a
JK
86292011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8630
8631 PR breakpoints/12435
8632 * gdb.arch/amd64-prologue-xmm.c: New file.
8633 * gdb.arch/amd64-prologue-xmm.exp: New file.
8634 * gdb.arch/amd64-prologue-xmm.s: New file.
8635
b99b5f66
JK
86362011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8637
8638 * gdb.dwarf2/dw2-param-error-main.c: New file.
8639 * gdb.dwarf2/dw2-param-error.S: New file.
8640 * gdb.dwarf2/dw2-param-error.exp: New file.
8641
a391a2f6
PA
86422011-09-08 Pedro Alves <pedro@codesourcery.com>
8643
8644 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8645 inferior's pid and look for a core dump named core.$pid. Use
8646 `remote_file' commands on the host instead of hand coding shell
8647 commands on the build.
8648 * gdb.base/valgrind-db-attach.exp: Kill the program before
8649 finishing the test.
8650
7d8e6458 86512011-09-02 Matt Rice <ratmice@gmail.com>
8652
8653 * lib/prompt.exp: New file for testing the first prompt.
8654 * gdb.python/py-prompt.exp: Ditto.
8655 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8656
68e77c9e
PA
86572011-09-02 Pedro Alves <pedro@codesourcery.com>
8658
8659 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8660 0, before testing gcore.
8661
9655e943
JK
86622011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8663
df6dc84d
JK
8664 * dw2-ifort-parameter-debug.S: Update copyright year.
8665 * dw2-ifort-parameter.c: Update copyright year.
8666 * dw2-ifort-parameter.exp: Update copyright year.
8667
9655e943
JK
8668 * dw2-ifort-parameter-debug.S: New file.
8669 * dw2-ifort-parameter.c: New file.
8670 * dw2-ifort-parameter.exp: New file.
8671
353d1d73
JK
86722011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 * gdb.base/commands.exp (error_clears_commands_left): New function.
8675 (): Call it.
8676
5c07461a
JK
86772011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8680 (C): Initialize `a'.
8681 * gdb.mi/mi-inheritance-syntax-error.exp
8682 (-data-evaluate-expression $path): Expect `a' as 5.
8683
0d932b2f
MK
86842011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8685
8686 PR mi/11912
8687 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8688 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8689 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8690 keyword in output of -var-info-path-expression.
8691
bdb54049
JK
86922011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8693
8694 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8695 * gdb.trace/collection.exp: Likewise.
8696 * gdb.trace/report.exp: Likewise.
8697 * gdb.trace/unavailable.exp: Likewise.
8698 * gdb.trace/while-dyn.exp: Likewise.
8699
59cde39c
KS
87002011-08-18 Keith Seitz <keiths@redhat.com>
8701
8702 PR c++/12266
8703 * gdb.cp/meth-typedefs.cc: New file.
8704 * gdb.cp/meth-typedefs.exp: New file.
8705
fa3a4f15
PM
87062011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8707
6fdff2c5 8708 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 8709
c1049fca
JK
87102011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 * gdb.arch/i386-dr3-watch.exp
8713 (watchpoint on gap1 does not fit debug registers)
8714 (delete all watchpoints): Fix racy expect strings.
8715
d93f7b5c
YQ
87162011-08-14 Yao Qi <yao@codesourcery.com>
8717
8718 * gdb.base/maint.exp: set data_section to ".neardata".
8719 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8720 * gdb.base/savedregs.exp: Handle SIGILL.
8721 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8722 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8723
457e09f0
DE
87242011-08-12 Doug Evans <dje@google.com>
8725
8726 * gdb.python/py-symbol.exp: Add test for symbol.type.
8727
5d0bb2fb
UW
87282011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8729
8730 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8731 * gdb.mi/mi-pthreads.exp: Likewise.
8732 * gdb.mi/mi2-pthreads.exp: Likewise.
8733 * gdb.mi/gdb669.exp.exp: Likewise.
8734
fcdfa280
PA
87352011-08-09 Pedro Alves <pedro@codesourcery.com>
8736
8737 * lib/mi-support.exp (detect_async): Rename to...
8738 (mi_detect_async): ... this.
8739 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8740 * gdb.mi/mi-nonstop.exp: Adjust.
8741 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8742 * gdb.mi/mi-nsintrall.exp: Adjust.
8743 * gdb.mi/mi-nsmoribund.exp: Adjust.
8744 * gdb.mi/mi-nsthrexec.exp: Adjust.
8745
9d8fa392
PA
87462011-08-09 Pedro Alves <pedro@codesourcery.com>
8747
8748 * gdb.base/display.c (do_loops): New `p_i' local.
8749 * gdb.base/display.exp: Test displaying a variable that is
8750 temporarily at a bad address.
8751
b6cede78
JK
87522011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8755 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8756
67bedb8c
JK
87572011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8758
8759 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8760 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8761 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8762
af6e93b2
PA
87632011-08-05 Pedro Alves <pedro@codesourcery.com>
8764
8765 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8766 procedure.
8767 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8768
1cf0e11f
YQ
87692011-08-05 Yao Qi <yao@codesourcery.com>
8770
8771 * gdb.base/callfuncs.exp: Set language after main.
8772 * gdb.cp/cplusfuncs.exp: Likewise.
8773 * gdb.cp/inherit.exp: Likewise.
8774
a1e28cb2
UW
87752011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8776
8777 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8778 * gdb.base/watch-vfork.exp: Skip on remote targets.
8779
d4f5bbb9
UW
87802011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8781
8782 * gdb.threads/thread-find.exp: Support remote targets.
8783
724f4f80
UW
87842011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8785
8786 * gdb.base/jit.exp: Download solib_binfile to target.
8787 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8788 and call dlopen without full path name.
8789 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8790 dlopen without full path name.
8791
934709f0
PW
87922011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8793
8794 * gdb.base/break-always.exp: Complete the test
8795 with duplicated breakpoints and enabling/disabling them.
8796
c26106c4
TT
87972011-08-02 Tom Tromey <tromey@redhat.com>
8798
8799 PR gdb/11289:
8800 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8801
9300444e 88022011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8803
8804 PR gdb/13045
8805 * gdb.base/float.exp: Add new test case for PR gdb/13045
8806 * gdb.base/float.c: New file.
8807
00bd41d6
PM
88082011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8809
8810 * gdb.python/py-mi.exp: Test printers returning string hint, and
8811 also not returning a value.
8812 * gdb.python/py-prettyprint.c: Add testcase for above.
8813 * gdb.python/py-prettyprint.py: Add test printer for above.
8814
d24f74ce
JK
88152011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8818 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8819 (.Ldie30) Add as field "data4".
8820 (.Ldie32) Rename field "b" to "shl".
8821 (abbrev4) Change for the "data4" field.
8822 (abbrev5, abbrev6) Remove.
8823 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8824 (p &s.shl): ... here. Add comment.
8825 (p &s.data4): New.
8826
bb7da2bf
JK
88272011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 Fix crash on lval_computed values.
8830 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8831
11081198
JK
88322011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8833
8834 * gdb.base/help.exp (help whatis): Update the expected string.
8835
3c6e0cb3
JK
88362011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8837
8838 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8839 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8840 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8841 Change the expected string.
8842
efa80663
PA
88432011-07-26 Pedro Alves <pedro@codesourcery.com>
8844
8845 * gdb.base/watchpoint.exp
8846 (test_disable_enable_software_watchpoint): New procedure.
8847 (top level): Run it.
8848
db8e4570
UW
88492011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8850
8851 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8852 executable file "${binfile}", C++ version "${binfile}-cxx".
8853 * gdb.python/py-prettyprint.exp: Likewise.
8854 * gdb.python/py-symbol.exp: Likewise.
8855 * gdb.python/py-type.exp: Likewise.
8856 * gdb.python/py-value.exp: Likewise.
8857 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8858 file name instead of just suffix.
8859
543305c9
JK
88602011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 Fix implicit pointer offsets.
8863 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8864 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8865 (continue to breakpoint: continue to baz breakpoint for implptr)
8866 (sanity check element 0, sanity check element 1)
8867 (enter the inlined function, check element 0 for the offset)
8868 (check element 1 for the offset)
8869 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8870 (set foo breakpoint for implptr): Update the breakpoint number.
8871
b3215adc
UW
88722011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8873
8874 * gdb.python/py-mi.exp: Use different file names for different
8875 versions of the executable under test.
8876 * gdb.python/py-prettyprint.exp: Likewise.
8877 * gdb.python/py-symbol.exp: Likewise.
8878 * gdb.python/py-template.exp: Likewise.
8879 * gdb.python/py-type.exp: Likewise.
8880 * gdb.python/py-value.exp: Likewise.
8881
182b9acc
UW
88822011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8883
8884 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8885 flag after restarting GDB if necessary.
8886
e6052b5d
UW
88872011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8888
8889 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8890
1ced966e
PA
88912011-07-22 Pedro Alves <pedro@codesourcery.com>
8892
8893 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8894 backend doesn't leave used debug registers behind.
8895
3543a589
TT
88962011-07-22 Tom Tromey <tromey@redhat.com>
8897
8898 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8899 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8900 argument.
8901 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8902
14d15303 89032011-07-21 Matt Rice <ratmice@gmail.com>
8904
8905 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8906 in mostlyclean rule. Add files ending in .core.
8907
9b158ba0 89082011-07-21 Matt Rice <ratmice@gmail.com>
8909
8910 PR macros/12999
8911 * gdb.base/info-macros.c: New test sources.
8912 * gdb.base/info-macros.exp: New tests.
8913
d17b6f81
PM
89142011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8915
8916 * gdb.python/python.exp: Add prompt substitution tests.
8917
918dd910
JK
89182011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 Fix crash if referenced CU is aged out.
8921 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8922 New.
8923 * gdb.dwarf2/implptr.exp: Likewise.
8924
0e37a63c
JK
89252011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8926
8927 * gdb.dwarf2/implptr.S: Rebuilt.
8928 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8929 (bar): Use them for j, k, l.
8930 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8931 COMPILE.
8932 (print j in implptr:bar): Update for the intp typedef.
8933 (print p[0].x in implptr:foo): Use more exact regex.
8934
f65cf84c
TT
89352011-07-18 Tom Tromey <tromey@redhat.com>
8936
8937 * gdb.cp/static-method.exp: Add missing single quote.
8938
d5b4a7be
YQ
89392011-07-18 Yao Qi <yao@codesourcery.com>
8940
8941 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8942 supported.
8943 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8944 * gdb.mi/mi-nonstop.exp: Likewise.
8945 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8946 * gdb.mi/mi-nsintrall.exp: Likewise.
8947 * gdb.mi/mi-nsmoribund.exp: Likewise.
8948 * gdb.mi/mi-nsthrexec.exp: Likewise.
8949 * gdb.python/py-evthreads.exp: Likewise.
8950
e9ea2662
JK
89512011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 Code cleanup.
8954 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8955 it. Substitute it instead of test_compiler_info everywhere.
8956
ce451573
UW
89572011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8958
8959 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8960 remote targets as well.
8961
756d88a7
UW
89622011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8963
8964 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8965 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8966
31f83dc5
UW
89672011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8968
8969 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8970 a remote machine, not the host.
8971 (gdb_compile_shlib): Set soname if target is remote.
8972
059241a0
PP
89732011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8974
8975 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8976
28a0b48c 89772011-07-13 Matt Rice <ratmice@gmail.com>
8978
8979 * gdb.python/py-objfile-script-gdb.py: Renamed to
8980 py-objfile-script-gdb.py.in.
8981 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8982 py-objfile-script-gdb.py.
8983 * gdb.python/py-objfile-script.exp: Update reference to
8984 py-objfile-script-gdb.py.
8985
9a771b67
JK
89862011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8989 reference undefined label.
8990
04ad99e6
JK
89912011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8994 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8995 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8996 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8997
713389e0
PM
89982011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8999
6fdff2c5 9000 PR python/12438
713389e0 9001 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9002 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9003
97d146f8
JK
90042011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9005
9006 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9007 debug info.
9008
facde0e5 90092011-07-06 Matt Rice <ratmice@gmail.com>
9010
9011 * gdb.python/python.exp: Update filename paths.
9012 * gdb.python/py-symtab.exp: Ditto.
9013
438640d1
MP
90142011-07-06 Marek Polacek <mpolacek@redhat.com>
9015
9016 * gdb.python/py-evthreads.exp: Add missing `$'.
9017
33a365df
MF
90182011-07-06 Jie Zhang <jie.zhang@analog.com>
9019
9020 * config/bfin.exp: New file.
9021 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9022 * gdb.asm/bfin.inc: New file.
9023
8f7ae686
MP
90242011-07-06 Marek Polacek <mpolacek@redhat.com>
9025
df46027d 9026 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9027 the whole output.
9028
eb2a6f42
TT
90292011-07-05 Tom Tromey <tromey@redhat.com>
9030
9031 * gdb.java/jprint.java (jprint.hi): New field.
9032 * gdb.java/jprint.exp: Print string.
9033
177b42fe
TJB
90342011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9035
9036 * gdb.base/call-sc.c: Fix typos.
9037 * gdb.base/ifelse.exp: Likewise.
9038 * gdb.base/structs.c: Likewise.
9039
3b2a0cf2
JB
90402011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9041
9042 * gdb.base/jit-so.exp: New test.
9043 * gdb.base/jit-dlmain.c: New file.
9044 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9045
46fc714c
JK
90462011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9047
9048 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9049 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9050 * gdb.cp/pr9167.exp (p b): Likewise.
9051 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9052 (test value of P in inner_m, test type of Z in inner_m): Call
9053 setup_xfail for gcc <= 4.5.
46fc714c 9054
418c7cf7
JK
90552011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9056
9057 * gdb.cp/paren-type.cc: New files.
9058 * gdb.cp/paren-type.exp: New files.
9059
3d50dd94
JK
90602011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 Stop on first linespec terminator instead of eating what we can.
9063 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9064 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9065 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9066 (break C::f()): ... this one.
9067 (break C::operator()()): New test.
9068 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9069 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9070 test.
9071
dcf9f4ab
JK
90722011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 Fall back linespec to minimal symbols.
9075 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9076 error message.
9077 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9078 * gdb.cp/minsym-fallback-main.cc: New file.
9079 * gdb.cp/minsym-fallback.cc: New file.
9080 * gdb.cp/minsym-fallback.exp: New file.
9081 * gdb.cp/minsym-fallback.h: New file.
9082
3f542ed1
JK
90832011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 * gdb.cp/no-dmgl-verbose.cc: New file.
9086 * gdb.cp/no-dmgl-verbose.exp: New file.
9087
90882011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9089
9090 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9091 __GI_.
9092 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9093 (f): New function.
9094 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9095 (complete p 'func<short>(): ... here.
9096 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9097 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9098 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9099 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9100 Make them KFAIL gcc/49546.
9101
00eb2c4a
JB
91022011-07-01 Joel Brobecker <brobecker@adacore.com>
9103
9104 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9105
85a20c42
JK
91062011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 Test GCC PR debug/49546.
9109 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9110 (test type of F in k3_m, test value of F in k3_m): New.
9111 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9112 (main): New variable k3. Call k3.k3_m.
9113
d2d43431
JB
91142011-07-01 Jean-Charles Delay <delay@adacore.com>
9115
9116 * gdb.ada/packed_array.exp: Fix expected outout.
9117
54ae186f
JB
91182011-07-01 Jean-Charles Delay <delay@adacore.com>
9119
9120 * gdb.ada/packed_array.exp: fixed expected output.
9121
8f17729f
JB
91222011-07-01 Joel Brobecker <brobecker@adacore.com>
9123
9124 * gdb.ada/same_enum: New testcase.
9125
f5aa6869
JB
91262011-07-01 Joel Brobecker <brobecker@adacore.com>
9127
9128 * gdb.ada/ptr_typedef: New testcase.
9129
828292f2
JB
91302011-07-01 Joel Brobecker <brobecker@adacore.com>
9131
9132 * gdb.ada/arrayptr.exp: Add ptype test.
9133
18920c42
JB
91342011-07-01 Joel Brobecker <brobecker@adacore.com>
9135
9136 * gdb.ada/char_enum: New testcase.
9137
3536d9e3 91382011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9139
9140 * gdb.base/dump.exp (capture_pointer_with_type): New.
9141 Get value from address instead of name.
9142 Start GDB once, and do `dump' and `restore'
9143 tests together.
9144
db863c42
MF
91452011-06-30 Jie Zhang <jie.zhang@analog.com>
9146 Mike Frysinger <vapier@gentoo.org>
9147
9148 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9149 helper functions for getting/setting remotetimeout variable.
9150 * lib/gdb.exp (gdb_load): If the target is remote, set
9151 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9152 with $loadtimeout. Set $load_ok to 0 before doing the load.
9153 Instead of returning, immediately, set $load_ok to 0. Call
9154 set_remotetimeout with $oldremotetimeout, and then return if
9155 $load_ok is 1.
9156
e9e642a8
AB
91572011-06-30 Andrew Burgess <aburgess@broadcom.com>
9158
9159 * gdb.python/py-template.exp: Don't run this test if the target
9160 does not support c++ tests.
9161
32019081
JK
91622011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9163
9164 Fix non-only rename list for Fortran modules import.
9165 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9166 tests.
9167 * gdb.fortran/module.f90 (module moduse): New.
9168 (program module): use moduse, test var_x, var_y and var_z.
9169
0ecee54c
TT
91702011-06-29 Tom Tromey <tromey@redhat.com>
9171
9172 PR testsuite/12040:
9173 * gdb.fortran/array-element.exp: Use f90, not f77.
9174 * gdb.fortran/complex.exp: Use f90, not f77.
9175 * gdb.fortran/derived-type.exp: Use f90, not f77.
9176 * gdb.fortran/library-module.exp: Use f90, not f77.
9177 * gdb.fortran/logical.exp: Use f90, not f77.
9178 * gdb.fortran/module.exp: Use f90, not f77.
9179 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9180 * gdb.fortran/subarray.exp: Use f90, not f77.
9181
3b2b8fea
TT
91822011-06-29 Tom Tromey <tromey@redhat.com>
9183
9184 * gdb.fortran/charset.exp: New file.
9185 * gdb.fortran/charset.f90: New file.
9186
42159ca5
TT
91872011-06-29 Tom Tromey <tromey@redhat.com>
9188
9189 PR testsuite/12040:
9190 * lib/future.exp: New file, mostly extracted from ada.exp.
9191 Rewrote compatibility code to use rename.
9192 (gdb_find_gfortran): New proc.
9193 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9194 gfortran patch.
9195 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9196 Move to future.exp.
9197 * lib/gdb.exp: Always load future.exp.
9198
af69a5ce
YQ
91992011-06-28 Yao Qi <yao@codesourcery.com>
9200
9201 * gdb.cp/exception.cc: Don't include iostream.
9202 (bar): Remove print statement.
9203 (catcher): New.
9204 (main): Remove print statements. Call function catcher.
9205 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9206 Set breakpoint on catcher, and check the value of parameter.
9207
ab5c6a72
YQ
92082011-06-23 Yao Qi <yao@codesourcery.com>
9209
6fdff2c5
PA
9210 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9211 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9212
9497469f
MP
92132011-06-23 Marek Polacek <mpolacek@redhat.com>
9214
9215 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9216 mi_gdb_test.
9217
b9132588
MP
92182011-06-23 Marek Polacek <mpolacek@redhat.com>
9219
5d197ed0 9220 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9221
e55595ca
MP
92222011-06-23 Marek Polacek <mpolacek@redhat.com>
9223
5d197ed0
MP
9224 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9225
92262011-06-23 Marek Polacek <mpolacek@redhat.com>
9227
9228 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9229 `test_exec_and_symbol_mi_operatons' return value.
9230 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9231 gdb_test_multiple.
9232 (test_exec_and_symbol_mi_operatons): Likewise.
9233 (test_path_specification): Likewise.
e55595ca 9234
be777e08
YQ
92352011-06-23 Yao Qi <yao@codesourcery.com>
9236
9237 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9238 supported.
9239 * lib/gdb.exp (support_displaced_stepping): New.
9240
615556d6
YQ
92412011-06-23 Yao Qi <yao@codesourcery.com>
9242
9243 * gdb.threads/execl.exp: Skip on remote target.
9244
833b0ca7
MP
92452011-06-21 Marek Polacek <mpolacek@redhat.com>
9246
5d197ed0 9247 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9248 mi_gdb_test.
9249
1ee4023a
MP
92502011-06-20 Marek Polacek <mpolacek@redhat.com>
9251
5d197ed0 9252 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9253
d0b1d624
MP
92542011-06-20 Marek Polacek <mpolacek@redhat.com>
9255
5d197ed0 9256 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9257 mi_gdb_test.
9258
79aa92c1
MP
92592011-06-20 Marek Polacek <mpolacek@redhat.com>
9260
5d197ed0 9261 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9262
5ce5db06
YQ
92632011-06-14 Yao Qi <yao@codesourcery.com>
9264
9265 gdb/testsuite/
9266 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9267
533a737e
JK
92682011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9271
d0e53741
TT
92722011-06-10 Tom Tromey <tromey@redhat.com>
9273
9274 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9275 Add tests for pointer-to-member-function.
9276 * gdb.cp/temargs.cc (S::somefunc): New function.
9277 (K2): New class.
9278 (main): Instantiate K2; call method.
9279
b5916bbd
JB
92802011-06-08 Joel Brobecker <brobecker@adacore.com>
9281
9282 * gdb.python/py-inferior.c (f2): Make str an array rather
9283 than a pointer.
9284 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9285
5be4dfca
JK
92862011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * gdb.base/async-shell.c: New file.
9289 * gdb.base/async-shell.exp: New file.
9290
9f47e254
PA
92912011-06-06 Pedro Alves <pedro@codesourcery.com>
9292
9293 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9294
64b9b334
JB
92952011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9296
9297 From Stephen Kitt <steve@sk2.org>
9298 * gdb.base/help.exp: Adjust following some spelling corrections
9299 in GDB.
9300
dbc0f131
YQ
93012011-06-01 Yao Qi <yao@codesourcery.com>
9302
9303 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9304
fd336a18
KS
93052010-05-31 Keith Seitz <keiths@redhat.com>
9306
9307 PR c++/12750
9308 * gdb.cp/static-method.cc: New file.
9309 * gdb.cp/static-method.exp: New file.
9310
fa8b9902
KS
93112010-05-31 Keith Seitz <keiths@redhat.com>
9312
9313 PR symtab/12704
9314 * gdb.cp/anon-ns.cc: New file.
9315 * gdb.cp/anon-ns.exp: New file.
9316
0a5b1e09
PA
93172011-05-31 Pedro Alves <pedro@codesourcery.com>
9318
9319 * gdb.arch/i386-dr3-watch.c: New file.
9320 * gdb.arch/i386-dr3-watch.exp: New file.
9321
0578b8d1
YQ
93222011-05-30 Yao Qi <yao@codesourcery.com>
9323
9324 * gdb.base/callfuncs.c (t_structs_fc): New.
9325 (t_structs_dc, t_structs_ldc): New.
9326 (t_double_many_args):
9327 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9328 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9329 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9330 * gdb.base/callfuncs.exp: Call new functions.
9331
6680506e
YQ
93322011-05-30 Yao Qi <yao@codesourcery.com>
9333
ff4d2c60
YQ
9334 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9335 Call rerun_and_prepare for each test to isolate effects.
9336
93372011-05-30 Yao Qi <yao@codesourcery.com>
9338
9339 * gdb.base/varargs.c (find_max_float_real): New.
9340 (find_max_double_real, find_max_long_double_real): New.
9341 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
9342 * lib/gdb.exp (setup_kfail_for_target): New.
9343
e43ec454
YQ
93442011-05-30 Yao Qi <yao@codesourcery.com>
9345
9346 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9347 (callcd, callce, callcf, callc1a, callc1b): New.
9348 (callc2a, callc2b): New.
9349 * gdb.base/funcargs.exp (complex_args): New.
9350 (complex_integral_args, complex_float_integral_args): New.
9351 * lib/gdb.exp (support_complex_tests): New. Determine
9352 whether to run test cases on _Complex types.
9353
432b4d03
JK
93542011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9355
9356 * gdb.threads/leader-exit.c: New file.
9357 * gdb.threads/leader-exit.exp: New file.
9358
6caf069d
MP
93592011-05-27 Marek Polacek <mpolacek@redhat.com>
9360
9497469f 9361 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 9362
97fce28b
MP
93632011-05-27 Marek Polacek <mpolacek@redhat.com>
9364
9365 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9366 remove the `supported' variable.
9367 * gdb.mi/mi-nonstop.exp: Likewise.
9368 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9369 * gdb.mi/mi-nsintrall.exp: Likewise.
9370 * gdb.mi/mi-nsmoribund.exp: Likewise.
9371 * gdb.mi/mi-nsthrexec.exp: Likewise.
9372
9da8c2a0
PA
93732011-05-26 Pedro Alves <pedro@codesourcery.com>
9374
9375 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9376
2c03e5be
PA
93772011-05-26 Pedro Alves <pedro@codesourcery.com>
9378
9379 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9380
2e21250d
KS
93812011-05-24 Keith Seitz <keiths@redhat.com>
9382
9383 PR breakpoint/12803
9384 * gdb.cp/cmpd-minsyms.cc (a): New method.
9385 (b): New method.
9386 (c): New method.
9387 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9388
cdac0397
PA
93892011-05-24 Pedro Alves <pedro@codesourcery.com>
9390
9391 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9392 watchpoint's command list didn't execute when the watchpoint went
9393 out of scope.
9394
ee5683ab
PM
93952011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9396
9397 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9398 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9399 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9400 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9401 * gdb.arch/i386-permbkpt.exp: Likewise.
9402 * gdb.arch/i386-prologue.exp: Likewise.
9403 * gdb.arch/i386-size-overlap.exp: Likewise.
9404 * gdb.arch/i386-size.exp: Likewise.
9405 * gdb.arch/i386-unwind.exp: Likewise.
9406 * gdb.reverse/i386-precsave.exp: Likewise.
9407 * gdb.reverse/i386-reverse.exp: Likewise.
9408 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9409 * gdb.reverse/i387-env-reverse.exp: Likewise.
9410 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9411
c91c8c16
PA
94122011-05-24 Pedro Alves <pedro@codesourcery.com>
9413
9414 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9415 file doesn't error, using MI.
9416
c50491a7
TT
94172011-05-23 Tom Tromey <tromey@redhat.com>
9418
9419 * gdb.base/charset.exp (string_display): Add tests to assign to
9420 arrays.
9421 * gdb.base/charset.c (short_array, int_array, long_array): New.
9422
4a07b7da
PA
94232011-05-20 Pedro Alves <pedro@codesourcery.com>
9424
9425 Cope with async mode.
9426
4a07b7da
PA
9427 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9428 into gdb_test + mi_expect_stop.
9429
b275f2d2
PA
94302011-05-20 Pedro Alves <pedro@codesourcery.com>
9431
9432 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9433 (callme): Remove printf call.
9434
eec52c44
PM
94352011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9436
9437 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9438 quote pattern to avoid problems with Cygwin/mingw expect versions.
9439 * gdb.base/default.exp (show convenience): Use double
9440 quote pattern for regular expressions.
9441
b3c8eb43
JK
94422011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9443
9444 Fix -readnow for -gdwarf-4 unused type units.
9445 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9446 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9447
ed731959
JK
94482011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 * gdb.base/kill-after-signal.c: New file.
9451 * gdb.base/kill-after-signal.exp: New file.
9452
3b48433d
PA
94532011-05-16 Pedro Alves <pedro@codesourcery.com>
9454
9455 * gdb.ada/start.exp: Call untested with the correct test filename.
9456 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9457 test filename. Make the test's binary unique.
9458 * gdb.arch/i386-signal.exp: Call untested with the correct test
9459 filename.
9460 * gdb.arch/i386-size-overlap.exp: Ditto.
9461 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9462 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9463 * gdb.cp/call-c.exp: Ditto.
9464 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9465 filename. Make the test's binary unique.
9466 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9467 * gdb.python/py-mi.exp: Ditto.
9468 * gdb.python/Makefile.in (EXECUTABLES): Update.
9469 * gdb.reverse/i386-precsave.exp: Ditto.
9470 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9471 test filename.
9472 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9473 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9474 unique.
9475 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9476 test filename.
9477 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9478 * gdb.trace/tfile.exp: Ditto.
9479
ba4a8bdd
YQ
94802011-05-14 Yao Qi <yao@codesourcery.com>
9481
9482 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9483 type.
9484
dbaefcf7
DE
94852011-05-13 Doug Evans <dje@google.com>
9486
9487 * gdb.python/py-objfile-script.exp: New file.
9488 * gdb.python/py-objfile-script.c: New file.
9489 * gdb.python/py-objfile-script-gdb.py: New file.
9490 * testsuite/gdb.python/py-section-script.exp: Test
9491 "info auto-load-scripts".
9492
9930639c
TT
94932011-05-13 Tom Tromey <tromey@redhat.com>
9494
9495 * gdb.dwarf2/clztest.exp: New file.
9496 * gdb.dwarf2/clztest.c: New file.
9497 * gdb.dwarf2/clztest.S: New file.
9498
05272e11
DE
94992011-05-13 Doug Evans <dje@google.com>
9500
cc63ef9b
DE
9501 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9502 String16 tests.
05272e11 9503
6edba76f
TT
95042011-05-13 Tom Tromey <tromey@redhat.com>
9505
9506 * lib/gdb.exp (is_x86_like_target): New proc.
9507 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9508 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9509 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9510 -nostdlib to compiler.
9511 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9512 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9513 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9514 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9515 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9516
028d0ed5
TJB
95172011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9518
9519 * gdb.python/py-function.exp: Test setting a value from a function
9520 which executes a command.
9521
8a9b8146
TT
95222011-05-12 Tom Tromey <tromey@redhat.com>
9523
9524 * gdb.dwarf2/typeddwarf.S: New file.
9525 * gdb.dwarf2/typeddwarf.c: New file.
9526 * gdb.dwarf2/typeddwarf.exp: New file.
9527
10483e8e
MP
95282011-05-12 Marek Polacek <mpolacek@redhat.com>
9529
9530 * gdb.mi/mi-basics.exp: Fix races. Honour the
9531 `test_exec_and_symbol_mi_operatons' return value.
9532 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9533 gdb_test_multiple.
9534 (test_exec_and_symbol_mi_operatons): Likewise.
9535 (test_path_specification): Likewise.
9536
faf067f1
JK
95372011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9540 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9541 Replace `file copy' and `file rename' by `file mtime'. Twice.
9542
7ff911a3
JK
95432011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9544
9545 * gdb.base/readline-ask.c: New file.
9546 * gdb.base/readline-ask.exp: New file.
9547 * gdb.base/readline-ask.inputrc: New file.
9548
a536c6d7
UW
95492011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9550
9551 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9552 to avoid race condition.
9553 * gdb.cell/coremaker.c: Use small stack size.
9554 * gdb.cell/ea-standalone.exp: Use file name without path as
9555 argument to c_to.
9556 * gdb.cell/fork.exp: Allow other output when continuing to end.
9557
d472a426
JK
95582011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.threads/corethreads.c: New file.
9561 * gdb.threads/corethreads.exp: New file.
9562
95632011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9564
9565 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9566 Try to compile the test using -Wl,-z,norelro first.
9567 (load_core): New variable libthread_db_seen, initialize it.
9568 (zeroed-threads cannot be listed): Protect it by XFAIL on
9569 !$libthread_db_seen.
9570
8be455d7
JK
95712011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9572
9573 PR 12573
9574 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9575 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9576 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9577
1976171a
JK
95782011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9579
9580 * gdb.cp/psymtab-parameter.cc: New file.
9581 * gdb.cp/psymtab-parameter.exp: New file.
9582
7db6f30f
JK
95832011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 Fix a race.
9586 * gdb.cp/static-print-quit.exp (print c): Split to ...
9587 (print c - <return>, print c - q <return>, print c - to quit):
9588 ... these. Make the testfile untested on gdb-7.1.
9589
85161e9e 95902011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9591
9592 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9593 gdb_rename_execfile, gdb_touch_execfile): New.
9594 * gdb.base/reread.exp: Use new procs to handle multiple
9595 exec files.
9596
0c51be18
YQ
95972011-05-05 Yao Qi <yao@codesourcery.com>
9598
9599 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9600 (test_adr_32bit, test_pop_pc): New.
9601 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9602 (test_adr_32bit, test_pop_pc): New.
9603
4d393d60
JM
96042011-05-04 Joseph Myers <joseph@codesourcery.com>
9605
9606 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9607 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9608 targets.
9609 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9610 handle targets.
9611
8ffd0459
JK
96122011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.base/completion.exp (complete help info wat): Rename to ...
9615 (complete 'help info wat'): ... here.
9616 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9617 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9618
8e28d804
PA
96192011-05-04 Pedro Alves <pedro@codesourcery.com>
9620
9621 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9622 gdb_test and explicit $gdb_prompt/timeout matches.
9623
3eb2ef34
YQ
96242011-05-04 Yao Qi <yao@codesourcery.com>
9625
9626 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9627 and __thumb2__.
9628
aaaf81a3
MP
96292011-05-03 Marek Polacek <mpolacek@redhat.com>
9630
9631 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9632 in place of `gdb_test "delete breakpoints"'. This eliminates two
9633 testcases.
9634
c4cbc0df
PA
96352011-05-02 Pedro Alves <pedro@codesourcery.com>
9636
9637 PR testsuite/12649
9638 Fix races.
9639
9640 * gdb.base/completion.exp: Remove all sleep calls. Remove
9641 unnecessary regexs. Don't explicitly expect anything after the
9642 prompt. Eat the prompt if necessary.
9643
b4cbb4a3
EBM
96442011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9645
9646 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9647 accept to show the caller line again as well as the line after.
9648
d65aec65
PM
96492011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9650
9651 PR mi/12531
9652
9653 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9654 compile target.
9655 * gdb.python/py-prettyprint.exp: Add C++ object for
9656 CPLUS_FAKE_CHILD test.
9657
30852783
UW
96582011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9659
9660 * gdb.base/signest.exp: New file.
9661 * gdb.base/signest.c: Likewise.
9662
c7b1f0d9
JK
96632011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9666 thread and breakpoint notifications.
9667
559a7a62
JK
96682011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9669
9670 * gdb.base/fortran-sym-case.c: New file.
9671 * gdb.base/fortran-sym-case.exp: New file.
9672 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9673 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9674 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9675
8344e389
JK
96762011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9677
9678 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9679 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9680 false #1', `if true else false #2' and `if true else false #3'.
9681
2484c66b
UW
96822011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9683
9684 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9685 while delivering signal.
9686
8d3788bd
VP
96872011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9688
9689 MI breakpoint notifications.
9690
9691 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9692 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9693 * testsuite/gdb.mi/mi-watch.exp: Adust.
9694 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9695 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9696 notifications.
8d3788bd 9697
3e03848b
JK
96982011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9699
9700 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9701 * gdb.base/gdbindex-stabs.c: New file.
9702 * gdb.base/gdbindex-stabs.exp: New file.
9703
918c9108
YQ
97042011-04-25 Yao Qi <yao@codesourcery.com>
9705
9706 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9707 with /*...*/.
9708 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9709
90556b8c
JK
97102011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 * gdb.python/py-value.exp (test_objfiles): Name the first test
9713 `py-value in file.filename'.
9714
03f2bd59
JK
97152011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9716
9717 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9718 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9719 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9720 !gdbserver_reconnect_p..
9721 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9722
7b08b9eb
JK
97232011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9724
9725 * gdb.cp/cpcompletion.exp (complete class methods)
9726 (complete class methods beginning with F): Move them above runto. New
9727 comment about the runto delimiter.
9728
b78974c3
PA
97292011-04-20 Pedro Alves <pedro@codesourcery.com>
9730
9731 * gdb.base/maint.exp: Test that "maint print registers" works
9732 without a running program.
9733
20429c40 97342011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9735
20429c40
MP
9736 * gdb.base/setshow.exp: Fix racy tests.
9737 ($old_gdb_prompt): New variable.
9738
7a9dd1b2
TT
97392011-04-19 Tom Tromey <tromey@redhat.com>
9740
9741 * gdb.mi/mi-nsmoribund.exp:
9742 * gdb.hp/gdb.objdbg/objdbg01.exp:
9743 * gdb.base/structs.exp (test_struct_returns):
9744 * gdb.base/call-sc.exp (test_scalar_returns):
9745 * gdb.base/bigcore.exp: Remove duplicate words.
9746
02835898
JK
97472011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9750 * gdb.base/break-interp.exp (test_attach): New comment.
9751
254f582e
JK
97522011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9753
9754 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9755 (clear __stack_user.next, clear stack_used.next)
9756 (save a zeroed-threads corefile): New test.
9757 Call core_load for $core0file.
9758 (zeroed-threads cannot be listed): New test.
9759
4fe85f5c
JK
97602011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9763 filename.
9764 ($srcfile): Preserve the original value.
9765 ($testfile): Match it the .exp filename.
9766 ($corefile): New variable. Substitute it around.
9767 Use clean_restart.
9768 ($prev_timeout): Remove.
9769 (load_core): Move core loading into this proc.
9770 Fix restore of $timeout if load_core fails.
9771
63524580
JK
97722011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9773
9774 * gdb.base/eu-strip-infcall.c: New file.
9775 * gdb.base/eu-strip-infcall.exp: New file.
9776
90359a16
JK
97772011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9778
9779 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9780 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9781
626e7282
JK
97822011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 Fix Python access to inlined frames.
9785 * gdb.python/py-frame-inline.c: New file.
9786 * gdb.python/py-frame-inline.exp: New file.
9787
3363d018
EBM
97882011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9789
9790 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9791 content of 's24' correctly (avoiding "optimized out").
9792 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9793
28781456
JK
97942011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9795
9796 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9797
4a4106ca
TJB
97982011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9799
9800 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9801 expect a colon in watch -location output.
9802
d26ccb4f
JK
98032011-04-13 Marek Polacek <mpolacek@redhat.com>
9804
df46027d 9805 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9806 New testcase `expect response to define backtrace'. Also remove
9807 redundant `default' block.
9808
e1ab1f9c
JK
98092011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 * gdb.python/py-prettyprint.c (struct hint_error): New.
9812 (main): New variable hint_error.
9813 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9814 "print hint_error".
9815 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9816 (register_pretty_printers): Register it.
9817
0c2e6019
TT
98182011-04-04 Tom Tromey <tromey@redhat.com>
9819
9820 * gdb.cp/maint.exp (test_help): Update.
9821 (test_namespace): Likewise.
9822
af57139d
JB
98232011-04-01 Joel Brobecker <brobecker@adacore.com>
9824
9825 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9826 * gdb.ada/arrayptr.exp: Add new tests.
9827
956a9fb9
JB
98282011-04-01 Joel Brobecker <brobecker@adacore.com>
9829
9830 * gdb.ada/mi_catch_ex: New testcase.
9831
d0c4d642
PA
98322011-04-01 Pedro Alves <pedro@codesourcery.com>
9833
9834 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9835 base::overload(void) method without specifying "const".
9836
18819fa6
UW
98372011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9838
9839 * gdb.arch/thumb-singlestep.S: New file.
9840 * gdb.arch/thumb-singlestep.exp: Likewise.
9841
a4c8e806
TT
98422011-03-31 Tom Tromey <tromey@redhat.com>
9843
9844 * gdb.python/py-prettyprint.py (exception_flag): New global.
9845 (NoStringContainerPrinter._iterator.next): Check it.
9846 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9847 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9848
53832f31
TT
98492011-03-29 Tom Tromey <tromey@redhat.com>
9850
9851 * gdb.cp/anon-struct.cc: New file.
9852 * gdb.cp/anon-struct.exp: New file.
9853
e4620230
JK
98542011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 Test STT_GNU_IFUNC support.
9857 * gdb.base/gnu-ifunc-lib.c: New file.
9858 * gdb.base/gnu-ifunc.c: New file.
9859 * gdb.base/gnu-ifunc.exp: New file.
9860
d0fb5eae
JK
98612011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 Support a ring of related breakpoints.
9864 * gdb.base/watchpoint-delete.c: New file.
9865 * gdb.base/watchpoint-delete.exp: New file.
9866
20106cfb
JK
98672011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9868
9869 * gdb.ada/arrayparam.exp (print first after function call): Use
9870 explicit package name. Add a comment
9871 (print lasta after function call): Rename ...
9872 (print last after function call): ... it and use explicit package
9873 name.
9874 (print length after function call): Use explicit package name.
9875 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9876 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9877 (multiple matches for symbol i): Rename ...
9878 (multiple matches for symbol integervar): ... it.
9879 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9880 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9881
e7ab5e63
AB
98822011-03-25 Andrew Burgess <aburgess@broadcom.com>
9883
9884 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9885 environment variable to make grep output more predictable. Move
9886 all the environment setup into gdb_init so it's done once per test
9887 case rather than each time we start gdb.
9888
9ef07c8c
TT
98892011-03-24 Tom Tromey <tromey@redhat.com>
9890
9891 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9892 test.
9893
dd90784c
JK
98942011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9897 * gdb.dwarf2/dw2-entry-value.S: New file.
9898 * gdb.dwarf2/dw2-entry-value.exp: New file.
9899
05775840
PM
99002011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9901
6fdff2c5 9902 PR python/12183
05775840
PM
9903
9904 * gdb.python/py-function.exp: Add GdbError tests.
9905
8661b11b
PA
99062011-03-18 Pedro Alves <pedro@codesourcery.com>
9907
9908 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9909 (reglocal_test_func, statlocal_test_func): New functions.
9910 (globals_test_func): Call new functions.
9911 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9912 (gdb_collect_locals_test): New procedure.
9913 (gdb_trace_collection_test): Call new procedures.
9914
0fdb4f18
PA
99152011-03-18 Pedro Alves <pedro@codesourcery.com>
9916
9917 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9918 (test_register, test_register_unavailable): New procedures.
9919 (gdb_unavailable_registers_test): New procedure.
9920 (gdb_trace_collection_test): Call it.
9921
99c3dc11
PM
99222011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9923
6fdff2c5 9924 PR python/12149
99c3dc11
PM
9925
9926 * gdb.python/python.exp: Add gdb.write tests.
9927
29703da4
PM
99282010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9929
9930 * gdb.python/Makefile.in: Add py-objfile.
9931 * gdb.python/py-objfile.exp: New file.
9932 * gdb.python/py-objfile.c: New file.
9933 * gdb.python/py-block.exp: Add is_valid tests.
9934 * gdb.python/py-inferior.exp: Ditto.
9935 * gdb.python/py-infthread.exp: Ditto.
9936 * gdb.python/py-symbol.exp: Ditto.
9937 * gdb.python/py-symtab.exp: Ditto.
9938
598997c8
KS
99392011-03-16 Keith Seitz <keiths@redhat.com>
9940
9941 PR c++/12273
9942 * gdb.cp/cmpd-minsyms.exp: New test.
9943 * gdb.cp/cmpd-minsyms.cc: New file.
9944
9945 PR c++/11734
9946 * gdb.cp/ovsrch.exp: New test.
9947 * gdb.cp/ovsrch.h: New file.
9948 * gdb.cp/ovsrch1.cc: New file.
9949 * gdb.cp/ovsrch2.cc: New file.
9950 * gdb.cp/ovsrch3.cc: New file.
9951 * gdb.cp/ovsrch4.cc: New file.
9952
c91513d8
PP
99532011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9954
9955 PR gdb/12528
9956 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9957 * gdb.base/break-on-linker-gcd-function.exp: New test.
9958 * gdb.base/break-on-linker-gcd-function.cc: New file.
9959
7470fc63
AT
99602011-03-15 Andreas Tobler <andreast@fgznet.ch>
9961
9962 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9963
959e7469
PM
99642011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9965
9966 * lib/gdb.exp (gdb_unload): Add another termination case.
9967
9373cf26
JK
99682011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9971 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9972 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9973 Provide a stub byte there.
9974 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9975 DW_AT_entry_pc.
9976 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9977
24e9cda0
UW
99782011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9979
9980 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9981 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9982 "generic ABI, auto".
9983 (altivec_abi_tests): Accept vectors returned by reference.
9984
7371cf6d
PM
99852010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9986
9987 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9988
ce77046a
UW
99892011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9990
9991 * gdb.python/py-section-script.exp: Skip test if no Python support.
9992
176400c3
UW
99932011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9994
9995 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9996
ecec24e6
PM
99972011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9998
9999 * gdb.python/py-parameter.exp: Update tests to the new Python
10000 parameter API. Add "no documentation" test. Add deprecated API
10001 backward compatibility test.
10002
5dbdd470
TT
100032011-03-09 Tom Tromey <tromey@redhat.com>
10004
10005 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10006 gdb_continue_to_end.
10007
b66e66ee
MK
100082011-03-09 Mark Kettenis <kettenis@gnu.org>
10009
10010 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10011 tabs.
10012
eceb0c5f
TT
100132011-03-09 Tom Tromey <tromey@redhat.com>
10014
10015 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10016 parentheses.
10017 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10018 $command.
10019 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10020 argument to gdb_continue_to_end.
10021 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10022 argument to gdb_continue_to_end.
10023 * gdb.cp/annota3.exp: Fix regex.
10024 * gdb.cp/annota2.exp: Fix regex.
10025 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10026 gdb_continue_to_end.
10027 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10028 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10029 gdb_continue_to_end.
10030
63154eca
PA
100312011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 * gdb.server/ext-run.exp
10034 (load new file without any gdbserver inferior): New test.
10035
967d1f9b
TT
100362011-03-07 Tom Tromey <tromey@redhat.com>
10037
10038 * Makefile.in (TAGS): Rewrite.
10039
d68dcbb9
JK
100402011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10043 initial commands echo. New match for `Found trace'. Anchor all the
10044 other matches. Anchor and match for `No trace frame found' the final
10045 match.
10046
6bf58e63
TT
100472011-03-07 Tom Tromey <tromey@redhat.com>
10048
10049 * Makefile.in (TAGS): New target.
10050
fda326dd
TT
100512011-03-07 Tom Tromey <tromey@redhat.com>
10052
10053 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10054 change.
10055 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10056 change.
10057 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10058 exit message change.
10059 (skip_altivec_tests): Update for exit message change.
10060 (skip_vsx_tests): Likewise.
10061 (gdb_continue_to_end): Likewise. Add 'command' argument.
10062 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10063 * gdb.threads/tls.exp: Update for exit message change.
10064 * gdb.threads/thread-unwindonsignal.exp: Use
10065 gdb_continue_to_end.
10066 * gdb.threads/step.exp (step_it): Update for exit message change.
10067 (continue_all): Likewise.
10068 * gdb.threads/print-threads.exp (test_all_threads): Update for
10069 exit message change.
10070 * gdb.threads/interrupted-hand-call.exp: Use
10071 gdb_continue_to_end.
10072 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10073 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10074 gdb_continue_to_end.
10075 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10076 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10077 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10078 * gdb.cp/method.exp: Update for exit message change.
10079 * gdb.cp/mb-templates.exp: Update for exit message change.
10080 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10081 * gdb.cp/annota3.exp: Update for exit message change.
10082 * gdb.cp/annota2.exp: Update for exit message change.
10083 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10084 * gdb.base/term.exp: Update for exit message change.
10085 * gdb.base/step-test.exp (test_i): Update for exit message change.
10086 * gdb.base/sigstep.exp (advance): Update for exit message change.
10087 (advancei): Likewise.
10088 * gdb.base/siginfo.exp: Update for exit message change.
10089 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10090 * gdb.base/reread.exp: Use gdb_continue_to_end.
10091 * gdb.base/langs.exp: Use gdb_continue_to_end.
10092 * gdb.base/interrupt.exp: Update for exit message change.
10093 * gdb.base/gdb1555.exp: Update for exit message change.
10094 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10095 * gdb.base/ending-run.exp: Update for exit message change.
10096 * gdb.base/chng-syms.exp: Update for exit message change.
10097 * gdb.base/checkpoint.exp: Update for exit message change.
10098 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10099 gdb_continue_to_end.
10100 (test_catch_syscall_with_wrong_args): Likewise.
10101 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10102 * gdb.base/break-interp.exp (test_ld): Update for exit message
10103 change.
10104 * gdb.base/bang.exp: Update for exit message change.
10105 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10106 (do_call_attach_tests): Likewise.
10107 * gdb.base/a2-run.exp: Update for exit message change.
10108 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10109 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10110 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10111
dd19bd70
JK
101122011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10113
10114 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10115
30e62689
TT
101162011-03-03 Tom Tromey <tromey@redhat.com>
10117
10118 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10119 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10120 * gdb.hp/gdb.aCC/configure.ac: Remove.
10121 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10122 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10123 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10124 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10125 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10126 * gdb.hp/gdb.compat/configure.ac: Remove.
10127 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10128 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10129 * gdb.hp/gdb.defects/configure.ac: Remove.
10130 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10131 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10132 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10133 * gdb.hp/configure.ac: Remove.
10134 * gdb.hp/configure: Remove.
10135 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10136 substitution.
10137 (Makefile): Remove rule.
10138 * gdb.cell/configure.ac: Remove.
10139 * gdb.cell/configure: Remove.
10140 * gdb.stabs/Makefile.in (Makefile): Remove.
10141 (distclean): Don't remove config.status or config.log.
10142 * gdb.stabs/configure (Makefile): Remove.
10143 * gdb.stabs/configure.ac: Remove.
10144 * configure: Rebuild.
10145 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10146 Remove stabs- and cell-specific logic. Test for existence of
10147 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10148 subdirectories, gdb.cell, and and gdb.stabs.
10149 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10150
c171f854
JB
101512011-03-03 Joel Brobecker <brobecker@adacore.com>
10152
10153 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10154 end of buffer.
10155
9a5193cb
JB
101562011-03-02 Joel Brobecker <brobecker@adacore.com>
10157
10158 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10159 gdb_test when running a test where we expected no output back.
10160
9bb4c1bb
MS
101612011-02-28 Michael Snyder <msnyder@vmware.com>
10162
10163 * gdb.cp/overload.cc: Change initializer value to integer.
10164
3bd0f5ef
MS
101652011-02-27 Michael Snyder <msnyder@vmware.com>
10166
10167 * gdb.multi/base.exp: Add test for remove-inferiors.
10168
2279eaad
JB
101692011-02-26 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.python/py-frame.exp: Simplify the initialization phase
10172 using prepare_for_testing.
10173
c82c0b55
MS
101742011-02-25 Michael Snyder <msnyder@vmware.com>
10175
10176 * gdb.multi/base.exp: Add tests for info inferiors with args.
10177
1d94651b
JK
101782011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10179
10180 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10181 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10182 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10183 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10184 asmfile3. Comment the STABS (#3) file compilation. Compile
10185 everything through assembler. Provide KFAIL for symtab/12497.
10186 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10187 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10188 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10189 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10190
3bd0f5ef
MS
101912011-02-24 Michael Snyder <msnyder@vmware.com>
10192
10193 * gdb.base/break.exp: Add tests for delete breakpoints using
10194 convenience variables and value history references.
10195
12c1418e
MS
101962011-02-24 Michael Snyder <msnyder@vmware.com>
10197
10198 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10199 left behind in previous check-in.
10200
e5a67952
MS
102012011-02-23 Michael Snyder <msnyder@vmware.com>
10202
10203 * gdb.base/break.exp: Add tests for "info break" with arguments.
10204 * gdb.trace/infotrace.exp: Update patterns for error and help.
10205 * gdb.base/completion.exp: Update pattern.
10206 * gdb.base/ena-dis-br.exp: Update pattern.
10207 * gdb.base/help.exp: Update patterns.
10208
102092011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10210
10211 * gdb.base/memattr.exp: New test.
10212 * gdb.base/memattr.c: Test load for memattr.exp.
10213
6e6fbe60
DE
102142011-02-22 Doug Evans <dje@google.com>
10215
10216 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10217
1d41d745
MS
102182011-02-22 Michael Snyder <msnyder@vmware.com>
10219
10220 * Makefile.in: Make more clean.
10221 * gdb.ada/Makefile.in: Ditto.
10222 * gdb.arch/Makefile.in: Ditto.
10223 * gdb.asm/Makefile.in: Ditto.
10224 * gdb.base/Makefile.in: Ditto.
10225 * gdb.cp/Makefile.in: Ditto.
10226 * gdb.dwarf2/Makefile.in: Ditto.
10227 * gdb.java/Makefile.in: Ditto.
10228 * gdb.mi/Makefile.in: Ditto.
10229 * gdb.modula2/Makefile.in: Ditto.
10230 * gdb.python/Makefile.in: Ditto.
10231 * gdb.server/Makefile.in: Ditto.
10232 * gdb.stabs/Makefile.in: Ditto.
10233 * gdb.threads/Makefile.in: Ditto.
10234 * gdb.trace/Makefile.in: Ditto.
10235
79ba84ca
MS
102362011-02-22 Michael Snyder <msnyder@vmware.com>
10237
df46027d 10238 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10239 info threads.
10240
b9b35694
JB
102412011-02-22 Joel Brobecker <brobecker@adacore.com>
10242
10243 * gdb.python/py-breakpoint.exp: Fix the expected output of
10244 one of the "maint info breakpoints" tests to accept the output
10245 generated on platforms that do not have hardware watchpoints.
10246
8bfb830f
JB
102472011-02-22 Joel Brobecker <brobecker@adacore.com>
10248
10249 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10250 clean_restart. Be a little stricter in the expected output
10251 for one of the tests. Fix a typo in one of the comments.
10252
c45f3c54
JB
102532011-02-22 Joel Brobecker <brobecker@adacore.com>
10254
10255 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10256 Delete variable binfile, no longer use. Add or modify test
10257 comments to make them unique.
10258
b97c863c
MS
102592011-02-21 Michael Snyder <msnyder@vmware.com>
10260
10261 * Makefile.in: Update for make clean.
10262 * gdb.ada/Makefile.in: Ditto.
10263 * gdb.arch/Makefile.in: Ditto.
10264 * gdb.asm/Makefile.in: Ditto.
10265 * gdb.base/Makefile.in: Ditto.
10266 * gdb.cp/Makefile.in: Ditto.
10267 * gdb.dwarf2/Makefile.in: Ditto.
10268 * gdb.java/Makefile.in: Ditto.
10269 * gdb.mi/Makefile.in: Ditto.
10270 * gdb.modula2/Makefile.in: Ditto.
10271 * gdb.python/Makefile.in: Ditto.
10272 * gdb.server/Makefile.in: Ditto.
10273 * gdb.stabs/Makefile.in: Ditto.
10274 * gdb.threads/Makefile.in: Ditto.
10275 * gdb.trace/Makefile.in: Ditto.
10276
aea5b279
MS
102772011-02-21 Michael Snyder <msnyder@vmware.com>
10278
10279 * gdb.threads/thread-find.exp: Update patterns for changes in
10280 output of "info threads" command.
10281
e3039479
UW
102822011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10283 Ulrich Weigand <uweigand@de.ibm.com>
10284
10285 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10286 (skip_hw_watchpoint_tests): Likewise.
10287 (skip_hw_watchpoint_multi_tests): Likewise.
10288
b800ec70
UW
102892011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10290
10291 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10292 (skip_hw_watchpoint_tests): Likewise.
10293 (skip_hw_watchpoint_multi_tests): Likewise.
10294 (skip_hw_watchpoint_access_tests): Likewise.
10295
10296 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10297 * gdb.base/pr11022.exp: Likewise.
10298 * gdb.base/watch-read.exp: Likewise.
10299 * gdb.base/watch_thread_num.exp: Likewise.
10300 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10301 * gdb.base/watchpoint-hw.exp: Likewise.
10302 * gdb.base/watchpoint.exp: Likewise.
10303 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10304 * gdb.threads/watchthreads-reorder.exp: Likewise.
10305 * gdb.threads/watchthreads.exp: Likewise.
10306 * gdb.threads/watchthreads2.exp: Likewise.
10307
91033e37
JB
103082011-02-21 Joel Brobecker <brobecker@adacore.com>
10309
10310 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10311 the debugger is unable to find the array bounds.
10312
eeaafae2
JK
103132011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10314
10315 * gdb.cp/typedef-operator.exp: New file.
10316 * gdb.cp/typedef-operator.cc: New file.
10317
e338d953
MS
103182011-02-17 Michael Snyder <msnyder@vmware.com>
10319
10320 * gdb.threads/thread-find.exp: Fix regular expressions.
10321
e67ad678
JB
103222011-02-17 Joel Brobecker <brobecker@adacore.com>
10323
10324 * gdb.ada/packed_array: Expand testcase to test printing of
10325 unconstrained packed array.
10326
93084bca
JB
103272011-02-17 Joel Brobecker <brobecker@adacore.com>
10328
10329 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10330
a0c78a73
PA
103312011-02-16 Pedro Alves <pedro@codesourcery.com>
10332
f65d5553 10333 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
10334 (main): Initialize it before collecting, and and clear it
10335 afterwards.
f65d5553
PA
10336 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10337 collecting with '{type} addr', where the addr expression is not an
10338 rvalue.
a0c78a73 10339
3dfcbbd2
KW
103402011-02-16 Ken Werner <ken.werner@de.ibm.com>
10341
10342 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10343 a bool variable. Expect correct OpenCL names for vector types. Use the
10344 uc3 variable name instead of referring to the uchar3 built-in type.
10345 Escape the asterisk at the half pointer test.
10346
08807d5a
PA
103472011-02-16 Pedro Alves <pedro@codesourcery.com>
10348
f65d5553 10349 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
10350 (main): Initialize it before collecting, and and clear it
10351 afterwards.
f65d5553
PA
10352 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10353 collecting overlapping memory ranges.
08807d5a 10354
60f98dde
MS
103552011-02-15 Michael Snyder <msnyder@vmware.com>
10356
10357 * gdb.base/default.exp: Add tests for thread commands.
10358 * gdb.base/help.exp: Add tests for thread commands.
10359 * gdb.threads/thread-find.exp: New test for thread find command.
10360
648cd113
KW
103612011-02-15 Ken Werner <ken.werner@de.ibm.com>
10362
10363 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10364
494e194e
YQ
103652011-02-15 Yao Qi <yao@codesourcery.com>
10366
10367 PR tdep/12352
10368 * gdb.arch/arm-disp-step.S : New test for str instruction.
10369 * gdb.arch/arm-disp-step.exp : Likewise.
10370
d9492458
TJB
103712011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10372
10373 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10374 "vector_register2_vr" test strings. Test the extended floating
10375 point registers (F32~F63).
10376 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10377 IBM XL C compiler. Make the test program use a register provided
10378 by the compiler for the lxvd2x instruction.
10379
8af8e3bc
PA
103802011-02-14 Pedro Alves <pedro@codesourcery.com>
10381
10382 * gdb.trace/unavailable.cc (class Base, class Middle, class
10383 Derived): New types.
10384 (derived_unavail, derived_partial, derived_whole): New globals.
10385 (virtual_partial): New global.
10386 (virtualp): Point at virtual_partial.
10387 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10388 related to unavailable vptr.
10389
1b28d0b3
PA
103902011-02-14 Pedro Alves <pedro@codesourcery.com>
10391
10392 * gdb.trace/unavailable.cc (a, b, c): New globals.
10393 (main): Set and clear them.
10394 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10395 `a' and `c', and check that `b' isn't collected, although `a' and
10396 `c' are.
10397
ec0a52e1
PA
103982011-02-14 Pedro Alves <pedro@codesourcery.com>
10399
10400 * gdb.trace/unavailable.cc (struct Virtual): New.
10401 (virtualp): New global pointer.
10402 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10403 printing a pointer to an object whose type has a vtable, with
10404 print object on.
10405
24e6bcee
PA
104062011-02-14 Pedro Alves <pedro@codesourcery.com>
10407
10408 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10409 value repeat handles unavailableness.
10410
39d37385
PA
104112011-02-14 Pedro Alves <pedro@codesourcery.com>
10412
10413 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10414 tests for building arrays from unavailable values, subscripting
10415 non-memory rvalue unvailable arrays, and accessing fields or
10416 baseclasses of non-lazy unavailable values,
10417 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10418 struct types.
10419 (g_smallstruct, g_smallstruct_b): New globals.
10420
06d72e16
PA
104212011-02-14 Pedro Alves <pedro@codesourcery.com>
10422
10423 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10424
bc9a5551
JK
104252011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10426
10427 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10428 * gdb.cp/overload-const.exp: New file.
10429 * gdb.cp/overload-const.cc: New file.
10430
54fcddd0
UW
104312011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10432
10433 * gdb.opencl/callfuncs.cl: New file.
10434 * gdb.opencl/callfuncs.exp: New test.
10435 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10436
d6dafb7c
UW
104372011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10438
10439 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10440 when computing result.
10441 * gdb.arch/altivec-abi.exp: Update expected results.
10442
a449c2d8
TJB
104432011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10444
10445 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10446 * gdb.base/jit.exp: Likewise.
10447 * gdb.base/pie-execl.exp: Likewise.
10448 * gdb.base/solib-nodir.exp: Likewise.
10449 * gdb.base/solib-overlap.exp: Likewise.
10450
764880b7
PA
104512011-02-07 Pedro Alves <pedro@codesourcery.com>
10452
10453 * gdb.trace/collection.c (global_pieces): New.
10454 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10455 New procedure.
10456 (gdb_trace_collection_test): Call it.
10457
505500db
SW
104582011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10459
10460 * gdb.python/py-evthreads.c: New file.
10461 * gdb.python/py-evthreads.exp: New file.
10462 * gdb.python/py-events.py: New file.
10463 * gdb.python/py-events.exp: New file.
10464 * gdb.python/py-events.c: New file.
10465
385203ed
DD
104662011-02-04 David Daney <ddaney@caviumnetworks.com>
10467
10468 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10469
9011945e
AB
104702011-02-03 Andrew Burgess <aburgess@broadcom.com>
10471
10472 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10473 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10474 boundary between two compilation units.
10475
580688f3
PA
104762011-02-02 Pedro Alves <pedro@codesourcery.com>
10477
10478 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10479 (Virtual): New structs.
10480 (virtual_o, virtual_middle_b): New globals.
10481 * gdb.cp/virtbase.exp: New tests.
10482
d3f0f853
PP
104832011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10484
10485 * gdb.base/jit.exp: New file.
10486 * gdb.base/jit-main.c: New file.
10487 * gdb.base/jit-solib.c: New file.
10488
b2030fb5
UW
104892011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10490
10491 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10492 proceed to initial kernel entry point.
10493 * gdb.opencl/datatypes.exp: Likewise.
10494 * gdb.opencl/operators.exp: Likewise.
10495 * gdb.opencl/vec_comps.exp: Likewise.
10496
2db19d1e
SW
104972011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10498
10499 * gdb.cp/nsnested.cc: New.
10500 * gdb.cp/nsnested.exp: New.
10501 * gdb.cp/nsnoimports.exp: New.
10502 * gdb.cp/nsnoimports.cc: New.
10503
6b0c4c1f
JB
105042011-01-31 Joel Brobecker <brobecker@adacore.com>
10505
10506 * gdb.base/interact.exp: Add extra tests that verify that
10507 the value of the interactive-mode setting does not change
10508 after the script is sourced.
10509
80b23b6a
JK
105102011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10511
10512 * gdb.cp/noparam.exp: New file.
10513 * gdb.cp/noparam.cc: New file.
10514
ffd5ec24
PA
105152011-01-28 Pedro Alves <pedro@codesourcery.com>
10516
10517 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10518 there's no stack or registers.
10519
a81766d8
TT
105202011-01-26 Tom Tromey <tromey@redhat.com>
10521
10522 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10523 space before string output. Add test for "set print pretty off"
10524 case.
10525
585fdaa1
PA
105262011-01-25 Pedro Alves <pedro@codesourcery.com>
10527
10528 * gdb.base/frame-args.exp: Adjust.
10529 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10530 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10531 * gdb.dwarf2/pieces.exp: Adjust.
10532 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10533 * gdb.opt/inline-locals.exp: Adjust.
10534 * gdb.threads/fork-child-threads.exp: Adjust.
10535
d468832a
KW
105362011-01-25 Ken Werner <ken.werner@de.ibm.com>
10537
10538 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10539 OpenCL kernel function. Add a comment as marker. Add address space
10540 qualifiers for the remaining program scope variables.
10541 * gdb.opencl/datatypes.cl: Likewise.
10542 * gdb.opencl/operators.cl: Likewise.
10543 * gdb.opencl/vec_comps.cl: Likewise.
10544 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10545 Add breakpoint at the marker comment.
10546 * gdb.opencl/datatypes.exp: Likewise.
10547 * gdb.opencl/operators.exp: Likewise.
10548 * gdb.opencl/vec_comps.exp: Likewise.
10549
490f124f
PA
105502011-01-24 Pedro Alves <pedro@codesourcery.com>
10551
10552 * gdb.base/printcmds.c (some_struct): New struct and instance.
10553 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10554 procedure.
10555 <global scope>: Call it.
10556
6da78614
KW
105572011-01-21 Ken Werner <ken.werner@de.ibm.com>
10558
10559 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10560 argument to the gdb_compile_opencl_hostapp call.
10561
ec64c9aa
YQ
105622011-01-19 Yao Qi <yao@codesourcery.com>
10563
10564 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10565 positve list.
10566
810cfdbb
YQ
105672011-01-19 Yao Qi <yao@codesourcery.com>
10568
10569 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10570 canonical form.
10571 Remove "xscale-*-*"
10572 * gdb.xml/tdesc-regs.exp: Likewise.
10573 * gdb.python/py-section-script.exp: Replace ARM target triplet
10574 with canonical form.
10575 Match arm*-*-symbianelf*.
10576 * gdb.base/dup-sect.exp: Likewise.
10577 * lib/dwarf.exp: New.
10578 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10579 dwarf2_support.
10580 * gdb.dwarf2/dup-psym.exp: Likewise.
10581 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10582 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10583 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10584 * gdb.dwarf2/dw2-basic.exp: Likewise.
10585 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10586 * gdb.dwarf2/dw2-const.exp: Likewise.
10587 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10588 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10589 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10590 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10591 * gdb.dwarf2/dw2-filename.exp: Likewise.
10592 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10593 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10594 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10595 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10596 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10597 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10598 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10599 * gdb.dwarf2/dw2-producer.exp: Likewise.
10600 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10601 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10602 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10603 * gdb.dwarf2/dw2-strp.exp: Likewise.
10604 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10605 * gdb.dwarf2/implptr.exp: Likewise.
10606 * gdb.dwarf2/mac-fileno.exp: Likewise.
10607 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10608 * gdb.dwarf2/pieces.exp: Likewise.
10609 * gdb.dwarf2/pr11465.exp: Likewise.
10610 * gdb.dwarf2/valop.exp: Likewise.
10611 * gdb.dwarf2/watch-notconst.exp: Likewise.
10612 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10613
4694da01
TT
106142011-01-19 Tom Tromey <tromey@redhat.com>
10615
10616 * gdb.python/py-infthread.exp: Add thread tests.
10617
b075872c
JB
106182011-01-14 Joel Brobecker <brobecker@adacore.com>
10619
10620 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10621
2c3e6e24
JB
106222011-01-14 Joel Brobecker <brobecker@adacore.com>
10623
10624 * gdb.ada/widewide: New testcase.
10625
de8fa76c
JB
106262011-01-13 Joel Brobecker <brobecker@adacore.com>
10627
10628 * gdb.base/interact.exp: New testcase.
10629
1b05df00
TT
106302011-01-12 Tom Tromey <tromey@redhat.com>
10631
10632 * gdb.mi/gdb2549.exp: Update for error message changes.
10633 * gdb.mi/mi-cli.exp: Likewise.
10634 * gdb.mi/mi-disassemble.exp: Likewise.
10635 * gdb.mi/mi-pthreads.exp: Likewise.
10636 * gdb.mi/mi-regs.exp: Likewise.
10637 * gdb.mi/mi-stack.exp: Likewise.
10638 * gdb.mi/mi-var-block.exp: Likewise.
10639 * gdb.mi/mi-var-cmd.exp: Likewise.
10640 * gdb.mi/mi2-cli.exp: Likewise.
10641 * gdb.mi/mi2-disassemble.exp: Likewise.
10642 * gdb.mi/mi2-pthreads.exp: Likewise.
10643 * gdb.mi/mi2-regs.exp: Likewise.
10644 * gdb.mi/mi2-stack.exp: Likewise.
10645 * gdb.mi/mi2-var-block.exp: Likewise.
10646 * gdb.mi/mi2-var-cmd.exp: Likewise.
10647
c2ff108b
JK
106482011-01-12 Andrew Burgess <aburgess@broadcom.com>
10649 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 PR fortran/11104 and DWARF unbound arrays detection.
10652 * gdb.fortran/multi-dim.exp: New file.
10653 * gdb.fortran/multi-dim.f90: New file.
10654
b716877b
AB
106552011-01-12 Andrew Burgess <aburgess@broadcom.com>
10656
10657 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10658 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10659 add new tests for opcode dumping.
10660
6c162d5e
TT
106612011-01-11 Tom Tromey <tromey@redhat.com>
10662
10663 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10664
77b06cd7
TJB
106652010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10666
10667 Convert hardware watchpoints to use breakpoint_ops.
10668 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10669 type is not supported.
10670 * gdb.base/foll-fork.exp: Likewise.
10671 * gdb.base/foll-vfork.exp: Likewise.
10672
f39a75d0
PM
106732011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10674
10675 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10676 Use load_lib gdb-python.exp.
10677 * gdb.python/python.exp: Ditto.
10678 * gdb.python/py-function.exp: Ditto.
10679
fc529d80
AS
106802011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10681
10682 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10683
fb03cb59
JK
106842011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10685
10686 * configure: Regenerate.
10687
d8e22779
TT
106882011-01-06 Tom Tromey <tromey@redhat.com>
10689
10690 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10691
09050809
JB
106922011-01-06 Joel Brobecker <brobecker@adacore.com>
10693
fc529d80
AS
10694 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10695 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10696 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10697 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10698 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10699 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10700 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10701 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10702 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10703 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10704 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10705 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10706 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10707 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10708 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10709 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10710 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10711 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10712 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10713 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10714 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10715 gdb.ada/uninitialized_vars.exp,
10716 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10717 Simplify by using clean_restart.
09050809 10718
8ed5dd9e
JB
107192011-01-06 Joel Brobecker <brobecker@adacore.com>
10720
10721 Add marker to be used as anchor for inserting breakpoints.
10722 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10723 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10724 Likewise.
10725
10726 Remove uses of gdb_start_cmd.
10727 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10728 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10729
10730 Do not run testcase if testing with GDBserver.
10731 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10732 if testing with GDBserver.
10733
368a124f
JB
107342011-01-06 Joel Brobecker <brobecker@adacore.com>
10735
10736 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10737 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10738 copyright header.
10739
44944448
JB
107402011-01-05 Joel Brobecker <brobecker@adacore.com>
10741
10742 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10743 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10744 testsuite/gdb.fortran/complex.f,
10745 testsuite/gdb.fortran/derived-type.f90,
10746 testsuite/gdb.fortran/library-module-lib.f90,
10747 testsuite/gdb.fortran/library-module-main.f90,
10748 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10749 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10750 Copyright year update.
10751
31886ea6
JB
107522011-01-05 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.base/langs1.f: Add copyright header.
10755
ebedcab5
JK
107562011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10757
10758 * gdb.base/morestack.exp: New file.
10759 * gdb.base/morestack.c: New file.
10760
de1eb2f9
JK
107612011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10762
10763 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10764
9e87a409
JB
107652010-12-29 Joel Brobecker <brobecker@adacore.com>
10766
10767 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10768 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10769
720d1a40
JB
107702010-12-29 Joel Brobecker <brobecker@adacore.com>
10771
10772 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10773
a283af87
AS
107742010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10775
5d3d9cba
AS
10776 * gdb.threads/tls.exp: Fix typo.
10777
a283af87
AS
10778 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10779 * gdb.threads/execl.exp: Update.
10780
2a20745c
YQ
107812010-12-23 Yao Qi <yao@codesourcery.com>
10782
10783 * gdb.arch/arm-disp-step.exp: New.
10784 * gdb.arch/arm-disp-step.S: New.
10785
a7658b96
TT
107862010-12-21 Tom Tromey <tromey@redhat.com>
10787
10788 * gdb.threads/execl.exp: Update.
10789 * gdb.threads/linux-dp.exp: Update.
10790 * gdb.threads/manythreads.exp: Update.
10791 * gdb.threads/tls.exp: Update.
10792
5b79abe7
TT
107932010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10794
10795 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10796 (NextOverThrowDerivates) <resumebpt>: New.
10797 (resumebpt_test): New.
10798 (main): Call resumebpt_test.
10799 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10800
0914bcdb
SS
108012010-12-12 Stan Shebs <stan@codesourcery.com>
10802
10803 * gdb.trace/tsv.exp: Test print command on trace state variables.
10804
305aeedc
TT
108052010-12-09 Tom Tromey <tromey@redhat.com>
10806
10807 * gdb.base/interp.exp: Add regression test.
10808
186c406b
TT
108092010-12-09 Tom Tromey <tromey@redhat.com>
10810
10811 * gdb.java/jnpe.java: New file.
10812 * gdb.java/jnpe.exp: New file.
10813 * gdb.cp/nextoverthrow.exp: New file.
10814 * gdb.cp/nextoverthrow.cc: New file.
10815
aae1c79a
DE
108162010-12-07 Doug Evans <dje@google.com>
10817
10818 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10819 of data-directory.
10820 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10821 updated.
10822 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10823
60f98dde 108242010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10825
10826 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10827 * gdb.base/call-sc.exp: Ditto.
10828 * gdb.base/finish.exp: Ditto.
10829 * gdb.base/return.exp: Ditto.
10830 * gdb.base/return2.exp: Ditto.
10831
5fa290c1
DE
108322010-11-30 Doug Evans <dje@google.com>
10833
10834 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10835 (gdb_expect_list): Fix spelling errors in comments.
10836 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10837 send_gdb/gdb_expect_list where applicable.
10838 * gdb.base/call-ar-st.exp: Ditto.
10839 * gdb.base/funcargs.exp: Ditto.
10840 * gdb.base/gcore.exp: Ditto.
10841 * gdb.base/page.exp: Ditto.
10842 * gdb.base/sigaltstack.exp: Ditto.
10843 * gdb.base/siginfo.exp: Ditto.
10844 * gdb.base/sigstep.exp: Ditto.
10845 * gdb.base/trace-commands.exp: Ditto.
10846
4e04c971
DE
108472010-11-29 Doug Evans <dje@google.com>
10848
10849 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10850 printer-name;subprinter-name.
10851
8cf6f0b1
TT
108522010-11-29 Tom Tromey <tromey@redhat.com>
10853
10854 * gdb.dwarf2/implptr.exp: New file.
10855 * gdb.dwarf2/implptr.c: New file.
10856 * gdb.dwarf2/implptr.S: New file.
10857
94b6973e
PM
108582010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10859
fc529d80 10860 PR python/12199
94b6973e
PM
10861
10862 * gdb.python/py-breakpoint.exp: Test the delete method.
10863
8358c15c
JK
108642010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 Fix step_resume_breakpoint unsaved during an infcall.
10867 * gdb.base/step-resume-infcall.exp: New file.
10868 * gdb.base/step-resume-infcall.c: New file.
10869
f6df29bc
TJB
108702010-11-24 Edjunior Machado <emachado@br.ibm.com>
10871
10872 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10873
f2b5a5cf
TJB
108742010-11-24 Edjunior Machado <emachado@br.ibm.com>
10875
10876 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10877 on ppc64's symbols; "finish" and "return" commands must accept to
10878 show the caller line again as well as the line after.
10879 * gdb.asm/powerpc64.inc: New file.
10880
6b0ecdc2
DE
108812010-11-23 Doug Evans <dje@google.com>
10882
10883 * lib/gdb.exp (gdb_test_sequence): New function.
10884 (gdb_expect_list): Add verbose -log call for each pattern.
10885 * gdb.base/signals.exp (test_handle_all_print): Call it.
10886 Reduce timeout increment from 6 minutes to 1 minute.
10887 * gdb.server/ext-run.exp: Call it.
10888
ea976c60
PM
108892010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10890
f2b5a5cf 10891 PR python/12212
ea976c60
PM
10892
10893 * gdb.python/python.exp: Check that selected_thread raises an
10894 error when no inferior is loaded.
10895
c0efa795
JK
108962010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10897
10898 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10899 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10900
ec3aa567
JK
109012010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10904 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10905
d8249011
DE
109062010-11-18 Doug Evans <dje@google.com>
10907
10908 * gdb.server/ext-run.exp: Fix intermittent failures.
10909
d4eba7d1
NF
109102010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10911
10912 * gdb.stabs/gdb11479.exp: Use runto_main.
10913
b04c2f88
NF
109142010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10915
10916 * gdb.base/break-entry.exp: Skip if using a stub.
10917
ae9d7ce4
NF
109182010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10919
10920 * gdb.python/py-inferior.exp: Pack values in target endianness.
10921
621c8364
TT
109222010-11-12 Tom Tromey <tromey@redhat.com>
10923
10924 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10925 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10926 MemoryError.
10927 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10928 type.
10929 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10930 MemoryError.
10931 (test_subscript_regression): Update exception type.
10932
84f4c1fe
PM
109332010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10934
10935 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10936 breakpoint tests.
10937
a1442452
PA
109382010-11-09 Pedro Alves <pedro@codesourcery.com>
10939
10940 * gdb.base/watchpoint.exp: Test "watch -location" with an
10941 innacessible location.
10942
efd11a33
JK
109432010-11-09 Edjunior Machado <emachado@br.ibm.com>
10944 Luis Machado <luisgpm@br.ibm.com>
10945
10946 * gdb.base/maint.exp: Expect "." prefix.
10947 * gdb.base/nodebug.exp: Expect "." Likewise.
10948 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10949 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10950 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10951 POWER server processors.
10952
aa00efb5
JK
109532010-11-08 Edjunior Machado <emachado@br.ibm.com>
10954 Luis Machado <luisgpm@br.ibm.com>
10955
10956 * gdb.base/break-entry.exp: convert entry point for
10957 ppc64 and expect leading `.' on ppc64's symbols
10958
99e7ae30
DE
109592010-11-05 Doug Evans <dje@google.com>
10960
10961 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10962 * gdb.python/py-param.exp: Delete, contents moved to ...
10963 * gdb.python/py-parameter.exp: ... here. New file.
10964 Add test for gdb.parameter ("directories").
99e7ae30 10965
f4b8a18d
KW
109662010-11-05 Ken Werner <ken.werner@de.ibm.com>
10967
10968 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10969 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10970 * configure: Regenerate.
10971 * gdb.opencl/Makefile.in: New File.
10972 * gdb.opencl/datatypes.exp: Likewise.
10973 * gdb.opencl/datatypes.cl: Likewise.
10974 * gdb.opencl/operators.exp: Likewise.
10975 * gdb.opencl/operators.cl: Likewise.
10976 * gdb.opencl/vec_comps.exp: Likewise.
10977 * gdb.opencl/vec_comps.cl: Likewise.
10978 * gdb.opencl/convs_casts.exp: Likewise.
10979 * gdb.opencl/convs_casts.cl: Likewise.
10980 * lib/opencl.exp: Likewise.
10981 * lib/opencl_hostapp.c: Likewise.
10982 * lib/opencl_kernel.cl: Likewise.
10983 * lib/cl_util.c: Likewise.
10984 * lib/cl_util.c: Likewise.
10985 * gdb.base/default.exp (set language): Add "opencl" to the list of
10986 languages.
10987
a9d5ef47
SW
109882010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10989
10990 * gdb.cp/overload.exp: Added test for inheritance overload.
10991 * gdb.cp/overload.cc: Ditto.
10992 * gdb.cp/oranking.exp: Removed releveant kfails.
10993
03eb1c79
JK
109942010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10995 Joel Brobecker <brobecker@adacore.com>
10996
10997 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10998 check test_compiler_info.
10999
dbc98a8b
KW
110002010-11-03 Ken Werner <ken.werner@de.ibm.com>
11001
11002 * gdb.base/gnu_vector.exp: Adjust expect messages.
11003
120bd360
KW
110042010-11-03 Ken Werner <ken.werner@de.ibm.com>
11005
11006 * gdb.base/gnu_vector.exp: Add unary operator tests.
11007
c37f7098
KW
110082010-11-03 Ken Werner <ken.werner@de.ibm.com>
11009
11010 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11011
7b51bc51
DE
110122010-11-02 Doug Evans <dje@google.com>
11013
11014 * gdb.python/py-pp-maint.c: New file.
11015 * gdb.python/py-pp-maint.exp: New file.
11016 * gdb.python/py-pp-maint.py: New file.
11017
50c97f38
TT
110182010-11-02 Tom Tromey <tromey@redhat.com>
11019
11020 * gdb.base/default.exp: Remove "scheme" from language list.
11021
a289b8f6
JK
110222010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11023
11024 Revert:
11025 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11026 * gdb.threads/sigstep-threads.exp: New file.
11027 * gdb.threads/sigstep-threads.c: New file.
11028
cd017491
MS
110292010-10-20 Michael Snyder <msnyder@vmware.com>
11030
11031 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11032
8e6a5956
UW
110332010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11034
11035 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11036 Skip test completely if gdb,no_hardware_watchpoints.
11037
2c04da0d
UW
110382010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11039
11040 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11041 strict, but do not check for any particular function name within libc.
11042
79afc5ef
SW
110432010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11044
11045 * gdb.cp/smartp.exp: New test.
11046 * gdb.cp/smartp.cc : New test.
11047
026ffab7
SW
110482010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11049
11050 * gdb.cp/converts.exp: Test pointer to bool conversion.
11051 Test pointer to long conversion.
11052 * gdb.cp/oranking.exp: Removed relevant kfail.
11053
3a772aa4
TT
110542010-10-18 Tom Tromey <tromey@redhat.com>
11055
11056 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11057 argument to lazy_string.
11058 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11059 (pp_ls.to_string): Use it.
11060 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11061 Add "estring2" local.
11062
5fc3827b
JK
110632010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11064
11065 Fix s390x compatibility.
11066 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11067 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11068
8aeb23f3
JK
110692010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11070
11071 * gdb.threads/sigstep-threads.exp: New file.
11072 * gdb.threads/sigstep-threads.c: New file.
11073
c1e56572
JK
110742010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11075
11076 * gdb.base/pie-execl.exp: New file.
11077 * gdb.base/pie-execl.c: New file.
11078
92163a10
JK
110792010-10-13 Doug Evans <dje@google.com>
11080 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 PR exp/12117
11083 * gdb.cp/ptype-cv-cp.cc: New file.
11084 * gdb.cp/ptype-cv-cp.exp: New file.
11085
7062b0a0
SW
110862010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11087
11088 * gdb.cp/converts.cc: New test program.
11089 * gdb.cp/converts.exp: New test.
11090 * gdb.cp/overload.exp: Added test for void* vs int*.
11091 * gdb.cp/overload.exp: Ditto.
11092 * gdb.cp/oranking.exp: Removed related kfail.
11093
0e3509db
DE
110942010-10-13 Doug Evans <dje@google.com>
11095
11096 * lib/gdb-python.exp (gdb_check_python_config): New function.
11097 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11098 * gdb.python/lib-types.cc: New file.
11099 * gdb.python/lib-types.exp: New file.
11100
8dc78533
JK
111012010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11102
11103 * gdb.python/py-error.exp: New file.
11104 * gdb.python/py-error.py: New file.
11105
93c17e06
JK
111062010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11107
11108 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11109 gdb_test_multiple.
11110
d8b34041
JK
111112010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11112
11113 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11114 * gdb.base/prelink.exp: Likewise.
11115 * gdb.base/solib-nodir.exp: Likewise.
11116 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11117 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11118 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11119
e0cc584e
UW
111202010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11121
11122 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11123 for the "info files" test to avoid timeouts on slow machines.
11124
cfc353b1
JK
111252010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11128 (main): Make openlib dummy call.
11129
d3d7896d
JK
111302010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11133 * break-interp.exp (reach): Move the core body ...
11134 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11135 (test_ld): Provide always real argument, even to the linker. Replace
11136 dl_main by _dl_debug_state.
11137
5e533c94
JK
111382010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 Fix results of prelinked PIEs on ppc*.
11141 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11142 Accept also DISPLACEMENT "PRESENT".
11143 (main): Replace "ZERO" displacements by "PRESENT".
11144
33540610
SW
111452010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11146
11147 * gdb.cp/oranking.exp: New test.
11148 * gdb.cp/oranking.cc: New test program.
11149
3bdf2bbd
KW
111502010-10-08 Ken Werner <ken.werner@de.ibm.com>
11151
11152 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11153 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11154
2f608a3a
KW
111552010-10-06 Ken Werner <ken.werner@de.ibm.com>
11156
11157 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11158 lush, lynx) New constant.
11159 * gdb.base/constvars.exp: Test const array types.
11160 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11161
aa2e2d8d
DE
111622010-10-06 Doug Evans <dje@google.com>
11163
11164 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11165 of syscall staging area.
11166
2844d6b5
KW
111672010-10-06 Ken Werner <ken.werner@de.ibm.com>
11168
11169 * gdb.base/gnu_vector.c: Add variable c4.
11170 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11171 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11172
7d8ac8bb
MR
111732010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11174
11175 * gdb.arch/altivec-abi.exp: Fix a typo.
11176
84a02e58
MR
111772010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11178
11179 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11180 to match a thread ID.
11181
b18e6318
JK
111822010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11183
11184 Fix s390x testcase compatibility.
11185 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11186
a2c09bd0
DE
111872010-10-01 Doug Evans <dje@google.com>
11188
11189 * lib/gdb-python.exp: New file.
11190 * gdb.python/py-block.exp: Use it.
11191 * gdb.python/py-breakpoint.exp: Ditto.
11192 * gdb.python/py-frame.exp: Ditto.
11193 * gdb.python/py-inferior.exp: Ditto.
11194 * gdb.python/py-param.exp: Ditto.
11195 * gdb.python/py-prettyprint.exp: Ditto.
11196 * gdb.python/py-shared.exp: Ditto.
11197 * gdb.python/py-symbol.exp: Ditto.
11198 * gdb.python/py-symtab.exp: Ditto.
11199 * gdb.python/py-type.exp: Ditto.
11200 * gdb.python/py-value.exp: Ditto.
11201 * gdb.python/python.exp: Ditto.
11202
38f12cfc
TT
112032010-09-30 Tom Tromey <tromey@redhat.com>
11204
11205 * gdb.base/anon.exp: New file.
11206 * gdb.base/anon.c: New file.
11207
9ae8282d
TT
112082010-09-30 Tom Tromey <tromey@redhat.com>
11209
11210 * gdb.base/completion.exp: Test completion through anonymous
11211 union.
11212 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11213
e9e07ba6
JK
112142010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11215
11216 Fix printing parameters of inlined functions.
11217 * gdb.dwarf2/dw2-inline-param.exp: New file.
11218 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11219 * gdb.dwarf2/dw2-inline-param.S: New file.
11220
cd2effb2
JK
112212010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11222
11223 PR corefiles/12071.
11224 * gdb.base/corefile.exp (quit with a process, no question: load core)
11225 (quit with a core file): New tests.
11226
bceffbf3
JK
112272010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 Fix GDB crash on inferior calls with self-referencing classes.
11230 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11231 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11232 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11233
1736ad11
JK
112342010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 Fix lost siginfo_t for inferior calls.
11237 * gdb.base/siginfo-infcall.exp: New file.
11238 * gdb.base/siginfo-infcall.c: New file.
11239
a176ad92
JB
112402010-09-22 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11243
c2b0a229
JK
112442010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11247 New test.
11248 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11249
e8ae22d1
JB
112502010-09-22 Joel Brobecker <brobecker@adacore.com>
11251
11252 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11253 type of our const type.
11254
ec322823
SW
112552010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11256
11257 * gdb.cp/pr12028.cc: New.
11258 * gdb.cp/pr12028.exp: New.
11259
72929c62
JB
112602010-09-22 Joel Brobecker <brobecker@adacore.com>
11261
11262 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11263
875b4ff5 112642010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11265 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11266
11267 PR mi/11407
11268 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11269 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11270 * gdb.mi/dw2-ref-missing-frame.S New File.
11271 * gdb.mi/dw2-ref-missing-frame.exp New File.
11272
7155d578
TT
112732010-09-14 Tom Tromey <tromey@redhat.com>
11274
11275 PR symtab/8399:
11276 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11277
515ed532
TT
112782010-09-14 Tom Tromey <tromey@redhat.com>
11279
11280 PR exp/11803:
11281 * gdb.threads/tls.exp: Use C++.
11282 (check_thread_local): Use K::another_thread_local.
11283 * gdb.threads/tls.c (class K): New.
11284 (another_thread_local): Now a member of K.
11285 (spin): Update. No longer K&R C.
11286
450ca57c
SW
112872010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11288
11289 * gdb.cp/koenig.cc: created class for testing member lookup.
11290 * gdb.cp/koenig.exp: Added test for member lookup.
11291
dbd492a3
JK
112922010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11293
11294 Fix false FAILs on sourcetree topdir directory containing "kill".
11295 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11296 source line matching regexp.
11297
8d4d924b
JK
112982010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11299
11300 * gdb.python/python.exp (set height 0, collect help from uiout)
11301 (verify help to uiout): New tests.
11302
8e64f2a0
JK
113032010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11304
11305 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11306 is_lp64_target to check 64bit target.
11307
4569eed2
JK
113082010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11311 (test_ld) <powerpc64-*>: New.
11312
5e1617b1
DJ
113132010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11314
11315 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11316
c767944b
DJ
113172010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11318
11319 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11320 (FunctionArg::method): New function.
11321 (empty, arg): New variables.
11322 (main): Call arg.method.
11323 * gdb.cp/templates.exp (test_template_args): New function.
11324 (do_tests): Call it.
11325
27d3a3fc
UW
113262010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11327
11328 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11329 of "next" to proceed over pthread_exit call.
11330
55b7ce7f
UW
113312010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11332
11333 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11334 "maint print statistics" output to prevent expect timeouts.
11335
809df446
JK
113362010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * gdb.base/printcmds.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 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11342 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11343 (test_float_rejected): ... here.
11344 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11345 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11346 (test_float_rejected): ... here.
11347 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11348 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11349 (test_float_rejected): ... here.
11350
8464be76
DJ
113512010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11352
11353 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11354 before disabling hardware watchpoints.
11355 (test_inaccessible_watchpoint): Check that hardware watchpoints
11356 are used. Test for watchpoints on a constant address.
11357
14dba4b4
JK
113582010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11359
11360 * gdb.base/ui-redirect.exp: New file.
11361
3f3540e1 113622010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 11363 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
11364
11365 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11366
0f254bb7
DE
113672010-08-31 Doug Evans <dje@google.com>
11368
11369 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11370
03f17ccf
TT
113712010-08-30 Tom Tromey <tromey@redhat.com>
11372
11373 PR python/11792:
11374 * gdb.python/py-value.exp (test_subscript_regression): Add
11375 dynamic_type test.
11376
640617ad
DJ
113772010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11378
11379 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11380 instead of running to main. Do not test the main function.
11381 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11382 Add new main.
11383
2ed91d1b
PA
113842010-08-26 Pedro Alves <pedro@codesourcery.com>
11385
11386 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11387 one test.
11388
673bfd45
DE
113892010-08-24 Doug Evans <dje@google.com>
11390
11391 PR symtab/11942
11392 * gdb.dwarf2/dw4-sig-types.cc: New file.
11393 * gdb.dwarf2/dw4-sig-types.h: New file.
11394 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11395 * gdb.dwarf2/dw4-sig-types.exp: New file.
11396
f9ffd4bb
TT
113972010-08-23 Tom Tromey <tromey@redhat.com>
11398
11399 PR python/11145:
11400 * gdb.python/py-value.c (Base, Derived): New types.
11401 (base): New global.
11402 * gdb.python/py-value.exp (test_subscript_regression): Add
11403 dynamic_cast test.
11404
d839c8a4
TT
114052010-08-23 Tom Tromey <tromey@redhat.com>
11406
11407 PR python/10676:
11408 * gdb.python/py-type.exp (test_fields): Add tests for type
11409 equality.
11410
702c2711
TT
114112010-08-23 Tom Tromey <tromey@redhat.com>
11412
11413 PR python/11915:
11414 * gdb.python/py-type.exp (test_fields): Add tests for array.
11415
832bafd3
KS
114162010-08-23 Keith Seitz <keiths@redhat.com>
11417
11418 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11419 have any children. Create a new abbrev for it.
11420 Add missing terminal sequence to .debug_abbrev.
11421
c37bf528
KS
114222010-08-20 Keith Seitz <keiths@redhat.com>
11423
11424 PR symtab/11465:
11425 * gdb.dwarf2/pr11465.exp: New test.
11426 * gdb.dwarf2/pr11465.S: New file.
11427 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11428 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11429
4572cbac
TJB
114302010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11431
11432 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11433 registers. Update data sets with the new v2_double element in the
11434 VSX register union. Add vector_register3_vr data set for the AltiVec
11435 registers. Use gdb_test_no_output instead of send_gdb.
11436
e7fbb131
PA
114372010-08-19 Pedro Alves <pedro@codesourcery.com>
11438
11439 * gdb.python/py-shared.exp: New file, factored out from
11440 python.exp.
11441 * gdb.python/py-shared.c: New file.
11442 * gdb.python/py-shared-sl.c: New file.
11443 * gdb.python/python-1.c: New file.
11444 * gdb.python/python-sl.c: Delete.
11445 * gdb.python/python.c: Mention python-1.c.
11446 * gdb.python/python.exp: Move shared library tests to
11447 py-shared.exp.
11448 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11449 (MISCELLANEOUS): New.
11450 (clean mostlyclean): Also remove $MISCELLANEOUS.
11451
d30f5e1f
DE
114522010-08-19 Doug Evans <dje@google.com>
11453
11454 PR exp/11926
11455 * gdb.base/printcmds.exp (test_float_accepted): New function.
11456 Move existing float tests there. Add tests for floats with suffixes.
11457 (test_float_rejected): New function.
11458 * gdb.java/jv-print.exp (test_float_accepted): New function.
11459 (test_float_rejected): New function.
11460 * gdb.objc/print.exp: New file.
11461 * gdb.pascal/print.exp: New file.
11462 * lib/objc.exp: New file.
11463
7b3fd859
PM
114642010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11465
11466 * gdb.base/default.exp (info set): Avoid full buffer error and force
11467 reading up to final gdb prompt.
11468 (show): Likewise.
11469
c92817ce
TT
114702010-08-18 Tom Tromey <tromey@redhat.com>
11471
11472 PR symtab/11919:
11473 * gdb.base/completion.exp: Add test.
11474
f1208f9e
DE
114752010-08-18 Doug Evans <dje@google.com>
11476
11477 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11478 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11479 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11480 Simplify, early exit if runto_main fails.
11481 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11482 (set_lang_fortran): Moved to lib/fortran.exp.
11483 * gdb.fortran/types.exp: load_lib fortran.exp.
11484 (set_lang_fortran): Moved to lib/fortran.exp.
11485 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11486 * gdb.java/jprint.exp (set_lang_java): Ditto.
11487 * gdb.java/jv-exp.exp: load_lib java.exp.
11488 If set_lang_java fails, issue a warning instead of failure to be
11489 consistent with other set_lang_foo uses.
11490 (set_lang_java): Moved to lib/java.exp.
11491 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11492 If set_lang_java fails, issue a warning instead of failure to be
11493 consistent with other set_lang_foo uses.
11494 * gdb.pascal/types.exp: load_lib pascal.exp.
11495 (set_lang_pascal): Moved to lib/pascal.exp.
11496 * lib/fortran.exp: New file.
11497 * lib/java.exp (set_lang_java): New function.
11498 * lib/pascal.exp (set_lang_pascal): New function.
11499
2f06b485
YQ
115002010-08-18 Yao Qi <yao@codesourcery.com
11501
11502 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11503 func_nofb_start and func_loopfb_start, so that address of functions
11504 is equal to these labels on Thumb.
11505
96e25403
YQ
115062010-08-18 Yao Qi <yao@codesourcery.com>
11507
11508 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11509 to reflect latest c source file.
11510
36e6adc4
JK
115112010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11512
11513 * gdb.cp/infcall-dlopen.exp: New file.
11514 * gdb.cp/infcall-dlopen.cc: New file.
11515 * gdb.cp/infcall-dlopen-lib.cc: New file.
11516
f431efe5
PA
115172010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11518 Pedro Alves <pedro@codesourcery.com>
11519
11520 PR breakpoints/11371
11521
11522 * gdb.base/watch-cond-infcall.exp: New file.
11523 * gdb.base/watch-cond-infcall.c: New file.
11524
06a64a0b
TT
115252010-08-16 Tom Tromey <tromey@redhat.com>
11526
11527 * gdb.base/help.exp: Update.
11528 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11529 watchpoint.
11530 (test_watch_location): New proc.
11531 (test_watchpoint_in_big_blob): Delete watchpoint.
11532 * gdb.base/watchpoint.c (func5): New function.
11533 (main): Call it.
11534
70ebf4ed
DE
115352010-08-16 Doug Evans <dje@google.com>
11536
11537 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11538
ca5c20b6
PM
115392010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11540
11541 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11542 tests.
11543
7346b668
KW
115442010-08-11 Ken Werner <ken.werner@de.ibm.com>
11545
11546 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11547 * gdb.base/gnu_vector.c: New File.
11548 * gdb.base/gnu_vector.exp: Likewise.
11549
cb2e07a6
PM
115502010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11551
11552 * gdb.python/python.c: New File.
11553 * gdb.python/python-sl.c: New File.
11554 * gdb.python/python.exp: Test solib_address and decode_line
11555 * functions.
11556
5da1313b
JK
115572010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.python/python.exp (show height, set height 10)
11560 (verify pagination beforehand, verify pagination beforehand: q)
11561 (gdb.execute does not page, verify pagination afterwards)
11562 (verify pagination afterwards: q): New.
11563
49c3ccf7
DE
115642010-08-02 Doug Evans <dje@google.com>
11565
11566 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11567 because of an older gcc, change test2
11568 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11569 to unsupported.
11570
42c0c4f1
KH
115712010-07-30 Kazu Hirata <kazu@codesourcery.com>
11572
11573 * gdb.base/break-always.exp: Do not expect full paths to file
11574 names.
11575 * gdb.base/commands.exp: Likewise.
11576
d3765805
DE
115772010-07-30 Doug Evans <dje@google.com>
11578
c98ee71b
DE
11579 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11580 xfail them when run with older gccs.
11581
fd961404
DE
11582 * lib/gdb.exp (build_executable): Forward "c++" option to
11583 get_compiler_info.
11584
999adef4
DE
11585 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11586 "python print ttype.template_argument(1)" and
11587 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11588 if using gcc 4.4 or earlier.
11589
d3765805
DE
11590 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11591 attach-to-debugger handling.
11592
1276c759
JK
115932010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11594
11595 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11596 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11597 (main): Use copyreloc.
11598 * gdb.base/prelink.exp (split debug of executable)
11599 (.dynbss vs. .bss address shift): New tests.
11600
88caa9b9
PA
116012010-07-29 Pedro Alves <pedro@codesourcery.com>
11602
11603 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11604 in gdb_test_multiple.
11605
c6f2ac43
PA
116062010-07-29 Pedro Alves <pedro@codesourcery.com>
11607
11608 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11609 environment.
11610
326fd672
TT
116112010-07-28 Tom Tromey <tromey@redhat.com>
11612
11613 PR python/11060:
11614 * gdb.python/py-type.c (Temargs): New template.
11615 (temvar): New variable.
11616 * gdb.python/py-type.exp (test_template): New proc.
11617
3ce3b1ba
PA
116182010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11619
11620 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11621 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11622
34eaf542
TT
116232010-07-28 Tom Tromey <tromey@redhat.com>
11624
11625 PR c++/9946:
11626 * gdb.cp/temargs.exp: New file.
11627 * gdb.cp/temargs.cc: New file.
11628
d41b819e
JK
116292010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * gdb.base/help.exp (help disassemble): Update the content.
11632
26ab7092
JK
116332010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11634
11635 * gdb.threads/ia64-sigill.exp: New file.
11636 * gdb.threads/ia64-sigill.c: New file.
11637
5283e9e1
TT
116382010-07-27 Tom Tromey <tromey@redhat.com>
11639
11640 * gdb.opt/inline-cmds.c (ATTR): New define.
11641 (func1): Use it.
11642 (func2): Likewise.
11643 (func3): Likewise.
11644 (outer_inline1): Likewise.
11645 (outer_inline2): Likewise.
11646 * gdb.opt/inline-bt.c (ATTR): New define.
11647 (func1): Use it.
11648 (func2): Likewise.
11649 * gdb.opt/inline-locals.c (ATTR): New define.
11650 (func1): Use it.
11651 (func2): Likewise.
11652
e992ef73
TT
116532010-07-27 Tom Tromey <tromey@redhat.com>
11654
11655 * gdb.stabs/gdb11479.c (hack): New function.
11656 (test): Use it.
11657 (test2): Use it.
11658 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11659 (int32_search_buf, int64_search_buf): No longer static.
11660 (x): Remove.
11661 * gdb.base/relocate.c (hack): New function.
11662
5374244e
PM
116632010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11664
11665 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11666 * gdb.python/py-value.c (func1): New function.
11667 (func2): Likewise.
11668
a99aee83
CV
116692010-07-26 Corinna Vinschen <vinschen@redhat.com>
11670
11671 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11672 as not to clash with .data section.
11673
a04ba985
JG
116742010-07-26 Jerome Guitton <guitton@adacore.com>
11675
11676 * gdb.base/code_elim.exp: New file.
11677 * gdb.base/code_elim1.c: New file.
11678 * gdb.base/code_elim2.c: New file.
11679
23bd0f7c
PA
116802010-07-21 Pedro Alves <pedro@codesourcery.com>
11681
11682 PR symtab/11827
11683
11684 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11685 (some_volatile_enum): New variable.
11686 * gdb.base/printcmds.exp (test_print_enums): New.
11687 <top level>: Call it.
11688
883df6dd
SW
116892010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11690
11691 * gdb.cp/fpointer.cc: New test.
11692 * gdb.cp/fpointer.exp: New test.
11693
569b05a5
JK
116942010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11695
11696 * gdb.base/solib-nodir.exp: New file.
11697 * lib/gdb.exp (runto): New case for a GDB internal error.
11698
51d7d803
JK
116992010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11700 Ulrich Weigand <uweigand@de.ibm.com>
11701 Tom Tromey <tromey@redhat.com>
11702
11703 * gdb.base/charset-malloc.c: New file.
11704 * gdb.base/charset.c (malloc_stub): New prototype.
11705 (main): Call it instead of malloc itself.
11706 * gdb.base/charset.exp: Use only prepare_for_testing.
11707 (binfile): Remove the variable.
11708
c0edd9ed
JK
117092010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 Make core files the process_stratum.
11712 * gdb.base/corefile.exp (run: load core again)
11713 (run: sanity check we see the core file, run: with core)
11714 (run: core file is cleared, attach: load core again)
11715 (attach: sanity check we see the core file, attach: with core)
11716 (attach: core file is cleared): New tests.
11717 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11718
3cbaedff
KW
117192010-07-14 Ken Werner <ken.werner@de.ibm.com>
11720
11721 * gdb.arch/altivec-abi.exp: New tests.
11722
91158a56
TT
117232010-07-13 Tom Tromey <tromey@redhat.com>
11724
11725 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11726 (main): Use it.
11727 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11728
0f5238ed
TT
117292010-07-13 Tom Tromey <tromey@redhat.com>
11730
11731 * gdb.base/label.exp: New file.
11732 * gdb.base/label.c: New file.
11733
add265ae
L
117342010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11735 H.J. Lu <hongjiu.lu@intel.com>
11736
11737 * lib/gdb.exp (is_ilp32_target): New.
11738 (is_lp64_target): Likewise.
11739
11740 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11741 target.
11742 * gdb.arch/amd64-disp-step.exp: Likewise.
11743 * gdb.arch/amd64-dword.exp: Likewise.
11744 * gdb.arch/amd64-i386-address.exp: Likewise.
11745 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11746
add265ae
L
11747 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11748 target.
11749 * gdb.arch/i386-bp_permanent.exp: Likewise.
11750 * gdb.arch/i386-byte.exp: Likewise.
11751 * gdb.arch/i386-disp-step.exp: Likewise.
11752 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11753 * gdb.arch/i386-prologue.exp: Likewise.
11754 * gdb.arch/i386-size-overlap.exp: Likewise.
11755 * gdb.arch/i386-size.exp: Likewise.
11756 * gdb.arch/i386-sse.exp: Likewise.
11757 * gdb.arch/i386-unwind.exp: Likewise.
11758 * gdb.arch/i386-word.exp: Likewise.
11759
11760 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11761 test only when building 64-bit executables. Do not hard-code
11762 -m64 option.
11763
2dfb8c17
DE
117642010-07-07 Doug Evans <dje@google.com>
11765
11766 * lib/gdb.exp (gdb_test_list_exact): New function.
11767 * gdb.base/default.exp (show convenience): Call it, add tests for
11768 $_sdata = void, $_thread = 0.
11769
4e5799b6
JK
117702010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11771 Joel Brobecker <brobecker@adacore.com>
11772
11773 Fix re-run of PIE executable, PR shlibs/11776.
11774 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11775 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11776 and re-"run" of the inferior.
11777
1a219cc7
JK
117782010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11779 Joel Brobecker <brobecker@adacore.com>
11780
11781 Cope with missing /usr/sbin/prelink.
11782 * lib/prelink-support.exp (prelink_no):
11783 <result == 1 && $output is "no such file or directory">: New.
11784 (prelink_yes): Likewise. Return on failed prelink_no.
11785
5e3b36f8
JK
117862010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11787 Joel Brobecker <brobecker@adacore.com>
11788
11789 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11790 build_executable by build_executable_own_libs. Replace "prelink -R"
11791 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11792 change.
11793 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11794 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11795 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11796 Replace build_executable by build_executable_own_libs's function
11797 build_executable_own_libs.
11798 (prelinkNO): Create new stub to call prelink_no.
11799 (prelinkYES): Create new stub to call prelink_yes.
11800 (test_attach): Rename calls of copy to file_copy.
11801 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11802 (copy): Move to ...
11803 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11804 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11805 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11806 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11807 special flags by gdb_compile_shlib. Replace second gdb_compile by
11808 build_executable_own_libs. Replace "prelink -R" execution by a call of
11809 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11810 a second call of prelink_yes. Replace restart commands by
11811 clean_restart.
11812 (prelink): Rename to ...
11813 (seen displacement message): ... this test. Extend its expectation
11814 strictness.
11815
86e4bafc
JK
118162010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11819 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11820 displacement message exactly once.
11821
3cd07d20
JK
118222010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11823 Joel Brobecker <brobecker@adacore.com>
11824
11825 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11826 its restore after the <$relink_args != ""> loop. new comment.
11827
0a1e94c7
JK
118282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11829 Joel Brobecker <brobecker@adacore.com>
11830
11831 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11832 code for it. New variable relink_args.
11833 (prelinkYES): Call prelinkNO.
11834 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11835 in such case. Move the core code to ...
11836 (test_attach_gdb): ... a new function. Send GDB command "file".
11837 Extend expected "Attaching to " string.
11838
2f70bcfb
TT
118392010-07-02 Tom Tromey <tromey@redhat.com>
11840
11841 * gdb.base/bitops.exp: Remove extraneous "pass".
11842
a17ac5b0
TT
118432010-07-02 Ken Werner <ken.werner@de.ibm.com>
11844
11845 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11846
dc10affe
PA
118472010-07-01 Pedro Alves <pedro@codesourcery.com>
11848
d41c0fc8
PA
11849 * gdb.base/help.exp: Adjust expected output.
11850
118512010-07-01 Pedro Alves <pedro@codesourcery.com>
11852
11853 * gdb.base/help.exp: Adjust expected output.
dc10affe 11854
0a600c36
JK
118552010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11856
11857 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11858 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11859 c++/11702.
11860
37cc8bfe
JK
118612010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11862 Doug Evans <dje@google.com>
11863
11864 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11865 add .dynamic entry'.
11866
254e6b9e
DE
118672010-06-29 Doug Evans <dje@google.com>
11868
11869 Test PR c++/11702.
11870 * gdb.cp/m-static.exp: Add testcase.
11871 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11872
595939de 118732010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11874 Tom Tromey <tromey@redhat.com>
11875 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11876
11877 * gdb.python/py-inferior.c: New File.
11878 * gdb.python/py-infthread.c: New File.
11879 * gdb.python/py-inferior.exp: New File.
11880 * gdb.python/py-infthread.exp: New File.
11881
98751a41
JK
118822010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11883
11884 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11885 (ptype ::C::OtherFileClass typedefs): New.
11886 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11887 (C::OtherFileClass::cOtherFileClassVar2): New.
11888 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11889 cOtherFileClassVar2.
11890 (C::cOtherFileType2, C::cOtherFileVar2): New.
11891 (C::cOtherFileVar_use): use also cOtherFileVar2.
11892 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11893
41f62f39
JK
118942010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11895
11896 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11897 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11898 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11899 (print ::C::cOtherFileVar)
11900 (whatis C::OtherFileClass::cOtherFileClassType)
11901 (whatis ::C::OtherFileClass::cOtherFileClassType)
11902 (print C::OtherFileClass::cOtherFileClassVar)
11903 (print ::cOtherFileClassVar)
11904 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11905 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11906 trailing content.
11907 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11908 (C::OtherFileClass::cOtherFileClassVar)
11909 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11910 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11911
af53d231
JK
119122010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 Test PR c++/11703 and PR gdb/1448.
11915 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11916 gdb/1448.
11917
9655fd1a
JK
119182010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11919
11920 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11921 (main) <rtti_data>: New.
11922 * gdb.cp/virtbase.exp (print rtti_data): New.
11923
824cc8dd
JK
119242010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11925 Joel Brobecker <brobecker@adacore.com>
11926
11927 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11928
6036c742
JK
119292010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11930
11931 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11932
de6a0421
DE
119332010-06-28 Doug Evans <dje@google.com>
11934
11935 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11936
b2dae948
DE
119372010-06-27 Doug Evans <dje@google.com>
11938
11939 * gdb.cp/m-static.exp: Update expected test output.
11940
0f3bb72e
PH
119412010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11942
889bf7c5
PA
11943 * gdb.gdb/selftest.exp: Adjust expected message for
11944 capturing start-up runtime.
0f3bb72e 11945
bc9f0842
TT
119462010-06-25 Tom Tromey <tromey@redhat.com>
11947
11948 PR python/10808:
11949 * gdb.python/python.exp: Add new tests.
11950
099ef718
SW
119512010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11952
11953 * gdb.cp/operator.cc: Created an import loop.
11954 * gdb.cp/operator.exp: Added testcase for import loop.
11955
5868a632
JK
119562010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 Test PR python/11407.
11959 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11960 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11961 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11962 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11963 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11964 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11965 binfile. Call gdb_compile with clean_restart twice.
11966 (func_nofb print, func_nofb backtrace, func_loopfb print)
11967 (func_loopfb backtrace): New.
11968
af76db58
JK
119692010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11970
11971 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11972 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11973 by a hand made one.
11974 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11975 i?86 requirement. Remove variables srcfile and binfile. New variable
11976 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11977
f2c7657e
UW
119782010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11979
11980 * gdb.cell/dwarfaddr.exp: New file.
11981 * gdb.cell/dwarfaddr.S: New file.
11982
628fe4e4
JK
119832010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 Test PR 9436.
11986 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11987
f1421989
HZ
119882010-06-24 Hui Zhu <teawater@gmail.com>
11989
11990 * gdb.base/eval.exp: New file.
11991
d03285ec
UW
119922010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11993
11994 * gdb.cell/fork.exp: New file.
11995 * gdb.cell/fork.c: Likewise.
11996 * gdb.cell/fork-spu.c: Likewise.
11997
41b2c92d
PM
119982010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11999
12000 * lib/gdb.exp (banned_variables_traced): New global variable.
12001 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12002 (gdb_init): Use `trace add variable' instead of obsolete
12003 `trace variable'.
12004
d5bc977f
DE
120052010-06-21 Doug Evans <dje@google.com>
12006
12007 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12008
d2ed6730
UW
120092010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12010
12011 * gdb.arch/spu-ls.exp: New file.
12012 * gdb.arch/spu-ls.c: Likewise.
12013
6aed2dbc
SS
120142010-06-18 Stan Shebs <stan@codesourcery.com>
12015
12016 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12017
e0756905
UW
120182010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12019
12020 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12021 * gdb.base/watch-cond.exp: Likewise.
12022 * gdb.python/py-breakpoint.exp: Likewise.
12023
d8053d4d
PA
120242010-06-18 Pedro Alves <pedro@codesourcery.com>
12025
12026 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12027 clean_restart, make sure every test has a distinct message, and
12028 that messages don't include the executable' full path.
12029
81ce510c
DE
120302010-06-17 Doug Evans <dje@google.com>
12031
12032 * gdb.arch/i386-size.exp: Updated expected output for
12033 DISASSEMBLY_OMIT_FNAME.
12034
65d79d4b
SDJ
120352010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12036 Sergio Durigan Junior <sergiodj@redhat.com>
12037
12038 * gdb.base/watch-notconst.c: New file.
12039 * gdb.base/watch-notconst.S: New file.
12040 * gdb.base/watch-notconst2.c: New file.
12041 * gdb.base/watch-notconst2.S: New file.
12042 * gdb.base/watch-notconst.exp: New file.
12043 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12044 (func4): Add operations on `global_ptr_ptr'.
12045 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12046 routine to test watchpoints created with a constant expression.
12047 (test_inaccessible_watchpoint): Include tests for watchpoints
12048 created with a constant expression.
12049
df0f4836
KB
120502010-06-14 Kevin Buettner <kevinb@redhat.com>
12051
12052 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12053 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12054 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12055 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12056 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12057 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12058 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12059 of `_start'.
12060
b769def5
UW
120612010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12062
12063 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12064 not supported on the target.
12065 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12066 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12067 * gdb.mi/mi-nsintrall.exp: Likewise.
12068 * gdb.mi/mi-nsmoribund.exp: Likewise.
12069 * gdb.mi/mi-nsthrexec.exp: Likewise.
12070
d914c394
SS
120712010-06-11 Stan Shebs <stan@codesourcery.com>
12072
12073 * gdb.base/permissions.exp: New file.
12074
120752010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12076
12077 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12078 does not support ELF executable class.
12079
f3ce5b9c
UW
120802010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12081
12082 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12083
8e46892c
JK
120842010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12085
12086 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12087 (runto): Catch "The target does not support running in non-stop mode.".
12088
6cc55c64
MS
120892010-06-11 Michael Snyder <msnyder@vmware.com>
12090
12091 * gdb.base/setshow.exp (set language asm): Don't use
12092 gdb_test_no_output, fails on some targets.
12093
caddefa4
UW
120942010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12095
12096 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12097 * gdb.cp/pr9167.exp: Likewise.
12098
468b1aa7
UW
120992010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12100
12101 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12102
5c3552dc
UW
121032010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12104
12105 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12106
02e6fe6a
UW
121072010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12108
12109 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12110
0e03807e
TT
121112010-06-11 Tom Tromey <tromey@redhat.com>
12112
12113 PR gdb/9977, PR exp/11636::
12114 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12115 (pieces_test_f6): Update expected output.
12116
2bdf28a0
JK
121172010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 * gdb.base/moribund-step.exp: New.
12120
f6978de9
MS
121212010-06-08 Michael Snyder <msnyder@vmware.com>
12122
12123 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12124 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12125 * gdb.ada/frame_args.exp: Ditto.
12126 * gdb.ada/lang_switch.exp: Ditto.
12127 * gdb.ada/ptype_arith_binop.exp: Ditto.
12128 * gdb.ada/ref_param.exp: Ditto.
12129 * gdb.ada/type_coercion.exp:Ditto.
12130
12131 * gdb.asm/asm-source.exp: Ditto.
12132
12133 * gdb.base/attach.exp: Ditto.
12134 * gdb.base/bitfields2.exp: Ditto.
12135 * gdb.base/call-signal-resume.exp: Ditto.
12136 * gdb.base/callfuncs.exp: Ditto.
12137 * gdb.base/commands.exp: Ditto.
12138 * gdb.base/dbx.exp: Ditto.
12139 * gdb.base/default.exp: Ditto.
12140 * gdb.base/dump.exp: Ditto.
12141 * gdb.base/exprs.exp: Ditto.
12142 * gdb.base/freebpcmd.exp: Ditto.
12143 * gdb.base/interrupt.exp: Ditto.
12144 * gdb.base/list.exp: Ditto.
12145 * gdb.base/long_long.exp: Ditto.
12146 * gdb.base/maint.exp: Ditto.
12147 * gdb.base/ptype.exp: Ditto.
12148 * gdb.base/return.exp: Ditto.
12149 * gdb.base/setshow.exp: Ditto.
12150 * gdb.base/sigbpt.exp: Ditto.
12151 * gdb.base/sigrepeat.exp: Ditto.
12152
12153 * gdb.cp/classes.exp: Ditto.
12154
12155 * gdb.dwarf2/dw2-restore.exp: Ditto.
12156
12157 * gdb.gdb/selftest.exp: Ditto.
12158
12159 * gdb.multi/base.exp: Ditto.
12160 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12161
12162 * gdb.python/py-block.exp: Ditto.
12163 * gdb.python/py-prettyprint.exp: Ditto.
12164 * gdb.python/py-template.exp: Ditto.
12165
12166 * gdb.server/ext-attach.exp: Ditto.
12167 * gdb.server/ext-run.exp: Ditto.
12168 * gdb.server/server-mon.exp: Ditto.
12169
12170 * gdb.threads/fork-thread-pending.exp: Ditto.
12171 * gdb.threads/hand-call-in-threads.exp: Ditto.
12172 * gdb.threads/interrupted-hand-call.exp: Ditto.
12173 * gdb.threads/linux-dp.exp: Ditto.
12174 * gdb.threads/manythreads.exp: Ditto.
12175 * gdb.threads/print-threads.exp: Ditto.
12176 * gdb.threads/pthreads.exp: Ditto.
12177 * gdb.threads/schedlock.exp: Ditto.
12178 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12179 * gdb.threads/threadapply.exp: Ditto.
12180
de7ff789
MS
121812010-06-08 Michael Snyder <msnyder@vmware.com>
12182
889bf7c5 12183 * gdb.ada/exec_changed.exp:
de7ff789
MS
12184 Use ".*" instead of "" as wildcard regexp.
12185
12186 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12187 * gdb.base/call-ar-st.exp: Ditto.
12188 * gdb.base/checkpoint.exp: Ditto.
12189 * gdb.base/default.exp: Ditto.
12190 * gdb.base/dump.exp: Ditto.
12191 * gdb.base/ending-run.exp: Ditto.
12192 * gdb.base/fileio.exp: Ditto.
12193 * gdb.base/miscexprs.exp: Ditto.
12194 * gdb.base/pointers.exp: Ditto.
12195 * gdb.base/readline.exp: Ditto.
12196 * gdb.base/reread.exp: Ditto.
12197 * gdb.base/restore.exp: Ditto.
12198 * gdb.base/shlib-call.exp: Ditto.
12199 * gdb.base/valgrind-db-attach.exp: Ditto.
12200 * gdb.base/volatile.exp: Ditto.
12201 * gdb.base/watchpoints.exp: Ditto.
12202
12203 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12204
12205 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12206 * gdb.python/py-value.exp: Ditto.
12207
12208 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12209 * gdb.trace/circ.exp: Ditto.
12210 * gdb.trace/collection.exp: Ditto.
12211 * gdb.trace/packetlen.exp: Ditto.
12212 * gdb.trace/passc-dyn.exp: Ditto.
12213 * gdb.trace/report.exp: Ditto.
12214 * gdb.trace/tfile.exp: Ditto.
12215 * gdb.trace/tfind.exp: Ditto.
12216 * gdb.trace/while-dyn.exp: Ditto.
12217
3bebe2f2
JK
122182010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12219
12220 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12221
5c631832
JK
122222010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 Test PR 10640.
12225 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12226
4c3376c8
SW
122272010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12228
12229 * gdb.cp/koenig.exp: Test for ADL operators.
12230 * gdb.cp/koenig.cc: Added ADL operators.
12231 * gdb.cp/operator.exp: New test.
12232 * gdb.cp/operator.cc: New test.
12233
dc226d5a
MS
122342010-06-04 Michael Snyder <msnyder@vmware.com>
12235
dfb88a23
MS
12236 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12237 * gdb.base/pending.exp: Ditto.
f7ae76b3 12238
dc226d5a
MS
12239 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12240
967cf477
DE
122412010-06-04 Doug Evans <dje@google.com>
12242
12243 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12244 disabled printers.
12245 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12246 (enable_lookup_function): New function.
12247
eb801841
TT
122482010-06-04 Tom Tromey <tromey@redhat.com>
12249
12250 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12251 of hash and id.
12252
38979823
JK
122532010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12256 newline.
12257 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12258 (empty verbose non-noisy clear, empty verbose noisy clear)
12259 (empty non-verbose noisy clear): Likewise.
12260
35ec993f
MS
122612010-06-03 Michael Snyder <msnyder@vmware.com>
12262
12263 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12264 * gdb.base/display.exp: Ditto.
12265 * gdb.base/find.exp: Ditto.
12266 * gdb.base/ifelse.exp: Ditto.
12267 * gdb.base/multi-forks.exp: Ditto.
12268 * gdb.base/recurse.exp: Ditto.
12269 * gdb.base/setshow.exp: Ditto.
12270 * gdb.base/value-double-free.exp: Ditto.
12271 * gdb.base/watch-vfork.exp: Ditto.
12272 * gdb.base/watch_thread_num.exp: Ditto.
12273 * gdb.base/watchpoint-solib.exp: Ditto.
12274 * gdb.base/watchpoint.exp: Ditto.
12275 * gdb.base/watchpoints.exp: Ditto.
12276
12277 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12278 * gdb.cp/overload.exp: Ditto.
12279 * gdb.cp/virtfunc.exp: Ditto.
12280
12281 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12282
889bf7c5 12283 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
12284 Replace gdb_test with gdb_test_no_output.
12285
889bf7c5 12286 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
12287 Replace gdb_test with gdb_test_no_output.
12288 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12289 * gdb.threads/watchthreads.exp: Ditto.
12290 * gdb.threads/watchthreads2.exp: Ditto.
12291
12292 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12293 * gdb.trace/tfind.exp: Ditto.
12294
c22decce
JB
122952010-06-03 Joel Brobecker <brobecker@adacore.com>
12296
12297 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12298 successful test if message is the empty string.
12299
fd5700c7
JK
123002010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.fortran/module.exp (stopped language detection): New test.
12303
f55ee35c
JK
123042010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12305
12306 Support DW_TAG_module as separate namespaces.
12307 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12308 gdb.fortran/library-module-lib.f90: New.
12309 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12310 (print i): Remove.
12311 (continue to breakpoint: i-is-1, print var_i value 1)
12312 (continue to breakpoint: i-is-2, print var_i value 2)
12313 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12314 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12315 (complete `modmany, complete `modmany`, complete `modmany`var)
12316 (show language, setting breakpoint at module): New tests.
12317 * gdb.fortran/module.f90 (module mod): Remove.
12318 (module mod1, module mod2, module modmany, subroutine sub1)
12319 (subroutine sub2, program module): New.
12320
b8e8282f
JK
123212010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12322
12323 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12324 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
12325 * gdb.cp/anon-union.exp (pass): Rename to ...
12326 (print z 2): ... here.
b8e8282f 12327
019ebafc
MS
123282010-06-02 Michael Snyder <msnyder@vmware.com>
12329
e68d8fd4
MS
12330 * gdb.trace/actions.exp: Use gdb_test_no_output.
12331 * gdb.trace/circ.exp: Ditto.
12332 * gdb.trace/packetlen.exp: Ditto.
12333 * gdb.trace/save-trace.exp: Ditto.
12334 * gdb.trace/tracecmd.exp: Ditto.
12335 * gdb.trace/tsv.exp: Ditto.
12336
12b5d08a
MS
12337 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12338 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12339 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12340 * gdb.threads/manythreads.exp: Ditto.
12341 * gdb.threads/print-threads.exp: Ditto.
12342 * gdb.threads/pthreads.exp: Ditto.
12343 * gdb.threads/schedlock.exp: Ditto.
12344 * gdb.threads/staticthreads.exp: Ditto.
12345 * gdb.threads/thread-specific.exp: Ditto.
12346 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12347 * gdb.threads/threadapply.exp: Ditto.
12348 * gdb.threads/watchthreads.exp: Ditto.
12349 * gdb.threads/watchthreads2.exp: Ditto.
12350
89493308
MS
12351 * gdb.python/py-block.exp: Use gdb_test_no_output.
12352 * gdb.python/py-prettyprint.exp: Ditto.
12353 * gdb.python/py-template.exp: Ditto.
12354 * gdb.python/py-value.exp: Ditto.
12355
12356 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12357 * gdb.reverse/watch-reverse.exp: Ditto.
12358
12359 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12360 * gdb.server/ext-run.exp: Ditto.
12361
019ebafc
MS
12362 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12363 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12364 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12365 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12366 * gdb.dwarf2/dw2-producer.exp: Ditto.
12367 * gdb.dwarf2/mac-fileno.exp: Ditto.
12368
12369 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12370 * gdb.gdb/selftest.exp: Ditto.
12371
12372 * gdb.multi/base.exp: Use gdb_test_no_output.
12373
12374 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12375
3e0ca3a5
JK
123762010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12377
12378 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12379
9db70545
MS
123802010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12381
a8d52276
MS
12382 * gdb.cp/class2.exp: Use gdb_test_no_output.
12383 * gdb.cp/classes.exp: Ditto.
12384 * gdb.cp/extern-c.exp: Ditto.
12385 * gdb.cp/inherit.exp: Ditto.
12386 * gdb.cp/maint.exp: Ditto.
12387 * gdb.cp/mb-inline.exp: Ditto.
12388 * gdb.cp/mb-templates.exp: Ditto.
12389 * gdb.cp/method2.exp: Ditto.
12390 * gdb.cp/misc.exp: Ditto.
12391 * gdb.cp/ovldbreak.exp: Ditto.
12392 * gdb.cp/punctuator.exp: Ditto.
12393 * gdb.cp/templates.exp: Ditto.
12394 * gdb.cp/virtbase.exp: Ditto.
12395
889bf7c5 12396 * gdb.threads/attach-stopped.exp:
9db70545 12397 Replace uses of send_gdb / gdb_expect.
889bf7c5 12398 * gdb.threads/attachstop-mt.exp:
9db70545 12399 Replace uses of send_gdb / gdb_expect.
889bf7c5 12400 * gdb.threads/gcore-thread.exp:
9db70545 12401 Replace uses of send_gdb / gdb_expect.
889bf7c5 12402 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
12403 Replace uses of send_gdb / gdb_expect.
12404 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12405 * gdb.threads/print-threads.exp:
9db70545
MS
12406 Replace uses of send_gdb / gdb_expect.
12407 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12408 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12409 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12410
12411 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12412 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12413 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12414 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12415 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12416 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12417 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12418 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12419 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12420 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12421 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12422
359cc68c
JK
124232010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12426
7d3fe98e
SW
124272010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12428
12429 * gdb.cp/koenig.exp: Added new test case.
12430 * gdb.cp/koenig.cc: Ditto.
12431
27d3a1a2
MS
124322010-06-01 Michael Snyder <msnyder@vmware.com>
12433
12434 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12435 * gdb.base/arrayidx.exp: Ditto.
12436 * gdb.base/attach.exp: Ditto.
12437 * gdb.base/auxv.exp: Ditto.
12438 * gdb.base/bigcre.exp: Ditto.
12439 * gdb.base/break-always.exp: Ditto.
12440 * gdb.base/break-interp.exp: Ditto.
12441 * gdb.base/break.exp: Ditto.
12442 * gdb.base/breakpoint-shadow.exp: Ditto.
12443 * gdb.base/call-ar-st.exp: Ditto.
12444 * gdb.base/call-sc.exp: Ditto.
12445 * gdb.base/call-signal-resume.exp: Ditto.
12446 * gdb.base/callfuncs.exp: Ditto.
12447 * gdb.base/catch-syscall.exp: Ditto.
12448 * gdb.base/charset.exp: Ditto.
12449 * gdb.base/code-expr.exp: Ditto.
12450 * gdb.base/commands.exp: Ditto.
12451 * gdb.base/cond-expr.exp: Ditto.
12452 * gdb.base/condbreak.exp: Ditto.
12453 * gdb.base/cursal.exp: Ditto.
12454 * gdb.base/cvexpr.exp: Ditto.
12455 * gdb.base/default.exp: Ditto.
12456 * gdb.base/del.exp: Ditto.
12457 * gdb.base/detach.exp: Ditto.
12458 * gdb.base/display.exp: Ditto.
12459 * gdb.base/ena-dis-br.exp: Ditto.
12460 * gdb.base/eval-skip.exp: Ditto.
12461 * gdb.base/foll-fork.exp: Ditto.
12462 * gdb.base/foll-vfork.exp: Ditto.
12463 * gdb.base/frame-args.exp: Ditto.
12464 * gdb.base/funcargs.exp: Ditto.
12465 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12466 * gdb.base/gdbvars.exp: Ditto.
12467 * gdb.base/help.exp: Ditto.
12468 * gdb.base/ifelse.exp: Ditto.
12469 * gdb.base/included.exp: Ditto.
12470 * gdb.base/list.exp: Ditto.
12471 * gdb.base/macscp.exp: Ditto.
12472 * gdb.base/maint.exp: Ditto.
12473 * gdb.base/multi-fork.exp: Ditto.
12474 * gdb.base/overlays.exp: Ditto.
12475 * gdb.base/page.exp: Ditto.
12476 * gdb.base/pending.exp: Ditto.
12477 * gdb.base/pointers.exp: Ditto.
12478 * gdb.base/pr11022.exp: Ditto.
12479 * gdb.base/prelink.exp: Ditto.
12480 * gdb.base/printcmds.exp: Ditto.
12481 * gdb.base/psymtab.exp: Ditto.
12482 * gdb.base/randomize.exp: Ditto.
12483 * gdb.base/relational.exp: Ditto.
12484 * gdb.base/relocate.exp: Ditto.
12485 * gdb.base/remote.exp: Ditto.
12486 * gdb.base/sepdebug.exp: Ditto.
12487 * gdb.base/set-lang-auto.exp: Ditto.
12488 * gdb.base/setshow.exp: Ditto.
12489 * gdb.base/setvar.exp: Ditto.
12490 * gdb.base/signals.exp: Ditto.
12491 * gdb.base/signull.exp: Ditto.
12492 * gdb.base/sigstep.exp: Ditto.
12493 * gdb.base/sizeof.exp: Ditto.
12494 * gdb.base/solib-disc.exp: Ditto.
12495 * gdb.base/store.exp: Ditto.
12496 * gdb.base/structs.exp: Ditto.
12497 * gdb.base/structs2.exp: Ditto.
12498 * gdb.base/subst.exp: Ditto.
12499 * gdb.base/term.exp: Ditto.
12500 * gdb.base/trace-commands.exp: Ditto.
12501 * gdb.base/unwindonsignal.exp: Ditto.
12502 * gdb.base/valgrind-db-attach.exp: Ditto.
12503 * gdb.base/varargs.exp: Ditto.
12504 * gdb.base/watch-cond.exp: Ditto.
12505 * gdb.base/watch_thread_num.exp: Ditto.
12506 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12507 * gdb.base/watchpoint.exp: Ditto.
12508 * gdb.base/whatis-exp.exp: Ditto.
12509
f8d3bf8f
MS
125102010-06-01 Michael Snyder <msnyder@vmware.com>
12511
12512 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12513 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12514 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12515 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12516 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12517 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12518 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12519 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12520 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12521 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12522 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12523 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12524 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12525 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12526 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12527
3f9e0d32
JK
125282010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12529
12530 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12531 trailing newline.
12532 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12533 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12534 (p *args): ... here and remove excessive trailing newline.
12535
f629457d
JB
125362010-05-31 Joel Brobecker <brobecker@adacore.com>
12537
12538 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12539
09eef106
JK
125402010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12541
12542 Accept the new Linux kernel "t (tracing stop)" string.
12543 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12544 Update comment.
12545 (state_wait) <T (tracing stop)>: New.
12546 (main): Update the state_wait expect string.
12547
94f31136
PA
125482010-05-28 Pedro Alves <pedro@codesourcery.com>
12549
12550 * limits.c, limits.exp: Delete files.
12551 * Makefile.in (clean mostlyclean): Adjust.
12552 * tracecmd.exp: Adjust.
12553
096554ab
JK
125542010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12555
12556 * gdb.base/tui-layout.exp: New.
12557
27d3a1a2 125582010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12559
889bf7c5 12560 * gdb.reverse/break-precsave.exp:
bcd2dc50 12561 Replace uses of send_gdb / gdb_expect.
889bf7c5 12562 * gdb.reverse/break-reverse.exp:
bcd2dc50 12563 Replace uses of send_gdb / gdb_expect.
889bf7c5 12564 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12565 Replace uses of send_gdb / gdb_expect.
889bf7c5 12566 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12567 Replace uses of send_gdb / gdb_expect.
889bf7c5 12568 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12569 Replace uses of send_gdb / gdb_expect.
889bf7c5 12570 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12571 Replace uses of send_gdb / gdb_expect.
889bf7c5 12572 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12573 Replace uses of send_gdb / gdb_expect.
889bf7c5 12574 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12575 Replace uses of send_gdb / gdb_expect.
889bf7c5 12576 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12577 Replace uses of send_gdb / gdb_expect.
889bf7c5 12578 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12579 Replace uses of send_gdb / gdb_expect.
889bf7c5 12580 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12581 Replace uses of send_gdb / gdb_expect.
889bf7c5 12582 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12583 Replace uses of send_gdb / gdb_expect.
889bf7c5 12584 * gdb.reverse/machinestate.exp:
bcd2dc50 12585 Replace uses of send_gdb / gdb_expect.
889bf7c5 12586 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12587 Replace uses of send_gdb / gdb_expect.
889bf7c5 12588 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12589 Replace uses of send_gdb / gdb_expect.
889bf7c5 12590 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12591 Replace uses of send_gdb / gdb_expect.
889bf7c5 12592 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12593 Replace uses of send_gdb / gdb_expect.
889bf7c5 12594 * gdb.reverse/step-precsave.exp:
bcd2dc50 12595 Replace uses of send_gdb / gdb_expect.
889bf7c5 12596 * gdb.reverse/step-reverse.exp:
bcd2dc50 12597 Replace uses of send_gdb / gdb_expect.
889bf7c5 12598 * gdb.reverse/until-precsave.exp:
bcd2dc50 12599 Replace uses of send_gdb / gdb_expect.
889bf7c5 12600 * gdb.reverse/until-reverse.exp:
bcd2dc50 12601 Replace uses of send_gdb / gdb_expect.
889bf7c5 12602 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12603 Replace uses of send_gdb / gdb_expect.
889bf7c5 12604 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12605 Replace uses of send_gdb / gdb_expect.
12606
3def43e0
JK
126072010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12608
12609 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12610 excessive newline.
12611
27d3a1a2 126122010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12613
12614 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12615 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12616 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12617 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12618 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12619 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12620 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12621 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12622 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12623 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12624 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12625 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12626 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12627 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12628 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12629 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12630 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12631 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12632 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12633
27d3a1a2 126342010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12635
22454424
MS
12636 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12637 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12638
12639 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12640 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12641 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12642
889bf7c5 12643 * gdb.reverse/consecutive-reverse.exp:
22454424 12644 Replace uses of send_gdb / gdb_expect.
889bf7c5 12645 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12646 Replace uses of send_gdb / gdb_expect.
12647
12648 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12649 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12650 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12651 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12652 Replace uses of send_gdb / gdb_expect.
12653 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12654 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12655 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12656 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12657 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12658 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12659 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12660 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12661 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12662
126632010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12664
22454424 12665 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12666
22454424 12667 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12668
22454424
MS
12669 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12670 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12671 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12672 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12673 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12674 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12675 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12676 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12677 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12678
6e5f2c59
TT
126792010-05-25 Tom Tromey <tromey@redhat.com>
12680
12681 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12682
bbc8b958
TT
126832010-05-25 Tom Tromey <tromey@redhat.com>
12684
12685 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12686 argument order.
12687 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12688 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12689 order.
12690 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12691 order.
12692 * gdb.base/call-sc.exp (setup_kfails): Remove.
12693 (setup_compiler_kfails): Remove.
12694 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12695 argument order.
12696 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12697 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12698 (advancei): Fix setup_kfail argument order.
12699 * gdb.base/radix.exp: Fix setup_kfail argument order.
12700 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12701 order.
12702 * gdb.base/structs.exp (setup_kfails): Remove.
12703 (setup_compiler_kfails): Fix setup_kfail argument order.
12704 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12705 order.
12706 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12707 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12708 setup_kfail argument order.
12709 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12710
83d1babf
TT
127112010-05-25 Tom Tromey <tromey@redhat.com>
12712
12713 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12714
6acb16a2
MS
127152010-05-25 Michael Snyder <msnyder@vmware.com>
12716
12717 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12718 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12719 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12720 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12721 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12722 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12723 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12724 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12725 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
12726 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12727 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12728 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12729 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12730 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12731 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12732 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12733 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12734 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12735 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12736 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12737 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12738 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12739 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12740 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12741 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12742 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12743 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12744 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12745 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12746 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12747 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12748 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12749 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12750 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12751 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12752 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12753 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12754 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12755 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12756 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12757 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12758 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12759 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12760 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12761 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12762 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12763 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12764 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12765
127662010-05-25 Doug Evans <dje@google.com>
12767
12768 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12769 gdb.string_to_argv.
ad3986f0 12770
d3b1e874
TT
127712010-05-21 Tom Tromey <tromey@redhat.com>
12772
12773 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12774 Call it.
12775 * gdb.dwarf2/pieces.S: Update.
12776 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12777
cb826367
TT
127782010-05-21 Tom Tromey <tromey@redhat.com>
12779
12780 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12781 Call it.
12782 * gdb.dwarf2/pieces.c (struct C): New.
12783 (f6): New function.
12784 * gdb.dwarf2/pieces.S: Replace.
12785
74de6778
TT
127862010-05-21 Tom Tromey <tromey@redhat.com>
12787
12788 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12789 Call it.
12790
afd74c5f
TT
127912010-05-21 Tom Tromey <tromey@redhat.com>
12792
12793 * gdb.dwarf2.pieces.exp: New file.
12794 * gdb.dwarf2.pieces.S: New file.
12795 * gdb.dwarf2.pieces.c: New file.
12796
a7b75dfd 127972010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12798 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12799
12800 * lib/gdb.exp (gdb_test_no_output): New function.
12801 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12802 when testing commands that should produce no output.
12803
c81c812a
JB
128042010-05-17 Joel Brobecker <brobecker@adacore.com>
12805
12806 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12807 parameter that we want to watch being a constant.
12808
0cce5bd9
JB
128092010-05-17 Joel Brobecker <brobecker@adacore.com>
12810
12811 * gdb.ada/cond_lang: New testcase.
12812
47050449
JB
128132010-05-17 Joel Brobecker <brobecker@adacore.com>
12814
12815 * lib/gdb.exp (banned_variables): New variable/constant.
12816 (gdb_init): Add write trace on variables listed in banned_variables.
12817 (gdb_finish): Remove write traces on variables listed in
12818 banned_variables.
12819
77c01586
JB
128202010-05-17 Joel Brobecker <brobecker@adacore.com>
12821
12822 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12823 * gdb.cp/koenig.exp: Likewise.
12824
88d4aea7
PM
128252010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12826
889bf7c5 12827 PR python/11482
88d4aea7
PM
12828
12829 * gdb.python/py-value.exp (test_value_hash): New function.
12830
f5a010c0
PM
128312010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12832
12833 PR exp/11530.
12834 * gdb.base/gdb11530.c: New file.
12835 * gdb.base/gdb11530.exp: New file.
12836
8ef4892f
JK
128372010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12840 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12841
7322dca9
SW
128422010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12843
12844 * gdb.cp/koenig.exp: New test.
12845 * gdb.cp/koenig.cc: New test program.
12846
02e7ea18
JB
128472010-05-05 Joel Brobecker <brobecker@adacore.com>
12848
12849 Remove the use of prms_id and bug_id throughout the testsuite.
12850
e1c34c5d
PM
128512010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12852
12853 PR exp/11349.
12854 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12855 use a reference local variable.
12856
8e1d0c49
JK
128572010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12858
12859 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12860 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12861 variable different_dir. Move debugfile into a full directory pathname
12862 under DIFFERENT_DIR.
12863 * lib/gdb.exp (separate_debug_filename): Remove.
12864 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12865 variable debug_dir and mkdir of it. Update function comments.
12866
e66408ed
PA
128672010-04-29 Pedro Alves <pedro@codesourcery.com>
12868
12869 PR gdb/11557
12870
12871 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12872 files.
12873
d7b32ed3
PM
128742010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12875
889bf7c5 12876 * gdb.python/py-param.exp: New File.
d7b32ed3 12877
6aecb9c2
JB
128782010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12879
12880 * gdb.base/default.exp: Fix "set language" test.
12881
bdf92a1c
PM
128822010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12883
12884 PR breakpoints/11531.
12885 * gdb.base/gdb11531.c: New file.
12886 * gdb.base/gdb11531.exp: New file.
12887
3f172e24
TT
128882010-04-26 Tom Tromey <tromey@redhat.com>
12889
12890 * gdb.base/completion.exp: Add tests for completion and deprecated
12891 commands.
12892
64af4c92
JK
128932010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12894
12895 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12896 (print /x char_array): Escape curly brackets.
12897
492928e4
JK
128982010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 Fix deadlock on looped list of loaded shared objects.
12901 * gdb.base/solib-corrupted.exp: New.
12902
66d09542
DE
129032010-04-23 Doug Evans <dje@google.com>
12904
12905 * gdb.python/py-section-script.c: New file.
12906 * gdb.python/py-section-script.exp: New file.
12907 * gdb.python/py-section-script.py: New file.
12908
8bd10a10
CM
129092010-04-20 Chris Moller <cmoller@redhat.com>
12910
12911 PR 10179
12912
12913 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12914 * gdb.base/pr10179-a.c:
12915 * gdb.base/pr10179-b.c:
12916 * gdb.base/pr10179.exp: New files.
12917
c0201579
JK
129182010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12919
12920 Fix crashes on dangling display expressions.
12921 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12922 is SEP.
12923 (lib_flags): Remove the "debug" keyword.
12924 (libsepdebug): New variable for iterating new loop.
12925 (save_pf_prefix): New variable wrapping the loop.
12926 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12927 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12928
793b0ff8
PM
129292010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12930
12931 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12932
097f51f7
PM
129332010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12934
12935 PR stabs/11479.
12936 * gdb.stabs/gdb11479.exp: New file.
12937 * gdb.stabs/gdb11479.c: New file.
12938
9a22f0d0
PM
129392010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12940
12941 * gdb.base/charset.c (Strin16, String32): New variables.
12942 * gdb.base/charset.exp (gdb_test): Test correct display
12943 of 16 or 32 bit strings.
12944
129452010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12946
12947 PR 9167
12948 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12949 * gdb.cp/pr9167.cc: New file.
12950 * gdb.cp/pr9167.exp: New file.
12951
12952
6e354e5e
PM
129532010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12954
12955 PR pascal/11492.
12956 * gdb.pascal/gdb11492.pas: New file.
12957 * gdb.pascal/gdb11492.exp: New file.
12958
be942545
JB
129592010-04-20 Joel Brobecker <brobecker@adacore.com>
12960
1667e6e3 12961 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12962
0c3acc09
JB
129632010-04-20 Joel Brobecker <brobecker@adacore.com>
12964
12965 * gdb.ada/dyn_loc: New testcase.
12966
ec31cde5
CM
129672010-04-20 Chris Moller <cmoller@redhat.com>
12968
12969 PR 10867
889bf7c5 12970
ec31cde5
CM
12971 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12972 * gdb.cp/pr10687.cc: New file.
12973 * gdb.cp/pr10687.exp: New file.
12974
12975
ce4b0682
SDJ
129762010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12977 Sergio Durigan Junior <sergiodj@redhat.com>
12978
12979 * gdb.fortran/logical.exp: New testcase.
12980 * gdb.fortran/logical.f90: New file.
12981
3436961f
DE
129822010-04-19 Doug Evans <dje@google.com>
12983
12984 * gdb.base/help.exp (help source): Update expected output.
12985
4d836c09
JK
129862010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12987
12988 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12989 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12990 gdb_exit and return.
12991 (executable): New variable.
12992 (binfile): Use it.
12993
6149aea9
PA
129942010-04-19 Pedro Alves <pedro@codesourcery.com>
12995
12996 PR breakpoints/8554.
12997
12998 * gdb.trace/save-trace.exp: Adjust.
12999
ed41462c
L
130002010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13001
13002 PR corefiles/11511
13003 * gdb.arch/system-gcore.exp: New.
13004 * gdb.arch/gcore.c: Likewise.
13005
3f7b2faa
DE
130062010-04-15 Doug Evans <dje@google.com>
13007
fa33c3cd
DE
13008 * gdb.python/py-progspace.c: New file.
13009 * gdb.python/py-progspace.exp: New file.
13010
3f7b2faa
DE
13011 * gdb.base/source.exp: Add tests for "source -s".
13012
79f283fe
PM
130132010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13014
13015 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13016 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13017 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13018 * gdb.python/py-mi.exp: New test for to_string returning None.
13019
fc8eb08a
PM
130202010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13021
13022 * gdb.python/py-breakpoint.c: Make result global.
13023
26e197f6
JK
130242010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13025
13026 Fix non-GNU make compatibility.
13027 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13028
adc36818
PM
130292010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13030
13031 * gdb.python/py-breakpoint.exp: New File.
13032 * gdb.python/py-breakpoint.C: Ditto.
13033
64e17368
SS
130342010-04-08 Stan Shebs <stan@codesourcery.com>
13035
13036 * gdb.trace/actions.exp: Clear default-collect.
13037 * gdb.trace/save-trace.exp: Clear default-collect.
13038
fff5cc64
PM
130392010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13040
13041 * gdb.python/py-value: Add null string variable.
13042 (test_lazy_string): Test zero length, NULL address lazy
13043 strings.
13044
a055a187
L
130452010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13046
13047 * gdb.arch/i386-avx.c: New.
13048 * gdb.arch/i386-avx.exp: Likewise.
13049
13050 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13051
96e39866
DE
130522010-04-06 Doug Evans <dje@google.com>
13053
13054 * gdb.base/source-test.gdb: New file.
13055 * gdb.base/source.exp: Test source -v.
13056
5984a431
UW
130572010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13058
13059 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13060
ec8a089a
PM
130612010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13062
13063 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13064 within one line, unless it is followed by a double quote.
13065 * gdb.stabs/hppa.sed: Idem.
13066 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13067 * gdb.stabs/weird.exp: Check for correct parsing of
13068 char and string constants.
ec8a089a
PM
13069 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13070 in .stabs to .stabx substitution.
13071
fce3c1f0
SS
130722010-04-05 Stan Shebs <stan@codesourcery.com>
13073
13074 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13075 constant global.
13076 * gdb.trace/tfile.exp: Try to print them.
13077
d77f58be
SS
130782010-04-04 Stan Shebs <stan@codesourcery.com>
13079
13080 * gdb.base/completion.exp: Update for new "info watchpoints".
13081 * gdb.base/default.exp: Ditto.
13082 * gdb.base/help.exp: Ditto.
13083 * gdb.base/watchpoint.exp: Ditto.
13084 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13085
af54718e
SS
130862010-04-04 Stan Shebs <stan@codesourcery.com>
13087
13088 * gdb.trace/tfile.exp: Sharpen tfind test.
13089
74d1f91e
JK
130902010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13091
13092 * gdb.base/break-entry.exp: New.
13093
eb8e76db 130942010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13095 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13096
13097 * gdb.reverse/i386-sse-reverse.exp: New file.
13098 * gdb.reverse/i386-sse-reverse.c: New file.
13099
bf65cad8
PA
131002010-04-02 Pedro Alves <pedro@codesourcery.com>
13101
13102 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13103
fff87407
SS
131042010-04-01 Stan Shebs <stan@codesourcery.com>
13105
13106 * gdb.trace/actions.exp: Tweak expected output.
13107 * gdb.trace/while-stepping.exp: Tweak expected output.
13108
fe01d668
L
131092010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13110
13111 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13112
86b17b60
PA
131132010-04-01 Pedro Alves <pedro@codesourcery.com>
13114
13115 * gdb.base/commands.exp: Adjust.
13116 * gdb.cp/extern-c.exp: Adjust.
13117
2c58c0a9
PA
131182010-04-01 Pedro Alves <pedro@codesourcery.com>
13119
13120 * gdb.trace/collection.c (local_test_func): Define a local struct,
13121 and instanciate it.
13122
0db9b91c
PA
131232010-04-01 Pedro Alves <pedro@codesourcery.com>
13124
13125 * gdb.trace/collection.exp (gdb_collect_args_test)
13126 (gdb_collect_argarray_test): XFAIL the tests that assume the
13127 argarray argument's elements are collected.
13128
8072405b
JK
131292010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13130
13131 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13132 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13133
8bf6485c
SS
131342010-03-31 Stan Shebs <stan@codesourcery.com>
13135
13136 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13137 and tracepoint conditionals.
13138 (gdb_verify_tracepoints): Delete unused return.
13139
fd7f724a
KS
131402010-03-26 Keith Seitz <keiths@redhat.com>
13141
13142 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13143 appear in the output before main.
13144 Remove KFAIL for gdb/2215 aka bz 9320.
13145
8d9e7719
DE
131462010-03-30 Doug Evans <dje@google.com>
13147
0906dd0b
DE
13148 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13149 by dejagnu.
13150 * gdb.arch/amd64-dword.exp: Ditto.
13151
8d9e7719
DE
13152 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13153 match.
13154 (break printf): Ditto.
13155
1da644f0
SW
131562010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13157
13158 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13159 gcc < 4.4.
13160 * gdb.cp/shadow.exp: Ditto.
13161
a8121990
PA
131622010-03-29 Pedro Alves <pedro@codesourcery.com>
13163
13164 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13165 "tstart" is silent.
13166
6e79d367
PA
131672010-03-29 Pedro Alves <pedro@codesourcery.com>
13168
13169 * gdb.trace/collection.exp (executable): New.
13170 (binfile): Use it.
13171 (fpreg, spreg, pcreg): New.
13172 (test_register): Use gdb_test_multiple. Pass /x to print.
13173 (prepare_for_trace_test): New.
13174 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13175 (gdb_collect_args_test, gdb_collect_argstruct_test)
13176 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13177 prepare_for_trace_test.
13178 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13179 fpreg, spreg and pcreg.
13180 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13181 prepare_for_trace_test.
13182 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13183 try to detect tracing support here. Don't set breakpoints at
13184 `begin' or `end' here.
13185 <global scope>: Use clean_restart. Run to main before checking
13186 for tracing support. Check for for tracing support here.
13187
09248348
JK
131882010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13189
13190 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13191 " as $displacement" to "seen displacement message".
13192
d350db38
PA
131932010-03-28 Pedro Alves <pedro@codesourcery.com>
13194
13195 * gdb.trace/while-dyn.exp (executable): New variable.
13196 (binfile): Use it.
13197 (test_while_stepping): New function. Move most tests here. Call
13198 it once for each of the while-stepping, stepping and ws aliases.
13199
907af001
UW
132002010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13201
13202 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13203 that do not provide the tagless_struct type name at all.
13204 (test_print_anon_union): Do not check value of uninitialized
13205 union member. Do not use cp_test_ptype_class, so we can accept
13206 "long" as well as "long int".
13207
610197fd
PA
132082010-03-26 Pedro Alves <pedro@codesourcery.com>
13209
13210 * gdb.trace/tfile.c (tohex, bin2hex): New.
13211 (write_error_trace_file): Hexify error description.
13212
6c28cbf2
SS
132132010-03-25 Stan Shebs <stan@codesourcery.com>
13214
13215 * gdb.trace/tfile.c: Generate an additional trace file, improve
13216 portability.
13217 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13218 files in a better way.
13219
e62b8c7e
KS
132202010-03-25 Keith Seitz <keiths@redhat.com>
13221
13222 * gdb.java/jprint.exp: XFAIL printing of static class members
13223 because of GCC debuginfo problem.
13224
82ccf5a5
JK
132252010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13226
13227 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13228
293e2f9e
DJ
132292010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13230
13231 * gdb.base/completion.exp: Allow long instead of long int.
13232 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13233 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13234 variable p.
13235 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13236 * gdb.base/pointers.exp: Allow long instead of long int.
13237 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13238 * gdb.base/step-line.exp: Allow a directory before the source file name.
13239
95a42b64
TT
132402010-03-24 Tom Tromey <tromey@redhat.com>
13241
13242 PR breakpoints/9352:
13243 * gdb.base/default.exp: Update.
13244 * gdb.base/commands.exp: Update.
13245 * gdb.cp/extern-c.exp: Test setting commands on multiple
13246 breakpoints at once.
13247
2390201f
DJ
132482010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13249
13250 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13251 if gdb,nosignals.
13252 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13253 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13254 exited".
13255
8c9a6790
SS
132562010-03-24 Stan Shebs <stan@codesourcery.com>
13257
13258 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13259
a6c727b2
DJ
132602010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13261
13262 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13263 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13264 argument. Handle "short" and "long".
13265 (Top level): Pass overprototyped output for old_fptr and xptr.
13266
4dfd5423
PA
132672010-03-23 Pedro Alves <pedro@codesourcery.com>
13268
13269 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13270 format strings and add casts to avoid compiler warnings.
13271
132722010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13273
13274 * lib/trace-support.exp (gdb_trace_setactions):
13275 Don't expect whitespace after ">" prompt.
13276 * gdb.trace/actions.exp: Adjust for output changes.
13277 * gdb.trace/while-stepping.exp: Likewise.
13278
c847d045
JK
132792010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13282 and r157645).
13283
5f717f1d
JK
132842010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13287 New.
13288
7d6d51d5
DJ
132892010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13290
13291 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13292 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13293
3b11a015
SS
132942010-03-19 Stan Shebs <stan@codesourcery.com>
13295
13296 * gdb.trace/ax.exp: New file.
13297
d7d158ed
DE
132982010-03-19 Doug Evans <dje@google.com>
13299
6bb85cd1
DE
13300 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13301 output from gcc.
13302
d7d158ed
DE
13303 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13304 named /usr/sbin/prelink<foo>.
13305
4daf5ac0
SS
133062010-03-18 Stan Shebs <stan@codesourcery.com>
13307
13308 * gdb.trace/circ.exp: Test circular-trace-buffer.
13309 * gdb.trace/tfile.exp: Update tstatus test.
13310
e8d05480
JB
133112010-03-18 Joel Brobecker <brobecker@adacore.com>
13312
13313 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13314 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13315
441b986a
UW
133162010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13317
13318 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13319
4247603b
PA
133202010-03-18 Pedro Alves <pedro@codesourcery.com>
13321
13322 * gdb.base/default.exp: Adjust the expected output of the finish
13323 and until commands when the inferior is not being run.
13324
13387711
SW
133252010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13326
13327 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13328 * gdb.cp/nsusing.exp: Ditto.
13329
6e31430b
TT
133302010-03-15 Tom Tromey <tromey@redhat.com>
13331
13332 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13333 * gdb.cp/userdef.cc (operator==): New function.
13334 (main): New locals mem1, mem2.
13335
e2d69cb5
JZ
133362010-03-15 Jie Zhang <jie@codesourcery.com>
13337
13338 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13339 Declare and use new loadtimeout variable.
13340
f572f0a9
DJ
133412010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13342
13343 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13344 Use gdb_load later.
13345
51f4c0b0
PA
133462010-03-14 Pedro Alves <pedro@codesourcery.com>
13347
13348 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13349 literal. Add missing endlines to prints to stderr.
13350
1c809c68
TT
133512010-03-12 Tom Tromey <tromey@redhat.com>
13352
13353 PR c++/9708:
13354 * gdb.cp/m-static.exp: Add regression test.
13355 * gdb.cp/m-static.cc (method): New method.
13356 (main): Call it.
13357
00ae8fef
SW
133582010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13359
13360 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13361 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13362
759f0f0b
PA
133632010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13364
21e24d21
PA
13365 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13366
133672010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13368
759f0f0b
PA
13369 * lib/gdb.exp (skip_stl_tests): New.
13370 (gdb_compile): Symbian needs -ldl.
13371 (shlib_target_file): New.
13372 (shlib_symbol_file): New.
13373 (gdb_load_shlibs): Use shlib_target_file.
13374 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13375 * gdb.cp/exception.exp: Use skip_stl_tests.
13376 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13377 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13378 * gdb.cp/mb-templates.exp: Ditto.
13379 * gdb.base/commands.exp: Relax regexes.
13380 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13381 shlib_target_file and shlib_symbol_file.
13382 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13383 sections.
13384 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13385 * gdb.base/solib-disc.exp: Use
13386 shlib_target_file and shlib_symbol_file.
13387 * gdb.base/unload.exp: Don't skip on symbian. Use
13388 shlib_target_file and shlib_symbol_file.
13389 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13390
6a8f2671 133912010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13392
6a8f2671
PA
13393 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13394 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13395 Issue a tfind end before looking for a tracepoint frame.
13396 * gdb.trace/tfind.exp: Adjust tstatus output.
13397 Adjust disassembly output.
13398 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13399
ccf26247
JK
134002010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13401
13402 * gdb.base/break-interp.exp: Create new displacement parameter value
13403 for the test_ld calls.
13404 (reach): New parameter displacement, verify its content. New push of
13405 pf_prefix "reach-$func:". Import global expect_out.
13406 (test_core): New parameter displacement, verify its content. New push
13407 of pf_prefix "core:". New command "set verbose on". Import global
13408 expect_out.
13409 (test_attach): New parameter displacement, verify its content. New
13410 push of pf_prefix "attach:". New command "set verbose on". Import
13411 global expect_out.
13412 (test_ld): New parameter displacement, pass it to the reach, test_core
13413 and test_attach calls and verify its content in the "ld.so exit" test.
13414 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13415 (prelink): Update expected text, use gdb_test.
13416
e469c7fb
DE
134172010-03-10 Doug Evans <dje@google.com>
13418
13419 * gdb.base/checkpoint.exp: Fix comment.
13420 Lengthen timeout while doing >600 checkpoints test.
13421 Rename duplicate "kill all one" test to keep test names unique.
13422
60e1c644
PA
134232010-03-10 Pedro Alves <pedro@codesourcery.com>
13424
13425 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13426
cec808ec
KS
134272010-03-08 Keith Seitz <keiths@redhat.com>
13428
889bf7c5
PA
13429 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13430 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13431 (dm_type_long): New function.
13432 (dm_type_unsigned_short): New function.
13433 (dm_type_unsigned_long): New function.
13434 (myint): New typedef.
13435 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13436 long, unsigned shor and long, operator char*, and typedef.
13437 (test_lookup_operator_functions): Add operator char* test.
13438 (test_paddr_operator_functions): Likewise.
13439 (test_paddr_overloaded_functions): Use probe values for
13440 short, long, and unsigned short and long.
13441 (test_paddr_hairy_functions): If the demangler probe detected
13442 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13443 demangler.
13444 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13445 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13446 and "print null_pmf".
13447 Add test "ptype a.*pmf".
13448 * gdb.cp/overload.exp: Allow optional "int" to appear with
13449 "short" and "long".
13450 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13451 long expect value for men_overload1arg.
13452 Allow "int" to appear with "short" and "long".
13453 When testing "info break", add argument for main (void).
13454 Also allow "int" to appear with "short" and "long".
13455 Ditto with "unsigned" and "long long".
cec808ec
KS
13456 * gdb.java/jmain.exp: Do not enclose methods names in single
13457 quotes.
13458 * gdb.java/jmisc.exp: Likewise.
13459 * gdb.java/jprint.exp: Likewise.
13460 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13461
13462 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13463 * gdb.cp/exception.exp (backtrace after first throw)
13464 (backtrace after second throw): Allow a namespace before __cxa_throw.
13465 (backtrace after first catch, backtrace after second catch): Allow
13466 a namespace before __cxa_begin_catch.
13467
13468 * gdb.cp/cpexprs.exp: New file.
13469 * gdb.cp/cpexprs.cc: New file.
13470
13471 From Daniel Jacobowitz <dan@codesourcery.com>
13472 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13473 to use string_to_regexp.
13474 (ctor, dtor): New functions. Use them to match constructor
13475 and destructor function types.
13476 (Top level): Use runto_main.
13477
f870a310
TT
134782010-03-05 Tom Tromey <tromey@redhat.com>
13479
13480 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13481 gdb.target_charset.
13482 (pp_ns.to_string): Likewise.
13483
0c199f28
KS
134842010-03-04 Keith Seitz <keiths@redhat.com>
13485
13486 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13487 can be quoted. Test that both the filename and function/line
13488 portions can be quoted at the same time.
13489
c7437ca6
PA
134902010-03-04 Pedro Alves <pedro@codesourcery.com>
13491
13492 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13493
b111b805
DE
134942010-03-03 Doug Evans <dje@google.com>
13495
24486cb7
DE
13496 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13497 libc contains libpthread.
13498
b111b805
DE
13499 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13500 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13501 of gdb_compile. Add another pattern to match android backtrace.
13502
a0e0ef55
TT
135032010-03-03 Tom Tromey <tromey@redhat.com>
13504
13505 PR gdb/11345:
13506 * gdb.base/printcmds.exp (test_printf): Add test.
13507
1ba53b71
L
135082010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13509
13510 * gdb.arch/amd64-byte.exp: New.
13511 * gdb.arch/amd64-dword.exp: Likewise.
13512 * gdb.arch/amd64-pseudo.c: Likewise.
13513 * gdb.arch/amd64-word.exp: Likewise.
13514 * gdb.arch/i386-byte.exp: Likewise.
13515 * gdb.arch/i386-pseudo.c: Likewise.
13516 * gdb.arch/i386-word.exp: Likewise.
13517
f5dff777
DJ
135182010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13519
13520 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13521 types. Add structreg, bitfields, and flags registers.
13522 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13523 registers.
13524
90884b2b
L
135252010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13526
13527 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13528 (load_description): Set architecture if defined.
13529
dc00d89f
PM
135302010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13531
13532 * gdb.python/py-frame.exp: Add read_var block tests.
13533 * gdb.python/py-frame.c (block): New function.
13534
0e095b7e
JK
135352010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13536 Daniel Jacobowitz <dan@codesourcery.com>
13537
13538 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13539
624f1a65
DM
135402010-02-25 David S. Miller <davem@davemloft.net>
13541
13542 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13543 fix logic for setting all_syscalls_numbers.
13544
f3e9a817
PM
135452010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13546
13547 * Makefile.in: Add py-block and py-symbol.
13548 * gdb.python/py-symbol.exp: New File.
13549 * gdb.python/py-symtab.exp: New File.
13550 * gdb.python/py-block.exp: New File.
13551 * gdb.python/py-symbol.c: New File.
13552 * gdb.python/py-block.c: New File.
13553
f6bbabf0
PM
135542010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13555
13556 PR python/11314
13557 * lib/gdb.exp (skip_python_tests): New function.
13558 * gdb.python/py-cmd.exp: Use skip_python_tests.
13559 * gdb.python/py-frame.exp: Likewise.
13560 * gdb.python/py-function.exp: Likewise.
13561 * gdb.python/py-prettyprint.exp: Likewise.
13562 * gdb.python/py-template.exp: Likewise.
13563 * gdb.python/py-type.exp: Likewise.
13564 * gdb.python/py-value.exp: Likewise.
13565
85d721b8
PA
135662010-02-22 Pedro Alves <pedro@codesourcery.com>
13567
13568 PR9605
13569
13570 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13571
48e32051
TT
135722010-02-19 Tom Tromey <tromey@redhat.com>
13573
13574 PR c++/8693, PR c++/9496:
13575 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13576 regression tests.
13577
ac9c0048
JK
135782010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 Fix compatibility with m68k as.
13581 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13582 Use only /* comments */.
13583
57bb97a4
UW
135842010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13585
13586 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13587 * configure: Regenerate.
13588
7d1bf85c
DJ
135892010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13590
13591 * gdb.python/py-type.exp: Check for Python support.
13592
061b5285
PA
135932010-02-17 Pedro Alves <pedro@codesourcery.com>
13594
13595 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13596 `regsub' syntax available.
13597
f8a8bc2c
PA
135982010-02-17 Pedro Alves <pedro@codesourcery.com>
13599
13600 * gdb.base/shmain.c (main): Remove printf call.
13601 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13602 * gdb.base/unload.c (main): Make format of fprintf a string
13603 literal. Add missing endlines to prints to stderr.
13604 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13605
6f451e5e
TT
136062010-02-17 Tom Tromey <tromey@redhat.com>
13607
13608 * gdb.java/jprint.java (jprint.props): New field.
13609 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13610
12d79008
PA
136112010-02-17 Pedro Alves <pedro@codesourcery.com>
13612
ef801a0e 13613 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13614 available.
13615
d252f7e5
DJ
136162010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13617
13618 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13619 creation to support remote host testing.
13620
67bdab6c
DJ
136212010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13622
13623 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13624 Recognize "command not found".
13625
bb391223
DJ
136262010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13627
13628 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13629 single-stepping.
13630
70362913
DJ
136312010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13632
13633 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13634 if arguments are not supported.
13635
493f3c00
DJ
136362010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13637
13638 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13639 be const or non-const.
13640
8034c749
DJ
136412010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13642
13643 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13644 mi_send_resuming_command to send -exec-continue.
13645
791dfb64
DJ
136462010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13647
13648 * gdb.base/list.exp (test_list_filename_and_function): Add test
13649 with single quotes.
13650 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13651 matching.
13652 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13653 Add KFAIL'd tests for PR gdb/11289.
13654
7c5fe868
DJ
136552010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13656
13657 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13658
fdc498b8
DJ
136592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13660
13661 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13662 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13663 a temporary directory.
13664
b519e2a6
DJ
136652010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13666
13667 * gdb.base/charset.exp: Use a single regular expression to match
13668 show host-charset and show target-charset output.
13669
74164c56
JK
136702010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13671
13672 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13673 "Illegal process-id" expect string more exact.
13674 (attach to digits-starting nonsense is prohibited): New.
13675
701ed6dc
JK
136762010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13677
13678 * gdb.base/prelink.exp (set verbose on): New.
13679
889bf7c5 136802010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13681
13682 * mi-reverse.exp: New file. Test for reverse option to the
13683 following MI commands: exec-continue, exec-finish, exec-next,
13684 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13685
dadf0e9c
JB
136862010-02-09 Joel Brobecker <brobecker@adacore.com>
13687
13688 * gdb.ada/ptype_tagged_param: New testcase.
13689
714f19d5
TT
136902010-02-08 Tom Tromey <tromey@redhat.com>
13691
13692 PR c++/8017:
13693 * gdb.cp/overload.exp: Add tests.
13694 * gdb.cp/overload.cc (struct K): New.
13695 (namespace N): New.
13696 (main): Call new functions.
13697 (K::staticoverload): Define.
13698
889bf7c5 136992010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13700
13701 PR gdb/10728
13702 * gdb.cp/pr10728-x.h: New file.
13703 * gdb.cp/pr10728-x.cc: New file.
13704 * gdb.cp/pr10728-y.cc: New file.
13705 * gdb.cp/pr10728.exp: New file.
13706 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13707
889bf7c5 137082010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
13709
13710 PR gdb/9067
13711 * gdb.cp/pr9067.exp: New
13712 * gdb.cp/pr9067.cc: New
13713 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13714
7b356089
JB
137152010-02-08 Joel Brobecker <brobecker@adacore.com>
13716
13717 * lib/gdb.exp (gdb_test_timeout): New global variable.
13718 Set it to timeout if not already set.
13719 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13720
1be00882
DE
137212010-02-05 Doug Evans <dje@google.com>
13722
13723 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13724 user.
13725
82856980
SW
137262010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13727
13728 PR c++/7935:
13729 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13730
1a334831
TT
137312010-02-04 Tom Tromey <tromey@redhat.com>
13732
13733 * gdb.cp/virtbase.exp: Make test case names unique.
13734
9c3c02fd
TT
137352010-02-02 Tom Tromey <tromey@redhat.com>
13736
13737 * gdb.cp/virtbase.exp: Add regression tests.
13738 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13739 (main): Instantiate RHC.
13740
0cc2414c
TT
137412010-02-02 Tom Tromey <tromey@redhat.com>
13742
13743 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13744 type-printing change.
13745
edf3d5f3
TT
137462010-02-02 Tom Tromey <tromey@redhat.com>
13747
13748 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13749 * gdb.cp/virtbase.cc: New file.
13750 * gdb.cp/virtbase.exp: New file.
13751 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13752
e4b7f41c
JK
137532010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13754
13755 PR libc/11214:
13756 * gdb.threads/current-lwp-dead.c: Include features.h.
13757 (HAS_NOMMU): New.
13758 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13759
b381ea14
JK
137602010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13761
13762 * gdb.base/symbol-without-target_section.exp,
13763 gdb.base/symbol-without-target_section.c: New.
13764
c593ac0e
DJ
137652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13766
13767 * gdb.base/bigcore.exp: Reset increased timeout.
13768 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13769
db25f29d
DJ
137702010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13771
13772 * gdb.base/gcore.exp (capture_command_output): Use
13773 gdb_test_multiple.
13774
f9d67f43
DJ
137752010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13776
13777 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13778 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13779 (Top level): Call it.
13780
177321bd
DJ
137812010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13782
13783 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13784
97f2ed50
DJ
137852010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13786
13787 * gdb.base/call-strs.exp, gdb.base/default.exp,
13788 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13789 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13790 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13791 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13792 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13793 * gdb.base/ending-run.exp: Correct restore of timeout.
13794 * gdb.base/page.exp: Remove unnecessary timeout setting.
13795
e4e2711a
JB
137962010-01-29 Joel Brobecker <brobecker@adacore.com>
13797
13798 * gdb.ada/rec_return: New testcase.
13799
ba581dc1
JB
138002010-01-29 Joel Brobecker <brobecker@adacore.com>
13801
13802 * gdb.ada/call_pn: New testcase.
13803
4ea95be9
DJ
138042010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13805
13806 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13807 (Top level): Use it to resume.
13808 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13809 the Thumb mode displaced stepping error as unsupported.
13810
df83a9bf
SW
138112010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13812
889bf7c5
PA
13813 * gdb.cp/nsusing.exp: Added more tests.
13814 * gdb.cp/nsrecurs.exp: Ditto.
13815 * gdb.cp/nsusing.cc: Added test functions.
13816 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13817
40b27cdc
JK
138182010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13819
13820 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13821 absolute directory pathnames in gdb.sum file.
13822
de958931
SW
138232010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13824
13825 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13826 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13827
708ead4e
TT
138282010-01-26 Tom Tromey <tromey@redhat.com>
13829
13830 PR exp/7643:
13831 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13832 setup_kfail.
13833
b14e635e
SW
138342010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13835
13836 * gdb.cp/nsrecurs.exp: New test.
13837 * gdb.cp/nsrecurs.cc: New test program.
13838 * gdb.cp/nsstress.exp: New test.
13839 * gdb.cp/nsstress.cc: New test program.
13840 * gdb.cp/nsdecl.exp: New test.
13841 * gdb.cp/nsdecl.cc: New test program.
13842
8540c487
SW
138432010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13844
13845 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13846 imported into file scope.
13847 Marked test as xfail.
13848 * gdb.cp/namespace-using.cc (marker5): New function.
13849 * gdb.cp/shadow.exp: New test.
13850 * gdb.cp/shadow.cc: New test program.
13851 * gdb.cp/nsimport.exp: New test.
13852 * gdb.cp/nsimport.cc: New test program.
13853
421d5d99
TT
138542010-01-25 Tom Tromey <tromey@redhat.com>
13855
13856 PR gdb/11049:
13857 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13858 with "set print null-stop on".
13859
691f8dc1
JK
138602010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13861
13862 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13863 Adjust it for DISASSEMBLY_OMIT_FNAME.
13864
0b92b5bb
TT
138652010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13866
13867 PR symtab/11199:
13868 * gdb.dwarf2/member-ptr-forwardref.exp,
13869 gdb.dwarf2/member-ptr-forwardref.S: New.
13870
23787403
JK
138712010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13872
13873 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13874 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13875 thread1_tid_mutex. Remove gdbstop_mutex handling.
13876 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13877 thread2_tid_mutex. Remove gdbstop_mutex handling.
13878 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13879 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13880 pthread_cond_wait conditionalizations by while loops.
13881
b966cb8a
TT
138822010-01-20 Tom Tromey <tromey@redhat.com>
13883
13884 PR backtrace/10770:
13885 * gdb.dwarf2/pr10770.exp: New file.
13886 * gdb.dwarf2/pr10770.c: New file.
13887 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13888
fcae584b
VP
138892010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13890
13891 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13892 that target was removed, and the test always runs native anyway.
13893
a0f49112
JK
138942010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13895
13896 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13897 gdb.base/watchpoint-cond-gone-stripped.c: New.
13898
ceeb3d5a
TT
138992010-01-19 Tom Tromey <tromey@redhat.com>
13900
13901 PR c++/8000:
13902 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13903 existing tests.
13904 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13905 (main): Use AAA::SomeEnum.
13906
dd322c54
JK
139072010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13908
13909 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13910 (test_ignore_count): Declare line_callme_body global.
13911 (run to breakpoint with ignore count): Use line_callme_body.
13912 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13913 (set line_main_hello, set line_main_return): Reindent.
13914 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13915 New.
13916 (continue to callee4): Use line_callee4_body.
13917 (check *stopped from CLI command): Use line_callee4_next.
13918 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13919 (set line_main_hello, set line_main_return): Reindent.
13920 (set line_callee4_head, set line_callee4_body): New.
13921 (continue to callee4): Use line_callee4_body.
13922
4e8f195d
TT
139232010-01-18 Tom Tromey <tromey@redhat.com>
13924
13925 PR c++/9680:
13926 * gdb.cp/casts.cc: Add new classes and variables.
13927 * gdb.cp/casts.exp: Test new operators.
13928
9e14a9ba
JB
139292010-01-18 Tom Tromey <tromey@redhat.com>
13930 Thiago Jung Bauermann <bauerman@br.ibm.com>
13931
13932 * gdb.python/source2.py: New file.
13933 * gdb.python/source1: New file.
13934 * gdb.python/python.exp: Test "source" command.
13935
00bf0b85
SS
139362010-01-15 Stan Shebs <stan@codesourcery.com>
13937
13938 * gdb.trace/tfile.c: New file.
13939 * gdb.trace/tfile.exp: New file.
889bf7c5 13940
55235ad7
JK
139412010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13942
13943 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13944
9f2982ff
JK
139452010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13946
13947 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13948
bbfba9ed
JK
139492010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13950
13951 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13952 (libfunc): New parameter action. Implement also selectable "sleep".
13953 * gdb.base/break-interp-main.c: Include assert.h.
13954 (libfunc): New parameter action.
13955 (main): New parameters argc and argv. Assert argc. Pass argv.
13956 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13957 (test_attach): New proc.
13958 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13959 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13960
61f0d762
JK
139612010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13962
13963 * gdb.base/break-interp.exp (test_core): New proc.
13964 (test_ld): Call it.
13965
06a6f270
JK
139662010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13967
13968 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13969 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13970 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13971 and gdb_compile_shlib. Use new -Wl compiler options.
13972 (dl bt, main bt): New tests.
13973
51bee8e9
JK
139742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13975
13976 Support PIEs with no symfile_objfile.
13977 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13978 (test_ld): New parameter trynosym.
13979 (test_ld <$trynosym>): New block.
13980
b8040f19
JK
139812010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13982
13983 * gdb.base/break-interp.exp: New file.
13984
be759fcf
PM
139852010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13986
13987 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13988 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13989 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13990 test.
13991 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13992 * gdb.python/py-mi.exp: Add lazy string test.
13993
dc146f7c
VP
139942010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13995
13996 * lib/mi-support.exp (mi_check_thread_states): Handle
13997 core number in thread listing.
13998
b4ba55a1
JB
139992010-01-12 Joel Brobecker <brobecker@adacore.com>
14000
14001 * gdb.base/maint.exp: Adjust the expected output for the
14002 "maint print type" test. Use gdb_test_multiple instead of
14003 gdb_sent/gdb_expect.
14004
08e24bd4
DE
140052010-01-11 Doug Evans <dje@google.com>
14006
6496a609
DE
14007 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14008 from gdbserver_download. All callers updated.
14009
08e24bd4
DE
14010 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14011
b5cfddf5
JK
140122010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14013
14014 Implement binary numbers parsing.
14015 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14016 (test_integer_literals_rejected): New binary tests.
14017
3725885a
RW
140182010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14019
14020 * gdb.cell/configure: Regenerate.
14021
37aeb5df
JK
140222010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14023
14024 * gdb.base/corefile.exp: Move the core finding block out and call it as
14025 core_find, new variable $corefile, replace corefile by $corefile and
14026 [file tail $corefile] for usage vs. test names resp.
14027 * lib/gdb.exp (core_find): Move it as a new function here. New
14028 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14029 $destcore. Return "" on error.
14030
d521f563
JK
140312010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14032
14033 Workaround PR binutils/10802.
14034 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14035 (twice).
14036
28f24826
DJ
140372010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14038
14039 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14040
2de75e71
JB
140412010-01-08 Joel Brobecker <brobecker@adacore.com>
14042
14043 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14044 call, to avoid interruption.
14045
fe00719b 140462010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14047
14048 * gdb.stabs/weird.def (args93): New.
14049
d0ef5df8
DE
140502010-01-07 Doug Evans <dje@google.com>
14051
14052 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14053
3a08d52f
TT
140542010-01-07 Tom Tromey <tromey@redhat.com>
14055
14056 * gdb.base/source.exp: Use correct line number.
14057
7a697b8d
SS
140582010-01-05 Stan Shebs <stan@codesourcery.com>
14059
14060 * gdb.trace/tracecmd.exp: Test ftrace.
14061
7803799a
UW
140622010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14063
14064 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14065
c54eabfa
JK
140662010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14067
14068 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14069 "uint_for_mi_testing".
14070
02e7ef19
JB
140712010-01-01 Joel Brobecker <brobecker@adacore.com>
14072
14073 Test indented comment in file being sourced.
14074 * gdb.base/commands.exp: Test indented comment in file being sourced.
14075
abd775ce
JB
140762010-01-01 Joel Brobecker <brobecker@adacore.com>
14077
14078 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14079 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14080 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14081 notice.
14082
79b55b82
JB
140832010-01-01 Joel Brobecker <brobecker@adacore.com>
14084
14085 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14086 notice.
14087
8997583e
JK
140882010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14089
14090 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14091 missing $after_stopped and comma (,) expectation.
14092
6da95a67
SS
140932009-12-31 Stan Shebs <stan@codesourcery.com>
14094
14095 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14096
218d2fc6
TJB
140972009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14098
14099 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14100 (top level): Call test_watchpoint_in_big_blob.
14101 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14102 watchpoints.
14103 (func3): Write to buf.
14104
236f1d4d
SS
141052009-12-29 Stan Shebs <stan@codesourcery.com>
14106
14107 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14108
f61e138d
SS
141092009-12-28 Stan Shebs <stan@codesourcery.com>
14110
14111 * gdb.trace/tsv.exp: New file.
14112 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14113
0219b378
DJ
141142009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14115
14116 * gdb.base/find.c (main): Reference search buffers.
14117 * gdb.base/included.c (main): Reference integer.
14118 * gdb.base/ptype.c (charfoo): Declare.
14119 (intfoo): Call charfoo.
14120 * gdb.base/scope0.c (useitp): New function.
14121 (usestatics): Use useitp.
14122 (useit): Add a type for val.
14123 * gdb.base/scope1.c (useit1): Take a pointer argument.
14124 (usestatics1): Update calls to useit1.
14125 * gdb.cp/call-c.cc: Declare foo.
14126 (main): Call foo.
14127 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14128 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14129 (main): Call C::ensureRefs and ensureOtherRefs.
14130 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14131 variables.
14132 (ensureOtherRefs): New function.
14133 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14134 * gdb.cp/templates.cc (main): Call t5i.value.
14135
3f78692f
JK
141362009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14137
14138 Fix compatibility with G++-4.5.
14139 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14140 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14141 (uncaught return): Remove.
14142
429374b8
JK
141432009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14144 Phil Muldoon <pmuldoon@redhat.com>
14145
14146 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14147 (bp_location13, bp_location14, bp_location17, bp_location18)
14148 (marker3_proto, marker4_proto): New variables.
14149 (breakpoint info): Update output.
14150 (run until breakpoint at marker3, run until breakpoint at marker4): New
14151 tests.
14152
859825b8
JK
141532009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14154
14155 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14156 Replace the printf call of Y by provided "y-set-1" label. New block
14157 for the second shared library.
14158 * gdb.base/unload.exp: Compile also the second library, call
14159 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14160 (single pending breakpoint info): Rename to ...
14161 (pending breakpoint info before run): ... this extended test.
14162 (libfile2, libname2, libsrcfile2, libsrc2)
14163 (lib_sl2): New variables.
14164 (exec_opts): Set also SHLIB_NAME2.
14165 (pending breakpoint info on first run at shrfunc1)
14166 (pending breakpoint info on second run at shrfunc1)
14167 (pending breakpoint info on second run at shrfunc2)
14168 (print y from libfile, print y from libfile2): New tests.
14169 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14170 * gdb.base/unloadshr2.c: New.
14171
e6a386cd
HZ
141722009-12-22 Hui Zhu <teawater@gmail.com>
14173
14174 * gdb.reverse/sigall-reverse.exp: Adjust.
14175
9e19b45e
VP
141762009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14177
14178 PR gdb/10884
14179
14180 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14181 (main): Call do_bitfield_tests.
aacf5b1e 14182 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14183
d53a7b30
JB
141842009-12-20 Joel Brobecker <brobecker@adacore.com>
14185
14186 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14187 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14188 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14189 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14190 gdb.modula2/unbounded1.c: Update copyright header.
14191
191ca0a1
CM
141922009-12-10 Chris Moller <moller@mollerware.com>
14193
14194 PR gdb/9399
14195 * gdb.cp/virtfunc2.exp: New tests
14196 * gdb.cp/virtfunc2.cc: New tests
14197 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14198
0fa6cf1b
MS
141992009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14200
14201 * gdb.reverse/i387-env-reverse.c: New file.
14202 * gdb.reverse/i387-env-reverse.exp: New file.
14203 * gdb.reverse/i387-stack-reverse.c: New file.
14204 * gdb.reverse/i387-stack-reverse.exp: New file.
14205
361ae042
PM
142062009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14207
14208 * gdb.python/py-type.exp (test_range): New test.
14209
bfd31e71
PM
142102009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14211
14212 PR python/10805
14213
14214 * gdb.python/py-type.exp: New file.
14215 * gdb.python/py-type.c: New file.
14216 * Makefile.in: Add py-type.
14217
57a1d736
TT
142182009-12-03 Tom Tromey <tromey@redhat.com>
14219
14220 * gdb.python/py-value.exp (test_parse_and_eval): New
14221 function.
14222
1f3b5d1b
PP
142232009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14224
14225 PR gdb/11022
14226
14227 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14228 * gdb.base/pr11022.c: New test.
14229
8b7dbdc9
JK
142302009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 Fix spurious false FAILs.
14233 * gdb.base/structs.c (chartest): New.
14234 (main): Fill-in chartest.
14235 * gdb.base/structs.exp (anychar_re, first): New.
14236 (start_structs_test): Import global anychar_re and first.
14237 New gdb_test call "set print elements 300; ${testfile}"
14238 (start_structs_test <$first>): New block.
14239 (any): Import global anychar_re. New variable ac. Use ${ac}.
14240
6a53b2ec
JK
142412009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14242
14243 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14244
d7167b4c
JK
142452009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14246
14247 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14248 Force $srcfile file.
14249 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14250
b1798462
UW
142512009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14252
14253 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14254 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14255 * gdb.threads/watchthreads-reorder.exp: Likewise.
14256
b6199126
DJ
142572009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14258
14259 PR gdb/8704
14260
14261 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14262 "if", and "thread". Correct matching in the previous test.
14263
b22a0510
DJ
142642009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14265
14266 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14267
930636d2
MS
142682009-11-23 Michael Snyder <msnyder@vmware.com>
14269
14270 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14271 * gdb.reverse-watch-precsave.exp: Ditto.
14272
21a0512e
PP
142732009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14274
14275 * gdb.asm/asm-source.exp: Adjust.
14276 * gdb.base/help.exp: Adjust.
889bf7c5 14277
fc30d5e0
PA
142782009-11-22 Pedro Alves <pedro@codesourcery.com>
14279
14280 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14281 (do_syscall_tests_without_xml): Set data-directory to
14282 /the/path/to/nowhere.
14283
f6bc2008
PA
142842009-11-21 Pedro Alves <pedro@codesourcery.com>
14285
14286 * gdb.threads/local-watch-wrong-thread.c,
14287 gdb.threads/local-watch-wrong-thread.exp: New files.
14288
8c2fb5de
PA
142892009-11-21 Pedro Alves <pedro@codesourcery.com>
14290
14291 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14292 assume new `regsub' syntax available.
14293
ebec9a0f
PA
142942009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14295
a79d3c27
JK
14296 * gdb.base/watchpoint-hw-hit-once.exp,
14297 gdb.base/watchpoint-hw-hit-once.c: New.
14298
142992009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14300
14301 * gdb.threads/watchthreads-reorder.exp,
14302 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 14303
276a961b
MK
143042009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14305
14306 * gdb.xml/tdesc-regs.exp: Use for m68k.
14307
4867c1fb
PA
143082009-11-15 Pedro Alves <pedro@codesourcery.com>
14309
14310 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14311
f6838f81
DJ
143122009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14313
14314 * lib/gdb.exp (current_target_name): New procedure.
14315 (gdb_wrapper_target): New variable.
14316 (gdb_wrapper_init): Set gdb_wrapper_target.
14317 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14318 wrapper.
14319
4ac4dd3f
DJ
143202009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14321
14322 * gdb.base/remote.exp: Delete the slowest load test.
14323 Do not load with fixed packet sizes.
14324
a7881759
DJ
143252009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14326
14327 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14328
97a5b505
DJ
143292009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14330
14331 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14332 srcfile when setting a breakpoint.
14333
d3e1fc54
DJ
143342009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14335
14336 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14337 macros.
14338
7cbcbded
DJ
143392009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14340
14341 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14342 to be in memory.
14343 * gdb.base/display.c (force_mem): New.
14344 (do_loops): Use it. Add breakpoint comments.
14345 (do_vars): Add a breakpoint comment.
14346 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14347 line numbers.
14348
bdea3a92
NF
143492009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14350
14351 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14352 instead of a bare "run".
14353
269f82e5
PP
143542009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14355
14356 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 14357
a69b7d9d
DJ
143582009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14359
14360 * lib/cell.exp (skip_cell_tests): Clean up test files before
14361 returning.
14362
b598bfda
DJ
143632009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14364
14365 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14366 and the breakpoint menu. Do not call perror if a prompt is seen.
14367 Consume the following GDB prompt.
14368 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14369 * gdb.cp/namespace.exp: Use gdb_test.
14370 * gdb.cp/templates.exp: Use gdb_test.
14371 (test_template_breakpoints): Use gdb_test_multiple.
14372
87728fa0
DJ
143732009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14374
14375 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14376 (marker4): Reference values.
14377
b67c692f
DJ
143782009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14381 is missing.
14382
f0df251a
DJ
143832009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14384
14385 * gdb.base/break.c (need_malloc): New.
14386 * gdb.base/constvars.c (main): Reference crass and crisp.
14387 * gdb.base/gdb1821.c (main): Reference bar.
14388 * gdb.cp/gdb1355.cc (main): Reference s1.
14389 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14390 (main): Call them.
14391 * gdb.cp/hang2.cc (dummy2): Define.
14392 * gdb.cp/hang3.cc (dummy3): Define.
14393 * gdb.cp/m-data.cc (main): Reference shadow.
14394
bdf7534a
NF
143952009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14396 Nathan Froyd <froydnj@codesourcery.com>
14397
14398 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14399 remote host.
14400
f24fce77
NF
144012009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14402
14403 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14404 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14405 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14406 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14407 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14408 * gdb.dwarf2/dw2-producer.exp: Likewise.
14409 * gdb.dwarf2/mac-fileno.exp: Likewise.
14410 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14411 py-prettyprint.py to the remote host.
14412 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14413
40f0318e
KS
144142009-11-11 Keith Seitz <keiths@redhat.com>
14415
14416 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14417 use it instead of "Foo".
14418 * gdb.cp/classes.exp (do_tests): Add a test to access
14419 a method through a typedef'd class name.
14420
f3d9f7fb
NF
144212009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14422
14423 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14424 exponents.
14425 * gdb.base/pointers.exp: Likewise.
14426 * gdb.cp/ref-types.exp: Likewise.
14427
a4216f37
KS
144282009-11-11 Keith Seitz <keiths@redhat.com>
14429
14430 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14431 new[] and delete[].
14432 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14433 "void".
14434 (probe_demangler): Remove all single-quoting of
14435 method and variable names.
14436 (info_func_regexp): Remove the word "void" from any
14437 occurrence of "(void)".
14438 (print_addr_2): Remove all single-quoting of
14439 method names.
14440 (print_addr_2_kfail): Likewise.
14441 (print_addr): Single-quote C function names before
14442 passing to print_addr_2.
14443 (test_paddr_operator_functions): Remove single-quoting
14444 for method names.
14445 Add tests for operator new[] and operator delete[].
14446
9b14d7aa
JK
144472009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14448
14449 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14450
85feb311
KS
144512009-11-09 Keith Seitz <keiths@redhat.com>
14452
14453 * gdb.cp/overload.exp: Add tests for resolving overloaded
14454 methods in expression parsing/evaluation.
14455
fa335448
DJ
144562009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14457
14458 * lib/gdb.exp (default_gdb_version): Use --version instead of
14459 --command.
14460
ec3c07fc
NS
144612009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14462
14463 * lib/gdb.exp (gdb_compile_test): New.
14464 (skip_ada_tests, skip_java_tests): New.
14465 (gdb_compile): Use gdb_compile_test for f77.
14466 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14467 * lib/java.exp (compile_java_from_source): Remove runtests check,
14468 use gdb_compile_test to record result.
14469 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14470 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14471 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14472 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14473 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14474 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14475 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14476 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14477 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14478 adjust gdb_compile invocations.
14479
b8b4e42b
JK
144802009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14481
14482 * Makefile.in (abs_builddir): New.
14483 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14484 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14485 `$(abs_builddir)/site.exp'.
14486
f8b7eaf3
DJ
144872009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14488
14489 * config/m68k-emc.exp, lib/emc-support.exp,
14490 gdb.trace/gdb_c_test.c: Delete.
14491 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14492 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14493 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14494 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14495 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14496 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14497 casing for m68k-*-elf.
14498
c4187697
NS
144992009-11-03 Pedro Alves <pedro@codesourcery.com>
14500
14501 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14502 * gdb.arch/i386-prologue.exp: Likewise.
14503 * gdb.arch/i386-unwind.exp: Likewise.
14504
db16b772
DJ
145052009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14506
14507 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14508
bcf71277
DJ
145092009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14510
14511 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14512
0105cee2
DJ
145132009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14514
14515 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14516
24ddea62
JK
145172009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14518
14519 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14520
287ccc17
JK
145212009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14522
14523 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14524 * gdb.base/sepdebug2.c: New file.
14525
08bca259 145262009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14527
14528 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14529 the modified warnings for catch syscall. Verify if GDB was compiled
14530 with support for lib expat, and choose which tests to run depending
14531 on this.
14532
5d4e2b76
VP
145332009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14534
14535 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14536 that composite commands are parsed OK. And also test
14537 that breakpoint commands do work.
14538
240e538a
MS
145392009-10-23 Michael Snyder <msnyder@vmware.com>
14540
14541 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14542 to allow for new disassembly style.
14543
9c419145
PP
145442009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14545
14546 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14547
02506ff1
MS
145482009-10-22 Michael Snyder <msnyder@vmware.com>
14549
14550 * gdb.reverse/break-precsave.exp: New test.
14551 * gdb.reverse/consecutive-precsave.exp: Ditto.
14552 * gdb.reverse/finish-precsave.exp: Ditto.
14553 * gdb.reverse/i386-precsave.exp: Ditto.
14554 * gdb.reverse/machinestate-precsave.exp: Ditto.
14555 * gdb.reverse/sigall-precsave.exp: Ditto.
14556 * gdb.reverse/solilb-precsave.exp: Ditto.
14557 * gdb.reverse/step-precsave.exp: Ditto.
14558 * gdb.reverse/until-precsave.exp: Ditto.
14559 * gdb.reverse/watch-precsave.exp: Ditto.
14560
4cf866a3
MS
145612009-10-22 Michael Snyder <msnyder@vmware.com>
14562
14563 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14564 for gdb_expect. Adjust one test's expect strings for the new
14565 format of disassemble.
14566 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14567 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14568 gdb_test_multiple.
14569 * gdb.reverse/step-reverse.exp: Delete 'return'.
14570 * gdb.reverse/until-reverse.exp: Delete blank lines.
14571 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14572
2b28d209
PP
145732009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14574
14575 * gdb.base/consecutive.exp: Adjust.
14576 * gdb.base/display.exp: Likewise.
14577 * gdb.base/pc-fp.exp: Likewise.
14578 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14579
33b9c32b
MS
145802009-10-19 Michael Snyder <msnyder@vmware.com>
14581
14582 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14583 * gdb.reverse/finish-reverse.c: Ditto.
14584 * gdb.reverse/sigall-reverse.c: Ditto.
14585 * gdb.reverse/solib-reverse.c: Ditto.
14586 * gdb.reverse/step-reverse.c: Ditto.
14587 * gdb.reverse/watch-reverse.c: Ditto.
14588
6c95b8df
PA
145892009-10-19 Pedro Alves <pedro@codesourcery.com>
14590 Stan Shebs <stan@codesourcery.com>
14591
14592 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14593 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14594 "Executing new program".
14595 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14596 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14597 left listed after having been killed.
14598 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14599 * gdb.base/maint.exp: Adjust test.
14600
14601 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14602 * gdb.multi/Makefile.in: New.
14603 * gdb.multi/base.exp: New.
14604 * gdb.multi/goodbye.c: New.
14605 * gdb.multi/hangout.c: New.
14606 * gdb.multi/hello.c: New.
14607 * gdb.multi/bkpt-multi-exec.c: New.
14608 * gdb.multi/bkpt-multi-exec.exp: New.
14609 * gdb.multi/crashme.c: New.
14610
279017b7
TG
146112009-10-13 Tristan Gingold <gingold@adacore.com>
14612
14613 * gdb.base/sepdebug.exp: Check debug info are found.
14614
0413d738
PA
146152009-10-08 Pedro Alves <pedro@codesourcery.com>
14616
14617 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14618 bits.
14619
c628eecc
JK
146202009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14621
14622 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14623
38af1bfe
JB
146242009-10-07 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14627 of the comments.
14628
2b0adecd
PM
146292009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14630
14631 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14632 * gdb.base/annota3.exp: Idem.
14633 * gdb.base/maint.exp: Idem.
14634
8d417781
PM
146352009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14636
889bf7c5 14637 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14638 to default.
14639
bb61102d
PM
146402009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14641
889bf7c5 14642 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14643 mingw and cygwin targets.
14644
ace5c364
PM
146452009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14646 Pedro Alves <pedro@codesourcery.com>
14647
889bf7c5 14648 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14649 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14650
c2d494a0
PM
146512009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14652
e1b52ce2
PM
14653 * gdb.base/shr1.c: Use %p in format string.
14654 * gdb.base/unload.c: Avoid warning in fprintf.
14655 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14656
209f53f5
PM
146572009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14658
14659 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14660 long type.
14661 (test_unlink): Correct printf string.
14662 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14663 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14664
8172766a
JK
146652009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14666
14667 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14668 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14669 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14670
0f73703c
UW
146712009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14672
14673 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14674 * gdb.objc/nondebug.exp: Likewise.
14675
b32306ca
UW
146762009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14677
14678 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14679 target_info setting.
14680
14681 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14682 that detect new threads during "info threads".
14683
0057022f
UW
146842009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14685
14686 * gdb.threads/manythreads.c (main): Increase thread stack size
14687 to 2*PTHREAD_STACK_MIN.
14688 * gdb.threads/multi-create.c (main): Likewise.
14689 (create_function): Likewise.
14690
f29c0325
UW
146912009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14692
14693 * gdb.base/dump.exp: Pass difference of pointer types instead
14694 of integer types as offset to restore in intarr3.srec case.
14695
fcb34849
UW
146962009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14697
14698 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14699
d5142e3b
UW
147002009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14701
14702 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14703
087b74b2 147042009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 14705
087b74b2
PM
14706 New test for two watchpoints, with disabling of
14707 the first inserted.
14708 * testsuite/gdb.base/watchpoints.c: New file.
14709 * testsuite/gdb.base/watchpoints.exp: New file.
14710
96c07c5b
TT
147112009-09-25 Tom Tromey <tromey@redhat.com>
14712
14713 * gdb.base/charset.exp: Test utf-16 strings with Python.
14714
b8899f2b
TT
147152009-09-25 Tom Tromey <tromey@redhat.com>
14716
14717 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14718 UCS-4.
14719 * gdb.base/charset.c (utf_32_string): Rename.
14720 (init_utf32): Rename.
14721 (main): Update.
14722
329719ec
TT
147232009-09-22 Tom Tromey <tromey@redhat.com>
14724
14725 * gdb.python/py-function.exp: Add regression tests.
14726
11ef0d76
KS
147272009-09-21 Keith Seitz <keiths@redhat.com>
14728
14729 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14730 with invalid operator.
14731
3fe8f3b3
KS
147322009-09-21 Keith Seitz <keiths@redhat.com>
14733
14734 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14735 and destructor using typedef name of class.
14736 * gdb.cp/classes.cc (class Base1): Add a destructor.
14737 (base1): New typedef.
14738 (use_methods): Instanitate an object of type base1.
14739 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14740 (do_tests): Call test_template_typedef.
14741 * gdb.cp/templates.cc (Baz::~Baz): New method.
14742 (intBazOne): New typedef.
14743 (main): Instantiate intBazOne.
14744
7a9fe101
PM
147452009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14746
14747 PR python/10633
14748
14749 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14750 Function.
14751 (run_lang_tests): Add print elements test.
14752
2e4d963f
PM
147532009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14754
14755 * gdb.python/py-value.exp (test_subscript_regression): New
14756 function. Test for invalid subscripts.
14757 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14758 (ptr_ref): New function.
14759
ec7e75e7
PP
147602009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14761
14762 * gdb.base/default.exp: Fix "show convenience".
14763
0cc7d26f
TT
147642009-09-15 Tom Tromey <tromey@redhat.com>
14765
14766 * lib/mi-support.exp (mi_create_varobj): Update.
14767 (mi_create_floating_varobj): Likewise.
14768 (mi_create_dynamic_varobj): New proc.
14769 (mi_varobj_update): Update.
14770 (mi_varobj_update_with_type_change): Likewise.
14771 (mi_varobj_update_kv_helper): New proc.
14772 (mi_varobj_update_dynamic_helper): Rewrite.
14773 (mi_varobj_update_dynamic): New proc.
14774 (mi_list_varobj_children): Update.
14775 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14776 * gdb.python/python-prettyprint.py (pp_outer): New class.
14777 (pp_nullstr): Likewise.
14778 (lookup_function): Register new printers.
14779 * gdb.python/python-prettyprint.c (struct substruct): New type.
14780 (struct outerstruct): Likewise.
14781 (substruct_test): New function.
14782 (struct nullstr): New type.
14783 (string_1, string_2): New globals.
14784 (main): Add new tests.
14785 * gdb.python/python-mi.exp: Added regression tests.
14786 * gdb.mi/mi2-var-display.exp: Update.
14787 * gdb.mi/mi2-var-cmd.exp: Update.
14788 * gdb.mi/mi2-var-child.exp: Update.
14789 * gdb.mi/mi2-var-block.exp: Update.
14790 * gdb.mi/mi-var-invalidate.exp: Update.
14791 * gdb.mi/mi-var-display.exp: Update.
14792 * gdb.mi/mi-var-cmd.exp: Update.
14793 * gdb.mi/mi-var-child.exp: Update.
14794 * gdb.mi/mi-var-block.exp: Update.
14795 * gdb.mi/mi-break.exp: Update.
14796 * gdb.mi/gdb701.exp: Update.
14797
a96d9b2e
SDJ
147982009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14799
14800 * Makefile.in: Inclusion of catch-syscall object.
14801 * gdb.base/catch-syscall.c: New file.
14802 * gdb.base/catch-syscall.exp: New file.
14803
b43b923a
MS
148042009-09-12 Michael Snyder <msnyder@vmware.com>
14805
14806 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14807 that can support reverse debuggnig.
14808
cec03d70
TT
148092009-09-11 Tom Tromey <tromey@redhat.com>
14810
14811 * gdb.dwarf2/valop.S: New file.
14812 * gdb.dwarf2/valop.exp: New file.
14813
e23bb3fc
MK
148142009-09-11 Mark Kettenis <kettenis@gnu.org>
14815
14816 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14817
37c3696d
DE
148182009-09-10 Doug Evans <dje@google.com>
14819
14820 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14821 Add $gdb_prompt to second breakpoint regexp.
14822
5172aecb
JB
148232009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14824
14825 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14826 names, add missing ones.
14827 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14828 * gdb.python/py-frame.c: Rename from python-frame.c.
14829 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14830 testfile name.
14831 * gdb.python/py-function.exp: Rename from python-function.exp.
14832 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14833 testfile name.
14834 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14835 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14836 Adjust testfile name.
14837 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14838 * gdb.python/py-template.cc: Rename from python-template.cc.
14839 * gdb.python/py-template.exp: Rename from python-template.exp.
14840 Adjust testfile name.
14841 * gdb.python/py-value.c: Rename from python-value.c.
14842 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14843 testfile name.
14844
b554e4bd
JK
148452009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14846
14847 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14848 $bpt2address.
14849 (Second breakpoint address is valid on ia64)
14850 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14851
9a68ae16
JM
148522009-09-03 Joseph Myers <joseph@codesourcery.com>
14853
14854 * gdb.base/ending-run.exp: Restrict regular expression matching
14855 line number to require closing brace following.
14856
146b9145
DE
148572009-09-03 Doug Evans <dje@google.com>
14858
14859 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14860
787d21e1
TT
148612009-09-02 Tom Tromey <tromey@redhat.com>
14862
14863 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14864
e7802207
TT
148652009-09-02 Tom Tromey <tromey@redhat.com>
14866
14867 * gdb.dwarf2/callframecfa.exp: New file.
14868 * gdb.dwarf2/callframecfa.S: New file.
14869
817aadd2
JK
148702009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14873 gdb.base/solib-overlap-main.c: New.
14874
4a76eae5
DJ
148752009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14876
14877 PR gdb/10565
14878
14879 * gdb.base/bitfields.c (struct container, container): New.
14880 (main): Initialize it and call break5.
14881 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14882
d4b96c9a
JK
148832009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14884
14885 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14886 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14887
4e22772d
JK
148882009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14891
2efab443
MS
148922009-08-26 Michael Snyder <msnyder@vmware.com>
14893
14894 * gdb.base/i386-reverse.c: New file.
14895 * gdb.base/i386-reverse.exp: New file.
14896 * gdb.base/Makefile.in: Add new files to be removed.
14897
07ab73a0
JM
148982009-08-26 Joseph Myers <joseph@codesourcery.com>
14899
14900 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14901 environment-pwd for remote host.
14902 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14903
676accff
KS
149042009-08-24 Keith Seitz <keiths@redhat.com>
14905
14906 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14907 Add two new C++ completer tests which limit the output to a
889bf7c5 14908 given class.
676accff 14909
f9f7ad22
MS
149102009-08-24 Michael Snyder <msnyder@vmware.com>
14911
14912 * gdb.base/del.exp: Fix typo in comment.
14913 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14914
81ecdfbb
RW
149152009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14916
14917 * configure: Regenerate.
14918 * gdb.hp/configure: Likewise.
14919 * gdb.hp/gdb.aCC/configure: Likewise.
14920 * gdb.hp/gdb.base-hp/configure: Likewise.
14921 * gdb.hp/gdb.compat/configure: Likewise.
14922 * gdb.hp/gdb.defects/configure: Likewise.
14923 * gdb.hp/gdb.objdbg/configure: Likewise.
14924 * gdb.stabs/configure: Likewise.
14925
cab0c772
UW
149262009-08-19 Doug Evans <dje@google.com>
14927
14928 * gdb.base/gdbvars.c: New file.
14929 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14930
b8fa0bfa
PA
149312009-08-14 Pedro Alves <pedro@codesourcery.com>
14932
14933 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14934 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14935
b84aa90a
PA
149362009-08-13 Pedro Alves <pedro@codesourcery.com>
14937
14938 * gdb.base/default.exp: Adjust "set language test": it's now an
14939 enum command. Larger help string moved to "help set language".
14940 * gdb.base/help.exp: Adjust "help set language" expected output,
14941 now lists all known languages.
14942
0d8f9b2c
NF
149432009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14944
14945 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14946 all frame arguments.
14947 * gdb.arch/altivec-regs.exp: Likewise.
14948
bda180e0
TT
149492009-08-07 Tom Tromey <tromey@redhat.com>
14950
14951 * gdb.base/setshow.exp: Add tests for changes to set language, set
14952 check range, and set check type.
14953
48cb2d85
VP
149542009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14955
14956 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14957 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14958 Call it.
48cb2d85 14959
1ea34204
UW
149602009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14961
14962 * configure.ac: Run gdb.cell tests when appropriate.
14963 * configure: Regenerate.
14964 * lib/cell.exp: New file.
14965 * gdb.cell: New directory.
14966 * gdb.cell/configure.ac: New file.
14967 * gdb.cell/configure: New file.
14968 * gdb.cell/Makefile.in: New file.
14969 * gdb.cell/arch.exp: New file.
14970 * gdb.cell/break.c: New file.
14971 * gdb.cell/break.exp: New file.
14972 * gdb.cell/break-spu.c: New file.
14973 * gdb.cell/bt.c: New file.
14974 * gdb.cell/bt2-spu.c: New file.
14975 * gdb.cell/bt-spu.c: New file.
14976 * gdb.cell/bt.exp: New file.
14977 * gdb.cell/coremaker.c: New file.
14978 * gdb.cell/coremaker-spu.c: New file.
14979 * gdb.cell/core.exp: New file.
14980 * gdb.cell/gcore.exp: New file.
14981 * gdb.cell/data.c: New file.
14982 * gdb.cell/data.exp: New file.
14983 * gdb.cell/data-spu.c: New file.
14984 * gdb.cell/ea-cache.exp: New file.
14985 * gdb.cell/ea-cache.c: New file.
14986 * gdb.cell/ea-cache-spu.c: New file.
14987 * gdb.cell/ea-standalone.c: New file.
14988 * gdb.cell/ea-standalone.exp: New file.
14989 * gdb.cell/ea-test.c: New file.
14990 * gdb.cell/ea-test.exp: New file.
14991 * gdb.cell/f-regs.exp: New file.
14992 * gdb.cell/mem-access.c: New file.
14993 * gdb.cell/mem-access.exp: New file.
14994 * gdb.cell/mem-access-spu.c: New file.
14995 * gdb.cell/ptype.exp: New file.
14996 * gdb.cell/registers.exp: New file.
14997 * gdb.cell/size.c: New file.
14998 * gdb.cell/sizeof.exp: New file.
14999 * gdb.cell/size-spu.c: New file.
15000 * gdb.cell/solib.exp: New file.
15001 * gdb.cell/solib-symbol.exp: New file.
15002
85e747d2
UW
150032009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15004
15005 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15006
58d6951d
DJ
150072009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15008
15009 * gdb.base/float.exp: Handle VFP registers.
15010
6e0a4f15
MS
150112009-07-14 Michael Snyder <msnyder@vmware.com>
15012
dcd5da87
MS
15013 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15014 to bring gdb to the beginning of the calling line.
15015
6e0a4f15
MS
15016 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15017 confusing the i386 epilogue unwinder.
15018
782b2b07
SS
150192009-07-14 Stan Shebs <stan@codesourcery.com>
15020
15021 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15022
f662c3bc
MS
150232009-07-14 Michael Snyder <msnyder@vmware.com>
15024
15025 * gdb.reverse/step-reverse.exp (stepi into function call):
15026 Call instruction may not be first instruction in the line.
15027 (reverse stepi from a function call): Used wrong line number.
15028
8f313923
JK
150292009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15030
15031 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15032
4662c76e
JK
150332009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15034
15035 Fix gdb.base/macscp.exp when using custom inputrc.
15036 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15037 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15038 env(TERM) set.
15039 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15040 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15041
aa81e255
JK
150422009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15043
15044 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15045 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15046 Change the compilation target to match the testcase name.
15047 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15048 testcase name.
15049 * a2-run.exp: Use for setup prepare_for_testing. Change the
15050 compilation target to match the testcase name.
15051 * gdb.base/commands.exp: Likewise.
15052 * gdb.base/finish.exp: Likewise.
15053 * gdb.base/float.exp: Likewise.
15054 * gdb.base/info-target.exp: Likewise.
15055 * gdb.base/relational.exp: Likewise.
15056 * gdb.base/term.exp: Likewise.
15057 * gdb.base/until.exp: Likewise.
15058 * gdb.base/volatile.exp: Likewise.
15059 * gdb.base/whatis-exp.exp: Likewise.
15060
4c93b1d7
HZ
150612009-07-11 Hui Zhu <teawater@gmail.com>
15062
15063 * gdb.base/help.exp (disassemble): Update expected help text.
15064
812f7342
TT
150652009-07-09 Tom Tromey <tromey@redhat.com>
15066
15067 * lib/gdb.exp: Handle TRANSCRIPT.
15068 (remote_spawn, remote_close, send_gdb): New procs.
15069
fbb8f299
PM
150702009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15071
15072 * gdb.python/python-prettyprint.c: Add counted null string
15073 structure.
15074 * gdb.python/python-prettyprint.exp: Print null string. Test for
15075 embedded nulls.
15076 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15077 * gdb.python/python-value.exp (test_value_in_inferior): Add
15078 variable length string fetch tests.
15079 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15080
c0ac0ec7
JK
150812009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15082
15083 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15084
30b66ecc
TT
150852009-07-07 Tom Tromey <tromey@redhat.com>
15086
15087 * gdb.base/call-rt-st.exp: Update for change to escape output.
15088 * gdb.base/callfuncs.exp: Likewise.
15089 * gdb.base/charset.exp: Likewise.
15090 * gdb.base/constvars.exp: Likewise.
15091 * gdb.base/long_long.exp: Likewise.
15092 * gdb.base/pointers.exp: Likewise.
15093 * gdb.base/printcmds.exp: Likewise.
15094 * gdb.base/setvar.exp: Likewise.
15095 * gdb.base/store.exp: Likewise.
15096 * gdb.cp/ref-types.exp: Likewise.
15097 * gdb.mi/mi-var-child.exp: Likewise.
15098 * gdb.mi/mi-var-display.exp: Likewise.
15099 * gdb.mi/mi2-var-display.exp: Likewise.
15100 * gdb.base/charset.exp: Test octal escape sequence length.
15101 Update for change to escape output.
15102
187c4a2b
JK
151032009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15106
d80a43f9
DJ
151072009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15108
15109 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15110
047427a8
JK
151112009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15112
15113 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15114 gdbserver increasing $portnum if "Can't bind address" has been seen.
15115
8b5a0f4f
PA
151162009-07-05 Pedro Alves <pedro@codesourcery.com>
15117
15118 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15119 mingw32ce.
15120
7d93ba58
PA
151212009-07-05 Pedro Alves <pedro@codesourcery.com>
15122
15123 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15124 VFP format.
15125
2277426b
PA
151262009-07-02 Pedro Alves <pedro@codesourcery.com>
15127
15128 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15129 linux. Adjust to use "inferior", "info inferiors", "detach
15130 inferior" and "kill inferior" instead of "restart", "info fork",
15131 "detach fork" and "delete fork".
15132 * gdb.base/ending-run.exp: Spell out "info".
15133 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15134 the "kill" command.
15135
5af949e3
UW
151362009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15137
15138 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15139 change to prefix TLS offset in hex with 0x.
15140
5d3729b5
UW
151412009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15142
15143 * gdb.base/default.exp: Update test case for "x" changes.
15144
af589bd0
TG
151452009-07-01 Tristan Gingold <gingold@adacore.com>
15146
15147 * gdb.base/bigcore.exp: Make darwin untested.
15148
40974f91
JK
151492009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.base/completion.exp (directory completion): Create the directory.
15152 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15153 escapeuniquesub.
15154 (directory completion 2): Expect now ${escapeuniquesub}.
15155 (Glob remaining of directory test): Remove one excessive newline.
15156 Expect the real output.
15157
59dd3af6
JK
151582009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15159
15160 Fix `make check//%' target after `make check' has been ran.
15161 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15162 a mkdir call.
15163 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15164 (%/.dir): Remove.
15165
f4e164aa
JK
151662009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15167
15168 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15169 the expected result record.
15170
69af2122
JK
151712009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15172
15173 Remove racy FAILs relying just on the timeouts.
15174 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15175 (annotation_level 2): Remove racy FAILs.
15176
2fd481e1
PP
151772009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15178
15179 gdb/10275
889bf7c5
PA
15180 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15181
c38f313d
DJ
151822009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15183
15184 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15185
8b777f02
VP
151862009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15187
15188 * gdb.mi/mi-stack.exp: Testing symbolic options
15189 to -stack-list-locals and -stack-list-arguments.
15190
00c7eacf
JK
151912009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15192
15193 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15194
6bc80edc
TT
151952009-06-29 Tom Tromey <tromey@redhat.com>
15196
15197 * dg-extract-results.sh: New file.
15198 * Makefile.in (FORCE_PARALLEL): New variable.
15199 (CHECK_TARGET): New conditional variable.
15200 (check): Use CHECK_TARGET.
15201 (DO_RUNTEST): New variable.
15202 (check-single): New target.
15203 (TEST_DIRS): New variable.
15204 (TEST_TARGETS): Likewise.
15205 (check-parallel): New target.
15206 (check-gdb.%): New pattern.
15207 (BASE1_FILES): New variable.
15208 (BASE2_FILES): Likewise.
15209 (check-gdb.base%): New pattern.
15210 (%/.dir): New pattern.
15211 * configure: Rebuild.
15212 * aclocal.m4 (AM_CONDITIONAL): New defun.
15213 * configure.ac: Check whether user is using GNU make.
15214 (GMAKE): New conditional.
15215
794684b6
SW
152162009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15217
15218 * gdb.cp/namespace-nested-import.cc: New test.
15219 * gdb.cp/namespace-nested-import.exp: New test.
15220
edb3359d
DJ
152212009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15222
15223 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15224 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15225 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15226 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15227 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15228 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15229 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15230 gdb.opt/inline-markers.c: New files.
15231 * lib/gdb.exp (skip_inline_frame_tests): New function.
15232 (skip_inline_var_tests): New function.
15233
cf657a0c
AS
152342009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15235
15236 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15237 backtrace.
15238
28d41a99
MS
152392009-06-27 Michael Snyder <msnyder@vmware.com>
15240
15241 * gdb.reverse: New directory.
15242 * gdb.reverse/break-reverse.c: New test.
15243 * gdb.reverse/break-reverse.exp: New test.
15244 * gdb.reverse/consecutive-reverse.c: New test.
15245 * gdb.reverse/consecutive-reverse.exp: New test.
15246 * gdb.reverse/finish-reverse.c: New test.
15247 * gdb.reverse/finish-reverse.exp: New test.
15248 * gdb.reverse/machinestate.c: New test.
15249 * gdb.reverse/ms1.c: New test.
15250 * gdb.reverse/machinestate.exp: New test.
15251 * gdb.reverse/Makefile.in: New file.
15252 * gdb.reverse/shr2.c: New test.
15253 * gdb.reverse/solib-reverse.c: New test.
15254 * gdb.reverse/solib-reverse.exp: New test.
15255 * gdb.reverse/step-reverse.c: New test.
15256 * gdb.reverse/step-reverse.exp: New test.
15257 * gdb.reverse/until-reverse.c: New test.
15258 * gdb.reverse/ur1.c: New test.
15259 * gdb.reverse/until-reverse.exp: New test.
15260 * gdb.reverse/watch-reverse.c: New test.
15261 * gdb.reverse/watch-reverse.exp: New test.
15262 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15263 * configure: Regenerate.
15264
fe3c8b0d
DE
152652009-06-26 Doug Evans <dje@google.com>
15266
15267 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15268
3a72a602
PM
152692009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15270
15271 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15272 windows problem for 'file delete $binfile'.
15273
27aa8d6a
SW
152742009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15275
15276 * gdb.cp/namespace-using.exp: New test.
15277 * gdb.cp/namespace-using.cc: New test.
15278
8ac055f8
JB
152792009-05-20 Joel Brobecker <brobecker@adacore.com>
15280
15281 * gdb.ada/variant_record_packed_array: New testcase.
15282
85e306ed
TT
152832009-06-23 Tom Tromey <tromey@redhat.com>
15284
15285 * gdb.base/charset.exp (test_combination): Regression test.
15286 * gdb.base/charset.c (my_wchar_t): New typedef.
15287 (myvar): New global.
15288 (main): Set myvar.
15289
56643c5e
PM
152902009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15291
15292 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15293 target.
15294
1fac167a
UW
152952009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15296
15297 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15298
7ccb0be9
UW
152992009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15300
15301 * gdb.mi/gdb680.exp: Update test for error message.
15302
568d6575
UW
153032009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15304
15305 * gdb.base/annota1.exp: Allow multiple occurrences of the
15306 frames-invalid annotation.
15307 * gdb.cp/annota2.exp: Likewise.
15308
7cd1089b
PM
153092009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15310
15311 * gdb.cp/gdb2495.cc: New file.
15312 * gdb.cp/gdb2495.exp: New file.
15313
72c63395
JK
153142009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15315
15316 Report error on GDB crash during runto.
15317 * lib/gdb.exp (runto <eof>): New.
15318
3788363d
DJ
153192009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15320
15321 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15322 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15323 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15324 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15325 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15326 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15327 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15328 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15329 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15330 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15331 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15332 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15333 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15334 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15335 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15336 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15337 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15338 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15339 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15340 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15341 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15342 gdb.trace/passcount.exp, gdb.trace/report.exp,
15343 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15344 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15345 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15346 executable.
15347
17592de3
PA
153482009-06-07 Pedro Alves <pedro@codesourcery.com>
15349
15350 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15351 defined before referencing it.
15352
701e355d
DE
153532009-06-03 Doug Evans <dje@google.com>
15354
15355 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15356 * gdb.arch/i386-see.c: Ditto.
15357
f2292c65
PM
153582009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15359
15360 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15361 (check_macro): Return 1 if undefined.
15362 If first test fails, check if macro debug information is available,
15363 and report unsupported test if no macro information is found.
15364
5a437975
DE
153652009-05-29 Doug Evans <dje@google.com>
15366
15367 * gdb.threads/hand-call-in-threads.exp: New.
15368 * gdb.threads/hand-call-in-threads.c: New.
15369
c141c696
MS
153702009-05-29 Michael Snyder <msnyder@vmware.com>
15371
15372 * gdb.base/break-always.exp: Change "1" to "on".
15373 Add confirmation check.
15374
b3444185
PA
153752009-05-28 Pedro Alves <pedro@codesourcery.com>
15376
15377 * gdb.threads/threxit-hop-specific.c: New.
15378 * gdb.threads/threxit-hop-specific.exp: New.
15379 * gdb.threads/thread-execl.c: New.
15380 * gdb.threads/thread-execl.exp: New.
15381
b6313243
TT
153822009-05-27 Tom Tromey <tromey@redhat.com>
15383 Thiago Jung Bauermann <bauerman@br.ibm.com>
15384
15385 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15386 (mi_child_regexp): Likewise.
15387 (mi_list_varobj_children_range): Likewise.
15388 (mi_get_features): Likewise.
15389 (mi_list_varobj_children): Rewrite.
15390 * gdb.python/python-mi.exp: New file.
15391
a6bac58e
TT
153922009-05-27 Tom Tromey <tromey@redhat.com>
15393 Thiago Jung Bauermann <bauerman@br.ibm.com>
15394 Phil Muldoon <pmuldoon@redhat.com>
15395 Paul Pluzhnikov <ppluzhnikov@google.com>
15396
15397 * gdb.python/python-prettyprint.exp: New file.
15398 * gdb.python/python-prettyprint.c: New file.
15399 * gdb.python/python-prettyprint.py: New file.
15400 * gdb.base/display.exp: print/r is now valid.
15401
2c74e833
TT
154022009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15403 Tom Tromey <tromey@redhat.com>
15404 Pedro Alves <pedro@codesourcery.com>
15405 Paul Pluzhnikov <ppluzhnikov@google.com>
15406
15407 * gdb.python/python-template.exp: New file.
15408 * gdb.python/python-template.cc: New file.
15409 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15410 tests.
15411 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15412 Call it.
15413 (test_value_after_death): New proc.
15414 * gdb.python/python-value.c (PTR): New typedef.
15415 (main): New variable 'x'.
15416
89c73ade
TT
154172009-05-27 Tom Tromey <tromey@redhat.com>
15418
15419 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15420 tests.
15421 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15422 Call it.
15423
a75724bc
PA
154242009-05-27 Pedro Alves <pedro@codesourcery.com>
15425
15426 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15427
e58b0e63
PA
154282009-05-24 Pedro Alves <pedro@codesourcery.com>
15429
15430 * gdb.threads/fork-thread-pending.c: New.
15431 * gdb.threads/fork-thread-pending.exp: New.
15432
4ac36638
JK
154332009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15434
15435 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15436 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15437
889bf7c5 154382009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 15439
889bf7c5 15440 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 15441
b242c3c2
PA
154422009-05-17 Pedro Alves <pedro@codesourcery.com>
15443
15444 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15445 `gdb_get_line_number'. Call `callee' in both parent and child.
15446 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15447 `gdb_get_line_number' instead of hardcoding line numbers.
15448 (catch_fork_unpatch_child): New procedure to test detaching
15449 breakpoints from child fork.
15450 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15451 hardcoding line numbers.
15452 (do_fork_tests): Run `catch_fork_unpatch_child'.
15453
ee342b23
VP
154542009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15455
15456 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15457 of structure type enters or leaves the scope, it
15458 is reported by -var-update.
15459
e2009e98
DE
154602009-05-11 Doug Evans <dje@sebabeach.org>
15461
15462 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 15463 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
15464 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15465
00903456
JK
154662009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15467
15468 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15469
dc621c35
DE
154702009-04-30 Doug Evans <dje@google.com>
15471
15472 * gdb.threads/watchthreads2.exp: New testcase.
15473 * gdb.threads/watchthreads2.c: New testcase.
15474
9ab4e744
DE
154752009-04-29 Doug Evans <dje@google.com>
15476
15477 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15478 * gdb.cp/mb-ctor.cc: Ditto.
15479 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15480 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15481 * gdb.cp/mb-inline1.cc: Call it.
15482 * gdb.cp/mb-inline2.cc: Ditto.
15483 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15484 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15485
484086b7
JK
154862009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15487
15488 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15489 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15490 Replace all uses of `decimal' by `nonzero'.
15491 (info macro FROM_COMMANDLINE): New test.
15492
379a77b5
TT
154932009-04-27 Tom Tromey <tromey@redhat.com>
15494
15495 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15496
b92b73c2
DE
154972009-04-27 Doug Evans <dje@google.com>
15498
15499 * gdb.threads/watchthreads.c (main): Initialize args before starting
15500 the threads. Plus formatting cleanup.
15501 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15502 biased scheduling of one thread.
15503
945a118d
JG
155042009-04-27 Jerome Guitton <guitton@adacore.com>
15505
15506 * gdb.cp/templates.cc (GetMax): New template.
15507 (main): Declare two instances of GetMax.
15508 * gdb.cp/templates.exp: Add new test.
15509
d389af10
JK
155102009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15511
15512 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15513
e7f86de9
JM
155142009-04-22 Joseph Myers <joseph@codesourcery.com>
15515
15516 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15517
334cc82d
TT
155182009-04-15 Tom Tromey <tromey@redhat.com>
15519
15520 * gdb.base/charset.exp: Add regression test.
15521
d12672cc
JB
155222009-04-14 Joel Brobecker <brobecker@adacore.com>
15523
15524 * gdb.base/exe-lock.exp: New testcase.
15525
18e8c3bc
TT
155262009-04-13 Tom Tromey <tromey@redhat.com>
15527
15528 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15529 operator on Frame.
15530
5ecd5cbe
UW
155312009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15532
15533 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15534 * gdb.server/ext-attach.exp: Likewise.
15535
7309f756
VP
155362009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15537
15538 Eliminate some sleep usage.
15539
889bf7c5
PA
15540 * gdb.mi/basics.c (do_nothing): New.
15541 (main): Use do_nothing instead of printf, so that
15542 not to introduce race condition between output of
15543 inferiour and output of gdb. Do not use sleep as it
15544 is not generally available on embedded targets.
7309f756 15545
f4b95f6f
PA
155462009-04-02 Pedro Alves <pedro@codesourcery.com>
15547
15548 * gdb.server/ext-attach.exp: Expect an optional process id after
15549 "Detached from remote process".
15550
de40b933
JK
155512009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15552
15553 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15554 gdb.dwarf2/dw2-unresolved.exp: New.
15555
2ae101a4
PA
155562009-04-02 Pedro Alves <pedro@codesourcery.com>
15557
15558 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15559 mi_run_to_main.
15560
56a8e183
PA
155612009-04-02 Pedro Alves <pedro@codesourcery.com>
15562
15563 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15564 mi_run_to_main. Skip thread exit test on remote targets.
15565 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15566 mi_run_to_main.
15567 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15568 mi_run_to_main.
15569 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15570 when expecting ^connected. Detect when the target doesn't support
15571 non-stop mode.
15572 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15573 supported. Return -1 on error, 0 on success.
15574 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15575 (mi_runto): Return mi_runto_helper's result explicitly.
15576
c35fafde
PA
155772009-04-01 Pedro Alves <pedro@codesourcery.com>
15578
15579 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15580
f8a8dce6
JB
155812009-04-01 Tom Tromey <tromey@redhat.com>
15582
15583 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15584 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15585 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15586 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15587
71c25dea
TT
155882009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15589 Jan Kratochvil <jan.kratochvil@redhat.com>
15590
15591 PR gdb/931
15592 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15593 output.
15594 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15595 for gdb/931.
15596 * dw2-strp.S (DW_AT_language): Change to C++.
15597 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15598
02d9a9ce
JB
155992009-03-31 Joel Brobecker <brobecker@adacore.com>
15600
15601 * gdb.ada/tasks: New testcase.
15602
1042e4c0
SS
156032009-03-30 Stan Shebs <stan@codesourcery.com>
15604
15605 * gdb.trace/actions.exp: Update to match new info trace format.
15606 * gdb.trace/deltrace.exp: Ditto.
15607 * gdb.trace/infotrace.exp: Ditto.
15608 * gdb.trace/passcount.exp: Ditto.
15609 * gdb.trace/save-trace.exp: Ditto.
15610 * gdb.trace/while-stepping.exp: Ditto.
15611 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15612
f8f6f20b
TJB
156132009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15614
15615 * gdb.python/python-frame.c: New file.
15616 * gdb.python/python-frame.exp: New file.
15617
c0c6f777
TJB
156182009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15619
15620 * gdb.python/python-value.exp: Add tests for the address
15621 attribute.
15622
3cb51905
AS
156232009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15624
15625 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15626
88fc996f
DE
156272009-03-26 Doug Evans <dje@google.com>
15628
15629 * gdb.mi/mi-nonstop-exit.exp: New file.
15630 * gdb.mi/non-stop-exit.c: New file.
15631
56ef84b1
TT
156322009-03-26 Tom Tromey <tromey@redhat.com>
15633
15634 Update for change to prologue skipping:
15635 * gdb.mi/mi2-simplerun.exp: Update.
15636 * gdb.mi/mi2-break.exp: Update.
15637 * gdb.mi/mi-simplerun.exp: Update.
15638 * gdb.mi/mi-break.exp: Update.
15639 * gdb.base/ending-run.exp: Update.
15640
def2b000
TJB
156412009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15642
15643 * gdb.python/python-value.exp (test_value_in_inferior): Test
15644 gdb.Value.is_optimized_out attribute.
15645
442ddf59
JK
156462009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15647
15648 * gdb.dwarf2/dw2-noloc-main.c: New file.
15649 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15650 (.text): Remove.
15651 (.data): New.
15652 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15653 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15654 (DW_TAG_subprogram func_cu1, noloc): Remove.
15655 (main): New.
15656 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15657 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15658 (file_symbols): New procedure.
15659
a8df5de4
TT
156602009-03-25 Tom Tromey <tromey@redhat.com>
15661
15662 * gdb.base/charset.exp (valid_target_charset): New proc.
15663 Use it to skip tests on invalid charsets.
15664
cc1d7add
PM
156652009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15666
15667 * gdb.base/completion.exp: Add a test for directory completion.
15668
bcd5727b
JK
156692009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15670
15671 Fix a racy FAIL.
15672 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15673 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15674
cc924cad
TJB
156752009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15676
15677 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15678 * gdb.python/python-function.exp: Add test for function returning
15679 a GDB value.
15680
bc3b79fd
TJB
156812009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15682
15683 * gdb.python/python-function.exp: New file.
15684
6c7a06a3
TT
156852009-03-20 Tom Tromey <tromey@redhat.com>
15686
15687 * gdb.base/store.exp: Update for change to escape output.
15688 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15689 to escape output.
15690 * gdb.base/pointers.exp: Update for change to escape output.
15691 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15692 to escape output.
15693 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15694 escape output.
15695 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15696 to escape output.
15697 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15698 escape output.
15699 * gdb.base/setvar.exp: Update for change to escape output.
15700 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15701 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15702 to escape output.
15703 (test_print_string_constants): Likewise.
15704 * gdb.base/charset.exp (valid_host_charset): Check size of
15705 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15706 cases. Handle "auto"-related output.
15707 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15708 (uvar, Uvar): New globals.
15709
c31af87b
JG
157102009-03-19 Jerome Guitton <guitton@adacore.com>
15711
15712 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15713 deltas.
15714 * gdb.ada/fixed_points.exp: Ditto.
15715
51272cf2
PA
157162009-03-18 Pedro Alves <pedro@codesourcery.com>
15717
15718 * return-nodebug.c: Don't include stdio.h.
15719 (init): Delete.
15720 (func): Delete definition and provide extern declaration.
15721 (t): New.
15722 (main): Don't call printf. Call func and store its result in t.
15723 * return-nodebug1.c: New.
15724 * return-nodebug.exp: Don't expect stdio output. Instead, print
15725 the global variable t. Drop printf formatters and cast types from
15726 foreach loop. Don't use prepare_for_testing. Compile
15727 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15728 define FORMAT or CAST.
15729
d24948ac
PP
157302009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15731
15732 * gdb.base/solib-display.exp: Disable test for remote targers.
15733
61ff14c6
JK
157342009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15735
15736 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15737
cb4dce93
JK
157382009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15739
15740 Fix a racy FAIL.
15741 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15742 code from `follow parent, print pids'.
15743 (`follow child, print pids', `follow parent, print pids'): Call it.
15744 Replace `gdb_test "break..."' by gdb_breakpoint.
15745
f7c60c5e
VP
157462009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15747
15748 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15749 sync and async modes.
f7c60c5e 15750
383ace49
JB
157512009-03-12 Joel Brobecker <brobecker@adacore.com>
15752
15753 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15754 that was checked in by mistake. Remove loading of ada.exp, since
15755 this is not necessary in this case.
15756
4ce102af
JB
157572009-03-12 Joel Brobecker <brobecker@adacore.com>
15758
15759 * gdb.ada/ptype_arith_binop.exp: New testcase.
15760
529a2aef
JB
157612009-03-12 Joel Brobecker <brobecker@adacore.com>
15762
15763 * gdb.ada/mod_from_name: New testcase.
15764
8a38181c
JB
157652009-03-12 Joel Brobecker <brobecker@adacore.com>
15766
15767 * gdb.ada/tick_last_segv: New testcase.
15768
11436dee
VP
157692009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15770
61ff14c6 15771 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15772
1f31650a
VP
157732009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15774
61ff14c6
JK
15775 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15776 include the token in ^running and frame info in *stopped.
1f31650a 15777
a3247a22
PP
157782009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15779
15780 * solib-display.exp: New file.
15781 * solib-display-main.c: New file.
15782 * solib-display-lib.c: New file.
61ff14c6 15783
aae64587
PA
157842009-03-05 Pedro Alves <pedro@codesourcery.com>
15785
15786 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15787
44aabfbc
JK
157882009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15789
15790 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15791 (list_and_check_macro): Use more specific test name.
15792 (next to definition): Make the test names unique.
15793
c087fcd3
PM
157942009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15795
15796 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15797
c86cf029
VP
157982009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15799
15800 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15801 notifications.
15802 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15803 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15804 * lib/mi-support.exp (library_loaded_re): New.
15805 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15806
3ea85240
VP
158072009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15808
15809 * gdb.gdb/observer.exp: Use test_notification observer, not
15810 normal_stop, everywhere.
15811 (test_normal_stop_notifications): Rename to...
15812 (test_notifications): ...this.
15813 (test_observer_normal_stop): Rename to...
15814 (test_observer): ...this.
15815
1903f0e6
DE
158162009-02-16 Doug Evans <dje@google.com>
15817
15818 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15819 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15820 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15821 (test_prefixed_syscall,test_int3): New tests.
15822 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15823 (test_prefixed_syscall,test_int3): New tests.
15824
1d33d6ba
VP
158252009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15826
3cb51905
AS
15827 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15828 (mi_expect_interrupt): Likewise.
15829 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15830 response.
1d33d6ba 15831
faafb047
PM
158322009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15833
15834 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15835 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15836 Replace calls to get_valueofx by get_hexadecimal_valueof.
15837
417e16e2
PM
158382009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15839
15840 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15841 (get_integer_valueof): New procedure.
15842 (get_sizeof): Use new get_integer_value_of.
15843 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15844 by get_integer_valueof.
15845
7065b901
TT
158462009-02-13 Tom Tromey <tromey@redhat.com>
15847
15848 * gdb.base/remote.exp (get_sizeof): Remove.
15849 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15850 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15851 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15852 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15853 (get_sizeof): Likewise.
15854
5d7cb8df
JK
158552009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 PR fortran/9806
15858 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15859
b2febfff
PP
158602009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15861
15862 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15863
4aa995e1
PA
158642009-02-06 Pedro Alves <pedro@codesourcery.com>
15865
15866 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15867
d8906c6f
TJB
158682009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15869
15870 * gdb.python/python-cmd.exp: New file.
15871
ff4ab08d
TG
158722009-02-06 Tristan Gingold <gingold@adacore.com>
15873
15874 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15875
aacd552b
TG
158762009-02-05 Tristan Gingold <gingold@adacore.com>
15877
15878 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15879 pointer is dereferenced and use this signal name in regexp.
15880 * gdb.base/signull.exp: Ditto.
15881 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15882 * gdb.base/signull.c (main): Ditto.
15883
08c637de
TJB
158842009-02-04 Tom Tromey <tromey@redhat.com>
15885 Thiago Jung Bauermann <bauerman@br.ibm.com>
15886
15887 * gdb.python/python-value.exp: Use `gdb.history' instead of
15888 `gdb.value_from_history'.
15889 (test_value_numeric_ops): Add test for conversion of enum constant.
15890 * gdb.python/python-value.c (enum e): New type.
15891 (evalue): New global.
15892 (main): Use argv.
15893
20261af8
JG
158942009-02-04 Jerome Guitton <guitton@adacore.com>
15895
15896 * gdb.ada/uninitialized_vars: New test program.
15897 * gdb.ada/uninitialized_vars.exp: New testcase.
15898
52e44b43
TT
158992009-02-02 Tom Tromey <tromey@redhat.com>
15900
15901 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15902 * gdb.cp/pr2489.cc: Rename...
15903 * gdb.cp/pr9594.cc: ... to this.
15904
1c71341a
TT
159052009-02-02 Tom Tromey <tromey@redhat.com>
15906
15907 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15908 * gdb.cp/pr2489.cc: New file.
15909 * gdb.cp/cpcompletion.exp: New file.
15910
a4295225
TT
159112009-02-02 Tom Tromey <tromey@redhat.com>
15912
15913 PR exp/9059:
15914 * gdb.cp/call-c.exp: Add regression test.
15915 * gdb.cp/call-c.cc (FooHandle): New typedef.
15916 (main): New variable 'handle'.
15917
592375cd
VP
159182009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15919
15920 * lib/mi-support.exp (et_mi_thread_list)
15921 (check_mi_and_console_threads): Adjust for current thread in
15922 -thread-list-ids output.
15923
41447f92
VP
159242009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15925
889bf7c5
PA
15926 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15927 Call it.
41447f92 15928
35669430
DE
159292009-01-28 Doug Evans <dje@google.com>
15930
15931 * gdb.arch/amd64-disp-step.S: New file.
15932 * gdb.arch/amd64-disp-step.exp: New file.
15933 * gdb.arch/i386-disp-step.S: New file.
15934 * gdb.arch/i386-disp-step.exp: New file.
15935
09f00d9a
PM
159362009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15937
15938 * gdb.base/find.exp: Set newline variable
15939 using quotes instead of braces to fix cygwin failures.
15940
1e8fb976
PA
159412009-01-23 Pedro Alves <pedro@codesourcery.com>
15942
15943 * gdb.base/radix.exp: Add tests to ensure that that set
15944 input-radix 0 and set output-radix 0 are really rejected.
15945
da061712
PA
159462009-01-23 Pedro Alves <pedro@codesourcery.com>
15947
15948 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15949 copyright years.
15950
dd7e2d2b
PA
159512009-01-23 Pedro Alves <pedro@codesourcery.com>
15952
15953 PR gdb/9664:
15954 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15955
392452f6
PA
159562009-01-22 Pedro Alves <pedro@codesourcery.com>
15957
15958 PR c++/9631:
15959 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15960
8653e71c
PM
159612009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15962
15963 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15964 binfile definition to fix Windows OS failure.
15965
a12cc160
DJ
159662009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15967
15968 PR gdb/9346
15969 * gdb.base/interrupt.c (sigint_handler): New.
15970 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15971 on error.
15972 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15973 Test "signal SIGINT".
15974
b89667eb
DE
159752009-01-19 Doug Evans <dje@google.com>
15976
15977 * gdb.base/break.exp: Update expected gdb output.
15978 * gdb.base/sepdebug.exp: Ditto.
15979 * gdb.mi/mi-syn-frame.exp: Ditto.
15980 * gdb.mi/mi2-syn-frame.exp: Ditto.
15981 * gdb.base/call-signal-resume.exp: New file.
15982 * gdb.base/call-signals.c: New file.
15983 * gdb.base/unwindonsignal.exp: New file.
15984 * gdb.base/unwindonsignal.c: New file.
15985 * gdb.threads/interrupted-hand-call.exp: New file.
15986 * gdb.threads/interrupted-hand-call.c: New file.
15987 * gdb.threads/thread-unwindonsignal.exp: New file.
15988
adb483fe
DJ
159892009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15990
15991 * gdb.base/define.exp: Test defining and hooking prefix commands.
15992 * gdb.python/python.exp: Update test for "show user" output.
15993
60023297
JK
159942009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15995
15996 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15997 now the output exactly, using less wildcards. Expect also the output
15998 of gfortran-4.3. Update for the f-valprint.c modification from
15999 2008-04-22.
16000 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16001 Remove gdb_test test names where matching the command.
16002
ccc57cf9
PA
160032009-01-01 Pedro Alves <pedro@codesourcery.com>
16004
16005 PR breakpoints/9681:
16006 * gdb.base/watchpoint.exp: Add regression test.
16007
c7a6ca08
PA
160082008-12-31 Pedro Alves <pedro@codesourcery.com>
16009
16010 * gdb.threads/attach-into-signal.exp: Don't use
16011 gdb_suppress_entire_file.
16012 * gdb.threads/attach-stopped.exp: Ditto.
16013 * gdb.threads/attachstop-mt.exp: Ditto.
16014
3a031f65
PA
160152008-12-31 Pedro Alves <pedro@codesourcery.com>
16016
16017 PR gdb/8812:
16018 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16019
09e6485f
PA
160202008-12-29 Pedro Alves <pedro@codesourcery.com>
16021
16022 PR gdb/7536:
16023 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16024 and unsupported output radices are really rejected.
16025
0cd53049
JK
160262008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16027
16028 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16029
ba163c7e
TT
160302008-12-22 Tom Tromey <tromey@redhat.com>
16031
16032 * gdb.cp/punctuator.exp: New file.
16033
6f4de6c9
JK
160342008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16035
16036 * gdb.base/completion.exp (Completing non-existing component): New test.
16037
0f34d0b4
JK
160382008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16039
16040 Fix for PR gdb/8648.
16041 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16042 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16043 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16044 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16045
db2ad4c3
JK
160462008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16047
16048 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16049
bb5ef15e
DP
160502008-12-16 Christophe Lyon <christophe.lyon@st.com>
16051
16052 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16053 compiler actually generate code at the expected line number.
16054
90142adc
JZ
160552008-12-15 Jie Zhang <jie.zhang@analog.com>
16056
16057 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16058
fad6eecd
TT
160592008-12-12 Tom Tromey <tromey@redhat.com>
16060
16061 * gdb.base/commands.exp (redefine_hook_test): New proc.
16062 Call it.
16063
17c8aaf5
TT
160642008-12-11 Tom Tromey <tromey@redhat.com>
16065
16066 * gdb.base/macscp.exp: New regression test.
16067
7c8adf68
TT
160682008-12-11 Tom Tromey <tromey@redhat.com>
16069
16070 * gdb.base/macscp.exp: Print "address.addr".
16071 * gdb.base/macscp1.c (struct outer): New struct.
16072 (address): New global.
16073
b05dcbb7
TT
160742008-12-09 Tom Tromey <tromey@redhat.com>
16075
16076 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16077 Call it.
16078
2d476de1
DE
160792008-12-04 Doug Evans <dje@google.com>
16080
16081 * gdb.server/ext-run.exp: Relax regexp for init program.
16082
87bdc959
TG
160832008-12-03 Tristan Gingold <gingold@adacore.com>
16084
16085 * gdb.base/macscp.exp: Generate an object file during compilation
16086 to work around Darwin dsymutil limitations.
16087
e0740f77
JK
160882008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16089
16090 Test resolving external references to TLS variables.
16091 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16092 FILE2_THREAD_LOCAL.
16093 (testfile2, srcfile2): New variables.
16094 * gdb.threads/tls.c (file2_thread_local)
16095 (function_referencing_file2_thread_local): New.
16096 * gdb.threads/tls2.c: New file.
16097
67f0aac5
JB
160982008-11-28 Joel Brobecker <brobecker@adacore.com>
16099
16100 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16101 rather than integer, as integer might not be big enough when
16102 on 64bit targets.
67f0aac5 16103
c332165e
JG
161042008-11-27 Jerome Guitton <guitton@adacore.com>
16105
16106 * gdb.cp/formatted-ref.exp: Add equality test.
16107 * gdb.ada/formatted_ref.exp: Ditto.
16108
fc9b693c
JK
161092008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16110
16111 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16112 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16113
a9c64011
AS
161142008-11-20 Andreas Schwab <schwab@suse.de>
16115
16116 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16117 matching syscall entry point.
16118 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16119 (tcatch_vfork_then_child_follow): Likewise. Finish through
16120 vfork even if we stopped at the syscall trampoline.
16121
e2fd701e
DE
161222008-11-20 Doug Evans <dje@google.com>
16123
16124 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16125
69abc51c
TJB
161262008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16127
16128 * gdb.arch/ppc-dfp.exp: New file.
16129 * gdb.arch/ppc-dfp.c: New file.
16130
c14c28ba
PP
161312008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16132
16133 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16134
2e74121d
DE
161352008-11-17 Doug Evans <dje@google.com>
16136
16137 * gdb.mi/mi-syn-frame.exp: Update expected output.
16138 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16139
66bb093b
VP
161402008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16141
16142 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16143 "thread N" results in =thread-selected.
16144 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16145 (mi_send_resuming_command_raw): Be prepared for
16146 =thread-selected.
16147
3d043ef6
VP
161482008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16149
a9c64011
AS
16150 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16151 * lib/mi-support.exp: Likewise.
3d043ef6 16152
808104c8
JB
161532008-11-16 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16156 commands from the expected output for "help catch".
16157
00b22944
JB
161582008-11-15 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.ada/int_deref.exp: New testcase.
16161
59669435
TT
161622008-11-14 Nick Roberts <nickrob@snap.net.nz>
16163
16164 * gdb.mi/gdb2549.exp: New file.
16165
de04a248
DE
161662008-11-11 Doug Evans <dje@google.com>
16167
16168 * gdb.base/callexit.exp: New file.
16169 * gdb.base/callexit.c: New file.
16170
6b8ce727
DE
161712008-11-10 Doug Evans <dje@google.com>
16172
16173 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16174 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16175 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16176 (default_gdb_start,default_gdb_exit): Ditto.
16177 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16178 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16179 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16180 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16181 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16182 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16183
1b14b8aa
AS
161842008-11-03 Andreas Schwab <schwab@suse.de>
16185
16186 * gdb.base/hashline2.exp: Fix typo.
16187 * gdb.base/hashline3.exp: Likewise.
16188
f3134b88
TT
161892008-10-30 Tom Tromey <tromey@redhat.com>
16190
16191 * gdb.base/pointers.exp: Add test.
16192 * gdb.base/pointers.c (k, S): New typedefs.
16193 (instance): New global.
16194
c2226152
AS
161952008-10-30 Andreas Schwab <schwab@suse.de>
16196
16197 * gdb.base/args.exp: Add tests for newlines.
16198
462f405c
JB
161992008-10-30 Joel Brobecker <brobecker@adacore.com>
16200
16201 gdb.base/foll-exec.exp: Update the expected output of a couple
16202 of "info breakpoints" tests.
16203
79a45b7d
TT
162042008-10-28 Tom Tromey <tromey@redhat.com>
16205
16206 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16207
adc13a14
PA
162082008-10-24 Pedro Alves <pedro@codesourcery.com>
16209
16210 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16211 gdb_start_cmd.
16212 Use runto_main before any test that requires execution.
16213
252fbfc8
PA
162142008-10-23 Pedro Alves <pedro@codesourcery.com>
16215
16216 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16217 instead of SIGINT.
16218
28148e3d
JB
162192008-10-22 Joel Brobecker <brobecker@adacore.com>
16220
16221 * gdb.base/completion.exp: Update expected output following
16222 the addition of the "info tasks" command.
16223
c209f847
TT
162242008-10-22 Tom Tromey <tromey@redhat.com>
16225
16226 * gdb.base/exprs.exp (test_expr): Add test for string
16227 concatenation.
16228
f177e350
PA
162292008-10-19 Pedro Alves <pedro@codesourcery.com>
16230
16231 * configure.ac: Output gdb.python/Makefile.
16232 * configure: Regenerate.
16233 * gdb.python/Makefile.in: New.
16234
cce89356
JB
162352008-10-16 Joel Brobecker <brobecker@adacore.com>
16236
16237 * gdb.base/foll-fork.exp: Adjust the expected output to match
16238 the new description for fork/vfork catchpoints in the "info
16239 breakpoints" output.
16240
176d289d
TJB
162412008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16242
16243 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16244
a08702d6
TJB
162452008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16246
16247 * gdb.python/python-value.c: New file.
16248 * gdb.python/python-value.exp: New file.
16249
1c5cfe86
PA
162502008-10-15 Pedro Alves <pedro@codesourcery.com>
16251
16252 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16253
5a98ad69
DP
162542008-10-15 Denis Pilat <denis.pilat@st.com>
16255
41702f1b 16256 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16257
dcb1a1e2
TT
162582008-10-09 Tom Tromey <tromey@redhat.com>
16259
16260 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16261 'fprintf' and 'stderr'.
16262
9124fe48
JB
162632008-10-07 Joel Brobecker <brobecker@adacore.com>
16264
16265 * gdb.ada/ref_tick_size.exp: New testcase.
16266
45452591
DE
162672008-10-06 Doug Evans <dje@google.com>
16268
16269 * gdb.dwarf2/dw2-cu-size.exp: New file.
16270 * gdb.dwarf2/dw2-cu-size.S: New file.
16271
16272 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16273 .Ltype_int for clarity.
16274
4fc5b208
PP
162752008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16276
16277 PR gdb/2384:
16278 * gdb.cp/gdb2384.exp: Extended to test more cases.
16279 * gdb.cp/gdb2384.cc: Likewise.
16280 * gdb.cp/gdb2384-base.h: Likewise.
16281 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 16282
d78df370
JK
162832008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16284
16285 * gdb.base/maint.exp (maint print type): Remove printing
16286 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16287
9a044a89
TT
162882008-09-30 Tom Tromey <tromey@redhat.com>
16289
16290 * gdb.base/macscp.exp: Add completion tests.
16291 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16292 (TWENTY_THREE): Likewise.
16293 (FORTY_EIGHT): Likewise.
16294
506800a9
TT
162952008-09-30 Tom Tromey <tromey@redhat.com>
16296
16297 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16298 everywhere.
16299 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16300
1a6f01b5
JK
163012008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16302
16303 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16304 testcase is derived from. Fix racy dependency on an expected PID
16305 number. No longer support the testcase on Linux kernel 2.4.x.
16306
2fae03e8
TT
163072008-09-27 Tom Tromey <tromey@redhat.com>
16308
16309 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16310 and varargs.
16311
1ad15515
PA
163122008-09-22 Pedro Alves <pedro@codesourcery.com>
16313
16314 * lib/mi-support.exp (mi_expect_interrupt): New.
16315 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16316 from gdb.mi/mi-nonstop.exp.
16317 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16318 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16319 lib/mi-support.exp.
16320 Use mi_check_thread_states throughout. Avoid ".*" and do not
16321 require an anchor after -exec-run.
16322
d0b76dc6
DJ
163232008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16324
16325 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16326 stop is pending. Avoid ".*" when two stops are pending.
16327 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16328 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16329 newlines in fullnames.
16330 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16331 (mi_expect_stop): Update comments. Only anchor in sync mode.
16332 Do not match newlines.
16333 (mi_send_resuming_command_raw): Always return status.
16334 (mi_get_stop_line): Do not match more than one line by accident.
16335 Only anchor in sync mode.
16336 (mi_run_inline_test): If -exec-next fails, give up.
16337
9990c830
UW
163382008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16339
16340 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16341 on SPU.
16342
ebcf6f00
JB
163432008-09-10 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16346
b6db24e5
JB
163472008-09-10 Joel Brobecker <brobecker@adacore.com>
16348
16349 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16350 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16351 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16352 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16353 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16354 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16355 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16356 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16357 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16358 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16359 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16360 Include the "= " sequence in the expected output of print tests.
16361
2bf448e0
JB
163622008-09-10 Joel Brobecker <brobecker@adacore.com>
16363
16364 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16365 description for boolean types.
16366
d51fd4c8
PA
163672008-09-09 Pedro Alves <pedro@codesourcery.com>
16368
16369 * gdb.base/hook-stop-continue.c: New.
16370 * gdb.base/hook-stop-continue.exp: New.
16371
694182d2
DJ
163722008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16373
16374 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16375
3b8a7fc0
JG
163762008-09-08 Jerome Guitton <guitton@adacore.com>
16377
16378 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16379 (stack_check_probe_2, stack_check_probe_loop_1)
16380 (stack_check_probe_loop_2): New functions.
16381 (main): Add call to these new functions.
16382 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16383 functions, check that the breakpoint is inserted at the appropriate
16384 location.
16385 (insert_breakpoint): Slightly refine this procedure so that it can
16386 be called several times in the test.
16387
96cc0ae8
JG
163882008-09-08 Jerome Guitton <guitton@adacore.com>
16389
16390 * gdb.base/stack-checking.c: New file.
16391 * gdb.base/stack-checking.exp: New file.
16392
1f08b409
TJB
163932008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16394
16395 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16396 * gdb.arch/altivec-regs.exp: Likewise.
16397 * gdb.arch/vsx-regs.exp: Likewise.
16398
3099e1c4
TJB
163992008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16400
16401 * gdb.arch/ppc-fp.exp: New file.
16402 * gdb.arch/ppc-fp.c: New file.
16403
cc69bfc1
PP
164042008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16405
16406 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16407 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 16408
b02a33db
MS
164092008-09-04 Michael Snyder <msnyder@vmware.com>
16410
16411 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16412 as "at" (for non-debug functions such as _start).
16413
2992cbe0
UW
164142008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16415
16416 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16417 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16418 software watchpoints.
16419 * gdb.base/watch_thread_num.exp: Likewise.
16420
514f746b
AR
164212008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16422
16423 * gdb.arch/i386-bp_permanent.exp: New test.
16424
876cecd0
TT
164252008-08-24 Tom Tromey <tromey@redhat.com>
16426
16427 * gdb.base/maint.exp: Update "maint print type".
16428
80f73d71
VP
164292008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16430
16431 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16432 support. Adjust the order of "*running" notifications.
16433 * gdb.mi/non-stop.c: Don't cast from int to void* and
16434 back.
16435
d9c78d7d
MK
164362008-08-20 Mark Kettenis <kettenis@gnu.org>
16437
16438 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16439 expect to find it in the "info frame" output.
16440
97a2d1d3
DJ
164412008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16442
16443 * gdb.base/interp.exp: Always consume both prompts.
16444
b96e2927
PA
164452008-08-20 Pedro Alves <pedro@codesourcery.com>
16446
16447 * gdb.base/pending.exp: Test pending breakpoints without symbols
16448 loaded.
16449
8cf6e61a
VP
164502008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16451
16452 * lib/mi-support.exp (mi_expect_stop): Produce
16453 more details on failures.
16454 * gdb.mi/mi-nonstop.exp: New.
16455 * gdb.mi/non-stop.c: New.
16456
c6ebd6cf
VP
164572008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16458
a9c64011
AS
16459 * gdb.mi/mi-async.exp: Use 'set target-async'.
16460 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 16461
46a9b8ed
DJ
164622008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16463
16464 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16465
44feb3ce
TT
164662008-08-17 Tom Tromey <tromey@redhat.com>
16467
16468 * gdb.base/help.exp (help catch): Rewrite.
16469
311a4e6b
TJB
164702008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16471
16472 * gdb.base/define.exp: Test indented command documentation.
16473 * gdb.python/python.exp: Test indented multi-line command.
16474
604c2f83
LM
164752008-08-15 Luis Machado <luisgpm@br.ibm.com>
16476
16477 * testsuite/gdb.arch/vsx-regs.c: New source file.
16478 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16479 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16480
886a217c
TT
164812008-08-14 Tom Tromey <tromey@redhat.com>
16482
16483 * gdb.base/macscp.exp: Add regression test for "macro define" or
16484 "macro undef" with no arguments.
16485
c814a4f3
PP
164862008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16487
16488 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 16489
12ab8a60
UW
164902008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16491
16492 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16493
d57a3c85
TJB
164942008-08-06 Tom Tromey <tromey@redhat.com>
16495
16496 * gdb.python/python.exp: New file.
16497
c7b778ff
JK
164982008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16499
16500 Fix for PR gdb/1543.
16501 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16502 $LOCATION.
16503 (location): New variable.
16504 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16505 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16506 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16507 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16508 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16509 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16510 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16511 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16512 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16513 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16514 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16515 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16516 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16517 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16518 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16519 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16520 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16521 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16522 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16523 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16524 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16525 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16526 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16527 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16528 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16529 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16530 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16531 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16532 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16533 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16534 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16535 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16536 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16537 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16538 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16539 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16540 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16541 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16542 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16543 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16544 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16545 gdb.base/type-opaque.exp, gdb.base/until.exp,
16546 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16547 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16548 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16549 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16550 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16551 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16552 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16553 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16554 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16555 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16556 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16557 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16558 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16559 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16560 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16561 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16562 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16563 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16564 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16565 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16566 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16567 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16568 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16569 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16570 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16571 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16572 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16573 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16574 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16575 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16576 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16577 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16578 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16579 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16580 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16581 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16582 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16583 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16584 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16585 to bug-gdb@prep.ai.mit.edu .
16586
5e06a3d1
VP
165872008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16588
16589 * lib/mi-support.exp (mi_load_shlibs): New.
16590 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16591
9d81d21b
VP
165922008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16593
16594 * lib/mi-support.exp (get_mi_thread_list)
16595 (check_mi_and_console_threads): New, moved from ...
16596 * gdb.mi/mi-pthread.exp: ...here.
16597 * gdb.mi/gdb669.exp (get_mi_thread_list)
16598 (check_mi_and_console_threads): Delete.
16599 * gdb.mi/mi2-pthread.exp: Likewise.
16600
bae98fe0
TT
166012008-07-28 Tom Tromey <tromey@redhat.com>
16602
16603 * Makefile.in (just-check): Remove. Move body to...
16604 (check): ... here.
16605
57380f4e
DJ
166062008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16607
16608 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16609 Add a test for duplicated SIGINTs.
16610
e09490f1
DJ
166112008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16612
16613 * gdb.threads/schedlock.exp (get_args): Update to work for any
16614 value of NUM.
16615 (Top level): Report the number of threads that did not resume.
16616
6387b45f
DJ
166172008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16618
16619 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16620
62f64ff2
DJ
166212008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16622
16623 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16624 non-MI prompt.
16625
fa8de41e
TT
166262008-07-26 Tom Tromey <tromey@redhat.com>
16627
16628 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16629 (function_struct, function_struct_ptr): New globals.
16630 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16631 function pointer in a struct.
16632
ccb3ac8a
TT
166332008-07-26 Tom Tromey <tromey@redhat.com>
16634
16635 * gdb.base/macscp.exp: Add test for macro lexing bug.
16636
d7d9f01e
TT
166372008-07-18 Tom Tromey <tromey@redhat.com>
16638
16639 * gdb.base/macscp.exp: Add macro tests.
16640
9bf07184
PP
166412008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16642
16643 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16644
becf6477
PP
166452008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16646
16647 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16648
0709f7d3
PP
166492008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16650
16651 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16652
7093c834
PP
166532008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16654
16655 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16656
b432ffe3
JK
166572008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16658
16659 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16660
b1a268e5
VP
166612008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16662
16663 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16664
e2995f8e
KB
166652008-07-11 Kevin Buettner <kevinb@redhat.com>
16666
16667 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16668 of regexp to account for changes made to GDB in the printing of
16669 byte vectors.
16670
14032a66
TT
166712008-07-11 Tom Tromey <tromey@redhat.com>
16672
16673 * gdb.base/completion.exp: Add 'help' completion test.
16674
981505ef
JK
166752008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16676
16677 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16678
10568435
JK
166792008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16680
16681 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16682
4487aabf
PA
166832008-07-09 Pedro Alves <pedro@codesourcery.com>
16684
16685 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16686
a4a9b1c4
PA
166872008-07-09 Pedro Alves <pedro@codesourcery.com>
16688
16689 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16690
3c3185ac
JK
166912008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16692
16693 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16694
7ebd49dc
VP
166952008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16696
16697 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16698 previous commit. Add a comment.
16699
84e46146
PA
167002008-06-28 Pedro Alves <pedro@codesourcery.com>
16701
16702 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16703
0f8d4a2f
VP
167042008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16705
16706 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16707
f747e0ce
PA
167082008-06-27 Pedro Alves <pedro@codesourcery.com>
16709
16710 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16711 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16712 compiling an executable, link in an object that forces unbuffered
16713 output.
16714 * lib/set_unbuffered_mode.c: New file.
16715
734a5c36
JK
167162008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16717
16718 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16719
a2840c35
VP
167202008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16721
a9c64011
AS
16722 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16723 mi_expect_stop.
16724 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16725 Demand that *running is output.
16726 (detect_async): Perform checking every time.
16727 (mi_send_resuming_command): Extract everything into...
16728 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16729 (mi_expect_stop): Don't accept any output before *stopped.
16730
6ae37fef
VP
167312008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16732
16733 Robustify mi-simplerun.
a9c64011
AS
16734 * gdb.mi/basics.c (main): Add a call to sleep.
16735 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16736 * gdb.mi/mi2-cli.exp: Likewise.
16737 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16738
b4aa76f0 167392008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16740
16741 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16742
e1ac3328
VP
167432008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16744
a9c64011
AS
16745 * gdb.mi/mi-console.exp: Adjust.
16746 * gdb.mi/mi-syn-frame.exp: Adjust.
16747 * gdb.mi/mi2-console.exp: Adjust.
16748 * gdb.mi/mi2-syn-frame.exp: Adjust.
16749 * lib/mi-support.exp (mi_run_cmd): Adjust.
16750 (mi_send_resuming_command): Adjust.
e1ac3328 16751
f7f9a841
VP
167522008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16753
16754 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16755 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16756 testing of stopped.
16757 * gdb.mi/mi2-syn-frame.exp: Likewise.
16758 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16759 (async, detect_async): New.
16760 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16761 depending on if we're running in sync or async mode.
f7f9a841 16762
37cd5d19
TT
167632008-06-09 Tom Tromey <tromey@redhat.com>
16764
16765 * gdb.base/completion.exp: New tests for field name completion
16766 with spaces, and field name completion with '->'.
16767
65d12d83
TT
167682008-06-06 Tom Tromey <tromey@redhat.com>
16769
16770 * gdb.base/break1.c (struct some_struct): New struct.
16771 (values): New global.
16772 * gdb.base/completion.exp: Add field name completion test.
16773
ebfe2e3f
PP
167742008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16775
16776 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16777 to pointer.
16778 * gdb.cp/call-c.cc: Likewise.
16779
bcf6fc3a
NR
167802008-06-06 Nick Roberts <nickrob@snap.net.nz>
16781
16782 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16783 annotation.
16784
49fd4a42 167852008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16786 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16787
16788 * gdb.threads/execl.c, gdb.threads/execl1.c,
16789 gdb.threads/execl.exp: New tests.
a9c64011 16790
8a34ac3f
AR
167912008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16792 Daniel Jacobowitz <dan@codesourcery.com>
16793
16794 * gdb.cp/exception.exp: Activate test, make it work with pending
16795 catchpoints.
16796
86ae69ef
JK
167972008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16798
16799 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16800
f7f9ae2c
VP
168012008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16802
a9c64011
AS
16803 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16804 now printed.
16805 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16806
2a2d4dc3
AS
168072008-05-27 Andreas Schwab <schwab@suse.de>
16808
16809 * gdb.base/frame-args.exp: Handle arguments that are optimized
16810 out.
16811
5099e4d9
LM
168122008-05-26 Luis Machado <luisgpm@br.ibm.com>
16813
16814 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16815 quiet for ppc32 and group options into a single variable.
16816
d9c36a91
JB
168172008-05-23 Joel Brobecker <brobecker@adacore.com>
16818
16819 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16820 of zero-size elements.
16821 * gdb.ada/null_array.exp: Test printing this new array.
16822
103a8671
JK
168232008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16824
16825 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16826
07a4cc1a 168272008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16828
16829 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16830 of the "finish" command.
16831
55f996a7
NR
168322008-05-21 Nick Roberts <nickrob@snap.net.nz>
16833
16834 * gdb.base/annota1.exp: Test for new annotation.
16835
907fc202
UW
168362008-05-16 Pedro Alves <pedro@codesourcery.com>
16837
16838 * gdb.base/fixsection.exp: New file.
16839 * gdb.base/fixsection0.c: New file.
16840 * gdb.base/fixsection1.c: New file.
16841
e8f97270
UW
168422008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16843
16844 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16845 * gdb.base/annota3.exp: Likewise.
16846
ac0bb574
NF
168472008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16848
16849 * gdb.base/watch_thread_num.exp: Don't run tests that require
16850 watchpoints if the target doesn't support them.
16851
6fadd07a
DE
168522008-05-12 Doug Evans <dje@google.com>
16853
16854 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16855
6e9a4a30
JB
168562008-05-09 Joel Brobecker <brobecker@adacore.com>
16857
16858 * gdb.ada/assign_1.exp: New testcase.
16859
08388c79
DE
168602008-05-09 Doug Evans <dje@google.com>
16861
a3c83fae
DE
16862 * gdb.base/find.exp: New file.
16863 * gdb.base/find.c: New file.
08388c79 16864
bd5ddfe8
DJ
168652008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16866
16867 * gdb.base/commands.exp (watchpoint_command_test): Handle
16868 gdb,no_hardware_watchpoints.
16869 * gdb.base/float.exp: Allow ARM targets without floating point.
16870 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16871
b5dd68e2 168722008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16873 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16874
16875 * gdb.ada/lang_switch: New test program.
16876 * gdb.ada/lang_switch.exp: New testcase.
16877
382d13d1
DE
168782008-05-05 Doug Evans <dje@google.com>
16879
16880 * gdb.base/help.exp (disassemble): Update expected help text.
16881
9dd789d0
PA
168822008-05-04 Pedro Alves <pedro@codesourcery.com>
16883
16884 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16885
611c83ae
PA
168862008-05-04 Pedro Alves <pedro@codesourcery.com>
16887
16888 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16889 different times.
16890
ff013f42
JK
168912008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16892
16893 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16894 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16895 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16896 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16897
96dff6a2
VP
168982008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16899
16900 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16901 notification to appear.
16902
55cd6f92
DJ
169032008-05-04 Daniel Jacobowitz <dan@debian.org>
16904
16905 * gdb.base/fullname.c: New file.
16906 * gdb.base/fullname.exp: New file.
16907 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16908
d705c43c
PA
169092008-05-03 Pedro Alves <pedro@codesourcery.com>
16910
16911 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16912 expressions with macros.
16913
333222e1
JK
169142008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16915
16916 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16917
5ac01682
DJ
169182008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16919
16920 * gdb.base/completion.exp: Handle lack of other symbols beginning
16921 with "a".
16922
16923 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16924
237fc4c9
PA
169252008-05-02 Jim Blandy <jimb@codesourcery.com>
16926
16927 * gdb.asm/asmsrc1.s: Add scratch space.
16928
ed5e9466
DJ
169292008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16930 Daniel Jacobowitz <dan@codesourcery.com>
16931
16932 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16933 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16934 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16935
b39cc962
DJ
169362007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16937
16938 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16939
36d520f5
JB
169402008-05-01 Joel Brobecker <brobecker@adacore.com>
16941
16942 * gdb.base/info-target.exp: New testcase.
16943
8d4e3071
DJ
169442008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16945
16946 * gdb.cp/hang.exp: Use .cc instead of .C.
16947 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16948 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16949
6f3f3097
DJ
169502008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16951
16952 * gdb.base/gdb1250.exp: Remove perror.
16953 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16954
5550a914
PA
169552008-04-30 Pedro Alves <pedro@codesourcery.com>
16956
16957 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16958 .2byte.
16959
d848e687
DJ
169602008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16961
16962 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16963 (maybe_kfail): New.
16964
93b5768b
PA
169652008-04-25 Pedro Alves <pedro@codesourcery.com>
16966
16967 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16968
721c02de
VP
169692008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16970
a9c64011
AS
16971 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16972 * gdb.mi/mi2-syn-frame.exp: Likewise.
16973 * lib/mi-support.exp: Likewise.
721c02de 16974
74960c60
VP
169752008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16976
16977 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16978 to specify regexp for the location to stop at.
16979 * gdb.base/break-always.c: New.
16980 * gdb.base/break-always.exp: New.
16981
d24317b4
VP
169822008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16983
16984 * lib/mi-support.exp (mi_runto_helper): Adjust
16985 for the original-location field.
16986 (mi_create_breakpoint, mi_list_breakpoints): New.
16987 * gdb.mi/mi-break.exp: Adjust.
16988 * gdb.mi/mi2-break.exp: Adjust.
16989 * gdb.mi/mi-pending.exp: Adjust.
16990 * gdb.mi/mi-simplerun.exp: Adjust.
16991 * gdb.mi/mi2-simplerun.exp: Adjust.
16992 * gdb.mi/mi-syn-frame.exp: Adjust.
16993 * gdb.mi/mi2-syn-frame.exp: Adjust.
16994 * gdb.mi/mi-until.exp: Adjust.
16995 * gdb.mi/mi2-until.exp: Adjust.
16996 * gdb.mi/mi-var-display.exp: Adjust.
16997 * gdb.mi/mi2-var-display.exp: Adjust.
16998 * gdb.mi/mi-watch.exp: Adjust.
16999 * gdb.mi/mi2-watch.exp: Adjust.
17000
fdc59709 170012008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17002
a9c64011
AS
17003 * aclocal.m4: Add override.m4.
17004 * configure: Regenerate.
fdc59709 17005
8e91f023
VP
170062008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17007
17008 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17009 '-var-update --all-values' reports new value even the type
17010 of a variable object has changed.
17011
233a11ab
CS
170122008-04-18 Craig Silverstein <csilvers@google.com>
17013
17014 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17015 files.
d24317b4 17016
9c1137ad
JB
170172008-04-18 Joel Brobecker <brobecker@adacore.com>
17018
17019 * gdb.ada/atomic_enum: New test program.
17020 * gdb.ada/atomic_enum.exp: New testcase.
17021
66d0bbc7
DE
170222008-04-17 Doug Evans <dje@google.com>
17023
17024 * gdb.opt/Makefile.in: Fix whitespace.
17025
100906b0
UW
170262008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17027
17028 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17029
4584e32e
DE
170302008-04-17 Doug Evans <dje@google.com>
17031
17032 * gdb.base/hashline1.exp: New testcase.
17033 * gdb.base/hashline2.exp: New testcase.
17034 * gdb.base/hashline2.exp: New testcase.
17035
0a320680
PA
170362008-04-17 Pedro Alves <pedro@codesourcery.com>
17037
17038 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17039
18ac113b
AR
170402008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17041
17042 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17043 temporary breakpoint to match "Temporary breakpoint".
17044 * gdb.base/break.exp (delete_breakpoints): Likewise.
17045 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17046 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17047 * gdb.base/display.exp: Likewise.
17048 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17049 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17050 * gdb.base/restore.exp (restore_tests): Likewise.
17051 * gdb.base/sepdebug.exp: Likewise.
17052 * gdb.base/watchpoint.exp: Likewise.
17053 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17054 * gdb.mi/mi-pending.exp: Likewise.
17055 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17056 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17057 * gdb.mi/mi-var-cmd.exp: Likewise.
17058 * gdb.mi/mi-var-display.exp: Likewise.
17059 * gdb.mi/mi2-cli.exp: Likewise.
17060 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17061 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17062 * gdb.mi/mi2-var-display.exp: Likewise.
17063 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17064 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17065 new "disp" field.
a9c64011 17066 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17067 reason. This is to support fix for PR2424.
17068
add38693
JK
170692008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17070
17071 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17072
fcacd99f
VP
170732008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17074
17075 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17076 field. Add more floating varobj tests.
fcacd99f 17077 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17078 field.
17079 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17080 (main): Call do_at_tests.
17081 * lib/mi-support.exp (mi_create_floating_varobj)
17082 (mi_varobj_update_with_type_change): New.
fcacd99f 17083
de051565
MK
170842008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17085
17086 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17087 option of -var-evaluate-expression.
17088 * gdb.mi/mi2-var-display.exp: Likewise.
17089
dbc52822
VP
170902008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17091
17092 Introduce test setup helpers.
a9c64011
AS
17093 * lib/gdb.exp (build_executable, clean_restart)
17094 (prepare_for_testing): New.
17095 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17096 * gdb.base/return.exp: Likewise.
17097 * gdb.base/ending-run.exp: Likewise.
dbc52822 17098
473591da
NR
170992008-04-07 Nick Roberts <nickrob@snap.net.nz>
17100
17101 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17102 Interface (MI) responses.
17103
2b2d9e11
VP
171042008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17105
a9c64011
AS
17106 * gdb.cp/breakpoint.cc: New code to test conditions involving
17107 member variables.
17108 * gdb.cp/breakpoint.exp: Test condition involving member
17109 variables.
2b2d9e11 17110
bb378428
VP
171112008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17112
17113 * lib/mi-support.exp (mi_expect_stop): New.
17114 (mi_run_cmd): Change the
17115 token. Use mi_send_resuming_command, use
17116 mi_expect_stop.
17117 (mi_execute_to_helper): Rename to mi_execute_to.
17118 (mi_send_resuming_command): Add more error patterns.
17119 (mi_wait_for_stop): Renamed to...
17120 (mi_get_stop_line): ...this.
17121 (mi_run_inline_test): Adjust.
17122
17123 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17124 * gdb.mi/mi-console.exp: Likewise.
17125 * gdb.mi/mi-pending.exp: Likewise.
17126 * gdb.mi/mi-simplerun.exp: Likewise.
17127 * gdb.mi/mi-stack.exp: Likewise.
17128 * gdb.mi/mi-stepi.exp: Likewise.
17129 * gdb.mi/mi-syn-frame.exp: Add comment.
17130 * gdb.mi/mi-until.exp: Likewise.
17131 * gdb.mi/mi-var-display.exp: Likewise.
17132 * gdb.mi/mi-watch.exp: Likewise.
17133 * gdb.mi/mi2-cli.exp: Likewise.
17134 * gdb.mi/mi2-console.exp: Likewise.
17135 * gdb.mi/mi2-simplerun.exp: Likewise.
17136 * gdb.mi/mi2-stack.exp: Likewise.
17137 * gdb.mi/mi2-stepi.exp: Likewise.
17138 * gdb.mi/mi2-until.exp: Likewise.
17139 * gdb.mi/mi2-var-display.exp: Likewise.
17140 * gdb.mi/mi2-watch.exp: Likewise.
17141
62172bb9
UW
171422008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17143
17144 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17145
17146 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17147
a13e061a
PA
171482008-04-04 Pedro Alves <pedro@codesourcery.com>
17149
17150 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17151 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17152 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17153 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17154 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17155 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17156 expect an mi error duplicated in stderr.
17157
eae06beb
JB
171582008-04-03 Joel Brobecker <brobecker@adacore.com>
17159
17160 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17161 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17162 Add a couple of tests that verify the behavior when the new setting
17163 is set to "cancel" and "all".
17164 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17165 "ask" before we start the testing.
17166
79c6ced6
AR
171672008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17168
17169 * gdb.cp/casts.cc: Add class reference variables.
17170 * gdb.cp/casts.exp: New test cases for up/down casting references.
17171
6c2d1a6b
MK
171722008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17173
17174 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17175 instead of beginning to make an extra test pass.
17176 * gdb.mi/mi2-var-display.exp: Likewise.
17177
55b411d9
MR
171782008-03-31 Maciej W. Rozycki <macro@mips.com>
17179
17180 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17181
c6140da2
MD
171822008-03-31 Markus Deuling <deuling@de.ibm.com>
17183 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17184
17185 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17186 value. Add xfail for older kernels.
17187
79732189
AR
171882008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17189
17190 Bring mi-support in line with gdb.exp.
17191 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17192 (mi_gdb_start): New function.
17193
33c3676e
MR
171942008-03-28 Maciej W. Rozycki <macro@mips.com>
17195
17196 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17197
92e28119
VP
171982008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17199
17200 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17201 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17202
9e8e3afe
VP
172032008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17204
17205 * lib/mi-support.exp (mi_create_varobj_checked): New.
17206 (mi_list_varobj_children): Allow to check for a
17207 value.
17208 (mi_list_array_varobj_children): New.
17209
17210 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17211 and mi_list_varobj_children, as opposed to hardcoding
17212 expected strings.
17213 * gdb.mi/gdb701.exp: Likewise.
17214 * gdb.mi/gdb792.exp: Likewise.
17215 * gdb.mi/mi-var-block.exp: Likewise.
17216 * gdb.mi/mi-var-cmd.exp: Likewise.
17217 * gdb.mi/mi-var-invalidate.exp: Likewise.
17218 * gdb.mi/mi2-var-block.exp: Likewise.
17219 * gdb.mi/mi2-var-child.exp: Likewise.
17220 * gdb.mi/mi2-var-cmd.exp: Likewise.
17221 * gdb.mi/mi2-var-display.exp: Likewise.
17222
9df50351
JK
172232008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17224
17225 Fix random false FAILs on i386.
17226 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17227
31e5d73a
DJ
172282008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17229
17230 PR gdb/544
17231 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17232
12f4afab
DJ
172332008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17234
17235 PR gdb/544
17236 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17237
b562a0cb
DJ
172382008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17239
17240 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17241 fixed PR gdb/544.
17242
17faa917
DJ
172432008-03-21 Pedro Alves <pedro@codesourcery.com>
17244
17245 * gdb.threads/fork-child-threads.exp: Test next over fork.
17246
6214f497
DJ
172472008-03-21 Chris Demetriou <cgd@google.com>
17248
17249 * gdb.base/break.exp (rbreak junk): New test for rbreak
17250 "Junk at end of arguments" issue.
17251
63092375
DJ
172522008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17253
17254 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17255 *& to work on created array elements.
17256 (Top level): Test print $pc with a file. Test string operations
17257 without a target.
17258 * gdb.base/ptype.exp: Do not expect *& to work on created array
17259 elements.
17260
b21991b0
DJ
172612008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17262
17263 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17264 gdb.threads/staticthreads.exp: Update exit query.
17265
c4b347c7
SL
172662008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17267
17268 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17269
fa4727a6
DJ
172702008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17271
17272 * gdb.base/watchpoint.c (global_ptr, func4): New.
17273 (main): Call func4.
17274 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17275 (test_inaccessible_watchpoint): New.
17276
2f34202f
MR
172772008-02-29 Maciej W. Rozycki <macro@mips.com>
17278
17279 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17280 select the largest.
17281
0d6ba1b1
DJ
172822008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17283
17284 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17285 frames-invalid annotations.
17286
e691325a
PM
172872008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17288
a9c64011 17289 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 17290
f85b5ecc
DE
172912008-02-27 Doug Evans <dje@google.com>
17292
17293 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17294 for bug 1738.
17295 (breakpoint_to_handler_entry): Ditto.
17296
b40e7bf3
JB
172972008-02-27 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.base/ending-run.exp: Use the first line of code inside
17300 function body to test breakpoints.
17301 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17302 location where the breakpoint is inserted when using the line
17303 where a function is declared. Fix typo in the description of
17304 one of the tests.
17305 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17306
2faca73a
PM
173072008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17308
17309 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 17310 tests.
2faca73a 17311
6f439c36
PM
173122008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17313
17314 * gdb.base/args.exp: avoid same output for tests
17315 with single quotes.
17316
54e52265
VP
173172008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17318
a9c64011
AS
17319 * gdb.base/annota1.exp: Adjust for 'info break'
17320 format changes.
17321 * gdb.base/annota3.exp: Likewise.
17322 * gdb.base/break.exp: Likewise.
17323 * gdb.base/condbreak.exp: Likewise.
17324 * gdb.base/pending.exp: Likewise.
17325 * gdb.base/sepdebug.exp: Likewise.
17326 * gdb.base/unload.exp: Likewise.
17327 * gdb.cp/ovldbreak.exp: Likewise.
17328 * gdb.mi/mi-pending.exp: Likewise.
54e52265 17329
897b09ca
DE
173302008-02-07 Doug Evans <dje@google.com>
17331
17332 * gdb.cp/mb-inline.exp: New.
17333 * gdb.cp/mb-inline.h: New.
17334 * gdb.cp/mb-inline1.cc: New.
17335 * gdb.cp/mb-inline2.cc: New.
17336
b1c32d35
PM
173372008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17338
17339 * gdb.pascal/floats.pas: New test program.
17340 * gdb.pascal/floats.exp: New testcase.
17341
1a4ca44a
TJB
173422008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17343
17344 * gdb.base/callfuncs.c (t_float_many_args): New function.
17345 (t_double_many_args): New function.
17346 * gdb.base/callfuncs.exp: Add tests for exceeding float
17347 and double parameters passed through the stack.
17348
439048e8
JB
173492008-02-05 Joel Brobecker <brobecker@adacore.com>
17350
17351 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17352 gdb.ada/complete/foo.adb: New files.
17353 * gdb.ada/complete.exp: New testcase.
17354
81fe8080
DE
173552008-02-03 Doug Evans <dje@google.com>
17356
301f0ecf
DE
17357 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17358
81fe8080
DE
17359 * gdb.cp/gdb2384.exp: New file.
17360 * gdb.cp/gdb2384.cc: New file.
17361 * gdb.cp/gdb2384-base.h: New file.
17362 * gdb.cp/gdb2384-base.cc: New file.
17363
4b071aec
DE
173642008-02-02 Doug Evans <dje@google.com>
17365
17366 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17367
61137ba6
JB
173682007-02-01 Joel Brobecker <brobecker@adacore.com>
17369
17370 * gdb.ada/sym_print_name: New test program.
17371 * gdb.ada/sym_print_name.exp: New testcase.
17372
173732007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
17374
17375 * gdb.ada/nested/hello.adb: New file.
17376 * gdb.ada/nested.exp: New testcase.
17377 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17378
98deb0da
VP
173792008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17380
17381 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
17382 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17383 don't cause future evaluations of function to report
17384 creation of internal breakpoints.
98deb0da 17385
723a2275
VP
173862008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17387
17388 * gdb.mi/mi-break.exp (test_error): New.
17389 Call it.
17390
fb546a2f
LM
173912008-01-31 Luis Machado <luisgpm@br.ibm.com>
17392
17393 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17394 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17395
2d8fd90a
PM
173962008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17397
17398 * gdb.pascal/integers.pas: New test program.
17399 * gdb.pascal/integers.exp: New testcase.
17400
a7fa0ded
PM
174012008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17402
17403 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17404
5e1a1926
TJB
174052008-01-30 Luis Machado <luisgpm@br.ibm.com>
17406
17407 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17408 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17409
8d04f9f0
JB
174102008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17411
17412 * gdb.ada/formatted_ref: New test program.
17413 * gdb.ada/formatted_ref.exp: New testcase.
17414
17415 * gdb.cp/formatted-ref.cc: New file.
17416 * gdb.cp/formatted-ref.exp: New testcase.
17417
ce75a98f
JB
174182008-01-30 Joel Brobecker <brobecker@adacore.com>
17419
17420 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17421
e835f6bf
NR
174222008-01-30 Nick Roberts <nickrob@snap.net.nz>
17423
17424 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17425 (test_file_list_exec_source_file): Update to new macro-info field.
17426
d118ef87
PH
174272008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17428
17429 * gdb.ada/exprs: New test program.
17430 * gdb.ada/exprs.exp: New testcase.
17431
7d35ab09
TJB
174322008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17433
17434 * dfp-test.c (DELTA, DELTA_B): New definitions.
17435 (double_val1, double_val2, double_val3, double_val4, double_val5,
17436 double_val6, double_val7, double_val8, double_val9, double_val10,
17437 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17438 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17439 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17440 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17441 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17442 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17443 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17444 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17445 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17446 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17447 dec128_val16): New global variables.
17448 (decimal_dec128_align): New function.
17449 (decimal_mixed): Likewise.
17450 (decimal_many_args_dec32): Likewise.
17451 (decimal_many_args_dec64): Likewise.
17452 (decimal_many_args_dec128): Likewise.
17453 (decimal_many_args_mixed): Likewise.
17454 * dfp-test.exp: Add tests calling new inferior functions.
17455
2d717e4f
DJ
174562008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17457
17458 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17459 gdb.server/ext-run.exp: New files.
17460 * lib/gdbserver-support.exp (gdbserver_download): New.
17461 (gdbserver_start): New. Update gdbserver expected
17462 output.
17463 (gdbserver_spawn): Use them.
17464 (gdbserver_start_extended): New.
17465
e85a822c
DJ
174662008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17467
17468 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17469 Run on GNU/Linux.
17470 (do_exec_tests): Check for systems which do not support catchpoints.
17471 Do not match START.
17472 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17473 Run on GNU/Linux. Enable verbose output.
17474 (check_fork_catchpoints): New.
17475 (explicit_fork_child_follow, catch_fork_child_follow)
17476 (tcatch_fork_parent_follow): Update expected messages.
17477 (do_fork_tests): Use check_fork_catchpoints.
17478 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17479 Run on GNU/Linux. Enable verbose output.
17480 (check_vfork_catchpoints): New.
17481 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17482 expected messages.
17483 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17484
401ea829
JB
174852008-01-29 Jim Blandy <jimb@red-bean.com>
17486
17487 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17488 host' errors.
17489 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17490
aceaf3ad
JB
174912008-01-29 Jim Blandy <jimb@red-bean.com>
17492
17493 * gdb.threads/sigthread.c: Use barriers to ensure that
17494 child_thread and child_thread_two are always initialized before we
17495 start to use them.
17496
a5606eee
VP
174972008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17498
17499 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17500 * gdb.base/watchpoint-solib.c: New.
17501 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17502
c55a82bb
PM
175032008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17504
17505 * gdb.base/gdb1056.exp: Add unsigned integer test.
17506
0993fe05
DE
175072008-01-28 Doug Evans <dje@google.com>
17508
17509 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17510
4fe42e7f
JB
175112008-01-27 Jim Blandy <jimb@codesourcery.com>
17512
c7a69933
JB
17513 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17514
4fe42e7f
JB
17515 * gdb.base/expand-psymtabs.exp: Doc fix.
17516
5def8285
MK
175172008-01-26 Mark Kettenis <kettenis@gnu.org>
17518
17519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17520
5313c911
NR
175212008-01-24 Nick Roberts <nickrob@snap.net.nz>
17522
a9c64011 17523 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17524 -var-set-format.
17525
93815fbf
VP
175262008-01-23 Chris Demetriou <cgd@google.com>
17527
17528 * gdb.threads/thread_events.c: New testcase source file.
17529 * gdb.threads/thread_events.exp: New testcase expect file.
17530
467a88ee
NR
175312008-01-23 Nick Roberts <nickrob@snap.net.nz>
17532
17533 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17534
17535 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17536 -var-set-format.
17537
d8f82aba
DJ
175382008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17539 Vladimir Prus <vladimir@codesourcery.com>
17540
17541 * gdb.base/float.exp: Allow missing floating point for m68k and
17542 PowerPC.
17543
60c46647
VP
175442008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17545
17546 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17547 ignore count.
17548 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17549 * gdb.mi/mi-cli.exp: Adjust.
17550 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17551
c7dd36a1
PA
175522008-01-17 Pedro Alves <pedro@codesourcery.com>
17553
17554 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17555 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17556 with dummy_ptr's address.
17557 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17558 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17559 all targets.
17560 * gdb.mi/mi2-var-child.exp: Likewise.
17561
39d5313e
JB
175622008-01-09 Joel Brobecker <brobecker@adacore.com>
17563
17564 * gdb.ada/null_array: New test program.
17565 * gdb.ada/null_array.exp: New testcase.
17566
0aea4bf3
LM
175672008-01-09 Luis Machado <luisgpm@br.ibm.com>
17568
17569 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17570 with required float modifiers.
17571
0b354900
JB
175722008-01-08 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.ada/funcall_param: New test program.
17575 * gdb.ada/funcall_param.exp: New testcase.
17576
cdb7f5d4
JB
175772008-01-08 Joel Brobecker <brobecker@adacore.com>
17578
17579 * gdb.ada/arrayparam: New test program.
17580 * gdb.ada/arrayparam.exp: New testcase.
17581
88e2547f
JB
175822008-01-08 Joel Brobecker <brobecker@adacore.com>
17583
17584 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17585 landed. Should also fix random failures in the test following it.
17586
f6867ce0
TJB
175872008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17588
17589 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17590 for expressions with decimal float values.
17591 (test_dfp_conversions): New function to test casts to and from
17592 decimal float types.
17593 Call test_dfp_conversions.
17594 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17595 elements.
17596 (main): Initialize ds.float4 and ds.double8 elements.
17597 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17598 string to new error message.
17599 (d64_set_tests): Likewise.
17600 (d128_set_tests): Likewise.
17601 Add tests for expressions with decimal float variables. Add tests for
17602 conversions to and from decimal float types.
17603
f9c11282
JB
176042008-01-05 Joel Brobecker <brobecker@adacore.com>
17605
17606 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17607 * gdb.ada/packed_tagged.exp: New testcase.
17608
0ecbca72
JB
176092008-01-04 Joel Brobecker <brobecker@adacore.com>
17610
17611 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17612 gdb.ada/homonym/homonym_main.adb: New files.
17613 * gdb.ada/homonym.exp: New testcase.
17614
c18d3d89
JB
176152008-01-04 Joel Brobecker <brobecker@adacore.com>
17616
17617 * gdb.ada/packed_array.exp: Add testing of references to
17618 a packed array.
17619
ecc7085b
JB
176202008-01-04 Joel Brobecker <brobecker@adacore.com>
17621
17622 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17623 New files.
17624 * gdb.ada/type_coercion.exp: New testcase.
17625
c474c922
JB
176262008-01-04 Joel Brobecker <brobecker@adacore.com>
17627
17628 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17629 gdb.ada/tagged/foo.adb: New file.
17630 * gdb.ada/tagged.exp: New testcase.
17631
9005b927
JB
176322008-01-04 Joel Brobecker <brobecker@adacore.com>
17633
17634 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17635 gdb.ada/ptype_field/foo.adb: New files.
17636 * gdb.ada/ptype_field.exp: New testcase.
17637
1a6aaad8
JB
176382008-01-03 Joel Brobecker <brobecker@adacore.com>
17639
17640 * gdb.ada/print_pc.exp: New testcase.
17641
0ef22f53
JB
176422008-01-03 Joel Brobecker <brobecker@adacore.com>
17643
17644 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17645 gdb.ada/taft_type/p.adb: New files.
17646 * gdb.ada/taft_type.exp: New testcase.
17647
1689ecf8
JB
176482008-01-03 Joel Brobecker <brobecker@adacore.com>
17649
17650 * gdb.ada/array_bounds/bar.adb: New file.
17651 * gdb.ada/array_bounds.exp: New testcase.
17652
a4d0b9c3
JB
176532008-01-03 Joel Brobecker <brobecker@adacore.com>
17654
17655 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17656 gdb.ada/arrayptr/foo.adb: New files.
17657 * gdb.ada/arrayptr.exp: New testcase.
17658
a31ace00
JB
176592008-01-03 Joel Brobecker <brobecker@adacore.com>
17660
17661 * gdb.base/set-lang-auto.exp: New testcase.
17662
a97fced3
JB
176632008-01-03 Joel Brobecker <brobecker@adacore.com>
17664
17665 * gdb.ada/fun_addr/foo.adb: New file.
17666 * gdb.ada/fun_addr.exp: New testcase.
17667
ef29ce1a
JK
176682008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17671 New files
17672
0fafefe3
JB
176732008-01-02 Joel Brobecker <brobecker@adacore.com>
17674
17675 * array_subscript_addr/p.adb: New file.
a9c64011 17676 * array_subscript_addr.exp: New testcase.
0fafefe3 17677
c4359f8d
JB
176782008-01-02 Joel Brobecker <brobecker@adacore.com>
17679
a9c64011 17680 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17681 New files.
17682 * gdb.ada/str_cmp_ref.exp: New testcase.
17683
1aa1b15b
JB
176842008-01-01 Joel Brobecker <brobecker@adacore.com>
17685
17686 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17687 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17688 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17689
81c9b2cf
JB
176902008-01-01 Joel Brobecker <brobecker@adacore.com>
17691
17692 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17693 gdb.ada/ref_param/pck.ads: New files.
17694 * gdb.ada/ref_param.exp: New testcase.
17695
319e4674
JB
176962008-01-01 Joel Brobecker <brobecker@adacore.com>
17697
17698 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17699 gdb.ada/interface/foo.adb: New files.
17700 * gdb.ada/interface.exp: New testcase.
17701
ef682c56
JB
177022007-12-31 Jim Blandy <jimb@codesourcery.com>
17703
17704 * gdb.base/multi-forks.exp: Consume all output from child
17705 processes before proceeding to next test.
17706
f6f3eb6c
JB
177072007-12-29 Jim Blandy <jimb@codesourcery.com>
17708
17709 * configure: Regenerated.
17710
f652e42f
JB
177112007-12-27 Joel Brobecker <brobecker@adacore.com>
17712
17713 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17714 gdb.ada/fixed_cmp/fixed.adb: New files.
17715 * gdb.ada/fixed_cmp.exp: New testcase.
17716
6943e596
JB
177172007-12-27 Joel Brobecker <brobecker@adacore.com>
17718
17719 * gdb.ada/boolean_expr.exp: New testcase.
17720
aad9a193
JB
177212007-12-26 Jim Blandy <jimb@codesourcery.com>
17722
17723 * gdb.base/multi-forks.exp: Doc fix.
17724
fb5f3683
JB
177252007-12-26 Joel Brobecker <brobecker@adacore.com>
17726
17727 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17728 * gdb.ada/char_param.exp: Do not compile our test program with
17729 -gnata, this is unnecessary.
17730 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17731
384e4a9c
JB
177322007-12-24 Joel Brobecker <brobecker@adacore.com>
17733
17734 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17735 gdb.ada/print_chars/foo.adb: New files.
17736 * gdb.ada/print_chars.exp: New testcase.
17737
01e044f7
JB
177382007-12-24 Joel Brobecker <brobecker@adacore.com>
17739
17740 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17741 gdb.ada/char_param/foo.adb: New files.
17742 * gdb.ada/char_param.exp: New testcase.
17743
0ce17860
JB
177442007-12-22 Jim Blandy <jimb@codesourcery.com>
17745
17746 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17747 hard-coding source line numbers into the test.
17748 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17749 gdb_get_line_number to find.
17750
919809b9
JB
177512007-12-22 Joel Brobecker <brobecker@adacore.com>
17752
17753 * gdb.base/ptype.c (highest): New struct type.
17754 (the_highest): New variable of that type.
17755 (main): Add dummy assignment to a field of variable the_highest.
17756 * gdb.base/ptype.exp: Test type printing of our new variable.
17757
abc8a88d
PM
177582007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17759
17760 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17761 and record first explicitly generated thread number.
abc8a88d
PM
17762 Use that thread number for thread specific watchpoint test.
17763 Add iteration number to repetitive tests.
17764
5158f3e3
CES
177652007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17766 Jim Blandy <jimb@codesourcery.com>
17767
17768 * gdb.base/expand-psymtabs.c: New testcase
17769 source file.
17770 * gdb.base/expand-psymtabs.exp: New testcase
17771 expect file.
17772
37e4754d
LM
177732007-12-17 Luis Machado <luisgpm@br.ibm.com>
17774
17775 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17776 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17777
551e5d04
JB
177782007-12-17 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.ada/frame_args/foo.adb: New file.
17781 * gdb.ada/frame_args/pck.ads: New file.
17782 * gdb.ada/frame_args/pck.adb: New file.
17783 * gdb.ada/frame_args.exp: New testcase.
17784
a05ee097
JB
177852007-12-17 Joel Brobecker <brobecker@adacore.com>
17786
17787 * gdb.base/frame-args.c: New file.
17788 * gdb.base/frame-args.exp: New testcase.
17789
c162e8c9 177902007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17791 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17792
17793 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17794
afe8ab22 177952007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17796
afe8ab22
VP
17797 * gdb.mi/mi-pending.exp: New.
17798 * gdb.mi/mi-pending.c: New.
17799 * gdb.mi/mi-pendshr.c: New.
17800
dfdfb3ca
JB
178012007-12-06 Jim Blandy <jimb@codesourcery.com>
17802
17803 * gdb.base/default.exp: Update expected output for 'info catch'.
17804
b7fca990
JK
178052007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17806
17807 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17808 must be set to binary.
17809
6a1afc1e
PA
178102007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17811
17812 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17813
a6b151f1
DJ
178142007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17815
17816 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17817 gdb.mi/mi-file-transfer.exp: New.
17818
43039443
JK
178192007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17820
17821 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17822
0ef2251b
MR
178232007-11-22 Maciej W. Rozycki <macro@mips.com>
17824
17825 * gdb.trace/backtrace.exp: Fix a typo.
17826 * gdb.trace/circ.exp: Likewise.
17827 * gdb.trace/collection.exp: Likewise.
17828 * gdb.trace/limits.exp: Likewise.
17829 * gdb.trace/report.exp: Likewise.
17830 * gdb.trace/tfind.exp: Likewise.
17831 * gdb.trace/while-dyn.exp: Likewise.
17832
5443631e
NR
178332007-11-21 Nick Roberts <nickrob@snap.net.nz>
17834
17835 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17836 objects of pointers that can't be dereferenced are now
17837 "noneditable".
17838
a4ce5b0d
UW
178392007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17840
17841 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17842 (target_cpu): Remove.
17843
d6e956e5
VP
178442007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17845
17846 * gdb.base/ending-run.exp: Expect the list of cleared
17847 breakpoint to come in natural order, not the reversed one.
a9c64011 17848
214270ab
VP
178492007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17850
17851 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17852 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17853
1a619819
LM
178542007-11-05 Luis Machado <luisgpm@br.ibm.com>
17855
17856 * gdb.base/printcmds.exp: New function
17857 test_printf_with_dfp.
17858
5b01a6fa
DE
178592007-11-02 Doug Evans <dje@google.com>
17860
17861 * gdb.disasm/t01_mov.s: Remove carriage returns.
17862 * gdb.disasm/t02_mova.s: Ditto.
17863 * gdb.disasm/t03_add.s: Ditto.
17864 * gdb.disasm/t04_sub.s: Ditto.
17865 * gdb.disasm/t05_cmp.s: Ditto.
17866 * gdb.disasm/t06_ari2.s: Ditto.
17867 * gdb.disasm/t07_ari3.s: Ditto.
17868 * gdb.disasm/t08_or.s: Ditto.
17869 * gdb.disasm/t09_xor.s: Ditto.
17870 * gdb.disasm/t10_and.s: Ditto.
17871 * gdb.disasm/t11_logs.s: Ditto.
17872 * gdb.disasm/t12_bit.s: Ditto.
17873 * gdb.disasm/t13_otr.s: Ditto.
17874
ec33ab7f
JK
178752007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17876
17877 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17878
ae0d01ff
UW
178792007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17880
17881 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17882 provide DFP support.
17883
55eddb0f
DJ
178842007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17885
17886 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17887 Test "set powerpc vector-abi". Skip auto-detection tests for old
17888 toolchains.
17889
7020f05c
PA
178902007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17891
17892 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17893 with [string compare].
17894
84bc3db9
PA
178952007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17896
17897 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17898 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17899
5876dc88
LM
179002007-10-25 Luis Machado <luisgpm@br.ibm.com>
17901
17902 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17903 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17904 * gdb.opt/Makefile.in: New makefile.
17905 * Makefile.in: Create new directory "gdb.opt".
17906 * configure.ac: Add "gdb.opt" directory.
17907 * configure: Regenerated.
a9c64011 17908
c3ea9a14
DE
179092007-10-25 Doug Evans <dje@google.com>
17910
17911 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17912 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17913
a9c64011 179142007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17915 Thiago Jung Bauermann <bauerman@br.ibm.com>
17916
17917 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17918 Floating Point expressions.
17919 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17920 Floating Point variables.
17921 * gdb.base/dfp-test.c: new file containing program with Decimal
17922 Floating variables, used by gdb.base/dfp-test.exp.
17923
62a24a2b
DJ
179242007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17925
17926 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17927
e7b1eae6
UW
179282007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17929
17930 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17931 compiling test case with GCC.
17932 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17933
c641edcc
UW
179342007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17935
17936 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17937 format changes.
17938
5e5ebfe6
MS
179392007-10-18 Michael Snyder <msnyder@specifix.com>
17940
17941 * gdb.base/dbx.exp: Add missing "-re " operator.
17942
e831e7b6
GM
179432007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17944
17945 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17946 * configure.ac: Removed trailing spaces after backslash.
17947 * gdb.modula2: New directory.
17948 * gdb.modula2/Makefile.in: New file.
17949 * gdb.modula2/unbounded-array.exp: New file.
17950 * gdb.modula2/unbounded1.c: New file.
17951
7cc46491
DJ
179522007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17953
17954 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17955
179562007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17957
17958 * gdb.base/sigstep.c (main): Add checks for
17959 return values for setitimer call.
17960 Call setitimer again with itimer = ITIMER_REAL
17961 if first call to setitimer fails.
17962
e91528f0
KH
179632007-10-11 Kazu Hirata <kazu@codesourcery.com>
17964
17965 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17966 of $timeout.
17967
2ec9a4f8
DJ
179682007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17969
17970 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17971
179722007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17973
17974 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17975 of gdb_expect call, to avoid interruption.
17976
64b2fa04
PA
179772007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17978
17979 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17980 (v_unsigned_long_long, v_long_long_array)
17981 (v_signed_long_long_array, v_unsigned_long_long_array)
17982 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17983 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17984 [!NO_LONG_LONG]: New.
17985 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17986 v_long_long_member.
17987
17988 (v_long_long_func, v_signed_long_long_func)
17989 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17990 (main) [!NO_LONG_LONG]: Initialize long long variants.
17991
17992 * gdb.base/whatis.exp: If board file requests no_long_long, build
17993 test with NO_LONG_LONG defined. Test long long, signed long long,
17994 and unsigned long long variants but only if board file doesn't
17995 disable it.
17996
a912286e 179972007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17998 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17999
18000 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18001 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18002 * configure: Regenerated.
18003 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18004 gdb.pascal/types.exp, lib/pascal.exp: New files.
18005
471ba8c9
DJ
180062007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18007
18008 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18009 call.
18010 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18011 to return to the call.
18012 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18013 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18014 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18015 * gdb.mi/mi-until.exp (test_until): Likewise.
18016 * gdb.mi/mi2-until.exp (test_until): Likewise.
18017
fef8a650
DJ
180182007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18019
18020 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18021 two-char array.
18022 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18023
d983da9c
DJ
180242007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18025
18026 * gdb.threads/watchthreads.c (thread_function): Sleep between
18027 iterations.
18028 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18029 at once for S/390. Generate matching fails and passes.
18030
17f62551
VP
180312007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18032
18033 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18034 the 'struct_declarations' variable to zeros.
a9c64011 18035
ed0616c6
VP
180362007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18037
18038 * gdb.cp/mb-ctor.cc: New.
18039 * gdb.cp/mb-ctor.exp: New.
18040 * gdb.cp/mb-templates.cc: New.
18041 * gdb.cp/mb-templates.exp: New.
18042
41f1b697
DJ
180432007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18044
18045 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18046
3f213f78
PA
180472007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18048
18049 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18050 targets.
18051 * configure: Regenerate.
18052
0d381245 180532007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18054
0d381245
VP
18055 * gdb.base/annota1.exp: Adjust for 'info break'
18056 format changes.
18057 * gdb.base/annota3.exp: Likewise.
18058 * gdb.base/break.exp: Likewise.
18059 * gdb.base/condbreak.exp: Likewise.
18060 * gdb.base/pending.exp: Likewise.
18061 * gdb.base/sepdebug.exp: Likewise.
18062 * gdb.base/unload.exp: Likewise.
18063 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18064
fe3f5fa8
VP
180652007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18066
18067 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18068 messages.
18069 * gdb.base/chng-syms.exp: Likewise.
18070 * gdb.base/unload.exp: Likewise.
a9c64011 18071
a75cf6c0
DJ
180722007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18073
18074 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18075
18ecae38
DJ
180762007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18077
18078 * schedlock.c (NUM): Change to 1.
18079 (main): Use args[0] for the main thread.
18080 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18081 regardless of the number of threads.
18082
5509918f
MR
180832007-09-14 Maciej W. Rozycki <macro@mips.com>
18084
4a543daf
MR
18085 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18086 type down.
18087 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18088 test.
18089 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18090 watchpoint type down.
18091 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18092 test.
18093
180942007-09-14 Maciej W. Rozycki <macro@mips.com>
18095
5509918f
MR
18096 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18097 Move all the tests here and run them twice, once using software
18098 watchpoints and once using hardware watchpoints.
18099 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18100
40b53987
DJ
181012007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18102
18103 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18104 test.
18105
695e2681
MK
181062007-09-10 Mark Kettenis <kettenis@gnu.org>
18107
8b3fc8d8
MK
18108 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18109 build-id.
18110
695e2681
MK
18111 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18112 know about $ORIGIN. Calculate output dir from $dest instead of
18113 using ${objdir}/{$subdir}.
18114
58d69f29
MK
181152007-09-09 Mark Kettenis <kettenis@gnu.org>
18116
18117 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18118 gcore, before continuing with the test.
18119
3e347599
DJ
181202007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18121
18122 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18123 * gdb.mi/mi-watch.exp: Likewise.
18124
ea37ba09
DJ
181252007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18126 Jim Blandy <jimb@codesourcery.com>
18127
18128 * gdb.arch/i386-sse.exp: Do not expect character constants.
18129 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18130 * gdb.base/display.exp: Allow print/s.
18131 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18132 and unsigned char array changes.
18133
2025a643
DJ
181342007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18135
18136 * gdb.base/display.exp: Add tests for printf %p.
18137
26669a27
PA
181382007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18139
18140 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18141 the dll name to unicode.
18142
c8f021f8
JK
181432007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18144
18145 * gdb.base/default.exp (show version): Update the version text.
18146 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18147
4cf31eea
JK
181482007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18149
18150 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18151 New files.
18152
4935890f
JK
181532007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18154
18155 * lib/gdb.exp (build_id_debug_filename_get): New function.
18156 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18157 Remove the generate DEBUG file for the future testcase runs.
18158 New testcase for the NT_GNU_BUILD_ID retrieval.
18159 Move the final testing step to ...
18160 (test_different_dir): ... a new function.
18161 New parameter XFAIL to XFAIL all the tests performed.
18162 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18163 New parameter TYPE to PF_PREFIX all the tests performed.
18164
02142340
VP
181652007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18166
18167 * gdb.mi/mi-var-cp.cc (path_expression): New
18168 function.
18169 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18170
36acd84e
UW
181712007-08-27 Markus Deuling <deuling@de.ibm.com>
18172
18173 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18174 to fit into SPU Local Store memory.
18175
a896d121
JB
181762007-08-23 Joel Brobecker <brobecker@adacore.com>
18177
18178 * gdb.base/default.exp: Adjust the expected output of "info
18179 warranty" after the switch to GPLv3.
18180
7b433602
JB
181812007-08-23 Joel Brobecker <brobecker@adacore.com>
18182
18183 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18184 to 30000 (from 20000).
18185
e22f8b7c
JB
181862007-08-23 Joel Brobecker <brobecker@adacore.com>
18187
18188 Switch the license of all .exp files to GPLv3.
18189 Switch the license of all .f and .f90 files to GPLv3.
18190 Switch the license of all .s and .S files to GPLv3.
18191
5a0e3bd0
JB
181922007-08-23 Joel Brobecker <brobecker@adacore.com>
18193
18194 * configure.ac: Switch license to GPLv3.
18195
cc00619d
JB
181962007-08-23 Joel Brobecker <brobecker@adacore.com>
18197
18198 Switch the licensing to GPLv3 for all .ads and .adb files.
18199
8d26208a
DJ
182002007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18201
18202 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18203 and t_int_double.
18204 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18205
4fcb9948
JB
182062007-08-17 Joel Brobecker <brobecker@adacore.com>
18207
18208 * gdb.base/step-line.c: Switch license to GPL version 3, and
18209 update copyright year.
18210 * gdb.base/step-line.inp: Likewise.
18211
b9c34f67
JB
182122007-08-17 Joel Brobecker <brobecker@adacore.com>
18213
18214 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18215 changes inside gdb1555.c.
18216 * gdb.base/pending.exp: Likewise.
18217
2cc17678
DJ
182182007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18219
18220 * config/default.exp: New file.
18221
e48883f7
DJ
182222007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18223
18224 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18225 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18226
1ab80e5b
MR
182272007-07-30 Maciej W. Rozycki <macro@mips.com>
18228
18229 * gdb.base/dump.exp: Force the correct endianness for binary
18230 formats not carrying this information.
18231
aba471f5
DJ
182322007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18233
18234 * gdb.threads/staticthreads.exp: Match .*sem_post.
18235
d4e07204
DJ
182362007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * gdb.base/readline.exp (operate_and_get_next): Match the final
18239 prompt.
18240
2b97317d
KB
182412007-07-23 Kevin Buettner <kevinb@redhat.com>
18242
18243 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18244 to restarting SID.
18245
44efa07a
KB
182462007-07-18 Kevin Buettner <kevinb@redhat.com>
18247
18248 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18249 prior to `gdb_start'.
18250
7b5ebade
KB
182512007-07-18 Kevin Buettner <kevinb@redhat.com>
18252
18253 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18254 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18255 Remove call to gdb_unload.
18256
255e7678
DJ
182572007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18258 Daniel Jacobowitz <dan@codesourcery.com>
18259
18260 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18261 for __WIN32__.
18262 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18263 * gdb.base/unload.exp: Use shared library test routines.
18264
3a40aaa0
UW
182652007-07-03 Markus Deuling <deuling@de.ibm.com>
18266
18267 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18268 * gdb.base/solib-symbol-lib.c: Likewise.
18269 * gdb.base/solib-symbol-main.c: Likewise.
18270
b0f4b84b
DJ
182712007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18272
18273 * config/gdbserver.exp (gdb_reconnect): New.
18274 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18275 gdb.base/solib-disc.exp: New files.
18276 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18277 remote debugging".
18278 (gdb_compile): Add shlib_load flag.
18279 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18280 port.
18281 (gdbserver_reconnect): New.
18282
1b05479a
DJ
182832007-07-01 Nick Roberts <nickrob@snap.net.nz>
18284 Daniel Jacobowitz <dan@codesourcery.com>
18285
18286 * gdb.base/annota3.exp: Test for if construct.
18287
86f78eb2
DJ
182882007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18289
18290 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18291
6a2eb474 182922007-06-21 Chris Dearman <chris@mips.com>
a9c64011 18293 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
18294
18295 * gdb.base/display.exp: Allow a newline after display/i.
18296 * gdb.base/pc-fp.exp: Likewise.
18297 * gdb.base/sigbpt.exp: Likewise.
18298
f8b73d13
DJ
182992007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18300
18301 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18302 required features to be included.
18303
4339e69e
DJ
183042007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18305
18306 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18307 in info threads output.
18308
23d964e7
UW
183092007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18310 Markus Deuling <deuling@de.ibm.com>
18311
18312 * gdb.arch/spu-info.exp: New testcase.
18313 * gdb.arch/spu-info.c: New file.
18314
fd20f75b
DJ
183152007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18316
18317 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18318 tpcs_offset. Restore lr after the call.
18319 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18320
2226f861
DJ
183212007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18322
18323 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18324 (gdbserver_run): Kill any running gdbserver.
18325 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18326
d12371a9
MR
183272007-05-17 Maciej W. Rozycki <macro@mips.com>
18328
18329 * gdb.base/sigbpt.exp: Preset segv_addr.
18330
93f02886
DJ
183312007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18332
18333 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18334 (gdb_compile_shlib): Likewise.
18335 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18336 (default_gdb_init): Clear cleanfiles.
18337 (gdb_finish): Delete recorded cleanfiles.
18338 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18339
18340 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18341 Do not use isnative.
18342 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18343 gdb.base/so-impl-ld.exp: Likewise.
18344 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18345 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18346 gdb_compile.
18347
b04e06d7
VP
183482007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18349
18350 * config/unknown.exp: Remove.
18351
069ed931
UW
183522007-05-15 Markus Deuling <deuling@de.ibm.com>
18353
18354 * gdb.base/info-proc.exp: Check is_remote.
18355
09db0d03
UW
183562007-05-14 Markus Deuling <deuling@de.ibm.com>
18357
18358 * gdb.base/gcore.exp: Initialize variable core_supported.
18359
af2cbe8c
DJ
183602007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18361
18362 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18363
027c0295
DJ
183642007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18365
18366 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18367 * gdb.threads/print-threads.exp (test_all_threads): Allow
18368 negative and hexadecimal thread IDs.
18369
dc5000e7
DJ
183702007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18371
18372 * gdb.java/jprint.java (public): Avoid invalid call to static
18373 method.
18374
2e74ed18
DP
183752007-05-14 Denis Pilat <denis.pilat@st.com>
18376
18377 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18378 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18379 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18380 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18381 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18382
83547f02
UW
183832007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18384
18385 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 18386 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
18387 this mode.
18388 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18389 * gdb.base/spu.ld: New file.
18390
b18be20d
DJ
183912007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18392
18393 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18394
be444858
DJ
183952007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18396
18397 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18398
b1d53152
DJ
183992007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18400
18401 * gdb.java/jmain.exp: Handle demangled names with and without method
18402 signatures.
18403
d084b331
DJ
184042007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18405
18406 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18407 (have_a_very_merry_interrupt): Remove calls to puts.
18408 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18409 inferior output.
18410 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18411 test names.
18412
db9d7fc5
DJ
184132007-04-29 Markus Deuling <deuling@de.ibm.com>
18414 Daniel Jacobowitz <dan@codesourcery.com>
18415
18416 * gdb.base/auxv.exp (core_works): Also check is_remote.
18417 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18418
ef783a7d 184192007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18420
ef783a7d
VP
18421 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18422 message, not the undefined 'module' variable.
18423 * gdb.base/siginfo.exp: Likewise.
18424 * gdb.base/sigstep.exp: Likewise.
18425 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18426 serialport.
18427 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18428
b7b73cae
CV
184292007-04-25 Corinna Vinschen <vinschen@redhat.com>
18430
18431 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18432 target sim fails. Return 0 otherwise.
18433 (gdb_load): Return prematurely if gdb_target_sim fails.
18434
7d90fdfa
DP
184352007-04-16 Denis Pilat <denis.pilat@st.com>
18436
18437 * gdb.base/setshow.exp: Reset height after having set it to 100.
18438
5d3e9c85
DP
184392007-04-16 Denis Pilat <denis.pilat@st.com>
18440
18441 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18442
18e75969
DP
184432007-04-16 Denis Pilat <denis.pilat@st.com>
18444
18445 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18446
25d5ea92
VP
184472007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18448
18449 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18450 tests. Run the frozen varobjs test.
18451 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 18452 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 18453
0b49cb80
JK
184542007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18455
18456 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18457 gdb.base/type-opaque.exp: New files.
18458
a73bafbc 184592007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
18460
18461 * gdb.mi/mi-var-child.c
a73bafbc
VP
18462 (do_children_tests): User char[2] instead of
18463 char so that automatic printing of pointers to char
18464 don't give unpredicable result.
18465 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18466 local variables.
18467 * gdb.mi/mi-var-child.exp: Step to right line
18468 of do_children_tests.
18469 * gdb.mi/mi2-var-child.exp: Likewise.
18470 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 18471 do_locals_tests.
a73bafbc
VP
18472 (do_children_tests): User char[2] instead of
18473 char so that automatic printing of pointers to char
a9c64011 18474 don't give unpredicable result.
a73bafbc 18475 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18476 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
18477 Pass test name to mi_wait_for_stop.
18478
7ce59000
DJ
184792007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18480
18481 * gdb.asm/asm-source.exp: Remove d10v case.
18482 * lib/gdb.exp (skip_cplus_tests): Likewise.
18483 * gdb.asm/d10v.inc: Deleted.
18484
20389057
DJ
184852007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18486
18487 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18488
8807d78b
DJ
184892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18490
18491 * config/netware.exp: Delete file.
18492
aa3edb8e
JB
184932007-03-29 Joel Brobecker <brobecker@adacore.com>
18494
18495 * gdb.dwarf2/dw2-noloc.S: New file.
18496 * gdb.dwarf2/dw2-noloc.exp: New file.
18497
297561ac
PA
184982007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18499
18500 * gdb.cp/method2.cc: New test.
18501 * gdb.cp/method2.exp: New test.
18502 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18503
1f81bd39
DJ
185042007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18505
18506 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18507
9453113a
DJ
185082007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18509
18510 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18511
b741e217
DJ
185122007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18513
18514 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18515 (gdb_load): Delete, replace with...
18516 (gdb_reload): ...this.
18517 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18518 * gdb.server/server-mon.exp: Likewise.
18519 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18520 (gdb_start_cmd): New.
18521 (gdb_file_cmd): Save the last loaded file.
18522 (gdb_reload): New.
18523 (gdb_gnu_strip_debug): Use transform.
18524 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18525 support here. Use new $last_loaded_file. Check mtime.
18526 (gdb_target_cmd): Handle ObjC failure case.
18527 (infer_host_exec): Delete.
18528 (gdbserver_load): Rename to...
18529 (gdbserver_run): ...this. Simplify.
18530 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18531 (mi_gdb_load): Move most contents to a new function...
18532 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18533 (mi_run_cmd): Use mi_gdb_target_load.
18534 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18535 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18536 Use gdb_run_cmd.
18537 * gdb.base/charsign.exp: Remove incorrect comment.
18538 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18539 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18540 gdb.base/start.exp: Use gdb_start_cmd.
18541
446ab585 185422007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18543 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18544
18545 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18546 * gdb.base/signull.exp: Similarly.
18547
bbb88ebf
UW
185482007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18549
18550 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18551 messages available to test cases (like chng-sym.exp).
18552
cb8c4a99
AS
185532007-03-14 Andreas Schwab <schwab@suse.de>
18554
18555 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18556 format changes.
18557
4e463ff5
DJ
185582007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18559
18560 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18561 (optimized_1): New.
18562 (main): Call optimized_1.
18563 (gdb2029): Correct typos. Call gdb2029_marker.
18564 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18565 for gdb2029.
18566
b6db2c47
MK
185672007-03-12 Mark Kettenis <kettenis@gnu.org>
18568
18569 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18570 as tabs. Remove redundant test pattern.
18571
70ed3737
UW
185722007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18573
18574 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18575 for /a format output.
18576
47b67b60
DJ
185772007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18578
18579 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18580 collect output incrementally.
18581
b8953b0e
UW
185822007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18583
18584 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18585 for -var-create lpcharacter test.
18586 * gdb.mi/mi2-var-cmd.exp: Likewise.
18587
7acd5c40
UW
185882007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18589
18590 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18591 pass on targets where address zero is readable.
18592
9c6759c1
UW
185932007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18594
18595 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18596 just a single architecture.
18597
a2f1aeb4
UW
185982007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18599
18600 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18601 (fetch_all_registers): New function, uses gdb_test_multiple and
18602 exp_continue to fetch inferior output line-by-line.
18603 Replace all uses of do_get_all_registers by fetch_all_registers.
18604
46579ac2
UW
186052007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18606
18607 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18608 in target_info.
18609
fc133f24
MS
186102007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18611
a9c64011 18612 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18613 consistancy; add a default (timeout) case.
18614
7646a51d
MS
186152007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18616
18617 * gdb.base/watchpoint.exp: Fix truncated comment.
18618
dcfff61f
MS
186192007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18620
18621 * Makefile.in: Remove spurious single-quotes from sed command.
18622
664e3ee9
DJ
186232007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18624
18625 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18626 func.
18627 * gdb.mi/mi2-var-cmd.exp: Likewise.
18628
d7cc6f2f
JB
186292007-02-27 Joel Brobecker <brobecker@adacore.com>
18630
a9c64011
AS
18631 * gdb.dwarf2/dw2-producer.S: New file.
18632 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18633
186342007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18635
18636 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18637 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18638 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18639 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18640 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18641 Revert tests to use mi_gdb_test and include value field in output
18642 of -var-create.
18643
93d42b30
DJ
186442007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18645
18646 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18647
c499ed39
DJ
186482007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18649
18650 * gdb.base/maint.exp: Remove full paths from test names.
18651 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18652 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18653
9836f81b
JB
186542007-02-27 Joel Brobecker <brobecker@adacore.com>
18655
18656 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18657
c74d0ad8
DJ
186582007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18659
18660 * gdb.server/server-mon.exp: New test.
18661
2711e456
DJ
186622007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18663
18664 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18665
ff6f572f
DJ
186662007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18667
18668 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18669 register capitalization.
18670
fada3feb
DP
186712007-02-13 Denis Pilat <denis.pilat@st.com>
18672
18673 * gdb.mi/mi-var-invalidate.exp: New file.
18674
fb1e4ffc
DJ
186752007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18676
18677 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18678
3da939d7
DJ
186792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18680
18681 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18682
123dc839
DJ
186832007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18684
18685 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18686 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18687
877e3645 186882007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18689
18690 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18691 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18692 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18693 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18694 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18695 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18696 Update tests to include value field in output of -var-create.
a9c64011 18697
3c0a2960
AS
186982007-02-08 Andreas Schwab <schwab@suse.de>
18699
18700 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18701
108546a0
DJ
187022007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18703
18704 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18705 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18706
d701dcab
DP
187072007-02-02 Denis Pilat <denis.pilat@st.com>
18708
18709 * gdb.threads/threadapply.exp: check that frame is not changed by
18710 the thread apply all command.
18711
783e3e2f
AS
187122007-01-31 Andreas Schwab <schwab@suse.de>
18713
6d9c3a87
AS
18714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18715
3c50d7b9
AS
18716 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18717 in the dwarf sections.
18718 * gdb.dwarf2/mac-fileno.S: Likewise.
18719
783e3e2f
AS
18720 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18721 bspstore register on ia64.
18722
78ff580e
AS
187232007-01-29 Andreas Schwab <schwab@suse.de>
18724
cc8e9b12
AS
18725 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18726 "frame-begin" annotation.
18727
78ff580e
AS
18728 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18729 number of "frames-invalid" annotations.
18730
704a4f78
DJ
187312007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18732
18733 * gdb.base/commands.exp: Call if_commands_test.
18734 (gdb_test_no_prompt, if_commands_test): New.
18735
e741bf94
MK
187362007-01-28 Mark Kettenis <kettenis@gnu.org>
18737
18738 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18739
474d0ad3
AS
187402007-01-27 Andreas Schwab <schwab@suse.de>
18741
18742 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18743 .short/.int/.quad in the dwarf sections.
18744 * gdb.dwarf2/dw2-intercu.S: Likewise.
18745 * gdb.dwarf2/dw2-intermix.S: Likewise.
18746
e784b426
JK
187472007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18748
18749 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18750 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18751 array.
e784b426
JK
18752 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18753 * gdb.base/setvar.exp: Likewise.
18754
37f08e04
AS
187552007-01-26 Andreas Schwab <schwab@suse.de>
18756
9a01813a
AS
18757 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18758 test.
18759
37f08e04
AS
18760 * gdb.base/multi-forks.exp ("restart $i"): Also match
18761 __kernel_syscall_via_break.
18762
6e2a9270
VP
187632007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18764
18765 * lib/mi-support.exp (mi_delete_varobj): New.
18766 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18767 testcase.
18768 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18769 (main): Call the above.
18770 (reference_update_test, base_in_reference_test)
18771 (reference_to_pointer): Delete the created varobjs.
a9c64011 18772
e515b470
DJ
187732007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18774
18775 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18776 * configure: Regenerated.
18777 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18778 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18779 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18780 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18781 * lib/gdb.exp (gdb_skip_xml_test): New function.
18782
08d8bcd7
DJ
187832007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18784
18785 * gdb.base/sigrepeat.exp: Correct error message.
18786
187872007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18788 Daniel Jacobowitz <dan@codesourcery.com>
18789
18790 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18791 gdb.arch/i386-gnu-cfi-asm.S: New files.
18792
97c3f1f3
JK
187932007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18794
18795 * lib/gdb.exp: Abort on missing `site.exp'.
18796
cb1df416
DJ
187972007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18798 Daniel Jacobowitz <dan@codesourcery.com>
18799
18800 * gdb.base/included.c, gdb.base/included.exp,
18801 gdb.base/included.h: New files.
18802
35990120
DJ
188032007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18804
18805 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18806 (maximize_rlimit): Reduce limits on 64-bit systems.
18807
6e81a116 188082007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18809
18810 From Marcus Deuling <deuling@de.ibm.com>:
18811 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18812 every case.
18813
6c3c41f3
NR
188142007-01-13 Nick Roberts <nickrob@snap.net.nz>
18815
18816 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18817 (test_path_specification): Use objdir instead of srcdir to always
18818 get an absolute filename.
18819
2f12c312
DJ
188202007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18821
18822 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18823
81121995
VP
188242007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18825
18826 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18827 Make sure the variable we're using is in scope.
18828 (reference_to_pointer): Likewise.
18829
4741b737
DJ
188302007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18831
18832 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18833 has no debug information.
18834
054410c3
DJ
188352007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18836
18837 * gdb.base/annota1.exp: Remove extra send_gdb.
18838
818f79f6
DJ
188392007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18840
18841 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18842
f7a6bb70
DJ
188432007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18844
18845 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18846
57e66780
DJ
188472007-01-08 Nick Roberts <nickrob@snap.net.nz>
18848 Daniel Jacobowitz <dan@codesourcery.com>
18849
18850 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18851 lcharacter or linteger change. Correct duplicated test name.
18852 * gdb.mi/mi2-var-cmd.exp: Likewise.
18853
3d799a95
DJ
188542007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18855
18856 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18857
188582007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18859
a9c64011
AS
18860 * gdb.base/nofield.c: New file.
18861 * gdb.base/nofield.exp: New testcase.
51679ba9 18862
eafb94e8
NR
188632007-01-05 Nick Roberts <nickrob@snap.net.nz>
18864
18865 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18866
18867 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18868 test.
18869
5e572bb4
DJ
188702007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18871
18872 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18873
74a44383
DJ
188742007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18875
18876 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18877 when continuing.
18878
1b572db9
DJ
188792007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18880
18881 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18882 Expect ".exe" extension.
18883
381bc39b
DJ
188842007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18885
18886 * gdb.base/charset.exp: Add explicit filename to break.
18887 * gdb.base/dbx.exp: Add explicit filename to breaks.
18888
2b70e4c6
DJ
188892007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18890
18891 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18892 * gdb.mi/mi2-file.exp: Likewise.
18893
303b6f5d
DJ
188942007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18895
18896 Implement specification of MI tests as comments
18897 in C and C++ sources.
18898 * lib/mi-support.exp (mi_autotest_data): New variable.
18899 (mi_autotest_source): New variable.
18900 (count_newlines, mi_prepare_inline_tests)
18901 (mi_get_inline_test, mi_continue_to_line)
18902 (mi_run_inline_test, mi_tbreak)
18903 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18904 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18905 Run inline tests.
18906 * gdb.mi/mi-var-cp.cc: Define tests here.
18907
23da0d94
VP
189082007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18909
18910 Simplify usage of mi_continue_to.
18911 * lib/mi-support.exp (mi_runto_helper): Renamed
18912 from mi_runto, added new parameter 'run_or_continue'.
18913 (mi_runto): Use mi_runto_helper.
18914 (mi_continue_to): Accept just function name as parameter.
18915 Use mi_runto_helper.
18916 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18917 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18918
f9e18282
JB
189192006-01-04 Joel Brobecker <brobecker@adacore.com>
18920
18921 Make this testcase a bit more realistic. The current code
18922 is too simplistic, and allows the compiler to optimize out
18923 some of the entities we need for this testcase.
18924 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18925 (Do_Nothing): Add extra parameter.
18926 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18927 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18928 by using a variable of type Void_Star.
18929
fd678c65
JB
189302006-01-04 Joel Brobecker <brobecker@adacore.com>
18931
18932 * gdb.ada/catch_ex/foo.adb: New file.
18933 * gdb.ada/catch_ex.exp: New testcase.
18934
05cfdb42
DJ
189352007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18936
18937 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18938 pass --image-base to linker.
18939
2e03ee74
DJ
189402007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18941 Daniel Jacobowitz <dan@codesourcery.com>
18942
18943 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18944 secondary prompts.
18945
0d5de010
DJ
189462007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18947
18948 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18949 output. Test the types of members and member pointers.
18950 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18951 gdb/2092.
18952 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18953 statement. Enable for GCC. Update expected output for some tests
18954 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18955 layout.
18956 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18957 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18958 (Diamond::vget_base): New.
18959 (main): Add new tests.
18960 * gdb.cp/printmethod.exp: Update expected output for member functions.
18961 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18962 print pEe->D::vg().
18963
61a771aa
DJ
189642007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18965
18966 * gdb.threads/tls.exp: Allow stops in sem_post.
18967
2fa63963
DJ
189682006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18969
18970 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18971 * gdb.base/annota3.exp: Likewise.
18972 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18973 again (instead of timing out).
18974 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18975 GCC bug 26475.
18976 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18977 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18978 test from jmisc1.exp.
18979 * gdb.java/jmisc1.exp: Delete.
18980 * gdb.java/jprint.exp: Adjust to work with method signatures including
18981 return types.
18982 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18983 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18984 * lib/java.exp (compile_java_from_source): Pass the correct type
18985 to target_compile.
18986
5eefc2b7
JB
189872006-12-31 Joel Brobecker <brobecker@adacore.com>
18988
18989 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18990 (stack_align_edx): New function.
18991 (stack_align_eax): New function.
18992 (main): Add calls to stack_align_edx and stack_align_eax.
18993 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18994 Add testing for the cases where the register used during a stack
18995 realignment is edx. Same for eax.
18996
227c54da
DJ
189972006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18998
18999 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19000 and generic PE targets.
19001
cab8ac94
JB
190022006-12-29 Joel Brobecker <brobecker@adacore.com>
19003
19004 * gdb.ada/array_return.exp: Update copyright date list.
19005
ba54f318
JB
190062006-12-27 Joel Brobecker <brobecker@adacore.com>
19007
19008 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19009 (Create_Small_Float_Vector): New function.
19010 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19011 function body.
19012 * gdb.ada/array_return/p.adb: Use new type and function from
19013 package Pck.
19014 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19015 able to print the value returned by a function returning an
19016 array of float.
19017
6b7a35dd
JB
190182006-12-20 Joel Brobecker <brobecker@adacore.com>
19019
19020 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19021 The associated tests should be PASSing.
19022
038224f6
VP
190232006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19024
19025 Test for base in references.
19026 * gdb.mi/mi-var-cp.cc: Add test code.
19027 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19028 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19029 * gdb.mi/mi2-watch.exp: Likewise.
19030 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19031 (mi_list_varobj_children): New function.
19032
b26ed50d
VP
190332006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19034
19035 * lib/mi-support.exp
19036 (mi_runto): Accept "()" after function name.
19037 (mi_create_varobj): New function.
19038 (mi_varobj_update): New function.
19039 (mi_Check_varobj_value): New function.
19040 * gdb.mi/mi-var-cp.exp: New file.
19041 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19042
08232497
DJ
190432006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19044
19045 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19046 gdb.base/weaklib2.c: New files.
19047
d394c993 190482006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19049
ac6c2fba
NS
19050 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19051 info. Adjust test names.
19052
8ec659a0 19053 * gdb.base/break.c (main): Move position of malloc.
d394c993 19054 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19055
acd65feb
VP
190562006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19057
19058 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19059 assignement of arrays and function pointers.
19060 * gdb.mi/var-cmd.c: Add declaration necessary for above
19061 tests.
19062
f556d5e5
NS
190632006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19064
19065 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19066
19067 * gdb.threads/linux-dp.exp: Read thread table before and after
19068 creating each philosopher and verify it.
19069
697bc68d
NS
190702006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19071 Paul Brook <paul@codesourcery.com>
19072 Daniel Jacobowitz <dan@codesourcery.com>
19073
19074 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19075 main to remove duplication. Add start function of the form
697bc68d
NS
19076 '_*start[1-9]*'. Add RVDS start function.
19077
29d73ae4
DJ
190782006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19079
19080 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19081
c1d88655
UW
190822006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19083
19084 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19085 * gdb.asm/spu.inc: New file.
19086 * gdb.base/term.exp: Disable if [target_info exists noargs].
19087 * gdb.gdb/complaints.exp: Disable if ![isnative].
19088 * gdb.gdb/selftest.exp: Likewise.
19089 * gdb.gdb/observer.exp: Likewise.
19090 * gdb.gdb/xfullpath.exp: Likewise.
19091 * gdb.base/attach.exp: Disable on SPU target.
19092 * gdb.cp/bs145503.exp: Likewise.
19093 * gdb.cp/exception.exp: Likewise.
19094 * gdb.cp/userdef.exp: Likewise.
19095
32a13b1a
DJ
190962006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19097
19098 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19099
d8295fe9
VP
191002006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19101
19102 * gdb.base/completion.exp: Fix completion tests for
19103 'info' and 'info '.
19104 * gdb.base/help.exp (help_test_raw, test_class_help)
19105 (test_prefix_command_help): Move...
19106 * lib/gdb.exp: Here.
19107 * gdb.base/main.exp: Adjust.
19108 * gdb.cp/maint.exp: Adjust.
19109 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19110
8c394015
VP
191112006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19112
19113 * gdb.stabs/weird.exp (print_weird_var): Use
19114 gdb_test_multiple instead of gdb_expect.
19115
027fc1bc
VP
191162006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19117
19118 * gdb.base/help.exp (help_test_raw): New.
19119 (test_class_help): New.
19120 (test_prefix_command_help): New.
19121 Adjust testcases.
19122
67609209
FR
191232006-11-09 Christophe Lyon <christophe.lyon@st.com>
19124
19125 * gdb.base/constvars.c (main): Write to crass and crips, so that
19126 they are allocated by the compiler.
19127
f73adfeb
AS
191282006-10-27 Andreas Schwab <schwab@suse.de>
19129
19130 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19131 "detach-fork".
19132
2f83a18e
DJ
191332006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19134
19135 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19136 of patterns.
19137
94277a38
DJ
191382006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19139
19140 * gdb.base/sepdebug.exp: Remove debug format test.
19141 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19142 Handle no-symtab.
19143 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19144
5bd2f6e2
DJ
191452006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19146
19147 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19148 int to pointer or pointer to int.
19149 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19150
8c008720
DJ
191512006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19152
19153 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19154
9e35dae4
DJ
191552006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19156
19157 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19158
d9639e13
DJ
191592006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19160
19161 PR c++/2116
19162 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19163
390a1bd0
JB
191642006-10-06 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19167 the corresponding bug has been fixed in GDB (PR/2018).
19168
dd920c33
JB
191692006-10-06 Joel Brobecker <brobecker@adacore.com>
19170
19171 * gdb.base/subst.exp: New testcase.
19172
53bbefe9
JB
191732006-10-06 Joel Brobecker <brobecker@adacore.com>
19174
19175 * gdb.ada/array_return/pck.ads: Add copyright notice.
19176 * gdb.ada/array_return/pck.adb: Likewise.
19177 * gdb.ada/array_return/p.adb: Likewise.
19178 * gdb.ada/exec_changed/first.adb: Likewise.
19179 * gdb.ada/exec_changed/second.adb: Likewise.
19180
09851417
JB
191812006-10-06 Joel Brobecker <brobecker@adacore.com>
19182
19183 * gdb.ada/watch_arg/watch.adb: New file.
19184 * gdb.ada/watch_arg.exp: New testcase.
19185
041bf30d
VP
191862006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19187
19188 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19189 via string_to_regexp.
041bf30d 19190 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19191
f286fbdd 191922006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19193
19194 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19195 Remove unused / obsolete files.
19196
7c07f349
NR
191972006-09-19 Nick Roberts <nickrob@snap.net.nz>
19198
19199 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19200
cd5ff84a
VP
192012006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19202
19203 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19204 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19205 the number of frames.
cd5ff84a 19206
ae018d1a
DJ
192072006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19208
19209 * gdb.base/args.c (main): Add breakpoint marker.
19210 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19211 really test empty arguments.
19212 (args_load): Delete.
19213 (args_test): New.
19214
b399c549
NR
192152006-09-13 Nick Roberts <nickrob@snap.net.nz>
19216
19217 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19218 check for one file.
b399c549 19219
2ab1eb7a
VP
192202006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19221
19222 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19223 HIGH_FRAME argument to -stack-list-locals can be larger than
19224 the number of frames.
a9c64011 19225
476308bf
FF
192262006-08-18 Fred Fish <fnf@specifix.com>
19227
19228 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19229 '$' in front of skip_vmx_tests_saved when setting that.
19230
8625200f
AS
192312006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19232
19233 * gdb.base/trace-commands.exp: New file.
19234
089ec8f1
DJ
192352006-08-10 Joel Brobecker <brobecker@adacore.com>
19236 Daniel Jacobowitz <dan@codesourcery.com>
19237
19238 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19239 expected output of the backtrace commands.
19240
b60f0898
JB
192412006-08-09 Joel Brobecker <brobecker@adacore.com>
19242
19243 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19244 untested followed by return combination.
19245 * gdb.arch/altivec-regs.exp: Likewise.
19246 * gdb.arch/e500-abi.exp: Likewise.
19247 * gdb.arch/e500-regs.exp: Likewise.
19248 * gdb.arch/gdb1291.exp: Likewise.
19249 * gdb.arch/gdb1431.exp: Likewise.
19250 * gdb.arch/gdb1558.exp: Likewise.
19251 * gdb.arch/i386-prologue.exp: Likewise.
19252 * gdb.arch/i386-unwind.exp: Likewise.
19253 * gdb.asm/asm-source.exp: Likewise.
19254 * gdb.base/a2-run.exp: Likewise.
19255 * gdb.base/advance.exp: Likewise.
19256 * gdb.base/all-bin.exp: Likewise.
19257 * gdb.base/annota1.exp: Likewise.
19258 * gdb.base/annota3.exp: Likewise.
19259 * gdb.base/args.exp: Likewise.
19260 * gdb.base/arithmet.exp: Likewise.
19261 * gdb.base/assign.exp: Likewise.
19262 * gdb.base/async.exp: Likewise.
19263 * gdb.base/attach.exp: Likewise.
19264 * gdb.base/bang.exp: Likewise.
19265 * gdb.base/bigcore.exp: Likewise.
19266 * gdb.base/bitfields.exp: Likewise.
19267 * gdb.base/bitfields2.exp: Likewise.
19268 * gdb.base/break.exp: Likewise.
19269 * gdb.base/call-sc.exp: Likewise.
19270 * gdb.base/call-strs.exp: Likewise.
19271 * gdb.base/callfuncs.exp: Likewise.
19272 * gdb.base/checkpoint.exp: Likewise.
19273 * gdb.base/chng-syms.exp: Likewise.
19274 * gdb.base/code-expr.exp: Likewise.
19275 * gdb.base/commands.exp: Likewise.
19276 * gdb.base/completion.exp: Likewise.
19277 * gdb.base/cond-expr.exp: Likewise.
19278 * gdb.base/condbreak.exp: Likewise.
19279 * gdb.base/consecutive.exp: Likewise.
19280 * gdb.base/constvars.exp: Likewise.
19281 * gdb.base/corefile.exp: Likewise.
19282 * gdb.base/cvexpr.exp: Likewise.
19283 * gdb.base/dbx.exp: Likewise.
19284 * gdb.base/define.exp: Likewise.
19285 * gdb.base/detach.exp: Likewise.
19286 * gdb.base/display.exp: Likewise.
19287 * gdb.base/dump.exp: Likewise.
19288 * gdb.base/ena-dis-br.exp: Likewise.
19289 * gdb.base/ending-run.exp: Likewise.
19290 * gdb.base/environ.exp: Likewise.
19291 * gdb.base/eval-skip.exp: Likewise.
19292 * gdb.base/exprs.exp: Likewise.
19293 * gdb.base/fileio.exp: Likewise.
19294 * gdb.base/finish.exp: Likewise.
19295 * gdb.base/float.exp: Likewise.
19296 * gdb.base/foll-exec.exp: Likewise.
19297 * gdb.base/foll-fork.exp: Likewise.
19298 * gdb.base/foll-vfork.exp: Likewise.
19299 * gdb.base/freebpcmd.exp: Likewise.
19300 * gdb.base/funcargs.exp: Likewise.
19301 * gdb.base/gcore.exp: Likewise.
19302 * gdb.base/gdb1090.exp: Likewise.
19303 * gdb.base/gdb1250.exp: Likewise.
19304 * gdb.base/huge.exp: Likewise.
19305 * gdb.base/info-proc.exp: Likewise.
19306 * gdb.base/interrupt.exp: Likewise.
19307 * gdb.base/jump.exp: Likewise.
19308 * gdb.base/langs.exp: Likewise.
19309 * gdb.base/lineinc.exp: Likewise.
19310 * gdb.base/list.exp: Likewise.
19311 * gdb.base/logical.exp: Likewise.
19312 * gdb.base/long_long.exp: Likewise.
19313 * gdb.base/macscp.exp: Likewise.
19314 * gdb.base/maint.exp: Likewise.
19315 * gdb.base/mips_pro.exp: Likewise.
19316 * gdb.base/miscexprs.exp: Likewise.
19317 * gdb.base/multi-forks.exp: Likewise.
19318 * gdb.base/opaque.exp: Likewise.
19319 * gdb.base/overlays.exp: Likewise.
19320 * gdb.base/pc-fp.exp: Likewise.
19321 * gdb.base/pointers.exp: Likewise.
19322 * gdb.base/printcmds.exp: Likewise.
19323 * gdb.base/psymtab.exp: Likewise.
19324 * gdb.base/ptype.exp: Likewise.
19325 * gdb.base/recurse.exp: Likewise.
19326 * gdb.base/relational.exp: Likewise.
19327 * gdb.base/relocate.exp: Likewise.
19328 * gdb.base/remote.exp: Likewise.
19329 * gdb.base/reread.exp: Likewise.
19330 * gdb.base/restore.exp: Likewise.
19331 * gdb.base/return.exp: Likewise.
19332 * gdb.base/return2.exp: Likewise.
19333 * gdb.base/scope.exp: Likewise.
19334 * gdb.base/sect-cmd.exp: Likewise.
19335 * gdb.base/sep.exp: Likewise.
19336 * gdb.base/sepdebug.exp: Likewise.
19337 * gdb.base/setshow.exp: Likewise.
19338 * gdb.base/setvar.exp: Likewise.
19339 * gdb.base/sigall.exp: Likewise.
19340 * gdb.base/sigbpt.exp: Likewise.
19341 * gdb.base/signals.exp: Likewise.
19342 * gdb.base/signull.exp: Likewise.
19343 * gdb.base/sizeof.exp: Likewise.
19344 * gdb.base/solib.exp: Likewise.
19345 * gdb.base/step-line.exp: Likewise.
19346 * gdb.base/step-test.exp: Likewise.
19347 * gdb.base/structs.exp: Likewise.
19348 * gdb.base/structs2.exp: Likewise.
19349 * gdb.base/term.exp: Likewise.
19350 * gdb.base/twice.exp: Likewise.
19351 * gdb.base/until.exp: Likewise.
19352 * gdb.base/varargs.exp: Likewise.
19353 * gdb.base/volatile.exp: Likewise.
19354 * gdb.base/watchpoint.exp: Likewise.
19355 * gdb.base/whatis-exp.exp: Likewise.
19356 * gdb.base/whatis.exp: Likewise.
19357 * gdb.cp/ambiguous.exp: Likewise.
19358 * gdb.cp/annota2.exp: Likewise.
19359 * gdb.cp/annota3.exp: Likewise.
19360 * gdb.cp/bool.exp: Likewise.
19361 * gdb.cp/breakpoint.exp: Likewise.
19362 * gdb.cp/casts.exp: Likewise.
19363 * gdb.cp/class2.exp: Likewise.
19364 * gdb.cp/classes.exp: Likewise.
19365 * gdb.cp/cplusfuncs.exp: Likewise.
19366 * gdb.cp/ctti.exp: Likewise.
19367 * gdb.cp/derivation.exp: Likewise.
19368 * gdb.cp/exception.exp: Likewise.
19369 * gdb.cp/gdb1355.exp: Likewise.
19370 * gdb.cp/hang.exp: Likewise.
19371 * gdb.cp/inherit.exp: Likewise.
19372 * gdb.cp/local.exp: Likewise.
19373 * gdb.cp/m-data.exp: Likewise.
19374 * gdb.cp/m-static.exp: Likewise.
19375 * gdb.cp/member-ptr.exp: Likewise.
19376 * gdb.cp/method.exp: Likewise.
19377 * gdb.cp/misc.exp: Likewise.
19378 * gdb.cp/namespace.exp: Likewise.
19379 * gdb.cp/overload.exp: Likewise.
19380 * gdb.cp/ovldbreak.exp: Likewise.
19381 * gdb.cp/pr-1023.exp: Likewise.
19382 * gdb.cp/pr-1210.exp: Likewise.
19383 * gdb.cp/pr-574.exp: Likewise.
19384 * gdb.cp/printmethod.exp: Likewise.
19385 * gdb.cp/psmang.exp: Likewise.
19386 * gdb.cp/ref-params.exp: Likewise.
19387 * gdb.cp/ref-types.exp: Likewise.
19388 * gdb.cp/rtti.exp: Likewise.
19389 * gdb.cp/templates.exp: Likewise.
19390 * gdb.cp/try_catch.exp: Likewise.
19391 * gdb.cp/userdef.exp: Likewise.
19392 * gdb.cp/virtfunc.exp: Likewise.
19393 * gdb.disasm/am33.exp: Likewise.
19394 * gdb.disasm/h8300s.exp: Likewise.
19395 * gdb.disasm/mn10300.exp: Likewise.
19396 * gdb.disasm/sh3.exp: Likewise.
19397 * gdb.disasm/t01_mov.exp: Likewise.
19398 * gdb.disasm/t02_mova.exp: Likewise.
19399 * gdb.disasm/t03_add.exp: Likewise.
19400 * gdb.disasm/t04_sub.exp: Likewise.
19401 * gdb.disasm/t05_cmp.exp: Likewise.
19402 * gdb.disasm/t06_ari2.exp: Likewise.
19403 * gdb.disasm/t07_ari3.exp: Likewise.
19404 * gdb.disasm/t08_or.exp: Likewise.
19405 * gdb.disasm/t09_xor.exp: Likewise.
19406 * gdb.disasm/t10_and.exp: Likewise.
19407 * gdb.disasm/t11_logs.exp: Likewise.
19408 * gdb.disasm/t12_bit.exp: Likewise.
19409 * gdb.disasm/t13_otr.exp: Likewise.
19410 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19411 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19412 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19413 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19414 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19415 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19416 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19417 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19418 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19419 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19420 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19421 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19422 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19423 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19424 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19425 * gdb.mi/gdb701.exp: Likewise.
19426 * gdb.mi/gdb792.exp: Likewise.
19427 * gdb.mi/mi-basics.exp: Likewise.
19428 * gdb.mi/mi-break.exp: Likewise.
19429 * gdb.mi/mi-cli.exp: Likewise.
19430 * gdb.mi/mi-console.exp: Likewise.
19431 * gdb.mi/mi-disassemble.exp: Likewise.
19432 * gdb.mi/mi-eval.exp: Likewise.
19433 * gdb.mi/mi-file.exp: Likewise.
19434 * gdb.mi/mi-read-memory.exp: Likewise.
19435 * gdb.mi/mi-regs.exp: Likewise.
19436 * gdb.mi/mi-return.exp: Likewise.
19437 * gdb.mi/mi-simplerun.exp: Likewise.
19438 * gdb.mi/mi-stack.exp: Likewise.
19439 * gdb.mi/mi-stepi.exp: Likewise.
19440 * gdb.mi/mi-syn-frame.exp: Likewise.
19441 * gdb.mi/mi-until.exp: Likewise.
19442 * gdb.mi/mi-var-block.exp: Likewise.
19443 * gdb.mi/mi-var-child.exp: Likewise.
19444 * gdb.mi/mi-var-cmd.exp: Likewise.
19445 * gdb.mi/mi-var-display.exp: Likewise.
19446 * gdb.mi/mi-watch.exp: Likewise.
19447 * gdb.mi/mi2-basics.exp: Likewise.
19448 * gdb.mi/mi2-break.exp: Likewise.
19449 * gdb.mi/mi2-cli.exp: Likewise.
19450 * gdb.mi/mi2-console.exp: Likewise.
19451 * gdb.mi/mi2-disassemble.exp: Likewise.
19452 * gdb.mi/mi2-eval.exp: Likewise.
19453 * gdb.mi/mi2-file.exp: Likewise.
19454 * gdb.mi/mi2-read-memory.exp: Likewise.
19455 * gdb.mi/mi2-regs.exp: Likewise.
19456 * gdb.mi/mi2-return.exp: Likewise.
19457 * gdb.mi/mi2-simplerun.exp: Likewise.
19458 * gdb.mi/mi2-stack.exp: Likewise.
19459 * gdb.mi/mi2-stepi.exp: Likewise.
19460 * gdb.mi/mi2-syn-frame.exp: Likewise.
19461 * gdb.mi/mi2-until.exp: Likewise.
19462 * gdb.mi/mi2-var-block.exp: Likewise.
19463 * gdb.mi/mi2-var-child.exp: Likewise.
19464 * gdb.mi/mi2-var-cmd.exp: Likewise.
19465 * gdb.mi/mi2-var-display.exp: Likewise.
19466 * gdb.mi/mi2-watch.exp: Likewise.
19467 * gdb.stabs/exclfwd.exp: Likewise.
19468 * gdb.stabs/weird.exp: Likewise.
19469 * gdb.threads/gcore-thread.exp: Likewise.
19470 * gdb.trace/actions.exp: Likewise.
19471 * gdb.trace/backtrace.exp: Likewise.
19472 * gdb.trace/circ.exp: Likewise.
19473 * gdb.trace/collection.exp: Likewise.
19474 * gdb.trace/deltrace.exp: Likewise.
19475 * gdb.trace/infotrace.exp: Likewise.
19476 * gdb.trace/limits.exp: Likewise.
19477 * gdb.trace/packetlen.exp: Likewise.
19478 * gdb.trace/passc-dyn.exp: Likewise.
19479 * gdb.trace/passcount.exp: Likewise.
19480 * gdb.trace/report.exp: Likewise.
19481 * gdb.trace/save-trace.exp: Likewise.
19482 * gdb.trace/tfind.exp: Likewise.
19483 * gdb.trace/tracecmd.exp: Likewise.
19484 * gdb.trace/while-dyn.exp: Likewise.
19485 * gdb.trace/while-stepping.exp: Likewise.
19486
f4b618d1
JB
194872006-08-08 Joel Brobecker <brobecker@adacore.com>
19488
19489 * gdb.base/step-bt.c: New file.
19490 * gdb.base/step-bt.exp: New testcase.
19491
3d00d119
DJ
194922006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19493
19494 * config/monitor.exp (gdb_load): Remove support for obsolete
19495 download-write-size.
19496 * gdb.base/remote.exp: Likewise. Update all callers of
19497 gdb_timed_load.
19498
017b5bd4
DJ
194992006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19500
19501 * cursal.exp: Pass binfile to gdb_load.
19502
837c599d
DJ
195032006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19504
19505 * gdb.base/cursal.exp: Add "" to gdb_load call.
19506
8dd4540b
MK
195072006-07-29 Mark Kettenis <kettenis@gnu.org>
19508
19509 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19510 NetBSD/ELF targets.
19511
ab5c9f60
DJ
195122006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19513
19514 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19515 operator*.
19516
4c42eaff
DJ
195172006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19518
19519 * gdb.base/completion.exp: Update for change in "file" behavior.
19520 * gdb.stabs/weird.exp: Likewise.
19521 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19522 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19523
0155cc76
NS
195242006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19525
19526 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19527 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19528
16026cd7
AS
195292006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19530
19531 * gdb.base/default.exp: Update source command error message.
19532 * gdb.base/help.exp: Update 'help source' message.
19533
16963cb6
DJ
195342006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19535
19536 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19537 test.
19538
6d7fd486
AS
195392006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19540
19541 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19542
29e8a844
DJ
195432006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19544
19545 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19546
6afcfa39
DJ
195472006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19548
19549 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19550
267a692b
MK
195512006-07-17 Mark Kettenis <kettenis@gnu.org>
19552
19553 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19554 *-*-openbsd* from targets for wich we expect ARM FPA floating
19555 point format.
19556
85d2fec4
NR
195572006-07-17 Nick Roberts <nickrob@snap.net.nz>
19558
19559 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19560
195612006-07-17 Mark Kettenis <kettenis@gnu.org>
19562
19563 * gdb.base/annota3.exp: Expect frame-begin annotation.
19564
85b4c6e8
JB
195652006-07-14 Joel Brobecker <brobecker@adacore.com>
19566
19567 * gdb.base/help.exp: Adjust "help unset" test to accept
19568 any list of unset commands.
19569
fb933624
DJ
195702006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19571 Daniel Jacobowitz <dan@codesourcery.com>
19572
19573 * gdb.cp/ref-params.exp: New test.
19574 * gdb.cp/ref-params.cc: New source file.
19575 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19576
1dff4b64
MK
195772006-07-08 Mark Kettenis <kettenis@gnu.org>
19578
19579 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19580 spaces/tabs in regular expressions since they might not be there.
19581
40d2e0e3
AS
195822006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19583
19584 * gdb.base/ifelse.exp: New file.
19585
f6c957d2
NS
195862006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19587
19588 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19589 line.
19590 * gdb.base/huge.exp: Loop over compilation to find a size that
19591 is acceptable.
19592 * gdb.base/remote.exp: Correct expected strings.
19593 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19594
b9c5a23d
DJ
195952006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19596
19597 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19598
9af2e58d
DJ
195992006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19600
19601 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19602 native.
19603
30930ca5
DJ
196042006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19605
19606 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19607 enable stabs testing.
19608
aa32fa1d
DJ
196092006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19610
bd4a4c80 19611 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19612 gdb_test_multiple does.
19613
321fef15
DJ
196142006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19615
19616 * Makefile.in (host_alias): Remove.
19617 (target_alias): Use @target_noncanonical@.
19618 (site.exp): Don't set host_alias.
19619 * aclocal.m4: Remove contents. Include acx.m4.
19620 * configure: Regenerated.
19621 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19622
e1c2defa
NS
196232006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19624
e63b55d1
NS
19625 * lib/gdb.exp (gdb_load_cmd): New.
19626
5600ea19
NS
19627 * gdb.base/fileio.c: Add system(NULL) test.
19628 * gdb.base/fileio.exp: Check it.
19629
e1c2defa
NS
19630 * gdb.base/break.c: Add 10a breakpoint at }
19631 * gdb.base/break.exp: Add test for breakpoint at }
19632 * gdb.cp/anon-union.cc: Add code at end of function.
19633 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19634 * gdb.mi/var-cmd.c: Add code at end of function.
19635 * gdb.mi/mi-var-display.exp: Adjust end of next.
19636 * gdb.mi/mi2-var-display.exp: Likewise.
19637 * gdb.base/fileio.c: Add stop function and insert calls at
19638 stopping places.
19639 * gdb.base/fileio.exp: Breakpoint stop function and remove
19640 explicit line number references.
19641
6c0112ec
JB
196422006-05-19 Joel Brobecker <brobecker@adacore.com>
19643
a9c64011
AS
19644 * gdb.base/del.exp (test_delete_alias): New function.
19645 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19646
154189a4
FF
196472006-05-18 Fred Fish <fnf@specifix.com>
19648
19649 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19650 required. Check for spurious output after program exits normally.
19651
582e64c2
FF
196522006-05-17 Fred Fish <fnf@specifix.com>
19653
19654 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19655 gdb_load, so it works in the simulator.
19656
8ef6493a
FF
196572006-05-11 Fred Fish <fnf@specifix.com>
19658
19659 * gdb.base/bang.exp: Ignore unexpected output between the
19660 "program exited normally" and the gdb prompt, as many other
19661 tests do.
19662
692b141c
MK
196632006-05-07 Mark Kettenis <kettenis@gnu.org>
19664
19665 * gdb.base/help.exp: Make "delete checkpoint" part option for
19666 "help d" and "help delete" tests.
19667
540b8a30
UW
196682006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19669
a9c64011 19670 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19671 expected output in some mi_gdb_test statements.
19672 * gdb.mi/mi2-basics.exp: Likewise.
19673
9b6462d9
JB
196742006-05-05 Joel Brobecker <brobecker@adacore.com>
19675
19676 * gdb.base/del.c: New file.
19677 * gdb.base/del.exp: New testcase.
19678
954de43b
DM
196792006-05-05 David S. Miller <davem@sunset.davemloft.net>
19680
19681 * gdb.base/break.exp: Do not assume a breakpoint on
19682 main will actually be in $srcfile when optimizing.
1303f75e
DM
19683 * gdb.base/savedregs.exp: Do not require that the dummy
19684 frame location match up to a symbol and source file location.
c3242428
DM
19685 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19686 will get printed without a mi_cmd_data_list_register_values prefix.
19687 (*-data-list-register-*): Correct regular expressions to expect the new
19688 pseudo d? floating point registers.
19689 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19690
c7e64c9a
DJ
196912006-05-05 Christophe Lyon <christophe.lyon@st.com>
19692
19693 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19694 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19695 is allocated by the compiler.
19696 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19697 anons, e, anone to force their allocation by the compiler.
19698
196992006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19700
19701 * gdb.base/help.exp: Update expected text for help d and
19702 help delete.
19703
27ce9a6d
MK
197042006-05-02 Mark Kettenis <kettenis@gnu.org>
19705
19706 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19707 NetBSD/ELF targets.
19708
8608915f
MK
197092006-04-30 Mark Kettenis <kettenis@gnu.org>
19710
19711 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19712 single-step breakpoint fails; make this a KFAIL on
19713 sparc*-*-openbsd*.
19714 * gdb.base/siginfo.exp: Likewise.
19715 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19716
b8db102d
MS
197172006-04-26 Michael Snyder <msnyder@redhat.com>
19718
19719 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19720 which may have to consume output from other forks.
19721 Add tests to make sure that "delete fork" succeeded.
19722
c702009a
MS
197232006-04-20 Michael Snyder <msnyder@redhat.com>
19724
19725 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19726 Add support for the Renesas M32C and M16C.
19727
19728 * gdb.asm/asm-source.exp: Add m32c target.
19729 * gdb.asm/m32c.inc: Support for m32c target.
19730
e28493f2
AS
197312006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19732
19733 * gdb.base/commands.exp (recursive_source_test): New test.
19734
880da185
DM
197352006-04-04 David S. Miller <davem@sunset.davemloft.net>
19736
19737 * gdb.base/float.exp: Add pattern for sparc targets.
19738
61d9b92f
DJ
197392006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19740
19741 * gdb.base/commands.exp (stray_arg0_test): New test.
19742
bd717df8
PB
197432006-03-30 Paul Brook <paul@codesourcery.com>
19744
19745 * gdb.mi/mi-until.exp: kfail broken until command.
19746 * gdb.mi/mi2-until.exp: Ditto.
19747
ec793d3c
NR
197482006-03-27 Nick Roberts <nickrob@snap.net.nz>
19749
19750 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19751
831004b7
AO
197522006-03-08 Alexandre Oliva <aoliva@redhat.com>
19753
19754 * gdb.base/prelink.exp: Anchor tested-for regular expression
19755 on gdb prompt.
19756
effe49a0
PB
197572006-03-07 Paul Brook <paul@codesourcery.com>
19758
19759 * gdb.base/assign.exp: Correct fail message.
19760
e5461016
PB
197612006-03-07 Paul Brook <paul@codesourcery.com>
19762
19763 * lib/compiler.c: Extract armcc version number.
19764 * lib/compiler.cc: Ditto.
19765
fc91c6c2
PB
197662006-03-07 Paul Brook <paul@codesourcery.com>
19767
19768 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19769 additional_flags=-w.
19770 * gdb.arch/altivec-regs.exp: Ditto.
19771 * gdb.arch/e500-abi.exp: Ditto.
19772 * gdb.arch/e500-regs.exp: Ditto.
19773 * gdb.base/all-bin.exp: Ditto.
19774 * gdb.base/annota1.exp: Ditto.
19775 * gdb.base/annota3.exp: Ditto.
19776 * gdb.base/args.exp: Ditto.
19777 * gdb.base/arithmet.exp: Ditto.
19778 * gdb.base/assign.exp: Ditto.
19779 * gdb.base/async.exp: Ditto.
19780 * gdb.base/bang.exp: Ditto.
19781 * gdb.base/break.exp: Ditto.
19782 * gdb.base/call-rt-st.exp: Ditto.
19783 * gdb.base/completion.exp: Ditto.
19784 * gdb.base/cond-expr.exp: Ditto.
19785 * gdb.base/condbreak.exp: Ditto.
19786 * gdb.base/consecutive.exp: Ditto.
19787 * gdb.base/define.exp: Ditto.
19788 * gdb.base/display.exp: Ditto.
19789 * gdb.base/ena-dis-br.exp: Ditto.
19790 * gdb.base/environ.exp: Ditto.
19791 * gdb.base/eval-skip.exp: Ditto.
19792 * gdb.base/info-proc.exp: Ditto.
19793 * gdb.base/jump.exp: Ditto.
19794 * gdb.base/logical.exp: Ditto.
19795 * gdb.base/long_long.exp: Ditto.
19796 * gdb.base/maint.exp: Ditto.
19797 * gdb.base/miscexprs.exp: Ditto.
19798 * gdb.base/pc-fp.exp: Ditto.
19799 * gdb.base/pointers.exp: Ditto.
19800 * gdb.base/relational.exp: Ditto.
19801 * gdb.base/reread.exp: Ditto.
19802 * gdb.base/sect-cmd.exp: Ditto.
19803 * gdb.base/sep.exp: Ditto.
19804 * gdb.base/sepdebug.exp: Ditto.
19805 * gdb.base/until.exp: Ditto.
19806 * gdb.base/whatis-exp.exp: Ditto.
19807 * gdb.cp/annota2.exp: Ditto.
19808 * gdb.cp/annota3.exp: Ditto.
19809 * gdb.trace/actions.exp: Ditto.
19810 * gdb.trace/backtrace.exp: Ditto.
19811 * gdb.trace/circ.exp: Ditto.
19812 * gdb.trace/collection.exp: Ditto.
19813 * gdb.trace/deltrace.exp: Ditto.
19814 * gdb.trace/infotrace.exp: Ditto.
19815 * gdb.trace/limits.exp: Ditto.
19816 * gdb.trace/packetlen.exp: Ditto.
19817 * gdb.trace/passc-dyn.exp: Ditto.
19818 * gdb.trace/passcount.exp: Ditto.
19819 * gdb.trace/report.exp: Ditto.
19820 * gdb.trace/save-trace.exp: Ditto.
19821 * gdb.trace/tfind.exp: Ditto.
19822 * gdb.trace/tracecmd.exp: Ditto.
19823 * gdb.trace/while-dyn.exp: Ditto.
19824 * gdb.trace/while-stepping.exp: Ditto.
19825 * lib/gdb.exp: Ditto.
19826 (gdb_compile): Handle nowarning option.
19827
5f4a23d9
AO
198282006-03-07 Alexandre Oliva <aoliva@redhat.com>
19829
19830 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19831 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19832 Rename executable to prelinkt. Don't re-prelink if we didn't
19833 get a core file. Test prelink -u exit status to tell whether
19834 prelinking failed. Use gdb_test_multiple.
19835
9733fc94
DJ
198362006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19837
19838 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19839 (do_tests): Call it.
19840
cc10cae3
AO
198412006-02-28 Alexandre Oliva <aoliva@redhat.com>
19842
19843 * gdb.base/prelink.exp: New test.
19844 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19845
15c46491
WZ
198462006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19847
19848 * gdb.fortran/derived-type.f90: New file.
19849 * gdb.fortran/derived-type.exp: New testcase.
19850
5c9f7ded
DJ
198512006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19852
19853 * gdb.base/default.exp: Allow ';' as a directory separator.
19854
5b96932b
AS
198552006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19856
19857 * gdb.base/help.exp (help add-symbol-file): Update.
19858
1986bccd
AS
198592006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19860
19861 * gdb.base/help.exp (help load): Update expected results.
19862
a8b7528f
FF
198632006-02-19 Fred Fish <fnf@specifix.com>
19864
19865 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19866 specifix hex value as part of results.
19867 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19868
f8261448
FF
198692006-02-16 Fred Fish <fnf@specifix.com>
19870
19871 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19872 ushort_addr, and slong_addr, so the typedefs are not optimized
19873 away.
19874 * gdb.base/whatis.exp: Add tests using type name for struct type,
19875 union type, enum type, and typedef.
a9c64011 19876
31d8bdd2
MK
198772006-02-13 Mark Kettenis <kettenis@gnu.org>
19878
19879 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19880
34e41e63
JB
198812006-02-13 Jim Blandy <jimb@redhat.com>
19882
19883 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19884 case where it takes two "next" commands to skip past the init
19885 call.
19886
ac6e4f31
FF
198872006-02-12 Fred Fish <fnf@specifix.com>
19888
19889 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19890 to handle cases where it takes two "next" commands to skip
19891 past the init call.
19892
2db2d571
JB
198932006-02-07 Joel Brobecker <brobecker@adacore.com>
19894
19895 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19896 on hppa32 targets.
19897
38fcd64c
DJ
198982006-02-06 Vladimir Prus <ghost@cs.msu.su>
19899
19900 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19901 field.
19902
1315ad46
MK
199032006-01-29 Mark Kettenis <kettenis@gnu.org>
19904
19905 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19906
5625b943
DJ
199072006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19908
19909 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19910 files.
19911
80df1bbe
DJ
199122006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19913
19914 * gdb.cp/maint.exp: Set complaints to a positive value.
19915
9078e690
DJ
199162006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19917
19918 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19919 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19920 function name.
19921
9c903399
DJ
199222006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19923
19924 * gdb.base/checkpoint.c: Update copyright notice. Include
19925 <stdlib.h>.
19926
761ae4d6
JB
199272006-01-04 Jim Blandy <jimb@redhat.com>
19928
19929 * gdb.asm/asm-source.exp: Independently provide default values for
19930 asm-flags and debug-flags. Use 'string equal' to do the
19931 comparison, not the implicit expr's '==' operator. Remove
19932 now-unneeded assignments to asm-flags. In h8300 case, place
19933 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19934
099ac3dd
MS
199352006-01-04 Michael Snyder <msnyder@redhat.com>
19936
19937 * gdb.base/checkpoint.c: New file.
19938 * gdb.base/checkpoint.exp: New file.
19939 * gdb.base/multi-fork.c: New file.
19940 * gdb.base/multi-fork.exp: New file.
19941 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19942
f4d85314
FF
199432006-01-04 Fred Fish <fnf@specifix.com>
19944
19945 * gdb.base/ptype.c (foo): Add typedef.
19946 (intfoo): Add function.
19947 * gdb.base/ptype1.c: New file.
19948 * gdb.base/ptype.exp: Handle compilation and linking with two
19949 source files. Test that proper type for "foo" is found based
19950 on source context rather than first match found in symtabs.
19951
a1b06f35
MK
199522005-12-28 Mark Kettenis <kettenis@gnu.org>
19953
19954 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19955 * gdb.asm/openbsd.inc: Indent commands.
19956
d082a1e2
MK
199572005-12-26 Mark Kettenis <kettenis@gnu.org>
19958
c65016bd
MK
19959 * gdb.base/freebpcmd.exp: Increase timeout.
19960
d082a1e2
MK
19961 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19962
d3c32a0e
DJ
199632005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19964
19965 * gdb.base/default.exp: Update check for "show version".
19966
9fdb1f50
RC
199672005-12-09 Randolph Chung <tausq@debian.org>
19968
19969 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19970 * gdb.asm/pa64.inc: New file.
19971
5f2c56f7
RC
199722005-12-09 Randolph Chung <tausq@debian.org>
19973
19974 * gdb.asm/common.inc: Indent commands.
19975 * gdb.asm/asmsrc1.s: Likewise.
19976 * gdb.asm/asmsrc2.s: Likewise.
19977
8117349c
RC
199782005-12-09 Randolph Chung <tausq@debian.org>
19979
19980 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19981 (get_addr_of_sym): Remove duplicate print.
19982 (gen_core): xfail hppa*-*-hpux*, update expected output.
19983 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19984 * gdb.arch/pa64-nullify.s: New file.
19985
8f07f25a
RC
199862005-12-09 Randolph Chung <tausq@debian.org>
19987
19988 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19989
55b39184
DJ
199902005-12-07 Christophe Lyon <christophe.lyon@st.com>
19991
19992 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19993 code generation for these functions.
19994 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19995 error message.
19996
31e2b00f
AS
199972005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19998
19999 * gdb.base/help.exp (help b, help br, help bre, help brea)
20000 (help break): Update the expected message.
20001
c3d0b56e
SC
200022005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20003
20004 * gdb.asm/m68hc11.inc: Setup the data section.
20005 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20006 script for this test.
20007 (m6812-*-*): Likewise.
20008
36ae0ea9
RC
200092005-11-09 Randolph Chung <tausq@debian.org>
20010
20011 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20012
9d6f42e9
WZ
200132005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20014
20015 * gdb.base/break.exp: Fix a comment typo.
20016
e2126a14
EZ
200172005-11-03 Jim Blandy <jimb@redhat.com>
20018
a9c64011
AS
20019 Checked in by Elena Zannoni <ezannoni@redhat.com>
20020
889bf7c5 20021 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20022
e0ac7199
CV
200232005-11-02 Corinna Vinschen <vinschen@redhat.com>
20024
20025 * gdb.arch/gdb1558.c: Include stdio.h.
20026
31d3fb18
MK
200272005-10-31 Mark Kettenis <kettenis@gnu.org>
20028
20029 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20030
e52b687c
MK
200312005-10-31 Mark Kettenis <kettenis@gnu.org>
20032
20033 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20034
f4711d79
PG
200352005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20036
a9c64011
AS
20037 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20038 vscr" tests to better match output.
f4711d79 20039
987a9106
JB
200402005-10-12 Jim Blandy <jimb@redhat.com>
20041
20042 * gdb.base/structs.exp (any): New function.
20043 (test_struct_returns): Don't make any assumptions at all about
20044 what value the function returns when GDB can't set the return
20045 value.
20046
2336bb58
JB
200472005-10-09 Joel Brobecker <brobecker@adacore.com>
20048
20049 * gdb.ada/arrayidx/p.adb: New file.
20050 * gdb.ada/arrayidx.exp: New testcase
20051
200522005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20053
20054 * gdb.ada/array_return/pck.ads: New file.
20055 * gdb.ada/array_return/pck.adb: New file.
20056 * gdb.ada/array_return/p.adb: New file.
20057 * gdb.ada/array_return.exp: New testcase.
20058
705335ea
JB
200592005-10-03 Joel Brobecker <brobecker@adacore.com>
20060
a9c64011
AS
20061 * gdb.base/arrayidx.c: New file.
20062 * gdb.base/arrayidx.exp: New testcase.
705335ea 20063
11ee9940
NR
200642005-09-29 Nick Roberts <nickrob@snap.net.nz>
20065
20066 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20067 frames-invalid and breakpoints-invalid are no longer generated
20068 with level 3 so don't expect them in the output.
20069
39fb8e9e
BR
200702005-09-27 Bob Rossi <bob@brasko.net>
20071
a9c64011 20072 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20073 from test. Escape the | in mi_gdb_test call.
20074 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20075 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20076 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20077 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20078 expected regex's in mi_gdb_test calls.
20079 * lib/mi-support.exp: Remove arbitrary .* from tests.
20080 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20081 Fully anchor GDB/MI expected results in mi_gdb_test.
20082 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20083 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20084
2af48f68
PB
200852005-09-26 Paul Brook <paul@codesourcery.com>
20086
20087 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20088
f34502bc
WZ
200892005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20090
20091 * bfp-test.c: New file.
20092 * bfp-test.exp: New testcase.
20093
ca929517
WZ
200942005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20095
20096 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20097 of subarray and substring variable.
20098 * gdb.fortran/subarray.f: New source file for the test of subarray
20099 and substring variable evaluation.
20100 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20101 of string constant.
20102
c761af65
DJ
201032005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20104
20105 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20106 copyright dates.
20107
561d7a1d
PG
201082005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20109
20110 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20111 powerpc altivec' test with an almost identical 'info vector' test.
20112
b2b64cc9
PG
201132005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20114
a9c64011
AS
20115 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20116 vscr" tests to match output.
b2b64cc9 20117
6ac4d15a
PG
201182005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20119
a9c64011
AS
20120 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20121 output.
6ac4d15a 20122
40e55bef
BR
201232005-09-11 Bob Rossi <bob@brasko.net>
20124
889bf7c5
PA
20125 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20126 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20127 commands that return an MI output command and an asyncronous MI output
20128 command.
40e55bef
BR
20129 * gdb.mi/mi-console.exp: Ditto.
20130
3c7385ec
BR
201312005-09-11 Bob Rossi <bob@brasko.net>
20132
20133 * gdb.mi/mi-var-child.c: Include <string.h>.
20134
a6cd0eb3
DJ
201352005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20136
20137 * killed.exp: Correct gdb_expect syntax.
20138
2f168eed
CV
201392005-08-09 Corinna Vinschen <vinschen@redhat.com>
20140
20141 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20142
ecd3fd0f
BR
201432005-08-02 Bob Rossi <bob@brasko.net>
20144
20145 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20146 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20147 Change tests to inferior-tty-set/show.
20148 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20149 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20150 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20151 inferior. Use mi_gdb_test to get GDB and Inferior output.
20152 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20153 descriptor.
20154 (mi_inferior_tty_name): Add inferior PTY file name.
20155 (mi_gdb_start): Add INFERIOR_PTY parameter.
20156 (mi_gdb_test): Add IPATTERN parameter.
20157
f1ea48cb 201582005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20159
f1ea48cb
BR
20160 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20161 parameter to mi_gdb_test.
20162 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20163
6e650a67
DJ
201642005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20165
20166 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20167 struct_declarations.
20168 * gdb.mi/mi-var-child.exp: Step over the initialization of
20169 struct_declarations.
20170
8be260b6
DJ
201712005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20172
20173 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20174 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20175 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20176 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20177 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20178 file.
20179
4e660f07
NR
201802005-07-27 Nick Roberts <nickrob@snap.net.nz>
20181
20182 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20183 (do_children_tests): Assign values to the extra elements.
20184
20185 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20186 them for tests for "-var-update --no-values" and
a9c64011 20187 "-var-update --all-values".
4e660f07
NR
20188 Add test for "-var-list-children --simple-values".
20189
20190 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20191
20192 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20193 "-stack-list-locals --simple-values" Improve doc strings and
20194 comments.
20195
6bdae935
MK
201962005-07-18 Mark Kettenis <kettenis@gnu.org>
20197
598b7a6f
MK
20198 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20199 *-*-openbsd*.
20200 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20201
6bdae935
MK
20202 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20203 sigaltsatck'.
20204
1323e929 202052005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20206
1323e929
BR
20207 * gdb.base/default.exp (tty): Changed output of command.
20208 * gdb.base/help.exp (help tty): Ditto.
20209
b1a9c082
MK
202102005-07-12 Mark Kettenis <kettenis@gnu.org>
20211
20212 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20213
10a844a2
MK
202142005-07-10 Mark Kettenis <kettenis@gnu.org>
20215
20216 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20217 -stack-select-frame without arguments.
20218 (test_stack_frame_listing): Add test for newly implemented command
20219 -stack-info-frame.
20220
3cb3b8df
BR
202212005-07-06 Bob Rossi <bob@brasko.net>
20222
20223 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20224 command.
20225 (Copyright): Update copyright.
20226
a0c5fbcf
WZ
202272005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20228
20229 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20230 tests to evaluate exponentiation expression.
20231
984971d0
AS
202322005-06-29 Andreas Schwab <schwab@suse.de>
20233
20234 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20235 main to avoid warnings.
20236
20237 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20238
fe03833f
NR
202392005-06-20 Nick Roberts <nickrob@snap.net.nz>
20240
20241 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20242 -stack-select-frame without arguments.
20243 (test_stack_frame_listing): Add test for newly implemented command
20244 -stack-info-frame.
a9c64011 20245
7a55f279
WZ
202462005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20247
0ffa0ea5
DJ
20248 * gdb.fortran/array-element.f: New file.
20249 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20250
26585198
DJ
202512005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20252
20253 * gdb.base/bigcore.exp: Correct checks for systems which can
20254 not dump a large core file.
20255
c1bd25fd
DJ
202562005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20257
20258 * gdb.base/relocate.c: Add a copyright notice.
20259 (dummy): Remove.
20260 * gdb.base/relocate.exp: Test printing the values of variables
20261 from a relocatable file.
20262
589e074d
DJ
202632005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20264
20265 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20266 excess MI output after an error.
20267
0915f927
JB
202682005-05-29 Joel Brobecker <brobecker@adacore.com>
20269
20270 * gdb.arch/alpha-step.c: New file.
20271 * gdb.arch/alpha-step.exp: New testcase.
20272
76ff342d
DJ
202732005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20274 Dennis Brueni <dennis@slickedit.com>
20275
20276 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20277 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20278 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20279 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20280 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20281 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20282 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20283
96b0c7ac
DJ
202842005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20285 Wu Zhou <woodzltc@cn.ibm.com>
20286
20287 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20288 IBM's xlc compiler.
20289 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20290 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20291
f21565d2
JB
202922005-05-13 Jim Blandy <jimb@redhat.com>
20293
20294 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20295 calling gdb_suppress_entire_file.
20296 * gdb.base/charset.exp: Same.
20297 * gdb.base/call-rt-st.exp: Same.
20298
6006a3a1
BR
202992005-05-05 Bob Rossi <bob_rossi@cox.net>
20300
20301 * lib/gdb.exp (fullname_syntax): Added global regex.
20302 (fullname_syntax_POSIX): Ditto.
20303 (fullname_syntax_UNC): Ditto.
20304 (fullname_syntax_DOS_CASE): Ditto.
20305 (fullname_syntax_DOS): Ditto.
20306 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20307 fullname_syntax variable to scope and use it.
20308 (test_file_list_exec_source_files): Ditto.
20309 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20310
c3b69c04
DJ
203112005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20312
20313 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20314
3c95e6af
PG
203152004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20316
a9c64011
AS
20317 * lib/gdb.exp (skip_altivec_tests): New function, based on
20318 check_vmx_hw_available from the GCC testsuite.
20319 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20320 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 20321
78df6c56
JB
203222005-05-02 Jim Blandy <jimb@redhat.com>
20323
20324 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20325 calling gdb_suppress_entire_file.
20326
1690f9cf
DJ
203272005-04-30 Randolph Chung <tausq@debian.org>
20328
20329 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20330 Slightly relax "sem_post" name checking.
20331
5ea106f7
PG
203322005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20333
20334 * gdb.base/unload.exp: Use new shared library infrastructure.
20335
bf7234cf
PG
203362005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20337
20338 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 20339 infrastructure.
bf7234cf 20340
547b869a
CV
203412005-04-29 Corinna Vinschen <vinschen@redhat.com>
20342
20343 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20344 * gdb.asm/h8300.inc: New file.
20345
f07e55f0
PG
203462005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20347
20348 * gdb.base/shlib-call.exp: Change to use new shared library
20349 infrastructure.
20350
3cbba3d1
PG
203512005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20352
a9c64011
AS
20353 * gdb.base/pending.exp: Change to use new shared library
20354 infrastructure.
3cbba3d1 20355
ed6df200
PG
203562005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20357
a9c64011
AS
20358 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20359 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 20360
8c8f4ebe
PG
203612005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20362
a9c64011
AS
20363 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20364 shared objects being adjusted and update copyright years.
8c8f4ebe 20365
607fbc54
DJ
203662005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20367
20368 * ChangeLog: Correct some 2003-01-13 dates.
20369 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20370 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20371 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20372 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20373 gdb.trace/tfind.exp: Update copyright years.
20374
57bf0e56
DJ
203752005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20376 Daniel Jacobowitz <dan@codesourcery.com>
20377
20378 * lib/gdb.exp (gdb_compile): Handle shlib=.
20379 (gdb_compile_shlib): New function.
20380
9b593790
PG
203812005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20382
a9c64011 20383 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 20384
9494c6a5
DJ
203852005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20386
20387 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20388 gdb.server.
20389 * configure.ac: Likewise.
20390 * configure: Regenerated.
20391 * gdb.gdbserver/Makefile.in: Moved to...
20392 * gdb.server/Makefile.in: ... here.
20393 * gdb.gdbserver/server.c: Moved to...
20394 * gdb.server/server.c: ... here.
20395 * gdb.gdbserver/server-run.exp: Moved to...
20396 * gdb.server/server-run.exp: ... here.
20397
6f8eac0e
DJ
203982005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20399
20400 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20401 * configure.ac: Create gdb.gdbserver/Makefile.
20402 * configure: Regenerated.
20403 * lib/gdbserver-support.exp: New file, derived from
20404 config/gdbserver.exp.
20405 * config/gdbserver.exp: Use gdbserver-support.exp.
20406 * gdb.gdbserver/Makefile.in: New file.
20407 * gdb.gdbserver/server.c: New file.
20408 * gdb.gdbserver/server-run.exp: New file.
20409
6e87504d
PG
204102005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20411
a9c64011
AS
20412 * lib/gdb.exp (test_compiler_info): Return compiler_info
20413 if no arguments are given.
6e87504d 20414
d1779be4
PG
204152005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20416
20417 * gdb.arch/altivec-abi.exp: Check for compiler and set
20418 use altivec' flag accordingly.
20419 * gdb.arch/altivec-regs.exp: Likewise.
20420
88750304
DJ
204212005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20422
20423 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20424
f3fb768d
AS
204252005-03-27 Andreas Schwab <schwab@suse.de>
20426
20427 * gdb.base/bigcore.c (main): Add missing mode argument in open
20428 call.
20429
7e813ac5
DJ
204302005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20431
20432 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20433 downloads.
20434 * config/gdbserver.exp (gdb_load): Likewise.
20435
8e3049aa
PB
204362005-03-14 Paul Brook <paul@codesourcery.com>
20437
20438 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20439 targets.
20440
a9df7c44
JB
204412005-03-09 Joel Brobecker <brobecker@adacore.com>
20442
20443 * gdb.dwarf2/dup-psym.S: New file.
20444 * gdb.dwarf2/dup-psym.exp: New testcase.
20445
9f0d94e8
JB
204462005-03-09 Joel Brobecker <brobecker@adacore.com>
20447
20448 * gdb.ada/exec_changed/first.adb: New file.
20449 * gdb.ada/exec_changed/second.adb: New file.
20450 * gdb.ada/exec_changed.exp: New testcase.
20451
5f579bc5
NS
204522005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20453
36e9969c
NS
20454 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20455 (A2): New class.
20456 (main): Test operator+.
20457 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20458 breakpoint test.
20459
5f579bc5
NS
20460 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20461 * gdb.base/signull.exp: Disable if gdb,nosignals.
20462 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20463 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20464 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20465 * gdb.mi/mi2-console.exp: Likewise.
20466 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20467 continue output at start.
20468 (gdb_collect_locals_test): Robustify regexp.
20469 * gdb.trace/passc-dyn.exp: Fix comment typo.
20470 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20471
be46087e
CV
204722005-03-08 Corinna Vinschen <vinschen@redhat.com>
20473
20474 * gdb.asm/asm-source.exp: Add iq2000 case.
20475 * gdb.asm/iq2000.inc: New file.
20476
384e1a61 204772005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 20478
384e1a61
MI
20479 * gdb.base/command.exp: Change hardcoded value to regular expression.
20480 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20481
584b6e9e
DJ
204822005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20483
20484 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20485 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20486 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20487 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20488 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20489
ab5b5d61
MK
204902005-03-05 Mark Kettenis <kettenis@gnu.org>
20491
20492 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20493 changes.
20494
ae051c1b
PG
204952004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20496
a9c64011
AS
20497 * lib/compiler.c: Add test for IBM's xlc compiler.
20498 * lib/compiler.cc: Likewise.
ae051c1b 20499
3f0f6ed2
JB
205002004-02-24 Joel Brobecker <brobecker@adacore.com>
20501
20502 * gdb.ada/fixed_points.exp: Create compilation object directory
20503 before running the test.
20504 * gdb.ada/null_record.exp: Likewise.
20505 * gdb.ada/packed_array.exp: Likewise.
20506 * gdb.ada/start.exp: Likewise.
20507
724f452b
JB
205082005-02-15 Joel Brobecker <brobecker@adacore.com>
20509
20510 * gdb.ada/packed_array/pa.adb: New file.
20511 * gdb.ada/packed_array.exp: New testcase.
20512
57f5cdfb 205132005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20514
1f393151
MK
20515 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20516 files.
20517
ebdda337
MK
20518 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20519 on *-*-openbsd*. Correctly match whitespace in regukar
20520 expressions.
20521
cf309262
DJ
205222005-02-10 Daniel Jacobowitz <dan@debian.org>
20523
20524 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20525 PR exp/1821
20526 * gdb.base/gdb1821.c: New test file.
20527 * gdb.base/gdb1821.exp: New test file.
20528
3be49e7a
JB
205292005-02-09 Joel Brobecker <brobecker@adacore.com>
20530
20531 * gdb.base/start.c: New file.
20532 * gdb.base/start.exp: New testcase.
20533
e292e67d
JB
205342005-02-09 Joel Brobecker <brobecker@adacore.com>
20535
20536 * gdb.ada/start/dummy.adb: New file.
20537 * gdb.ada/start.exp: New testcase.
20538
dbdfa66c
CV
205392005-02-09 Corinna Vinschen <vinschen@redhat.com>
20540
20541 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20542 for printing symbols and statistics.
20543 Add test for using relative pathnames in "maint print msymbols" test.
20544 Mark "maint info sections DATA" XFAIL on Cygwin.
20545 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20546 tests.
20547
d7941671
AC
205482005-02-09 Andreas Schwab <schwab@suse.de>
20549
20550 Committed by Andrew Cagney <cagney@gnu.org>
20551 * gdb.base/remotetimeout.exp: New file.
20552
74e5ef44
MK
205532005-02-07 Mark Kettenis <kettenis@gnu.org>
20554
20555 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20556
464dd14d
JB
205572005-02-03 Joel Brobecker <brobecker@adacore.com>
20558
20559 * gdb.ada/gnat_ada.gpr: New file.
20560 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20561 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20562 * configure.ac: No longer generate gnat_ada.gpr.
20563 * configure: Regenerate.
20564 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20565 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20566 * gdb.ada/null_record/bar.ads: Likewise.
20567 * gdb.ada/null_record/bar.adb: Likewise.
20568 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20569 * gdb.ada/null_record.exp (testdir): New variable.
20570 (testfile): executable is now in testdir subdirectory.
20571 (srcfile): Use full path to the main compilation unit.
20572 * gdb.ada/fixed_points.exp: Same changes as above.
20573
30d756ae
NR
205742005-02-03 Nick Roberts <nickrob@snap.net.nz>
20575
20576 * gdb.base/interp.exp: New test.
20577
9d799f85
AC
205782005-01-24 Andrew Cagney <cagney@gnu.org>
20579
20580 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20581
15656118
AC
205822005-01-19 Andrew Cagney <cagney@gnu.org>
20583
a892c31b
AC
20584 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20585 configure.ac not configure.in.
20586
15656118
AC
20587 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20588 of powerpc*-*-*.
20589 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20590 * gdb.base/list.exp (test_list_function)
15656118
AC
20591 (test_list_filename_and_function): Ditto.
20592 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20593
a7b01baf
AC
205942005-01-16 Andrew Cagney <cagney@gnu.org>
20595
17d92a02
AC
20596 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20597
a7b01baf
AC
20598 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20599
bc8332bb
AC
206002005-01-14 Andrew Cagney <cagney@gnu.org>
20601
20602 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20603 * gdb.mi/mi2-var-cmd.exp: Ditto.
20604
4d074752
CV
206052005-01-10 Corinna Vinschen <vinschen@redhat.com>
20606
20607 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20608
bec39cab
AC
206092005-01-07 Andrew Cagney <cagney@gnu.org>
20610
20611 * configure.ac: Rename configure.in, require autoconf 2.59.
20612 * configure: Re-generate.
20613 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20614 * gdb.stabs/configure: Re-generate.
20615 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20616 * gdb.hp/configure: Re-generate.
20617 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20618 autoconf 2.59.
20619 * gdb.hp/gdb.objdbg/configure: Re-generate.
20620 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20621 autoconf 2.59.
20622 * gdb.hp/gdb.defects/configure: Re-generate.
20623 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20624 autoconf 2.59.
20625 * gdb.hp/gdb.compat/configure: Re-generate.
20626 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20627 autoconf 2.59.
20628 * gdb.hp/gdb.base-hp/configure: Re-generate.
20629 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20630 autoconf 2.59.
20631 * gdb.hp/gdb.aCC/configure: Re-generate.
20632
f10b16d4
JB
206332004-12-15 Jim Blandy <jimb@redhat.com>
20634
20635 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20636 under NPTL when there is debugging info available for libpthread.
20637
fb6e1814
JG
206382004-12-13 Jerome Guitton <guitton@gnat.com>
20639
20640 * gdb.ada/fixed_points.c: New file.
20641 * gdb.ada/fixed_points.exp: New file.
20642
fe46cd3a
RC
206432004-12-03 Randolph Chung <tausq@debian.org>
20644
20645 * gdb.arch/pa-nullify.exp: New file.
20646 * gdb.arch/pa-nullify.s: New file.
20647
8de0841b
RC
206482004-11-30 Randolph Chung <tausq@debian.org>
20649
20650 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20651 instead of "tbug". Fix regexp to work properly with gdb_test.
20652
c8170782
PH
206532004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20654
20655 * gdb.base/bitfields2.exp: New test.
20656 * gdb.base/bitfields2.c: New file.
20657
954269c2
RE
206582004-11-28 Richard Earnshaw <rearnsha@arm.com>
20659
20660 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20661
0107feed
RC
206622004-11-16 Randolph Chung <tausq@debian.org>
20663
20664 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20665
f073ae8c
DJ
206662004-11-14 Daniel Jacobowitz <dan@debian.org>
20667
20668 * gdb.threads/threadapply.exp: Correct "macro details" test.
20669
19ad59e7
JJ
206702004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20671
20672 * gdb.threads/threadapply.exp: New test.
20673 * gdb.threads/threadapply.c: New file.
20674
9cf0961b
MK
206752004-11-07 Mark Kettenis <kettenis@gnu.org>
20676
20677 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20678 frames.
20679
c789492a
FL
206802004-11-05 Felix Lee <felix+log1@specifixinc.com>
20681
20682 * gdb.base/cursal.exp: New file.
20683 * gdb.base/cursal.c: New file.
20684
a1e167bb
AC
206852004-11-03 Andrew Cagney <cagney@gnu.org>
20686
20687 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20688
b7cbf173
MK
206892004-10-30 Mark Kettenis <kettenis@gnu.org>
20690
20691 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20692 NetBSD/ELF targets.
20693
88f9d34f
JB
206942004-10-29 Joel Brobecker <brobecker@gnat.com>
20695
20696 * gdb.threads/bp_in_thread.c: New file, copied from
20697 pthread_cond_wait.c.
20698 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20699 file, rather than reusing the .c file from another testcase.
20700
ca7d6a0c
JB
207012004-10-20 Joel Brobecker <brobecker@gnat.com>
20702
20703 * gdb.ada/null_record.exp: Check where we stopped after
20704 sending the start command, instead of where the associated
20705 temporary breakpoint was inserted.
20706
0d863d03
AC
207072004-10-14 Andrew Cagney <cagney@gnu.org>
20708
20709 * gdb.mi/gdb701.c (main): Return 0.
20710
d11e72cb
DJ
207112004-10-13 Daniel Jacobowitz <dan@debian.org>
20712
d40539a4 20713 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 20714
e1923096
JJ
207152004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20716
20717 * gdb.threads/schedlock.c: Add comment markers to use to find
20718 line numbers.
20719 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20720 comments.
20721 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20722 breakpoint lines.
20723
ec8ba2c9
DJ
207242004-10-12 Daniel Jacobowitz <dan@debian.org>
20725
20726 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20727
0eb3658b
DJ
207282004-10-12 Daniel Jacobowitz <dan@debian.org>
20729
20730 * configure.in: Add gdb.dwarf2.
20731 * configure: Regenerated.
20732 * Makefile.in: Add gdb.dwarf2.
20733 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20734 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20735 gdb.dwarf2/file1.txt: New files.
20736
a271cc33
OF
207372004-10-11 Orjan Friberg <orjanf@axis.com>
20738
a9c64011 20739 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20740 of "run", since the latter doesn't work with remote targets. Adjust
20741 the breakpoint numbering accordingly.
20742 * gdb.threads/pthread_cond_wait.exp: Ditto.
20743
895ce074
MC
207442004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20745
20746 * gdb.base/overlays.exp: Update copyright years.
20747
6be3092d
KI
207482004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20749
20750 * gdb.base/overlays.exp: Disable if target is Linux.
20751
e05389b8
FL
207522004-10-06 Felix Lee <felix+log1@specifixinc.com>
20753
20754 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20755
73cb587d
KI
207562004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20757
20758 * gdb.asm/asm-source.exp: Add m32r-linux target.
20759 * gdb.asm/m32r-linux.inc: New file.
20760
3c0edcdc
AC
207612004-09-24 Andrew Cagney <cagney@redhat.com>
20762 David Anderson <anderson@redhat.com>
20763
20764 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20765 command fails, assume things will work.
20766 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20767 (_GNU_SOURCE): Define.
20768 (print_unsigned, print_hex): Change parameter to "long long".
20769 (print_byte_count): New function, use to print byte counts.
20770 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20771 O_LARGEFILE.
20772 (main): Compute an upper bound on a corefile in max_core_size.
20773 Limit memory chunk size to max_core_size. Limit total memory
20774 allocated to max_core_size.
20775
4bb3667f
AC
207762004-09-23 Andrew Cagney <cagney@gnu.org>
20777
20778 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20779 from a separate process with code that creates a corefile by
20780 making the inferior dump core.
20781
60fe1a51
MK
207822004-09-23 Mark Kettenis <kettenis@gnu.org>
20783
20784 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20785 block.
20786
8e937346
MC
207872004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20788
20789 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20790 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20791 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20792 Likewise.
20793
7213f6d6
JJ
207942004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20795
20796 * gdb.java/jprint.exp: New test case for java inferior call.
20797 * gdb.java/jprint.java: Ditto.
20798
eac69dca
JB
207992004-09-15 Joel Brobecker <brobecker@gnat.com>
20800
20801 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20802
22227696
MC
208032004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20804
20805 * gdb.threads/killed.c: Include <stdlib.h>.
20806 * gdb.threads/pthreads.c: Likewise.
20807
7dd403a4
MC
208082004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20809
20810 * gdb.threads/killed.c: Add copyright notice.
20811
33f2d567
JM
208122004-09-10 Jason Molenda (jmolenda@apple.com)
20813
a9c64011
AS
20814 * gdb.base/define.exp: Two new tests to verify zero space chars
20815 after 'if' and 'while' commands in a user-defined command is correctly
20816 parsed.
33f2d567 20817
e05b62ac
AC
208182004-09-08 Andrew Cagney <cagney@gnu.org>
20819
20820 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20821 delivery test with duplicate at end of file.
20822
9cbe82da
MK
208232004-09-06 Mark Kettenis <kettenis@jive.nl>
20824
20825 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20826
564803d9
MC
208272004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20828
20829 * config/hppro.exp: Removed.
20830
7c6807ce
MC
208312004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20832
20833 * config/sparclet.exp: Removed.
20834
bf7e26dd
MC
208352004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20836
20837 * config/udi.exp: Removed.
20838
714e341b
MC
208392004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20840
20841 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20842 of "exp_continue".
20843 (advancei): Likewise.
20844
1236e623
JJ
208452004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20846
20847 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20848
3bdcad15
MI
208492004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20850
228af206 20851 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20852 to check for nodebug in executable.
20853 * gdb.gdb/observer.exp (setup_test): Likewise.
20854 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20855 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20856
c72b934c
AC
208572004-09-01 Andrew Cagney <cagney@gnu.org>
20858
20859 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20860 files.
20861
edd9b715
JJ
208622004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20863
20864 * gdb.base/unload.exp: Fix expected warning message to match
20865 latest format.
20866
fb4ce06b
CV
208672004-09-01 Corinna Vinschen <vinschen@redhat.com>
20868
20869 * gdb.base/call-rt-st.exp: Fix typos.
20870
ce78e7c3
MI
208712004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20872
20873 * gdb.threads/thread_check.exp: New testcase.
20874 * gdb.threads/thread_check.c: New testcase.
20875
2dedb159
AC
208762004-08-31 Andrew Cagney <cagney@gnu.org>
20877
20878 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20879 (skip_to_handler_entry): New procedures. Test stepping into a
20880 handler when the breakpoint is at the handler's entry point.
20881
68f53502
AC
208822004-08-30 Andrew Cagney <cagney@gnu.org>
20883
20884 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20885 gdb/1757.
20886
3e3ffd2b
MC
208872004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20888
20889 With code from Manoj Iyer <manjo@austin.ibm.com>:
20890 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20891 return value. Add an arm for "no debugging symbols found".
20892 Change a stray "error" to "perror".
20893 (gdb_run_cmd): Adapt to new return value.
20894 * gdb.base/remote.exp: Adapt to new return value.
20895 * gdb.gdb/complaints.exp: Likewise.
20896 * gdb.gdb/observer.exp: Likewise.
20897 * gdb.gdb/selftest.exp: Likewise.
20898 * gdb.gdb/xfullpath.exp: Likewise.
20899
4b6f5fd2
JB
209002004-08-27 Joel Brobecker <brobecker@gnat.com>
20901
20902 * gdb.threads/bp_in_thread.exp: New testcase.
20903
e5b25496
MC
209042004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20905
20906 Fix PR testsuite/1735.
20907 * gdb.threads/schedlock.c (thread_function): Add a cast
20908 to suppress a gcc warning.
20909 * gdb.threads/thread-specific.c (thread_function): Likewise.
20910
934353d6
MC
209112004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20912
20913 * gdb.base/unload.c: Include <stdlib.h>.
20914
f98a0aef 209152004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20916
f98a0aef 20917 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20918 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20919 synchronized after the "return".
20920
5a2e8882
MC
209212004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20922
20923 * gdb.mi/basics.c: Include <stdio.h>.
20924 * gdb.mi/pthreads.c: Include <stdlib.h>.
20925 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20926
a9640423
MC
209272004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20928
20929 * gdb.threads/schedlock.c: Add copyright notice.
20930
b04e311d
AC
209312004-08-25 Andrew Cagney <cagney@gnu.org>
20932
20933 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20934 (skip_over_handler, breakpoint_over_hander): New test procedures.
20935 (advance, advancei): Add a proper prefix, do not use
20936 rerun_to_main.
20937 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20938
7c27f15b
MC
209392004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20940
20941 * gdb.mi/basics.c: Add copyright notice.
20942 * gdb.mi/var-cmd.c: Add copyright notice.
20943
fffc87ae
MC
209442004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20945
20946 * lib/gdb.exp: Remove signed_keyword_not_used.
20947 * lib/compiler.c: Likewise.
20948 * lib/compiler.cc: Likewise.
20949
d782e0bf
MC
209502004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20951
20952 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20953 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20954
96033e83
MC
209552004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20956
20957 * gdb.base/whatis.c: Add copyright notice.
20958
cf38c229
MK
209592004-08-20 Mark Kettenis <kettenis@gnu.org>
20960
20961 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20962 it to skip the breakpoints encoded in the inline assembly.
20963
f4b49756
MC
209642004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20965
20966 * Makefile.in: Add gdb.fortran.
20967
2f193b69
MC
209682004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20969
20970 * gdb.base/call-sc.exp (test_scalar_returns):
20971 Fix cut-and-paste glitch in "Make fun return now".
20972
89a237cb
MC
209732004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20974
20975 * configure.in: Add gdb.fortran.
20976 * configure: Regenerate.
20977 * gdb.fortran/Makefile.in: New file.
20978 * lib/gdb.exp (skip_fortran_tests): New procedure.
20979
469aff8e
MC
209802004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20981
20982 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20983 reference to bug-gnu@prep.ai.mit.edu.
20984 * gdb.mi/mi-var-child.exp: Likewise.
20985 * gdb.mi/mi-var-cmd.exp: Likewise.
20986 * gdb.mi/mi-var-display.exp: Likewise.
20987 * gdb.mi/mi2-var-block.exp: Likewise.
20988 * gdb.mi/mi2-var-child.exp: Likewise.
20989 * gdb.mi/mi2-var-cmd.exp: Likewise.
20990 * gdb.mi/mi2-var-display.exp: Likewise.
20991
00b51b9f
MK
209922004-08-15 Mark Kettenis <kettenis@gnu.org>
20993
20994 * gdb.base/unload.c (main): Make local variable msg const.
20995
45f07fef
MC
209962004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20997
20998 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20999 to bug-gnu@prep.ai.mit.edu.
21000 * gdb.mi/mi-disassemble.exp: Likewise.
21001 * gdb.mi/mi-eval.exp: Likewise.
21002 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21003 default line number.
21004 * gdb.mi/mi-return.exp: Likewise.
21005 * gdb.mi/mi-simplerun.exp: Likewise.
21006 * gdb.mi/mi-stack.exp: Likewise.
21007 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21008 number with explicit range test.
21009 * gdb.mi/mi-watch.exp: Likewise.
21010 * gdb.mi/mi2-break.exp: Likewise.
21011 * gdb.mi/mi2-cli.exp: Likewise.
21012 * gdb.mi/mi2-disassemble.exp: Likewise.
21013 * gdb.mi/mi2-eval.exp: Likewise.
21014 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21015 default line number.
21016 * gdb.mi/mi2-return.exp: Likewise.
21017 * gdb.mi/mi2-simplerun.exp: Likewise.
21018 * gdb.mi/mi2-stack.exp: Likewise.
21019 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21020 number with explicit range test.
21021 * gdb.mi/mi2-watch.exp: Likewise.
21022
dd8c8ee7
MC
210232004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21024
21025 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21026 * gdb.cp/m-static.exp: Likewise.
21027 * gdb.cp/rtti.exp: Likewise.
21028
4e838464
MK
210292004-08-14 Mark Kettenis <kettenis@gnu.org>
21030
21031 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21032
8d8cb839
EZ
210332004-08-14 Eli Zaretskii <eliz@gnu.org>
21034
21035 * ChangeLog: Prefix Local Variables with semi-colons and indent
21036 the reference to older ChangeLog files, to fix fontification in
21037 Emacs.
21038
deea8bb0
MC
210392004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21040
21041 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21042 * gdb.mi/mi2-break.exp: Likewise.
21043
c3297504
MC
210442004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21045
21046 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21047
25808999
MC
210482004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21049
21050 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21051
226a8d71
MC
210522004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21053
21054 * gdb.cp/classes.exp: Remove unused declarations. Just let
21055 test names default instead of providing special names. Remove
21056 extraneous demangler test.
21057
37fdf854
JJ
210582004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21059
21060 * gdb.base/unload.exp: New test for breakpoints in dynamically
21061 loaded libraries.
21062 * gdb.base/unload.c: Ditto.
21063 * gdb.base/unloadshr.c: Ditto.
21064
2d3a7986
MC
210652004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21066
21067 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21068 cp_test_ptype_class.
21069 (test_enums): Likewise.
21070
c72b934c
AC
210712004-08-10 Andrew Cagney <cagney@gnu.org>
21072
21073 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21074 files.
21075
cc503c8a
AC
210762004-08-10 Andrew Cagney <cagney@gnu.org>
21077
21078 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21079 init_malloc call.
21080
902f2ccb
MC
210812004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21082
21083 * ChangeLog: Add copyright notice. The notice is copied
21084 from emacs 21.3 top level ChangeLog.
21085
78c90502
MC
210862004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21087
21088 * lib/cp-support.exp: New file.
21089 * lib/cp-support.exp (cp_test_type_class): New function.
21090 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21091 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21092 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21093 cp_test_ptype_class.
21094
88e5ea78
MC
210952004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21096
21097 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21098 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21099 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21100 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21101 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21102 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21103 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21104 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21105 gdb.mi/mi2-watch.exp: Update copyright years.
21106
6a89fc9c
MK
211072004-08-09 Mark Kettenis <kettenis@gnu.org>
21108
21109 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21110
1482e0de
MC
211112004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21112
21113 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21114 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21115 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21116 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21117 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21118 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21119 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21120 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21121 gdb.mi/mi-watch.exp: Update copyright years.
21122
1a5ce3f3
DJ
211232004-08-08 Daniel Jacobowitz <dan@debian.org>
21124
21125 PR gdb/1738
21126 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21127 from a breakpoint with a pending signal.
21128
04f6ecf2
DJ
211292004-08-08 Daniel Jacobowitz <dan@debian.org>
21130
21131 PR gdb/1736
21132 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21133 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21134 the prompt.
21135 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21136
54d90d35
DJ
211372004-08-08 Daniel Jacobowitz <dan@debian.org>
21138
21139 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21140
d2f6abb0
DJ
211412004-08-08 Daniel Jacobowitz <dan@debian.org>
21142
21143 PR gdb/1736
21144 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21145 for i?86-*-linux*.
21146
5598c03d
DJ
211472004-08-08 Daniel Jacobowitz <dan@debian.org>
21148
21149 * gdb.arch/i386-prologue.exp: Compile without debug information.
21150
c6fee705
MC
211512004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21154 rather than asking gdb to search.
21155
dd90efdb
MC
211562004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21157
21158 * gdb.base/gcore.c: Include <string.h>.
21159
1e84bec1
MC
211602004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21161
21162 * gdb.base/gcore.c: Add copyright notice.
21163
e425eb2b
MC
211642004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21165
21166 * gdb.base/freebpcmd.c: Include <stdio.h>.
21167 * gdb.base/long_long.c: Include <string.h>.
21168 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21169 * gdb.base/siginfo.c: Include <string.h>.
21170 * gdb.base/sigstep.c: Include <string.h>.
21171
cb9aaed5
MC
211722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21173
21174 * gdb.base/complex.c: Include <stdlib.h>.
21175
55944f3d
MC
211762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21177
21178 * gdb.base/complex.c: Add copyright notice.
21179
7b2953d9
MC
211802004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21181
21182 * gdb.base/charset.c: Include <stdlib.h>.
21183
c9133d23
MC
211842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21185
21186 * gdb.base/auxv.c: Include <stdlib.h>.
21187
0a8490ad
MC
211882004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21189
21190 * gdb.base/auxv.c: Add copyright notice.
21191
3426d5ec
MC
211922004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21193
21194 * gdb.base/coremaker.c: Add copyright notice.
21195 * gdb.base/coremaker2.c: Add copyright notice.
21196
8da195dd
AC
211972004-08-04 Andrew Cagney <cagney@gnu.org>
21198
21199 * gdb.base/store.exp: Update copyright.
21200 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21201 names, do not import gdb_prompt.
21202
8d394f98
AC
212032004-08-01 Andrew Cagney <cagney@gnu.org>
21204
21205 Fix PR testsuite/1729.
21206 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21207 not use capture_value with value 4.
21208 (capture_value): Add optional test name parameter.
21209 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21210 the prefix, pass to capture_value.
21211
b6702b23
MK
212122004-08-01 Mark Kettenis <kettenis@gnu.org>
21213
21214 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21215 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21216 (main): Call new function.
21217
c203e0ca
MC
212182004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21219
21220 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21221
a7995a30
MC
212222004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21223
21224 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21225
9366563b
MC
212262004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21227
b6eeaf26 21228 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21229 Accept more values of vtbl pointer. Remove some messages
21230 about "obsolete gcc or gdb".
21231
2fc1f950
MC
212322004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21233
21234 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21235
c724d49b
MC
212362004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 * gdb.base/asm-source.exp: Properly convert target board
21239 debug flags from gcc format to binutils format.
21240
736b0fce
MK
212412004-07-28 Mark Kettenis <kettenis@gnu.org>
21242
21243 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21244 gdb1718". PR backtrace/1718 partially fixed.
21245
5633ea5c
JJ
212462004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21247
21248 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21249
575eebb1
NC
212502004-07-26 Nick Clifton <nickc@redhat.com>
21251
21252 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21253 good default value for a specific architecture is available then
21254 set it to that value. Otherwise default to the -gstabs switch.
21255 Remove the -g... switches from the asm-flags variable. Allow the
21256 target board info to override the value if it wants to. Pass the
21257 switch on the assembler command line.
21258
62104619
MK
212592004-07-23 Mark Kettenis <kettenis@gnu.org>
21260
21261 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21262 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21263 (main): Call new function.
21264
4a1135b8
MC
212652004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21266
21267 Test for PR exp/1715.
21268 * gdb.base/radix.exp: Refactor common procedures. Make all
21269 test names unique. Change XFAIL to KFAIL.
21270
8a12c1f0
MC
212712004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21272
21273 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21274 * gdb.ada/gnat_ada.gin: ... to here.
21275 * configure.in: Use gnat_ada.gin.
21276 * configure: Regenerate.
21277
23b451cf
AC
212782004-07-20 Andrew Cagney <cagney@gnu.org>
21279
21280 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21281 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21282 XFAILs. Clean up test messages and comments. Check backtraces.
21283 Delete re-sync code.
21284
ab618a02
MC
212852004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21286
21287 Fix PR cli/740.
21288 * gdb.base/annota1.exp: Honor gdb,nosignals.
21289 * gdb.base/annota3.exp: Likewise.
21290
46dad340
MC
212912004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21292
21293 * lib/java.exp: Update copyright notice.
21294
756d8c70
AC
212952004-07-19 Andrew Cagney <cagney@gnu.org>
21296
21297 * gdb.base/selftest.exp: Copy file from here ...
21298 * gdb.gdb/selftest.exp: ... to here.
21299
586027e6
AC
213002004-07-16 Andrew Cagney <cagney@redhat.com>
21301
21302 * lib/insight-support.exp: Delete file.
21303 * lib/java.exp (java_init): Fix copyright.
21304
029d2200
AC
213052004-07-16 Andrew Cagney <cagney@gnu.org>
21306
21307 * gdb.base/restore.c: Append "prologue" to comments marking the a
21308 function's prologue.
21309 * gdb.base/restore.exp: Update copyright, re-indent.
21310 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21311 callerN" prefix where needed. Update patterns that match a
21312 function's prologue.
21313
653b62c5
MC
213142004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21315
21316 * gdb.base/restore.c: Add copyright notice.
21317
f7d690e5
AC
213182004-07-16 Andrew Cagney <cagney@gnu.org>
21319
21320 * gdb.base/logical.exp: Update copyright.
21321 (evaluate): New procedure. Use to re-implement tests using
21322 several tables.
21323
d629a7cb
MH
213242004-07-14 Martin Hunt <hunt@redhat.com>
21325
21326 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21327 which fixes some problems where init.tcl was not found.
21328
9c7bb332
AC
213292004-07-13 Andrew Cagney <cagney@gnu.org>
21330
6bf46641
AC
21331 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21332 (check_sizeof, check_valueof): Do not include the output in the
21333 test name. Use gdb_test.
21334 (get_valueof): Use gdb_test_multiple.
21335
c4ffd4c0
AC
21336 * gdb.base/step-test.exp: Update copyright. Use
21337 gdb_test_multiple. Ensure that test names do not include
21338 architecture dependent output.
21339
ab89363a
AC
21340 * gdb.gdb/observer.exp: Update copyright.
21341 (setup_test): Use gdb_test_multiple.
21342 (attach_first_observer, attach_second_observer)
21343 (attach_third_observer, detach_first_observer)
21344 (detach_second_observer, detach_third_observer)
21345 (reset_counters, check_counters): Make $message a prefix.
21346 (test_normal_stop_notifications): Add "args" parameter - a list of
21347 init functions to be called. Make $message a prefix,
21348 (test_observer_normal_stop): Change the message prefixes so that
21349 they are unique, pass the attach / detach procedures to
21350 test_normal_stop_notifications.
21351
ec58997a
AC
21352 * gdb.base/signull.exp (test_segv): Prefix all tests with
21353 "${name}". Clean up test messages.
21354
b475183b
AC
21355 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21356
9c7bb332
AC
21357 * gdb.base/ena-dis-br.exp: Update copyright.
21358 (break_at): New function. Replace send_gdb with gdb_test,
21359 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21360 ignore count, not stopped at bpt", with KFAIL.
21361
2dd95497
CV
213622004-07-13 Corinna Vinschen <vinschen@redhat.com>
21363
21364 * gdb.base/attach.exp: Remove cleanupfile handling.
21365
419e626b
AC
213662004-07-12 Andrew Cagney <cagney@gnu.org>
21367
21368 * gdb.base/annota1.exp: Cleanup corefile test name.
21369 * gdb.base/annota3.exp: Ditto.
21370
8b1b3228
AC
213712004-07-12 Andrew Cagney <cagney@gnu.org>
21372
78650829
AC
21373 * gdb.base/signals.exp: Clean up copyright, re-indent.
21374
8b1b3228
AC
21375 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21376 gdb_test and gdb_test_multiple.
21377
935c2760
JJ
213782004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21379
21380 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 21381 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
21382 provide line number info for first statement in main.
21383
1544280f
AC
213842004-07-08 Andrew Cagney <cagney@gnu.org>
21385
1279f4ff
AC
21386 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21387
1544280f
AC
21388 * gdb.base/sigbpt.exp: Make the common part of each test name a
21389 prefix instead of suffix.
21390
bcc82369
BR
213912004-07-07 Bob Rossi <bob_rossi@cox.net>
21392
21393 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21394 test from test_tbreak_creation_and_listing to
21395 test_file_list_exec_source_file
21396 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21397 Changed name of test from test_tbreak_creation_and_listing to
21398 test_file_list_exec_source_file
21399
23f4b0aa
JJ
214002004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21401
21402 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21403 the jmisc() constructor instead of <init>.
21404 * gdb.java/jmisc1.exp: Ditto.
21405
56401cd5
AC
214062004-07-07 Andrew Cagney <cagney@gnu.org>
21407
21408 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21409 corrupting the PC.
21410
44ae2f6a
MC
214112004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21412
21413 * gdb.cp/templates.exp: Accept whitespace change in demangler
21414 output.
21415
45a83408
AC
214162004-07-06 Andrew Cagney <cagney@gnu.org>
21417
21418 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21419
d205ad70
MC
214202004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21421
21422 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21423 * lib/compiler.cc: Likewise.
21424
06ea1a61
MC
214252004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21426
21427 * lib/compiler.cc: Work around string preprocessing problem
21428 with old hp c++ compiler.
21429 * lib/compiler.c: Likewise.
21430
daab1251
CV
214312004-06-29 Corinna Vinschen <vinschen@redhat.com>
21432
21433 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21434 directives to conditionalize symbol prefixing.
21435 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21436 additional_flags handling. Add underscore prefix for Cygwin.
21437 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21438 conditionalize symbol prefixing.
21439 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21440 additional_flags handling. Add underscore prefix for Cygwin.
21441
cc984116
CV
214422004-06-29 Corinna Vinschen <vinschen@redhat.com>
21443
21444 * gdb.base/bigcore.exp: Skip test on Cygwin.
21445
c279b077
MC
214462004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21447
21448 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21449 formats for "info register". Use gdb_test_multiple. Fix
21450 the "invalid register" test.
21451
0e915747
CV
214522004-06-28 Corinna Vinschen <vinschen@redhat.com>
21453
21454 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21455 PID for Cygwin. Add Cygwin specific strings to check for in some
21456 tests.
21457 (do_attach_tests): Add a test for user interaction when attaching
21458 to a process with no matching symbol table already loaded.
21459
11422c86
AC
214602004-06-26 Andrew Cagney <cagney@gnu.org>
21461
21462 Test PR java/1567 and PR java/1565.
21463 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21464 * gdb.java/jmisc2.exp: Delete file.
21465
cefbce26
MC
214662004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21467
21468 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21469
e19f872c
CV
214702004-06-25 Corinna Vinschen <vinschen@redhat.com>
21471
21472 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21473 attach process.
21474
d931ba3b
MC
214752004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21476
21477 * gdb.cp/pr-1553.exp: Remove.
21478
aef68c48
MC
214792004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21480
21481 * gdb.cp/pr-1553.cc: Remove.
21482 * gdb.cp/pr-1553.exp: Disable this test.
21483
8d5df71a
JB
214842004-06-20 Jim Blandy <jimb@redhat.com>
21485
a9c64011 21486 Fix PR testsuite/1680.
8d5df71a
JB
21487 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21488 regular expressions.
21489
4ac6f39d
MC
214902004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21491
21492 Fix PR testsuite/1679.
21493 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21494 Issue an UNSUPPORTED result instead.
21495
1b413552
JB
214962004-06-18 Jim Blandy <jimb@redhat.com>
21497
21498 * gdb.base/charset.exp: Only send a control-C if we see a new
21499 prompt and incomplete command.
21500
6daa6ebd
MC
215012004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21502
21503 * gdb.cp/pr-574.cc: Add copyright notice.
21504
51fa4ae0
JB
215052004-06-17 Jim Blandy <jimb@redhat.com>
21506
21507 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21508 cases where the regexp has no groups; this grabs random text from
21509 the previous test suite, whatever that was.
21510
8fea26c5
MC
215112004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21512
21513 * gdb.cp/printmethod.cc: Add copyright notice.
21514
1e3aeb41
MC
215152004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21516
21517 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21518
9d9030bc
AC
215192004-06-16 Andrew Cagney <cagney@gnu.org>
21520
21521 * gdb.base/signull.c: Update copyright. Include <string.h>.
21522 (bowler): Replace data_pointer with data_read
21523 and data_write cases. Add code_descriptor case.
21524 (zero, desc): New array and pointer.
21525 (data, code): Change to simple pointers.
21526 * gdb.base/signull.exp: Fix probe pattern matching a function
21527 descriptor SIGSEGV. Replace data_pointer with data_read and
21528 data_write tests.
21529
acd4ad44
AC
215302004-06-16 Andrew Cagney <cagney@gnu.org>
21531
21532 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21533
08fd625c
MC
215342004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21535
21536 * gdb.base/long_long.c: Add copyright notice.
21537
1903502c
MC
215382004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21539
21540 * gdb.base/long_long.exp: Remove reference to
21541 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21542 to gdb_breakpoint and gdb_continue_to_breakpoint.
21543
83313cb1
JB
215442004-06-14 Jim Blandy <jimb@redhat.com>
21545
21546 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21547 endian case.
21548
1bf404ef
AC
215492004-06-14 Andrew Cagney <cagney@gnu.org>
21550
21551 * gdb.base/gcore.exp (capture_command_output): Delete the always
21552 passing tests containing inferior values.
21553 * gdb.base/ending-run.exp: Do not include the breakpoint address
21554 in the test message. Update copyright.
21555 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21556 size in the test name, use gdb_test_multiple. Update copyright.
21557
ef220b33
MC
215582004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21559
21560 * gdb.cp/ref-types.cc: Add copyright notice.
21561
4f70a4c9
MC
215622004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21563
21564 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21565 hp_aCC_compiler.
21566 * lib/compiler.cc: Likewise.
21567 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21568 'set' commands. Log diagnostics for other lines. Set
21569 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21570
335928ac
MC
215712004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21572
21573 * gdb.cp/try_catch.cc: Add copyright notice.
21574
2efb12e8
MC
215752004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21576
21577 * gdb.cp/userdef.cc: Add copyright notice.
21578
0bbed51a
MC
215792004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21580
21581 * gdb.cp/virtfunc.cc: Add copyright notice.
21582
e12a46c9
RC
215832004-06-11 Randolph Chung <tausq@debian.org>
21584
21585 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21586 problem.
21587
338e05af
AC
215882004-06-10 Andrew Cagney <cagney@gnu.org>
21589
21590 * lib/compiler.cc, lib/compiler.c: Append either
21591 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21592 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21593 instead of gcc-3-3.
21594
dc3f10cb
AC
215952004-06-09 Andrew Cagney <cagney@gnu.org>
21596
b4d946af
AC
21597 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21598 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21599
dc3f10cb
AC
21600 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21601 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21602 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21603 fixed.
21604
b5c0bfa2
AC
216052004-06-09 Andrew Cagney <cagney@gnu.org>
21606
21607 * gdb.base/structs.exp (test_struct_returns): Replace
21608 "return_value_unknown" and "finish_value_unknown" by
21609 "return_value_known" and "finish_value_known". Instead of
21610 "return_value_unknown" iff "finish_value_unknown", check
21611 "return_value_known" implies "finish_value_known".
21612
caeb605f
MH
216132004-06-08 Martin Hunt <hunt@redhat.com>
21614
21615 * gdb.base/float.exp: Add pattern for mips targets.
21616
c892bb64
RC
216172004-06-08 Randolph Chung <tausq@debian.org>
21618
21619 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21620 message for unknown architectures more clear.
21621
48306d3e
JB
216222004-06-08 Joel Brobecker <brobecker@gnat.com>
21623
21624 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21625 start the execution of the program.
21626
83ecb59f
JB
216272004-06-07 Jim Blandy <jimb@redhat.com>
21628
21629 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21630 * gdb.arch/i386-cpuid.h: New helper file.
21631
55264cb4
RC
216322004-06-07 Randolph Chung <tausq@debian.org>
21633
21634 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21635 has started.
21636
23cadb28
RM
216372004-06-04 Roland McGrath <roland@redhat.com>
21638
21639 Fix PR gdb/1647.
21640 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21641 differently to be robust to output buffering differences.
21642
51d01eda
MC
216432004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21644
21645 * gdb.threads/pthreads.exp: Update copyright years.
21646 (check_control_c): Change asynchronous 'after' to synchronous.
21647
f4fc3b93
RM
216482004-06-04 Roland McGrath <roland@redhat.com>
21649
21650 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21651 next gdb prompt.
21652
4013522b
MC
216532004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21654
21655 Fix PR gdb/1636.
21656 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21657 calls to synchronous.
21658
7a8f1e6b
JB
216592004-05-26 Jim Blandy <jimb@redhat.com>
21660
21661 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21662
81bb3443
RC
216632004-05-24 Randolph Chung <tausq@debian.org>
21664
21665 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21666 * gdb.asm/pa.inc: New file.
21667
8f5a3103
MK
216682004-05-22 Mark Kettenis <kettenis@gnu.org>
21669
21670 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21671
734b8fe8 216722004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21673 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21674
21675 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21676 GDB prompt.
21677
725603e1
UW
216782004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21679
f4fc3b93 21680 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21681 setjmp/longjmp. Use sigaction instead of signal.
21682
8b923272 216832004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21684 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21685
21686 * gdb.threads/pthread_cond_wait.c: New file.
21687 * gdb.threads/pthread_cond_wait.exp: New testcase.
21688
8bfabb04
AC
216892004-05-13 Andrew Cagney <cagney@redhat.com>
21690
21691 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21692 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21693
42edda50
AC
216942004-05-11 Andrew Cagney <cagney@redhat.com>
21695
21696 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21697 fixed but revealed gdb/1639.
21698
d303a6c7
AC
216992004-05-10 Andrew Cagney <cagney@redhat.com>
21700
21701 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21702 func1" and "next to 2nd alarm", kernel bug avoided.
21703
bf08c2a1
DJ
217042004-05-10 Daniel Jacobowitz <dan@debian.org>
21705
21706 PR external/1568
21707 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21708 XFAIL if it is smaller than bytes_allocated.
21709 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21710 (main): Make chunks_allocated unsigned. Correct comment.
21711
c0586a34
JB
217122004-05-07 Joel Brobecker <brobecker@gnat.com>
21713
21714 * gdb.arch/powerpc-aix-prologue.c: New file.
21715 * gdb.arch/powerpc-aix-prologue.exp: New file.
21716
f2785d12
JB
217172004-05-07 Jim Blandy <jimb@redhat.com>
21718
21719 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21720 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21721
bd7f6e30
JB
217222004-05-06 Joel Brobecker <brobecker@gnat.com>
21723
21724 * gdb.base/sep.exp: No longer setup_kfail when the program was
21725 built with dwarf2.
21726
0a5e7efe
JI
217272004-05-05 Jim Ingham <jingham@apple.com>
21728
21729 * gdb.base/pending.exp: Make sure pending breakpoints
21730 preserve the ignore count.
f4fc3b93 21731
a8958849
MK
217322004-04-27 Jerome Guitton <guitton@gnat.com>
21733
21734 * i386-prologue.exp: Add testcase for jump instruction as first
21735 instruction of the real code.
21736 * i386-prologue.c (jump_at_beginning): New function.
21737
7e103f5b
MK
217382004-04-28 Mark Kettenis <kettenis@gnu.org>
21739
21740 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21741 x86_64-*-*.
21742
5d38b224
MK
217432004-04-28 Mark Kettenis <kettenis@gnu.org>
21744
21745 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21746 i*86-*-*.
21747
0ef32fd9
MK
217482004-04-25 Mark Kettenis <kettenis@gnu.org>
21749
21750 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21751 expression that checks the return type.
21752
71d7dd7c
AC
217532004-04-23 Andrew Cagney <cagney@redhat.com>
21754
21755 * gdb.base/call-sc.exp: New test of scalar call/return values.
21756 * gdb.base/call-sc.c: Ditto.
21757
1e9f977e
JJ
217582004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21759
21760 * gdb.threads/manythreads.c: Reduce thread stack size.
21761
899d9e3a
JJ
217622004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21763
21764 * gdb.threads/manythreads.c: Add copyright notice.
21765
61bcae62
AC
217662004-04-23 Andrew Cagney <cagney@redhat.com>
21767
21768 * gdb.base/siginfo.exp: Better handle step out of signal.
21769 * gdb.base/sigstep.exp: Ditto.
21770
7339a42e 217712004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21772 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21773
21774 * gdb.threads/manythreads.c: New testcase.
21775 * gdb.threads/manythreads.exp: Ditto.
21776
5c98409b
JB
217772004-04-22 Jim Blandy <jimb@redhat.com>
21778
21779 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21780 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21781
3b611f1a
MC
217822004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21783
21784 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21785
f0fd9238
AC
217862004-04-21 Andrew Cagney <cagney@redhat.com>
21787
21788 * gdb.base/sigstep.c: New file.
21789 * gdb.base/sigstep.exp: New file.
21790
90990674
JB
217912004-04-16 Joel Brobecker <brobecker@gnat.com>
21792
21793 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21794 call to observer_notify_normal_stop.
21795
78cef34b
AC
217962004-04-15 Andrew Cagney <cagney@redhat.com>
21797
21798 * gdb.base/siginfo.c: New file.
21799 * gdb.base/siginfo.exp: New file.
21800
d2343407
JB
218012004-04-12 J. Brobecker <brobecker@gnat.com>
21802
21803 * gdb.base/sep.exp: Fix typo in comment.
21804
a2dba3c8
JB
218052004-04-12 J. Brobecker <brobecker@gnat.com>
21806
21807 * gdb.base/sep.c: New file.
21808 * gdb.base/sep-proc.c: New file.
21809 * gdb.base/sep.exp: New testcase.
21810
15f7b60e
MK
218112004-04-09 Mark Kettenis <kettenis@gnu.org>
21812
21813 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21814 support.
21815
44f4de1a
AC
218162004-04-05 Andrew Cagney <cagney@redhat.com>
21817
21818 * gdb.base/sigaltstack.c: New file.
21819 * gdb.base/sigaltstack.exp: New file.
21820
ef04f396
JB
218212004-04-04 Joel Brobecker <brobecker@gnat.com>
21822
21823 * gdb.base/foll-fork.exp: Update the expected output for
21824 "help set follow-fork-mode", to match a change that was made
21825 to the help of this variable on 2004-01-13.
21826
d40d2c92
JB
218272004-04-01 Joel Brobecker <brobecker@gnat.com>
21828
21829 * lib/ada.exp: Add copyright notice.
21830 * bar.ads: Likewise.
21831 * bar.adb: Likewise.
21832 * null_record.adb: Likewise.
21833 * null_record.exp: Likewise.
21834 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21835
f86ef5a3
JB
218362004-04-01 Joel Brobecker <brobecker@gnat.com>
21837
21838 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21839 * configure: Regenerate.
21840
414e70e3
JB
218412004-04-01 Joel Brobecker <brobecker@gnat.com>
21842
21843 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21844 to build the application. Remove the message printed when in
21845 verbose mode, redundant with the UNSUPPORTED message above.
21846
f0aaee49
JB
218472004-03-31 Joel Brobecker <brobecker@gnat.com>
21848
21849 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21850 * gdb.ada (null_record.exp): New testcase.
21851
ac81cb54
JB
218522004-03-31 Joel Brobecker <brobecker@gnat.com>
21853
21854 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21855
854af2f7
JB
218562004-03-31 Joel Brobecker <brobecker@gnat.com>
21857
21858 * gdb.ada: New subdirectory.
21859 * gdb.ada/Makefile.in: New file.
21860 * gdb.ada/gnat_ada.gpr.in: New file.
21861
034cb681
JB
218622004-03-31 Joel Brobecker <brobecker@gnat.com>
21863
21864 * lib/ada.exp: New file.
21865
78a1a894
DJ
218662004-03-24 Daniel Jacobowitz <drow@mvista.com>
21867
21868 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21869 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21870
4b2b3b3e
AC
218712004-03-22 Andrew Cagney <cagney@redhat.com>
21872
21873 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21874 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21875 Problem identified by Ulrich Weigand.
21876
23c73aa3
DC
218772004-03-17 David Carlton <carlton@kealia.com>
21878
21879 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21880 PR c++/826.
21881
d63a86f8
RM
218822004-03-16 Roland McGrath <roland@redhat.com>
21883
21884 * gdb.base/auxv.exp: New file.
21885 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21886
0e02aa50
DC
218872004-03-12 David Carlton <carlton@kealia.com>
21888
21889 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21890 * gdb.cp/pr-1553.cc: Ditto.
21891 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21892 pass branch.
21893
c20b71be
MC
218942004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21895
21896 * gdb.cp/templates.exp: Accept more template types.
21897
c7414a01
MC
218982004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21899
21900 From Corinna Vinschen with modifications.
21901 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21902 local variable obj_with_enum.
21903 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21904 results with obj_with_enum.
21905
ed69573c
MC
219062004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21907
21908 * gdb.cp/classes.cc: New file, copied from misc.cc.
21909 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21910
28301461
MC
219112004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 * gdb.cp/misc.cc: Add copyright notice.
21914
1198ecbe
DC
219152004-03-05 David Carlton <carlton@kealia.com>
21916
21917 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21918 * gdb.cp/rtti.h: Update copyright.
21919 (namespace n2::n3): New.
21920 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21921 (n2::n3::func3): New.
21922 (main): Call n2::n3::func3.
21923 * gdb.cp/rtti2.cc: Update copyright.
21924 (n2::create3): New.
21925
9e08c470
MK
219262004-03-04 Mark Kettenis <kettenis@gnu.org>
21927
21928 * gdb.asm/openbsd.inc: Fix typo.
21929
4bebc3aa
FF
219302004-03-03 Fred Fish <fnf@redhat.com>
21931
21932 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21933 "val" instead of unused "size". Update copyright year.
21934
6ea9fb37
DJ
219352004-02-29 Daniel Jacobowitz <drow@mvista.com>
21936
21937 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21938 to use unsigned char.
21939 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21940 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21941
23b23974
DJ
219422004-02-29 Daniel Jacobowitz <drow@mvista.com>
21943
21944 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21945 line of output.
21946
7574fd53
DJ
219472004-02-28 Daniel Jacobowitz <drow@mvista.com>
21948
21949 * gdb.base/relocate.c (dummy): Initialize.
21950
a195357f
DJ
219512004-02-28 Daniel Jacobowitz <drow@mvista.com>
21952
21953 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21954 a breakpoint at exit.
21955
72fd54a9
FF
219562004-02-27 Fred Fish <fnf@redhat.com>
21957
21958 * gdb.base/chng-syms.exp: Add expect condition to match failing
21959 case that isn't a timeout.
21960
b9d23137
AC
219612004-02-27 Andrew Cagney <cagney@redhat.com>
21962
21963 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21964 support.
21965
15d208f6 219662004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21967
15d208f6
FF
21968 * gdb.arch/gdb1431.c: Remove.
21969 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21970 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21971 of "until" incorrectly.
21972
98f9cd2d
JB
219732004-02-26 J. Brobecker <brobecker@gnat.com>
21974
21975 * gdb.cp/class2.cc (empty): New class.
21976 (refer): New function.
21977 (main): Declare an object of type empty and use it.
21978 * gdb.cp/class2.exp: Print the value of an object of type empty.
21979
9b50c11b
JJ
219802004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21981
21982 * gdb.base/langs.exp: Update query string to match the
21983 new nquery format used for pending breakpoints.
21984
0dcd613f
AC
219852004-02-26 Andrew Cagney <cagney@redhat.com>
21986
21987 Fix PR i18n/1570.
21988 * gdb.base/charset.c: Update copyright notice.
21989 (main, init_string): Remove the escape character '\e' tests.
21990 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21991 * gdb.base/charset.exp (valid_host_charset): Ditto.
21992 * gdb.base/setvar.exp: Ditto.
21993
b8a56647
AC
219942004-02-24 Andrew Cagney <cagney@redhat.com>
21995
90d59e34
AC
21996 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21997 mmapped data in core file" PASS and FAIL messages consistent.
21998
b8a56647
AC
21999 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22000 setting a breakpoint. Work around PR java/1565.
22001
9f27c604
JJ
220022004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22003
22004 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22005 new nquery format.
22006 * gdb.base/pending.exp: Ditto.
22007
3224a706
MK
220082004-02-22 Mark Kettenis <kettenis@gnu.org>
22009
22010 * configure.in: Run stabs tests on *BSD.
22011 * configure: Regenerated.
22012
41e0a9ca
MK
220132004-02-21 Mark Kettenis <kettenis@gnu.org>
22014
22015 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22016
1e1b3428
FF
220172004-02-20 Fred Fish <fnf@redhat.com>
22018
22019 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22020 blank in test for "returns short", for consistency with other
22021 "returns xxx" tests. Update copyright year.
22022
f9a7572a
FF
220232004-02-19 Fred Fish <fnf@redhat.com>
22024
22025 New testcase for PR breakpoint/1558.
22026 * gdb.arch/gdb1558.exp: New file.
22027 * gdb.arch/gdb1558.c: New file.
22028
b2ce2854
EZ
220292004-02-19 Elena Zannoni <ezannoni@redhat.com>
22030
22031 * gdb.base/nodebug.exp: Fix typo.
22032
e7c9ff01
JB
220332004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22034
22035 Committed by Jim Blandy <jimb@redhat.com>.
22036
62f4b920
JB
22037 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22038
2db536a1
JB
22039 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22040
e7c9ff01
JB
22041 * gdb.base/float.exp: Support s390*-*-* targets.
22042
f3205b34
AF
220432004-02-17 Adam Fedor <fedor@gnu.org>
22044
22045 * gdb.base/gdb1555.exp: New file.
22046 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22047
9d62932d
EZ
220482004-02-17 Elena Zannoni <ezannoni@redhat.com>
22049
22050 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22051
344c9711
FF
220522004-02-16 Fred Fish <fnf@redhat.com>
22053
22054 * gdb.arch/gdb1291.c: Remove
22055 * gdb.arch/gdb1291.s: New test input file.
22056 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22057 fail. Test for correct result, known incorrect result, other
22058 failures and timeouts.
22059
2d822687
AC
220602004-02-16 Andrew Cagney <cagney@redhat.com>
22061
22062 * gdb.base/bigcore.exp: New file.
22063 * gdb.base/bigcore.c: New file.
22064
dac15b66
AC
220652004-02-13 Andrew Cagney <cagney@redhat.com>
22066
22067 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22068 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22069 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22070 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22071 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22072 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22073 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22074 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22075 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22076 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22077
6bdfc2c4
JJ
220782004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22079
22080 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22081 executed is an alloc instruction.
22082
87b3ede8
DC
220832004-02-11 David Carlton <carlton@kealia.com>
22084
22085 * gdb.cp/breakpoint.exp: New.
22086 * gdb.cp/breakpoint.cc: New.
22087
6e19e2bf
MC
220882004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22089
22090 Partial fix for PR gdb/1543.
22091 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22092 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22093 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22094 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22095 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22096 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22097 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22098 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22099 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22100 to bug-gdb@prep.ai.mit.edu .
22101 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22102 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22103 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22104 Likewise.
22105
5c5455dc
AC
221062004-02-10 Andrew Cagney <cagney@redhat.com>
22107
22108 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22109 using gdb_internal_error_resync.
22110
9cf689d7
DJ
221112004-02-09 Daniel Jacobowitz <drow@mvista.com>
22112
22113 * gdb.threads/thread-specific.exp: Stop early if no threads are
22114 found.
22115
d2dc51db
MC
221162004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22117
22118 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22119
14b1a056
DJ
221202004-02-08 Daniel Jacobowitz <drow@mvista.com>
22121
22122 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22123 breakpoints.
22124
83f66e8f
DJ
221252004-02-07 Daniel Jacobowitz <drow@mvista.com>
22126
22127 * config/sim.exp (gdb_load): Handle $arg == "".
22128 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22129 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22130
30fc0091
EZ
221312004-02-07 Elena Zannoni <ezannoni@redhat.com>
22132
a9c64011
AS
22133 * gdb.base/maint.exp: Update test to reflect
22134 obstack changes.
30fc0091 22135
4d806929
JJ
221362004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22137
22138 * gdb.base/pendshr.c (pendfunc): New function that calls
22139 pendfunc1.
22140 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22141
7bfdd688
FF
221422004-02-04 Fred Fish <fnf@redhat.com>
22143
22144 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22145 function symbols and update copyright years.
22146 * gdb.arch/gdb1291.c: Ditto.
22147
aaa08ee4
MC
221482004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22149
22150 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22151
dbad7755
MC
221522004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22153
22154 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22155
ec4646ef
MC
221562004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22157
22158 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22159
1b802196
FF
221602004-02-02 Fred Fish <fnf@redhat.com>
22161
22162 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22163 remote targets. Update copyright years.
22164
18fe2033
JJ
221652004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22166
22167 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22168 support.
22169 * gdb.base/langs.exp: Fix test which attempts to create
22170 breakpoint on non-existent function to handle new pending
22171 support.
22172 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22173 a breakpoint.
22174 * gdb.base/pending.exp: New test.
22175 * gdb.base/pending.c: New file.
22176 * gdb.base/pendshr.c: Ditto.
22177
8d577d32
DC
221782004-02-02 David Carlton <carlton@kealia.com>
22179
22180 * gdb.cp/overload.exp: Add overloadNamespace tests.
22181 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22182 (overloadNamespace, XXX): New.
22183 (main): Call XXX::marker2.
22184
3ad13771
FF
221852004-02-01 Fred Fish <fnf@redhat.com>
22186
22187 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22188 * gdb.base/finish.exp: Ditto.
22189 * gdb.base/gcore.exp: Ditto.
22190 * gdb.base/huge.exp: Ditto.
22191 * gdb.base/info-proc.exp: Ditto.
22192 * gdb.base/return2.exp: Ditto.
22193 * gdb.threads/gcore-thread.exp: Ditto.
22194
44c75849
DJ
221952004-02-01 Daniel Jacobowitz <drow@mvista.com>
22196
22197 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22198
005bc093
MK
221992004-02-01 Mark Kettenis <kettenis@gnu.org>
22200
22201 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22202 that opening the file succeeds on OpenBSD.
22203
c47cebdb
DJ
222042004-02-01 Daniel Jacobowitz <drow@mvista.com>
22205
22206 * gdb.threads/thread-specific.c: New file.
22207 * gdb.threads/threads-specific.exp: New test script.
22208 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22209 to expect_out.
22210
5a01311c
MK
222112004-02-01 Mark Kettenis <kettenis@gnu.org>
22212
22213 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22214 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22215 only on the "print_small_structs from print_long_arg_list" test.
22216
ce22a4f1
DJ
222172004-02-01 Daniel Jacobowitz <drow@mvista.com>
22218
22219 * gdb.base/completion.exp: Kill a stray backslash.
22220
22221 From Jim Ingham <jingham@apple.com>:
22222 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22223 agrees with the result from sending a tab.
22224
abbab9d3
DJ
222252004-01-31 Daniel Jacobowitz <drow@mvista.com>
22226
22227 * gdb.base/chng-syms.exp: Remove stray newline.
22228
53904d1e
MK
222292004-01-31 Mark Kettenis <kettenis@gnu.org>
22230
22231 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22232 *-*-openbsd*.
22233 * gdb.asm/openbsd.inc: New file.
22234
3a4b3aac
MK
222352004-01-30 Mark Kettenis <kettenis@gnu.org>
22236
22237 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22238 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22239 *-*solaris2*. Remove commented out default settings for
22240 asm-flags. Replace gdb_compile with target_link.
22241
ebac27b4
MC
222422004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22243
22244 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22245 for all tests. Remove old hp-ux and cygnus xfail cases.
22246
d8679d84
PH
222472004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22248
22249 * gdb.base/chng-syms.exp: New file.
22250 * gdb.base/chng-syms.c: New file.
22251
0a55bc22
MC
222522004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22253
22254 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22255 Provide arms for current output in all my configurations.
22256
94b8e876
MC
222572004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22258
22259 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22260 * lib/compiler.cc: Likewise.
22261 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22262 get the right preprocessor. Eval the output directly. Remove
22263 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22264 hp_f77_compiler and hp_f90_compiler completely.
22265 (gdb_preprocess): Delete.
22266 (get_compiler): Delete.
22267
7cf03d44
MK
222682004-01-24 Mark Kettenis <kettenis@gnu.org>
22269
22270 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22271 <string.h>.
22272
68b6dce9
NR
222732004-01-24 Nick Roberts <nick@nick.uklinux.net>
22274
22275 * gdb.mi/mi-stack.exp: Update copyright.
22276
b368761e
DC
222772004-01-23 David Carlton <carlton@kealia.com>
22278
22279 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22280 test for cp_lookup_transparent_type.
22281 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22282 call them.
22283
f2061b53
DJ
222842004-01-23 Daniel Jacobowitz <drow@mvista.com>
22285
22286 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22287 after -var-update.
22288
37fc574a
DC
222892004-01-23 David Carlton <carlton@kealia.com>
22290
22291 * gdb.cp/namespace.cc (C::ensureRefs): New.
22292 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22293
8e94b928
NR
222942004-01-20 Nick Roberts <nick@nick.uklinux.net>
22295
22296 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22297 case "-stack-list-locals 2".
22298 * gdb.mi/mi-var-child.exp: Test for case
22299 "-var-list-children --all-values NAME".
22300
997b0952
MC
223012004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22302
22303 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22304
52470da3
MK
223052004-01-18 Mark Kettenis <kettenis@gnu.org>
22306
7049b4b8
MK
22307 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22308 used with gdb_test_multiple.
22309
52470da3
MK
22310 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22311 read at address 0. This fixes PR testsuite/1504.
22312
da6012e5
DJ
223132004-01-18 Daniel Jacobowitz <drow@mvista.com>
22314
22315 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22316 Remove downloading, guessing the host executable, the calls to
22317 gdb_file_cmd and gdb_target_cmd, and "load" support.
22318 (infer_host_exec): New function broken out from gdb_load.
22319 (gdb_load): New wrapper for gdbserver_gdb_load.
22320 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22321 gdb_target_cmd. Use -target-select.
22322 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22323 Download binaries to the host. Clear last_mi_remote_file when
22324 we load a new binary.
22325 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22326 call gdbserver_gdb_load and mi_gdb_target_cmd.
22327
32c70722
MC
223282004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22329
22330 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22331 type patterns.
22332
b0cecf36
MC
223332004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22334
22335 * gdb.cp/templates.exp: Fix typo in test name of
22336 "print Foo<volatile char*>::foo".
22337
4120d7e6
MC
223382004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22339
22340 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22341
f679e530
BE
223422004-01-16 Ben Elliston <bje@wasabisystems.com>
22343
22344 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22345 (clean mostlyclean): Remove empty rm.
22346
091c48f6
MC
223472004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22348
22349 * gdb.base/setvar.exp: Add copyright years.
22350
3e5fc8d2
DC
223512004-01-14 David Carlton <carlton@bactrian.org>
22352
22353 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22354 PR c++/1511 and update coment.
22355 * gdb.cp/templates.exp: Update patterns to match current output.
22356 If changes involve something other than whitespace, KFAIL
22357 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22358
63d06c5c
DC
223592004-01-14 David Carlton <carlton@kealia.com>
22360
22361 * gdb.cp/namespace.exp: Add tests involving classes defined within
22362 namespaces.
22363 * gdb.cp/namespace.cc (C::CClass): New.
22364 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22365
a51dab88
EZ
223662004-01-14 Elena Zannoni <ezannoni@redhat.com>
22367
22368 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22369 what debug info we have. Print a better message if something goes
22370 wrong while producing the separate debug info file.
22371
a476ccc9
MC
223722004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22373
22374 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22375
f453692c
MC
223762004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22377
22378 * gdb.base/callfuncs.c: Add copyright notice.
22379
f40063a5
MC
223802004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22381
22382 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22383 inheritance. PR gdb/1498, PR gcc/13539.
22384
19ac3974
EZ
223852004-01-13 Elena Zannoni <ezannoni@redhat.com>
22386
a9c64011
AS
22387 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22388 test specific name.
22389 * gdb.mi/gdb669.exp: Ditto.
22390 * gdb.mi/mi-pthreads.exp: Ditto.
22391 * gdb.mi/mi1-pthreads.exp: Ditto.
22392 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 22393
56c97c6e
MC
223942004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22395
22396 * gdb.cp/member-ptr.cc: Add copyright notice.
22397
a0644324
MC
223982004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22399
22400 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22401 some patterns for recent versions of gcc and hpacc. Delete
22402 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22403 Delete tests that access a NULL pointer-to-member-data. This
22404 script is still disabled for gcc.
22405
32fabe09
EZ
224062004-01-12 Elena Zannoni <ezannoni@redhat.com>
22407
22408 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 22409 escaped correctly.
32fabe09 22410
1f8a6abb
EZ
224112004-01-12 Elena Zannoni <ezannoni@redhat.com>
22412
22413 * gdb.base/sepdebug.exp: New file.
22414 * gdb.base/sepdebug.c: New file.
22415 * lib/gdb.exp (separate_debug_filename): New procedure.
22416 (gdb_gnu_strip_debug): New procedure.
22417
48efe704
AC
224182004-01-12 Andrew Cagney <cagney@redhat.com>
22419
22420 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22421 * gdb.mi/ChangeLog-1999-2003: New file.
22422
a9415475
AC
224232004-01-12 Andrew Cagney <cagney@redhat.com>
22424
22425 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22426 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22427 or EEXIST", treat EBUSY as an XFAIL.
22428
83b8cf9d
MC
224292004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22430
22431 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22432 hp_cc_compiler.
22433
9939d2a8
MC
224342004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22435
22436 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22437 decorations.
22438
1ff8cadf
MC
224392004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22440
22441 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22442 and "(aCC)" decorations. Remove obsolete doco about old
22443 test results.
22444
6fa9022e
MC
224452004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22446
22447 * gdb.cp/exception.exp: Fix typo in doco.
22448
209721fe
MK
224492004-01-09 Mark Kettenis <kettenis@gnu.org>
22450
22451 * gdb.base/gdb1476.exp: Fix typo.
22452
ef11303e
MC
224532004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22454
22455 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22456 file.
22457
041ab88c
MC
224582004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22459
22460 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22461 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22462 Use gdb_compile. Remove restriction on gcc. Add some patterns
22463 for recent version of gdb. Delete second half, which was a copy
22464 of the first half with different build flags. This test is
22465 still disabled because it is still not ready for production.
22466
e36d075a
MC
224672004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22468
22469 * gdb.cp/exception.cc: Add copyright notice.
22470 * gdb.cp/exception.exp: Add a notice that this file is broken
22471 because of line number changes caused by addition of copyright
22472 notice.
22473
42b190ad
MC
224742004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22475
22476 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22477 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22478
8f25f06b
MC
224792004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22480
22481 * gdb.cp/classes.exp: Accept gnu abi 2.
22482 * gdb.cp/derivation.exp: Likewise.
22483 * gdb.cp/overload.exp: Likewise.
22484 * gdb.cp/virtfunc.exp: Likewise.
22485
06ded8b8
MC
224862004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22487
22488 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22489 semicolon after end of function.
22490
77c26ae3
MC
224912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22492
22493 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22494 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22495 boilerplate code for compiling and running the program under
22496 test. Add some string method tests.
22497
20757486
MC
224982004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22499
22500 * gdb.cp/bs15503.cc: Add copyright notice.
22501 * gdb.cp/bs15503.exp: Adjust line number.
22502
0fd3b503
MC
225032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22504
22505 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22506 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22507
10d1bea8
MC
225082004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22509
22510 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22511 hp_cc_compiler.
22512
2789202a
MC
225132004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22514
22515 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22516 * gdb.cp/ctti.exp: Use the marker instead of "next".
22517 With gcc, run further before bailing.
22518
b862f14c
MC
225192004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22520
22521 * gdb.cp/cttiadd.cc: Add copyright notice.
22522 * gdb.cp/cttiadd1.cc: Likewise.
22523 * gdb.cp/cttiadd2.cc: Likewise.
22524 * gdb.cp/cttiadd3.cc: Likewise.
22525
96da2469
MC
225262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22527
22528 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22529 Use gdb_test, gdb_test_multiple. Use floating-point values that
22530 have exact representations in IEEE-ish formats.
22531
053248ff
MC
225322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22533
22534 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22535 compilers. Delete duplicate call to get_compiler_info.
22536 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22537 * gdb.base/volatile.exp: Likewise.
22538
84acecdd
MK
225392004-01-07 Mark Kettenis <kettenis@gnu.org>
22540
22541 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22542 memory at address 0.
22543
fe11a27f
MC
225442004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22545
22546 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22547 to test for hp-ux assembler. Fix copyright years.
22548
60ad077b
AC
225492004-01-07 Andrew Cagney <cagney@redhat.com>
22550
22551 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22552
1c9b8f33
AC
225532004-01-07 Andrew Cagney <cagney@redhat.com>
22554
22555 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22556 when creating the read-only file. From analysis by Roland McGrath
22557 and Elena Zannoni.
22558
753ccc7a
MC
225592004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22560
22561 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22562
eca3e36b
MC
225632004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22564
22565 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22566 data pointers.
22567
f8d4bac4
MC
225682004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22569
22570 * gdb.cp/m-static.exp: Compile one source file at a time.
22571 Delete unused call to get_compiler_info.
22572
9b4e0f94
MC
225732004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22574
22575 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22576 * gdb.base/call-rt-st.exp: Likewise.
22577 * gdb.base/nodebug.exp: Likewise.
22578 * gdb.base/volatile.exp: Likewise.
22579 * gdb.cp/ref-types.exp: Likewise.
22580 * gdb.cp/templates.exp: Likewise.
22581
023c1024
MK
225822004-01-05 Mark Kettenis <kettenis@gnu.org>
22583
22584 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22585
19703c4a
MC
225862004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22587
22588 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22589 hppa*-hp-hpux*.
22590
18b67037
MK
225912004-01-04 Mark Kettenis <kettenis@gnu.org>
22592
ba6219c8
MK
22593 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22594 x86_64-*-*.
22595
18b67037
MK
22596 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22597 sparc64-*-* and sparc*-solaris2*.
22598
1bfbbb9d
MK
225992004-01-04 Mark Kettenis <kettenis@gnu.org>
22600
22601 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22602 return ${tests}" test. The ${tests} already mentions the
22603 filename.
22604
06846494
MC
226052004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22606
22607 * gdb.cp/local.exp: Accept gcc abi 2.
22608
3b0cb202
MC
226092004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22610
22611 * gdb.cp/templates.exp: Accept gcc abi 2.
22612
0643ec3f
MC
226132004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22614
22615 * lib/compiler.cc: Remove supports_template_debugging.
22616 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22617
d231d0b1
MC
226182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22619
22620 * gdb.cp/namespace.exp: Accept gcc abi 2.
22621
44ffb27c
MC
226222004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22623
22624 * gdb.cp/method.exp: Accept gcc abi 2.
22625
184ad485
MC
226262004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22627
22628 * gdb.cp/classes.exp: Generate identical results as old version.
22629 * gdb.cp/derivation.exp: Likewise.
22630 * gdb.cp/overload.exp: Likewise.
22631 * gdb.cp/virtfunc.exp: Likewise.
22632
116f09e7
MC
226332004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22634
22635 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22636 mysterious bug with sourceware version of expect.
22637
b1379776
MC
226382004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22639
22640 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22641 current versions of gcc, including gcc abi 2. Remove gratuitous
22642 restart of test program. Use gdb_test_multiple and gdb_test for
22643 all tests. Add patterns to xfail missing "const" in "const char *"
22644 and kfail PR gdb/1155.
22645
6b7a4c0e
MC
226462004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22647
22648 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22649 current versions of gcc, including gcc abi 2. Remove gratuitous
22650 restart of test program. Use gdb_test_multiple and gdb_test for
22651 all tests. Add patterns to kfail PR gdb/1498.
22652
51615d72
MC
226532003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22654
22655 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22656 current versions of gcc, including gcc abi 2. Use "breakpoint"
22657 and "continue" instead of restarting the target program. Use
22658 gdb_test_multiple and gdb_test for all tests.
22659
7b79a9d7
MK
226602004-01-01 Mark Kettenis <kettenis@gnu.org>
22661
22662 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22663 for *-*-solaris2*.
22664
1cd3489f
MC
226652003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22666
22667 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22668 current versions of gcc, including gcc abi 2. Use "breakpoint"
22669 and "continue" instead of restarting the target program several
22670 times. Use gdb_test_multiple and gdb_test for all tests.
22671
850742db
MC
226722003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22673
22674 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22675 source files.
22676
eb4bbda8
MC
226772003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22678
22679 * gdb.base/environ.exp: Handle compiling test case from multiple
22680 source files.
22681
e42c7771
MC
226822003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22683
22684 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22685
80e4b428
JB
226862003-12-17 Jim Blandy <jimb@redhat.com>
22687
5f06973a
JB
22688 * gdb.base/freebpcmd.c: Add copyright notice.
22689
80e4b428
JB
22690 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22691
0ab84fb7
MC
226922003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22693
22694 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22695
1b3bb3d0
JB
226962003-12-13 Jim Blandy <jimb@redhat.com>
22697
22698 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22699
3a4c9371
KB
227002003-12-12 Kevin Buettner <kevinb@redhat.com>
22701
22702 * gdb.asm/frv.inc: New file.
22703 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22704
a1dea79a
FF
227052003-12-09 Fred Fish <fnf@redhat.com>
22706
22707 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22708 functions to break1.c and leave prototypes behind. Add more
22709 "set breakpoint NN here" comments.
22710 * gdb.base/break1.c: New file.
22711
22712 * gdb.base/break.exp: Handle compiling test case from multiple
22713 source files and change source file references as needed.
22714 * gdb.base/completion.exp: Ditto.
22715 * gdb.base/condbreak.exp: Ditto.
22716 * gdb.base/define.exp: Ditto.
22717 * gdb.base/ena-dis-br.exp: Ditto.
22718 * gdb.base/info-proc.exp: Ditto.
22719 * gdb.base/maint.exp: Ditto.
22720 * gdb.base/until.exp: Ditto.
22721
22722 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22723 hardcoded line numbers.
22724 * gdb.base/define.exp: Ditto.
22725 * gdb.base/ena-dis-br.exp: Ditto.
22726 * gdb.base/maint.exp: Ditto.
22727 * gdb.base/until.exp: Ditto.
22728
22729 * gdb.base/completion.exp: Use "break1" for completion tests since
22730 "break" is no longer a unique prefix.
22731
5266b69c
AC
227322003-12-06 Andrew Cagney <cagney@redhat.com>
22733
22734 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22735 "return_value_unimplemented". When an unimplemented struct return
22736 architecture, report incorrect values as a KFAIL
22737
374451f0
MC
227382003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22739
22740 * gdb.cp/rtti.exp: Accept new wording of warning from
22741 cp_lookup_rtti_type.
22742
ba9b20a7
MC
227432003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22744
22745 Partial fix for PR testsuite/1456.
22746 * gdb.base/scope.exp (test_at_main): Replace references to
22747 gcc_compiled with calls to test_compiler_info.
22748 (test_at_foo): Likewise.
22749 (test_at_bar): Likewise.
22750
b74b6d0b
MC
227512003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22752
22753 Partial fix for PR testsuite/1456.
22754 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22755 to test_compiler_info.
22756
ccfa3402
MC
227572003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22758
22759 * gdb.base/so-impl-ld.exp: Update copyright notice.
22760
f6246aba
MC
227612003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22762
22763 Partial fix for PR testsuite/1456.
22764 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22765 to test_compiler_info.
22766
13ae734a
MC
227672003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22768
22769 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22770 from current versions of gdb. Clean up regular expressions.
22771 Delete redundant timeout case.
22772
d8e1cdee
MC
227732003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22774
22775 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22776 from current versions of gdb. Clean up regular expressions.
22777 Delete redundant timeout case.
22778
96457b64
MC
227792003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22780
22781 Partial fix for PR testsuite/1456.
22782 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22783 gcc_compiled with call to test_compiler_info.
22784
f35309fc
MC
227852003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22786
22787 Partial fix for PR testsuite/1456.
22788 * gdb.base/list.exp (test_list_function): Delete unused declaration
22789 of gcc_compiled.
22790
d7afdf9b
MC
227912003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22792
22793 Partial fix for PR testsuite/1456.
22794 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22795 call to test_compiler_info.
22796
71507b56
MK
227972003-11-29 Mark Kettenis <kettenis@gnu.org>
22798
22799 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22800 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22801 it to create the appropriate note.inc.
22802 * gdb.asm/asmsrc1.s: Include "note.inc".
22803 * gdb.asm/netbsd.inc: New file.
22804 * gdb.asm/empty.inc: New file.
22805
f81f93f7
MC
228062003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22807
22808 Partial fix for PR testsuite/1456.
22809 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22810 calls to test_compiler_info.
22811
9a77938e
MC
228122003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22813
22814 Partial fix for PR testsuite/1456.
22815 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22816 calls to test_compiler_info.
22817
e8367dc7
MK
228182003-11-27 Mark Kettenis <kettenis@gnu.org>
22819
22820 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22821 pattern for the KFAILs.
22822
526c61ee
AF
228232003-11-25 Adam Fedor <fedor@gnu.org>
22824
22825 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22826 * gdb.objc/objcdecode.m: New file.
22827
28f2d600
AF
228282003-11-25 Adam Fedor <fedor@gnu.org>
22829
22830 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22831 * gdb.objc/nondebug.m: New file.
22832
a3895cee
BE
228332003-11-26 Ben Elliston <bje@wasabisystems.com>
22834
22835 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22836 NetBSD as it does on FreeBSD. Modelled on a similar change by
22837 Mark Kettenis on 2003-05-30.
22838 (link-flags): Set to "--entry _start" regardless of target.
22839 Special linker flags are to be appended to $link-flags.
22840 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22841
c9f2c8a3
MC
228422003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22843
22844 * gdb.cp/method.exp: Accept output of new demangler.
22845
15a0587a 228462003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22847
22848 * gdb/class2.exp: New file.
22849 * gdb/class2.cc: New file.
22850
3c00b570
MC
228512003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22852
22853 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22854 of new demangler.
22855
7027acc7
MK
228562003-11-23 Mark Kettenis <kettenis@gnu.org>
22857
22858 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22859 of gdb_test "run".
22860
b0e1598a
MK
228612003-11-23 Mark Kettenis <kettenis@gnu.org>
22862
22863 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22864 "continue" into "run".
22865
4d9eda44
MC
228662003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22867
22868 Partial fix for PR testsuite/1456.
22869 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22870 call to test_compiler_info.
22871 * gdb.cp/ctti.exp: Likewise.
22872 * gdb.cp/derivation.exp: Likewise.
22873 * gdb.cp/member-ptr.exp: Likewise.
22874 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22875 reference to gcc_compiled.
22876
228772003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22878
22879 Fix PR testsuite/1463.
22880 * gdb.base/structs.exp (start_structs_test): Call
22881 get_debug_format before using the debug format.
22882
d422fe19
AC
228832003-11-22 Andrew Cagney <cagney@redhat.com>
22884
22885 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22886 * gdb.base/structs.exp: Use gdb_test_multiple.
22887
039cf96d
AC
228882003-11-20 Andrew Cagney <cagney@redhat.com>
22889
6882279b
AC
22890 * gdb.base/structs.exp: Handle and recover from internal errors.
22891 Replace "foo${n}" with "foo<n>" in test messages.
22892
e53890ae
AC
22893 * gdb.base/structs.exp: Update copyright. Rewrite.
22894 * gdb.base/structs.c: Update copyright. Rewrite.
22895
2b211c59
AC
22896 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22897 resync count exceeded.
d63a86f8 22898
039cf96d
AC
22899 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22900 from the internal error.
22901 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22902 Original from Jim Blandy.
22903 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22904
eac98b22
AC
229052003-11-19 Andrew Cagney <cagney@redhat.com>
22906
22907 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22908 KFAIL.
22909
67455b2a
MK
229102003-11-17 Mark Kettenis <kettenis@gnu.org>
22911
22912 New testcase for PR backtrace/1435.
22913 * gdb.arch/i386-unwind.exp: New file.
22914 * gdb.arch/i386-unwind.c: New file.
22915
853d6e5b
AC
229162003-11-17 Andrew Cagney <cagney@redhat.com>
22917
22918 * lib/gdb.exp (compiler_info): New global.
22919 (test_compiler_info): New function.
22920 (get_compiler_info): Set compiler_info.
22921 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22922 "compiler_info" to gcc-<major>-<minor>.
22923
38cf6e11
MC
229242003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22925
22926 * gdb.trace/configure: Remove.
22927
a50d3602
EZ
229282003-11-13 Elena Zannoni <ezannoni@redhat.com>
22929
22930 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22931 breakpoints.
a50d3602
EZ
22932 * gdb.base/break.exp: Remove all references to explicit line
22933 numbers.
22934
d9407aaa
NC
229352003-11-11 Nick Clifton <nickc@redhat.com>
22936
22937 * gdb.base/shreloc.exp: Do not run for targets which do not
22938 support shared objects.
22939
db488fc1
CV
229402003-11-10 Corinna Vinschen <vinschen@redhat.com>
22941
22942 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22943 Don't run tests if nofileio flag is given.
22944
6a90a18e
EZ
229452003-11-07 Elena Zannoni <ezannoni@redhat.com>
22946
22947 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22948 as well as 'Watchpoint'.
6a90a18e 22949
0b915e9c
EZ
229502003-11-06 Elena Zannoni <ezannoni@redhat.com>
22951
22952 Reported by Jim Ingham <jingham@apple.com>:
22953 * gdb.base/annota1.exp: Match at least one occurrence of the
22954 signal handler annotation.
22955
d7e4b55f
EZ
229562003-11-06 Elena Zannoni <ezannoni@redhat.com>
22957
a9c64011
AS
22958 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22959 as well as 'Watchpoint'.
d7e4b55f 22960
2fe4e8d0
MC
229612003-11-05 Michael Chastain <mec@shout.net>
22962
22963 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22964
6ef88553
KW
229652003-11-03 Kris Warkentin <kewarken@qnx.com>
22966
22967 * gdb.arch/gdb1291.c: New test file.
22968 * gdb.arch/gdb1291.exp: New test script.
22969 * gdb.arch/gdb1431.c: New test file.
22970 * gdb.arch/gdb1431.exp: New test script.
22971
ae7dc4d8
MC
229722003-10-22 Michael Chastain <mec@shout.net>
22973
22974 * gdb.mi/pthreads.c: Add copyright notice.
22975
c39d7427
MC
229762003-10-22 Michael Chastain <mec@shout.net>
22977
22978 * gdb.threads/pthreads.c: Add copyright notice.
22979
8b7d96c1
MC
229802003-10-20 Michael Chastain <mec@shout.net>
22981
22982 * gdb.base/gdb1056.exp: New test script.
22983
d1d69fdd
DJ
229842003-10-13 Daniel Jacobowitz <drow@mvista.com>
22985
22986 * gdb.threads/killed.exp: Use gdb_run_cmd.
22987
7d605576
DJ
229882003-10-13 Daniel Jacobowitz <drow@mvista.com>
22989
22990 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22991 create a core file.
22992 * gdb.threads/gcore-thread.exp: Likewise.
22993
618ec112
CV
229942003-10-13 Corinna Vinschen <vinschen@redhat.com>
22995
22996 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22997 type, based on char type.
22998 (struct bit_flags_short_t): New bitfield type, based on short type.
22999 (init_bit_flags_char): New fuction.
23000 (init_bit_flags_short): Ditto.
23001 (print_bit_flags_char): Ditto.
23002 (print_bit_flags_short): Ditto.
23003 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23004
9367a73c
MC
230052003-10-11 Michael Chastain <mec@shout.net>
23006
23007 * gdb.base/call-rt-st.exp: Update copyright year.
23008
1decf120
KI
230092003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23010
23011 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23012 * gdb.disasm/sh3.s: Ditto.
23013
5445b2ae
DJ
230142003-10-07 Daniel Jacobowitz <drow@mvista.com>
23015
23016 * gdb.threads/switch-threads.exp: New test.
23017 * gdb.threads/switch-threads.c: New source file.
23018
aec24853
CV
230192003-10-07 Corinna Vinschen <vinschen@redhat.com>
23020
23021 * gdb.base/ending-run.exp: Add sh specific case.
23022
adc7428d
AC
230232003-10-06 Andrew Cagney <cagney@redhat.com>
23024
23025 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23026 * gdb.disasm/mn10200.exp: Delete obsolete file.
23027
c9d37158
DJ
230282003-09-29 Daniel Jacobowitz <drow@mvista.com>
23029
23030 * ChangeLog: Correct an entry command.exp -> commands.exp.
23031 * gdb.base/commands.exp (bp_deleted_in_command_test)
23032 (temporary_breakpoint_commands): Check noargs.
23033
79c2c32d
DC
230342003-09-25 David Carlton <carlton@kealia.com>
23035
23036 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23037 of some print tests, where appropriate. Add tests for C::D::cd,
23038 E::ce, F::cXfX, G::XgX.
23039 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23040
594e6d67
RE
230412003-09-25 Richard Earnshaw <rearnsha@arm.com>
23042
23043 * lib/java.exp (java_init): Import target_alias before using it.
23044
10f0d451
DC
230452003-09-25 David Carlton <carlton@kealia.com>
23046
23047 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23048
274bcba0
EZ
230492003-09-23 Elena Zannoni <ezannoni@redhat.com>
23050
d63a86f8 23051 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23052 weirdness.
274bcba0 23053
cdbf20f7
MC
230542003-09-17 Michael Chastain <mec@shout.net>
23055
23056 * gdb.cp/gdb1355.exp: New file.
23057 * gdb.cp/gdb1355.c: New file.
23058
71e06f80
CV
230592003-09-15 Corinna Vinschen <vinschen@redhat.com>
23060
23061 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23062 * gdb.asm/sh.inc: New file.
23063
5c4e30ca
DC
230642003-09-11 David Carlton <carlton@kealia.com>
23065
bd45b7af
DC
23066 * gdb.cp/namespace.exp: Add tests for namespace types.
23067 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23068 (test_namespace): New.
23069
1c199746
EZ
230702003-09-11 Elena Zannoni <ezannoni@redhat.com>
23071
a9c64011 23072 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23073 * gdb.stabs/weird.exp: Ditto.
1c199746 23074
04ed252f
MC
230752003-09-08 Michael Chastain <mec@shout.net>
23076
23077 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23078
d8a2d9e7
MC
230792003-09-07 Michael Chastain <mec@shout.net>
23080
23081 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23082 'parse error'.
23083
161afb24
MK
230842003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23085
23086 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23087
49f2741a
MC
230882003-08-30 Michael Chastain <mec@shout.net>
23089
23090 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23091 * gdb.gdb/observer.exp: Ditto.
23092 * gdb.gdb/xfullpath.exp: Ditto.
23093
8afa723e
MK
230942003-08-29 Mark Kettenis <kettenis@gnu.org>
23095
23096 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23097 *-*-*bsd*.
23098
f31dfe3b
JJ
230992003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23100
23101 * gdb.base/dump.exp: Skip for ia64.
23102
4630e498
JJ
231032003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23104
23105 * gdb.asm/asm-source.exp: Add ia64 support.
23106 * gdb.asm/ia64.inc: New file.
23107
1105b7ef
MC
231082003-08-22 Michael Chastain <mec@shout.net>
23109
23110 * gdb.cp: New directory.
23111 * gdb.cp/*: Copy from gdb.c++/*.
23112 * gdb.c++/*: Remove.
23113 * Makefile.in: Change gdb.c++ to gdb.cp.
23114 * configure.in: Ditto.
23115 * configure: Regnerate.
23116
c945b932
MK
231172003-08-18 Mark Kettenis <kettenis@gnu.org>
23118
23119 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23120 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23121
2b66634b
DJ
231222003-08-17 Daniel Jacobowitz <drow@mvista.com>
23123
23124 * mi-var-display.exp (-var-list-children weird): Accept function
23125 pointers with argument types.
23126 * mi1-var-display.exp (-var-list-children weird): Likewise.
23127 * mi2-var-display.exp (-var-list-children weird): Likewise.
23128
a356f73b
DJ
231292003-08-17 Daniel Jacobowitz <drow@mvista.com>
23130
23131 * gdb.base/annota3.exp: Add missing newline.
23132
483417b8
MC
231332003-08-06 Michael Chastain <mec@shout.net>
23134
23135 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23136
c99c59c3
MS
231372003-08-12 Michael Snyder <msnyder@redhat.com>
23138
23139 * gdb.base/float.exp: Add test for SH.
23140
55ed7501
MK
231412003-08-10 Mark Kettenis <kettenis@gnu.org>
23142
23143 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23144
1a371f2e
EZ
231452003-08-07 Elena Zannoni <ezannoni@redhat.com>
23146
23147 * gdb.base/completion.exp: Remove reduntant completion test
23148 on filename.
23149
e0f353ce
EZ
231502003-08-07 Elena Zannoni <ezannoni@redhat.com>
23151
a9c64011
AS
23152 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23153 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23154 gdb.trace/save-trace.exp: Make sure that full pathnames are
23155 escaped correctly.
e0f353ce 23156
5710a1af 231572003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23158
a9c64011
AS
23159 * configure.in: Don't generate config.h from config.hin.
23160 * configure: Regenerate.
23161 * config.hin: Remove file.
23162 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23163 * gdb.threads/pthreads.c: Ditto.
5710a1af 23164
dcd81ce9
DJ
231652003-08-07 Daniel Jacobowitz <drow@mvista.com>
23166
23167 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23168 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23169 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23170 Replace ld24 with seth/add3.
23171
6009d884
AC
231722003-08-02 Andrew Cagney <cagney@redhat.com>
23173
23174 * gdb.base/annota3.exp: New file.
23175 * gdb.base/annota3.c: New file.
23176 * gdb.c++/annota3.exp: New file.
23177 * gdb.c++/annota3.cc: New file.
23178
51514e06
MC
231792003-07-29 Michael Chastain <mec@shout.net>
23180
23181 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23182 actually failed.
23183 (do_pass): Likewise.
23184 * gdb.threads/tls.exp: Always initialize no_of_threads.
23185
4ee6625b
DJ
231862003-07-27 Daniel Jacobowitz <drow@mvista.com>
23187
23188 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23189 pattern.
23190 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23191 * gdb.threads/tls.exp: Recognize one case of the host library not
23192 supporting TLS.
23193
225f2bf6
AC
231942003-07-27 Andrew Cagney <cagney@redhat.com>
23195
23196 * gdb.base/fileio.exp: Use SH when running commands using
23197 remote_exec.
23198
bcb27c9f
DJ
231992003-07-24 Daniel Jacobowitz <drow@mvista.com>
23200
23201 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23202 * gdb.base/relocate.c (dummy): New padding array.
23203
3d67be83
MS
232042003-07-22 Michael Snyder <msnyder@redhat.com>
23205
d63a86f8 23206 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23207
23208 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23209 patterns to be more general, accepting old and new output.
23210 Some output chars (such as '+') also must be quoted.
d63a86f8 23211 Some addresses are displayed numerically instead of
3d67be83
MS
23212 symbolically.
23213
57ba3b85
MS
232142003-07-23 Michael Snyder <msnyder@redhat.com>
23215
686d097c
MS
23216 * gdb.base/return2.exp: Don't test long-long return.
23217
57ba3b85
MS
23218 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23219 * gdb.disasm/t01_mov.exp: Ditto.
23220 * gdb.disasm/t02_mova.s: Ditto.
23221 * gdb.disasm/t02_mova.exp: Ditto.
23222 * gdb.disasm/t03_add.s: Ditto.
23223 * gdb.disasm/t03_add.exp: Ditto.
23224 * gdb.disasm/t04_sub.s: Ditto.
23225 * gdb.disasm/t04_sub.exp: Ditto.
23226 * gdb.disasm/t05_cmp.s: Ditto.
23227 * gdb.disasm/t05_cmp.exp: Ditto.
23228 * gdb.disasm/t06_ari2.s: Ditto.
23229 * gdb.disasm/t06_ari2.exp: Ditto.
23230 * gdb.disasm/t07_ari3.s: Ditto.
23231 * gdb.disasm/t07_ari3.exp: Ditto.
23232 * gdb.disasm/t08_or.s: Ditto.
23233 * gdb.disasm/t08_or.exp: Ditto.
23234 * gdb.disasm/t09_xor.s: Ditto.
23235 * gdb.disasm/t09_xor.exp: Ditto.
23236 * gdb.disasm/t10_and.s: Ditto.
23237 * gdb.disasm/t10_and.exp: Ditto.
23238 * gdb.disasm/t11_logs.s: Ditto.
23239 * gdb.disasm/t11_logs.exp: Ditto.
23240 * gdb.disasm/t12_bit.s: Ditto.
23241 * gdb.disasm/t12_bit.exp: Ditto.
23242 * gdb.disasm/t13_otr.s: Ditto.
23243 * gdb.disasm/t13_otr.exp: Ditto.
23244
e00759ef
EZ
232452003-07-22 Elena Zannoni <ezannoni@redhat.com>
23246
23247 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23248
8bc2021f
EZ
232492003-07-22 Elena Zannoni <ezannoni@redhat.com>
23250
a9c64011
AS
23251 * gdb.threads/tls.c : New file.
23252 * gdb.threads/tls.exp : New file.
23253 * gdb.threads/tls-main.c : New file.
23254 * gdb.threads/tls-shared.c : New file.
23255 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23256
89320c4c
AS
232572003-07-22 Andreas Schwab <schwab@suse.de>
23258
23259 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23260
180dea7c
AS
232612003-07-20 Andreas Schwab <schwab@suse.de>
23262
23263 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23264 due to insn reordering.
23265
0714963c
AC
232662003-07-15 Andrew Cagney <cagney@redhat.com>
23267
23268 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23269
98a23b3f
MC
232702003-07-15 Michael Chastain <mec@shout.net>
23271
23272 * gdb.base/gdb1250.exp: New file.
23273 * gdb.base/gdb1250.c: New file.
23274
27e417a2
ML
232752003-07-09 Michal Ludvig <mludvig@suse.cz>
23276
23277 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23278 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23279
8bc2021f
EZ
232802003-07-09 Elena Zannoni <ezannoni@redhat.com>
23281
a9c64011
AS
23282 * gdb.threads/tls.c: New file.
23283 * gdb.threads/tls.exp: New file.
23284 * gdb.threads/tls-main.c: New file.
23285 * gdb.threads/tls-shared.c: New file.
23286 * gdb.threads/tls-shared.exp: New file.
8bc2021f 23287
d99968dc
EZ
232882003-07-09 Elena Zannoni <ezannoni@redhat.com>
23289
23290 * gdb.base/annota1.exp: Make sure that we properly escape the
23291 full path of the source file. Xfail more permissive patterns,
d63a86f8 23292 due to a compiler debug info problem.
d99968dc 23293
83876b3b
AS
232942003-07-07 Andreas Schwab <schwab@suse.de>
23295
2705e972
AS
23296 * gdb.asm/m68k.inc: New file.
23297 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23298
83876b3b
AS
23299 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23300 arguments"): Also match negative number.
23301
23302 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23303
3a871b37
DJ
233042003-07-03 Daniel Jacobowitz <drow@mvista.com>
23305
23306 * gdb.base/store.c (charest): New typedef.
23307 (add_char): Rename to add_charest, update.
23308 (wack_char): Rename to wack_charest, update types. Return l + r
23309 to keep r live across the call.
23310 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23311 (wack_double, wack_doublest): Return l + r to keep r live across
23312 the call.
23313 * gdb.base/store.exp: Accomodate store.c changes.
23314
b2a7f303
DC
233152003-06-30 David Carlton <carlton@kealia.com>
23316
23317 * gdb.c++/maint.exp (test_invalid_name): New.
23318 (test_first_component): Add tests for invalid names.
23319
3c6cb4a1
MC
233202003-06-29 Michael Chastain <mec@shout.net>
23321
23322 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23323 output of '<VTT for class>' for virtual base classes.
23324
f1c2644b
DJ
233252003-06-29 Daniel Jacobowitz <drow@mvista.com>
23326
23327 * gdb.base/completion.exp: Tab-complete "complet" instead of
23328 "compl".
23329 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23330
18080350
DJ
233312003-06-29 Daniel Jacobowitz <drow@mvista.com>
23332
23333 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23334 * gdb.base/volatile.exp: Likewise.
23335
f56973f8
DJ
233362003-06-29 Daniel Jacobowitz <drow@mvista.com>
23337
23338 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23339 gdb/1265.
23340
233412003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
23342 Daniel Jacobowitz <drow@mvista.com>
23343
23344 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23345 initial line count of 'captured_main' from 26 to 32.
23346 (test_with_self): Allow xmalloc call to be interleaved with the
23347 preceding two lines.
23348
e766d4d6
JB
233492003-06-24 Joel Brobecker <brobecker@gnat.com>
23350
23351 * gdb.base/bang.exp: New testcase.
23352
f125c9a4
JB
233532003-06-23 Joel Brobecker <brobecker@gnat.com>
23354
23355 * gdb.base/langs.exp: Add some tests for the "minimal" language
23356 support.
23357
6e25beaf
EZ
233582003-06-23 Elena Zannoni <ezannoni@redhat.com>
23359
23360 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23361 the testcase.
23362
2f816dda
DJ
233632003-06-22 Daniel Jacobowitz <drow@mvista.com>
23364
23365 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23366 offset.
23367
db5a5748
DJ
233682003-06-22 Daniel Jacobowitz <drow@mvista.com>
23369
23370 * gdb.c++/pr-1210.cc: New file.
23371 * gdb.c++/pr-1210.exp: New file.
23372
1df0c130
DJ
233732003-06-21 Daniel Jacobowitz <drow@mvista.com>
23374
23375 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23376 000-exec-continue.
23377
a92feac0
MK
233782003-06-15 Mark Kettenis <kettenis@gnu.org>
23379
23380 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23381 on *-*-*bsd* instead of *-*-freebsd*.
23382
81a58f5b
AC
233832003-06-14 Andrew Cagney <cagney@redhat.com>
23384
23385 * gdb.base/store.exp: Test longest and doublest. Test all
23386 parameters. Weaken return statement match.
23387 * gdb.base/store.c: Add longest and doublest - aka long long and
23388 long double functions. Put all parameters into local register
23389 variables. Use negative values.
23390
b257a0d3
AC
233912003-06-14 Andrew Cagney <cagney@redhat.com>
23392
23393 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23394 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23395 exit status.
23396 * gdb.base/fileio.exp: Disable target when nointerrupts and
23397 noinferiorio, instead of limiting it to remote. Use remote_exec
23398 instead of system.
d63a86f8 23399
21c38304
JJ
234002003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23401
23402 * gdb.base/float.exp: Add ia64 support.
23403
1bcdb424
CV
234042003-06-12 Corinna Vinschen <vinschen@redhat.com>
23405
23406 * gdb.base/fileio.exp: Run only on remote targets.
23407
6aeb981f
CV
234082003-06-10 Corinna Vinschen <vinschen@redhat.com>
23409
23410 * gdb.base/fileio.c: New file, testing File-I/O.
23411 * gdb.base/fileio.exp: Ditto.
23412
53df362e
RG
234132003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23414
23415 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23416 shared objects after relocation at load time (gdb PR/1132).
23417 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 23418 as above, part of the shared object relocation test.
53df362e 23419
ffee1b46
MK
234202003-06-08 Mark Kettenis <kettenis@gnu.org>
23421
b5ca3722
MK
23422 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23423 fully filled history list.
23424 * gdb.base/gdb_history: New file.
23425
03ed860d
MK
23426 * gdb.base/signals.exp: XFAIL "continue to func1" on
23427 i*86-*-freebsd*.
23428
ffee1b46
MK
23429 * gdb.base/attach.exp: When trying to attach to a nonexistent
23430 process, make it possible to specify the PID based on the target,
23431 and do so for *-*-freebsd*.
23432
d80dbb52
RH
234332003-06-02 Richard Henderson <rth@redhat.com>
23434
23435 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23436
6dd77b81
RH
234372003-06-02 Richard Henderson <rth@redhat.com>
23438
23439 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23440
f6347e16
RH
234412003-06-02 Richard Henderson <rth@redhat.com>
23442
23443 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23444
2c161407
DJ
234452003-06-01 Daniel Jacobowitz <drow@mvista.com>
23446
23447 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23448 of globalvar.
23449
572eb746
MK
234502003-06-01 Mark Kettenis <kettenis@gnu.org>
23451
23452 * gdb.asm/asm-source.exp: Check for memory read errors in
23453 disassembler test on *BSD too.
23454
9e9617a5
RH
234552003-06-01 Richard Henderson <rth@redhat.com>
23456
23457 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23458 for .frame.
23459 (gdbasm_call): Lose ldgp.
23460 (gdbasm_startup): Add frame information.
23461 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23462
7b34ad4e
MK
234632003-05-31 Mark Kettenis <kettenis@gnu.org>
23464
23465 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23466 i?86-*-*.
23467
10059fdf
MK
234682003-05-30 Mark Kettenis <kettenis@gnu.org>
23469
23470 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23471 FreeBSD.
23472
acf4b816
RH
234732003-05-29 Richard Henderson <rth@redhat.com>
23474
23475 * gdb.asm/alpha.inc: New file.
23476 * gdb.asm/asm-source.exp: Use it.
23477
e9ecd949
JB
234782003-05-29 Jim Blandy <jimb@redhat.com>
23479
23480 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23481 'core.PID'.
23482
e3e5a4f3
JB
234832003-05-22 Jim Blandy <jimb@redhat.com>
23484
23485 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23486 backtrace.
d63a86f8 23487
72fe3d25
DC
234882003-05-20 David Carlton <carlton@math.stanford.edu>
23489
23490 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23491 this time.
23492
58da2eb2
DC
234932003-05-19 David Carlton <carlton@bactrian.org>
23494
23495 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23496 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23497
1fcb5155
DC
234982003-05-19 David Carlton <carlton@bactrian.org>
23499
23500 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23501 namespace tests.
23502 Bump copyright date.
23503 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23504 (main): Call C::D::marker2.
23505 * gdb.c++/namespace1.cc: New file.
23506
85e85163
JJ
235072003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23508
23509 Roland McGrath <roland@redhat.com>
d63a86f8 23510 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23511 there is no manager thread.
23512
a25fbfec
JJ
235132003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23514
d63a86f8
RM
23515 * gdb.threads/schedlock.exp: Remove assumption that all threads
23516 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23517 in one of the child threads rather than the main thread.
23518
be375bae
JB
235192003-05-07 Jim Blandy <jimb@redhat.com>
23520
09bf6082
JB
23521 Add support for assembly source testing on the s390x.
23522 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23523 architecture.
23524 * gdb.asm/s390x.inc: New file.
23525
be375bae
JB
23526 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23527 succession of 'if' statements.
23528
00905d52
AC
235292003-05-05 Andrew Cagney <cagney@redhat.com>
23530
23531 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23532
b1e29e33
AC
235332003-05-05 Andrew Cagney <cagney@redhat.com>
23534
23535 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23536 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23537
e33d66ec
EZ
235382003-05-02 Elena Zannoni <ezannoni@redhat.com>
23539
23540 * gdb.base/charset.exp: Update based on new behavior of set/show
23541 charset commands.
23542
2b6fd0d8
AC
235432003-05-01 Andrew Cagney <cagney@redhat.com>
23544
23545 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23546 variable do not give memory errors.
23547
130cacce
AF
235482003-04-30 Adam Fedor <fedor@gnu.org>
23549
23550 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23551 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23552 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23553 gdb.objc/basicclass.m: : New files
23554
23555 * lib/gdb.exp (gdb_compile_objc): New procedure.
23556
bea71854
DJ
235572003-04-27 Daniel Jacobowitz <drow@mvista.com>
23558
23559 * gdb.base/signals.exp: Make backtrace tests more specific.
23560
0f20eeea
DC
235612003-04-23 David Carlton <carlton@bactrian.org>
23562
23563 * gdb.c++/maint.exp (test_first_component): Add tests for
23564 'operator' in more locations.
23565
c8c4d8dc
KB
235662003-04-16 Kevin Buettner <kevinb@redhat.com>
23567
23568 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23569
3fe60e3c
EZ
235702003-04-16 Elena Zannoni <ezannoni@redhat.com>
23571
23572 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23573 func marke' instead. Update test name.
3fe60e3c 23574
9219021c
DC
235752003-04-15 David Carlton <carlton@math.stanford.edu>
23576
23577 * gdb.c++/maint.exp: New file.
23578
5dd55bdd
EZ
235792003-04-14 Elena Zannoni <ezannoni@redhat.com>
23580
23581 * gdb.threads/schedlock.c: Change type of thread function argument
23582 to long, to avoid warnings on 64-bit platforms.
23583
00890572
EZ
235842003-04-14 Elena Zannoni <ezannoni@redhat.com>
23585
a9c64011
AS
23586 * gdb.base/attach.exp: Add new message from ptrace in case of
23587 attaching to nonexistent process.
d63a86f8 23588
93201743
JB
235892003-04-11 Jim Blandy <jimb@redhat.com>
23590
23591 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23592 gdb.c++/userdef.cc: Place comments on the lines to which the
23593 marker function might return.
23594 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23595 gdb.c++/userdef.exp: Look for those comments to check that we've
23596 returned to the right place, instead of checking line numbers.
23597
2a11c64d
EZ
235982003-04-11 Elena Zannoni <ezannoni@redhat.com>
23599
a9c64011
AS
23600 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23601 match on sourcefile name, instead of directory name.
2a11c64d 23602
68ab8fc5
EZ
236032003-04-10 Elena Zannoni <ezannoni@redhat.com>
23604
d63a86f8 23605 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23606 working directory name.
23607
5624293a
JB
236082003-04-09 Jim Blandy <jimb@redhat.com>
23609
23610 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23611 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23612 after an inferior function call, report the failure, but allow the
23613 test to continue.
23614
f1f02ee4
SC
236152003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23616
23617 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23618 with -DPROTOTYPES.
23619
6eb79af0
SC
236202003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23621
23622 * gdb.base/break.exp: Revert last patch.
23623
8dfb4cf0
SC
236242003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23625
23626 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23627 with -DPROTOTYPES.
23628
ed4c619a
AC
236292003-04-02 Andrew Cagney <cagney@redhat.com>
23630
23631 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23632 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23633 matching directories by the name breakpoint.
23634 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23635 Make "continue to marker1" consistent.
23636 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23637 message consistent.
23638 * lib/gdb.exp: Put "the program is no longer running", and "the
23639 program exited" in parenthesis.
23640 * lib/mi-support.exp: Ditto.
d63a86f8 23641
4e35d5f0 236422003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23643
4e35d5f0
BR
23644 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23645
71900fe8
AC
236462003-03-29 Andrew Cagney <cagney@redhat.com>
23647
23648 * gdb.base/sizeof.c (main): Print the value of '\377'.
23649 * gdb.base/sizeof.exp: Check the sign of '\377'.
23650
c0655a16
MC
236512003-03-27 Michael Chastain <mec@shout.net>
23652
23653 * gdb.base/gdb1090.exp: New file.
23654 * gdb.base/gdb1090.cc: New file.
23655
5b2a3989
JB
236562003-03-27 J. Brobecker <brobecker@gnat.com>
23657
23658 * gdb.gdb/observer.exp: New regression test.
23659
79876890
MC
236602003-03-27 Michael Chastain <mec@shout.net>
23661
23662 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23663 * gdb.base/ptype.exp: Likewise.
23664
6eac95e3
CV
236652003-03-27 Corinna Vinschen <vinschen@redhat.com>
23666
23667 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23668
e8c71839
MC
236692003-03-26 Michael Chastain <mec@shout.net>
23670
23671 * gdb.base/ptype.exp: Actually use some typedef'd types.
23672
71b10041
SC
236732003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23674
23675 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23676 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23677
2512cf80
CV
236782003-03-20 Corinna Vinschen <vinschen@redhat.com>
23679
23680 * gdb.base/default.exp: Fix regular expression.
23681
0d195a4f
CV
236822003-03-20 Corinna Vinschen <vinschen@redhat.com>
23683
23684 * gdb.base/args.exp: Fix regular expression.
23685
8a2dbca8
CV
236862003-03-20 Corinna Vinschen <vinschen@redhat.com>
23687
23688 * gdb.base/help.exp: Allow Win32 child process.
23689
bf028682
CV
236902003-03-20 Corinna Vinschen <vinschen@redhat.com>
23691
23692 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23693 when stepping out of main().
23694
182dbe85
CV
236952003-03-20 Corinna Vinschen <vinschen@redhat.com>
23696
23697 * gdb.base/default.exp: Check for win32 specific message when calling
23698 "run" without executable.
23699
d67a6ba5
CV
237002003-03-20 Corinna Vinschen <vinschen@redhat.com>
23701
23702 * gdb.base/args.exp: Expect .exe in output.
23703
a955b5bb
CV
237042003-03-20 Corinna Vinschen <vinschen@redhat.com>
23705
23706 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23707 Cygwin native.
23708
bf6bad4b
AC
237092003-03-17 Andrew Cagney <cagney@redhat.com>
23710
23711 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23712 vector registes.
23713 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23714 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23715
293e9a31
DC
237162003-03-17 David Carlton <carlton@math.stanford.edu>
23717
23718 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23719 test, for PR breakpoints/38.
23720 Call test_watchpoint_and_breakpoint.
23721 * gdb.base/watchpoint.c (func3): New function.
23722 (main): Call func3.
23723
5330f2db
DC
237242003-03-04 David Carlton <carlton@math.stanford.edu>
23725
23726 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23727 Garply<Garply<char> >:: garply".
23728 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23729 with respect to PR c++/1111; note also PR c++/1113.
23730 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23731 respect to PR c++/1062.
23732 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23733
6ece72da
DC
237342003-03-03 David Carlton <carlton@math.stanford.edu>
23735
23736 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23737 with respect to PR c++/57.
23738 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23739 c++/826.
23740 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23741 respect to PR c++/57.
23742
85ca1584
DC
237432003-03-03 David Carlton <carlton@math.stanford.edu>
23744
23745 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23746 respect to PR c++/33 into FAILs.
23747
98e9c5b8
MC
237482003-03-03 Michael Chastain <mec@shout.net>
23749
7bedbf27
MC
23750 * configure.in: Update copyright years.
23751
237522003-03-03 Michael Chastain <mec@shout.net>
23753
23754 * Makefile.in: Update copyright years.
98e9c5b8 23755
f683e100
DC
237562003-02-28 David Carlton <carlton@math.stanford.edu>
23757
23758 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23759 print class instead of struct and/or superfluous protection
23760 specifiers, as long as the resulting output is equivalent to the
23761 source code.
23762 Delete FIXME from end of messages on tests that don't need
23763 fixing.
23764
a9e0cf2c
DC
237652003-02-28 David Carlton <carlton@math.stanford.edu>
23766
23767 * gdb.c++/templates.exp (do_tests): Allow const in the two
23768 Foo<volatile char *>::foo tests.
23769
e8d359df
MS
237702003-02-27 Michael Snyder <msnyder@redhat.com>
23771
d63a86f8 23772 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23773 will be consistant.
23774
0b71dc91
DC
237752003-02-26 David Carlton <carlton@math.stanford.edu>
23776
23777 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23778 char *>::foo" test with respect to PR c++/33. Create a new test
23779 which is identical to that one except that it doesn't put the
23780 space between the "char" and the "*"; KFAIL it, too.
23781
dd14ab43
DC
237822003-02-26 David Carlton <carlton@math.stanford.edu>
23783
23784 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23785 template types into either PASSes or KFAILs (corresponding to PR
23786 c++/57). Tweak indentation. Update copyright.
23787
1146c7f1
SC
237882003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23789
23790 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23791
74641dfb
MC
237922003-02-13 Michael Chastain <mec@shout.net>
23793
23794 * gdb.base/exprs.exp: Remove i960 remnants.
23795 * gdb.base/funcargs.exp: Likewise.
23796 * gdb.base/list.exp: Likewise.
23797 * gdb.base/ptype.exp: Likewise.
23798
559cd2d0
DC
237992003-02-14 David Carlton <carlton@math.stanford.edu>
23800
23801 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23802 pEe->D::vg()" from XFAIL to KFAIL.
23803
c4f90d87
JM
238042003-02-13 Jason Molenda (jmolenda@apple.com)
23805
23806 * gdb.base/maint.exp: Update maint print statistics regexp to include
23807 new entries.
23808
cbc4d97c
MC
238092003-02-13 Michael Chastain <mec@shout.net>
23810
23811 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23812
40f235b7
MC
238132003-02-12 Michael Chastain <mec@shout.net>
23814
23815 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23816 * gdb.c++/inherit.exp: Likewise.
23817 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23818 * gdb.c++/templates.exp: Likewise.
23819 * gdb.c++/virtfunc.exp: Likewise.
23820
c56716b0
JM
238212003-02-06 Jason Molenda (jason-cl@molenda.com)
23822
23823 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23824 why the code is written that way.
23825
070afcf8
MC
238262003-02-05 Michael Chastain <mec@shout.net>
23827
23828 * gdb.base/dump.exp: Add missing copyright line.
23829
5d0331e5
JM
238302003-02-05 Jason Molenda (jason-cl@molenda.com)
23831
f7ae6d3e 23832 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23833 at the beginning so the breakpoint doesn't get set on the loop.
23834
92851186
MC
238352003-02-05 Michael Chastain <mec@shout.net>
23836
23837 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23838 output for configurations with gcc 2.95.3.
23839
cbf1e085
AC
238402003-02-05 Keith Seitz <keiths@redhat.com>
23841 Andrew Cagney <ac131313@redhat.com>
23842
23843 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23844
29518e1e
MC
238452003-02-04 Michael Chastain <mec@shout.net>
23846
23847 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23848 Call perror and then continue.
23849
5af1d5f3
MC
238502003-02-03 Michael Chastain <mec@shout.net>
23851
23852 * gdb.c++/pr-1023.cc: New file.
23853 * gdb.c++/pr-1023.exp: New file.
23854
6b549786
JB
238552003-02-05 Jim Blandy <jimb@redhat.com>
23856
23857 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23858 it's local to foobar. Check for it there, and check that it's not
23859 present in main.
23860 * gdb.c++/local.cc (marker2): New function.
23861 (foobar): Call marker1.
23862 (main): Call marker2 instead of marker1.
23863
67f16606
AC
238642003-02-04 Andrew Cagney <ac131313@redhat.com>
23865
23866 * gdb.disasm/mn10200.exp: Obsolete file.
23867 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23868 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23869 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23870
1c5cb38e
DC
238712003-02-04 David Carlton <carlton@math.stanford.edu>
23872
23873 * gdb.c++/overload.exp: Test intToChar(1).
23874 * gdb.c++/overload.cc (intToChar): New.
23875 (main): Call intToChar.
23876
d1fe6965
DC
238772003-02-03 David Carlton <carlton@math.stanford.edu>
23878
23879 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23880 'might_kfail' arg.
23881 KFAIL some of the continue_to_bp_overloaded calls, according to
23882 PR c++/1025.
23883
9ba61c5d
MC
238842003-02-01 Michael Chastain <mec@shout.net>
23885
23886 * gdb.base/advance.c (marker1): New marker function.
23887 * gdb.base/advance.exp: When the 'advance' command lands on the
23888 return breakpoint, it can legitimately stop on either the
23889 current line or the next line. Accommodate both outcomes.
23890 * gdb.base/until.exp: Likewise.
23891
e7494ffb
AC
238922003-02-02 Andrew Cagney <ac131313@redhat.com>
23893
23894 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23895 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23896 now a list, not a tuple.
23897 * gdb.mi/mi-var-display.exp: Ditto.
23898 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23899
075559bc
AC
239002003-02-01 Andrew Cagney <ac131313@redhat.com>
23901
23902 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23903 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23904 stack backtraces.
23905 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23906
2bd4c7b1
MK
239072003-02-01 Mark Kettenis <kettenis@gnu.org>
23908
23909 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23910 gdb.mi/mi1-pthreads.exp: Return instead of calling
23911 gdb_suppress_entire_file.
23912
eabd8992
MS
239132003-02-01 Mark Salter <msalter@redhat.com>
23914
23915 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23916
71469e2f
MS
239172003-01-31 Mark Salter <msalter@redhat.com>
23918
23919 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23920 Support empty arg.
23921
38a94d44
MC
239222003-01-30 Michael Chastain <mec@shout.net>
23923
23924 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23925 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23926 has been fixed in gdb/readline on 2003-01-09.
23927
19ea9e73
MS
239282003-01-29 Michael Snyder <msnyder@redhat.com>
23929
e8d359df
MS
23930 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23931 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23932 * gdb.base/args.exp: Skip if target does not support args passing.
23933
2307bd6a
DJ
239342003-01-22 Daniel Jacobowitz <drow@mvista.com>
23935
19ea9e73 23936 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23937 gdb_test. Accept a list of expect arguments as the third
23938 parameter.
23939 (gdb_test): Use it.
23940
f2dd3617
EZ
239412003-01-20 Elena Zannoni <ezannoni@redhat.com>
23942
23943 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23944 allow for different test tree configurations. Update some
23945 tescases accordingly.
23946 * gdb.arch/altivec-regs.exp: Ditto.
23947 * gdb.asm/asm-source.exp: Ditto.
23948 * gdb.base/advance.exp: Ditto.
23949 * gdb.base/display.exp: Ditto.
d63a86f8 23950 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23951 * gdb.base/mips_pro.exp: Ditto.
23952 * gdb.base/overlays.exp: Ditto.
23953 * gdb.base/relocate.exp: Ditto.
23954 * gdb.base/setshow.exp: Ditto.
23955 * gdb.base/step-line.exp: Ditto.
23956 * gdb.base/step-test.exp: Ditto.
23957 * gdb.base/until.exp: Ditto.
23958 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23959
c71cdefd
DC
239602003-01-17 David Carlton <carlton@math.stanford.edu>
23961
23962 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23963 corresponding to PR c++/945.
23964 Update copyright.
23965
fdba05d7
DC
239662003-01-17 David Carlton <carlton@math.stanford.edu>
23967
23968 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23969 corresponding to PR c++/68.
23970
239712003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23972
23973 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23974 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23975 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23976
c362c33a
EZ
239772003-01-15 Elena Zannoni <ezannoni@redhat.com>
23978
0fbc361c
EZ
23979 * gdb.base/break.exp: Fix change of default location, because of
23980 removal of until tests.
23981 * gdb.base/help.exp: Update test for new 'until' help message.
23982 Add test for help on 'advance'.
a9c64011 23983 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23984
dabf8a35
MK
239852003-01-15 Mark Kettenis <kettenis@gnu.org>
23986
23987 * gdb.base/default.exp: Adapt "info float" test for recent changes
23988 to that command. Add test for "info vector".
23989 * gdb.base/float.exp: New file. Add test for "info float" that
23990 resembles the old test in gdb.base/default.exp.
23991
a1769aca
DC
239922003-01-15 David Carlton <carlton@math.stanford.edu>
23993
23994 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23995
82025e13
EZ
239962003-01-15 Elena Zannoni <ezannoni@redhat.com>
23997
23998 * gdb.base/break.exp: Move the tests of until command from here...
23999 * gdb.base/until.exp: ... to here. New file. Add other tests.
24000 * gdb.base/advance.c: New file.
24001 * gdb.base/advance.exp: New file.
24002
8f9ab801
EZ
240032003-01-14 Elena Zannoni <ezannoni@redhat.com>
24004
a9c64011
AS
24005 * gdb.base/args.c: New file.
24006 * gdb.base/args.exp: New file.
8f9ab801 24007
9ae66589
DJ
240082003-01-14 Daniel Jacobowitz <drow@mvista.com>
24009
24010 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24011
8d77e5c3
DJ
240122003-01-14 Daniel Jacobowitz <drow@mvista.com>
24013
24014 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24015
12d2f0a1
DJ
240162003-01-14 Daniel Jacobowitz <drow@mvista.com>
24017
24018 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24019 dates.
24020
6ca37014
DJ
240212003-01-13 Daniel Jacobowitz <drow@mvista.com>
24022
24023 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24024
b0023472
DJ
240252003-01-13 Daniel Jacobowitz <drow@mvista.com>
24026
24027 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24028 (ptype &*"foo").
24029 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24030
607fbc54 240312003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24032
24033 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24034 * gdb.mi/mi1-console.exp: Likewise.
24035
607fbc54 240362003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24037
24038 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24039 * gdb.mi/mi1-console.exp: Likewise.
24040
a1fb14a2
DJ
240412003-01-13 Daniel Jacobowitz <drow@mvista.com>
24042
24043 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24044
c4cf40b7
DJ
240452003-01-09 Daniel Jacobowitz <drow@mvista.com>
24046
24047 * gdb.base/detach.exp: New test.
24048
696d5a5b
DJ
240492003-01-09 Daniel Jacobowitz <drow@mvista.com>
24050
24051 * Makefile.in (ALL_SUBDIRS): New variable.
24052 (subdirs, clean, distclean): Use it.
24053 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24054 regenerating Makefile, since it is generated from the top level.
24055 * gdb.asm/Makefile.in: Likewise.
24056 * gdb.base/Makefile.in: Likewise.
24057 * gdb.c++/Makefile.in: Likewise.
24058 * gdb.disasm/Makefile.in: Likewise.
24059 * gdb.java/Makefile.in: Likewise.
24060 * gdb.mi/Makefile.in: Likewise.
24061 * gdb.threads/Makefile.in: Likewise.
24062 * gdb.trace/Makefile.in: Likewise.
24063
754533e4
DC
240642003-01-09 David Carlton <carlton@math.stanford.edu>
24065
24066 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24067 Add copyright year 2003.
24068
d8b3e9ee
MC
240692003-01-06 Michael Chastain <mec@shout.net>
24070
24071 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24072 When selecting a thread, 'line' and 'file' are optional.
24073 * gdb.mi/mi1-pthreads.exp: Likewise.
24074
8e9e0fe6
AS
240752003-01-06 Andreas Schwab <schwab@suse.de>
24076
24077 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24078 failures.
24079
b5ab8ff3
DJ
240802003-01-04 Daniel Jacobowitz <drow@mvista.com>
24081
24082 Fix PR gdb/844
24083 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24084 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24085
24086 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24087 instead of calling gdb_suppress_entire_file.
24088 * gdb.threads/print-threads.exp: Likewise.
24089 * gdb.threads/schedlock.exp: Likewise.
24090
24091 * gdb.threads/killed.exp: Return instead of calling
24092 gdb_suppress_entire_file.
24093 * gdb.threads/linux-dp.exp: Likewise.
24094 * gdb.threads/pthreads.exp: Likewise.
24095
1e698235
DJ
240962003-01-04 Daniel Jacobowitz <drow@mvista.com>
24097
24098 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24099 stabs.
24100 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24101 * gdb.base/whatis.exp: Always allow (void) after function names.
24102
147ff08c
DJ
241032003-01-04 Daniel Jacobowitz <drow@mvista.com>
24104
24105 * gdb.c++/casts.exp: Correct regexp.
24106
dc62bfc2
MK
241072003-01-04 Mark Kettenis <kettenis@gnu.org>
24108
24109 * configure.in: Call AC_CONFIG_HEADER. Don't call
24110 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24111 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24112 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24113 aforementioned directories in the AC_OUPUT call.
24114 * config.hin: New file.
24115 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24116 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24117 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24118 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24119 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24120 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24121 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24122 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24123 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24124 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24125 gdb.threads/configure.in, gdb.threads/configure,
24126 gdb.threads/config.in, gdb.trace/configure.in,
24127 gdb.trace/configure: Removed.
24128
77afa639
MC
241292003-01-03 Michael Chastain <mec@shout.net>
24130
24131 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24132 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24133
7634bb6e
DJ
241342003-01-03 Daniel Jacobowitz <drow@mvista.com>
24135
24136 * gdb.base/store.exp: Fix regular expressions.
24137
b39c905e
MK
241382002-12-28 Mark Kettenis <kettenis@gnu.org>
24139
24140 * configure.in: Rewrite.
24141 * configure: Regenerated.
24142
0a8551dd
DC
241432003-01-03 David Carlton <carlton@math.stanford.edu>
24144
24145 * gdb.base/psymtab.exp: New file.
24146 * gdb.base/psymtab1.c: Ditto.
24147 * gdb.base/psymtab2.c: Ditto.
24148
c60b7188
AF
241492002-12-23 Adam Fedor <fedor@gnu.org>
24150
24151 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24152
ee73db83
DC
241532002-12-23 David Carlton <carlton@math.stanford.edu>
24154
24155 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24156 and current_directory initialization.
24157
d6c1774e
JB
241582002-12-22 Jim Blandy <jimb@redhat.com>
24159
f0a847b8
JB
24160 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24161 rather than as part of the output file name.
24162
d6c1774e
JB
24163 * gdb.base/attach.exp: There's no need to copy the test program to
24164 /tmp; that was only ever necessary on HP/UX, and this test is
24165 entirely disabled there anyway.
24166
f0708dbb
JB
241672002-12-21 Jim Blandy <jimb@redhat.com>
24168
4c2acfea
JB
24169 * gdb.c++/psmang.exp: Doc fix.
24170
f0708dbb
JB
24171 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24172 test.
24173
9579e000
DC
241742002-12-20 David Carlton <carlton@math.stanford.edu>
24175
24176 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24177
d1810171
MC
241782002-12-18 Michael Chastain <mec@shout.net>
24179
24180 * gdb.c++/annota2.exp: Add copyright year 2002.
24181
76565097
DC
241822002-12-17 David Carlton <carlton@math.stanford.edu>
24183
24184 * gdb.c++/try_catch.cc: Add marker comments.
24185 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24186 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24187 * gdb.c++/m-static.cc: Ditto.
24188 * gdb.c++/m-static1.cc: Ditto.
24189 * gdb.c++/try_catch.cc: Ditto.
24190
da81390b
JJ
241912002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24192
24193 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24194 to see whether we are using the new -environment-directory
24195 command which resets via -r or the old version of the command
24196 which may prompt the user. Part of fix for gdb/741.
24197
b304d130
AC
241982002-12-13 Andrew Cagney <ac131313@redhat.com>
24199
24200 * gdb.fortran/types.exp: Update obsolete comment.
24201 * gdb.fortran/exprs.exp: Ditto.
24202 * lib/gdb.exp: Delete obsolete code.
24203 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24204 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24205 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24206 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24207 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24208 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24209 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24210 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24211 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24212 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24213 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24214 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24215 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24216 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24217 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24218 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24219 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24220 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24221 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24222 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24223 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24224 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24225 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24226 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24227 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24228 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24229 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24230 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24231 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24232 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24233 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24234 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24235 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24236 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24237 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24238 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24239 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24240
a23b6e6a
DC
242412002-12-11 David Carlton <carlton@math.stanford.edu>
24242
24243 * gdb.c++/m-data.exp: Add test for members that shadow global
24244 variables: see PR gdb/804.
24245 * gdb.c++/m-data.cc: Ditto.
24246
6604731b
DJ
242472002-12-10 Daniel Jacobowitz <drow@mvista.com>
24248
24249 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24250
de46ecd7
DC
242512002-12-06 David Carlton <carlton@math.stanford.edu>
24252
24253 * gdb.base/store.c: Don't declare functions static.
24254
27e829d0
AC
242552002-12-04 Andrew Cagney <ac131313@redhat.com>
24256
24257 * gdb.base/store.exp, gdb.base/store.c: New files.
24258
92806416
DJ
242592002-12-03 Daniel Jacobowitz <drow@mvista.com>
24260
24261 * gdb.base/selftest.exp: Update for current gdb.
24262
3bcbaac5
DJ
242632002-12-03 Daniel Jacobowitz <drow@mvista.com>
24264
24265 * gdb.base/maint.exp: Only dump symbols from one source file
24266 or objfile.
24267
f4f00b1f
DJ
242682002-12-03 Daniel Jacobowitz <drow@mvista.com>
24269
24270 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24271 function call.
24272
f1c8a949
JB
242732002-11-25 Jim Blandy <jimb@redhat.com>
24274
24275 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24276 function appearing in error message.
24277
9e297a97
DJ
242782002-11-21 Daniel Jacobowitz <drow@mvista.com>
24279
24280 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24281
1f312e79
JJ
242822002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24283
d63a86f8
RM
24284 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24285 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
24286 should be in mi console format. This is part of fix for PR gdb/604.
24287
83c31e7d
FN
242882002-09-18 Fernando Nasser <fnasser@redhat.com>
24289
24290 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24291 which explicitly prints the zero offset as "+0".
24292
322b3f65
DJ
242932002-10-22 Daniel Jacobowitz <drow@mvista.com>
24294
24295 * gdb.threads/schedlock.c (args): Make unsigned.
24296
242972002-10-21 Daniel Jacobowitz <drow@mvista.com>
24298
24299 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24300 numbers. Allow "foo2|selected stack frame".
24301 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24302 * gdb.asm/asmsrc2.s: Likewise.
24303 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24304 comments.
24305 * gdb.asm/mips.inc: New file.
24306
5e2fe5b8
AF
243072002-10-18 Adam Fedor <fedor@gnu.org>
24308
24309 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24310 * gdb.base/help.exp: Likewise.
24311
abe1a5d0
KB
243122002-10-17 Kevin Buettner <kevinb@redhat.com>
24313
24314 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24315 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24316
10abb1d4
JB
243172002-10-02 Jim Blandy <jimb@redhat.com>
24318
24319 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24320
1f609b42
AC
243212002-10-01 Andrew Cagney <ac131313@redhat.com>
24322
24323 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24324 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24325 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24326 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24327 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24328 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24329 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24330
0aee02e4
AC
243312002-09-29 Andrew Cagney <ac131313@redhat.com>
24332
24333 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24334 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24335 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24336 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24337 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24338 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24339 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 24340
6fde09ad
KB
243412002-09-27 Kevin Buettner <kevinb@redhat.com>
24342
24343 * gdb.base/annota1.exp (info break): Make directory components of
24344 path optional since not all compilers emit this debug information.
24345
889bf7c5
PA
24346 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24347 step ends up stepping out of the function instead of stopping on
24348 the epilogue.
6fde09ad 24349
9e8aab75
KS
243502002-09-26 Keith Seitz <keiths@redhat.com>
24351
24352 * lib/insight-support.exp (gdbtk_start): Figure out where
24353 the insight executable is based on where gdb is. Use this
24354 executable to start insight instead of gdb.
24355
e36180d7
AC
243562002-09-25 Andrew Cagney <cagney@redhat.com>
24357
24358 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24359
9dd34b2b
AC
243602002-09-24 Andrew Cagney <ac131313@redhat.com>
24361
24362 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24363 test_isolated_complaints.
24364 (test_empty_complaint): New function.
24365 (test_empty_complaints): New function. Check no output when no
24366 complaints.
d63a86f8 24367
dea97812
KB
243682002-09-19 Jim Blandy <jimb@redhat.com>
24369
a9c64011 24370 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 24371
54951bd7
AC
243722002-09-19 Andrew Cagney <ac131313@redhat.com>
24373
24374 * gdb.gdb/complaints.exp: New file.
24375
dec43320
AC
243762002-09-18 Andrew Cagney <ac131313@redhat.com>
24377
24378 * gdb.base/maint.exp: Check `help maint internal-warning'.
24379
e70d6e3f
DC
243802002-09-18 David Carlton <carlton@math.stanford.edu>
24381
24382 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24383 numbers, and replace them by a single breakpoint after the
24384 constructors are all finished.
24385 Add test 4.
24386 * gdb.c++/m-static.cc: Add test 4.
24387 * gdb.c++/m-static.h: New file.
24388 * gdb.c++/m-static1.cc: New file.
24389
24390 * gdb.c++/printmethod.exp: New file.
24391 * gdb.c++/printmethod.cc: New file.
24392
24393 * gdb.c++/pr-574.exp: New file.
24394 * gdb.c++/pr-574.cc: New file.
24395
afb5c968
CV
243962002-09-18 Corinna Vinschen <vinschen@redhat.com>
24397
24398 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24399 embedded targets which never actually exit.
24400
31e45dee
FN
244012002-09-18 Fernando Nasser <fnasser@redhat.com>
24402
24403 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24404 "don't step after run" as unresolved or unsupported, instead of xfail.
24405
a283c5a1
CV
244062002-09-18 Corinna Vinschen <vinschen@redhat.com>
24407
24408 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24409 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24410 Add newline to expected string in "step out of main (status wrapper)"
24411 case.
24412
11350d2a
CV
244132002-09-18 Corinna Vinschen <vinschen@redhat.com>
24414
24415 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24416 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24417
0deec7d6
TT
244182002-09-17 Tom Tromey <tromey@redhat.com>
24419
24420 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24421 \000, not \0, in double-quoted string.
24422
b2b4a1b5
CV
244232002-09-14 Corinna Vinschen <vinschen@redhat.com>
24424
c9d37158 24425 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
24426 string after running the commands execution on breakpoint tests.
24427
1c56143a
CV
244282002-09-13 Corinna Vinschen <vinschen@redhat.com>
24429
24430 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24431
37f8da45
JB
244322002-09-12 Joel Brobecker <brobecker@gnat.com>
24433
24434 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24435
08b468e0
KS
244362002-09-10 Keith Seitz <keiths@redhat.com>
24437
24438 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24439 runto proc.
24440 (mi_run_to_main): Use mi_runto.
24441 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24442
dc360f58
KS
244432002-09-10 Keith Seitz <keiths@redhat.com>
24444
24445 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24446 regexp for stopping at main. Could have multiple event notifications.
24447 Don't assume that main was declared with no parameters.
24448 (mi_next): Use mi_step_to.
24449 (mi_step): Use mi_next_to.
24450
ce3abcfb
CV
244512002-09-09 Corinna Vinschen <vinschen@redhat.com>
24452
24453 * gdb.base/default.exp: Fix expected string in `info float' test.
24454
d1f5b980
BE
244552002-09-09 Ben Elliston <bje@redhat.com>
24456
24457 * config/mips.exp: Update comments.
24458 * config/mips-idt.exp: Likewise.
24459 * config/nind.exp: Likewise.
24460 * config/slite.exp: Likewise.
24461 * config/sparclet.exp: Likewise.
24462 * config/udi.exp: Likewise.
24463 * config/vx.exp: Likewise.
24464 * config/vxworks29k.exp: Likewise.
24465
2f71430b
JB
244662002-09-05 Jim Blandy <jimb@redhat.com>
24467
24468 * gdb.threads/killed.exp: Fix test failure message.
24469
7ddebc7e
KS
244702002-09-04 Keith Seitz <keiths@redhat.com>
24471
24472 * lib/mi-support.exp: Update copyright.
24473 (mi_gdb_test): Increase the priority of the expected pattern
24474 so that it matches gdb_test.
24475
0ae67eb3
KS
244762002-09-03 Keith Seitz <keiths@redhat.com>
24477
24478 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24479 Use integer comparison instead of string comparison for testing
24480 whether binary was built.
24481
38fc42c8
JB
244822002-09-03 Jim Blandy <jimb@redhat.com>
24483
24484 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24485
b6ff0e81
JB
244862002-08-29 Jim Blandy <jimb@redhat.com>
24487
24488 * gdb.threads/pthreads.exp: Move the portable thread compilation
24489 code into a function in lib/gdb.exp, and call that from here.
24490 * lib/gdb.exp (gdb_compile_pthreads): New function.
24491
07c98896
KS
244922002-08-29 Keith Seitz <keiths@redhat.com>
24493
24494 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24495 expect_out so that callers can get at it.
24496
0312286c
DJ
244972002-08-23 Daniel Jacobowitz <drow@mvista.com>
24498
24499 * gdb.threads/print-threads.c: New file.
24500 * gdb.threads/print-threads.exp: New file.
24501 * gdb.threads/schedlock.c: New file.
24502 * gdb.threads/schedlock.exp: New file.
24503
dd039bc4
EZ
245042002-08-22 Elena Zannoni <ezannoni@redhat.com>
24505
a9c64011
AS
24506 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24507 not altivec.c.
dd039bc4 24508
1f36144c
MK
245092002-08-17 Mark Kettenis <kettenis@gnu.org>
24510
24511 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24512 targets. The problem should be fixed now.
24513
16057ec7 245142002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24515
24516 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24517 2002-07-24 change that removes final dots from error messages.
24518
3c1499ad
TT
245192002-08-13 Tom Tromey <tromey@redhat.com>
24520
24521 * gdb.base/readline.exp: New file.
24522
a20ce2c3
AC
245232002-08-01 Andrew Cagney <ac131313@redhat.com>
24524
24525 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24526 supress message.
24527
db034ac5
AC
245282002-08-01 Andrew Cagney <cagney@redhat.com>
24529
24530 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24531 CHILL_FOR_TARGET and CHILL_LIB.
24532 * configure.in (configdirs): Remove gdb.chill.
24533 * configure: Regenerate.
24534 * lib/gdb.exp: Obsolete references to chill.
24535 * gdb.fortran/types.exp: Ditto.
24536 * gdb.fortran/exprs.exp: Ditto.
24537
3e000b18
KB
245382002-07-30 Kevin Buettner <kevinb@redhat.com>
24539
24540 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24541 set Irix-specific compile and link flags.
24542
28f4966b
KB
245432002-07-29 Kevin Buettner <kevinb@redhat.com>
24544
24545 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24546 source files. The ``-o'' option doesn't work with the ``-E'' option
24547 when using the Irix compiler.
24548
46c0d5a6
DJ
245492002-07-19 Daniel Jacobowitz <drow@mvista.com>
24550
24551 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24552 Improve support for reusing an exec file. Copy exec file
24553 to target, and run gdbserver on the target instead of on the host.
24554
eecf4bed
JB
245552002-07-18 Jim Blandy <jimb@redhat.com>
24556
0f815cdf
JB
24557 * gdb.base/ending-run.exp: Don't expect to see the program end in
24558 some orderly fashion when we're running on a real stand-alone
24559 board.
24560
eecf4bed
JB
24561 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24562 targets that don't support interrupts.
24563
52d309e4
JB
245642002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24565
24566 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24567 systems.
24568 Move comments in expect statements to inside the actions, so that they
24569 don't get matched against.
24570
ff683d9e
MK
245712002-07-10 Mark Kettenis <kettenis@gnu.org>
24572
24573 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24574 function when asleep" test.
24575
b5356753
AC
245762002-07-10 Andrew Cagney <ac131313@redhat.com>
24577
24578 * gdb.base/page.exp: Rewrite to handle problems with very long
24579 `info set' output. Update copyright.
24580
6aa4d13a
AC
245812002-06-26 Andrew Cagney <ac131313@redhat.com>
24582
24583 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24584 gdb.threads-hp.
24585 * gdb.hp/configure: Regenerate.
24586 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24587 * gdb.hp/gdb.threads-hp/configure: Delete file.
24588 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24589
8cf8c2b8
AC
245902002-06-22 Andrew Cagney <ac131313@redhat.com>
24591
24592 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24593 setlocale, bindtextdomain and textdomain.
24594
6827a8f8
JB
245952002-06-11 Jim Blandy <jimb@redhat.com>
24596
919d772c
JB
24597 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24598 preprocessor macro information is present.
24599
6827a8f8
JB
24600 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24601 tests.
24602
c15b0d21
MS
246032002-06-06 Michael Snyder <msnyder@redhat.com>
24604
c5984d70
MS
24605 * gdb.base/overlays.exp: Record addresses of overlay
24606 functions in TCL variables rather than in GDB variables,
24607 to avoid having GDB convert them to pointers (with loss
24608 of information).
24609
d63a86f8 24610 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24611 default linker script changes.
c15b0d21
MS
24612 * gdb.base/long_long.exp: Add check for sizeof (long double).
24613
be26fe0d
ML
246142002-06-06 Michal Ludvig <mludvig@suse.cz>
24615
24616 * gdb.asm/asm-source.exp: Add x86-64 target.
24617 * gdb.asm/x86_64.inc: New.
d63a86f8 24618
258093ca 246192002-05-30 Michael Chastain <mec@shout.net>
258093ca 24620
4b3153f1 24621 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24622 * gdb.c++/m-static.cc: New file.
24623 * gdb.c++/m-static.exp: New file.
24624
241264c6
MS
246252002-05-28 Michael Snyder <msnyder@redhat.com>
24626
24627 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24628 precision.
24629
9bba8c8f 246302002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24631
4b3153f1 24632 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24633 * gdb.c++/m-data.cc: New file.
24634 * gdb.c++/m-data.exp: New file.
24635
246362002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24637
4b3153f1 24638 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24639 * gdb.c++/try_catch.cc: New file.
d63a86f8 24640 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24641
def1b996
MC
246422002-05-27 Michael Chastain <mec@shout.net>
24643
24644 * gdb.c++/local.exp: Accept more nested types in output.
24645
522ba268
MC
246462002-05-26 Michael Chastain <mec@shout.net>
24647
24648 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24649
277254ba
MS
246502002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24651
24652 * lib/gdb.exp (gdb_wrapper_init): Just because
24653 gdb_wrapper_file exists, this does not mean that the file
24654 should not be rebuilt. That is what gdb_wrapper_initialized
24655 is for.
24656 (default_gdb_init): Reset gdb_wrapper_initialized.
24657
b61a8733
MS
246582002-05-23 Michael Snyder <msnyder@redhat.com>
24659
d63a86f8 24660 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24661 the precision of the floating point test results.
24662 * gdb.base/call-rt-st.exp: Ditto.
24663
b61a8733
MS
24664 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24665 * gdb.base/call-rt-st.exp: Ditto.
24666
56f6e910
MC
246672002-05-19 Michael Chastain <mec@shout.net>
24668
24669 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24670
ad0b0016
EZ
246712002-05-19 Elena Zannoni <ezannoni@redhat.com>
24672
a9c64011
AS
24673 * configure.in (configdirs): Add gdb.arch.
24674 * configure: Regenerate.
ad0b0016 24675
f617d2b6
JB
246762002-05-17 Jim Blandy <jimb@redhat.com>
24677
24678 * gdb.base/completion.exp: Recognize the more detailed error
24679 messages produced by the macro expander's lexical analyzer.
24680
eac2a696
EZ
246812002-05-14 Elena Zannoni <ezannoni@redhat.com>
24682
a9c64011
AS
24683 * gdb.arch/altivec-abi.c: New file.
24684 * gdb.arch/altivec-abi.exp: New file.
24685 * gdb.arch/altivec-regs.c: New file.
24686 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24687
2fdde8f8
DJ
246882002-05-14 Daniel Jacobowitz <drow@mvista.com>
24689
24690 * gdb.base/maint.exp (maint print type): Update for new type
24691 structure.
d63a86f8 24692
e31f1a7c
EZ
246932002-05-14 Elena Zannoni <ezannoni@redhat.com>
24694
24695 * gdb.arch: New directory.
24696 * gdb.arch/configure.in: New file.
24697 * gdb.arch/configure: New file.
24698 * gdb.arch/Makefile.in: New file.
24699
db589741
CV
247002002-05-13 Corinna Vinschen <vinschen@redhat.com>
24701
24702 * gdb.asm/asm-source.exp: Add v850 as supported target.
24703 * gdb.asm/v850.inc: New file.
24704
8ce2a7dc
DJ
247052002-05-13 Daniel Jacobowitz <drow@mvista.com>
24706
24707 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24708
df763c7f
DJ
247092002-05-12 Daniel Jacobowitz <drow@mvista.com>
24710
24711 * gdb.base/break.exp: Check 'break "marker2"'.
24712
377daeed
MS
247132002-05-10 Michael Snyder <msnyder@redhat.com>
24714
24715 * gdb.base/long_long.exp: Fix typo.
24716
c4b7bc2b
JB
247172002-05-10 Jim Blandy <jimb@redhat.com>
24718
ecac9a4e
JB
24719 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24720 a bug.
24721
c4b7bc2b
JB
24722 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24723 Recognize more detailed error message produced by the macro
24724 expander's lexical analyzer.
24725 * lib/gdb.exp (test_print_reject): Same.
24726
e71019a1
MK
247272002-05-09 Mark Kettenis <kettenis@gnu.org>
24728
24729 * gdb.c++/method.exp: Fix typo.
24730
fedfc8e6
MS
247312002-05-08 Michael Snyder <msnyder@redhat.com>
24732
166a1957
MS
24733 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24734 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24735 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24736 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24737 Add iftarget clause for strongarm.
d63a86f8 24738
f1c47eb2
MS
247392002-05-06 Michael Snyder <msnyder@redhat.com>
24740
cb9a9d3e
MS
24741 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24742 (gdb_continue_to_end): Accept output from status wrapper.
24743 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24744 Clean up fail messages to match pass messages.
24745
f1c47eb2
MS
24746 Enable the "needs_status_wrapper" testsuite feature.
24747 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24748 (gdb_compile): Conditionally call gdb_wrapper_init.
24749 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24750 * gdb.c++/method.exp: Recognize output from status wrapper.
24751
6079c749
BE
247522002-05-06 Ben Elliston <bje@redhat.com>
24753From Graydon Hoare <graydon@redhat.com>
24754
24755 * config/sid.exp: Include support for "rawsid" protocol.
24756
188baff3
JB
247572002-05-03 Jim Blandy <jimb@redhat.com>
24758
24759 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24760 * gdb.c++/hang3.C: New file.
24761
b9c07f0f
AC
247622002-05-04 Andrew Cagney <ac131313@redhat.com>
24763
24764 * gdb.base/default.exp: Remove obsolete code.
24765 * gdb.c++/misc.exp: Ditto. Update copyright.
24766 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24767 * gdb.base/whatis.exp: Ditto. Update copyright.
24768 * gdb.base/scope.exp: Ditto. Update copyright.
24769 * gdb.base/ptype.exp: Ditto. Update copyright.
24770 * gdb.base/printcmds.exp: Ditto. Update copyright.
24771 * gdb.base/opaque.exp: Ditto. Update copyright.
24772 * gdb.base/list.exp: Ditto.
24773 * gdb.base/funcargs.exp: Ditto. Update copyright.
24774 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24775 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24776 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24777 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24778 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24779 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24780
5c7a0397
MS
247812002-05-02 Michael Snyder <msnyder@redhat.com>
24782
d6dcc264 24783 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24784 * gdb.base/long_long.exp: Add xscale target.
24785 * gdb.base/default.exp: Add xscale target.
24786
eb7f1c48
JB
247872002-05-01 Jim Blandy <jimb@redhat.com>
24788
24789 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24790 gdb.c++/hang.exp: New test.
24791
a6befae8
FF
247922002-05-01 Fred Fish <fnf@redhat.com>
24793
24794 * gdb.base/completion.exp: Handle completions of "./Make" for
24795 more than one completion possibility, as is the case when we
24796 build and test in the source tree.
24797
0a310277
AG
247982002-04-29 Anthony Green <green@redhat.com>
24799
24800 * gdb.java/jmisc1.exp: New file.
24801 * gdb.java/jmisc2.exp: New file.
24802
6ff9af88
DJ
248032002-04-24 Daniel Jacobowitz <drow@mvista.com>
24804
24805 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24806
96b3d632
EZ
248072002-04-23 Elena Zannoni <ezannoni@redhat.com>
24808
24809 * gdb.base/help.exp: Change 'help status' to allow for target
24810 dependent output differences.
24811
5019bb54
MC
248122002-04-22 Michael Chastain <mec@shout.net>
24813
24814 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24815
a805a116
MC
248162002-04-22 Michael Chastain <mec@shout.net>
24817
24818 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24819
a1706bfd
DM
248202002-04-17 David S. Miller <davem@redhat.com>
24821
24822 * gdb.asm/sparc64.inc: New file.
24823 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24824
a73a20a2
EZ
248252002-04-19 Elena Zannoni <ezannoni@redhat.com>
24826
24827 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24828 instruction file directly into the build tree. Clean up at end of
24829 test.
24830
ba678339
DM
248312002-04-18 David S. Miller <davem@redhat.com>
24832
24833 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24834 handle 64-bit platforms correctly.
24835 * gdb.base/maint.exp: Likewise.
24836
b03399da
KB
248372002-04-18 Kevin Buettner <kevinb@redhat.com>
24838
24839 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24840 ``-fpic'' when compiling files comprising a shared library, but
24841 it does need additional linker flags in order to find shared
24842 libraries at run time.
24843
e2004992
KB
248442002-04-18 Kevin Buettner <kevinb@redhat.com>
24845
24846 * gdb.base/cvexpr.c (use): New function.
24847 (main): Invoke use() on all global variables to prevent
24848 some linkers from deleting these otherwise unused symbols.
24849
d8937120
MC
248502002-04-17 Michael Chastain <mec@shout.net>
24851From David S. Miller <davem@redhat.com>
24852
24853 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24854 handle 64-bit platforms correctly.
24855
ffd61a58
MS
248562002-04-12 Michael Snyder <msnyder@redhat.com>
24857From Jim Blandy <jimb@redhat.com>
a9c64011 24858 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24859 script can handle this instead.
24860 * gdb.base/bar.c (barx): Same.
24861 * gdb.base/baz.c (bazx): Same.
24862 * gdb.base/grbx.c (grbxx): Same.
24863
24864 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24865 manager doesn't automatically unmap overlays unnecessarily.
24866
6b8426a6
MH
248672002-04-10 Martin M. Hunt <hunt@redhat.com>
24868
24869 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24870 stepping out of main.
24871
34af4875
MC
248722002-04-09 Michael Chastain <mec@shout.net>
24873
24874 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24875 scope so that the nested scope tests will make sense.
24876 * gdb.c++/local.exp: Write patterns that actually work with gcc
24877 (the HP patterns "were never known to work with gcc").
24878 Keep the old aCC patterns too.
24879
2d1676a0
DJ
248802002-04-09 Daniel Jacobowitz <drow@mvista.com>
24881
24882 * gdb.base/attach.exp: Correct target board test.
24883
3a63e3f9
MC
248842002-04-08 Michael Chastain <mec@shout.net>
24885
24886 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24887 in a const method. Add some xfail and fail cases for configurations
24888 that do not emit the "const ...".
24889
f18dabd2
MC
248902002-04-07 Michael Chastain <mec@shout.net>
24891
24892 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24893 Accept "A * const" and "const A * const" as type of "this".
24894 Fix spelling of getFunky throughout. Make messages uniform.
24895
0fcddd82
EZ
248962002-04-07 Elena Zannoni <ezannoni@redhat.com>
24897
a9c64011 24898 Work around for PR gdb/285:
0fcddd82
EZ
24899 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24900
16a8534a
EZ
249012002-04-07 Elena Zannoni <ezannoni@redhat.com>
24902
24903 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24904 instructions file at run time instead of configure time.
24905 Sometimes we run the test in a directory that is not the one we
24906 configured in.
24907 * gdb.asm/configure.in: Delete creation of symlink.
24908 * gdb.asm/configure: Regenerate.
24909
24181d81
JB
249102002-04-05 J. Brobecker <brobecker@gnat.com>
24911
24912 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24913 xfullpath () function.
24914
7cdb7107
DJ
249152002-04-04 Daniel Jacobowitz <drow@mvista.com>
24916
24917 * gdb.asm/Makefile.in: Correct dependencies.
24918
24919 * gdb.asm/powerpc.inc: New file.
24920 * gdb.asm/asm-source.exp: Add PowerPC.
24921 * gdb.asm/configure.in: Likewise.
24922 * gdb.asm/configure: Regenerated.
24923
a7d17088
DJ
249242002-04-04 Daniel Jacobowitz <drow@mvista.com>
24925
24926 * gdb.base/relocate.exp: New file.
24927 * gdb.base/relocate.c: New file.
24928
cd721503
FF
249292002-04-04 Fred Fish <fnf@redhat.com>
24930
24931 * gdb.base/step-test.exp: Update comment regarding stopping in
24932 memcpy/bcopy calls inserted as part of the compiler runtime.
24933
b22ad7a7
MS
249342002-04-04 Michael Snyder <msnyder@redhat.com>
24935
24936 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24937
5f279fa6
DJ
249382002-04-03 Daniel Jacobowitz <drow@mvista.com>
24939
24940 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24941 (gdb_expect): Remove $notransfer hack.
24942
dd0fd3ce
DJ
249432002-04-02 Daniel Jacobowitz <drow@mvista.com>
24944
24945 * gdb.c++/classes.exp ("calling method for small class"): Match
24946 updated register output.
24947
1e50cda1
DJ
249482002-03-30 Daniel Jacobowitz <drow@mvista.com>
24949
24950 Fix PR gdb/452
24951 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24952 when finished. Make gdb_file_cmd send "exec-file" when
24953 appropriate.
24954
24015922
DJ
249552002-03-30 Daniel Jacobowitz <drow@mvista.com>
24956
24957 * gdb.base/attach.exp: Remove extra setup_xfail.
24958
dd7dfd64
MS
249592002-03-26 Michael Snyder <msnyder@redhat.com>
24960
24961 * gdb.base/default.exp: Add tests for dump, append, and restore.
24962 * gdb.base/help.exp: Add tests for dump, append, and restore.
24963 * gdb.base/dump.exp: New file, test dump, append and restore.
24964 * gdb.base/dump.c: New file.
24965
48b2f8d7
MS
249662002-03-27 Michael Snyder <msnyder@redhat.com>
24967
d63a86f8 24968 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24969 clean-ups in help messages.
24970
05b4d525
FF
249712002-03-26 Fred Fish <fnf@redhat.com>
24972
24973 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24974 have debugging info for those functions and the compiler uses them
24975 internally to copy structs around.
24976
d7679631
FF
249772002-03-26 Fred Fish <fnf@redhat.com>
24978
24979 * gdb.base/list.exp: Revert the change made yesterday and add note
24980 about why we don't list the default lines for remote targets.
24981
523ac3f9
MS
249822002-03-25 Michael Snyder <msnyder@redhat.com>
24983
24984 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24985
754b2b8d
FF
249862002-03-25 Fred Fish <fnf@redhat.com>
24987
24988 * gdb.base/list.exp: This test works on remote targets so remove
24989 the short circuit for remote targets. Update copyright.
24990
33c3e192
FF
249912002-03-25 Fred Fish <fnf@redhat.com>
24992
24993 * gdb.base/attach.exp: Fix logic error that was suppressing this
24994 test for all non hppa*-*-hpux* targets, instead of the hp target.
24995 Move comments closer to the suppression point. Also now need to
24996 check that we are running natively.
24997
d43e73ee
MS
249982002-03-22 Michael Snyder <msnyder@redhat.com>
24999
882c8f02
MS
25000 * gdb.base/default.exp: Add test for gcore. Update copyright.
25001 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25002
04c12f60
FF
250032002-03-06 Fred Fish <fnf@redhat.com>
25004
25005 * gdb.base/funcargs.c: Remove extraneous ';' character.
25006 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25007
b43df995
MC
250082002-03-04 Michael Chastain <mec@shout.net>
25009
25010 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25011 accommodate gcc v3 function signature.
25012 * gdb.mi/mi0-var-cmd-exp: Ditto.
25013
92362027
AC
250142002-02-24 Andrew Cagney <ac131313@redhat.com>
25015
25016 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25017 ``GNU/Linux'' or ``Linux kernel''
25018 * testsuite/gdb.threads/pthreads.c: Ditto.
25019
258ad32d
MC
250202002-02-24 Michael Chastain <mec@shout.net>
25021
25022 * gdb.threads/pthreads.c (thread1): Add a return statement.
25023 (thread2): Likewise.
25024 (foo): Likewise.
25025
04c3b3d4
MC
250262002-02-23 Michael Chastain <mec@shout.net>
25027
25028 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25029 to placate gcc.
25030
5a2a0a20
MC
250312002-02-23 Michael Chastain <mec@shout.net>
25032
25033 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25034 test "ptype bint". The test passes on all my stabs configurations.
25035
a640f7fc
JB
250362002-02-21 Jim Blandy <jimb@redhat.com>
25037
27924826
JB
25038 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25039 filename at a time, and watch for the ones we want to see.
25040
a640f7fc
JB
25041 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25042 types of pointers to prototyped functions.
25043
edcc8c75
AC
250442002-02-20 Andrew Cagney <ac131313@redhat.com>
25045
25046 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25047 signed, unsigned and straight char.
25048 (padding_char, padding_short, padding_int, padding_long,
25049 padding_long_long, padding_float, padding_double,
25050 padding_long_double): New global variables.
25051 (fill, fill_structs): New functions.
25052
25053 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25054 for correctly sized writes. Update copyright.
25055 (get_valueof): New procedure.
25056 (get_sizeof): Call get_valueof.
25057 (check_valueof): New procedure.
25058 (check_padding): New procedure.
25059
ac57ea44
MC
250602002-02-20 Michael Chastain <mec@shout.net>
25061
25062 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25063 to setup_xfail. Document some of the remaining calls.
25064
7a10c941
MC
250652002-02-18 Michael Chastain <mec@shout.net>
25066
25067 * gdb.c++/userdef.exp: Update copyright year.
25068
fb8acdcc
DJ
250692002-02-18 Daniel Jacobowitz <drow@mvista.com>
25070
25071 * gdb.c++/userdef.exp: Test overloaded operators properly.
25072 Remove xfails.
25073
fda6ae12
MS
250742002-02-14 Michael Snyder <msnyder@redhat.com>
25075
25076 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25077
676a0442
DJ
250782002-02-14 Daniel Jacobowitz <drow@mvista.com>
25079
25080 * gdb.base/a2-run.exp: Check for a remote target properly.
25081 * gdb.base/annota1.exp: Likewise.
25082 * gdb.base/list.exp: Likewise.
25083 * gdb.base/reread.exp: Likewise.
25084 * gdb.base/scope.exp: Likewise.
25085 * gdb.base/shlib-call.exp: Likewise.
25086 * gdb.base/term.exp: Likewise.
25087 * gdb.c++/annota2.exp: Likewise.
25088
78b4f468
RE
250892002-02-13 Richard Earnshaw <rearnsha@arm.com>
25090
25091 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25092
9a81ba51
MC
250932002-02-10 Michael Chastain <mec@shout.net>
25094
25095 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25096 (call_after_alloca): Ditto.
25097
004af6c7
DJ
250982002-02-10 Daniel Jacobowitz <drow@mvista.com>
25099
25100 * gdb.base/ending-run.exp: Guard "cont" test with
25101 gdb_skip_stdio_test.
25102
37225f62
JB
251032002-02-06 Jim Blandy <jimb@redhat.com>
25104
25105 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25106 from here...
25107 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25108 To here. Disable this test on non-HP platforms. Add big comment.
25109
fe6fdd96
MS
251102002-02-04 Michael Snyder <msnyder@redhat.com>
25111
25112 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25113 other than d10v and m32r.
25114
036fad3f
RE
251152002-02-02 Richard Earnshaw <rearnsha@arm.com>
25116
25117 * gdb.base/default.exp: Rewrite test patterns to reduce time
25118 taken to match them.
25119
7148ab62
DJ
251202002-01-30 Daniel Jacobowitz <drow@mvista.com>
25121
25122 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25123 Allow a start function above main.
25124 * gdb.threads/linux-dp.exp: Fix copyright date.
25125
396cc255
DJ
251262002-01-30 Daniel Jacobowitz <drow@mvista.com>
25127
a9c64011
AS
25128 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25129 (check_philosopher_stack): Check for manager thread before checking
25130 for a just-starting thread.
396cc255 25131
f038d31b
DJ
251322002-01-30 Daniel Jacobowitz <drow@mvista.com>
25133
25134 From Neil Booth <neil@daikokuya.demon.co.uk>:
25135 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25136 warnings.
25137
b3ff9d9a
FF
251382002-01-21 Fred Fish <fnf@redhat.com>
25139
25140 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25141 not caller.
25142
39ad761d
JB
251432002-01-21 Jim Blandy <jimb@redhat.com>
25144
25145 * gdb.base/reread.exp: Check that GDB properly re-reads the
25146 executable file when it changes while no inferior is running.
25147
aaf320fa
FF
251482002-01-21 Fred Fish <fnf@redhat.com>
25149
a9c64011
AS
25150 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25151 optionally accept the "shlib events" variation.
aaf320fa 25152
808a31f5
JB
251532002-01-21 Jim Blandy <jimb@redhat.com>
25154
25155 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25156 call `fflush' after every `printf', so that the output is produced
25157 at predictable points, regardless of whatever buffering does (or
25158 doesn't) take place.
25159 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25160 at different points.
25161
4420d5e2
DJ
251622002-01-20 Daniel Jacobowitz <drow@mvista.com>
25163
25164 * gdb.c++/inherit.exp: Update copyright years.
25165 * gdb.c++/method.exp: Likewise.
25166
3e36a0f4
DJ
251672002-01-20 Daniel Jacobowitz <drow@mvista.com>
25168
25169 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25170 artificial methods/arguments.
25171 * gdb.c++/derivation.exp: Likewise.
25172 * gdb.c++/inherit.exp: Likewise.
25173 * gdb.c++/method.exp: Likewise.
25174 * gdb.c++/virtfunc.exp: Likewise.
25175
b4ceaee6
AC
251762002-01-18 Andrew Cagney <ac131313@redhat.com>
25177
25178 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25179 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25180 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25181 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25182 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25183 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25184
ecace851
JB
251852002-01-17 Jim Blandy <jimb@redhat.com>
25186
25187 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25188 anchoring the pattern matching the entry point symbol's name.
25189
375fc983
AC
251902002-01-17 Andrew Cagney <ac131313@redhat.com>
25191
25192 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25193 continue/quit query. Update copyright.
25194
fe6fdd96
MS
251952002-01-14 Michael Snyder <msnyder@redhat.com>
25196
25197 * gdb.base/gcore.exp: Remove extra debugging output.
25198
e017c81f
DJ
251992002-01-13 Daniel Jacobowitz <drow@mvista.com>
25200
25201 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25202 for slightly dubious v2 mangled string.
25203
37ab3bf8
DJ
252042002-01-13 Daniel Jacobowitz <drow@mvista.com>
25205
25206 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25207
1bc05c3a 252082002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25209
1bc05c3a 25210 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25211
1bc05c3a
JM
25212 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25213 constructors.
25214 * gdb.c++/derivation.exp: Likewise.
25215 * gdb.c++/templates.exp: Likewise.
25216 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25217
1bc05c3a
JM
252182002-01-10 Michael Snyder <msnyder@redhat.com>
25219
25220 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25221
a911c360
MS
252222002-01-08 Michael Snyder <msnyder@redhat.com>
25223
25224 * gdb.base/gcore.exp: New test for generate-core-file command.
25225 * gdb.base/gcore.c: Testcase for above.
25226 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25227
ea2119ec
JM
252282002-01-08 Jason Merrill <jason@redhat.com>
25229
25230 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25231
68203136
FF
252322002-01-07 Fred Fish <fnf@redhat.com>
25233
25234 * gdb.c++/overload.exp: Remove unconditional xfails for:
25235 print foo_instance1.overloadargs(1)
25236 print foo_instance1.overloadargs(1, 2)
25237 print foo_instance1.overloadargs(1, 2, 3)
25238 print foo_instance1.overloadargs(1, 2, 3, 4)
25239 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25240 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25241 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25242 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25243 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25244 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25245 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25246 print foo_instance1.overload1arg()
25247 print foo_instance1.overload1arg((char)arg2)
25248 print foo_instance1.overload1arg((signed char)arg3)
25249 print foo_instance1.overload1arg((unsigned char)arg4)
25250 print foo_instance1.overload1arg((int)arg7)
25251 print foo_instance1.overload1arg((unsigned int)arg8)
25252 print foo_instance1.overload1arg((float)arg11)
25253 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25254
21b9b5b1
MS
252552002-01-07 Michael Snyder <msnyder@redhat.com>
25256
25257 * gdb.base/huge.exp: New test. Print a very large target data object.
25258 (skip_huge_test): New test variable. Define if you want to skip this
25259 test. The test reads an 8 megabyte data object from the target, so it
25260 might be very time consuming on remote targets with a slow connection.
25261 * gdb.base/huge.c: New file. Test case for above.
25262
725f922e
FF
252632002-01-07 Fred Fish <fnf@redhat.com>
25264
25265 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25266 g_instance.bfoo, and g_instance.cfoo.
25267
889bf7c5 252682002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25269
889bf7c5
PA
25270 * gdb.base/break.c (multi_line_if_conditional): New function.
25271 (multi_ilne_while_conditional): Likewise.
25272 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25273 IF or WHILE condition puts the breakpoint at the start of
25274 the condition.
f286b2c3 25275
634d57ec
JL
25276 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25277 hppa*-*-hpux* expected failure.
25278 * gdb.base/structs.exp (do_function_calls): Similarly.
25279
25280 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25281 watchpoints.
25282
9fbfe2dc
AC
252832002-01-06 Andrew Cagney <ac131313@redhat.com>
25284
25285 Fix PR gdb/66.
25286 * gdb.base/structs.exp: Replace skip for a29k with skip for
25287 gdb,cannot_call_functions.
25288 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25289 * gdb.base/callfuncs.exp: Ditto.
25290 * gdb.base/call-rt-st.exp: Ditto.
25291 * gdb.base/call-strs.exp: Ditto.
25292 * gdb.base/callfwmall.exp: Ditto.
25293 * gdb.base/scope.exp: Obsolete xfail a29k.
25294 * gdb.c++/misc.exp: Ditto.
25295 * gdb.c++/cplusfuncs.exp: Ditto.
25296 * gdb.base/ptype.exp: Ditto.
25297 * gdb.base/printcmds.exp: Ditto.
25298 * gdb.base/opaque.exp: Ditto.
25299 * gdb.base/list.exp: Ditto.
25300 * gdb.base/funcargs.exp: Ditto.
25301 * gdb.base/default.exp: Ditto.
25302
8ddad156
MS
253032002-01-04 Michael Snyder <msnyder@redhat.com>
25304
ca4976a6 25305 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
25306 * gdb.base/maint.exp: Add tests for maint info sections options.
25307
1b074332
JL
25308Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25309
25310 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25311
7d159115
CV
253122001-12-20 Corinna Vinschen <vinschen@redhat.com>
25313
25314 * gdb.asm/arm.inc: New file.
25315 * gdb.asm/asm-source.exp: Add arm targets.
25316 * gdb.asm/configure.in: Ditto.
25317 * gdb.asm/configure: Recreated from configure.in.
25318
8fb87725
JL
25319Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25320
afabe08c
JL
25321 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25322 with HP's compiler.
25323 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25324 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25325 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25326 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25327
25328 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25329 either HP's compilers or GCC.
25330
db521deb
JL
25331 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25332 a SIGBUS or SIGSEGV.
25333
25334 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25335
25336 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25337 can be compiled with either HP's compiler or GCC.
25338
cfa88ab7
JL
25339 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25340 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25341 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25342
ca344dff
JL
25343 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25344 to match current gdb output. Update due to using auto-solib-limit
25345 for limiting instead of overloading auto-solib-add.
25346 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25347 test program.
25348
3f3c6e55 25349 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
25350 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25351 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25352 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25353 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25354 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25355 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25356 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25357 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25358 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25359 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25360 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25361 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 25362
8fb87725
JL
25363 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25364 a SIGTRAP to the inferior.
25365
cf599fa7
CV
253662001-12-19 Corinna Vinschen <vinschen@redhat.com>
25367
25368 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25369 Substitute call to target_link by call to gdb_compile.
25370
2cd045cd
JL
25371Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25372
a9c64011
AS
25373 * gdb.base/break.exp: Fix HP specific search string when testing
25374 backtracing in a called function.
2cd045cd 25375
a9c64011
AS
25376 * gdb.base/constvars.exp: Only set lang to C++ if we're
25377 compiling the test with HP's compilers.
25378 * gdb.base/volatile.exp: Similarly.
2cd045cd 25379
99ebe9ac
JB
253802001-12-19 Jim Blandy <jimb@redhat.com>
25381
25382 * gdb.base/printcmds.exp: Expect the null character to be printed
25383 as '\0', and the '\013' to be printed as '\v'.
25384 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25385 * gdb.base/setvar.exp: Same.
25386
b9891b29
JB
253872001-12-17 Jim Blandy <jimb@redhat.com>
25388
0eba65ab
JB
25389 * gdb.base/completion.exp: Rather than completing very long
25390 filenames, which can make the readline library produce output we
25391 don't recognize, cd to the directory first, and then complete
25392 using nice, short relative paths.
25393
6970b5b1
JB
25394 * gdb.base/completion.exp: On some systems, there is, in fact, a
25395 variable named `b' in scope, since GDB treats all static
a9c64011
AS
25396 variables as being in scope. So use `no_var_named_this'
25397 instead of `b'.
6970b5b1 25398
b9891b29 25399 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 25400 can't find the core file's registers as a failure.
b9891b29 25401
e6ccd35f
JSC
254022001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25403
a9c64011
AS
25404 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25405 test expect string more specific.
e6ccd35f 25406
105ba819
CV
254072001-12-13 Corinna Vinschen <vinschen@redhat.com>
25408
25409 * gdb.asm/asm-source.exp: Add support for xstormy16.
25410 * gdb.asm/configure.in: Ditto.
25411 * gdb.asm/configure: Rebuild.
25412 * gdb.asm/xstormy16.inc: New file.
25413
e9e79dd9
FF
254142001-12-10 Fred Fish <fnf@redhat.com>
25415
25416 * gdb.base/maint.exp: Update to match changes in type dumping code.
25417
347dc97d
JB
254182001-12-10 Jim Blandy <jimb@redhat.com>
25419
25420 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
25421 matching the entry point symbol's name at the beginning of the
25422 line.
347dc97d 25423
5178b9d6
DJ
254242001-12-07 Daniel Jacobowitz <drow@mvista.com>
25425
25426 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25427 gdb.c++/inherit.exp, gdb.c++/method.exp,
25428 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25429 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25430 and class layout support.
25431
af890c52
DJ
254322001-12-07 Daniel Jacobowitz <drow@mvista.com>
25433
25434 * gdb.c++/classes.exp: Add test for static member function.
25435 * gdb.c++/misc.cc: Add class with static member function.
25436
7a345fb3
JB
254372001-12-07 Jim Blandy <jimb@redhat.com>
25438
f2e54a80 25439 If GDB says it can't find the struct the function returned, report
8032bf31
JB
25440 those tests as `unsupported'.
25441 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25442 Rewrite subsequent tests to use it.
25443
25444 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
25445 those tests as `unsupported'.
25446 * gdb.base/structs.exp (call_struct_func): New function.
25447 (do_function_calls): Use call_struct_func to call the functions
25448 returning structs.
25449
0bc69509
JB
25450 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25451 whether functions are prototyped or not, so we can't possibly pass
25452 arguments to t_float_values2 properly.
25453
7a345fb3
JB
25454 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25455 value of `timeout' for targets other than the mips*tx39-*.
25456
edb6ede1
MS
254572001-12-06 Michael Snyder <msnyder@redhat.com>
25458
d63a86f8 25459 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
25460 and detect whether the start symbol has a leading underscore.
25461
2d842f13
JB
254622001-12-04 Jim Blandy <jimb@redhat.com>
25463
25464 * gdb.base/completion.exp: Clarify indentation.
25465
68550daf
JB
254662001-12-03 Jim Blandy <jimb@redhat.com>
25467
25468 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25469 variables on the S/390, not `.word'.
25470
cd5195a8
JB
254712001-11-30 Jim Blandy <jimb@redhat.com>
25472
25473 Add assembly-source tests for s390-ibm-linux.
25474 * gdb.asm/s390.inc: New file.
25475 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25476 the S/390 architecture.
a9c64011 25477 * gdb.asm/configure: Regenerated.
cd5195a8 25478
ca9efc90
MS
254792001-11-30 Michael Snyder <msnyder@redhat.com>
25480
25481 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25482 next, info source, info sources, info line, global and static
25483 variables, and static functions.
25484 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25485 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25486 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25487 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25488 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25489 (gdbasm_leave): Restore frame pointer.
25490 (gdbasm_startup): Copy stack set-up from crt0.S.
25491
d0e66976
FN
254922001-11-26 Fernando Nasser <fnasser@redhat.com>
25493
25494 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25495 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25496 to a local (non-static) variable. Copy tstruct.a to a static buffer
25497 and return a pointer to that buffer.
25498 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25499
e2334072
MK
255002001-11-24 Mark Kettenis <kettenis@gnu.org>
25501
25502 * gdb.asm/configure.in: Fix recognition of ix86 target.
25503 * gdb.asm/configure: Regenerate.
25504
756caa3d
MS
255052001-11-21 Michael Snyder <msnyder@redhat.com>
25506
25507 * gdb.asm/sparc.inc: New file.
25508 * gdb.asm/asm-source.exp: Recognize sparc target.
25509 * gdb.asm/configure.in: Recognize sparc target.
25510 * gdb.asm/configure: Regenerate.
d63a86f8 25511
9a4d72d5
MS
255122001-11-21 Michael Snyder <msnyder@redhat.com>
25513
25514 * gdb.asm/m32r.inc: New file.
25515 * gdb.asm/asm-source.exp: Recognize m32r target.
25516 * gdb.asm/configure.in: Recognize m32r target.
25517 * gdb.asm/configure: Regenerate.
25518
a773d1cd
MS
255192001-11-20 Michael Snyder <msnyder@redhat.com>
25520
017ac23d
MS
25521 * gdb.asm/i386.inc: New file.
25522 * gdb.asm/asm-source.exp: Recognize ix86 target.
25523 * gdb.asm/configure.in: Recognize ix86 target.
25524 * gdb.asm/configure: Regenerate.
25525
a773d1cd
MS
25526 * gdb.c++/namespace.exp: Fix quotes in output messages.
25527
bb632afb
MS
255282001-11-14 Michael Snyder <msnyder@redhat.com>
25529
25d559ca 25530 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25531 qualifier in a type cast expression, to designate an address
25532 in the instruction space (Harvard architecture).
25533
4749e309
MS
255342001-11-13 Michael Snyder <msnyder@redhat.com>
25535
25536 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25537 Tests for expressions using 'const' and 'volatile'.
25538
25050984
CV
255392001-11-13 Corinna Vinschen <vinschen@redhat.com>
25540
25541 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25542
1902c51f
DJ
255432001-11-12 Daniel Jacobowitz <drow@mvista.com>
25544
25545 * lib/mi-support.exp (mi_run_to_helper): Move comments
25546 outside of gdb_expect.
25547
dcf95b47
DJ
255482001-11-11 Daniel Jacobowitz <drow@mvista.com>
25549
25550 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25551 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25552 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25553 mi0_run_to): New functions.
25554 * gdb.mi/mi-simplerun.exp: Use them.
25555 * gdb.mi/mi0-simplerun.exp: Likewise.
25556 * gdb.mi/mi-var-cmd.exp: Likewise.
25557 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25558
45b074e1
AC
255592001-11-10 Andrew Cagney <ac131313@redhat.com>
25560
25561 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25562 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25563
bf50d346
AC
255642001-11-09 Andrew Cagney <ac131313@redhat.com>
25565
25566 * gdb.base/restore.exp: Include $expected value in restored test
25567 message.
25568
9383332c
AC
255692001-11-09 Andrew Cagney <ac131313@redhat.com>
25570
25571 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25572 implemented.
25573
db62520a
MS
255742001-11-08 Michael Snyder <msnyder@redhat.com>
25575
25576 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25577 Add pass/fail message for stop at breakpoint in call dummy function.
25578
b5703437
MS
255792001-11-07 Michael Snyder <msnyder@redhat.com>
25580
d63a86f8
RM
25581 * gdb.c++/templates.exp (test_template_breakpoints):
25582 If we get an overload menu, but it does not match what
760f6330 25583 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25584 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25585 making the whitespace optional. Argument for "new" may be
25586 "unsigned" as well as "unsigned int/long".
d63a86f8 25587 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25588 making the whitespace optional. Also replace "(void) with
25589 "((void|)), making the keyword "void" optional.
d63a86f8 25590 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25591 making the whitespace optional. Also replace "(void) with
25592 "((void|)), making the keyword "void" optional.
3bf40917
MS
25593 * gdb.base/callfuncs.c (t_float_values): This function must
25594 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25595 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25596 can be tested against both cases. Usually one case involves
25597 promotion of float to double, while the other does not.
25598 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25599 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25600 includes a stack frame for "start".
25601
c8ab4e6d
JB
256022001-11-05 Jim Blandy <jimb@redhat.com>
25603
25604 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25605 pointers are 32 bits long, and that offsets of relocs are always
25606 stored in the data (REL-style), and not in the reloc entry itself
25607 (RELA-style).
25608 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25609 stabs.
25610
3f08ced9
MS
256112001-11-01 Michael Snyder <msnyder@redhat.com>
25612
25613 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25614 and regular expression operators by using quoting.
25615
cbfa24cd
MS
256162001-10-31 Michael Snyder <msnyder@redhat.com>
25617
25618 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25619 depending on what the symbol table contains.
25620 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25621 the output of the ptype command. Similarly, accept both "const &"
25622 and "const&".
25623
aaa68313
CV
256242001-10-31 Corinna Vinschen <vinschen@redhat.com>
25625
25626 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25627 symbol `STORAGE' to allow to choose the storage class of
25628 the local datastructures.
25629 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25630 compiler directive.
25631
91740388
MS
256322001-10-30 Michael Snyder <msnyder@redhat.com>
25633
25634 * gdb.base/jump.exp: Allow it to run for all targets.
25635
1b7c05e7
CV
256362001-10-29 Corinna Vinschen <vinschen@redhat.com>
25637
25638 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25639 with new double_array size.
25640 (main): Change storage class of all local variables to static.
25641 Reduce size of double_array to 9.
25642 * gdb.base/call-ar-st.exp: Increase timeout value.
25643 Change expected output for double array to match new size in
25644 call-ar-st.c.
25645
36a22261
CV
256462001-10-29 Corinna Vinschen <vinschen@redhat.com>
25647
25648 * gdb.base/ending-run.exp: Create identical output when passing
25649 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25650 Stormy16 target.
36a22261 25651
92b8ae91
MK
256522001-10-28 Mark Kettenis <kettenis@gnu.org>
25653
25654 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25655 that we catch the expected failure under Linux/x86.
25656
cb135b83
OF
256572001-10-29 Orjan Friberg <orjanf@axis.com>
25658
25659 * gdb.base/setvar.exp: Escape curly braces.
25660 * gdb.stabs/weird.exp: Ditto.
25661
6884aa54
DJ
256622001-10-27 Daniel Jacobowitz <drow@mvista.com>
25663
25664 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25665 * gdm.mi/mi0-hack-cli.exp: Likewise.
25666
0398c9aa
AC
256672001-10-25 Andrew Cagney <ac131313@redhat.com>
25668
25669 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25670 messages.
25671
d20bf2e8
AC
256722001-10-21 Andrew Cagney <ac131313@redhat.com>
25673
25674 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25675 checking MI enabled.
25676
03dd63aa
CV
256772001-10-09 Corinna Vinschen <vinschen@redhat.com>
25678
25679 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25680
1d9d99f3
FCE
256812001-10-04 Frank Ch. Eigler <fche@redhat.com>
25682
25683 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25684 if gdb child process crashes, just signal an error.
25685
838ae6c4
JB
256862001-10-02 Jim Blandy <jimb@redhat.com>
25687
25688 * lib/gdb.exp (test_xfail_format): Simplify.
25689
25690 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25691 front of the variable name `format'. Simplify `if'.
25692
8f0cbc1c
DJ
256932001-10-01 Daniel Jacobowitz <drow@mvista.com>
25694
25695 * gdb.threads/pthreads.exp: Wait for output and delay
25696 before sending ^C.
25697
1f08dafd
DJ
256982001-10-01 Daniel Jacobowitz <drow@mvista.com>
25699
25700 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25701 some incorrect output instead of timing out.
25702 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25703
674f90ff
CV
257042001-09-28 Corinna Vinschen <vinschen@redhat.com>
25705
25706 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25707 check to allow additional `int'.
25708
9b284272
DJ
257092001-09-27 Daniel Jacobowitz <drow@mvista.com>
25710
25711 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25712 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25713
b55a4771
MS
257142001-09-27 Michael Snyder <msnyder@redhat.com>
25715
25716 * lib/gdb.exp (test_debug_format): New proc.
25717 (setup_xfail_format): Use new proc test_debug_format.
25718 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25719 proc; use new service proc test_debug_format.
25720 Replace all other "gcc_compiled" tests with this test.
25721 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25722 proc; use new service proc test_debug_format.
25723 Replace all other "gcc_compiled" tests with this test.
25724
257252001-09-27 Michael Snyder <msnyder@redhat.com>
25726
25727 * gdb.base/cvexpr.exp: New file.
25728 * gdb.base/cvexpr.c: New file
25729 Test for expressions using const and volatile keywords.
25730
4e6667ac
CV
257312001-09-26 Corinna Vinschen <vinschen@redhat.com>
25732
25733 * gdb.base/constvars.exp: Check for different orders of keywords
25734 and additional "int" strings in output.
25735
4f337972
AC
257362001-09-22 Andrew Cagney <ac131313@redhat.com>
25737
25738 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25739 responses from "help maint".
25740
2015650d
FCE
257412001-09-19 Frank Ch. Eigler <fche@redhat.com>
25742
25743 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25744 to localhost:NNN instead of :NNN, in case Xvfb is listening
25745 only on TCP.
25746
f3bcedc1
CV
257472001-09-19 Corinna Vinschen <vinschen@redhat.com>
25748
25749 * gdb.base/recurse.exp: When checking leaving the watchpoint
25750 scope, recognize when gdb is in function's epilogue and pass.
25751
6b819c92
KS
257522001-09-18 Keith Seitz <keiths@redhat.com>
25753
25754 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25755 support for running tests against sid targets.
25756 (gdbtk_done): Ditto.
25757
a10c9419
CV
257582001-09-18 Corinna Vinschen <vinschen@redhat.com>
25759
25760 * gdb.base/ending-run.c (main): Set stdout buffersize
25761 to the same reasonable value for any target.
25762 * gdb.base/ending-run.exp: Add a regular expression
25763 to make testsuite happy on Sanyo Stormy16 target.
25764
739d0d99
CV
257652001-09-17 Corinna Vinschen <vinschen@redhat.com>
25766
25767 * gdb.base/display.c (do_loops): Add float variable `f'.
25768 Increment f in loop.
25769 * gdb.base/display.exp: Increment timeout by 60 seconds.
25770 Change float display test to use variable `f'.
25771
1b8947f0
JB
257722001-09-17 Jim Blandy <jimb@redhat.com>
25773
25774 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25775 overflowing the limited breakpoint tables on some ROM monitors
25776 (like the ROM68K).
25777
9890ac81
FCE
257782001-09-15 Frank Ch. Eigler <fche@redhat.com>
25779
25780 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25781 the "-ac" (disable access control) flag.
25782
6db765ea
JH
257832001-08-30 Jeff Holcomb <jeffh@redhat.com>
25784
25785 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25786 ints.
25787
4c32cc04
KS
257882001-08-30 Keith Seitz <keiths@redhat.com>
25789
25790 * lib/gdb.exp: Move all insight-related functionality into
25791 separate file.
25792 * lib/insight-support.exp: New file.
25793
8d6e6f81
FCE
257942001-08-29 Frank Ch. Eigler <fche@redhat.com>
25795
25796 * config/sid.exp (sid_start): Never set sid verbosity; disable
25797 expect_background {} that consumed its stdout; tolerate </dev/null.
25798 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25799
6a90e1d0
AC
258002001-08-18 Andrew Cagney <ac131313@redhat.com>
25801
25802 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25803 CLI jump command to start it.
25804 (mi_run_to_main): Fail immediatly when unexpected output.
25805
1759b3c3
AC
258062001-08-18 Andrew Cagney <ac131313@redhat.com>
25807
25808 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25809 beginning of function. Fix PR gdb/191.
25810
61d11d80
FCE
258112001-08-16 Frank Ch. Eigler <fche@redhat.com>
25812
25813 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25814 what to force sid endianness to.
25815
942a4df2
KS
258162001-08-15 Keith Seitz <keiths@redhat.com>
25817
25818 * lib/gdb.exp (gdbtk_start): Don't set environment
25819 variables for TCL_LIBRARY and friends. Insight will
25820 now figure these out for itself.
25821
0521c418
MS
258222001-08-02 Michael Snyder <msnyder@redhat.com>
25823
25824 * gdb.base/completion.exp: Remove the symbol "a64l" from
25825 the expect string; this is target-specific, and not related
25826 to what is being tested.
25827
74a9a58a
DB
258282001-08-02 Dave Brolley <brolley@redhat.com>
25829
25830 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25831
c70819fa
MS
258322001-07-25 Michael Snyder <msnyder@redhat.com>
25833
c2b8fa57
MS
25834 * gdb.base/consecutive.exp: New file. Test stepping over
25835 breakpoints on consecutive instructions.
25836 * gdb.base/consecutive.c: New file.
25837
c70819fa
MS
25838 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25839 curly braces in regular expressions.
25840
2b1a1355
MS
258412001-07-25 Michael Snyder <msnyder@redhat.com>
25842
25843 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25844 legitimate output from stepping out of main.
25845
413eca6f
KS
258462001-07-22 Keith Seitz <keiths@redhat.com>
25847
25848 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25849 the empty string, do not run the tests.
25850
7e5a9322
SC
258512001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25852
25853 * gdb.base/long_long.exp: Detect size of pointer. Take into
25854 account 2-byte pointers when testing for p/a results.
25855
de58f10f
SC
258562001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25857
d63a86f8 25858 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25859 and defined to 1K for m68hc11.
25860 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25861 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25862 (sizeof_random_data): New variable to tell the size of the data table;
25863 don't test past this size; always run to main.
25864
d6f5fea1
SC
258652001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25866
25867 * gdb.base/return2.exp: return of long long and double fails for
25868 68HC11; don't execute these tests on that platform.
25869 * gdb.base/return.exp: Return of a double fails for 68hc11.
25870
c477543d
SC
258712001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25872
25873 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25874 tests that print a float.
25875 * call-rt-st.exp: Likewise.
25876
63cf1c79
MK
258772001-07-12 Mark Kettenis <kettenis@gnu.org>
25878
25879 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25880 running this test on Linux.
25881
112f9ab5
MC
258822001-06-24 Michael Chastain <chastain@redhat.com>
25883
25884 * gdb.base/arithmet.exp: Remove some tests to make all test names
25885 unique.
25886
4970cb0f
MS
258872001-07-03 Michael Snyder <msnyder@redhat.com>
25888
25889 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25890 the output of the ptype command.
25891
d85da69f
MS
258922001-07-02 Michael Snyder <msnyder@redhat.com>
25893
4c8a82de
MS
25894 * gdb.base/completion.exp: Don't assume that break.c is the only
25895 source file that may contain functions named "marker".
d85da69f
MS
25896 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25897
8afc772b
AC
258982001-06-28 Andrew Cagney <ac131313@redhat.com>
25899
25900 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25901 of files to delete.
25902
25903 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25904 * gdb.disasm/h8300s.exp: New file.
25905 gdb.disasm/h8300s.s: Likewise.
25906
cff22675
AC
259072001-06-27 Andrew Cagney <ac131313@redhat.com>
25908
25909 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25910 empty breakpoint tables.
25911
68c81b54
AC
259122001-06-25 Andrew Cagney <ac131313@redhat.com>
25913
25914 * lib/mi-support.exp: Update args=... part of stop-reason
25915 patterns. Accept either a list or a tuple.
25916
2dd62704
AC
259172001-06-23 Andrew Cagney <ac131313@redhat.com>
25918
25919 * lib/mi-support.exp: Remove local emacs variable defining
25920 change-log-default-name.
25921
b4127474
MC
259222001-06-22 Michael Chastain <chastain@redhat.com>
25923
25924 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25925 This is operationally compatible with the previous version.
25926
8dbfb380
JB
259272001-06-13 Jim Blandy <jimb@redhat.com>
25928
25929 * lib/gdb.exp (gdb_test): Doc fix.
25930
f2d8c86d
MC
259312001-06-10 Michael Chastain <chastain@redhat.com>
25932
25933 * gdb.base/exprs.exp: Remove a duplicate test.
25934
81564d34
JB
259352001-06-06 Jim Blandy <jimb@redhat.com>
25936
25937 * gdb.base/return2.exp (main): Use values to test float and double
25938 returns that are not NaN's, to avoid being confused by IEEE
25939 comparison rules.
25940
da55addb
MS
259412001-06-04 Michael Snyder <msnyder@redhat.com>
25942
25943 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25944 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25945 rather than wait for 12 more tests to time out.
25946
42c65987
JB
259472001-06-06 Jim Blandy <jimb@redhat.com>
25948
b18bced9 25949 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25950 Don't forget to match the GDB prompt.
b18bced9 25951
42c65987
JB
25952 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25953
5b41e5f0
JB
259542001-06-04 Jim Blandy <jimb@redhat.com>
25955
25956 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25957 command.
25958
015e046f
KB
259592001-05-31 Kevin Buettner <kevinb@redhat.com>
25960
25961 * gdb.base/annota1.exp (info break): Match four or more spaces
25962 after "Address".
25963
fb1ffbbe
MC
259642001-05-31 Michael Chastain <chastain@redhat.com>
25965
25966 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25967 (dm_type_int_star): Likewise.
25968 (dm_type_long_star): Likewise.
25969 (dm_type_void_star): Likewise.
25970
5ea2a32c
KB
259712001-05-29 Kevin Buettner <kevinb@redhat.com>
25972
25973 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25974 to a known value in order to get consistent results regardless
25975 of the setting of INPUTRC or the presence or contents of .inputrc.
25976
ae23c492
MS
259772001-05-24 Michael Snyder <msnyder@redhat.com>
25978
ac55707e
MS
25979 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25980 Don't require that the main thread and the manager thread are the
25981 first in the list.
25982
ae23c492
MS
25983 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25984 debugging. If test fails, issue an "unsupported" not a "fail".
25985
400071f1
JB
259862001-05-24 Jim Blandy <jimb@redhat.com>
25987
25988 Don't assume that short is shorter than int.
25989 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25990 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25991 this isn't true.
400071f1
JB
25992 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25993 an int, is not equal to ~0 stored in an unsigned char. This tests
25994 the same thing that the previous test meant to, but works on
25995 16-bit machines, too.
25996 ("print unsigned char != (~0)"): Same test, complemented.
25997
0816a3e5
MS
259982001-05-24 Michael Snyder <msnyder@redhat.com>
25999
26000 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26001 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26002 and prevents dejagnu getting out of step.
26003
f6dc23a9
KB
260042001-05-23 Kevin Buettner <kevinb@redhat.com>
26005
26006 * gdb.base/finish.exp (finish_void): Revise pattern for
26007 stopping on the call statement to not permit stopping at
26008 the start of the instructions comprising the call sequence.
26009
7dbd117d
MC
260102001-05-19 Michael Chastain <chastain@redhat.com>
26011
26012 * gdb.base/callfuncs.exp: Make all test names unique.
26013 * gdb.base/commands.exp: Make all test names unique.
26014 * gdb.base/condbreak.exp: Make all test names unique.
26015 * gdb.base/dbx.exp: Make all test names unique.
26016 * gdb.base/default.exp: Make all test names unique.
26017 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26018 and TIMEOUT messages to their corresponding PASS message.
26019 * gdb.base/ending-run.exp: Make all test names unique.
26020 * gdb.base/long_long.exp: Remove duplicate test.
26021
6b0b0a9e
KB
260222001-05-21 Kevin Buettner <kevinb@redhat.com>
26023
26024 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26025 stop on the call statement as well as the statement after the
26026 call.
26027
2caa35cb
MS
260282001-05-21 Michael Snyder <msnyder@redhat.com>
26029
26030 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26031
40713331
EZ
260322001-05-10 Elena Zannoni <ezannoni@redhat.com>
26033
a9c64011
AS
26034 * gdb.base/completion.exp: Revamp test. Make it execute on all
26035 platforms.
40713331 26036
c2c1be8d
EZ
260372001-05-10 Elena Zannoni <ezannoni@redhat.com>
26038
a9c64011
AS
26039 * config/gdbserver.exp (gdb_load): Handle the case
26040 in which the arguments to gdbserver are given in the
26041 baseboard configuration file.
26042 Also handle the case in which the server needs to do a
26043 load.
2c9cd303 26044
9671de48
KS
260452001-05-07 Keith Seitz <keiths@cygnus.com>
26046
a9c64011
AS
26047 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26048 set up the display for testing.
26049 (gdbtk_start): Convert all paths to paths that tcl will like.
26050 Export target information to environment.
26051 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26052 necessary.
26053 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26054 (to_tcl_path): New proc to convert a given pathname into
26055 a path acceptible as an argument to a tcl command.
26056 (_gdbtk_export_target_info): New proc to export target info
26057 into the environment for gdbtk testing.
26058 (gdbtk_done): New proc to signal end-of-test.
9671de48 26059
5a360f47
JB
260602001-05-06 Jim Blandy <jimb@redhat.com>
26061
26062 * restore.c: Make the code of caller0 correspond to its comment.
26063
66c756c6
MS
260642001-05-03 Michael Snyder <msnyder@redhat.com>
26065
26066 * config/sid.exp (gdb_target_sid): Check for error messages.
26067 On error or timeout, don't make expect exit (which will terminate
26068 all subsequent tests); instead just make gdb exit.
d63a86f8 26069 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26070 return a negative value.
26071
a966fde5
JB
260722001-04-24 Jim Blandy <jimb@redhat.com>
26073
851c18e0
JB
26074 * gdb.c++/templates.exp: If we see the prompt for the overload
26075 list, but we haven't recognized any of the longer patterns,
26076 arrange for this test to fail, not hang.
26077
a966fde5
JB
26078 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26079 variations.
26080
db144853
MC
260812001-04-22 Michael Chastain <chastain@redhat.com>
26082
26083 * gdb.c++/local.exp: Use the 'runto' library function.
26084 * gdb.c++/namespace.exp: Likewise.
26085 * gdb.c++/overload.exp: Likewise.
26086
3207ec21
KB
260872001-03-26 Kevin Buettner <kevinb@redhat.com>
26088
26089 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26090 * gdb.base/step-line.exp: New file. Test step/next in presence of
26091 #line directives.
26092 * gdb.base/step-line.c: New file. Test program for the above.
26093 * gdb.base/step-line.inp: New file. We pretend that this file has
26094 been transformed by some other tool into step-line.c.
26095
13b57657
JB
260962001-03-21 Jim Blandy <jimb@redhat.com>
26097
26098 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26099 unmangled operator names.
26100
754cbe1c
JB
261012001-03-20 Jim Blandy <jimb@redhat.com>
26102
26103 * gdb.threads/linux-dp.exp: Recognize an additional message
26104 generated by GDB when it doesn't understand how to debug threads
26105 on the target system.
26106
177495c9
AC
261072001-03-19 Andrew Cagney <ac131313@redhat.com>
26108
26109 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26110
f266096b
MC
261112001-03-12 Michael Chastain <chastain@redhat.com>
26112
26113 * gdb.c++/derivation.exp: Use the 'runto' library function.
26114
cac3c2ff
MC
261152001-03-12 Michael Chastain <chastain@redhat.com>
26116
26117 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26118
b6c11a24
MC
261192001-02-24 Michael Chastain <chastain@redhat.com>
26120
26121 * gdb.c++/ref-types.exp: Change handwritten code to library
26122 function 'runto'.
26123
6bae5bce
OF
261242001-03-16 Orjan Friberg <orjanf@axis.com>
26125
26126 * gdb.base/signals.exp: Set count to 0 explicitly.
26127
0015fd9a
MS
261282001-03-15 Mark Salter <msalter@redhat.com>
26129
26130 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26131 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26132 (gdb_load): Add support for additional target_info: gdb_download_size
26133 and gdb_load_timeout.
0015fd9a 26134
fc33412a
DT
26135Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26136
26137 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26138 file -- to prevent failing when the compile fails but we have no
26139 intention of running the tests anyway.
fc33412a
DT
26140
26141 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26142 tests if set.
26143
26144 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26145 integers.
fc33412a
DT
26146
26147 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26148 * gdb.c++/namespace.exp: Ditto.
26149
115f06de
OF
261502001-03-07 Orjan Friberg <orjanf@axis.com>
26151
26152 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26153 * gdb.base/pointers.exp: Relax pattern match of decimals.
26154
b6ba6518
KB
261552001-03-06 Kevin Buettner <kevinb@redhat.com>
26156
26157 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26158 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26159 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26160 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26161 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26162 config/sh.exp, config/sid.exp, config/slite.exp,
26163 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26164 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26165 config/vxworks.exp, config/vxworks29k.exp,
26166 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26167 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26168 gdb.base/arithmet.exp, gdb.base/assign.exp,
26169 gdb.base/async.exp, gdb.base/attach.exp,
26170 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26171 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26172 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26173 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26174 gdb.base/commands.exp, gdb.base/completion.exp,
26175 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26176 gdb.base/constvars.exp, gdb.base/corefile.exp,
26177 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26178 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26179 gdb.base/ending-run.exp, gdb.base/environ.exp,
26180 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26181 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26182 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26183 gdb.base/funcargs.exp, gdb.base/help.exp,
26184 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26185 gdb.base/logical.exp, gdb.base/long_long.exp,
26186 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26187 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26188 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26189 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26190 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26191 gdb.base/regs.exp, gdb.base/relational.exp,
26192 gdb.base/remote.exp, gdb.base/reread.exp,
26193 gdb.base/restore.exp, gdb.base/return2.exp,
26194 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26195 gdb.base/selftest.exp, gdb.base/setshow.exp,
26196 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26197 gdb.base/sigall.exp, gdb.base/signals.exp,
26198 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26199 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26200 gdb.base/step-test.exp, gdb.base/structs.c,
26201 gdb.base/structs.exp, gdb.base/structs2.exp,
26202 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26203 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26204 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26205 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26206 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26207 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26208 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26209 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26210 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26211 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26212 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26213 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26214 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26215 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26216 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26217 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26218 gdb.trace/circ.exp, gdb.trace/collection.exp,
26219 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26220 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26221 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26222 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26223 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26224 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26225 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26226 notices.
26227
dc96c6c7 262282001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26229
26230 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26231 first arg is int not float.
26232
dc96c6c7 262332001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26234
26235 * gdb.base/reread.exp: Unsupported for non-native targets;
26236 doesn't work for remote debugging.
26237
9b0c4aeb
FN
262382001-02-19 Fernando Nasser <fnasser@redhat.com>
26239
26240 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26241 * gdb.base/ending-run.exp: Properly handle the BSP state when
26242 stepping past the end of main.
9b0c4aeb 26243
02aa71d5
MC
262442001-02-19 John Moore <jmoore@redhat.com>
26245
26246 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26247 Converted HPUX fix for non-expected items following multiple
26248 step commands into general solution for all platforms.
26249
1fa449a4
MC
262502001-02-18 Michael Chastain <chastain@redhat.com>
26251
26252 * gdb.c++/classes.exp (do_tests): Change runto statements
26253 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26254 statements demangler agnostic.
26255 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26256 (gdb_virtfunc_restart): Likewise.
26257
b2f9ec70
MC
262582001-02-14 Michael Chastain <chastain@redhat.com>
26259
26260 * gdb.c++/inherit.exp (do_tests): Change runto statements
26261 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26262 statements demangler agnostic.
26263
cf74b8ca
AC
26264Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26265
26266 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26267 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26268 before calling common_routine 15 times'' tests.
cf74b8ca 26269
99f78f56
MC
262702001-02-11 Michael Chastain <chastain@redhat.com>
26271
26272 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26273 Helps the test script figure out which demangler is in use.
26274 (dm_type_foo_ref): Ditto.
26275 (dm_type_int_star): Ditto.
26276 (dm_type_long_star): Ditto.
26277 (dm_type_unsigned_int): Ditto.
26278 (dm_type_void): Ditto.
26279 (dm_type_void_star): Ditto.
99707966 26280 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
26281 Probe the gdb demangler and set variables to accommodate
26282 formatting differences.
26283 (info_func_regexp): New function. Same as info_func, but
26284 matches against a regexp.
26285 (info_func): Match against a literal string.
26286 (print_addr_2): New function. Match against a literal string,
26287 which can be different from the input to gdb.
26288 (print_addr): Simply call print_addr_2 with the same argument twice.
26289 (test_lookup_operator_functions): Use demangler formatting variables.
26290 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26291 the tests in the same order as the C++ class declaration.
26292 (test_paddr_operator_functions): Ditto.
26293 (test_paddr_overloaded_functions): Ditto.
26294 (test_paddr_hairy_functions): Use demangler formatting variables.
26295 Add reference to gdb/19 for related tests.
26296 (do_tests): Call probe_demangler.
26297
1de8f023
KB
262982001-01-30 Kevin Buettner <kevinb@redhat.com>
26299
26300 * gdb.c++/templates.cc (printf): Remove unused function definition.
26301
ca3f91ed
MS
263022001-01-26 Felix Lee <flee@redhat.com>
26303
26304 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26305
263062001-01-25 matthew green <mrg@redhat.com>
26307
26308 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26309 up sid.
26310 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26311
263122001-01-25 matthew green <mrg@redhat.com>
26313
26314 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 26315 Deprecate $sid_spawn_id.
ca3f91ed
MS
26316 (sid_exit): Remove code necessary only for `spawn.'
26317
263182001-01-25 matthew green <mrg@redhat.com>
26319
26320 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26321
fb18ec4a
MC
263222001-01-28 Michael Chastain <chastain@redhat.com>
26323
26324 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26325 to call when tests fail. It takes gdb out of the overloaded
26326 function choice menu back to the main prompt, so that the test
26327 program stays synchronized.
26328 (set_bp_overloaded): New proc to collect all the common
26329 code for setting a breakpoint on an overloaded name. Calls
26330 take_gdb_out_of_choice_menu when needed.
26331 (menu_overload1arg): New variable to collect the repeated
26332 instances of the expected menu for an overloaded name. Change
26333 the regular expression to handle changes in g++ type encoding:
26334 "void" can be either "void" or "", and "unsigned int" can be
26335 either "unsigned int" or "unsigned".
26336 (continue_to_bp_overloaded): Change regular expressions to handle
26337 changes in g++ type encoding.
26338 (no proc): Call take_gdb_out_of_choice_menu when needed.
26339 Remove redundant calls to "info break". Accept either "canceled"
26340 or "cancelled". Change regular expressions in "info break"
26341 calls to handle changes in g++ type encoding. Give all tests
26342 unique strings.
26343
9c646a6e
BE
263442001-01-17 Ben Elliston <bje@redhat.com>
26345
26346 * config/sid.exp: New file.
26347
9549d9c1
AC
26348Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26349
26350 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26351
dc96c6c7 263522000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
26353
26354 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26355 Add a RE to accept a non-ascii char if one is ever presented.
26356
b4df4f68
FN
263572000-12-20 Fernando Nasser <fnasser@redhat.com>
26358
297dd0fd 26359 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 26360
dc96c6c7 263612000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 26362
d63a86f8 26363 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
26364 in regexp. One '\' does not suffice on Linux.
26365
4a7bddb6
MC
263662000-12-09 Michael Chastain <chastain@redhat.com>
26367
26368 * gdb.base/break.exp (test_clear_command): Use a marker function
26369 rather than 'main' for the test function. Also move this
26370 test to an execution point where the marker function names are
26371 guaranteed to be bound to functions. (Executing tests after a
26372 'finish' from main runs into name conflicts with local names
26373 in __libc_start_main).
26374
dc96c6c7 263752000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
26376
26377 * gdb.base/finish.exp: New test for gdb's "finish" command.
26378 * gdb.base/return2.exp: New test for gdb's "return" command.
26379 * gdb.base/return2.c: New source file for above.
26380
dc96c6c7 263812000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
26382
26383 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26384 * gdb.base/miscexprs.exp: Ditto.
26385 * gdb.base/pointers.exp: Ditto.
26386 * gdb.c++/derivation.exp: Ditto.
26387 * gdb.c++/local.exp: Ditto.
26388 * gdb.c++/namespace.exp: Ditto.
26389 * gdb.c++/overload.exp: Ditto.
26390 * gdb.c++/ref-types.exp: Ditto.
26391
dc96c6c7 263922000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
26393
26394 * gdb.base/constvars.exp: Test result of "up" command.
26395 * gdb.base/miscexprs.exp: Ditto.
26396 * gdb.base/pointers.exp: Ditto.
26397 * gdb.base/scope.exp: Ditto.
26398 * gdb.c++/derivation.exp: Ditto.
26399 * gdb.c++/local.exp: Ditto.
26400 * gdb.c++/namespace.exp: Ditto.
26401 * gdb.c++/overload.exp: Ditto.
26402 * gdb.c++/ref-types.exp: Ditto.
26403
44097287
FN
264042000-11-22 Michael Chastain <chastain@redhat.com>
26405
26406 * mips_pro.exp: Accept either "middle -> top -> main" or
26407 "middle -> main" in the backtrace, because gcc can optimize
26408 tail calls to jumps. Remove setup_xfail for the hppa case.
26409 Add a comment with the original warning messages from PR 3016,
26410 which was filed in 1993, to preserve them for posterity.
26411
9d2e1bab
ND
264122000-11-17 Nick Duffek <nsd@redhat.com>
26413
26414 * lib/gdb.exp (gdb_test): Override timeout with board info.
26415
1aca8eb7
ND
264162000-11-17 Nick Duffek <nsd@redhat.com>
26417
26418 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26419 the second kill and detach messages.
26420
93076499
ND
264212000-11-17 Nick Duffek <nsd@redhat.com>
26422
26423 * configure.in: Add AC_EXEEXT.
26424 * configure: Regenerate.
26425 * Makefile.in (just-check): Export EXEEXT.
26426 * lib/gdb.exp ($EXEEXT): Import from environment.
26427 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26428 expect "maint dump-me" on Cygwin.
26429 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26430 $EXEEXT.
26431
30e87cd3
ND
264322000-11-17 Nick Duffek <nsd@redhat.com>
26433
26434 * gdb.base/break.exp: Test backtrace and finish from called
26435 function on all platforms, not just HP-UX.
26436
dc96c6c7 264372000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
26438
26439 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26440 code from gdb_target_monitor, so it can be used independantly
26441 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 26442
dc96c6c7 264432000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
26444
26445 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26446 * gdb.base/corefile.exp: Expect the message "Program is being
26447 debugged already" when we send the "corefile" command, since
26448 the preceeding gdb_load may have connected gdb to a remote target.
26449 * gdb.base/display.exp: Disable hardware watchpoints if new
26450 board info variable "no_hardware_watchpoints" is true.
26451 Replace single-letter commands with more readable ones.
26452 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26453 if new board info variable "no_hardware_watchpoints" is true.
26454 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26455 to see if stdio (printf) testing is possible.
26456 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26457 board info variable "no_hardware_watchpoints" is true. Use new
26458 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26459
39124dea
FN
264602000-11-13 Fernando Nasser <fnasser@redhat.com>
26461
26462 From Orjan Friberg <orjanf@axis.com>:
26463 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26464 in array print pattern match.
26465
a9e2e984
FN
264662000-11-09 Fernando Nasser <fnasser@redhat.com>
26467
26468 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26469 spelling "cancelled" to U.S. spelling "canceled" to match changes
26470 made to gdb.
26471 * gdb.c++/ovldbreak.exp: Ditto.
26472
c7db355b
PS
264732000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26474
26475 * gdb.base/callfuncs.c (main): Moved to end of file, call
26476 t_double_values to initialize the FPU before inferior calls are made.
26477 * gdb.base/callfuncs.exp: Test for register preservation after calling
26478 inferior functions. Add tests for continuining, finishing and
26479 returning from a stop in a call dummy.
26480
dc96c6c7 264812000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
26482
26483 * gdb.base/commands.exp: Break up long lines, and re-indent.
26484
dc96c6c7 264852000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
26486
26487 * config/gdbserver.exp: Rewritten from the ground up, to make it
26488 compatible with the current dejagnu tree, and to make it work with
26489 the new "gdbserver" in libremote.
26490
dc96c6c7 264912000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26492
26493 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26494 * gdb.base/varargs.exp: Skip entire test if no printf support.
26495 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26496 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26497
dc96c6c7 264982000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26499
26500 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26501 no floating point support.
26502 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26503 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26504 * gdb.base/call-rt-st.exp: Ditto.
26505 * gdb.base/call-strs.exp: Ditto.
26506
bac5fc66
JG
265072000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26508
26509 * gdb.base/sizeof.c: include <stdio.h>.
26510
26511 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26512 'finish', otherwise uncaptured gdb_prompt would potentially
26513 throw remaining test points out of sync.
bac5fc66 26514
b22a6027
SB
265152000-07-26 Scott Bambrough <scottb@netwinder.org>
26516
26517 * gdb.base/recurse.exp: Run tests for all targets.
26518 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26519 gnu-oldld case on ARM.
26520 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26521 for ARM targets.
d63a86f8 26522
d8231941
AG
26523Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26524
26525 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26526 * gdb.java/configure: Rebuild.
26527
8caabe69
AG
26528Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26529
26530 * gdb.java/jv-exp.exp: New file.
26531
9d273ca3
AG
26532Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26533
26534 * configure: Rebuilt.
26535 * configure.in (configdirs): Add gdb.java.
26536 * gdb.java/jmisc.java: New file.
26537 * gdb.java/jmisc.exp: New file.
26538 * gdb.java/Makefile.in: New file.
26539 * gdb.java/configure: Rebuilt.
26540 * gdb.java/configure.in: New file.
26541 * lib/java.exp: New file.
26542
4f823a66
AC
26543Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26544
26545 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26546 underflow.
4f823a66 26547
2391e11d
AC
26548Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26549
26550 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26551 and the compilers sizes.
2391e11d 26552
54602222
ND
265532000-07-09 Nick Duffek <nsd@redhat.com>
26554
26555 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26556 (use_methods): New function.
26557 (main): Call use_methods().
26558 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26559 (do_tests): Call test_method_param_class.
26560
2bec0572
ND
265612000-07-09 Nick Duffek <nsd@redhat.com>
26562
26563 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26564 spelling.
26565 (test_enums): New procedure. Move enum tests from end of script
26566 to here. Set breakpoint on function name instead of line number.
26567 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26568 (enums2): New marker function.
26569 (enums1): New function.
26570 (main): Call enums1(). Move enum tests to enums1().
26571
78492fde
AC
26572Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26573
26574 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26575 compile/link program. Update line numbers.
78492fde
AC
26576 * gdb.asm/d10v.inc: Define ``startup''.
26577 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26578
49a2cef8
AC
26579Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26580
26581 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26582
3e6c8688
EZ
265832000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26584
26585 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26586 of 'help maint print' command.
3e6c8688 26587
9ff5cbe9
AC
26588Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26589
26590 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26591 they use gdb_expect_list.
9ff5cbe9 26592
17c579bd
AC
26593Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26594
26595 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26596 memory-read-packet-size'' instead of ``set endian big'' to test
26597 long commands.
17c579bd 26598
e6d71bf3
DB
265992000-06-03 Daniel Berlin <dan@cgsoftware.com>
26600
26601 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26602 g++, and stop skipping them.
e6d71bf3
DB
26603
26604 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26605 work under g++.
26606
d63a86f8 26607 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26608 initialization.
26609
dc96c6c7 266102000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26611
26612 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26613 the regular expression: accept an (almost) arbitrary sequence of
26614 "frames-invalid" and "breakpoints-invalid" messages both before
26615 and after the "starting" message.
26616
dc96c6c7 266172000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26618
26619 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26620
dc96c6c7 266212000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26622
26623 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26624 Relax the regular expression a little, make it pass on Solaris 8.
26625
8216cda9
KB
266262000-05-12 Kevin Buettner <kevinb@redhat.com>
26627
26628 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26629 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26630 Instead, it is permissible for gdb to stop on the line of the
26631 call itself.
26632
1a570b2f
MS
266332000-05-12 Michael Snyder <msnyder@.cygnus.com>
26634
26635 * gdb.base/break.exp (bp on small function, optimized file):
26636 Add a second pass pattern. The behavior differs here between stabs
26637 and dwarf for one-line functions. Stabs preserves two line symbols
26638 (one before the prologue and one after) with the same line number,
26639 but dwarf regards these as duplicates and discards one of them.
26640 Therefore the address after the prologue (where the breakpoint is)
26641 has no exactly matching line symbol, and GDB reports the breakpoint
26642 as if it were in the middle of a line rather than at the beginning.
26643
dc96c6c7 266442000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26645
d63a86f8 26646 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26647 rather than "send_gdb" (for consistancy).
26648
7d418785
AC
26649Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26650
26651 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26652 * gdb.c++/templates.cc: Properly check for GCC version number.
26653 * lib/compiler.cc: Likewise
26654
dc96c6c7 266552000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26656
d63a86f8 26657 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26658 gdb may not stop at the first line of main, due to code motion.
26659
dc96c6c7 266602000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26661
26662 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26663 This test depends on parsing the printf output from the target.
26664 Since the sparclet stub doesn't do stdio, this will never work.
26665 * gdb.base/call-rt-st.exp: ditto.
26666 * gdb.base/call-strs: ditto.
26667
dc96c6c7 266682000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26669
26670 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26671
26672 * gdb.base/ending-run.exp: After connecting to a remote target,
26673 but before running, the target will appear to be in a random
26674 location. Specify both a file and a line for breakpoints.
26675 Also, the function that calls main may be called 'init'
26676 rather than 'start'.
26677
a5a51225
EZ
266782000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26679
26680 * gdb.base/help.exp: Update output for add-symbol-file command.
26681
7930cc7c
FN
266822000-04-10 Fernando Nasser <fnasser@cygnus.com>
26683
26684 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26685 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26686
23e37ab1
C
266872000-04-07 J.T. Conklin <jtc@redback.com>
26688
e93c542c
C
26689 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26690
23e37ab1
C
26691 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26692
591b8fa3
PDM
26693Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26694
26695 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26696 values that can be represented exactly.
591b8fa3
PDM
26697 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26698 above change, and to not check against the directory part of the source
26699 file name.
26700 (step into print_long_arg_list): Likewise.
26701 (print print_small_structs from print_long_arg_list): Likewise.
26702 (print print_long_arg_list): Likewise.
26703
7a495180
EZ
267042000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26705
30b53638 26706 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 26707
beb998c6
AC
26708Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26709
26710 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26711
1c689132
DB
267122000-03-25 Daniel Berlin <dan@cgsoftware.com>
26713
26714 * gdb.base/commands.exp (deprecated_command_test): Add test for
26715 deprecate with no arguments.
26716
c1790a9d
JL
267172000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26718
26719 * gdb.base/break.exp: Add new test for setting breakpoints on
26720 optimized code so we can test breakpoints work even when function
26721 prologues may be optimized away
26722
003ba290
FN
267232000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26724
26725 From David Whedon <dwhedon@gordian.com>
a9c64011 26726 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 26727
6837a0a2
DB
267282000-03-22 Daniel Berlin <dan@cgsoftware.com>
26729
26730 * gdb.base/help.exp: Added test for new apropos command.
26731
b9593231
KB
267322000-03-21 Kevin Buettner <kevinb@redhat.com>
26733
26734 * gdb.base/pointers.c (usevar): New function.
26735 (main): Make sure that global variables v_int_pointer2, rptr,
26736 and y are all referenced someplace in the program by calling
26737 usevar() on them. [Some linkers delete symbols which are
26738 never referenced. The space remains, but there's no way to
26739 get a (symbolic) handle on the variable from the debugger.]
26740
751a959b
EZ
267412000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26742
26743 * gdb.base/printcmds.c: Add typedeffed arrays.
26744
26745 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26746 procedure to test arrays that are typedef'd.
751a959b 26747
73a93a32
JI
267482000-03-13 James Ingham <jingham@leda.cygnus.com>
26749
26750 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26751 the library directories.
73a93a32 26752
fb40c209
AC
26753Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26754
26755 * configure.in (configdirs): Add sub directory gdb.mi.
26756 * configure: Re-generate.
26757
26758 * gdb.mi: New directory.
d63a86f8 26759
ee4dd2c9
AC
267602000-02-25 Scott Bambrough <scottb@netwinder.org>
26761
26762 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26763 a long long value as a double on ARM platforms.
ee4dd2c9 26764
70f0cc22
JB
267652000-02-16 Jim Blandy <jimb@redhat.com>
26766
26767 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26768 default source file is set properly before running this test.
26769
853819b8
EZ
267702000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26771
26772 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26773 gdbtk/library directory, not in gdbtcl2.
853819b8 26774
dfcd3bfb
JM
267752000-02-04 Jim Blandy <jimb@redhat.com>
26776
26777 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26778 backslash from regexp pattern.
26779
26780 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26781 procedure. Use it to run all the "continue to bp overloaded"
26782 tests. Note that this changes the names of the tests slightly.
26783 If the breakpoint hit message includes a hex PC value, because
26784 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26785 from the real source code, still consider that a pass.
26786
26787 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26788 XFAIL here if the breakpoint message contains a hex address. Note
26789 similar change on 1999-11-02.
26790
26791 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26792
26793 * gdb.base/ptype.exp: Establish a default source file before
26794 calling get_debug_format.
26795
267962000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26797
26798 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26799
8b93c638
JM
268002000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26801
26802 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26803 of successive stepi commands -- while in the prologue we should see
26804 the function entry bracket.
26805
268062000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26807
26808 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26809 reach __change_mode() when stepping through the end of main().
26810
c5394b80
JM
268112000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26812
26813 * gdb.base/default.exp: Fix expected pattern.
26814 * gdb.base/help.exp: Same.
26815
0d06e24b
JM
268162000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26817
26818 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26819 Don't use xfail's because that affects only the following test.
d63a86f8 26820
0d06e24b 26821 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26822 solaris or linux.
0d06e24b
JM
26823
26824 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26825
dc96c6c7 268262000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26827
d63a86f8 26828 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26829 "A syntax error" rather than "A parse error". Accept both.
26830
268312000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26832
26833 * gdb.base/default.exp: Remove OS dependent string from "target
26834 remote" test.
26835 * gdb.base/help.exp: Same for "help target remote" test.
26836
c3f6f71d
JM
268372000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26838
26839 From Jim Kingdon <kingdon@redhat.com>:
26840
26841 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26842 prompt (cleanup rather than necessity, but still might keep output
26843 from spilling to next test).
c3f6f71d
JM
26844
268452000-01-02 Fred Fish <fnf@cygnus.com>
26846
26847 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26848 AIX, which defines them in <sys/types.h>.
26849
ed9a39eb 268501999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26851
ed9a39eb 26852 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26853 float" test.
ed9a39eb
JM
26854
268551999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26856
ed9a39eb 26857 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26858
26859 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26860 outermost frame disallowed".
26861
268621999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26863
26864 * gdb.base/setvar.exp: New tests for setting the value of a struct
26865 with a constant list.
26866
268671999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26868
26869 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26870 require the user to type a cast before setting the value of a struct.
26871
de57eccd
JM
268721999-12-06 Jim Blandy <jimb@cygnus.com>
26873
26874 * gdb.base/default.exp: Expect the new 'info float' command on
26875 all i386 platforms.
26876
26877 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26878 LinuxThreads libraries that don't support debugging.
26879
c2d11a7d
JM
26880Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26881
26882 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26883 Change the buffer type to ``unsigned char'' to simplify size
26884 arithmetic.
c2d11a7d
JM
26885
26886 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26887 stub only handles 400-1 byte packets. Verify that the download
26888 worked.
c2d11a7d
JM
26889
268901999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26891
26892 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26893 tests, using UNRESOLVED for the untested cases. Also, does not wait
26894 for a timeout if the prompt was received before a recognizable pattern.
26895
268961999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26897
26898 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26899
269001999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26901
26902 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26903 watchpoints.
c2d11a7d
JM
26904
269051999-11-24 Jason Merrill <jason@casey.cygnus.com>
26906
26907 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26908
26909 * gdb.c++/local.exp: Be more flexible in recognizing local class
26910 name mangling. Don't allow horribly truncated method names.
26911 * gdb.c++/derivation.exp: Expect protected inheritance.
26912 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26913 * gdb.c++/virtfunc.exp: Likewise.
26914 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26915 when printing a nested enum.
26916
269171999-11-22 Jim Blandy <jimb@cygnus.com>
26918
26919 * gdb.base/step-test.exp: Properly await GDB's response to setting
26920 a breakpoint on the call to large_struct_by_value.
26921
26922 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26923 just because we have debug info for the `start' function.
26924
269251999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26926
26927 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26928 "Unknown signal" messages, which indicate (on LinuxThreads) that
26929 GDB doesn't know how to debug threads on this system. This is
26930 better than hanging while philosopher 0 dumps chatter into gdb.log.
26931
269321999-11-18 Tom Tromey <tromey@cygnus.com>
26933
26934 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26935
269361999-11-18 Fred Fish <fnf@cygnus.com>
26937
26938 * gdb.base/coremaker2.c: Add sample program for generating
26939 cores that is more self contained than coremaker.c. Eventually
26940 I'll add more code to this and tie it into the testsuite.
26941
4ce44c66
JM
269421999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26943
26944 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26945
269461999-11-10 Jimmy Guo <guo@cup.hp.com>
26947
26948 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26949 from $srcdir/lib/.
4ce44c66 26950 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26951 and gdb.c++/.
4ce44c66
JM
26952
26953 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26954
d63a86f8 26955 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26956 'continue with watch' test point.
26957
269581999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26959
26960 Merged from p2linux-990323-branch:
d63a86f8 26961
4ce44c66
JM
26962 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26963
11cf8741
JM
26964Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26965
26966 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26967 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26968
26969Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26970
26971 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26972 gdb_expect_list.
11cf8741
JM
26973
26974Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26975
26976 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26977
269781999-11-03 Mark Salter <msalter@cygnus.com>
26979
26980 * gdb.base/break.exp: Fix "stub continue" pattern.
26981
269821999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26983
26984 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26985
269861999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26987
26988 * gdb.base/display.exp ("finish"): Add timeout clause.
26989
26990 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26991 plain prompt clause, so this doesn't have to time out in order to
26992 fail.
26993
26994 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26995 breakpoint hit messages include an address.
11cf8741
JM
26996
26997 * gdb.base/display.exp: Don't forget to escape parens in regular
26998 expressions. Unix regexp notatation sucks.
26999
270001999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27001
27002 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27003 order for 'signalled' message.
11cf8741 27004
5c44784c
JM
270051999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27006
27007 From Jimmy Guo <guo@cup.hp.com>:
27008 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27009 * gdb.base/annota1.c: Add code for tests to work with.
27010
270111999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27012
27013 * gdb.base/remote.exp: New test for remote downloading settings.
27014 * gdb.base/remote.c: New file with large .data.
27015
917317f4
JM
270161999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27017
27018 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27019 for LinuxThreads support, merged from the Code Fusion branch.
27020
27021Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27022
27023 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27024 containing exp_continue into a while within an expect. Don't
27025 attempt a start more than three times. Check return value from
27026 gdb_load.
d63a86f8 27027
2df3850c
JM
27028Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27029
27030 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27031 a pass case.
2df3850c 27032
2acceee2
JM
270331999-10-01 Kevin Buettner <kevinb@cygnus.com>
27034
27035 * gdb.base/break.c (main): Added a statement that we can step
27036 off of.
27037 * gdb.base/break.exp: Added tests for setting a breakpoint
27038 at an offset and stepping onto a breakpoint.
27039
270401999-10-01 Fred Fish <fnf@cygnus.com>
27041
d63a86f8 27042 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27043 gdb output.
27044
c2c6d25f
JM
270451999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27046
27047 * gdb.base/break.exp: Code locations are in hex, don't forget!
27048 (For HP-UX.)
27049
270501999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27051
27052 * condbreak.exp: Use break.c as test program.
27053 * condbreak.c: Remove, redundant with break.c.
27054
270551999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27056
27057 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27058 Z-packets if the target needs it.
c2c6d25f
JM
27059
270601999-09-13 James Ingham <jingham@leda.cygnus.com>
27061
27062 * gdb.c++/overload.exp: Added tests for listing overloaded
27063 functions with function pointers in the arg, explicitly calling
27064 out the version you want.
27065
cff3e48b
JM
270661999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27067
27068 * long_long.exp: Add variations of test cases that work for
27069 targets with 16-bit ints and 32-bit doubles.
27070
d4f3574e
SS
270711999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27072
27073 * break.c (main): Compare a possibly-uninitialized argc with an
27074 unlikely value that fits in 16 bits.
27075
270761999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27077
27078 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27079 0xfeeb, don't want negative numbers if ints are 16 bits.
27080
27081 * lib/gdb.exp (skip_cplus_tests): New proc.
27082 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27083 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27084 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27085 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27086 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27087 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27088 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27089 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27090
27091 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27092
27093Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27094
27095 * gdb.base/corefile.exp (up): Allow a parameter to appear
27096 in the frame that we're going up to.
27097
27098 From Jim Blandy <jimb@cygnus.com>:
27099
27100 * gdb.base/default.exp (info float): Expect some output now.
27101
27102 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27103 returning floating-point values to fail on the x86.
27104 * gdb.base/callfwmall.exp (do_function_calls): Same.
27105
27106 * gdb.base/list.exp (test_listsize): Correct expectations for
27107 listing line 1 with listsize 2. Also, listing a single line
27108 works now, as does listing three lines. [Kevin's note: There
27109 were a number of other cases fixed too where the expectations
27110 differed...]
27111
271121999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27113
27114 * gdb.base/selftest.exp: Add case for when version prints as
27115 constant string instead of char pointer.
27116
104c1213
JM
271171999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27118
27119 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27120 stepping out of main.
104c1213
JM
27121
27122 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27123 G++ used.
27124
27125 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27126 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27127
27128 * gdb.c++/ovldbreak.exp: Update match string in test that
27129 includes a warning of multiple breakpoints.
27130
271311999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27132
27133 * gdb.base/display.exp: Improve precision of step-after-finish
27134 added yesterday.
27135
27136 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27137 test.
104c1213
JM
27138
27139 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27140 configs when using G++, not just hppa*.
27141
271421999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27143
27144 * gdb.base/async.c: New file.
27145 * gdb.base/async.exp: New file.
27146
27147Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27148
27149 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27150 PA64.
27151
53a5351d
JM
27152Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27153
104c1213
JM
27154 * gdb.base/display.exp: "finish" can leave us mid-line on many
27155 targets, deal with it. Add a small constant to main, instead of
27156 1000 since main+1000 may not be a valid address in the target.
27157
53a5351d
JM
27158 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27159 on hpux11.
27160
27161 * gdb.base/attach.exp: Handle another hpux11 error message variant
27162 when attaching to a process that does not exist.
27163
271641999-08-19 J.T. Conklin <jtc@redback.com>
27165
27166 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27167 characters in 'continue to 1241' test.
53a5351d
JM
27168
271691999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27170
27171 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27172 stop in print_long_arg_list, define and use a whitespace
27173 variable in print_small_structs test, add an XFAIL for Solaris.
27174 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27175 interested enough to fix.
27176
7be570e7
JM
271771999-08-13 Keith Seitz <keiths@cygnus.com>
27178
27179 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27180 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27181 proc knows about targets other than the natives.
27182 (test_assign): Use "gdb_run_cmd" to "run" the target.
27183 Check that we've actually hit the breakpoint at main.
27184 When we attempt to assign a value to a local variable, check
27185 that the variable is in the current scope, i.e., don't use
27186 a test with an empty result.
27187
27188Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27189
27190 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27191 command.
7be570e7
JM
27192
271931999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27194
27195 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27196 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27197 gdb.compat, gdb.threads-hp.
27198 gdb.hp/configure, gdb.hp/configure.in: New files.
27199 gdb.hp/Makefile.in: Recurse into new subdirs.
27200 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27201 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27202 in object files.
27203 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27204
96baa820
JM
272051999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27206
27207 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27208 funky printf, remove a bogus p/a test.
96baa820
JM
27209
272101999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27211
27212 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27213 connected to the target. This is necessary when running not
27214 natively.
96baa820
JM
27215
272161999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27217
27218 * gdb.base/step-test.exp: Removed some extraneous messages.
27219
27220 * gdb.base/long_long.exp: Don't run memory examination tests
27221 on little-endian targets (they will need a different set of
27222 results to match).
27223
272241999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27225
27226 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27227 until somebody decides to fix GDB.
27228
27229 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27230 constant as "ULL".
96baa820
JM
27231 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27232 matches for a couple x/2 commands.
27233
a0b3c4fd
JM
272341999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27235
27236 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27237 by merging in ref-types2 tests.
27238 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27239
27240 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27241 * gdb.c++/Makefile.in: Add standard actions.
27242 (EXECUTABLES): Rename from PROGS, update list.
27243 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27244 from gdb.hp.
27245 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27246 foo and bar locals.
27247 * gdb.c++/anon-union.exp: Fix tests to match.
27248 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27249 expect matches to handle output variations.
27250 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27251 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27252 output, add HP alternatives for new and delete prints.
a0b3c4fd 27253 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27254 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27255 * gdb.c++/demangle.exp: Use $style when reporting failure.
27256 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27257 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27258 match alternatives.
27259 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27260 compilers.
a0b3c4fd
JM
27261 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27262 * gdb.c++/method.exp: Add match alternatives.
27263 * gdb.c++/misc.cc: Add bool types.
27264 * gdb.c++/misc.exp: Add tests for bool types.
27265 * gdb.c++/overload.exp: Add xfails.
27266 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27267 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27268 add some more template parameter tests (only for HP currently).
27269 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27270 * gdb.c++/virtfunc.cc: Add return type and value for main.
27271 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27272 match alternatives.
d63a86f8 27273
a0b3c4fd
JM
272741999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27275
27276 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27277
272781999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27279
27280 * gdb.base/signals.exp: Don't expect getting a backtrace from
27281 within a signal handler to fail on Linux.
27282
272831999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27284
27285 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27286 * lib/gdb.exp: Remove some gratuitious semicolons.
27287 (delete_breakpoints): Increase timeout.
27288 (gdb_expect): Add -notransfer option.
27289 (gdb_test): Use -notransfer option.
27290 (get_compiler_info): Add f77 case.
27291 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 27292 case.
a0b3c4fd
JM
27293 (gdb_preprocess): Call get_compiler.
27294
27295 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27296 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
27297 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27298 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27299 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27300 third arg to gdb_test.
a0b3c4fd
JM
27301 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27302 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 27303 HP-UX xfails, add others.
a0b3c4fd
JM
27304 * gdb.base/completion.exp: Reflect name change of self-test.
27305 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
27306 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27307 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27308 HP failure number.
a0b3c4fd
JM
27309 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27310 useless HP-UX 10.30 references.
27311 * gdb.base/maint.exp: Loosen matches.
27312 * gdb.base/pointers.c (main): Declare more_code.
27313 * gdb.base/pointers.exp: Match on output of a `next'.
27314 * gdb.base/structs.c: Add prototypes.
27315 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27316 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27317
273181999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27319
27320 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 27321 command.
a0b3c4fd
JM
27322
273231999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27324
27325 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27326 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
27327
27328 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
27329 debug info. Deal with lack of signal hanlder info in stack.
27330
a9c64011 27331 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
27332 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27333
5a2468f5
JM
273341999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27335
27336 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 27337 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 27338
adf40b2e
JM
27339Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27340
27341 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 27342 a1-selftest.exp.
adf40b2e
JM
27343 * gdb.base/configure: Re-generate.
27344
273451999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27346
27347 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27348 in trying to run first and name is too long.
27349
27350 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27351 pointers2.c and pointers2.exp, respectively.
27352 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27353 doschk happier.
27354
43e526b9
JM
273551999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27356
27357 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27358 callfuncs2.c and callfuncs2.exp.
27359
27360 * gdb.base/list.exp: Remove mistaken xfails.
27361 * gdb.base/list0.h: Add optional prototypes.
27362
9846de1b
JM
27363Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27364
a9c64011 27365 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 27366 calling malloc.
a9c64011
AS
27367 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27368 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 27369 use.
9846de1b
JM
27370
273711999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27372
27373 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27374 * gdb.base/annota2.cc, annota2.exp: Move from here.
27375 * gdb.c++/annota2.cc, annota2.exp: To here.
27376 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27377
43ff13b4
JM
27378Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27379
27380 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 27381 a consistent format.
43ff13b4 27382
085dd6e6
JM
273831999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27384
27385 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27386 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27387 HP compilers, also set the globals $true and $false.
27388
27389 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
27390 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27391 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27392 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27393 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27394 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27395 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27396 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27397 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27398 whatis.c} Add C++ compatible function definitions and return
27399 types, add includes for library functions.
085dd6e6
JM
27400 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27401 * gdb.base/step-test.c (myglob): Rename from glob.
27402 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
27403 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27404 files, move here from gdb.hp.
085dd6e6 27405 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
27406 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27407 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27408 Adjust line numbers in regexps.
085dd6e6
JM
27409
27410 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27411 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27412 instead of 0/1.
27413
27414 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27415 foll-vfork.exp: New files, move here from gdb.hp.
27416 * gdb.base/page.exp: New file, test of pagination command.
27417
27418 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27419 recursion test.
27420 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27421
27422 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 27423 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
27424
27425 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 27426 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 27427 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 27428 watchpoint test.
085dd6e6
JM
27429 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27430 them work.
27431 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27432 expressions properly.
27433 * gdb.base/corefile.exp: Loosen the match slightly.
27434 * gdb.base/default.exp: Allow "Error accessing memory" message
27435 also.
27436 * gdb.base/display.exp: Skip over x/0 j if PA64.
27437 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27438 * gdb.base/interrupt.exp: Ditto.
27439 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27440 in use.
27441 * gdb.base/list.exp: Add xfails for HP-UX.
27442 * gdb.base/long_long.exp: Refine some of the numeric matches.
27443 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27444 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27445 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27446 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27447 * gdb.base/ptype.exp: Succeed on more varieties of output.
27448 * gdb.base/scope.exp: Add xfails for HP-UX.
27449 * gdb.base/sect-cmd.exp: Add more cases.
27450 * gdb.base/setvar.exp: Add xfails for HP-UX.
27451 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27452 * gdb.base/signals.exp: Match on void symbolically.
27453 * gdb.base/step-test.exp: Add case for PA64.
27454 * gdb.base/term.exp: Add exit and restart.
27455 * gdb.base/twice.exp: Clean up after self.
27456 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27457 * gdb.base/whatis.exp: Allow more ways to pass tests.
27458
27459 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 27460 no longer useful.
085dd6e6
JM
27461
27462Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27463
27464 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 27465 list of patterns.
085dd6e6 27466 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
27467 print_double_array(double_array)", "continuing to breakpoint
27468 1018", "print print_double_array(array_d)" and "continuing to
27469 1034" tests.
d63a86f8 27470
085dd6e6
JM
274711999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27472
a9c64011 27473 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
27474
274751999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27476
27477 * config/mt-*: Remove, these haven't been used since 1996.
27478
274791999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27480
27481 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 27482 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
27483 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27484
9e0b60a8
JM
274851999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27486
27487 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27488 simpler match case for the ptype of the big class.
27489
274901999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27491
27492 * gdb.exp: Fix test for gdb_prompt existence.
27493
274941999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27495
27496 * gdb.exp (gdb_test): Add fail after calls to perror.
27497
274981999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27499
27500 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27501
275021999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27503
27504 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27505
0f71a2f6
JM
27506Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27507
27508 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27509 malloc() is linked in.
0f71a2f6
JM
27510
275111999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27512
27513 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27514 step at end.
27515
27516 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27517
275181999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27519
27520 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27521
cce74817
JM
27522Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27523
27524 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27525 * gdb.base/mips_pro.exp: Likewise.
27526
275271999-06-02 Keith Seitz <keiths@cygnus.com>
27528
27529 * gdb.c++/templates.cc: Change all "new" operators to throw
27530 an exception.
27531 * gdb.c++/cplusfuncs.cc: Likewise.
27532
27533 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27534
27535Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27536
27537 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27538 * gdb.base/ending-run.exp: When stepping out of main, accept a
27539 step into an arbitrary assembler file.
cce74817 27540
392a587b
JM
275411999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27542
d63a86f8 27543 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27544 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27545 * gdb.base/annota2.exp: Revise line number for main
27546 breakpoint. Allow any number of "frames-invalid" and
27547 "breakpoint-invalid" to be printed.
392a587b
JM
27548 * gdb.base/annota2.cc: Initialize a.x to 0.
27549
9e086581
JM
275501999-05-17 Keith Seitz <keiths@cygnus.com>
27551
6fdff2c5
PA
27552 * gdb.base/call-ar-st.exp: Skip
27553 "print print_double_array (double_array)" when "skip_float_tests" set.
27554 Ditto for "print print_double_array(array_d)",
27555 "print print_small_structs", "print print_ten_doubles", and
27556 "step into print_long_arg_list".
27557 Don't assume we can step into "print_long_arg_list": we could step
27558 into memcpy.
27559 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27560 "skip_float_tests" is set: "print print_one_double(*d1)"
27561 and "print print_two_floats(*f3)".
9e086581
JM
27562 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27563 "skip_float_tests" is set.
6fdff2c5
PA
27564 * gdb.base/varargs.exp: Skip
27565 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27566 "skip_float_tests" set.
d63a86f8 27567
cd0fc7c3
SS
275681999-05-06 Keith Seitz <keiths@cygnus.com>
27569
27570 * gdb.base/annota2.cc: Include stdio.h.
27571
27572Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27573
27574 * gdb.base/crossload.exp: Remove, this has been disabled ever
27575 since BFD stopped including all targets, and cross-GDB gets
27576 plenty of testing anyway.
27577 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27578 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27579 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27580 * gdb.base/README: Remove, was doc for this.
27581 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27582 needed.
cd0fc7c3 27583
b83266a0
SS
275841999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27585
27586 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27587 output.
27588
27589 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27590 * gdb.base/annota2.exp: New file. More annotation tests.
27591 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27592 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27593
275941999-04-23 Angela Marie Thomas <angela@cygnus.com>
27595
27596 * config/cfdbug.exp: New file.
27597
7a292a7a
SS
275981999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27599
27600 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27601 Marcus Daniel's and Dale Hawkins's demangler crashes.
27602
27603 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27604 test_lucid_style_demangling, test_arm_style_demangling,
27605 test_hp_style_demangling): Try Tom Tromey's core-dumping
27606 identifier under each demangling style.
7a292a7a
SS
27607
276081999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27609
27610 * gdb.c++/demangle.exp: Include the current demangling style
27611 in all test names.
27612 (current_demangling_style): New global variable.
27613 (set_demangling_style, test_demangling_core, test_demangling,
27614 test_demangling_exact): New functions.
27615 (test_gnu_style_demangling, test_lucid_style_demangling,
27616 test_arm_style_demangling, test_hp_style_demangling): Use those,
27617 instead of calling gdb_test and gdb_test_exact directly.
27618 (catch_demangling_errors): New function, which reports errors
27619 signalled by the demangling test functions in an orderly way.
27620 (do_tests): Use catch_demangling_errors.
27621
276221999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27623
27624 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27625 grouping in expressions, not {}.
7a292a7a
SS
27626
27627 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27628 initialized yet.
7a292a7a
SS
27629
276301999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27631
27632 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27633 are listed.
27634
276351999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27636
27637 * gdb.stabs/weird.exp: Test for CC being defined before
27638 looking at its value.
27639
276401999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27641
27642 * gdb.base/call-ar-st.exp: Remove stray '#'.
27643 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27644 "short int" and "long int".
27645 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27646 change, to mollify finicky HP compiler.
7a292a7a
SS
27647 * gdb.hp/reg-test.exp (testfile): Fix file name.
27648 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27649
7a292a7a
SS
27650 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27651 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27652 alternate form of enum ptype.
27653
c906108c
SS
276541999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27655
7a292a7a
SS
27656 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27657 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27658 passing skip_hp_tests, so as not to waste time on guaranteed
27659 failure.
7a292a7a 27660
c906108c
SS
27661 * gdb.c++/overload.cc: Pass string instead of char addr, always
27662 init ccpfoo.
27663 * gdb.c++/templates.cc: Fix syntax error.
27664
7a292a7a
SS
27665Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27666
27667 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27668 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27669 command.
27670
276711999-03-18 James Ingham <jingham@cygnus.com>
27672
27673 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27674
27675 * gdb.c++/method.exp: It was testing an uninitialized int on the
27676 stack and assuming it was positive.
27677
27678 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27679
27680 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27681 keep it from killing the rest of the tests.
7a292a7a
SS
27682 Use gdb_continue_to_end.
27683
27684 * gdb.base/sigall.exp: use gdb_continue_to_end.
27685
27686 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27687
27688 * gdb.base/display.exp: use runto_main, not run.
27689
d63a86f8
RM
27690 * gdb.base/default.exp: Check for the current error message in the
27691 r abbreviation test.
7a292a7a
SS
27692 Add strongarm to the targets that know info float.
27693
d63a86f8 27694 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27695 run which doesn't work with monitors.
27696
6fdff2c5
PA
27697 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27698 1034 test.
7a292a7a
SS
27699
27700 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27701
6fdff2c5
PA
27702 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27703 end of a program. Traps the case (in Cygmon) when the program
27704 never really exits. Same as Mark's continue_to_exit, but I had
27705 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
27706
27707 * config/monitor.exp (gdb_target_monitor): added another
27708 target_info parameter: remotebinarydownload. This will set the
27709 remotebinarydownload flag if this is causing some boards trouble.
27710
277111999-03-18 Mark Salter <msalter@cygnus.com>
27712
27713 * lib/gdb.exp (continue_to_exit): New function.
27714
27715 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27716 * gdb.base/ending-run.exp: Ditto.
27717 * gdb.base/step-test.exp: Ditto.
27718
277191999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27720
27721 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27722 (suggested by Art Haas <ahaas@neosoft.com>).
27723
277241999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27725
889bf7c5 27726 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
27727
27728Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27729
27730 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27731 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27732
277331999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27734
27735 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27736 a call to strlen; sometimes we do have sources.
27737
277381999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27739
27740 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27741 character, so GDB won't print garbage after its end.
d63a86f8 27742
c906108c
SS
27743 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27744 breakpoint there instead. Sometimes GCC emits memcpy to handle
27745 the large structures being passed by value, so we step into that
27746 instead of sum_array_print, which obscures what we're really testing.
27747 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27748 the bizarre steps into memcpy, so do that here. Add check for
27749 stepping into function calls that pass large structures by value.
27750 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27751 Remove all references to specific line numbers.
27752 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27753 New type and function.
27754 (main): Call large_struct_by_value, passing it a large struct by value.
27755 * lib/gdb.exp (gdb_get_line_number): New function.
27756
27757 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27758 more portable.
27759
7a292a7a
SS
277601999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27761
c906108c
SS
27762 * lib/gdb.exp: Doc fixes.
27763
7a292a7a
SS
277641999-03-05 Nick Clifton <nickc@cygnus.com>
27765
d63a86f8 27766 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27767
277681999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27769
c906108c 27770 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27771 commands. They're not germane to this test, and they don't work
27772 that way on remote targets.
c906108c 27773
3fc11d3e
JM
277741999-03-01 James Ingham <jingham@cygnus.com>
27775
27776 * Changelog entries merged over from gdb development branch.
27777
3fc11d3e
JM
27778 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27779
27780 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27781 for outputting results of test run.
27782
2d4a1622 27783 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27784
27785 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27786
7a292a7a
SS
277871999-02-25 Felix Lee <flee@cygnus.com>
27788
27789 * lib/gdb.exp (debug_format): initialize
27790
c906108c
SS
277911999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27792
27793 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27794 * gdb.base/call-rt-st.c: Ditto.
27795
c906108c
SS
277961999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27797
27798 * gdb.threads/pthreads.exp (horiz): New variable.
27799 (test_startup): Fix regexps that capture thread numbers.
27800
278011999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27802
27803 * gdb.base/smoke.exp: Disambiguate two test case names (both
27804 called ``print'').
27805
27806Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27807
27808 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27809 compilation.
c906108c
SS
27810
278111999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27812
27813 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27814 actual output formatting.
27815 * gdb.base/smoke.exp: GDB removes leading 0's.
27816 * gdb.base/volatile.exp: Don't check type of remuneration;
27817 that variable is no longer defined in constvars.c.
27818 * gdb.base/step-test.c (main): Exit with explicit exit code.
27819 * gdb.base/step-test.exp: Remove two nexti checks--they are
27820 not portable.
27821
278221999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27823
27824 * gdb.base/help.exp ("help delete display"): Fix test to match
27825 gdb's output.
27826
27827 * gdb.base/long_long.c (known_types): Initialize values to zero.
27828 * gdb.base/long_long.exp: Step one more line
27829 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27830 leading zeros. Explicitly ask for hex formatting. Use
27831 unique test case names.
c906108c
SS
27832
27833Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27834
d63a86f8 27835 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27836
27837 * gdb.c++/method.exp: Add missing close brace.
27838
278391999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27840
27841 * gdb.base/maint.exp: Use 'set height 0' to disable page
27842 prompting, not 'set height 400'.
27843
27844 Fix a bunch of timeouts.
27845 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27846 four separate tests, so expect doesn't take forever to match a ton
27847 of text against a regexp with lots of .* forms.
27848 ("maint print psymbols", "maint print symbols"): Make some of
27849 these greps more selective, so that expect doesn't try to wade
27850 through huge piles of output and time out.
27851
27852 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27853
27854 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27855 tests: one which doesn't expect shlib events to be reported, and
27856 another which does, but is XFAIL for all platforms other than
27857 HP/UX.
c906108c
SS
27858
27859 * gdb.base/break.exp: Teach the test suite that the `catch
27860 fork', `catch vfork', and `catch exec' commands produce error
27861 messages on platforms that don't provide these features.
27862
27863Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27864
27865 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27866 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27867 (shortening names from solib_threshold.exp etc), won't run on
27868 anything but HP-UX for the foreseeable future.
c906108c 27869 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27870 reflect move.
c906108c
SS
27871
27872Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27873
27874 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27875 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27876
27877Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27878
27879 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27880 successfully re-sets breakpoints in shared libraries.
27881 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27882
27883Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27884
d63a86f8
RM
27885 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27886 and compiled w/o GCC.
c906108c
SS
27887
27888 * gdb.hp/watch-cmd.exp: ditto.
27889
27890 * gdb.hp/watch-hp.exp: ditto.
27891
27892 * gdb.hp/xdb1.exp: ditto.
27893
27894 * gdb.hp/xdb2.exp: ditto.
27895
27896 * gdb.hp/dbx.exp: ditto.
27897
27898Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27899
27900 * constvars.c: Remove C++-isms.
27901 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27902 with GCC.
c906108c
SS
27903
27904Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27905
27906 The following changes are part of the HP merge.
27907
27908 * gdb.base/break.exp: new tests to verify that catchpoints for
27909 fork, vfork, and exec don't trigger inappropriately.
27910
27911 * gdb.base/opaque.exp: compile one file at a time, then link.
27912
27913 * gdb.base/signals.exp: be more restrictive about which hppa
27914 systems receive a setup_xfail. new tests.
27915
27916 * gdb.base/solib_threshold.build: new file.
27917 * gdb.base/solib_threshold.exp: new file.
27918 * gdb.base/solib_threshold.link_opts: new file.
27919 * gdb.base/solib_threshold.mk: new file.
27920 * gdb.base/gen_solib_threshold.c: new file.
27921
27922 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27923 tests. New tests for enums inside classes.
27924
27925 * gdb.c++/compiler.cc: indicate support of template debugging.
27926
27927 * gdb.c++/demangle.exp: run hp style demangling tests.
27928
27929 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27930 tests.
27931
27932 * gdb.c++/misc.cc: changes to support new tests.
27933
27934 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27935 to support new tests.
27936
27937 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27938 gcc, then skip these tests.
27939
27940Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27941
27942 The following files are part of the HP merge; some had longer
27943 names at HP, but have been renamed to be no more than 14
27944 characters in length.
27945
27946 * gdb.hp/ambiguous.cc: new file.
27947 * gdb.hp/ambiguous.exp: new file.
27948 * gdb.hp/attach.exp: new file.
27949 * gdb.hp/attach2.exp: new file.
27950 * gdb.hp/classes-hp.exp: new file.
27951 * gdb.hp/ctti.exp: new file.
27952 * gdb.hp/ctti-add.cc: new file.
27953 * gdb.hp/ctti-add1.cc: new file.
27954 * gdb.hp/ctti-add2.cc: new file.
27955 * gdb.hp/ctti-add3.cc: new file.
27956 * gdb.hp/dbx.exp: new file.
27957 * gdb.hp/exception.cc: new file.
27958 * gdb.hp/exception.exp: new file.
27959 * gdb.hp/foll-exec.c: new file.
27960 * gdb.hp/foll-exec.exp: new file.
27961 * gdb.hp/foll-fork.c: new file.
27962 * gdb.hp/foll-fork.exp: new file.
27963 * gdb.hp/foll-vfork.c: new file.
27964 * gdb.hp/foll-vfork.exp: new file.
27965 * gdb.hp/inherit-hp.exp: new file.
27966 * gdb.hp/more-steps.exp: new file.
27967 * gdb.hp/namespace.cc: new file.
27968 * gdb.hp/namespace.exp: new file.
27969 * gdb.hp/optimize.exp: new file.
27970 * gdb.hp/pxdb.c: new file.
27971 * gdb.hp/pxdb.exp: new file.
27972 * gdb.hp/quicksort.exp: new file.
27973 * gdb.hp/reg-test.exp: new file.
27974 * gdb.hp/reg-test.s: new file.
27975 * gdb.hp/sized-enum.c: new file.
27976 * gdb.hp/sized-enum.exp: new file.
27977 * gdb.hp/start-stop.exp: new file.
27978 * gdb.hp/templ-hp.cc: new file.
27979 * gdb.hp/templ-hp.exp: new file.
27980 * gdb.hp/thr-lib.c: new file.
27981 * gdb.hp/thr-lib.exp: new file.
27982 * gdb.hp/thr-lib.h: new file.
27983 * gdb.hp/thr-liblib.c: new file.
27984 * gdb.hp/virtfun-hp.c: new file.
27985 * gdb.hp/virtfun-hp.exp: new file.
27986 * gdb.hp/watch-cmd.exp: new file.
27987 * gdb.hp/watch-hp.exp: new file.
27988 * gdb.hp/xdb1.exp: new file.
27989 * gdb.hp/xdb2.exp: new file.
27990 * gdb.hp/xdb3.exp: new file.
27991
27992Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27993
27994 The following files are part of the HP merge; some had longer
27995 names at HP, but have been renamed to be no more than 14
27996 characters in length.
27997
27998 * gdb.base/ss.h: new file.
27999 * gdb.base/call-ar-st.c: new file.
28000 * gdb.base/call-ar-st.exp: new file.
28001 * gdb.base/call-rt-st.c: new file.
28002 * gdb.base/call-rt-st-exp: new file.
28003 * gdb.base/call-strs.exp: new file.
28004 * gdb.base/ena-dis-br.exp: new file.
28005 * gdb.base/environ.exp: new file.
28006 * gdb.base/long_long.exp: new file.
28007 * gdb.base/sect-cmd.exp: new file.
28008 * gdb.base/shlib-cl2.exp: new file.
28009 * gdb.base/smoke.exp: new file.
28010 * gdb.base/so-impl-ld.c: new file.
28011 * gdb.base/so-impl-ld.exp: new file.
28012 * gdb.base/so-indr-cl.c: new file.
28013 * gdb.base/so-indr-cl.exp: new file.
28014 * gdb.base/varargs.exp: new file.
28015 * gdb.base/volatile.exp: new file.
28016 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28017 * gdb.base/display.exp: new file.
c906108c
SS
28018 * gdb.c++/derivation.exp: new file.
28019 * gdb.c++/local.exp: new file.
28020 * gdb.c++/member-ptr.exp: new file.
28021 * gdb.c++/overload.exp: new file.
28022 * gdb.c++/ovldbreak.exp: new file.
28023 * gdb.c++/ref-types.exp: new file.
28024 * gdb.c++/ref-types2.exp: new file.
28025 * gdb.c++/userdef.exp: new file.
d63a86f8 28026
c906108c
SS
28027Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28028
28029 * gdb.base/default.exp: Reflect wording change in remote.c.
28030
dc96c6c7 28031Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28032
28033 * gdb.base/help.exp: Update to reflect current text.
28034
28035Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28036
28037 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28038 they're stack variables and contain garbage.
28039 * gdb.c++/anon-union.exp: new file.
28040
28041 The following changes were made by David Taylor
889bf7c5
PA
28042 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28043 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28044 in changes by HP.
c906108c
SS
28045
28046 * gdb.base/bitops.exp: new file.
28047 * gdb.base/default.exp: change expected messages for catch and
28048 info catch tests to reflect HP merge changes.
28049 * gdb.base/enable-disable-break.exp
28050 * gdb.base/ending-run.c: new file.
28051 * gdb.base/long_long.c: new file.
28052 * gdb.base/maint.exp: new file.
28053 * gdb.base/pointers2.exp: new file.
28054 * gdb.base/shlib-call2.exp: new file.
28055 * gdb.base/solib.exp: new file.
28056 * gdb.base/step-test.c: new file.
28057 * gdb.c++/anon-union.cc: new file.
28058 * gdb.c++/local.cc: new file.
28059 * gdb.c++/member-pointer.cc: new file.
28060 * gdb.c++/method.cc: new file.
28061 * gdb.c++/ref-types.cc: new file.
28062 * gdb.c++/ref-types2.cc: new file.
28063 * gdb.c++/userdef.cc: new file.
d63a86f8 28064
c906108c
SS
28065 * gdb.base/scope.exp: compile one file at a time, then link.
28066 * gdb.base/langs.exp: ditto.
28067 * gdb.base/list.exp: ditto.
d63a86f8 28068
c906108c
SS
28069Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28070
28071 The following changes were made by David Taylor
889bf7c5
PA
28072 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28073 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28074 in changes by HP.
d63a86f8 28075
c906108c
SS
28076 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28077 skip tests. When compiling pass c++ flag to gdb_compile.
28078 * gdb.c++/
d63a86f8 28079
c906108c
SS
28080 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28081 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28082 (skip_hp_tests): new function.
28083 (gdb_preprocess): new function.
28084
28085 * configure.in (hpdir): decide whether to configure gdb.hp.
28086 * configure: regenerated.
28087
28088 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28089 to delete on clean.
28090 (EXECUTABLES): update to reflect new additions.
28091 * gdb.base/commands.exp: update message expected.
28092 * gdb.base/default.exp: add copyright notice.
28093 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28094 * gdb.base/help.exp: update messages to reflect current text.
28095 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28096 targets for recurse tests.
28097 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28098 skip this file.
28099
28100 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28101 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28102 compilation.
28103 * gdb.c++/misc.exp: ditto.
28104 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28105 run the tests. tell gdb_compile that it's a c++ compilation.
28106
28107 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28108
c906108c
SS
28109 * gdb.base/all-bin.exp: new file.
28110 * gdb.base/arithmet.exp: new file.
28111 * gdb.base/assign.exp: new file.
28112 * gdb.base/completion.exp: new file.
28113 * gdb.base/cond-expr.exp: new file.
28114 * gdb.base/condbreak.exp: new file.
28115 * gdb.base/define.exp: new file.
28116 * gdb.base/dollar.exp: new file.
28117 * gdb.base/environment.exp: new file.
28118 * gdb.base/eval-skip.exp: new file.
28119 * gdb.base/jump.exp: new file.
28120 * gdb.base/logical.exp: new file.
28121 * gdb.base/pointers.exp: new file.
28122 * gdb.base/relational.exp: new file.
28123 * gdb.base/section_command.exp: new file.
28124 * gdb.base/whatis-expr.exp: new file.
28125
28126 * gdb.base/all-types.c: new file.
28127 * gdb.base/call-array-struct.c: new file.
28128 * gdb.base/call-return-struct.c: new file.
28129 * gdb.base/call-strings.c: new file.
28130 * gdb.base/callfuncs2.c: new file.
28131 * gdb.base/condbreak.c: new file.
28132 * gdb.base/constvars.c: new file.
28133 * gdb.base/display.c: new file.
28134 * gdb.base/int-type.c: new file.
28135 * gdb.base/jump.c: new file.
28136 * gdb.base/miscexprs.c: new file.
28137 * gdb.base/pointers.c: new file.
28138 * gdb.base/pointers2.c: new file.
28139 * gdb.base/shmain.c: new file.
28140 * gdb.base/shr1.c: new file.
28141 * gdb.base/shr2.c: new file.
28142 * gdb.base/solib.c: new file.
28143 * gdb.base/solib1.c: new file.
28144 * gdb.base/solib2.c: new file.
28145 * gdb.base/varargs.c: new file.
28146 * gdb.c++/derivation.cc: new file.
28147 * gdb.c++/overload.cc: new file.
28148 * gdb.c++/ovldbreak.cc: new file.
28149 * gdb.hp/attach.c: new file.
28150 * gdb.hp/attach2.c: new file.
28151 * gdb.hp/average.c: new file.
28152 * gdb.hp/compiler.c: new file.
28153 * gdb.hp/compiler.cc: new file.
28154 * gdb.hp/execd-program.c: new file.
28155 * gdb.hp/follow-exec.c: new file.
28156 * gdb.hp/follow-fork.c: new file.
28157 * gdb.hp/follow-vfork-and-exec.c: new file.
28158 * gdb.hp/misc-hp.cc: new file.
28159 * gdb.hp/more-steps.c: new file.
28160 * gdb.hp/optimize.c: new file.
28161 * gdb.hp/quicksort.c: new file.
28162 * gdb.hp/run-hp.c: new file.
28163 * gdb.hp/start-stop.c: new file.
28164 * gdb.hp/sum.c: new file.
28165 * gdb.hp/templates-hp.cc: new file.
28166 * gdb.hp/thread-local-in-lib.c: new file.
28167 * gdb.hp/thread-local-in-lib.h: new file.
28168 * gdb.hp/thread-local-in-lib.lib.c: new file.
28169 * gdb.hp/vforked-program.c: new file.
28170 * gdb.hp/virtfunc-hp.cc: new file.
28171 * gdb.hp/watchpoint-hp.c: new file.
28172 * gdb.hp/xdb.c: new file.
28173 * gdb.hp/xdb0.c: new file.
28174 * gdb.hp/xdb0.h: new file.
28175 * gdb.hp/xdb1.c: new file.
28176
28177Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28178
28179 The following change was made by Edith Epstein
889bf7c5
PA
28180 <eepstein@cygnus.com> as part of a project to merge in changes
28181 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28182
28183 * gdb.c++/demangle.exp: changed the expected output for some
28184 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28185 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28186 T1<char>::~T1<char>(void)
c906108c 28187 becomes,
a9c64011
AS
28188 maint demangle __dt__11T1__pt__2_cFv
28189 T1<char>::~T1(void)
c906108c 28190
889bf7c5 28191 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28192
c906108c
SS
28193Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28194
28195 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28196 * gdb.trace/backtrace.exp: Likewise.
28197 * gdb.trace/circ.exp: Likewise.
28198 * gdb.trace/collection.exp: Likewise.
28199 * gdb.trace/deltrace.exp: Likewise.
28200 * gdb.trace/infotrace.exp: Likewise.
28201 * gdb.trace/limits.exp: Likewise.
28202 * gdb.trace/packetlen.exp: Likewise.
28203 * gdb.trace/passc-dyn.exp: Likewise.
28204 * gdb.trace/passcount.exp: Likewise.
28205 * gdb.trace/report.exp: Likewise.
28206 * gdb.trace/save-trace.exp: Likewise.
28207 * gdb.trace/tfind.exp: Likewise.
28208 * gdb.trace/tracecmd.exp: Likewise.
28209 * gdb.trace/while-dyn.exp: Likewise.
28210 * gdb.trace/while-stepping.exp: Likewise.
28211
282121998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28213
28214 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28215
28216Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28217
28218 From Brendan Kehoe:
28219 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28220 int return types.
28221
28222Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28223
28224 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28225 remote dos host testing right.
c906108c
SS
28226
28227Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28228
28229 * gdb.base/corefile.exp: remove some xfails.
28230
28231Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28232
28233 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28234 have different timestamps.
c906108c
SS
28235
28236Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28237
28238 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28239 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28240
28241Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28242
28243 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28244 delta.
c906108c
SS
28245
28246Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28247
28248 * gdb.base/default.exp: Add brace missing from previous delta.
28249
28250Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28251
28252 * gdb.base/default.exp: Support test for info float for all
28253 varieties of arm toolchain.
28254
dc96c6c7 28255Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28256
28257 * gdb.trace/*.exp: remove "remote_download" command.
28258
dc96c6c7 28259Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28260
28261 * gdb.trace/*.exp: remove -gdwarf from compile.
28262
28263Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28264
28265 * gdb.trace/configure.in(AC_INIT): typo
28266 * gdb.trace/configure: regenerated
28267
dc96c6c7 28268Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28269
28270 * config/m68k-emc.exp: New file.
28271 * lib/<emc-support.exp trace-support.exp}: New files.
28272 * configure.in: add new test directory gdb.trace.
28273 * gdb.trace/{configure configure.in Makefile.in}: New files.
28274 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28275 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28276 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28277 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28278 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28279 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28280 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 28281
dc96c6c7 28282Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28283
28284 * gdb.c++/classes.exp: Change all regular expressions to match
28285 arbitrary combinations of newline/carriage-return, so that they
28286 will work equally well on Unix and Windows.
28287 * gdb.c++/inherit.exp: ditto.
28288 * gdb.c++/virtfunc.exp: ditto.
28289
282901998-08-11 Dawn Perchik <dawn@cygnus.com>
28291
28292 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28293
c2d11a7d
JM
28294Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28295
28296 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28297 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28298 to use a0-a3/d0-d3 as needed.
28299
28300Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28301
28302 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28303 * gdb.disasm/am33.exp: Corresponding changes.
28304
c906108c
SS
283051998-07-11 Felix Lee <flee@cygnus.com>
28306
28307 * gdb.base/callfuncs.exp: add cmp10 test.
28308 * gdb.base/callfuncs.c (cmp10): new function.
28309
28310Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28311
d63a86f8 28312 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
28313 into two parts to get around a synchronization problem in expect.
28314
3fc11d3e
JM
28315Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28316
28317 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28318
28319 * configure.in: Add options for gdbtk testsuite.
28320
28321 * configure: Regenerate.
28322
28323 * gdb.gdbtk: New directory to hold gdbtk tests.
28324
c906108c
SS
28325Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28326
28327 * gdb.fortran/types.exp: Escape brackets in expect patterns
28328 for test_float_literal_types_accepted tests.
28329 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28330 before run test.
28331
c2d11a7d
JM
28332Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28333
28334 * am33.exp: Just compile, do not link the testcase.
28335 * am33.s: Add ".am33" pseudoop to force am33 mode.
28336
c906108c
SS
283371998-06-25 Felix Lee <flee@cygnus.com>
28338
28339 * gdb.base/setshow.exp: make sure $pc is sane.
28340
28341 * gdb.stabs/weird.exp: split expect patterns properly.
28342
c2d11a7d
JM
28343Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28344
28345 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28346 * gdb.disasm/am33.exp: Run it.
28347
dc96c6c7 28348Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28349
28350 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28351 match processing (and eliminate spurious timeouts when running).
28352
dc96c6c7 28353Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28354
28355 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28356 exception test, but conditionalize it on target [mach | gnu].
28357
dc96c6c7 28358Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28359
28360 * gdb.base/overlays.exp: fixup compile line for linker script.
28361
28362Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28363
28364 * gdb.fortran/types.exp: don't guess at float size.
28365
28366Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28367
28368 * gdb.base/exprs.exp: delete test that depends on int size.
28369
28370Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28371
28372 * config/sim.exp: Removed checks for target triplets.
28373 (gdb_target_sim): Use gdb,target_sim_options.
28374
28375Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28376
28377 * gdb.base/reread.exp: New file.
28378 * gdb.base/reread1.c: New file.
28379 * gdb.base/reread2.c: New file.
28380
28381Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28382
28383 * config/sim.exp: Use 'target sim -sparclite' when running
28384 SPARClite programs.
28385
28386Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28387
28388 * gdb.base/structs2.exp: New file.
28389 * gdb.base/structs2.c: New file.
28390
28391Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28392
28393 * gdb.asm/common.inc: New file.
28394 * gdb.asm/d10v.inc: New file.
28395 * asm-source.exp: Pass -I's to gas to find .inc files.
28396 Update line numbers in expected output.
28397 * asmsrc1.s: Rewrite.
28398 * asmsrc2.s: Rewrite.
28399 * configure.in: Create arch.inc symlink.
28400 * configure: Regenerate.
28401 * Makefile.in (distclean): Delete arch.inc.
28402
28403Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28404
28405 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
28406 (t_enum_value2): ditto
28407 (t_enum_value3): ditto
28408 (main): ditto
c906108c
SS
28409Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28410
28411 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28412 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28413 change.
28414 Use gdb_test instead of send_gdb/gdb_expect sequences.
28415
28416Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28417
28418 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28419 not void.
28420
28421Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28422
28423 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
28424 subroutines. Used to test gdbs ability to single step through PC
28425 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
28426
28427Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28428
28429 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28430 more rigorous EGCS C++ error checking.
28431
28432Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28433
a9c64011
AS
28434 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28435 tests.
28436 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28437 function when asleep.
28438 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28439 for i*86 Linux and SVR4 signal handling problems.
28440 Remove linux xfail for `next to handler in signals_tests_1', fixed
28441 by recent infrun.c change.
28442 Limit backtrace to 10 frames to avoid timeout problems with infinite
28443 stack backtraces.
28444 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28445 target.[ch] change.
c906108c
SS
28446
28447Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28448
28449 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28450 for a newline from gdb before continuing.
28451 (default_gdb_exit): Just look for y or n.
28452 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28453 it does, fail the rests of the tests in the file.
28454
28455Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28456
28457 * config/cygmon.exp: New file.
28458
28459Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28460
28461 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 28462 main" test on remote targets.
c906108c
SS
28463
28464 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28465 run test on remote targets.
28466
28467Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28468
28469 * gdb.asm: New directory.
28470 * configure.in: Configure it.
28471 * configure: Regenerate.
28472 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28473 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28474
28475Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28476
28477 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28478
dc96c6c7 28479Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28480
a9c64011
AS
28481 * gdb.base/overlays (several files): Merge the two overlay
28482 managers into one. Change variables (foox, barx, bazx, grbxx)
28483 back into ints but force them to load in their proper sections.
c906108c
SS
28484
28485Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28486
28487 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 28488 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
28489 (D10VCopy): Handle memory regions crossing 16k boundaries.
28490 (D10VCopy): Transfer data in 32 bit chunks.
28491
28492Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28493
28494 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 28495 correct.
c906108c
SS
28496
28497 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28498 map. Include space for printf in .text segment.
c906108c
SS
28499
28500 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28501 updated d10v memory VMA/LMA map.
c906108c 28502 (D10VCopy): Call D10VTranslate.
d63a86f8 28503
c906108c
SS
28504Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28505
28506 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28507
28508 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28509 that it won't be put into the .sdata - small data -
28510 section. Update reference.
c906108c
SS
28511 * gdb.base/baz.c (bazx, baz): Ditto.
28512 * gdb.base/foo.c (foox, foo): Ditto.
28513 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28514
28515 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28516 to be arrays.
d63a86f8 28517
dc96c6c7 28518Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28519
a9c64011
AS
28520 * gdb.base/overlays.exp: fix up and get working again.
28521 Add tests for backtraces from an overlay function.
d63a86f8 28522
c906108c
SS
28523Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28524
28525 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28526 "calling function with watchpoint enabled".
28527
28528Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28529
28530 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28531 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28532 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28533 pending review of whether it is useful or not.
28534
28535Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28536
28537 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28538
28539Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28540
28541 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28542 * config/dve.exp: New file to support Densan boards.
28543
28544Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28545
28546 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28547 reads and BSD.
c906108c
SS
28548
28549Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28550
28551 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28552 response.
28553
28554 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28555
28556Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28557
28558 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28559 test.
c906108c
SS
28560
28561 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28562 target_sizeof_long and target_bigendian_p.
c906108c 28563 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28564 to targets word size and endianess.
d63a86f8 28565
c906108c
SS
28566Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28567
28568 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28569 output.
c906108c
SS
28570
28571Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28572
28573 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28574 Update test of set args help to match source change.
c906108c
SS
28575
28576Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28577
28578 * gdb.base/default.exp: Expect help system output to be in
28579 alphabetical order.
28580 * gdb.base/help.exp: Ditto.
28581
28582Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28583
28584 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28585 "i*86-pc-linux-gnu*".
28586 * gdb.base/interrupt.exp: Ditto.
28587 * gdb.base/corefile.exp: Ditto.
28588
28589 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28590 define vxworks when building the testcase.
c906108c
SS
28591
28592 * gdb.base/ptype.exp: Fix testnames to be unique.
28593 * gdb.base/radix.exp: Ditto.
28594 * gdb.base/term.exp: Ditto.
28595 * gdb.base/whatis.exp: Ditto.
28596 * gdb.c++/classes.exp: Ditto.
28597
28598Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28599
28600 * gdb.base/callfuncs.exp: Fix indentation.
28601
28602 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28603 suppress_flag has been set.
28604 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28605 target feature.
28606
28607Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28608
28609 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28610 the testcase.
28611
28612 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28613 set_debug_traps() and breakpoint().
c906108c
SS
28614 * gdb.c++/misc.cc (main): Ditto.
28615 * gdb.c++/templates.cc (main): Ditto.
28616 * gdb.c++/virtfunc.cc (main): Ditto.
28617
28618Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28619
28620 * lib/gdb.exp(gdb_step_for_stub): New function.
28621 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28622 exists, reload the executable and do a "continue" instead of
28623 doing a jump.
28624 (runto_main): Use gdb_step_for_stub.
d63a86f8 28625
c906108c 28626 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28627 tests to have unique names.
c906108c
SS
28628 * gdb.base/callfuncs.exp: Ditto.
28629 * gdb.base/commands.exp: Ditto.
28630 * gdb.base/default.exp: Ditto.
28631 * gdb.base/help.exp: Ditto.
28632 * gdb.base/list.exp: Ditto.
28633 * gdb.base/opaque.exp: Ditto.
28634 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28635 similar tests.
d63a86f8 28636
c906108c
SS
28637 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28638 * gdb.c++/cplusfuncs.cc: Ditto.
28639 * gdb.c++/virtfunc.cc: Ditto.
28640
28641 * config/monitor.exp: Keep track of the last file we saw, rather
28642 than trying to get the info from gdb.
28643
28644 * gdb.fortran/types.exp: Move comment to previous line.
28645
28646Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28647
28648 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28649 target mode.
c906108c
SS
28650
28651Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28652
28653 From Bob Manson:
28654 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28655 string from GDB when it connects.
c906108c
SS
28656
28657 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28658
28659Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28660
28661 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28662 if we can't get a debug format from GDB (we may be testing an
28663 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28664
28665 * gdb.stabs/weird.exp: Fix quoting.
28666
28667 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28668
28669Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28670
28671 * config/arm-ice.exp: New file.
28672
28673Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28674
28675 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28676 until it has been modified to work with the new testsuite.
c906108c 28677
99707966 28678 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28679 testcase won't compile, cause all of the testcases in the file to
28680 fail instead.
c906108c
SS
28681
28682 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28683 (gdb_clear_suppressed): New procedure.
28684 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28685 it contains a positive value.
28686
28687Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28688
28689 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28690
28691 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28692
28693Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28694
28695 * lib/gdb.exp (setup_xfail_format): New function.
28696 (get_debug_format): New function to get debug format.
28697 (debug_format): New global variable to hold last value set
28698 by get_debug_format.
28699 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28700 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
28701 * gdb.c++/ptype.exp: Ditto.
28702 * gdb.c++/classes.exp: Ditto.
28703 * gdb.c++/cplusfuncs.exp: Ditto.
28704 * gdb.c++/inherit.exp: Ditto.
28705 * gdb.c++/templates.exp: Ditto.
28706 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 28707
c906108c
SS
28708Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28709
28710 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28711 host doesn't have a currently-open connection.
28712
28713 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
28714 any gdb stub target. Handle cases where gdb doesn't respond when
28715 interrupted in a sane fashion.
c906108c
SS
28716
28717 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 28718 same thing in a totally different way.
c906108c
SS
28719
28720 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 28721 setting "timeout".
c906108c 28722 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 28723 default_gdb_init now.
c906108c
SS
28724
28725Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28726
28727 * gdb.base/printcmds.exp: Fix "check for floating addition"
28728 regexp to accept results within approx +/- .01 of exact value.
28729 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28730
28731Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28732
28733 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28734 properly.
c906108c
SS
28735 (gdb_expect): Add optional timeout parameter, and add timeout
28736 value to various calls.
28737 (gdb_suppress_tests): Only give one warning message per group.
28738
28739Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28740
28741 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28742 global variables. Handle getting a value for $timeout more
28743 gracefully.
c906108c
SS
28744
28745Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28746
28747 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28748 initialize.
c906108c 28749 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28750 by a target configuration file.
c906108c
SS
28751 (gdb_expect): Pass the timeout to remote_expect.
28752
28753 * config/monitor.exp(gdb_load): Fix typo in regexp.
28754
28755Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28756
28757 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28758
28759Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28760
28761 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28762 here. Call gdb_target_exec before rebooting the target, to make
28763 sure the connection to the target is closed.
c906108c
SS
28764 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28765 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28766 Also detect "Timeout reading from remote" error.
28767
28768 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28769 gdb_target_monitor. Don't call gdb_file_cmd here; let
28770 gdb_target_monitor do it.
c906108c
SS
28771
28772 * gdb.disasm/hppa.exp: Don't use exec_output.
28773
28774Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28775
28776 * gdb.base/list.exp: If we're debugging a non-native target,
28777 try to set the pc register to point to the start of the
28778 program before doing the first list command.
28779
28780 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28781 test_calls after restarting.
c906108c
SS
28782
28783 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28784 reloading.
c906108c
SS
28785
28786 * gdb.base/watchpoint.exp: Fix typo.
28787
28788 * gdb.base/setshow.exp: Check for use_gdb_stub.
28789
28790 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28791 stub case.
c906108c
SS
28792 * gdb.base/langs.exp: Ditto.
28793
28794 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28795 gdb_load_offset. If we weren't given a file to load, figure out
28796 what the current file is and use it.
c906108c
SS
28797
28798 * config/i386-bozo.exp: New file.
28799
28800Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28801
28802 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28803 feature.
28804
28805 * config/proelf.exp: New entry.
28806
28807Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28808
28809 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28810 of regexps.
28811
28812 * gdb.base/watchpoint.exp: Don't run the test_stepping
28813 tests if gdb can't call functions on the target.
28814
28815 * gdb.base/setshow.exp: Don't run the set prompt tests if
28816 the board has gdb_prompt set.
28817
28818Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28819
28820 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28821 * gdb.base/commands.exp: Likewise.
28822 * gdb.base/setshow.exp: Likewise.
28823
28824Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28825
28826 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28827 feature.
28828
28829 * config/i960.exp: New file.
28830
28831Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28832
28833 * gdb.base/funcargs.exp: Check for gdb,short_int target
28834 feature instead of looking for explicit target triplets.
28835
dc96c6c7 28836Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28837
d63a86f8 28838 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28839 "p 123DEADBEEF", to check parse_number.
28840 * top.c: change "to enable to enable" to "to enable" in a couple
28841 of help strings.
28842
28843Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28844
28845 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28846 on the mn10300.
d63a86f8 28847
c906108c
SS
28848Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28849
28850 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28851 where the test executable is run with explicit args.
28852 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28853
28854Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28855
28856 * gdb.base/run.c: Use FAKEARGV to build test executable that
28857 does not require a command line arg, since most simulators
28858 don't currently support passing such an arg into the simulated
28859 program.
28860 * gdb.base/commands.exp: Change tests to insert the proper
28861 value as the arg to the first recursive factorial call. Change
28862 compilation line to define FAKEARGV at compile time.
28863
28864Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28865
28866 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28867 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28868 function with watchpoint enabled" test.
28869
28870Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28871
28872 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28873 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28874
28875 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28876 "Tests restarted" messages.
c906108c
SS
28877
28878Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28879
28880 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28881
dc96c6c7 28882Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28883
28884 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28885 for INFO SYMBOL; add help tests for OVERLAY commands.
28886 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28887 add tests for OVERLAY commands
28888 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28889 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28890 * gdb.base/sigall.c: add usestubs code frag
28891 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28892
c906108c
SS
28893Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28894
28895 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28896 failures.
28897 (gdb_stop_suppressing_tests): Note that tests have restarted.
28898
28899Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28900
28901 * config/h8300.exp: New file.
28902
28903Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28904
28905 * gdb.base/setshow.exp: Check for the existence of a
28906 feature, not its value.
28907
28908Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28909
28910 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28911
28912 * gdb.base/scope.exp: It's now init0(), not init().
28913
28914 * gdb.base/scope0.c: For now, change init() to be init0().
28915
28916 * config/monitor.exp: Use gdb_serial in preference to serial
28917 or netport.
28918
28919 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28920 and it's not already set.
c906108c
SS
28921
28922Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28923
28924 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28925 isn't using a stub and if it supports argument passing.
c906108c
SS
28926
28927Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28928
28929 * config/udi.exp(gdb_start): Make sure UDICONF is set
28930 properly before starting gdb.
28931
28932Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28933
28934 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28935 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28936 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28937
28938Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28939
28940 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28941 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28942
28943 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28944
28945 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28946
28947 * config/monitor.exp: Make sure we disconnect from the target.
28948 Also, try a reboot/reload cycle instead of failing if the
28949 load fails.
28950
28951Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28952
28953 * gdb.base/default.exp: Don't set match_max.
28954 * gdb.base/help.exp: Ditto.
28955 * gdb.base/list.exp: Ditto.
28956 * gdb.base/signals.exp: Ditto.
28957
28958 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28959 set, use remote_ld to download the testcase instead of
28960 the GDB loader.
28961
28962Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28963
28964 * config/vr5000.exp: New file.
28965
28966 * config/monitor.exp(gdb_target_monitor): Add pattern for
28967 "Ending remote" to detect errors in connecting.
28968
28969 * gdb.base/setshow.exp: Add .* within auto language test.
28970
28971 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28972 target feature.
28973
28974 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28975 and reboot the board if necessary.
c906108c
SS
28976
28977 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28978 a set of tests. Remove print.* from the patterns being checked.
28979
28980Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28981
28982 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28983 refer to gdb_spawn_id.
28984
28985 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28986 longer used.
28987 * config/sparclet.exp: Ditto.
28988 * config/sparclet-old.exp: Ditto.
28989 * config/slite.exp: Ditto.
28990 * config/sim.exp: Ditto.
28991 * gdb.base/funcargs.exp: Ditto.
28992
28993 * lib/gdb.exp:Remove references to gdb_spawn_id.
28994 (gdb_expect): Move to remote.exp.
28995
28996Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28997
28998 * config/monitor.exp: Detect the "Couldn't establish connection"
28999 message from GDB.
29000
29001Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29002
29003 * gdb.base/bitfields.exp: Use runto instead of explicit
29004 gdb_run_cmd/gdb_expect sequences.
29005
29006 * gdb.base/break.exp(text_next_with_recursion): Add match for
29007 gdb_expect call.
29008
29009 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29010 We also need to handle the "A program is being debugged already"
29011 prompt from gdb. Use gdb_test to set the baud rate.
29012
29013 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29014 to 20000. Really. I mean it.
29015
29016Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29017
29018 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29019 fails. If suppress_flag is set, skip perror message about not
29020 being able to send to GDB.
c906108c 29021 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29022 GDB.
c906108c
SS
29023 (gdb_expect): If suppress_flag is set, always fail immediately.
29024 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29025 (gdb_init): Call gdb_stop_suppressing_tests.
29026 (default_gdb_exit): Ditto.
29027 (default_gdb_start): Ditto.
29028
29029 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29030 gdb_stop_suppressing_tests as appropriate.
c906108c 29031 * gdb.base/break.exp: Ditto.
889bf7c5 29032 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29033 * gdb.base/commands.exp: Ditto.
29034 * gdb.base/exprs.exp: Ditto.
889bf7c5 29035 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29036 * gdb.base/list.exp: Ditto.
29037 * gdb.base/recurse.exp: Ditto.
889bf7c5 29038 * gdb.base/scope.exp: Ditto.
c906108c
SS
29039 * gdb.base/structs.exp: Ditto.
29040 * gdb.c++/inherit.exp: Ditto.
29041
29042Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29043
29044 * config/vr4300.exp: New file.
29045
99707966 29046 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29047
99707966 29048 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29049
29050Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29051
29052 * lib/gdb.exp(gdb_init): New function.
29053
29054 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29055 for each individual variable set.
c906108c
SS
29056
29057 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29058 name.
29059
29060 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29061
29062 * gdb.base/scope.exp: Use gdb_test.
29063
29064 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29065 aborting; the testsuite driver will do that for us (see
29066 gdb_finish). Also, use gdb_test in a few more places.
29067
29068Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29069
29070 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29071
29072Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29073
29074 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29075 and "add_tests" are not at the same address.
29076
29077Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29078
29079 * gdb.base/ptype.exp: Use gdb_test.
29080
29081Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29082
29083 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29084 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29085 left in. No longer expect them to fail.
29086
29087 * gdb.stabs/*.mt; Deleted, no longer used.
29088 * gdb.stabs/configure.in: Remove references to target makefile
29089 frags.
29090 * gdb.stabs/configure: Rebuilt.
29091
29092 * gdb.disasm/*.mt: Deleted, no longer used.
29093 * gdb.disasm/configure.in: Remove references to target makefile
29094 frags. Use "sh3.s" as the unique filename for this directory.
29095 * gdb.disasm/configure: Rebuilt.
29096
29097 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29098 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29099 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29100
29101Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29102
29103 * config/udi.exp: Use mondfe,name instead of remote_host.
29104
29105Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29106
29107 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29108 a function with a watchpoint enabled on the mn10200.
29109
29110 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29111 before trying to create it!
29112
29113Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29114
29115 * config/vx.exp: Use hostname instead of netport.
29116
29117 * config/vxworks.exp: New file.
29118
29119 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29120
29121 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29122 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29123 occurs.
29124
29125 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29126 $gdb_spawn_id directly.
29127 (gdb_run_cmd): Try _start as well as start. Use the target feature
29128 gdb,start_symbol as the symbol to start from when jumping.
29129
29130Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29131
29132 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29133 redundant) test.
29134
29135 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29136 it doesn't lose for 16bit integer systems.
29137
29138Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29139
29140 * gdb.fortran/types.exp: If the target doesn't support "double"
29141 data types, then expect "real" types to only be 4 bytes.
29142
29143 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29144 call tests if the target doesn't support inferior function calls.
29145
29146 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29147 in printf tests.
29148
29149Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29150
29151 * gdb.base/help.exp: Disable "help set", "help show", and
29152 "help support". Simplify regexp for "help stack".
29153
29154 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29155 to 60 seconds. Temporarily set match_max to 15000 around the
29156 "info copying" test.
29157
29158 * gdb.base/nodebug.exp: Don't try to do an inferior function
29159 call if the target doesn't support them.
29160 * gdb.base/printcmds.exp: Likewise.
29161 * gdb.base/setvar.exp: Likewise.
29162 * gdb.base/structs.exp: Likewise.
29163 * gdb.c++/templates.exp: Likewise.
29164 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29165
29166 * gdb.base/recurse.exp: Enable for the mn10200.
29167
29168 * configure.in: Do configure gdb.stabs directory for *-*-elf
29169 targets.
29170 * configure: Rebuilt.
29171
29172 * gdb.base/break.exp: Check for gdb,noresults before testing
29173 exit status and/or results from the target.
29174 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29175 * lib/gdb.exp: Remove old (now bogus) initialization of
29176 noinferior, noargs, noresults and nosignals.
29177
29178Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29179
29180 * config/sh.exp: New file.
29181
29182 * config/slite.exp: Try to connect multiple times to the board
29183 before rebooting. Only send a "monitor run" if need_monitor_run
29184 is set.
29185
29186 * gdb.base/break.exp: Don't do the "stub continue" test if
29187 the target has gdb_stub set.
29188
29189 * gdb.base/callfuncs.exp: Increase the timeout.
29190
29191 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29192 if the target has gdb,noinferiorio set.
29193
29194 * gdb.base/list.exp: Increase match_max to 10000 characters.
29195
29196 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29197
29198 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29199 target.
29200
29201 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29202
29203Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29204
29205 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29206 trying to delete the copy of gdb. Catch the file delete so we
29207 don't die if the delete fails; also, the file should be copied to
29208 the host, not to the build.
c906108c
SS
29209
29210Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29211
29212 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29213 parenthesis in case it contains multiple regexps separated
c906108c
SS
29214 with |.
29215
29216 * gdb.base/watchpoint.exp: Use gdb_test.
29217 * gdb.base/default.exp: Ditto.
29218
29219Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29220
99707966 29221 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29222
c906108c
SS
29223 * gdb.base/scope.exp: Use gdb_test.
29224 * gdb.c++/classes.exp: Ditto.
29225 * gdb.c++/inherit.exp: Ditto.
29226
29227Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29228
29229 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29230 remote_exec instead.
29231 * gdb.base/corefile.exp: Don't be ridiculous.
29232 * gdb.base/*.c: Add missing stub invocations.
29233
29234Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29235
29236 * config/slite.exp: Miscellaneous fixes.
29237
29238 * lib/gdb.exp: Fix runto.
29239
29240 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29241 the target.
29242
29243 * gdb.base/watchpoint.exp: Fix regexp.
29244
29245 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29246 close and wait commands, as the descriptor may now be
29247 invalid. Always call "remote_close host".
29248
29249Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29250
29251 Major rewrite for testsuite revision.
d63a86f8 29252
c906108c
SS
29253 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29254 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29255 instead of relying on spawn_id to always contain a valid
29256 spawn id.
29257 (get_compiler_info): New procedure to build the ${binfile}.ci
29258 file, instead of replicating this in N different places.
29259 (gdb_compile): New procedure.
d63a86f8 29260
c906108c 29261 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29262 appropriate arguments) instead of compile. Use gdb_test in a lot
29263 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29264 at the start of a testcase, as this is no longer done magically.
29265
29266 config/*-gdb.exp: Rename without the -gdb suffix.
29267
29268 config/mips.exp: Use remote_close instead of exit_remote_shell.
29269 config/monitor.exp: Use target_info instead of looking at
29270 baud, timeout, etc.
29271 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29272
29273Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29274
29275 * gdb.c++/templates.exp (test_ptype_of_templates),
29276 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29277 Update expect patterns for destructors and assignment operators
29278 to match corresponding c-typeprint.c changes.
29279 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29280 to destructor breakpoint test, GDB should be able to set the
29281 destructor breakpoint without specifying arguments.
29282
29283Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29284
29285 * gdb.threads/pthreads.exp: Change result for failure to compile due
29286 to lack of pthreads runtime support from an error to simply an
29287 unsupported test, per dejagnu standards.
29288
29289Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29290
29291 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29292 where GDB exits to reduce pattern match time.
29293 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29294
29295 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29296
dc96c6c7 29297Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29298
29299 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29300 * gdb.base/default.exp: ditto.
29301 * gdb.base/nodebug.exp: ditto.
29302 * gdb.base/printcmds.exp: ditto.
29303 * gdb.base/ptype.exp: ditto.
29304 * gdb.base/setvar.exp: ditto.
29305 * gdb.base/structs.exp: ditto.
29306 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29307
29308Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29309
29310 * configure, */configure: Rebuild with autoconf 2.12.
29311
29312Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29313
29314 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29315 use new i*86-pc-linux*-gnu quads.
29316 * gdb.base/corefile.exp: Ditto.
29317 * gdb.base/signals.exp: Ditto.
29318 * gdb.base/sigall.exp: Ditto.
29319 * gdb.base/interrupt.exp: Ditto.
29320
29321 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29322 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29323 RedHat 4.0.
d63a86f8 29324
c906108c 29325 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
29326 linux. This allows the test case to at least compile on latest
29327 linux, but still not run due to missing the threads runtime library.
c906108c
SS
29328
29329Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29330
29331 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29332 directory to search gdb directory. Accept and step over conditional
29333 stack alignment code. Consume $prompt in failure cases.
29334 Reset timeout to $oldtimeout instead of some arbitrary value.
29335 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29336 timeout problems with infinite stack backtraces.
29337 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29338 Accept function parameters for linkfunc member.
29339
29340Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29341
29342 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29343 (CXXFLAGS): Remove, unreferenced.
29344 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
29345 previous -B options and also add -B option to pick up cross compiled
29346 runtime.
c906108c
SS
29347 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29348 doing cross compiles.
29349 (target_alias): Declare global.
29350 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29351 to verify that gcc exists in build tree, and if so set CC to that
29352 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 29353
c906108c
SS
29354Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29355
29356 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29357 ptype test for anonymous union. Fixup testcase to match
29358 current gcc debug output.
29359
29360Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29361
29362 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29363 force argument to an unsigned long type.
29364
29365Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29366
29367 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 29368 tests and anonymous union print/ptype tests.
c906108c
SS
29369 * gdb.base/list.exp (test_forward-search): Increase timeout by
29370 5 minutes for the "search extremely long line" case.
29371 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29372 completely optional and that the pass/fail messages use the command as
29373 the message if that third arg is a null string.
29374 (gdb_test_exact): Arrange that a null string pattern means match a
29375 null string output rather than any output, which might include random
889bf7c5 29376 errors.
c906108c
SS
29377 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29378 backtrace test.
29379 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29380 always failing and failure is now exposed by gdb.exp changes.
29381
29382Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29383
29384 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29385 weren't being noted.
29386
29387Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29388
29389 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29390 * gdb.stabs/weird.exp: Remove v_comb xfails.
29391
dc96c6c7 29392Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29393
29394 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 29395 list.exp scope.exp watchpoint.exp]
c906108c 29396 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 29397
dc96c6c7 29398Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29399
29400 * config/monitor.exp: Increase download timeout to 1000 seconds.
29401
dc96c6c7 29402Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29403
29404 * config/m32r.exp: Increase timeout to 120 seconds.
29405
29406Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29407
29408 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29409 and accept older ordering as obsolescent gcc or gdb.
29410 * gdb.c++/templates.exp: Ditto.
29411 * gdb.c++/virtfunc.exp: Ditto.
29412
29413Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29414
29415 * gdb.base/coremaker.c: Add code to mmap some data so we
29416 can check that it ends up in the core file.
29417 * gdb.base/corefile.exp: Add test to read mmapped data
29418 from core file.
29419
dc96c6c7 29420Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29421
29422 * config/m32r.exp: New file.
29423
29424Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29425
29426 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29427 that cflags can contains -gstabs, and work correctly for other tests.
29428
dc96c6c7 29429Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29430
29431 * gdb.base/setshow.exp: New file, tests show and set.
29432 * gdb.base/setshow.c: New file, tests show and set.
29433 * gdb.base/help.exp: Add test for help set|show annotate.
29434 * gdb.base/default.exp: Add test for set|show annotate.
29435
29436Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29437
29438 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29439 errors unique.
29440 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29441 explicitly.
29442
29443Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29444
29445 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29446 and width commands. This is done elsewhere.
29447 * (gdb_start): Don't call gdb_start_sim here. That's already
29448 done in gdb_load. This fixes lots of failures in default.exp.
29449
29450Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29451
29452 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29453 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29454 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29455 in the same we we treat other failures (since it may be an expected
889bf7c5 29456 condition), rather than as an error.
c906108c
SS
29457 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29458 old test format.
29459
29460Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29461
29462 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29463 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 29464 twice. Nuke the duplicates.
c906108c 29465 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 29466 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
29467 Remove config.h along with other config files.
29468
29469Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29470
29471 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29472 "p func1 ()" and note that rests of tests are skipped.
29473 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29474 setup_xfails for "print func2::coremaker_local".
c906108c
SS
29475 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29476 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29477 affected by the previous run test.
29478 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29479 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29480 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29481 "pass int powerset tuple" and "pass modeless int powerset tuple".
29482 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29483 "real write 4" and "real write 8".
29484 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29485 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
29486 "print \$i after tuple assign 2", and
29487 "print vs2 after tuple assign 2".
29488 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29489 meaningful error message and return -1 so the caller can
29490 suppress further tests and avoid a cascade of errors.
d63a86f8 29491
c906108c
SS
29492Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29493
29494 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29495 format for printing version.
29496 * gdb.base/default.exp: Ditto.
29497 * gdb.base/interrupt.exp: Fix problem with cascade of
29498 errors if child process dies while calling a function.
d63a86f8 29499
c906108c
SS
29500Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29501
29502 * Makefile.in (VPATH): Add
29503 * Makefile.in (Makefile, config.status): Fix rules so things get
29504 remade when necessary.
29505
29506Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29507
29508 * Makefile.in (just-check): Add path to sibling expect dir
29509 to environment variable specified by RPATH_ENVVAR.
29510
29511Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29512
29513 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29514 (just-check): Add shared library paths for libstdc++, tk,
29515 tcl, bfd, and opcodes to the environment variable specified
29516 in RPATH_ENVVAR.
29517 * configure.in: Add support to recognize --enable-shared flag
29518 and generate correct value for RPATH_ENVVAR.
29519 * configure: Regenerated with autoconf.
29520
29521Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29522
29523 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29524 include all osf versions.
c906108c
SS
29525 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29526 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29527 when target is linux. When failing to build pthreads test
29528 executable, give more meaningful message.
29529 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29530 arg for pthread_create.
d63a86f8 29531
c906108c
SS
29532Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29533
29534 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29535 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29536 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29537 and -lpthreads (everybody else).
c906108c
SS
29538 (test_startup): Fail gracefully if threads are not supported.
29539 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29540 "p/c array_index("abcdef",2)" when not gcc compiled.
29541 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29542 "print func2::coremaker_local" when not gcc compiled.
29543 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29544 "ptype on opaque struct tagname (statically)",
29545 "ptype on opaque struct tagname (dynamically) 1", and
29546 "ptype on opaque struct tagname (dynamically) 2"
29547 for not compiled with gcc.
29548 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29549 backtrace when compiled with gcc.
d63a86f8 29550 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29551 than always return success.
29552
29553Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29554
29555 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29556
29557Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29558
29559 * gdb.base/structs.exp: Undo last change.
29560
29561Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29562
29563 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29564 encapsulate all the steps/nexts done during self test, starting
29565 at main, and makes them less sensitive to optimization issues.
29566 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29567 signal handler" test.
29568 * gdb.threads/pthreads.exp: Only run this for native configs.
29569 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29570 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29571 tests.
29572 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29573 for "runto test_calls(void)" test.
d63a86f8 29574
c906108c
SS
29575Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29576
29577 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29578 and don't expect address info in breakpoint confirmations.
29579
29580Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29581
29582 * gdb.base/list.exp (test_forward_search): Increase timeout
29583 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29584 and then reset to old value when done. Increase expect input
c906108c
SS
29585 buffer to 10000.
29586
29587Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29588
29589 * gdb.base/list.exp (test_forward_search): Fix to handle very
29590 long source line without overflowing expect's input buffer.
29591
29592Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29593
29594 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29595 "buffer_full".
29596
29597 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29598 "buffer_full".
29599
29600 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29601 "buffer_full".
29602
29603 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29604 "buffer_full".
29605
29606Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29607
29608 * configure.in (configdirs): Add gdb.threads.
29609 * configure: Regenerated with autoconf.
29610 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29611 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29612 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29613
c906108c
SS
29614Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29615
29616 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29617
29618Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29619
29620 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29621 each signal's status in the output of "handle all print".
29622 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29623 the \r\n sequence that immediately precedes the gdb prompt.
29624 * gdb.base/a1-selftest.exp: Save original timeout and restore
29625 after test.
29626
29627Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29628
29629 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29630 symbol.
29631
29632Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29633
29634 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29635
29636Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29637
29638 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29639 timeout by 60 seconds.
29640
29641Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29642
29643 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29644 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29645 error return.
29646
29647Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29648
29649 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29650 gdb initialization, also report how long dejagnu waited. Restore
29651 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29652 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29653
29654Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29655
29656 * lib/gdb.exp: Report timeout value for verbosity level 2.
29657 * config/gdbserver.exp: Ditto.
29658 * config/hppro.exp: Ditto.
29659 * config/mips-gdb.exp: Ditto.
29660 * config/monitor.exp: Ditto.
29661 * config/netware.exp: Ditto.
29662 * config/sim-gdb.exp: Ditto.
29663 * config/slite-gdb.exp: Ditto.
29664 * config/udi-gdb.exp: Ditto.
29665 * config/unix-gdb.exp: Ditto.
29666 * config/vx-gdb.exp: Ditto.
29667 * gdb.base/a1-selftest.exp: Ditto.
29668 * gdb.base/a2-run.exp: Ditto.
29669 * gdb.base/break.exp: Ditto.
29670 * gdb.base/corefile.exp: Ditto.
29671 * gdb.base/list.exp: Ditto.
29672 * gdb.base/recurse.exp: Ditto.
29673 * gdb.base/scope.exp: Ditto.
29674 * gdb.base/signals.exp: Ditto.
29675
29676Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29677
29678 * gdb.threads/Makefile.in (docdir): Removed.
29679
29680Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29681
29682 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29683 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29684 @srcdir@.
d63a86f8 29685 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29686 autoconf 2.5 or higher.
29687 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29688
29689Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29690
29691 * configure: Regenerated.
29692 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29693 avoid name clashes with SunOS headers.
29694
29695Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29696
29697 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29698
29699Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29700
29701 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29702 prototype information ends up in the compiler info file.
29703
29704Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29705
29706 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29707 attempting to regenerate it. Eliminate use of a temporary file
29708 and just generate the info file directly. Source it immediately,
29709 for consistency of use.
29710 * gdb.base/corefile.exp: Ditto
29711 * gdb.base/exprs.exp: Ditto.
29712 * gdb.base/funcargs.exp: Ditto.
29713 * gdb.base/langs.exp: Ditto.
29714 * gdb.base/list.exp: Ditto.
29715 * gdb.base/mips_pro.exp: Ditto.
29716 * gdb.base/nodebug.exp: Ditto.
29717 * gdb.base/opaque.exp: Ditto.
29718 * gdb.base/ptype.exp: Ditto.
29719 * gdb.base/scope.exp: Ditto.
29720 * gdb.base/setvar.exp: Ditto.
29721 * gdb.base/signals.exp: Ditto.
29722 * gdb.base/whatis.exp: Ditto.
29723 * gdb.c++/templates.exp: Ditto.
29724 * gdb.c++/virtfunc.exp: Ditto.
29725 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 29726 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
29727
29728Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29729
29730 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29731 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29732 Increase timeout, a lot of single stepping might be needed if the
29733 target has no hardware watchpoints.
29734
29735Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29736
29737 * gdb.base/break.exp: Ignore compiler warnings when compiling
29738 break.c.
29739 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29740 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29741 from remote-sim.
29742 * gdb.base/exprs.exp: Add h8300 xfails.
29743 * gdb.base/funcargs.exp: Likewise.
29744 * gdb.base/nodebug.exp: Likewise.
29745 * gdb.base/printcmds.exp: Likewise.
29746 * gdb.base/ptype.exp: Likewise.
29747 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29748 h8300 xfails.
d63a86f8 29749 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29750 on the h8300.
29751 * gdb.base/funcargs.c: Explicitly make last constant argument to
29752 call_after_alloca_subr an unsigned long type.
29753 * gdb.base/return.c: Include stdio.h.
29754
29755Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29756
29757 * config/abug.exp: New file for the older Motorola Bug monitor
29758 that runs on the mvme13x series VME boards.
29759 * config/monitor.exp: Use the new config array for target settings
29760 if they exist.
29761
29762Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29763
29764 * sim-gdb.exp: Make the SH simulator allocate less space when
29765 it is targeted.
29766
29767Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29768
29769 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29770 test.
29771
29772Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29773
29774 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29775 "rs6000-*-*" for "list function in include file" when gcc compiled.
29776 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29777 for "p ctable1[120]".
29778 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29779 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29780 Remove setup_xfail for "rs6000-*-*" for
29781 "print 'scope0.c'::filelocal before run".
29782 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29783 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29784 since some compilers don't allow both options to be given
29785 on the same command line. Create object file and move it.
d63a86f8 29786
c906108c
SS
29787Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29788
29789 * gdb.base/corefile.exp: Always regenerate the core file, since
29790 we always regenerate the coremaker program. Detect special case
29791 where registers cannot be read from core file.
d63a86f8 29792
c906108c
SS
29793Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29794
29795 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29796 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29797 * gdb.c++/templates.exp: Only match on basename of file since
29798 some formats like xcoff don't encode directory information.
29799 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29800 and rs6000 AIX xcoff targets.
29801 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29802 * configure: Regenerate.
29803 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29804 here, rather than in distclean.
d63a86f8 29805
c906108c
SS
29806Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29807
29808 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29809 defined, and use it to compile the test case with -O2. The
29810 native compilation still uses no optimization.
29811 * gdb.base/mips_pro.c: Remove inline assembly code since
29812 it is compiled PIC by default, which results in assembler
29813 warnings that make the testsuite think the compilation
29814 was unsuccessful.
29815
29816Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29817
29818 * gdb.c++/misc.exp: Add note to message for
29819 "print s.a for foo struct" that this is a known gcc 2.7.2
29820 and earlier bug.
29821
29822Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29823
29824 * gdb.base/break.exp: Fix pattern for matching "Delete all
29825 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29826 setup_xfail for deleting all breakpoints test. Fix various
29827 timeout messages to include "(timeout)".
29828 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29829 for "p t_float_values2(3.14159,float_val2)".
29830 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29831 for "continue to call2g" when gcc compiled.
29832 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29833 "up to foo in langs.exp", "show language at foo in langs.exp",
29834 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29835 and "show language at fsub in langs.exp".
29836 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29837 "list line 1 in include file", "list message for lines past EOF",
29838 "list function in include file", "list list0.h:foo", and
29839 "list filename:function; nonexistant function".
29840 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29841 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29842 and "ptype t_char_array" to be for native cc only.
d63a86f8 29843
c906108c
SS
29844Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29845
d63a86f8 29846 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29847 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29848 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29849
29850Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29851
29852 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29853 "bt in signals.exp". This problem only appears when running
29854 the testsuite, and then only intermittently.
29855
29856Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29857
29858 * gdb.base/return.exp (return_tests): Differentiate between
29859 two tests of continuing.
29860
29861Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29862
29863 * */Makefile.in (maintainer-clean): Remove config.log.
29864 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29865 * gdb.c++/Makefile.in (PROGS): Add inherit.
29866 (clean): Remove *.ci.
29867
29868Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29869
29870 * gdb.c++/misc.cc: Add test code from Mike Stump.
29871 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29872
29873Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29874
29875 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29876 to "alpha-*-osf2*" and add comment.
29877 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29878 setup_xfail for "step over execarg initialization" and
29879 "step over corearg initialization".
c906108c
SS
29880 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29881 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29882 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29883 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29884 "print func2::coremaker_local", and "backtrace in corefile.exp".
29885 * gdb.base/signals.exp: Build and source signals.ci.
29886 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29887 to be for gcc only.
29888 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29889
c906108c
SS
29890Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29891
29892 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29893 Feb 3 procfs.c change.
29894
29895Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29896
29897 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29898
29899Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29900
29901 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29902 from dejagnu's apparent default of 10 seconds, which gives random
29903 results when running the tests over NFS on moderately loaded systems.
29904 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29905
29906Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29907
29908 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29909 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29910 result reports.
c906108c
SS
29911
29912Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29913
29914 * configure.in (CY_AC_PATH_TCLH): Remove.
29915 * configure: Regenerate.
29916
29917Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29918
29919 * gdb.c++/Makefile.in (clean): Add missing '{'.
29920
29921Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29922
29923 * lib/gdb.exp: Provide a default value for noinferior.
29924
29925 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29926 Load libgloss.exp.
29927
29928Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29929
29930 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29931 the executable, not the .o to run the tests from.
29932
29933Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29934
29935 * gdb.base/break.exp: Don't test for program exit or exit status
29936 if $noresults if nonzero.
29937 * gdb.base/langs.exp: Likewise.
29938 * gdb.base/watchpoint.exp: Likewise.
29939
29940 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29941 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29942 trying to compile the testcase.
29943
29944Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29945
29946 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29947 * gdb.base/signals.exp (continue to handler): Likewise.
29948
29949Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29950
29951 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29952
29953 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29954
29955Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29956
29957 * gdb.base/corefile.exp: Recognize "not found" as failure
29958 when trying to determine if a core file was generated.
29959 If no core file was generate the first time, try again without
29960 the ulimit -c to work around braindamaged shells.
29961
29962Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29963
29964 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29965 [] tests with "test" and enclose string in quotes.
29966 * gdb.stabs/configure: Rebuild
d63a86f8 29967
c906108c
SS
29968Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29969
29970 Changes in sync with expect:
29971 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29972 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29973 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29974 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29975 argument to AC_REQUIRE.
29976 * configure: Regenerated.
29977
29978Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29979
29980 * gdb.base/corefile.exp: When generating a core, discard any
29981 error messages about ulimit not found and the "core dumped"
29982 message from the shell that runs the coredumper.
29983
29984Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29985
29986 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29987
29988 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29989 which sed script to run. Expect failure for v_comb test
29990 on PA targets too.
d63a86f8 29991
c906108c
SS
29992Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29993
29994 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29995 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29996
29997Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29998
29999 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30000 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30001 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30002 * lib/gdb.exp (default_gdb_start): Fix typo.
30003 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30004 messages to not include the full program name that caused
30005 the core dump since some systems (such as solaris) apparently
30006 truncate this path to about 80 characters.
30007 When generating a core file first try increasing the core file
30008 size limit to unlimited since some systems may default it to
30009 zero, and it is harmless to try it. Move the test for failing
30010 to generate a core file to where it will actually get executed.
30011 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30012 new gdb result from g++ debug info improvements and make old
30013 pattern obsolescent. Also account for size_t differences
30014 (may be int or long).
30015 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30016 initialization before function call is placed in the delay slot
30017 and thus appears to be skipped over by commands such as "next".
30018
30019Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30020
30021 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30022
30023Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30024
30025 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30026 input source file; fix code to compile test to deal with this
30027 convention.
30028 * gdb.c++/*.exp: Likewise.
30029
30030Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30031
30032 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30033 "bt in signals.exp".
30034
30035Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30036
30037 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30038 "step over execarg initialization" and
889bf7c5 30039 "step over corearg initialization".
c906108c
SS
30040
30041Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30042
30043 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30044 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30045
30046Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30047
30048 From Rob Savoye (rob@poseidon.cygnus.com)
30049 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30050 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30051 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30052 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30053 configure.in}: Major reworking for autoconfig.
c906108c
SS
30054 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30055 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30056 New files.
c906108c
SS
30057 * config/unix-gdb.exp: Make GDB global.
30058 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30059 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30060 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30061 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30062 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30063 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30064 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30065 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30066 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30067 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30068 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30069 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30070 to returns as necessary, arrange for test to compile own testcase
30071 executable.
c906108c 30072 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30073
c906108c
SS
30074Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30075
30076 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30077 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30078 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30079 "backtrace through signal handler".
30080
30081Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30082
30083 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30084 continuing from a job control stop signal.
30085 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30086
30087Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30088
30089 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30090 * gdb.base/corefile.exp: Likewise.
30091 * gdb.base/funcargs.exp: Likewise.
30092
30093Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30094
30095 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30096 * config/monitor.exp: Add support for setting baud rate.
30097
30098Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30099
30100 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30101 i*86-*-linux* xfails for "backtrace through signal handler".
30102 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30103 "print func2::coremaker_local".
30104 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30105 alpha-dec-osf2* xfail for
c906108c
SS
30106 "delete all breakpoints when none".
30107
30108Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30109
30110 * gdb.base/break.exp: Change test that deletes all breakpoints
30111 when no user breakpoints are installed. A post 4.15 change
30112 causes gdb to no longer prompt in this case.
30113
30114Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30115
30116 * gdb.base/return.exp (return_tests): Change xfail for test
30117 "correct value returned double test" to stop xfailing at
30118 Solaris 2.5. Apparently the bug has been fixed.
30119
30120Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30121
30122 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30123 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30124
30125Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30126
30127 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30128 * gdb.disasm/hppa.s: Corresponding changes.
30129
30130Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30131
30132 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30133 makefile fragment.
30134 * config/mt-hpux: Deleted.
30135
30136Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30137
d63a86f8 30138 * Many files: When warning about suppressed tests due to a
c906108c
SS
30139 nonexistant test binary, avoid incrementing the warning count.
30140
30141Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30142
30143 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30144
c906108c
SS
30145Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30146
30147 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30148 "sparc-*-solaris2*".
30149
30150Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30151
30152 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30153 Add global and local variables and initialize them.
30154 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30155 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30156 extracts the file name and terminating signal from the core file.
30157 * TODO: Remove note about tests for correct mapping of corefile.
30158 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30159 from optimizing it away.
30160 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30161 handles common blocks.
30162
30163Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30164
30165 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30166 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30167
30168Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30169
30170 * Makefile.in (maintainer-clean): New target, synonym for
30171 realclean.
30172 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30173 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30174 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30175 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30176 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30177 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30178
30179Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30180
30181 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30182 xfails when not gcc compiled for "print foo::funclocal".
30183 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30184 "print foo::funclocal at foo",
30185 "print 'scope1.c'::foo::funclocal at foo",
30186 "print foo::funclocal_bss at foo",
30187 "print 'scope1.c'::foo::funclocal_bss at foo",
30188 "print foo::funclocal_ro at foo",
30189 "print 'scope1.c'::foo::funclocal_ro at foo",
30190 "print bar::funclocal at foo" and
30191 "print 'scope1.c'::bar::funclocal at foo".
30192 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30193 gcc compiled for "print foo::funclocal at bar".
30194 Expand all messages to ensure that they identify that
30195 the test is at bar().
30196 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30197 gcc compiled for:
30198 "ptype on opaque struct pointer (statically)",
30199 "ptype on opaque struct tagname (statically)",
30200 "ptype on opaque struct pointer (dynamically) 1",
30201 "ptype on opaque struct tagname (dynamically) 1",
30202 "ptype on opaque struct pointer (dynamically) 2" and
30203 "ptype on opaque struct tagname (dynamically) 2
30204 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30205 gcc compiled for:
30206 "p datalocal"
30207 "whatis datalocal",
30208 "ptype datalocal",
30209 "p bsslocal",
30210 "whatis bsslocal", and
30211 "ptype bsslocal".
30212 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30213 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30214 when not gcc compiled.
30215 * gdb.base/funcargs.exp (float_and_integral_args): Add
30216 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30217 compiled.
30218 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30219 "backtrace from call6a" when not gcc compiled.
30220 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30221 "backtrace from call7a" when not gcc compiled.
30222 * gdb.base/callfuncs.exp (do_function_calls):
30223 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30224 "p t_char_array_values(char_array_val2,char_array_val1)",
30225 "p t_char_array_values(char_array_val1,char_array_val2)",
30226 "p t_char_array_values("carray 1","carray 2")",
30227 "p t_char_array_values("carray 1",char_array_val2)",
30228 "p t_char_array_values(char_array_val1,"carray 2")",
30229 "p sum_args(1,{2})",
30230 "p sum_args(2,{2,3})",
30231 "p sum_args(3,{2,3,4})",
30232 "p sum_args(4,{2,3,4,5})"
30233 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30234 "backtrace in corefile.exp" when not gcc compiled.
30235
30236Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30237
30238 * gdb.base/signals.exp: Rewrite `handle all print' test as
30239 a procedure. Accept blanks or TABs as whitespace, increase
30240 timeout and expect input buffer size for the large output
30241 from the command. Remove "i*86-*-bsdi2.0" xfail.
30242
30243Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30244
30245 * gdb.base/setvar.exp: Add new testcases for truncation when
30246 assigning invalid values to bitfields.
30247
30248Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30249
d63a86f8 30250 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30251 mips-sgi-irix* xfail for
30252 "call inferior func with struct - returns char *"
30253 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30254 accepted in the result.
c906108c
SS
30255
30256Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30257
30258 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30259 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30260 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30261 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30262 that accidentally got checked in.
30263
30264Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30265
d63a86f8 30266 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30267 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30268 compiled test.
30269 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30270 Add mips-sgi-irix5* xfail for not gcc compiled.
30271 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30272 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30273 compiled for "p top", "whatis top", "p middle", and "whatis
30274 middle".
c906108c
SS
30275 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30276 "whatis signed char" for not gcc compiled.
30277 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30278 "set variable signed char=-1 (-1)" and
30279 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30280 * gdb.base/funcargs.exp (float_and_integral_args):
30281 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30282 Add mips-sgi-irix* xfail when not gcc compiled for
30283 "continue to call2b".
30284 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30285 "continue to call2g".
6fdff2c5
PA
30286 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30287 compiled for "backtrace from call6a"
30288 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30289 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30290 when not gcc compiled for "backtrace from call7a".
c906108c
SS
30291 (localvars_after_alloca): Fix gdb_test cmds for
30292 "print * after runto ...".
30293 Remove rs6000-*-* xfails for
30294 "print i after runto localvars_after_alloca" and
30295 "print l after runto localvars_after_alloca"
30296 for all compilers.
30297 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 30298 when not compiled with gcc, for:
c906108c
SS
30299 "print signed char == (minus)",
30300 "print signed char != (minus)",
30301 "print signed char < (minus)",
30302 "print signed char > (minus)".
30303 * gdb.base/callfuncs.exp (do_function_calls):
30304 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30305 "call inferior func with struct - returns char *".
d63a86f8 30306 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
30307 "correct value returned double test" to include Solaris 2.4.
30308 * gdb.base/funcargs.exp (float_and_integral_args):
30309 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 30310
c906108c
SS
30311Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30312
30313 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30314 enumeration bitfields if compiling with GNU C.
30315 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30316 to empty' prompt.
30317
30318Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30319
30320 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30321 test for PRO targets.
30322
30323 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30324 breakpoints in the inferior at any given time by making
30325 two groups of breakpoints for call2*, call6* and call7*
30326 tests.
30327
30328Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30329
30330 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30331 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30332 from optimizing it away.
30333 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30334 "call inferior func with struct".
30335
30336Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30337
30338 * configure.in: Only configure gdb.chill for particular targets.
30339
30340Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30341
30342 * gdb.base/Makefile.in: Add action to .c.o transformation
30343 rule that generates a .ci file for each .o file and remove
30344 explicit .c.o rules except for callfuncs.o.
30345 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30346 generates a .ci file for each .o file and remove explicit
30347 .cc.o rules.
30348 (clean): Remove *.tmp *.ci files.
30349 (EXECUTABLES): Remove templ-info.exp.
30350 * gdb.base/compiler.c: New file.
30351 * gdb.c++/compiler.cc: New file
30352 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30353 Change rs6000-*-* xfail for
30354 "print 'scope0.c'::filelocal_ro" and
30355 "print 'scope1.c'::filelocal" and
30356 "print 'scope1.c'::filelocal_bss" and
30357 "print 'scope1.c'::filelocal_ro" and
30358 "print 'scope1.c'::foo::funclocal" and
30359 "print 'scope1.c'::foo::funclocal_ro" and
30360 "print 'scope1.c'::bar::funclocal" and
30361 "print 'scope0.c'::filelocal_ro" and
30362 "print 'scope1.c'::filelocal at foo" and
30363 "print 'scope1.c'::filelocal_bss at foo" and
30364 "print 'scope1.c'::filelocal_ro at foo" and
30365 "print 'scope1.c'::foo::funclocal at foo" and
30366 "print 'scope1.c'::foo::funclocal_bss at foo" and
30367 "print 'scope1.c'::foo::funclocal_ro at foo" and
30368 "print 'scope1.c'::bar::funclocal at foo" and
30369 "print 'scope0.c'::filelocal_ro" and
30370 "print 'scope1.c'::filelocal" and
30371 "print 'scope1.c'::filelocal_bss" and
30372 "print 'scope1.c'::filelocal_ro" and
30373 "print 'scope1.c'::foo::funclocal" and
30374 "print 'scope1.c'::foo::funclocal_bss" and
30375 "print 'scope1.c'::foo::funclocal_ro" and
30376 "print 'scope1.c'::bar::funclocal" and
30377 "print 'scope1.c'::bar::funclocal_bss"
30378 to only be xfail'd when not compiled with gcc.
d63a86f8 30379 Add rs6000-*-* xfail for
c906108c
SS
30380 "print 'scope0.c'::filelocal_bss before run"
30381 when compiled with gcc.
30382 (test_at_main): Add rs6000-*-* xfail for
30383 "print filelocal_ro in test_at_main"
30384 when compiled with gcc.
30385 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 30386 Add rs6000-*-aix* xfail for
c906108c
SS
30387 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30388 "ptype t_char_array", not compiled with gcc.
30389 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30390 xfail for "list foo (in include file)" when gcc compiled.
30391 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 30392 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
30393 "run to call0a" if not compiled with gcc.
30394 (unsigned_integral_args): Add rs6000-*-* xfail for
30395 "run to call1a" if not compiled with gcc.
30396 (float_and_integral_args): Add rs6000-*-* xfail for
30397 "run to call2a" if not compiled with gcc and for
30398 "continue to call2b" for any compiler.
30399 Add rs6000-*-* xfail to
30400 "print f1 after run to call2a" for gcc compiled.
30401 (discard_and_shuffle): Add rs6000-*-* xfail for
30402 "run to call6a".
30403 (shuffle_round_robin): Add rs6000-*-* xfail for
30404 "backtrace from call7a" if not compiled with gcc.
30405 Add rs6000-*-* xfail for
30406 "backtrace from call7b" if compiled with gcc.
30407 (call_after_alloca): Add rs6000-*-* xfail for
30408 "print c in call_after_alloca" and
30409 "print s in call_after_alloca" and
30410 "backtrace from call_after_alloca_subr"
30411 if not compiled with gcc.
30412 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30413 "print c in localvars_in_indirect_call" and
30414 "print c in localvars_in_indirect_call" and
30415 "backtrace in indirectly called function" and
30416 "stepping into indirectly called function"
30417 if not compiled with gcc.
30418 (localvars_after_alloca): Add rs6000-*-* xfail for
30419 "print c after runto localvars_after_alloca" and
30420 "print s after runto localvars_after_alloca" and
30421 "print i after runto localvars_after_alloca" and
30422 "print l after runto localvars_after_alloca"
30423 for all compilers.
30424 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30425 than whatis-info.exp.
30426 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30427 than opaque-info.exp.
30428 Setup rs6000-*-* xfail for
d63a86f8 30429 "ptype on opaque struct pointer (statically)" and
c906108c
SS
30430 "ptype on opaque struct pointer (dynamically)" when
30431 not compiled with gcc.
30432 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30433 rather than callf-info.exp.
30434 (do_function_calls): Add clear_xfail for rs6000-*-* for
30435 "p t_float_values2(3.14159,float_val2)". Seems to work
30436 fine there, both with xlc and gcc. Need to find out what
30437 it is doing right and fix other platforms.
30438 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30439 "call inferior func with struct - returns int",
30440 "call inferior func with struct - returns long",
30441 "call inferior func with struct - returns float",
30442 "call inferior func with struct - returns double",
30443 "call inferior func with struct - returns char *",
30444 but only if not gcc compiled (presumes xlc compiled).
30445 Change rs6000-*-* xfails for
30446 "call inferior func with struct - returns char" and
30447 " call inferior func with struct - returns short" to only
30448 xfail if not using gcc.
30449 (clean mostlyclean): Remove *.ci and *.tmp files.
30450 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30451 than templ-info.exp.
30452 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30453 Add rs6000-*-* xfail for "up to foo in langs.exp"
30454 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 30455 when not gcc compiled.
d63a86f8 30456
c906108c
SS
30457Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30458
30459 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30460 * gdb.base/corefile.exp: Likewise.
30461 * gdb.base/list.exp: Likewise.
30462 * gdb.base/scope.exp: Likewise.
30463 * gdb.base/siganls.exp: Likewise.
30464
30465 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30466 compiler output.
30467 * gdb.base/whatis.exp: Likewise.
30468
30469Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30470
30471 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30472 failure (opcode table has been fixed to match reality).
30473
30474Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30475
30476 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30477 "call inferior func with struct - returns char",
30478 "call inferior func with struct - returns short"
30479
30480 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30481 "print 'scope0.c'::filelocal at main",
30482 "print 'scope0.c'::filelocal_bss in test_at_main",
30483 "print 'scope0.c'::filelocal at foo",
30484 "print 'scope0.c'::filelocal_bss in test_at_foo",
30485 "print 'scope0.c'::filelocal at bar",
30486 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 30487
c906108c
SS
30488 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30489 in source file 1". This bug seems to have been fixed with both
30490 gcc and native cc (was native assembler bug?).
30491
30492Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30493
30494 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30495 "backtrace through signal handler" to "i*86-*-sysv4*".
30496 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30497 continue" case. Add "known SVR4 bug" to fail message.
30498 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30499 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30500 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30501 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30502 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30503 "up to foo in langs.exp", "show language at foo in
30504 langs.exp", "up to cppsub_ in langs.exp", "show
30505 language at cppsub_ in langs.exp", "up to fsub in
30506 langs.exp", and "show language at fsub in langs.exp".
30507 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30508 "bactrace in corefile.exp".
30509 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30510 "call inferior function with struct - returns float" and
30511 "call inferior function with struct - returns double".
d63a86f8 30512
c906108c
SS
30513Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30514
30515 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30516 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30517 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30518 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30519
30520Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30521
30522 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30523 (or overriden) "CHILL" macro rather then bare "gcc".
30524 Also look for ../../gcc/xgcc since that is what we will
30525 actually need, not "Makefile". Remove following assignment
30526 of CHILL to CHILL_FOR_TARGET because that results in
30527 recursive definition.
30528
30529Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30530
30531 * gdb.base/corefile.exp: Change xfail for backtrace in
30532 corefile.exp from linuxaout to all linux.
30533 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30534 cases where we miss the breakpoint at the signal handler
30535 for some reason. Setup xfail for linuxoldld/linuxaout and
30536 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30537 hitting SIGURG breakpoint.
30538 * gdb.base/signals.exp: Setup xfail for "next" acting like
30539 continue to add linuxoldld. Setup xfail for all linux for
30540 "next to handler in signals_tests_1", "backtrace in
30541 signals_tests_1", "continue to func1", "pass SIGUSR1",
30542 and continue to handler".
30543
30544Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30545
30546 * Update all FSF addresses except those in COPYING* files.
30547
30548Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30549
30550 * gdb.base/a2-run.exp: Change messages to be more explicit about
30551 the status of args, and quote binfile in results.
30552
30553Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30554
30555 * gdb.base/callfuncs.exp: Add tests for passing structs to
30556 inferior functions and return various types.
30557 * gdb.base/callfuncs.c: Add functions to receive a struct
30558 and return a member of the struct, in various types.
30559
30560Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30561
30562 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30563
30564Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30565
30566 * config/vxworks29k.exp: New file, sources vxworks.exp.
30567
30568Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30569
30570 * config/gdbremote.exp: New file. Testing framework using
30571 gdbserver.
30572
30573Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30574
30575 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30576 "call function when asleep" and "send end of file".
30577 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30578 for "backtrace in corefile.exp".
30579 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30580 for "backtrace through signal handler".
30581 * gdb.base/corefile.exp: Make sure we actually generate a core file
30582 before trying the core tests. Some systems allow the user to suppress
30583 generation of core files and default to that (linux for example).
30584 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30585 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30586
30587Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30588
30589 * gdb.threads: New directory with some crude multi-threaded
30590 gdb tests (step.exp and step2.exp).
30591 * config/mt-lynx (STEP_EXECUTABLE): Define.
30592 (THREADFLAGS): Define.
30593
30594Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30595
30596 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30597
30598 * gdb.base/signals.exp: Disable whole file for lynx until
30599 further notice.
30600
30601 * gdb.base/signals.exp: xfail test where "next" acts like
30602 "continue" for lynx.
30603
30604 * gdb.base/interrupt.exp: xfail test for calling function while
30605 inferior is asleep for lynx.
30606
30607 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30608 than one cr-lf after each command.
30609
30610Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30611
30612 * configure.in: Reinstate setting of stabsdirs variable, fix
30613 typo in setting up configdirs for native builds.
30614
30615 * gdb.base/return.exp: Fix typo in return double test.
30616 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30617 compiler from optimizing them away.
30618
30619Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30620
30621 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30622 sequences to be echo'd by gdb when using gdb_test.
30623 * gdb.chill/chexp.exp: Likewise.
30624 * gdb.fortran/exprs.exp: Likewise
30625
30626Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30627
30628 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30629 after the inferior gdb has started.
30630
30631 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30632 after each command.
30633 * gdb.base/funcargs.exp: Likewise.
30634 * gdb.base/gdbvars.exp: Likewise.
30635 * gdb.base/interrupt.exp: Likewise.
30636 * gdb.base/list.exp: Likewise.
30637 * gdb.base/watchpoint.exp: Likewise.
30638 * gdb.c++/demangle.exp: Likewise.
30639 * gdb.c++/inherit.exp: Likewise.
30640 * gdb.chill/chexp.exp: Likewise.
30641 * gdb.fortran/exprs.exp: Likewise.
30642
30643 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30644 test if we can't handle IO to/from the inferior.
30645
30646 * gdb.c++/misc.exp: Always check for a program already being
30647 started after sending a "run" command to gdb.
30648
30649 * gdb.base/twice.exp: Start with a fresh gdb.
30650
30651 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30652 only depend on gdb's expression code, not the chill runtime.
30653
30654 * gdb.base/return.c: Put return values into variables so we
30655 can have gdb print them rather than depending on the program
30656 to print them.
30657 * gdb.base/return.exp: Corresponding changes.
30658
30659 * lib/gdb.exp: Provide default value for noinferiorio.
30660 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30661 the inferior.
30662
30663 * gdb.base/break.exp: Always check for a program already being
30664 started after sending a "run" command to gdb.
30665 (text_next_with_recursion): Don't check the output from the
30666 program's printf statement. Instead just make sure the program
30667 exited.
30668
30669 * gdb.base/commands.exp: Protect tests which need arguments with
30670 $noargs conditionals.
30671
30672Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30673
30674 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30675 of structure member arrays to match gdb/valops.c:value_addr change.
30676
30677Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30678
30679 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30680 cases.
30681
30682Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30683
30684 * configure.in (configdirs): Remove gdb.chill from default list
30685 of subdirs and then add it back in only if doing a native build.
30686 The current chill compiler does not yet work in any cross build.
30687 * Revert all signal changes from Jul 6.
30688 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30689 for sh-hms targets, allowing these tests to link, with no other
30690 changes. Testing is suppressed by setting "nosignals" in site.exp.
30691
30692Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30693
30694 * configure.in (signaldirs): Define and add to configdirs for all
30695 targets except some specific ones that are known to not support signals.
30696 Also clean up formatting.
30697 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30698 (signals, sigall): Remove rules to build.
30699 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30700 Moved to new gdb.signals directory.
30701 * gdb.signals: New test directory.
30702 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30703 signals.c signals.exp}: New or moved files.
30704
30705Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30706
30707 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30708
30709Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30710
30711 * gdb.base/return.exp: Xfail `return double' test failure
30712 on at least Solaris 2.3 and handle future/past versions on
30713 a case by case basis as appropriate. Also update message
30714 to include i*86 failures.
30715
30716Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30717
30718 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30719
30720 * lib/gdb.exp: Fix comment which erroneously identified
30721 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30722 gdb_file_cmd not gdb_load).
30723 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30724
30725 * gdb.base/setvar.exp: Make test names consistent between pass and
30726 fail cases. Use gdb_test more.
30727
30728Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30729
30730 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30731
30732Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30733
30734 * gdb.base/help.exp: Fix expected help string for `show commands'.
30735
30736Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30737
30738 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30739
30740 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30741 of a text section.
30742
30743Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30744
30745 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30746 that loop eventually terminates. Fix Connection refused logic so
30747 that testsuite will expire nicely.
30748
30749Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30750
30751 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30752 config/rom68k.exp: New tcl glue for the appropriate monitors.
30753 These all just end up calling monitor.exp.
30754 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30755 refused' by retrying. Cleanup some timeout issues.
30756 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30757 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30758 callers don't have to set/restore global timeout variable.
30759
30760 * The following set of changes centralizes management of the global
30761 timeout variable. This way, it can be set in one target dependent
30762 place instead of dozens of places scattered throughout the test suite.
30763 If you need to lengthen a timeout, then you should either set timeout
30764 in one of the config/{target}.exp files, or multiply it by a factor.
30765 Setting it to an absolute value is always going to lose for some
30766 targets.
30767 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30768 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30769 * gdb.base/funcargs.exp: Don't set timeout.
30770 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30771 * gdb.base/printcmds.exp (test_print_string_constants
30772 test_print_array_constants): Don't set timeout.
30773 * gdb.base/ptype.exp: Don't set timeout.
30774 * gdb.base/recurse.exp: Don't set timeout.
30775 * gdb.base/return.exp: Don't set timeout.
30776 * gdb.base/watchpoint.exp: Don't set timeout.
30777 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30778 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30779
30780Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30781
30782 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30783
30784Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30785
30786 * lib/gdb.exp: Disable chill tests for irix5.
30787
30788Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30789
30790 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30791 each test pass or fail.
30792
30793Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30794
30795 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30796 xlc not gcc.
30797
30798Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30799
30800 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30801
30802Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30803
30804 * config/est.exp: Fix copyright and comments. Remove dead code.
30805 Use targetname, serialport and baud variables instead of fixed
30806 constants.
30807 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30808 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30809
30810Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30811
30812 * gdb.base/watchpoint.exp: Don't run
30813 test_watchpoint_triggered_in_syscall for sunos.
30814
30815Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30816
30817 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30818 they don't seem to exist. Do include stdio.h.
30819
30820Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30821
30822 * gdb.base/a1-selftest.exp: Add alpha xfail.
30823
30824Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30825
30826 * gdb.base/watchpoint.c (main): Prompt before calling read().
30827 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30828 Revise accordingly. Remove cruft about sending "123" several
30829 times, until it gets noticed. Clean up the "print buf[0]" stuff
30830 so that it passes or fails, and waits for prompts in the usual way.
30831
30832Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30833
30834 * gdb.base/recurse.exp: Fix comment.
30835
30836 * TODO: Remove item about printing variables in nodebug.exp. Add
30837 item about enabling tests which are only run on some targets.
30838
30839 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30840 fail, make test names unique, use new gdb_test convention
30841 regarding pattern, use gdb_test more, etc.).
30842
30843 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30844 fail, make test names unique, etc.).
30845
30846Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30847
30848 * gdb.base/nodebug.c: Change return type of top and middle to
30849 short.
30850 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30851 are fixed by the recent mdebugread.c changes. Allow `short ()'
30852 as type for top and middle.
30853
30854Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30855
30856 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30857 nearly as I can tell, the whole thing was an accident in Stu's
30858 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30859 to replace a send/expect pair with gdb_test, but ended up only
30860 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30861 of 30 Mar 1995 took care of it, but left this vestigial comment
30862 which I am now nuking.
30863
30864Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30865
30866 * gdb.base/break.exp: Look for different line number for
30867 breakpoint at main depending on usestubs.
30868
30869Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30870
30871 * gdb.base/list.exp: Adjust some alternate expect patterns to
30872 match recent list0.c change. Add alternate expect pattern for
30873 output from `list default lines around main' for optimizing
30874 compilers.
30875
30876Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30877
30878 * lib/gdb.exp: If nosignals is not set, set it to 0.
30879
30880Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30881
30882 * config/slite-gdb.exp: Responds to load symbol table prompt.
30883 * gdb.base/break.exp: Adjust line number, fix rerun.
30884 * gdb.base/langs0.c: Add #ifdef usestubs.
30885
30886Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30887
30888 * gdb.base/list.exp: Adjust line contents after adding new lines in
30889 list0.c. Also fix a syntax error.
30890
30891 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30892 * gdb.base/break.exp: ditto.
30893 * gdb.base/list.exp: ditto.
30894 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30895 * gdb.base/run.c: ditto.
30896 * gdb.base/list0.c: ditto.
30897 * gdb.base/funcargs.c: ditto.
30898
30899Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30900
30901 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30902 $targetname, $serialport and $baud instead of hardwired variables.
30903 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30904 target doesn't support signals.
30905
30906Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30907
30908 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30909
30910Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30911
30912 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30913 Don't rely on the value of an auto variable before it has been
30914 initialized. Use gdb_test more.
30915
30916Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30917
30918 * lib/gdb.exp (default_gdb_version): A version number must start
30919 with a digit, but other than that contains all characters up to
30920 the first whitespace character.
30921
30922Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30923
30924 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30925
30926Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30927
30928 * gdb.c++/*.exp: Warn if executable does not exist. The original
30929 reason for skipping the warning was that configure.in sometimes
30930 intentionally skipped building the executables but the tcl code
30931 had no way of knowing. That (a) was always bogus with respect to
30932 error handling, (b) is no longer true (right now there is no way
30933 to skip C++ tests).
30934
30935 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30936
30937Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30938
30939 * gdb.base/list.exp: Add expect patterns for output from
30940 SunPRO compiled executables.
30941 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30942 types.
30943
30944Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30945
30946 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30947 number (we are already testing that the correct source line text
30948 gets printed).
30949
30950 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30951 that is what is intended, but something needed to be done to get
30952 sunos4 native working again.
30953
30954 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30955
30956 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30957 apparently went with a (very) old xfail.
30958
30959Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30960
30961 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30962 runto_main is a proc in gdb.exp that will do 'step' for target use
30963 stubs.
30964 * gdb.base/exprs.exp: ditto.
30965 * gdb.base/interrupt.exp: ditto.
30966 * gdb.base/opaque.exp: ditto.
30967 * gdb.base/printcmds.exp: ditto.
30968 * gdb.base/ptype.exp: ditto.
30969 * gdb.base/scope.exp: ditto.
30970 * gdb.base/setvar.exp: ditto.
30971 * gdb.base/signals.exp: ditto.
30972 * gdb.base/twice.exp: ditto.
30973 * gdb.c++/classes.exp: ditto.
30974 * gdb.c++/inherit.exp: ditto.
30975 * gdb.c++/templates.exp: ditto.
30976 * gdb.base/break.exp: no run and hit main for stubs. Change line
30977 numbers for breakpoints and info breakpoint.
30978 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30979 breakpoint().
30980 * gdb.base/callfuncs.c: ditto.
30981 * gdb.base/exprs: ditto.
30982 * gdb.base/interrupt.c: ditto.
30983 * gdb.base/opaque0.c: ditto.
30984 * gdb.base/printcmds.c: ditto.
30985 * gdb.base/ptype.c: ditto.
30986 * gdb.base/scope0.c: ditto.
30987 * gdb.base/setvar.c: ditto.
30988 * gdb.base/signals.c: ditto.
30989 * gdb.base/twice.c: ditto.
30990 * gdb.c++/misc.cc: ditto.
30991 * gdb.c++/templates.cc: ditto.
30992
30993Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30994
30995 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30996
30997 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30998 somewhere between `read' and `main.c'. I'm pretty sure the
30999 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31000 and it isn't particularly useful.
31001
31002 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31003
31004Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31005
31006 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31007
31008Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31009
31010 * config/mt-slite: add LIBS and -nostdlib.
31011 * config/slite-gdb.exp: add this new file to support sparclite target.
31012
31013Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31014
31015 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31016
31017 * gdb.base/a2-run.exp: Change argument to istarget from
31018 "*-*-vxworks" to "*-*-vxworks*".
31019 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31020
31021Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31022
31023 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31024 will not runto main but do a 'step' to step out of breakpoint().
31025 * config/mt-slite: add -Dusestubs.
31026
31027Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31028
31029 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31030 instead of just @.
31031
31032 * gdb.base/signals.exp: Add test for "handle all print".
31033 * TODO: Remove "handle all print". Also remove item about
31034 checking copyright date (I don't like the idea of a spurious FAIL
31035 based on when we run the tests).
31036
31037 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31038 for SunOS4 (reason for failure not investigated). Remove
31039 redundant test for $binfile.
31040
31041 * gdb.base/nodebug.c (array_index): Call malloc.
31042
31043 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31044
31045Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31046
31047 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31048 conventions and slightly simplify the matching regexp.
31049
31050Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31051
31052 * gdb.base/break.exp: Update gdb_test invocation to use new
31053 convention.
31054
31055 * lib/gdb.exp: If noargs is not set, set it to 0.
31056
31057 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31058 tests unique.
31059
31060 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31061
31062Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31063
31064 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31065 one argument of type "<non-float parameter>".
31066
31067Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31068
31069 * config/rom68k.exp: New file to support Motorola IDP board.
31070 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31071 * gdb.base/break.c: Change things around so that this program
31072 doesn't depend upon args. This is necessary to make remote
31073 targets work (in general, they can't take args).
31074 * gdb.base/break.exp: Don't try to send args to program. Don't
31075 expect output. Also, replace lots of code with gdb_test.
31076
31077Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31078
31079 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31080 printing of '\'' (which is what the comment says we are testing,
31081 even though we were not), not '''.
31082 (test_integer_literals_rejected): Test that printing ''' is an error.
31083
31084 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31085 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31086 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31087 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31088 Use gdb_test not test_print_accept.
31089 * lib/gdb.exp: Remove test_print_accept.
31090
31091 * gdb.base/signals.exp (signal_tests_1): Make pass message
31092 consistent with fail message.
31093
31094 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31095 unsigned char; the bug (PR 1821) is fixed.
31096
31097 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31098
31099 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31100 successful tests--makes xfailing them work right.
31101
31102Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31103
31104 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31105 only \r\n, not .*. The test can pass .* as the last thing in
31106 $pattern if that is what it wants. In addition to providing this
31107 flexibility, this change should speed up pattern matching in cases
31108 where the pattern already ended with .* (there were a number of
31109 them). This change also helps catch bad patterns--in the old
31110 scheme the typo "char \*" instead of "char \\*" would pass. Now
31111 it is caught.
31112 * Many .exp files: Update callers.
31113
31114 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31115 clearer and does not spuriously match multiple ('s. Likewise for
31116 ) and *.
31117
31118 * gdb.base/nodebug.exp: Test ability to call a function and pass
31119 it a string (even with no debugging info).
31120
31121 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31122 "p '\'", which is the same as "p ''" once tcl gets done with
31123 quoting, to "p '\\'", which I suspect is what is intended (one
31124 backslash gets sent to GDB).
31125
31126 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31127
31128Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31129
31130 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31131 1817) was fixed literally years ago.
31132
31133Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31134
31135 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31136 test, it causes stepping out of call_after_alloca_subr with
31137 optimizing compilers.
31138 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31139 fails.
31140
31141 * gdb.c++/templates.exp: Source templ-info.exp only if
31142 the templates executable exists.
31143
31144 * gdb.c++/misc.cc (class Contains_static_instance,
31145 class Contains_nested_static_instance),
31146 gdb.c++/classes.exp (test_static_members): Test printing of
31147 a class that contains a static instance of the class.
31148
31149Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31150
31151 * gdb.base/langs2.c (cppsub_): Don't prototype.
31152 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31153 only, I believe).
31154
31155Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31156
31157 * lib/gdb.exp (skip_chill_tests): New procedure.
31158
31159 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31160
31161Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31162
31163 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31164 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31165
31166Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31167
31168 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31169
31170 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31171 disassemble 8, not 16, instructions for part 4.
31172
31173 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31174 support the latter anymore.
31175
31176 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31177 -DNO_PROTOTYPES.
31178 * gdb.base/callfuncs.c: Control use of prototypes based on
31179 NO_PROTOTYPES, not __STDC__.
31180 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31181 t_float_values2 tests if prototypes in use.
31182
31183 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31184 t_double_values): When checking differences against DELTA, check
31185 that difference is within the range (-DELTA,DELTA), not just
31186 (-infinity,DELTA).
31187
31188Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31189
31190 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31191 'file' command firts, then 'target', then 'load', this is due to gdb
31192 target set up.
31193 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31194
31195Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31196
31197 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31198 FP load/store variants.
31199 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31200
31201Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31202
31203 * gdb.base/term.exp: Do not give a warning if not native, it is
31204 not an abnormal condition.
31205
31206Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31207
31208 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31209 t_char_array".
31210
31211Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31212
31213 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31214 are getting the version number.
31215
31216 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31217 if not native, it is not an abnormal condition.
31218
31219Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31220
31221 * lib/gdb.exp: Just use "file exists", rather than undocumented
31222 dejagnu procedure "findfile".
31223
31224Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31225
31226 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31227 (LDFLAGS): Set to -Xlinker -Ur.
31228
31229 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31230 Removed, these values are set by lib/gdb.exp.
31231
31232 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31233
31234Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31235
31236 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31237 of replicating gdb startup code.
31238
31239 * config/mt-vxworks (LDFLAGS): Set to -r.
31240 (CFLAGS_FOR_TARGET): Removed.
31241
31242 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31243 (gdb) and gdb for vxworks uses (vxgdb).
31244
31245 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31246 executable is not in the tree and host != target, use sed and
31247 program_transform_name to determine the gdb name used by the
31248 target.
31249
31250 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31251 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31252
31253Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31254
31255 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31256 floats, chars, and shorts where there are ANSI-style function
31257 definitions.
31258
31259 * gdb.base/langs.exp, gdb.base/langs*: New test.
31260 * gdb.base/Makefile.in: Build it.
31261 * TODO: Remove item about checking that C names don't get C++
31262 demangling applied; this test tests it.
31263
31264Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31265
31266 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31267 went with the const70 xfail. The xfail went away a year ago.
31268
31269 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31270
31271 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31272 for hp300.
31273
31274 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31275
31276 * gdb.base/a1-selftest.exp: Don't run on hp300.
31277
31278Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31279
31280 * Makefile.in (site.exp): Set host_alias and target_alias as well
31281 as host_triplet and target_triplet.
31282
31283Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31284
31285 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31286
31287 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31288 places as other ecoff systems).
31289
31290 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31291 ultrix.
31292
31293Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31294
31295 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31296 remove them.
31297 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31298 variable and "variable" in addition to "data variable".
31299 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31300
31301 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31302 2.
31303 * gdb.base/list1.c (long_line): Add additional statement at start
31304 of function.
31305 * gdb.base/list.exp (test_forward_search): Update line number to
31306 reflect new statement.
31307
31308Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31309
31310 * gdb.base/signals.exp: Reinitialize searched source directories
31311 after gdb_start call.
31312
31313Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31314
31315 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31316 * gdb.stabs/Makefile.in: Likewise.
31317
31318 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31319 change. Instead split the tests into smaller pieces.
31320 * gdb.disasm/hppa.s: Corresponding changes.
31321
31322Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31323
31324 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31325 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31326
31327 * gdb.base/funcargs.exp: Modify many tests so that every test
31328 either passes or fails. Make some test names unique.
31329
31330Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31331
31332 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31333 Call stty to set interrupt character.
31334
31335 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31336 for HP assembler versus GNU assembler based on actual behavior of
31337 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31338
31339 * TODO: Suggest a few more stepping tests.
31340
31341Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31342
31343 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31344 restart GDB for h8300 after a continue.
31345 (return): Add pattern to match a29k-udi behavior.
31346 * gdb.base/nodebug.exp: Remove obsolete comment.
31347 * gdb.base/regs.exp: New file, testing of register displays.
31348 * gdb.base/return.exp: Fix typo in reference to $objdir.
31349 * gdb.base/whatis.exp: Always start with a fresh GDB.
31350
31351Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31352
31353 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31354 higher, these tests generate a lot of output.
31355
31356Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31357
31358 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31359 code following the catch silently ignored some errors; without the
31360 catch they should be thrown like any other tcl error. Also, the
31361 catch used "" instead of {} which meant all the callers who wanted
31362 to include one of the characters "[]$ had to quote it an extra time.
31363 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31364 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31365 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31366 Remove extra quoting.
31367
31368Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31369
31370 * gdb.base/commands.exp: Make test names unique; every test either
31371 passes or fails. Update some comments.
31372
31373 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31374
31375Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31376
31377 The following fixes a FAIL caused by the fact that the alpha stabs
31378 configuration didn't use the ".if alpha" code in weird.def.
31379 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31380 bit pointer, so the 32 bit version works even on the alpha.
31381 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31382 Remove the stuff which allowed us to have separate versions for
31383 alpha and everything else.
31384
31385 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31386 regexp which "info func operator\[\](" is supposed to match. Fix
31387 string to send to GDB. Note that GDB still doesn't work right. Add a
31388 new test for "info func .perator\[\](" which GDB does handle correctly.
31389
31390 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31391
31392Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31393
31394 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31395 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31396 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31397 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31398 it makes the tests harder to understand and confuses test-o-matic.
31399 The preferred style is that each test provides a PASS or a FAIL,
31400 and has a unique message (e.g. "continue #54" not just "continue")
31401 which is the same for the pass and the fail.
31402 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31403 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31404 to lib/gdb.exp.
31405 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31406 prt_accept which was basically the same thing. Likewise for
31407 test_print_reject and prt_reject.
31408 * lib/gdb.exp (test_print_reject): Add some more error message
31409 patterns to match from the former printcmds.exp (prt_reject).
31410 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31411 One defect of the passcount stuff is that some of it failed to
31412 report XPASS where appropriate.
31413 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31414 stuff before and after arg in expected pattern.
31415 (test_paddr_operator_functions): Re-do test without print_addr_of;
31416 this is the only test which seems to want extra stuff there.
31417
31418Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31419
31420 * gdb.base/nodebug.exp: Update new tests to reflect improved
31421 wording of gdb output.
31422
31423 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31424 and "ptype" work on variables in files compiled without -g.
31425 Replaces commented out "maint print msymbol" tests.
31426
31427Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31428
31429 * gdb.base/setvar.c (dummy): Call malloc.
31430
31431 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31432 losing with the irix4 sed.
31433
31434 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31435 ALRM" on irix4.
31436
31437Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31438
31439 * TODO: Remove items about corefile.exp testing new exec-file and
31440 backtrace; both are now done. Add items about printing enums.
31441
31442Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31443
31444 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31445 "get signal $thissig" test fails.
31446
31447 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31448
31449Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31450
31451 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31452 compiler warning with dec alpha compiler.
31453
31454 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31455 extra \n from gdb_test call (this explains why the prompt test
31456 that I removed yesterday was there).
31457 (user_defined_command_test): Remove extra \n and prompt test.
31458
31459 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31460 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31461 doesn't exist.
31462 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31463 Also remove alpha workaround, which turns out to be because
31464 SIGABRT == SIGLOST.
31465
31466 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31467
31468 * gdb.base/help.exp: Don't test "help show".
31469
31470Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31471
31472 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31473 "set print address" is on.
31474 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31475 pass prompt to gdb_test; gdb_test already looks for the prompt.
31476
31477 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31478
31479 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31480 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31481 was to make sure that gdb can read a core file. But (a) the "read
31482 the corefile" part didn't make it to a1-selftest.exp, we just
31483 delete the corefile after creating it, and (b) we test reading
31484 corefiles in corefile.exp anyway. Also, this test left around a
31485 xgdb process on Solaris.
31486
31487 * gdb.base/corefile.exp: Also test backtrace.
31488
31489Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31490
31491 * gdb.base/commands.exp: Test a simple user defined command with
31492 arguments and if/while statements; verify the full user command is
31493 printed by "show user".
31494
31495 * gdb.base/commands.exp: Test if/while commands as part of a
31496 breakpoint command list; verify they appear in breakpoint
31497 information.
31498
31499Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31500
31501 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31502 than by dividing by zero.
31503
31504Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31505
31506 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31507 performing an inferior call with watchpoints enabled.
31508 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31509 call.
31510
31511Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31512
31513 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31514 of "file" command.
31515
31516 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31517 Add additional pattern for when "int operator int(void);" appears
31518 in a different order.
31519
31520Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31521
31522 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31523
31524 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31525 and "signal" with ".*".
31526
31527Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31528
31529 * TODO: Add note about "handle all nostop".
31530
31531 * gdb.base/{sigall.c, sigall.exp}: New test.
31532 * gdb.base/Makefile.in: Add it.
31533
31534Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31535
31536 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31537 when invoking GDB, suppresses any windowing interface.
31538
31539Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31540
31541 * config/sim-gdb: New file, simulator testing support.
31542
31543Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31544
31545 * gdb.base/interrupt.exp: Test calling func1 twice.
31546
31547Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31548
31549 * gdb.base/list.exp (test_forward_search): Set timeout higher
31550 when we'll be getting lots of output from gdb.
31551
31552 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31553 "init_malloc" to after the expect statement. Run it if that
31554 regexp is taken, but also for two others which happen if source
31555 cannot be found.
31556
31557Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31558
31559 * gdb.base/printcmds.exp: New test, for printing register before
31560 program is running.
31561
31562Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31563
31564 * gdb.base/list.exp: Correct some alternate expect patterns
31565 to reflect changes in list1.c.
31566
31567Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31568
31569 * TODO: Add item regarding large frames.
31570
31571 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31572
31573 * TODO: Remove item about enabling return.exp; it
31574 is enabled. Suggest a few more "return" tests.
31575
31576Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31577
31578 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31579 anonymous unions.
31580
31581Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31582
31583 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31584 and pr-5646.o, so "make" is the same as "make all", not "make
31585 pr-4975.o".
31586
31587Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31588
31589 * gdb.base/list.exp: Adjust expectations to reflect changes in
31590 list1.c.
31591 (test_forward_search): New test proc.
31592 * gdb.base/list1.c (long_line): New function, has long source line.
31593
31594Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31595
31596 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31597 additional line of code that was added.
31598
31599Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31600
31601 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31602 tests so as not to overflow expect's input buffers.
31603 * gdb.disasm/hppa.exp: Corresponding changes.
31604
31605Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31606
31607 Beginnings of template debugging tests.
31608 * gdb.c++/templ-info.cc: New file to test for template
31609 debugging capability of the compiler.
31610 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31611 templ-info.cc.
31612 * gdb.c++/templates.cc: Add explicit template instantiations
31613 to enable compiling with -fno-implicit-templates. Add destructor
31614 and 'value' method to T5 class for template tests.
31615 * gdb.c++/templates.exp: Add testcases for printing of template
31616 types, setting breakpoints on template methods and calling a
d63a86f8 31617 template method.
c906108c
SS
31618
31619Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31620
31621 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31622 branch target since some assemblers (gas-2.5) may emit a
31623 relocation for the branch instead of resolving it in the
31624 assembler.
31625
31626Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31627
31628 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31629 through signal handler.
31630
31631Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31632
31633 * configure.in (*-*-netware): Use config/mt-netware.
31634
31635 * config/mt-netware: New file.
31636 * config/mt-i386-netware: Removed, separate configs for different
31637 netware architectures are no longer needed now that we have
31638 --with-headers.
31639
31640Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31641
31642 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31643 by the recent changes to use ANSI C arithmetic conversions.
31644
31645Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31646
31647 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31648 bug involving using inferior_pid to figure out whether to select a
31649 frame.
31650
31651Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31652
31653 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31654 match the current disassembler output.
31655
31656Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31657
31658 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31659 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31660 types, expect "int" as type of integer values (for now).
31661
31662Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31663
31664 * gdb.base/commands.exp: New tests for if/while commands.
31665
31666Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31667
31668 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31669 by .*, since hex values have different syntax in Chill mode.
31670
31671Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31672
31673 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31674 linefeed from expect pattern for repeated types with indices > 9.
31675
31676Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31677
31678 First part of Fortran test suite.
31679 * gdb.fortran: New directory.
31680 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31681
31682Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31683
31684 * gdb.base/default.exp: Update expect pattern for load command
31685 without arguments.
31686
31687Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31688
31689 * configure.in: Change i386 to i[345]86.
31690 * gdb.base/configure.in: Likewise.
31691 * gdb.c++/configure.in: Likewise.
31692 * gdb.chill/configure.in: Likewise.
31693
31694Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31695
31696 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31697 patterns, since that is not a valid context for comments.
31698
31699Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31700
31701 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31702 repeated types and repeated types with indices > 9.
31703
31704Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31705
31706 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31707 2417; old bug has been fixed.
31708
31709Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31710
31711 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31712 send the newline ourselves instead of assuming gdb_test will do
31713 so when passed an empty input string.
31714
31715 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31716 stabs testcode.
31717
31718Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31719
31720 * lib/gdb.exp (gdb_test): Don't send anything if the first
31721 argument is an empty string. This makes cases where we want to
31722 match output that is already in expect's buffers (for example,
31723 matching a breakpoint after gdb_run_cmd has been called) work
31724 reliably.
31725
31726Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31727
31728 * config/netware.exp: New file.
31729
31730Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31731
31732 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31733 the -B and -L prefixes so we can find the debugging stub.
31734
31735 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31736 there and we are using the gcc from the tree.
31737
31738 * gdb.base/types.c: Removed.
31739
31740 * gdb.base/configure.in: Look for makefile fragments in ../config.
31741 Recognize i386-*-netware.
31742 * gdb.c++/configure.in: Likewise.
31743
31744Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31745
31746 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31747 the correct TCL syntax.
31748
31749Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31750
31751 * gdb.base/opaque.exp: use runto instead of messing around with
31752 breakpoints. Simplify by using gdb_test.
31753
31754 * gdb.base/bitfields.exp: restart between tests on netware targets
31755 because breakpoints aren't relocated after target death. Run
31756 processes to completion.
31757
31758 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31759
31760Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31761
31762 * Makefile.in: Remove extra tabs that confuse some versions
31763 of "make". Use the newly built gdb to test with by default,
31764 rather than the first one in the tester's search path.
31765
31766Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31767
31768 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31769
31770 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31771 condition help.
31772
31773Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31774
31775 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31776
31777 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31778 running.
31779 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31780 * gdb.base/funcargs.exp: Likewise.
31781
31782 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31783 * gdb.base/funcargs.exp: Likewise.
31784
31785 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31786 message is "".
31787
31788Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31789
31790 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31791 return,signals,twice}.exp: Handle non-existant binaries
31792 consistantly.
31793
31794 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31795 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31796 might testing a cross development system.
31797
31798Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31799
31800 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31801 runtest script is relative to ${srcdir}, not ${rootdir}.
31802
31803Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31804
31805 * gdb.base/signals.exp: Allow for optionality of breakpoint
31806 address.
31807
31808Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31811
31812Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31813
31814 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31815 for size_t definition.
31816 * gdb.c++/templates.cc: Likewise
31817
31818 * config/mt-i386-netware: New file.
31819
31820 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31821 defined.
31822
31823 * gdb.base/Makefile.in: Added support for systems that name core
31824 files by appending "core" to the program name.
31825 * gdb.base/a1-selftest.exp: Likewise.
31826
31827Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31828
31829 * gdb.base/return.exp: Add comment and message for `return double'
31830 test failure on Sparc Solaris.
31831
31832Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31833
31834 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31835
31836Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31837
31838 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31839 from optimizing them away.
31840 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31841 patterns to include default constructors and assignment operators,
31842 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31843 character in the output of the virtual base pointer.
31844
31845Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31846
31847 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31848 expression match in print_addr_of to avoid unintented matches.
31849 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31850 versions up to 2.5.8.
31851
31852Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31853
31854 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31855 included file to run under newer versions of expect.
31856 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31857 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31858 Remove xfail for the virtual table of BDDHookV.
31859
31860Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31861
31862 * lib/gdb.exp (string_to_regexp): Set a default result.
31863 (default_gdb_start): Fix misleading message.
31864
31865Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31866
31867 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31868 Remove all CC, etc definitions.
31869 * config/mt-hpux: New file.
31870 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31871 (CFLAGS, LDFLAGS): Define.
31872 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31873
31874 * Makefile.in (site.exp): Don't insert host_os, etc.
31875 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31876 (distclean): Check existence of subdir.
31877 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31878 * gdb.base/Makefile.in: General cleanup and simplification.
31879 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31880 to build executables. Use default rule to build .o files.
31881 (EXPECT, RUNTEST, CC): Fix relative pathname.
31882 (site.exp): Don't insert host_os, etc.
31883 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31884 and/or SIGUSR1 defined.
31885 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31886 * gdb.c++/Makefile.in: General cleanup and simplification.
31887 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31888 (CFLAGS): Remove.
31889 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31890
31891Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31892
31893 * gdb.base/recurse.exp: Misc changes to get tests running again
31894 after Kung's changes to the watchpoint code.
31895 * gdb.base/watchpoint.exp: Likewise.
31896
31897Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31898
31899 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31900
31901Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31902
31903 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31904 * lib/gdb.exp (default_gdb_start): Define.
31905 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31906 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31907 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31908 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31909 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31910 Don't call gdb_target_udi in between tests.
31911
31912Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31913
31914 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31915 (which was basically just a local version of the same thing). In
31916 addition to avoiding duplication, gdb_test_exact is faster.
31917 * lib/gdb.exp (gdb_test_exact): Fix typo.
31918
31919 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31920 don't give an error.
31921
31922 * gdb.base/term.exp: Call delete_breakpoints before starting.
31923
31924 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31925 (t10): Add comment.
31926
31927Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31928
31929 Reorganization of the GDB Test Suite.
31930
31931 * gdb.base: New directory, contains all the basic tests.
31932 * gdb.c++: New directory, tests specific to C++.
31933 * gdb.chill: New directory, tests specific to Chill.
31934 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31935 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31936 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31937 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31938 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31939 t30-31 to chill).
31940 * */gdbme.*: Rename to match appropriate expect scripts.
31941 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31942 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31943 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31944 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31945 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31946 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31947 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31948 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31949 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31950 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31951 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31952 gdb.c++/virtfunc.cc: New names of C++ files.
31953 * gdb.chill/chillvars.ch: New name of Chill file.
31954 * gdb.base/configure.in, gdb.c++/configure.in,
31955 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31956 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31957 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31958 * configure.in (configdirs): Update to reflect directory changes.
31959 (target_abbrev): No longer define for any configuration.
31960 * Makefile.in: Cosmetic improvements to header comments.
31961
31962Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31963
31964 Various changes to gdb.t31:
31965
31966 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31967 * gdbme.ch: Make all key-words and predefineds be upper-case.
31968 * chillvars.exp: Expect key-words and predefinds in upper-case.
31969
31970 * chillvars.exp: Use gdb_test_exact many places.
31971 Change expected output for arrays (which now includes index labels).
31972
31973 * pr-5020.exp, gdme.ch (module PR_5020):
31974 New test, for PR-5020.
31975
31976Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31977
31978 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31979 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31980
31981Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31982
31983 * Makefile.in: Fix bit-rot in definitions of CHILL,
31984 CHILL_FOR_TARGET and Chill_LIB.
31985 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31986 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31987 CHILL, and CHILL_LIB.
31988
31989Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31990
31991 * Revert the previous changes. Please see Rob's directory
31992 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31993
31994Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31995
31996 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31997 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31998 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31999 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32000 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32001 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32002 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32003 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32004 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32005 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32006 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32007 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32008 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32009 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32010 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32011 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32012 changes from 94Q1.
32013
32014Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32015
32016 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32017 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32018 Rob's new testing fragments.
32019
32020Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32021
32022 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32023 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32024
32025Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32026
32027 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32028 version also, match on casted version strings, and match on
32029 gdb startup case where the line numbers might be messed up.
32030
32031Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32032
32033 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32034 (CFLAGS): Delete it from here.
c906108c
SS
32035
32036Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32037
32038 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32039
32040Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32041
32042 * Makefile.in (RUNTEST): Default to just "runtest".
32043
32044Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32045
32046 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32047 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32048 the code has been restructured.
32049
32050Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32051
32052 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32053 \n, not just one of each.
32054
32055 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32056 /bin/cc gives a warning if you do.
32057
32058Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32059
d63a86f8 32060 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32061 __t10ListS_link1ZUiRCUiPT0
32062
32063Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32064
32065 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32066 on local variables in recursive functions.
32067
32068 * gdb.t07/Makefile.in: Build the new test.
32069
32070Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32071
32072 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32073 directly. Instead compare the return values from actual calls.
32074
32075Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32076
32077 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32078
32079Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32080
32081 * From Peter Schauer with minor modifications.
a9c64011
AS
32082 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32083 stops in mid-line in the caller. Add xfail for returning a float
32084 value on X86 targets.
c906108c
SS
32085
32086Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32087
32088 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32089 to avoid expect lossage.
32090 (fmem_LRbug_tests): Likewise.
32091 * gdb.disasm/hppa.s: Corresponding changes.
32092
32093 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32094 conditions to work with latest dejagnu/expect.
32095
32096 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32097 expected to fail on the PA.
32098 (backtrace in call with trampolines): Explicitly require main
32099 to be frame #1 (no trampolines should show up in backtrace).
32100
32101 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32102 "continue -expect".
32103 * gdb.t06/break.exp: Likewise.
32104 * gdb.t07/watchpoint.exp: Likewise.
32105 * gdb.t13/bitfields.exp: Likewise.
32106 * gdb.t15/{funcargs,return}.exp: Likewise.
32107 * gdb.stabs/weird.exp: Likewise.
32108 * config/{mips,udi}-gdb.exp: Likewise.
32109
32110 * hppa.sed: Enclose comments within a sed command to avoid
32111 losing with the old OSF1 sed.
32112
32113Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32114
32115 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32116 sequent dynix.
32117 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32118 * gdb.t15/funcargs.exp: Conditionally step again to really
32119 finish from marker_call_with_trampolines. Handle the case where
32120 the first step from within call_with_trampolines already steps
32121 us back to main.
32122 * gdb.t15/gdbme.c: Add comment to closing brace of
32123 call_with_trampolines for funcargs.exp.
32124
32125Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32126
d63a86f8 32127 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32128 Fix typo(s).
32129
32130Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32131
32132 * gdb.t07/gdbme.c: More code for watchpoint testing.
32133
32134 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32135 "Hardware watchpoint" throughout file.
32136 (test_watchpoint_triggered_in_syscall): New test.
32137 (test_complex_watchpoint): New test.
32138
32139Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32140
32141 * gdbme.c (call_with_trampolines): New function to try and step
32142 into. Tests trampoline problems on the PA.
32143
32144 * funcargs.exp (localvars_in_indirect_call): No longer expect
32145 stepping into indirect call to fail on PAs.
32146 (test_stepping_over_trampolines): New test.
32147
32148Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32149
32150 * TODO: Add suggestions for static member function tests, and
32151 completion tests.
32152
32153Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32154
32155 * TODO: Add suggestions for "p/a" tests.
32156
32157 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32158 (default_gdb_exit): Replace all the hair with sending "quit" to
32159 the process with a simple close.
32160
32161Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32162
32163 * TODO: Add suggestions for shared library tests.
32164
32165Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32166
32167 * TODO: Add suggestions for x/s tests.
32168
32169Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32170
32171 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32172 "enable once", and "enable breakpoints once" with ".*".
32173
32174Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32175
32176 * TODO: Add suggestions about structure passing tests.
32177
32178Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32179
32180 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32181 the primary1 test, use work around if __GNUC__ < 2.
32182 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32183 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32184 Test for bad output rather than waiting for timeout. Issue
32185 second continue only if first continue failed.
32186
32187Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32188
32189 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32190 operator[] test with gdb_test because the old code didn't seem to
32191 be getting the quoting right with the new dejagnu.
32192
32193Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32194
32195 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32196 one from the path.
32197 * Makefile.in: Use a fresh expect if there is one, use runtest
32198 from the src tree if there is one.
d63a86f8 32199
c906108c
SS
32200Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32201
32202 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32203 next over recursive call. Revise the tests from that point on
32204 (which had been skipped) to match GDB's actual (correct) output.
32205
32206 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32207 with next over a breakpoint whose condition is false.
32208
32209 * gdb.t00/help.exp: Comment out "help set print" tests just like
32210 (and for same reason as) "help set" test.
32211
32212Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32213
32214 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32215 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32216
32217Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32218
32219 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32220 necessary gdb_target_udi.
32221
32222 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32223
32224 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32225 1838 and 2417; they are fixed.
32226
32227 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32228 gdb.t03/ptype.exp (ptype structure, ptype union):
32229 Remove xfails; the test is looser than when the xfails were added.
32230
32231 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32232 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32233
32234 * gdb.t01/run.exp: Only run shell test if isnative.
32235
32236 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32237 since "run" automatically loads if necessary. Call gdb_target_udi
32238 after the "file" since "file" kills any execution target.
32239
32240 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32241 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32242 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32243 argument for UDI.
32244
32245Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32246
32247 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32248
32249 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32250
32251Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32252
32253 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32254 properly quoting regexps. This makes the second argument to
32255 demangle a fixed string, which matches the callers, instead of a
32256 shell-style pattern which is what the previous implementation
32257 used. Update some of the callers.
32258
32259Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32260
32261 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32262 (comib_nullified_tests): Fix typo.
32263 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32264 strings. No longer expected to fail.
32265
32266 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32267 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32268 strings. No longer expected to fail.
32269
32270 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32271 string. No longer expected to fail.
32272
32273Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32274
32275 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32276 No longer expected to fail.
32277
32278 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32279 string. No longer expected to fail.
32280
32281Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32282
32283 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32284 only in the names (I probably got most of them). I was even
32285 generous with some which differed in underscores in names, and
32286 probably missed a few, and I *still* was able to remove almost a
32287 third of the file with almost no impact on testsuite coverage.
32288
32289Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32290
32291 * gdb.t00/default.exp: Match udi_attach error message as well as
32292 the one from child_attach.
32293
32294 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32295
32296 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32297
32298 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32299 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32300
32301 * Move test with enums and partial symbols back to
32302 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32303 Reverts the change of 26 May 93. Per today's change to
32304 stabs.texinfo, the behavior that weird.exp was expecting was
32305 unreasonable; what is important is that the compiler+gdb get
32306 things right, which happens with a recent gcc. Also fix the test
32307 to deal with native compilers which put out the stab gdb can't
32308 deal with.
32309
32310Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32311
32312 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32313 in the names. The main thing these accomplish is to slow things down.
32314 Many more such duplicates surely remain.
32315
32316 * gdb.t00/help.exp: Comment out "help support" test just like
32317 (and for same reason as) "help set" test.
32318
32319Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32320
32321 * gdb.t06/break.exp: Remove setup_xfails for
32322 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32323 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32324 about known bug in gcc to include up through 2.5.8.
32325 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32326 well as "_vb$".
32327 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32328 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32329 with latest gcc and gdb.
32330 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32331 well as "_vb$".
32332
32333Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32334
32335 * configure.in (hppa*-*-*): Also configure and build stabs-only
32336 tests.
32337
32338Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32339
32340 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32341 * gdb.t10/configure.in (hppa*-*-*): Use it.
32342
32343Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32344
32345 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32346
32347Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32348
32349 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32350 versions prior to 1.13.5.
32351
32352Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32353
32354 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32355 the prompt is at the start of a line.
32356
32357Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32358
32359 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32360 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32361 in the copr tests now.
32362 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32363 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32364 expected to fail.
32365
32366Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32367
32368 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32369 gdb.t31/chillvars.exp, lib/gdb.exp:
32370 Tweak to run under either version of expect.
32371 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32372 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32373 * gdb.t11/list.exp: Remove extraneous whitespace.
32374
32375Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32376
32377 * gdb.t16/printcmds.exp (test_print_strings): Accept
32378 "(unsigned char *) " before the string.
32379
32380 * TODO: Add notes about printing of fancy types and GDB expressions.
32381
32382Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32383
32384 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32385 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 32386 if doing mips-idt-ecoff.
c906108c
SS
32387
32388Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32389
32390 * Most .exp files: Tweak to run under either version of expect.
32391
32392Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32393
32394 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32395 xfails; I'm not sure why they are failing, but not because of PR 1806.
32396
32397Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32398
32399 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32400 defined in lib/gdb.exp.
32401
32402Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32403
32404 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32405 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32406 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32407 have to be typeless.
32408
32409Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32410
32411 * TODO: Add suggestion for copyright year test.
32412
32413Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32414
32415 * configure.in (*-*-lynxos*): Add stabs tests.
32416
32417Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32418
32419 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32420 so insert a tab before any assembler directive in column zero.
32421
32422 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32423 stores.
32424 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32425 stores.
32426 (fpu_short_memory_tests): Likewise.
32427
32428Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32429
32430 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32431 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32432 .stabs directives in comments.
32433
32434Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32435
32436 * TODO: New file, describing tests we could write.
32437 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32438
32439Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32440
32441 * gdb.t06/signals.exp: Add kludge to force re-sync.
32442
32443 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32444 to xgdb instead of gdb, get out of gdb.
32445
32446Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32447
32448 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32449 for info.
32450
32451Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32452
32453 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32454 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32455 * gdb.stabs/hppa.sed: New sed script for the PA.
32456
32457Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32458
32459 * gdb.stabs: Re-write weird.def and configuration to use sed
32460 instead of cpp. sed is portable and POSIX; cpp is neither.
32461
32462Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32463
32464 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32465
32466Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32467
32468 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32469
32470Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32471
32472 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32473 "_vb$".
32474 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32475 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32476
32477Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32478
32479 * lib/gdb.exp: Comment out code which depends on non-existent
32480 `transform' procedure.
32481
32482Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32483
32484 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32485 * lib/gdb.exp: Transform tool name.
32486 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32487 1.1's new error handling system.
32488
32489Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32490
32491 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32492
32493Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32494
32495 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32496 They made pattern matching so slow that timeouts happened on
32497 heavily loaded systems. Now any output from "show print" which
32498 gets us back to the GDB prompt is a PASS.
32499
32500Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32501
32502 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32503
32504Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32505
32506 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32507
32508 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32509 It is not from PR 3220.
32510
32511Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32512
32513 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32514 just started failing because they depended on the order the
32515 subcommands are presented, or exact docstring text. This kind of
32516 test is a pain and has minimal benefit.
32517
32518Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32519
32520 * gdb.t09/corefile.exp: At end of test, use "core" command with
32521 no arguments.
32522
32523Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32524
32525 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32526 17}/Makefile.in: Make it possible to run the testsuite with Sun
32527 make and CC = cross gcc by adding explicit build rules for .o
32528 files.
32529
32530Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32531
32532 * gdb.t15/funcargs.exp: Don't put comments on same line as
32533 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32534
c906108c
SS
32535Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32536
32537 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32538
32539Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32540
32541 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32542 * gdb.t20/inherit.exp: remove three dumplicate entries.
32543
32544Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32545
32546 * gdb.t06/break.exp: For "next over recursive call", fail on any
32547 incorrect output, not just on "factorial (value=2)".
32548
32549Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32550
32551 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32552 working now. Add an xfail if accesing a bss variable causes
32553 a memory error if the target is not yet run.
32554
32555Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32556
32557 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32558 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32559 name of __st* demangling (2 strings). Did Kung really get the
32560 more than 95 others right without testing them?
32561
32562Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32563
32564 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32565
32566Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32567
32568 * configure.in (configdirs): Add gdb.disasm
32569 * gdb.disasm: New directory for GDB disassembler tests.
32570 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32571
32572Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32573
32574 * gdb.t00/help.exp: Don't test "help set".
32575
32576 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32577 from within expect statements. None of these happen anymore and
32578 they cause regressions to be silently unnoticed.
32579
32580 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32581 messages) about known failures with gcc cygnus-2.4.5-930417.
32582
32583 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32584 comp-info.exp so it gets built if it doesn't exist.
32585
32586 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32587 it is no longer used.
32588 * gdb.t13/comp-info.c: Removed.
32589
32590Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32591
32592 * gdb.t06/signals.exp: Add xfail for sun3.
32593
32594Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32595
32596 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32597 relevant because ^C doesn't get sent but failure can be reproduced
32598 interactively).
32599
32600Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32601
32602 * gdb.stabs/alpha.mt: New configuration file for alpha.
32603 * gdb.stabs/configure.in: Use it.
32604 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32605 sharing with alpha.mt, redefine long to word via preprocessor.
32606 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32607 for alpha.
32608 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32609 native cc.
32610 * gdb.t00/teststrategy.exp: Change expect string so that we
32611 consume the `(xgdb)' from the command echo and from the gdb prompt.
32612 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32613 gdb currently compares all values as long, so this failure probably
32614 applies to any configuration where LONGEST is bigger than a target int.
32615 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32616 with gcc.
32617 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32618 to handle opaque pointers, gcc is.
32619 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32620 as first argument. Include <sys/types.h> and change all operator
32621 new definitions to use size_t.
32622 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32623 now that we use size_t.
32624
32625Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32626
a9c64011 32627 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32628 a long or float array cast all array members to the same type.
a9c64011 32629 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32630 with 64 bit longs.
a9c64011 32631 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32632 on alpha.
a9c64011 32633 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32634
32635Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32636
32637 * gdb.t24 (demangle.exp): Constructors of templates have names like
32638 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32639 section 14.6 of the ARM.
32640
32641 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32642 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32643 accomplish little and slow down the testsuite.
32644
32645 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32646 Accept spaces various places.
32647
32648Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32649
32650 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32651 with watchpoint enabled.
32652
32653 * Makefile.in: Remove definition of CC and remove the second
32654 definition of CXX (the "CXX = gcc" one remains). These definitions
32655 were causing backquotes to be expanded within backquotes, which
32656 doesn't work.
32657
32658Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32659
32660 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32661
32662Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32663
a9c64011
AS
32664 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32665 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32666 by mips cc and contains no stabs entries.
32667
32668Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32669
32670 * config/vx-gdb.exp: Use fake device to load files rather than
32671 NFS.
32672 * lib/gdb.exp: New proc to do "file" command.
32673 * config/unix-gdb.exp: Use new "file" proc.
32674
32675Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32676
32677 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32678 Rework board rebooting slightly.
32679 (gdb_exit): Don't exit from the remote shell; there isn't one.
32680 * gdb.stabs/weird.exp: If a program is being debugged already,
32681 kill it.
32682 * gdb.t04/setvar.exp: Stop and restart gdb.
32683 * gdb.t05/expr.exp: Likewise.
32684 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32685 restart gdb and reload the program.
32686 * gdb.t08/opaque.exp: Likewise.
32687 * gdb.t12/scope.exp: Likewise.
32688 * gdb.t13/bitfields.exp: Likewise.
32689 * gdb.t15/funcargs.exp: Likewise.
32690 * gdb.t20/classes.exp: Likewise.
32691 * gdb.t03/ptype.exp: Increase timeout.
32692 * gdb.t16/printcmds.exp (test_print_string_constants,
32693 test_print_array_constants): Likewise.
32694 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32695 * gdb.t20/classes.exp (do_tests): Likewise.
32696 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32697
32698Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32699
32700 * gdb.stabs: Renamed *wierd* to *weird*.
32701
32702Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32703
32704 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32705 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32706
32707Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32708
32709 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32710 (do_tests): Remove xfail for whatis on one_var and two_var.
32711
32712Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32713
32714 * Makefile.in: Made cross building work better by adding
32715 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32716
32717Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32718
32719 * gdb.t15/{return.c,return.exp,Makefile.in}:
32720 New test, currently commented out.
32721
32722Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32723
32724 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32725 still running and removes the leftover named socket so GDb can do
32726 clean restarts.
32727
32728Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32729
32730 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32731 console, not GDB.
32732 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32733 cross testing works better with "make check"
32734 * config/unix-gdb: Use default procedures for exit and version.
32735 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32736 with the newest VxWorks.
32737
32738Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32739
32740 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32741 old form.
32742
32743 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32744 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32745
32746 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32747
32748 * config/unix-gdb.exp: Remove this version of gdb_exit
32749 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32750 Rob says he'll look at it when he gets back to testing boards.
32751
32752Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32753
32754 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32755 an expected fail for certain ptype commands.
32756
32757 * gdb.t20/classes.exp: Update expected results of "ptype class
32758 Base1" to account for the constructor that now appears in the type.
32759
32760Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32761
32762 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32763 disappeared from list.
32764 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32765 "alldone" proc with call to cleanup and exit.
32766 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32767 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32768 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32769 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32770 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32771 "alldone" proc with simple returns that suppress remaining
32772 tests. The alldone proc went away many months ago.
32773
32774Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32775
32776 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32777
32778 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32779
32780Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32781
32782 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32783 as vax gdb will display them.
32784
32785Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32786
32787 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32788 optimizers.
32789
32790 * scope.exp: Change "bad value for localval" messages so each one
32791 is unique.
32792
32793 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32794 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32795
32796 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32797
32798Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32799
32800 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32801 doesn't exist (due to optimization).
32802
32803Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32804
32805 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32806 contains \r because the filename is long.
32807
32808 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32809 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32810
32811Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32812
32813 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32814 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32815 Ultrix.
32816 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32817 int tests.
32818 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32819
32820Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32821
32822 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32823
32824 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32825 to match does not match the passing case but still matches the
c906108c
SS
32826 failing case.
32827
32828Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32829
32830 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32831
32832Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32833
32834 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32835 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32836 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32837 Remove various versions of gdb_exit.
32838 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32839 gdb_exit.
32840 * config/unix-gdb.exp: gdb_exit remains here, and should override
32841 the generic version, since it's doing a lot of wierd stuff that
32842 the other versions aren't. FIXME, fold it in, or abandon this
32843 version.
32844
32845Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32846
32847 * gdb.t24/demangle.exp: Add tests for PR 3220.
32848
32849Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32850
32851 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32852
32853Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32854
32855 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32856 "i386-*-*". Works for i486 as well.
32857
32858 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32859 bug, and expand domain of xfail to all SVR4 systems, since the
32860 actual problem is likely to be in generic SVR4 /proc support.
32861
32862Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32863
32864 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32865
32866Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32867
32868 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32869 xfails for other systems. Match a missing 'Continuing.' as an
32870 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32871
32872 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32873 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32874 Only issue warning for missing executables if -all option is used.
32875
32876 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32877 file if -all option is used. It's like an unpredictable XFAIL.
32878
32879Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32880
32881 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32882 for dynamically linked binaries.
32883
32884 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32885
32886Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32887
32888 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32889 to state that this is a known bug in old versions of g++.
32890
32891Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32892
32893 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32894 while waiting for `Continuing'.
32895
32896Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32897
32898 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32899 in text, data, and bss.
32900 * gdb.t10/nodebug.c: Add local and global test variables for
32901 initialized and uninitialized data.
32902
32903Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32904
32905 * config/unix-gdb.exp (gdb_exit): Add "wait".
32906
32907Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32908
32909 * gdb.t06/signals.exp: xfail the continue from the handler for all
32910 targets.
32911
32912 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32913 function with watchpoints enabled, the i386 call dummy starts with
32914 a call.
32915
32916 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32917 386 bsd names its corefiles.
32918
32919Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32920
32921 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32922 compilers don't grok it.
32923 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32924 with small octal ints rather than character constants, which
32925 are signed and might not fit if first promoted to int.
32926
32927Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32928
32929 * gdb.t09/Makefile.in (clean): Remove corefile.
32930
32931Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32932
32933 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32934
32935Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32936 and Jim Kingdon (kingdon@cygnus.com)
32937
32938 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32939 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32940 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32941
32942Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32943
32944 * gdb.t17/interrupt.exp: Add xfail for hppa.
32945
32946Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32947
32948 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32949 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32950 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32951 to determine signed-ness of bitfields and use the result to setup
32952 the xfail.
32953 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32954 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32955 call line is reached if necessary.
32956
32957Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32958
32959 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32960
32961Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32962
32963 * gdb.t06/break.exp: Also test `clear' command.
32964
32965Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32966
32967 * gdb.t00/teststrategy.exp: Remove extra quote.
32968
32969 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32970 watchpoint enabled to be for all non-68k machines.
32971
32972 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32973
32974Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32975
32976 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32977 targets use aout.mt instead of ecoff.mt as gas understands
32978 standard aout format.
32979
32980Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32981
32982 * lib/gdb.exp (runto): Don't insist that function we are running to
32983 was compiled with -g.
32984
32985 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32986
32987 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32988 to get back into the read system call.
32989 Accept leading newline in case where we woke it up.
32990
32991Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32992
32993 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32994 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32995 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32996 enable ecoff configuration.
32997
32998Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32999
33000 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33001
33002Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33003
33004 * gdb.t16/printcmds.exp: Add another printf test.
33005
33006Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33007
33008 * configure.in: If configured -with-stabs on any target, add
33009 stabsdirs to configdirs.
33010
33011Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33012
33013 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33014 fun" so pattern does not match the command itself.
33015
33016Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33017
33018 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33019
33020Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33021
33022 * gdb.t17/interrupt.exp: Test for more things.
33023
33024Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33025
33026 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33027 compiler arranges the code and line numbers.
33028
33029 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33030
33031Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33032
33033 * gdb.t00/help.exp: Increase expect input buffer size.
33034
33035Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33036
33037 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33038
33039 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33040
33041 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33042
33043 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33044 [0-9]*, not just [0-9].
33045
33046Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33047
33048 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33049
33050 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33051
33052Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33053
33054 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33055
33056Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33057
33058 * gdb.t06/signals.c: Add xfails for sun3.
33059
33060 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33061
33062 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33063 test_stepping tests.
33064
33065Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33066
33067 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33068
33069 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33070
33071 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33072 rather than actually putting it through cpp twice.
33073
33074 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33075
33076Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33077
33078 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33079 no longer needed.
33080
33081Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33082
33083 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33084
33085 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33086 C++ features prints as "struct", make it a pass, not an xfail.
33087
33088Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33089
33090 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33091 Don't require VA to print as "class" rather than "struct".
33092
33093Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33094
33095 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33096
33097Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33098
33099 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33100
33101Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33102
33103 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33104 order.
33105
33106Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33107
33108 * gdb.t16/printcmds.exp: Add printf tests.
33109
33110 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33111
33112 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33113
33114Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33115
33116 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33117 pass counts, to counteract any existing or future setup_xfails.
33118
33119Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33120
33121 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33122 {BEGIN,END}_COMMON for common block instead of STAB.
33123 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33124
33125 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33126 intp_var should be N_GSYM not N_LSYM.
33127 wierd-aout.S: Use a label for the value of the N_SO.
33128 wierd.def: Remove all backslashes.
33129 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33130
33131Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33132
33133 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33134 get the expected next to inheritance3.
33135
33136Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33137
33138 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33139 now that gcc-2.4 gets it right.
33140
33141Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33142
33143 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33144
33145 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33146 generating comp-info.exp which works for cross-compilation.
33147
33148Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33149
33150 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33151 "*-*-sysv4.*".
33152
33153Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33154
33155 * gdb.t01/run.exp: Start with a fresh gdb.
33156 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33157 SVR4.x.
33158
33159Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33160
33161 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33162 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33163 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33164 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33165 things to remove.
33166
33167Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33168
33169 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33170 test cases from bug reports.
33171
33172Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33173
33174 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33175 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33176 avoid spurious xfails.
33177 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33178 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33179 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33180
33181Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33182
33183 * gdb.t00/teststrategy.exp: Rework to provide more useful
33184 description of each test, fix problem with systems that define
33185 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33186 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33187 results for "next over recursive call" so timeouts aren't taken
33188 by error.
33189
33190Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33191
33192 * gdb.t12/scope.exp: Test printing of variables before run.
33193
33194 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33195 printed in wrong order due to sorting.
33196
33197Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33198
33199 * gdb.t00/teststrategy.exp: Fix expected results for printing
33200 user entered string constant. Is array of char, prints with no
33201 address.
33202
33203 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33204 commands.
33205 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33206 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33207 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33208 of struct of char arrays.
33209 * gdb.t00/radix.exp: New tests for radix commands.
33210
33211Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33212
33213 * gdb.t16/printcmd.exp: Print a variable before running program
33214 (with xfail for AIX).
33215
33216Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33217
33218 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33219
33220 * gdb.t16/printcmd.exp: Don't print variables before running program.
33221
33222 * gdb.t06/break.exp: Don't require envp argument to main.
33223
33224 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33225
33226 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33227 Add xfails for rs6000.
33228
33229 * gdb.t02/whatis.exp: Change other tests not to re-test something
33230 we already tested.
33231
33232 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33233 each type used has a variable of that type.
33234
33235Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33236
33237 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33238
33239Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33240
33241 * configure.in: change srctrigger to be a file, not a directory
33242
33243Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33244
33245 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33246
33247 * gdb.t11/list.exp: Fixed a couple of typos.
33248
33249Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33250
33251 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33252 is fixed and PR is closed.
33253 * gdb.t16 (gdbme.c): Add simple test string variable.
33254 * gdb.t16 (printcmds.exp): Add tests with simple test string
33255 variable, primarily for boundaries on "set print elements".
33256
33257Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33258
33259 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33260 Make leading 0's optional and don't expect a tab in the middle
33261 of the number.
33262
33263 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33264
33265 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33266 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33267 don't end command passed to gdb_test with newline.
33268
33269 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33270 signed keyword away, don't expect signed bitfields to be signed.
33271
33272 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33273 printing with only as many 1's as are in the field as well as printing
33274 with 32 1's (see comment).
33275
33276Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33277
33278 * gdb.t00/default.exp: Start with a fresh gdb.
33279 * configure.in (configdirs): Remove gdb.t31 until the chill
33280 compiler works again. It no longer is able to find chillrt0
33281 since it isn't in libchill.a anymore.
33282 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33283 wierd.o, make more modular.
33284 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33285 spurious newlines that caused problems.
33286
33287Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33288
33289 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33290 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33291 gdb.stabs/wierd.{exp,def}: Many new tests.
33292
33293 * gdb.t00/default.exp: update info line for new message.
33294
33295 * gdb.t02/{whatis.exp,gdbme.c}:
33296 Test that "char *" doesn't print as "caddr_t".
33297
33298Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33299
33300 * gdb.t00/help.exp: Use .* in place of some help messages which
33301 just changed.
33302 gdb.t00/default.exp: Update "info frame" test for new message.
33303 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33304 Remove some xfails
33305
33306Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33307
33308 * gdb.t03/{gdbme.c,ptype.exp}:
33309 Add tests for typedef'd struct and union without tags.
33310 Also check "whatis" on a variable of a typedef'd enum without a tag.
33311
33312 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33313 PRMS 1823; the bug still exists but isn't reproduced by this test
33314 anymore), and remove rs6000 XFAIL (the bug is fixed).
33315
33316 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33317 duplicated from whatis.exp. For those that are left, accept
33318 "long", "long int", or "int" for long variables (whatis.exp already
33319 has an XFAIL for "int", so no need to fail it here).
33320
33321 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33322 Deal with GCC's names for types now that GDB uses the compiler's names.
33323
33324 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33325 setup_xfail's for sunos4. If we #defined the signed keyword away,
33326 don't expect GDB to know that char it is signed.
33327
33328 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33329
33330Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33331
33332 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33333 should work on any system, regardless of debugging format.
33334 * gdb.t21/demangle.exp: Move to gdb.t24.
33335 * gdb.t24/demangle.exp: Move from gdb.t21.
33336 * gdb.t24/{Makefile.in, configure.in}: New files.
33337
33338Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33339
33340 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33341 * gdb.stabs: New directory.
33342
33343Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33344
33345 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33346 not just "Quit anyway?".
33347
33348Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33349
33350 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33351 that all setup_xfails are immediately followed by clear_xfails.
33352
33353Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33354
33355 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33356 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33357 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33358 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33359 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33360 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33361 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33362 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33363 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33364 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33365 gdb.t31/chillvars.exp, lib/gdb.exp:
33366 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33367 bug-gdb@prep.ai.mit.edu.
33368
33369Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33370
33371 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33372 with 0.0, not integer 0.
33373
33374Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33375
33376 * gdb.t06/break.exp: Update for "Kill the program" message change.
33377
33378Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33379
33380 * Makefile.in (GDBFLAGS): Set to -nx.
33381 * Makefile.in (site.exp): Use GDBFLAGS.
33382
33383Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33384
33385 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33386 Makefiles.
33387 (check): depend on just-check.
33388 (just-check): added so that tests can be run without a noop
33389 build pass.
33390
33391Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33392
33393 Switch to using configure's configdirs.
33394 * Makefile.in (Makefile): add configure.in dependency.
33395 (SUBDIRS): removed redundant assignment.
33396 * configure.in: switch subdirs assignment to configdirs.
33397 * gdb.t*/configure.in: new files.
33398
33399Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33400
33401 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33402 works.
33403
33404Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33405
33406 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33407 in explicit rules. Apparently this is not supported by some makes.
33408
33409Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33410
33411 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33412
33413Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33414
33415 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33416 disappeared.
33417
33418Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33419
33420 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33421
33422Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33423
33424 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33425 watchpoint problem that is now fixed.
33426 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33427 uninitialized convenience variables.
33428 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33429 structures.
33430
33431Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33432
33433 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33434 which causes expect to get out of sync with gdb on long output
33435 from help set.
33436 * gdb.t09/corefile.exp: Make expected pattern for core file
33437 failing signal and frame output format less sun specific.
33438
33439Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33440
33441 * gdb.t31/chillvars.exp: Add and remove initial dummy
33442 breakpoint, so that symbol table is forced in.
33443 (Needed at least on Sunos4, though it seems not SVR4.)
33444 * gdb.t31/chillvars.exp: Update for changed output format.
33445
33446Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33447
a9c64011 33448 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
33449
33450Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33451
33452 * Makefile.in: Added --srcdir when invoking runtest, removed the
33453 need for a local config file. (optional now)
33454
33455Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33456
33457 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33458 failure count used to force early termination. Add some more
33459 expected failures for gnu style demangling.
33460
33461Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33462
33463 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33464 pmi variable from gdb.t20/gdbme to get optimized away.
33465 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33466 Check for written corefile upon timeout _and_ eof.
33467
33468Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33469
33470 * config/unix-gdb.exp: Add missing return 0.
33471
33472Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33473
33474 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33475 test termination.
33476
33477Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33478
33479 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33480 disappeared.
33481
33482Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33483
33484 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33485 time as i860 support works.
33486
d63a86f8 33487 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
33488 "backtrace 100\r" rather than just "backtrace\r", to match last
33489 change.
33490
33491Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33492
33493 * config/udi-gdb.exp (gdb_exit): Remove close command.
33494 (gdb_target_udi): New procedure to set the UDI target.
33495 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33496 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33497 Added waits for prompts after several question responses. Added
33498 some more responses used by a29k-amd-udi-gdb.
33499 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33500 pass different arguments, restart UDI connection after program
33501 completion.
33502 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33503 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33504 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33505 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33506 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33507 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33508 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33509 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33510 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33511 after program completion.
33512 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33513 compiled with a SELECT_VECS setting.
33514 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33515 infinite recursion.
33516
33517 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33518 Added checks for COFF results, and made them expected failures for
33519 all targets. It would be better to make them expected failures
33520 for COFF targets only.
33521
33522Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33523
33524 * Makefile.in: add null dvi target, don't bother to recurse
33525 through test directories for info and install-info; rename
33526 $(datadir) to be dejagnu instead of deja-gnu
33527
33528Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33529
33530 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33531 compiler to coredump.
33532 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33533 code.
33534
33535Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33536
33537 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33538 coredump.
33539 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33540 code.
33541
33542Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33543
33544 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33545 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33546 which in a shell. Deletes xgdb when done.
33547 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33548 Tests the return from the "set height" or "set width" commands.
33549 Added a few return codes where needed.
33550
33551Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33552
33553 * Makefile.in (SUBDIRS): Add gdb.t17.
33554 * configure.in (subdirs): Add gdb.t17.
33555 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33556 files to test gdb's calling of functions in the inferior with
33557 the correct arguments and gdb's ability to retrieve any
33558 result returned.
33559
33560Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33561
33562 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33563 may be called after gdb goes away. Previous versions of expect
33564 needed these to avoid file descriptor leaks, but they cause
33565 errors with the current revision of expect.
33566 * gdb.t00/gdbvars.exp: Use -re on expected output after
33567 setting sevenbit-strings.
33568 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33569 to set sevenbit-strings consistent across tests.
33570 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33571 set sevenbit-strings consistent across tests.
33572
33573Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33574
33575 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33576 expected output to match current "expect" expectations.
33577
33578Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33579
33580 * gdb.t00/default.exp: Change expected output for default "source"
33581 command, to match new gdb behavior which requires a filename to
33582 source.
33583
33584Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33585
33586 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33587 expected fail for i486-*-* that misses the marker2 function.
33588 * gdb.t10/crossload.exp (bfddefault): Allow successful
33589 recognition of a format to pass even if no symbols are found.
33590 Explicitly catch failures where the format is not recognized
33591 or is ambiguous, and add the reason to the fail message.
33592 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33593 the cause is and invalid target and add reason to failure message.
33594 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33595 elf32-i386, elf32-sparc, and elf32-i860.
33596 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33597 Set up expected failure for 'filename'::variable scope resolution,
33598 which is now apparently broken on all targets.
33599 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33600 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33601 gdb.t23/templates.exp: Change failure for missing binfile into
33602 just a warning.
33603 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33604 references.
33605
33606Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33607
33608 * gdb.t00/default.exp: Add expected output for default "source"
33609 command, to match new gdb behavior.
33610 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33611
33612Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33613
33614 * config/*-gdb.exp: returns an error, rather than exiting on
33615 internal errors.
33616
33617Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33618
33619 * gdb.t03/gdbme.c: Add pointer to struct variable.
33620 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33621 referencing struct members.
33622
33623Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33624
33625 * configure.in (mips-idt-ecoff): New target.
33626 * config/mips-gdb.exp: New file for remote board using MIPS remote
33627 debugging protocol.
33628
33629 * Redid configuration scheme. Removed gdb.t*/configure.in.
33630 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33631 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33632 distclean targets. Built executables via .o files. Adjusted
33633 tests to account for source files in $(srcdir) rather than
33634 $(objdir).
33635 * lib/gdb.exp (runto): Don't expect () after the function name,
33636 because it may have arguments.
33637
33638Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33639
33640 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33641 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33642 expected failures for mips-idt-* and mips-sgi-*.
33643 * gdb.t00/default.exp (attach): Kill process if requested.
33644 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33645 that does not read core files.
33646 * gdb.t01/run.exp: Removed checks for exit status code.
33647 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33648 it is linked in.
33649 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33650 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33651 appropriate, rather than doing it by hand.
33652 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33653 execution.
33654 * gdb.t10/crossload.exp: Kill existing program if needed.
33655 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33656 appropriate, rather than doing it by hand. Always increase
33657 timeout for this test, not just for VxWorks.
33658
33659Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33660
33661 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33662 of Chill STRUCT types and STRUCT values.
33663 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33664 than "char".
33665 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33666 struct2): New struct definitions and initializations to test
c906108c
SS
33667 simple Chill STRUCT types.
33668
33669Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33670
33671 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33672 the null byte at the end of strings.
33673 * gdb.t00/default.exp: Make show version insensitive to copyright
33674 date.
33675 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33676 to avoid dependencies on target char signedness.
33677 * gdb.t16/printcmds.exp: Update expected results for explicitly
33678 unsigned char.
33679 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33680 now work.
33681 * gdb.t21/demangle.exp: Add many more patterns for template
33682 demangling, most of them being expected failures.
33683 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33684 string we are matching for, to match on the whole string.
33685 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33686 and fix a whole bunch that had incorrect expected output but were
33687 passing anyway because of the bug in "proc demangle".
33688 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33689 type.
33690 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33691
33692Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33693
a9c64011
AS
33694 * gdb/testsuite: made modifications to testcases, etc., to allow
33695 them to work properly given the reorganization of deja-gnu and the
33696 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33697
33698Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33699
33700 * gdb/testsuite: Initial creation of gdb/testsuite.
33701 Migrated dejagnu testcases and support files for testing nm to
33702 gdb/testsuite from deja-gnu. These files were moved "as is"
33703 with no modifications. This migration is part of a major overhaul
33704 of dejagnu. The modifications to these testcases, etc., which
33705 will allow them to work with the new version of dejagnu will be
33706 made in a future update.
48efe704 33707
8d8cb839 33708 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 33709\f
8d8cb839
EZ
33710;; Local Variables:
33711;; mode: change-log
33712;; left-margin: 8
33713;; fill-column: 74
33714;; version-control: never
33715;; End:
902f2ccb 33716
ecd75fc8 33717 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
33718 Copying and distribution of this file, with or without modification,
33719 are permitted provided the copyright notice and this notice are preserved.